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