@devtable/dashboard 13.17.1 → 13.17.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.
@@ -120,6 +120,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
120
120
  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>>>;
121
121
  default_value_func: string;
122
122
  }[];
123
+ readonly valuesString: string;
123
124
  readonly contentModel: any;
124
125
  readonly context: any;
125
126
  readonly initialValuesDep: string;