@devtable/dashboard 10.48.2 → 10.49.0
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/dashboard.es.js +9 -3
- package/dist/dashboard.umd.js +37 -37
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -1307,7 +1307,7 @@ class zi {
|
|
|
1307
1307
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
1308
1308
|
}
|
|
1309
1309
|
}
|
|
1310
|
-
const Hl = "10.
|
|
1310
|
+
const Hl = "10.49.0", Qx = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1311
1311
|
__proto__: null,
|
|
1312
1312
|
version: Hl
|
|
1313
1313
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -25614,7 +25614,7 @@ const sD = k(({
|
|
|
25614
25614
|
setTrue: n,
|
|
25615
25615
|
setFalse: s
|
|
25616
25616
|
}] = Ee(!1), i = Xl(), a = Fe(), o = () => {
|
|
25617
|
-
const l = JSON.stringify(a.
|
|
25617
|
+
const l = JSON.stringify(a.contentJSON, null, 2), c = `${i.name}__${a.name}`;
|
|
25618
25618
|
Tn(c, l);
|
|
25619
25619
|
};
|
|
25620
25620
|
return /* @__PURE__ */ r.jsxs(ee, { shadow: "md", width: 200, trigger: "hover", openDelay: 200, closeDelay: 400, withinPortal: !0, position: "bottom-end", children: [
|
|
@@ -26786,6 +26786,9 @@ const RD = f.model({
|
|
|
26786
26786
|
}
|
|
26787
26787
|
};
|
|
26788
26788
|
},
|
|
26789
|
+
get contentJSON() {
|
|
26790
|
+
return this.json.content;
|
|
26791
|
+
},
|
|
26789
26792
|
get filtersChanged() {
|
|
26790
26793
|
const e = "filters.current";
|
|
26791
26794
|
return !xe(qt(te(t, e)), te(t.origin, e));
|
|
@@ -27233,7 +27236,7 @@ function iu(t) {
|
|
|
27233
27236
|
}
|
|
27234
27237
|
const PD = k(() => {
|
|
27235
27238
|
const t = Xl(), e = ce(), n = () => {
|
|
27236
|
-
const s = JSON.stringify(e.
|
|
27239
|
+
const s = JSON.stringify(e.contentJSON, null, 2), i = `${t.name}__${e.name}`;
|
|
27237
27240
|
Tn(i, s);
|
|
27238
27241
|
};
|
|
27239
27242
|
return /* @__PURE__ */ r.jsxs(ee, { shadow: "md", width: 200, trigger: "hover", openDelay: 100, closeDelay: 400, withinPortal: !0, zIndex: 310, children: [
|
|
@@ -30959,6 +30962,9 @@ const gu = f.model({
|
|
|
30959
30962
|
}
|
|
30960
30963
|
};
|
|
30961
30964
|
},
|
|
30965
|
+
get contentJSON() {
|
|
30966
|
+
return this.json.content;
|
|
30967
|
+
},
|
|
30962
30968
|
get payloadForSQL() {
|
|
30963
30969
|
const e = Pe(t).context.current, n = Pe(t).globalSQLSnippets, s = {
|
|
30964
30970
|
context: {
|