datatables.net-autofill-dt 3.0.0 → 3.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
|
-
/*! AutoFill default styling 3.0.
|
|
1
|
+
/*! AutoFill default styling 3.0.1 for DataTables
|
|
2
2
|
* Copyright (c) SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
4
|
(t=>{var n;"function"==typeof define&&define.amd?define(["datatables.net-dt","datatables.net-autofill"],function(e){return t(window,document,e)}):"object"==typeof exports?(n=function(e){e.DataTable||require("datatables.net-dt")(e),window.DataTable.AutoFill||require("datatables.net-autofill")(e)},"undefined"==typeof window?module.exports=function(e){return e=e||window,n(e),t(0,e.document,e.DataTable)}:(n(window),module.exports=t(window,window.document,window.DataTable))):t(window,document,window.DataTable)})(function(e,t,n){return n});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! AutoFill default styling 3.0.
|
|
1
|
+
/*! AutoFill default styling 3.0.1 for DataTables
|
|
2
2
|
* Copyright (c) SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
4
|
import DataTable from"datatables.net-dt";import AutoFill from"datatables.net-autofill";export default DataTable;
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"module": "js/autoFill.dataTables.mjs",
|
|
6
6
|
"style": "css/autoFill.dataTables.css",
|
|
7
7
|
"types": "./types/autoFill.dataTables.d.ts",
|
|
8
|
-
"version": "3.0.
|
|
8
|
+
"version": "3.0.1",
|
|
9
9
|
"files": [
|
|
10
10
|
"css/**/*.css",
|
|
11
11
|
"js/**/*.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"sort"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"datatables.net-autofill": "3.0.
|
|
24
|
+
"datatables.net-autofill": "3.0.1",
|
|
25
25
|
"datatables.net-dt": "^3"
|
|
26
26
|
},
|
|
27
27
|
"author": {
|