@devtable/dashboard 13.36.8 → 13.36.10

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.
@@ -7340,6 +7340,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
7340
7340
  id: string;
7341
7341
  name: string;
7342
7342
  } | null;
7343
+ readonly firstVisibleTabsViewActiveTabStr: string;
7343
7344
  } & {
7344
7345
  appendToVisibles(viewID: string): void;
7345
7346
  rmVisibleViewID(id: string): void;
@@ -9579,7 +9579,7 @@ class lc {
9579
9579
  }), this.instanceRegistry.clear(), this.factoryRegistry.clear();
9580
9580
  }
9581
9581
  }
9582
- const mf = "13.36.8", ZS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9582
+ const mf = "13.36.10", ZS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9583
9583
  __proto__: null,
9584
9584
  version: mf
9585
9585
  }, Symbol.toStringTag, { value: "Module" }));
@@ -28848,7 +28848,7 @@ const g$ = x.model("FilterDateRangeConfigMeta", {
28848
28848
  } = t, l = (p) => {
28849
28849
  const m = p.map((f) => f.value);
28850
28850
  i(m, !1);
28851
- }, c = T(() => t.initialSelection(n), [n, t.initialSelection]), d = t.min_width ? t.min_width : "200px", h = !!t.options_query_id ? a : !1;
28851
+ }, c = T(() => t.initialSelection(n), [n, t.initialSelection, a]), d = t.min_width ? t.min_width : "200px", h = !!t.options_query_id ? a : !1;
28852
28852
  return /* @__PURE__ */ r.jsx(z$, { disabled: h, style: {
28853
28853
  minWidth: "160px",
28854
28854
  width: d,
@@ -29933,6 +29933,9 @@ const kx = x.compose("ViewRenderModel", W$, x.model({
29933
29933
  get firstVisibleTabsViewActiveTab() {
29934
29934
  const t = this.firstVisibleTabsView;
29935
29935
  return t ? t.tabInfo : null;
29936
+ },
29937
+ get firstVisibleTabsViewActiveTabStr() {
29938
+ return JSON.stringify(this.firstVisibleTabsViewActiveTab);
29936
29939
  }
29937
29940
  })).actions((e) => ({
29938
29941
  appendToVisibles(t) {
@@ -40249,7 +40252,7 @@ const YN = ({
40249
40252
  l && f.content.filters.patchValues(l);
40250
40253
  }, [l, f.content.filters.patchValues]), O.useEffect(() => {
40251
40254
  u == null || u(f.content.views.firstVisibleTabsViewActiveTab);
40252
- }, [u, f.content.views.firstVisibleTabsViewActiveTab]), O.useEffect(() => {
40255
+ }, [u, f.content.views.firstVisibleTabsViewActiveTabStr]), O.useEffect(() => {
40253
40256
  d && f.content.views.setFirstVisibleTabsViewActiveTab(d);
40254
40257
  }, [d, f.content.views.setFirstVisibleTabsViewActiveTab]);
40255
40258
  const b = bn($c, []), I = ng(b);