@devtable/dashboard 10.50.0 → 10.51.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,11 +52,13 @@ export declare const FilterTreeSelectConfigMeta: import("mobx-state-tree").IMode
|
|
|
52
52
|
treeCheckStrictly: boolean;
|
|
53
53
|
default_selection_count: number;
|
|
54
54
|
};
|
|
55
|
+
readonly plainData: any;
|
|
55
56
|
readonly treeData: import("performant-array-to-tree").TreeItem[];
|
|
56
57
|
readonly errorMessage: any;
|
|
57
58
|
readonly treeDataLoading: boolean;
|
|
58
59
|
readonly defaultSelection: any[];
|
|
59
60
|
truthy(value: any): boolean;
|
|
61
|
+
valueObjects(value: string[]): any;
|
|
60
62
|
} & {
|
|
61
63
|
setDefaultValue(default_value: string[]): void;
|
|
62
64
|
setMinWidth(v: string): void;
|
|
@@ -123,11 +125,13 @@ export declare const createFilterTreeSelectConfig: () => {
|
|
|
123
125
|
treeCheckStrictly: boolean;
|
|
124
126
|
default_selection_count: number;
|
|
125
127
|
};
|
|
128
|
+
readonly plainData: any;
|
|
126
129
|
readonly treeData: import("performant-array-to-tree").TreeItem[];
|
|
127
130
|
readonly errorMessage: any;
|
|
128
131
|
readonly treeDataLoading: boolean;
|
|
129
132
|
readonly defaultSelection: any[];
|
|
130
133
|
truthy(value: any): boolean;
|
|
134
|
+
valueObjects(value: string[]): any;
|
|
131
135
|
} & {
|
|
132
136
|
setDefaultValue(default_value: string[]): void;
|
|
133
137
|
setMinWidth(v: string): void;
|
|
@@ -187,11 +191,13 @@ export declare const createFilterTreeSelectConfig: () => {
|
|
|
187
191
|
treeCheckStrictly: boolean;
|
|
188
192
|
default_selection_count: number;
|
|
189
193
|
};
|
|
194
|
+
readonly plainData: any;
|
|
190
195
|
readonly treeData: import("performant-array-to-tree").TreeItem[];
|
|
191
196
|
readonly errorMessage: any;
|
|
192
197
|
readonly treeDataLoading: boolean;
|
|
193
198
|
readonly defaultSelection: any[];
|
|
194
199
|
truthy(value: any): boolean;
|
|
200
|
+
valueObjects(value: string[]): any;
|
|
195
201
|
} & {
|
|
196
202
|
setDefaultValue(default_value: string[]): void;
|
|
197
203
|
setMinWidth(v: string): void;
|