datatables.net-columncontrol-jqui 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! ColumnControl jQuery UI styling 2.0.
|
|
1
|
+
/*! ColumnControl jQuery UI styling 2.0.1 for DataTables
|
|
2
2
|
* Copyright (c) SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
4
|
(e=>{var t;"function"==typeof define&&define.amd?define(["datatables.net-jqui","datatables.net-columncontrol"],function(n){return e(window,document,n)}):"object"==typeof exports?(t=function(n){n.DataTable||require("datatables.net-jqui")(n),window.DataTable.ColumnControl||require("datatables.net-columncontrol")(n)},"undefined"==typeof window?module.exports=function(n){return n=n||window,t(n),e(0,n.document,n.DataTable)}:(t(window),module.exports=e(window,window.document,window.DataTable))):e(window,document,window.DataTable)})(function(n,e,t){return t});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! ColumnControl jQuery UI styling 2.0.
|
|
1
|
+
/*! ColumnControl jQuery UI styling 2.0.1 for DataTables
|
|
2
2
|
* Copyright (c) SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
4
|
import DataTable from"datatables.net-jqui";import ColumnControl from"datatables.net-columncontrol";export default DataTable;
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"module": "js/columnControl.jqueryui.mjs",
|
|
6
6
|
"style": "css/columnControl.jqueryui.css",
|
|
7
7
|
"types": "./types/columnControl.jqueryui.d.ts",
|
|
8
|
-
"version": "2.0.
|
|
8
|
+
"version": "2.0.1",
|
|
9
9
|
"files": [
|
|
10
10
|
"css/**/*.css",
|
|
11
11
|
"js/**/*.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"sort"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"datatables.net-columncontrol": "2.0.
|
|
29
|
+
"datatables.net-columncontrol": "2.0.1",
|
|
30
30
|
"datatables.net-jqui": "^3"
|
|
31
31
|
},
|
|
32
32
|
"author": {
|