@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.
@@ -1733,7 +1733,7 @@ class Fi {
1733
1733
  }), this.instanceRegistry.clear(), this.factoryRegistry.clear();
1734
1734
  }
1735
1735
  }
1736
- const hc = "13.13.2", cg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
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[0].id : "";
25254
+ return e.tabs.length > 0 ? S.minBy(e.tabs, (s) => s.order).id : "";
25255
25255
  },
25256
25256
  get tabViewID() {
25257
25257
  var n;