@devtable/dashboard 13.13.2 → 13.13.4
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 +4 -4
- package/dist/dashboard.umd.js +3 -3
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -1733,7 +1733,7 @@ class Fi {
|
|
|
1733
1733
|
}), this.instanceRegistry.clear(), this.factoryRegistry.clear();
|
|
1734
1734
|
}
|
|
1735
1735
|
}
|
|
1736
|
-
const hc = "13.13.
|
|
1736
|
+
const hc = "13.13.4", cg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1737
1737
|
__proto__: null,
|
|
1738
1738
|
version: hc
|
|
1739
1739
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -23764,7 +23764,7 @@ const uT = ({
|
|
|
23764
23764
|
} = e, l = (m) => {
|
|
23765
23765
|
const p = m.map((f) => f.value);
|
|
23766
23766
|
s(p, !1);
|
|
23767
|
-
}, c = C(() => e.initialSelection(n), [n, e.
|
|
23767
|
+
}, c = C(() => e.initialSelection(n), [n, e.initialSelection]), d = e.min_width ? e.min_width : "200px", h = !!e.options_query_id ? a : !1;
|
|
23768
23768
|
return /* @__PURE__ */ r.jsx(gT, { disabled: h, style: {
|
|
23769
23769
|
minWidth: "160px",
|
|
23770
23770
|
width: d,
|
|
@@ -24774,7 +24774,7 @@ const Hd = x.compose("FilterTreeSelectConfigMeta", x.model({
|
|
|
24774
24774
|
return this.plainData.filter((s) => n.has(s.value));
|
|
24775
24775
|
},
|
|
24776
24776
|
initialSelection(e) {
|
|
24777
|
-
return
|
|
24777
|
+
return e ? this.valueObjects(e) : this.valueObjects(this.defaultSelection);
|
|
24778
24778
|
},
|
|
24779
24779
|
truthy(e) {
|
|
24780
24780
|
return Array.isArray(e) && e.length > 0;
|
|
@@ -25251,7 +25251,7 @@ const tu = x.compose("ViewRenderModel", UT, x.model({
|
|
|
25251
25251
|
if (t.type !== W.Tabs)
|
|
25252
25252
|
return "";
|
|
25253
25253
|
const e = t.config;
|
|
25254
|
-
return e.tabs.length > 0 ? e.tabs
|
|
25254
|
+
return e.tabs.length > 0 ? S.minBy(e.tabs, (s) => s.order).id : "";
|
|
25255
25255
|
},
|
|
25256
25256
|
get tabViewID() {
|
|
25257
25257
|
var n;
|