@ianicdev/datatables2 0.0.42 → 0.0.43
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.js +1 -1
- package/dist/datatables.mjs +1 -1
- package/dist/{index-DsdrpL9g.mjs → index-CGsFjW75.mjs} +3 -3
- package/dist/{index-Cu4yQOeJ.js → index-WFl3VuDn.js} +2 -2
- package/dist/{index.es-2fVWP8Pf.mjs → index.es-CCd811YH.mjs} +1 -1
- package/dist/{index.es-C08JUSgd.js → index.es-Dqhsapbp.js} +1 -1
- package/package.json +1 -1
package/dist/datatables.js
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-WFl3VuDn.js")).then(n=>n.index)))}};module.exports=s;
|
package/dist/datatables.mjs
CHANGED
|
@@ -47146,7 +47146,7 @@ function(e) {
|
|
|
47146
47146
|
*/
|
|
47147
47147
|
function(e) {
|
|
47148
47148
|
function n() {
|
|
47149
|
-
return (Zt.canvg ? Promise.resolve(Zt.canvg) : import("./index.es-
|
|
47149
|
+
return (Zt.canvg ? Promise.resolve(Zt.canvg) : import("./index.es-CCd811YH.mjs")).catch(function(t) {
|
|
47150
47150
|
return Promise.reject(new Error("Could not load canvg: " + t));
|
|
47151
47151
|
}).then(function(t) {
|
|
47152
47152
|
return t.default ? t.default : t;
|
|
@@ -51878,9 +51878,9 @@ const aQ = /* @__PURE__ */ Fp(sQ), oQ = ["innerHTML"], lQ = { key: 2 }, AQ = { k
|
|
|
51878
51878
|
const r = e, A = at(null), s = t, a = at(0), l = async () => {
|
|
51879
51879
|
s("refreshTable"), await gn(), a.value++;
|
|
51880
51880
|
}, o = () => {
|
|
51881
|
-
A.value.tableRef.hasOwnProperty("reloadItems") && A.value.tableRef.reloadItems();
|
|
51881
|
+
A.value.tableRef.hasOwnProperty("reloadItems") && (A.value.tableRef.reloadItems(), s("refetchData"));
|
|
51882
51882
|
};
|
|
51883
|
-
return An("table_props", r), n({ refreshTable: l }), (i, u) => {
|
|
51883
|
+
return An("table_props", r), n({ refreshTable: l, refetchData: o }), (i, u) => {
|
|
51884
51884
|
const d = hQ;
|
|
51885
51885
|
return fr(), $r(d, {
|
|
51886
51886
|
ref_key: "table",
|