@devtable/dashboard 11.5.2 → 11.6.0

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.
@@ -59,7 +59,7 @@ export declare const FilterTreeSelectConfigMeta: import("mobx-state-tree").IMode
59
59
  readonly treeDataLoading: boolean;
60
60
  readonly defaultSelection: any[];
61
61
  valueObjects(value: string[]): any;
62
- readonly defaultSelectionOptions: any;
62
+ initialSelection(value: string[] | null): any;
63
63
  truthy(value: any): boolean;
64
64
  } & {
65
65
  setDefaultValue(default_value: string[]): void;
@@ -134,7 +134,7 @@ export declare const createFilterTreeSelectConfig: () => {
134
134
  readonly treeDataLoading: boolean;
135
135
  readonly defaultSelection: any[];
136
136
  valueObjects(value: string[]): any;
137
- readonly defaultSelectionOptions: any;
137
+ initialSelection(value: string[] | null): any;
138
138
  truthy(value: any): boolean;
139
139
  } & {
140
140
  setDefaultValue(default_value: string[]): void;
@@ -202,7 +202,7 @@ export declare const createFilterTreeSelectConfig: () => {
202
202
  readonly treeDataLoading: boolean;
203
203
  readonly defaultSelection: any[];
204
204
  valueObjects(value: string[]): any;
205
- readonly defaultSelectionOptions: any;
205
+ initialSelection(value: string[] | null): any;
206
206
  truthy(value: any): boolean;
207
207
  } & {
208
208
  setDefaultValue(default_value: string[]): void;