@devtable/dashboard 12.2.0 → 12.2.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/dashboard.es.js +2 -2
- package/dist/dashboard.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -1724,7 +1724,7 @@ class Si {
|
|
|
1724
1724
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
1725
1725
|
}
|
|
1726
1726
|
}
|
|
1727
|
-
const Kl = "12.2.
|
|
1727
|
+
const Kl = "12.2.1", Vm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1728
1728
|
__proto__: null,
|
|
1729
1729
|
version: Kl
|
|
1730
1730
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -25806,7 +25806,7 @@ const bD = QI.views((e) => ({
|
|
|
25806
25806
|
const n = e.contentModel.queries.findByIDSet(new Set(e.dep_query_ids)).map((a) => ({
|
|
25807
25807
|
id: a.id,
|
|
25808
25808
|
name: a.name,
|
|
25809
|
-
data: a.data
|
|
25809
|
+
data: w.cloneDeep(a.data)
|
|
25810
25810
|
})), s = e.contentModel.dashboardState, i = e.pre_process, o = new Function(`return ${i}`)()(n, s, Ut);
|
|
25811
25811
|
e.data = o, e.state = "idle", e.error = null;
|
|
25812
25812
|
} catch (t) {
|