@ianicdev/datatables2 0.5.2 → 0.6.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.
- package/dist/{dataTables-WuPtHUFl.cjs → dataTables-BAUnCfqx.cjs} +3 -3
- package/dist/{dataTables-B2ddeaLT.js → dataTables-powSUPlJ.js} +486 -486
- package/dist/datatables.cjs +1 -1
- package/dist/datatables.css +1 -1
- package/dist/datatables.js +1 -1
- package/dist/{index-C4IFp-x6.js → index-B5rB3tyX.js} +3670 -3655
- package/dist/index-BezhVRoF.cjs +27 -0
- package/dist/{index.es-2zO4lmLZ.js → index.es-3B2V8iRv.js} +3 -3
- package/dist/{index.es-CB66KvpV.cjs → index.es-BmdKuI_4.cjs} +3 -3
- package/dist/{jspdf-DmPHr6in.js → jspdf-BkCd8wn_.js} +2 -2
- package/dist/{jspdf-yJsn7Q5t.cjs → jspdf-I_ffnB2p.cjs} +2 -2
- package/dist/purify.es-D1I7B1hP.cjs +2 -0
- package/dist/{purify.es-DbK_0NaP.js → purify.es-DHbHSKL1.js} +243 -235
- package/package.json +8 -7
- package/dist/index-CzhR0lve.cjs +0 -27
- package/dist/purify.es-BD5DoQwA.cjs +0 -2
|
@@ -4188,7 +4188,7 @@ function(r) {
|
|
|
4188
4188
|
});
|
|
4189
4189
|
}
|
|
4190
4190
|
function e() {
|
|
4191
|
-
return (Ht.DOMPurify ? Promise.resolve(Ht.DOMPurify) : import("./purify.es-
|
|
4191
|
+
return (Ht.DOMPurify ? Promise.resolve(Ht.DOMPurify) : import("./purify.es-DHbHSKL1.js")).catch(function(u) {
|
|
4192
4192
|
return Promise.reject(new Error("Could not load dompurify: " + u));
|
|
4193
4193
|
}).then(function(u) {
|
|
4194
4194
|
return u.default ? u.default : u;
|
|
@@ -7303,7 +7303,7 @@ function(r) {
|
|
|
7303
7303
|
*/
|
|
7304
7304
|
function(r) {
|
|
7305
7305
|
function t() {
|
|
7306
|
-
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-
|
|
7306
|
+
return (Ht.canvg ? Promise.resolve(Ht.canvg) : import("./index.es-3B2V8iRv.js")).catch(function(e) {
|
|
7307
7307
|
return Promise.reject(new Error("Could not load canvg: " + e));
|
|
7308
7308
|
}).then(function(e) {
|
|
7309
7309
|
return e.default ? e.default : e;
|