@devtable/dashboard 13.27.11 → 13.27.13-alpha.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.
|
@@ -52,7 +52,8 @@ export declare const FilterMultiSelectConfigMeta: import("mobx-state-tree").IMod
|
|
|
52
52
|
options_query_id: string;
|
|
53
53
|
default_selection_count: number;
|
|
54
54
|
};
|
|
55
|
-
readonly
|
|
55
|
+
readonly defaultSelection: any;
|
|
56
|
+
initialSelection(value: string[] | null): any;
|
|
56
57
|
truthy(value: any): boolean;
|
|
57
58
|
} & {
|
|
58
59
|
setDefaultValue(default_value: string[]): void;
|
|
@@ -120,7 +121,8 @@ export declare const createFilterMultiSelectConfig: () => {
|
|
|
120
121
|
options_query_id: string;
|
|
121
122
|
default_selection_count: number;
|
|
122
123
|
};
|
|
123
|
-
readonly
|
|
124
|
+
readonly defaultSelection: any;
|
|
125
|
+
initialSelection(value: string[] | null): any;
|
|
124
126
|
truthy(value: any): boolean;
|
|
125
127
|
} & {
|
|
126
128
|
setDefaultValue(default_value: string[]): void;
|
|
@@ -181,7 +183,8 @@ export declare const createFilterMultiSelectConfig: () => {
|
|
|
181
183
|
options_query_id: string;
|
|
182
184
|
default_selection_count: number;
|
|
183
185
|
};
|
|
184
|
-
readonly
|
|
186
|
+
readonly defaultSelection: any;
|
|
187
|
+
initialSelection(value: string[] | null): any;
|
|
185
188
|
truthy(value: any): boolean;
|
|
186
189
|
} & {
|
|
187
190
|
setDefaultValue(default_value: string[]): void;
|