@devtable/dashboard 13.36.6 → 13.36.7
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 +7 -5
- package/dist/dashboard.umd.js +4 -4
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -9579,7 +9579,7 @@ class lc {
|
|
|
9579
9579
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
9580
9580
|
}
|
|
9581
9581
|
}
|
|
9582
|
-
const ff = "13.36.
|
|
9582
|
+
const ff = "13.36.7", XS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9583
9583
|
__proto__: null,
|
|
9584
9584
|
version: ff
|
|
9585
9585
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -29307,12 +29307,14 @@ const xx = x.compose("FilterConfigModel_BaseTreeSelect", x.model({
|
|
|
29307
29307
|
e.treeCheckStrictly = t;
|
|
29308
29308
|
},
|
|
29309
29309
|
applyDefaultSelection() {
|
|
29310
|
+
if (e.optionsLoading)
|
|
29311
|
+
return;
|
|
29310
29312
|
const t = e.filter.value, n = new Set(e.plainData.map((s) => s.value)), i = (t ?? []).filter((s) => n.has(s));
|
|
29311
29313
|
i.length > 0 ? e.filter.setValue(i) : e.filter.setValue(e.defaultSelection);
|
|
29312
29314
|
},
|
|
29313
29315
|
afterCreate() {
|
|
29314
29316
|
Kt(e, Mt(() => JSON.stringify(e.defaultSelection), this.applyDefaultSelection, {
|
|
29315
|
-
fireImmediately: !
|
|
29317
|
+
fireImmediately: !1,
|
|
29316
29318
|
delay: 0
|
|
29317
29319
|
}));
|
|
29318
29320
|
}
|
|
@@ -30277,7 +30279,7 @@ const Ex = x.model("FiltersRenderModel", {
|
|
|
30277
30279
|
console.debug("⚪️ patching filter values: ", JSON.stringify(t)), e.values = k.defaults({}, t, e.values);
|
|
30278
30280
|
},
|
|
30279
30281
|
setValueByKey(t, n) {
|
|
30280
|
-
console.
|
|
30282
|
+
console.trace(`⚪️ setting filter[${t}] to value: `, JSON.stringify(n)), e.values = {
|
|
30281
30283
|
...e.values,
|
|
30282
30284
|
[t]: n
|
|
30283
30285
|
};
|
|
@@ -40243,9 +40245,9 @@ const YN = ({
|
|
|
40243
40245
|
}, [p]), O.useEffect(() => {
|
|
40244
40246
|
f.globalSQLSnippets.replace(m);
|
|
40245
40247
|
}, [m]), O.useEffect(() => {
|
|
40246
|
-
console.log("calling onFilterValuesChange: ", f.content.filters.values), c == null || c(f.content.filters.values);
|
|
40248
|
+
console.log("⚪️ calling onFilterValuesChange: ", f.content.filters.values), c == null || c(f.content.filters.values);
|
|
40247
40249
|
}, [c, f.content.filters.valuesString]), O.useEffect(() => {
|
|
40248
|
-
l &&
|
|
40250
|
+
l && f.content.filters.patchValues(l);
|
|
40249
40251
|
}, [l, f.content.filters.patchValues]), O.useEffect(() => {
|
|
40250
40252
|
u == null || u(f.content.views.firstVisibleTabsViewActiveTab);
|
|
40251
40253
|
}, [u, f.content.views.firstVisibleTabsViewActiveTab]), O.useEffect(() => {
|