@devtable/dashboard 13.13.2 → 13.13.3
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/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.3", cg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1737
1737
|
__proto__: null,
|
|
1738
1738
|
version: hc
|
|
1739
1739
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -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;
|