@devtable/dashboard 13.27.10 → 13.27.11

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.
@@ -20,6 +20,7 @@ export declare const FilterTreeSelectConfigMeta: import("mobx-state-tree").IMode
20
20
  readonly filter: any;
21
21
  readonly usingQuery: boolean;
22
22
  } & {
23
+ readonly optionsLoading: boolean;
23
24
  readonly options: import("./select-base").TSelectOption[];
24
25
  } & {
25
26
  setRequired(required: boolean): void;
@@ -95,6 +96,7 @@ export declare const createFilterTreeSelectConfig: () => {
95
96
  readonly filter: any;
96
97
  readonly usingQuery: boolean;
97
98
  } & {
99
+ readonly optionsLoading: boolean;
98
100
  readonly options: import("./select-base").TSelectOption[];
99
101
  } & {
100
102
  setRequired(required: boolean): void;
@@ -163,6 +165,7 @@ export declare const createFilterTreeSelectConfig: () => {
163
165
  readonly filter: any;
164
166
  readonly usingQuery: boolean;
165
167
  } & {
168
+ readonly optionsLoading: boolean;
166
169
  readonly options: import("./select-base").TSelectOption[];
167
170
  } & {
168
171
  setRequired(required: boolean): void;