@devtable/dashboard 13.36.8 → 13.36.9
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;
|
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 mf = "13.36.
|
|
9582
|
+
const mf = "13.36.9", ZS = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9583
9583
|
__proto__: null,
|
|
9584
9584
|
version: mf
|
|
9585
9585
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -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.
|
|
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);
|