@ianicdev/datatables2 0.3.8 → 0.3.10
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.
- package/dist/datatables.cjs +1 -1
- package/dist/datatables.js +1 -1
- package/dist/{index-CcVKw9NH.js → index-CT5d6ezx.js} +2 -2
- package/dist/{index-CU-w67Uf.cjs → index-CrUvnYSB.cjs} +2 -2
- package/dist/{index.es-DOkutPfC.js → index.es-BYLDxo5p.js} +1 -1
- package/dist/{index.es-CeHngcPi.cjs → index.es-Cq9OyweS.cjs} +1 -1
- package/dist/purify.es-BD5DoQwA.cjs +2 -0
- package/dist/{purify.es-BGDLgQxM.js → purify.es-DbK_0NaP.js} +4 -3
- package/lib/locale/index.d.ts +14 -0
- package/package.json +13 -7
- package/dist/purify.es-DSp9NJ6S.cjs +0 -2
package/dist/datatables.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const t=require("vue"),s={install(e){e.component("DataTable",t.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-
|
|
1
|
+
"use strict";const t=require("vue"),s={install(e){e.component("DataTable",t.defineAsyncComponent(()=>Promise.resolve().then(()=>require("./index-CrUvnYSB.cjs")).then(n=>n.index)))}};module.exports=s;
|
package/dist/datatables.js
CHANGED
|
@@ -44075,7 +44075,7 @@ function(e) {
|
|
|
44075
44075
|
});
|
|
44076
44076
|
}
|
|
44077
44077
|
function t() {
|
|
44078
|
-
return (qt.DOMPurify ? Promise.resolve(qt.DOMPurify) : import("./purify.es-
|
|
44078
|
+
return (qt.DOMPurify ? Promise.resolve(qt.DOMPurify) : import("./purify.es-DbK_0NaP.js")).catch(function(a) {
|
|
44079
44079
|
return Promise.reject(new Error("Could not load dompurify: " + a));
|
|
44080
44080
|
}).then(function(a) {
|
|
44081
44081
|
return a.default ? a.default : a;
|
|
@@ -47190,7 +47190,7 @@ function(e) {
|
|
|
47190
47190
|
*/
|
|
47191
47191
|
function(e) {
|
|
47192
47192
|
function n() {
|
|
47193
|
-
return (qt.canvg ? Promise.resolve(qt.canvg) : import("./index.es-
|
|
47193
|
+
return (qt.canvg ? Promise.resolve(qt.canvg) : import("./index.es-BYLDxo5p.js")).catch(function(t) {
|
|
47194
47194
|
return Promise.reject(new Error("Could not load canvg: " + t));
|
|
47195
47195
|
}).then(function(t) {
|
|
47196
47196
|
return t.default ? t.default : t;
|