@devtable/dashboard 13.17.1 → 13.17.2

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.
@@ -123,6 +123,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
123
123
  visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
124
124
  default_value_func: string;
125
125
  }[];
126
+ readonly valuesString: string;
126
127
  readonly contentModel: any;
127
128
  readonly context: any;
128
129
  readonly initialValuesDep: string;
@@ -1743,7 +1743,7 @@ class Vi {
1743
1743
  }), this.instanceRegistry.clear(), this.factoryRegistry.clear();
1744
1744
  }
1745
1745
  }
1746
- const xc = "13.17.1", hg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1746
+ const xc = "13.17.2", hg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1747
1747
  __proto__: null,
1748
1748
  version: xc
1749
1749
  }, Symbol.toStringTag, { value: "Module" }));
@@ -25835,6 +25835,9 @@ const hu = p.model("FiltersRenderModel", {
25835
25835
  get json() {
25836
25836
  return t.current.map((e) => e.json);
25837
25837
  },
25838
+ get valuesString() {
25839
+ return JSON.stringify(t.values);
25840
+ },
25838
25841
  get contentModel() {
25839
25842
  return Ge(t).content;
25840
25843
  },
@@ -35160,7 +35163,7 @@ const QE = ({
35160
35163
  f.globalSQLSnippets.replace(x);
35161
35164
  }, [x]), L.useEffect(() => {
35162
35165
  c == null || c(f.content.filters.values);
35163
- }, [c, f.content.filters.values]), L.useEffect(() => {
35166
+ }, [c, f.content.filters.valuesString]), L.useEffect(() => {
35164
35167
  l && f.content.filters.patchValues(l);
35165
35168
  }, [l, f.content.filters.patchValues]), L.useEffect(() => {
35166
35169
  u == null || u(f.content.views.firstVisibleTabsViewActiveTab);