datatables.net-colreorder-dt
Advanced tools
Comparing version 1.6.2 to 1.7.0
@@ -25,3 +25,3 @@ /*! DataTables styling wrapper for ColReorder | ||
if (typeof window !== 'undefined') { | ||
if (typeof window === 'undefined') { | ||
module.exports = function (root, $) { | ||
@@ -28,0 +28,0 @@ if ( ! root ) { |
/*! DataTables styling wrapper for ColReorder | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(n){var o,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-colreorder"],function(e){return n(e,window,document)}):"object"==typeof exports?(o=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable.ColReorder||require("datatables.net-colreorder")(e,t)},"undefined"!=typeof window?module.exports=function(e,t){return e=e||window,t=t||o(e),d(e,t),n(t,0,e.document)}:(d(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(e,t,n,o){"use strict";return e.fn.dataTable}); | ||
!function(n){var o,d;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-colreorder"],function(e){return n(e,window,document)}):"object"==typeof exports?(o=require("jquery"),d=function(e,t){t.fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable.ColReorder||require("datatables.net-colreorder")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||o(e),d(e,t),n(t,0,e.document)}:(d(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(e,t,n,o){"use strict";return e.fn.dataTable}); |
@@ -7,4 +7,4 @@ { | ||
"style": "css/colReorder.dataTables.css", | ||
"types": "./types/types.d.ts", | ||
"version": "1.6.2", | ||
"types": "./types/colReorder.dataTables.d.ts", | ||
"version": "1.7.0", | ||
"files": [ | ||
@@ -26,4 +26,4 @@ "css/**/*.css", | ||
"dependencies": { | ||
"datatables.net-colreorder": ">=1.5.6", | ||
"datatables.net-dt": ">=1.12.1", | ||
"datatables.net-colreorder": ">=1.6.2", | ||
"datatables.net-dt": ">=1.13.4", | ||
"jquery": ">=1.7" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7831
10
86