amis 1.9.1-beta.11 → 1.9.1-beta.12
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/RootRenderer.js +14 -0
- package/lib/RootRenderer.js.map +2 -2
- package/lib/SchemaRenderer.js +8 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/DateRangePicker.js +11 -9
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +2 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/components/virtual-list/index.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +6 -0
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.js +2 -1
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +5 -4
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -1
- package/lib/renderers/Carousel.js +5 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputText.js +1 -1
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/Options.js +1 -0
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +12 -0
- package/lib/renderers/Form/Select.js +1 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +72 -19
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Service.js +1 -0
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +2 -2
- package/lib/renderers/Table/TableContent.js +4 -16
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +2 -5
- package/lib/renderers/Table/index.js +2 -2
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/store/table.js +7 -3
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +0 -1
- package/lib/themes/ang.css +0 -1
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +0 -1
- package/lib/themes/antd.css +0 -1
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +8 -1
- package/lib/themes/cxd.css +8 -1
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +0 -1
- package/lib/themes/dark.css +0 -1
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +8 -1
- package/lib/themes/default.css +8 -1
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/formula.d.ts +16 -0
- package/lib/utils/formula.js +207 -0
- package/lib/utils/formula.js.map +13 -0
- package/lib/utils/grammar.d.ts +4 -0
- package/lib/utils/grammar.js +47 -0
- package/lib/utils/grammar.js.map +13 -0
- package/lib/utils/helper.js +1 -0
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/tpl.js +3 -0
- package/lib/utils/tpl.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +278 -222
- package/scss/components/_collapse.scss +1 -1
- package/scss/themes/cxd.scss +12 -0
- package/sdk/ang-ie11.css +0 -1
- package/sdk/ang.css +0 -1
- package/sdk/antd-ie11.css +0 -1
- package/sdk/antd.css +0 -1
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +9 -1
- package/sdk/cxd.css +9 -1
- package/sdk/dark-ie11.css +0 -1
- package/sdk/dark.css +0 -1
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +1 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +9 -1
- package/sdk/sdk.css +9 -1
- package/sdk/sdk.js +1695 -1665
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/RootRenderer.tsx +14 -0
- package/src/SchemaRenderer.tsx +4 -2
- package/src/components/DateRangePicker.tsx +73 -60
- package/src/components/Select.tsx +2 -4
- package/src/components/virtual-list/index.tsx +1 -1
- package/src/locale/de-DE.ts +1 -0
- package/src/locale/en-US.ts +1 -0
- package/src/locale/zh-CN.ts +5 -2
- package/src/renderers/Action.tsx +8 -0
- package/src/renderers/CRUD.tsx +2 -1
- package/src/renderers/Card.tsx +10 -5
- package/src/renderers/Carousel.tsx +10 -4
- package/src/renderers/Form/InputImage.tsx +1 -1
- package/src/renderers/Form/InputText.tsx +1 -0
- package/src/renderers/Form/Options.tsx +1 -0
- package/src/renderers/Form/Select.tsx +13 -3
- package/src/renderers/Form/wrapControl.tsx +90 -22
- package/src/renderers/Service.tsx +1 -0
- package/src/renderers/Table/TableContent.tsx +22 -34
- package/src/renderers/Table/index.tsx +4 -8
- package/src/store/table.ts +10 -3
- package/src/types.ts +1 -0
- package/src/utils/formula.ts +240 -0
- package/src/utils/grammar.ts +53 -0
- package/src/utils/helper.ts +2 -1
- package/src/utils/tpl.ts +2 -0
@@ -173,7 +173,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
173
173
|
render(): JSX.Element;
|
174
174
|
}
|
175
175
|
declare const EnhancedSelect: {
|
176
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
176
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
177
177
|
multiple: boolean;
|
178
178
|
clearable: boolean;
|
179
179
|
creatable: boolean;
|
@@ -202,7 +202,7 @@ declare const EnhancedSelect: {
|
|
202
202
|
getWrappedInstance(): any;
|
203
203
|
render(): JSX.Element;
|
204
204
|
context: any;
|
205
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
205
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
206
206
|
multiple: boolean;
|
207
207
|
clearable: boolean;
|
208
208
|
creatable: boolean;
|
@@ -227,7 +227,7 @@ declare const EnhancedSelect: {
|
|
227
227
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
228
228
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
229
229
|
forceUpdate(callback?: (() => void) | undefined): void;
|
230
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
230
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
231
231
|
multiple: boolean;
|
232
232
|
clearable: boolean;
|
233
233
|
creatable: boolean;
|
@@ -258,7 +258,7 @@ declare const EnhancedSelect: {
|
|
258
258
|
[key: string]: React.ReactInstance;
|
259
259
|
};
|
260
260
|
componentDidMount?(): void;
|
261
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
261
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
262
262
|
multiple: boolean;
|
263
263
|
clearable: boolean;
|
264
264
|
creatable: boolean;
|
@@ -284,7 +284,7 @@ declare const EnhancedSelect: {
|
|
284
284
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
285
285
|
componentWillUnmount?(): void;
|
286
286
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
287
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
287
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
288
288
|
multiple: boolean;
|
289
289
|
clearable: boolean;
|
290
290
|
creatable: boolean;
|
@@ -308,7 +308,7 @@ declare const EnhancedSelect: {
|
|
308
308
|
locale?: string | undefined;
|
309
309
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
310
310
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
311
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
311
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
312
312
|
multiple: boolean;
|
313
313
|
clearable: boolean;
|
314
314
|
creatable: boolean;
|
@@ -334,7 +334,7 @@ declare const EnhancedSelect: {
|
|
334
334
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
335
335
|
componentWillMount?(): void;
|
336
336
|
UNSAFE_componentWillMount?(): void;
|
337
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
337
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
338
338
|
multiple: boolean;
|
339
339
|
clearable: boolean;
|
340
340
|
creatable: boolean;
|
@@ -358,7 +358,7 @@ declare const EnhancedSelect: {
|
|
358
358
|
locale?: string | undefined;
|
359
359
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
360
360
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
361
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
361
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
362
362
|
multiple: boolean;
|
363
363
|
clearable: boolean;
|
364
364
|
creatable: boolean;
|
@@ -382,7 +382,7 @@ declare const EnhancedSelect: {
|
|
382
382
|
locale?: string | undefined;
|
383
383
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
384
384
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
385
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
385
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
386
386
|
multiple: boolean;
|
387
387
|
clearable: boolean;
|
388
388
|
creatable: boolean;
|
@@ -406,7 +406,7 @@ declare const EnhancedSelect: {
|
|
406
406
|
locale?: string | undefined;
|
407
407
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
408
408
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
409
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
409
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
410
410
|
multiple: boolean;
|
411
411
|
clearable: boolean;
|
412
412
|
creatable: boolean;
|
@@ -434,7 +434,7 @@ declare const EnhancedSelect: {
|
|
434
434
|
displayName: string;
|
435
435
|
contextType: React.Context<string>;
|
436
436
|
ComposedComponent: React.ComponentType<{
|
437
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
437
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
438
438
|
multiple: boolean;
|
439
439
|
clearable: boolean;
|
440
440
|
creatable: boolean;
|
@@ -463,7 +463,7 @@ declare const EnhancedSelect: {
|
|
463
463
|
getWrappedInstance(): any;
|
464
464
|
render(): JSX.Element;
|
465
465
|
context: any;
|
466
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
466
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
467
467
|
multiple: boolean;
|
468
468
|
clearable: boolean;
|
469
469
|
creatable: boolean;
|
@@ -488,7 +488,7 @@ declare const EnhancedSelect: {
|
|
488
488
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
489
489
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
490
490
|
forceUpdate(callback?: (() => void) | undefined): void;
|
491
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
491
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
492
492
|
multiple: boolean;
|
493
493
|
clearable: boolean;
|
494
494
|
creatable: boolean;
|
@@ -519,7 +519,7 @@ declare const EnhancedSelect: {
|
|
519
519
|
[key: string]: React.ReactInstance;
|
520
520
|
};
|
521
521
|
componentDidMount?(): void;
|
522
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
522
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
523
523
|
multiple: boolean;
|
524
524
|
clearable: boolean;
|
525
525
|
creatable: boolean;
|
@@ -545,7 +545,7 @@ declare const EnhancedSelect: {
|
|
545
545
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
546
546
|
componentWillUnmount?(): void;
|
547
547
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
548
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
548
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
549
549
|
multiple: boolean;
|
550
550
|
clearable: boolean;
|
551
551
|
creatable: boolean;
|
@@ -569,7 +569,7 @@ declare const EnhancedSelect: {
|
|
569
569
|
locale?: string | undefined;
|
570
570
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
571
571
|
}>, prevState: Readonly<{}>): any;
|
572
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
572
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
573
573
|
multiple: boolean;
|
574
574
|
clearable: boolean;
|
575
575
|
creatable: boolean;
|
@@ -595,7 +595,7 @@ declare const EnhancedSelect: {
|
|
595
595
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
596
596
|
componentWillMount?(): void;
|
597
597
|
UNSAFE_componentWillMount?(): void;
|
598
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
598
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
599
599
|
multiple: boolean;
|
600
600
|
clearable: boolean;
|
601
601
|
creatable: boolean;
|
@@ -619,7 +619,7 @@ declare const EnhancedSelect: {
|
|
619
619
|
locale?: string | undefined;
|
620
620
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
621
621
|
}>, nextContext: any): void;
|
622
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
622
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
623
623
|
multiple: boolean;
|
624
624
|
clearable: boolean;
|
625
625
|
creatable: boolean;
|
@@ -643,7 +643,7 @@ declare const EnhancedSelect: {
|
|
643
643
|
locale?: string | undefined;
|
644
644
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
645
645
|
}>, nextContext: any): void;
|
646
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
646
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
647
647
|
multiple: boolean;
|
648
648
|
clearable: boolean;
|
649
649
|
creatable: boolean;
|
@@ -667,7 +667,7 @@ declare const EnhancedSelect: {
|
|
667
667
|
locale?: string | undefined;
|
668
668
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
669
669
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
670
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
670
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
671
671
|
multiple: boolean;
|
672
672
|
clearable: boolean;
|
673
673
|
creatable: boolean;
|
@@ -699,7 +699,7 @@ declare const EnhancedSelect: {
|
|
699
699
|
ComposedComponent: typeof Select;
|
700
700
|
}>;
|
701
701
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
702
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
702
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
703
703
|
multiple: boolean;
|
704
704
|
clearable: boolean;
|
705
705
|
creatable: boolean;
|
@@ -728,7 +728,7 @@ declare const EnhancedSelect: {
|
|
728
728
|
getWrappedInstance(): any;
|
729
729
|
render(): JSX.Element;
|
730
730
|
context: any;
|
731
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
731
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
732
732
|
multiple: boolean;
|
733
733
|
clearable: boolean;
|
734
734
|
creatable: boolean;
|
@@ -753,7 +753,7 @@ declare const EnhancedSelect: {
|
|
753
753
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
754
754
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
755
755
|
forceUpdate(callback?: (() => void) | undefined): void;
|
756
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
756
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
757
757
|
multiple: boolean;
|
758
758
|
clearable: boolean;
|
759
759
|
creatable: boolean;
|
@@ -784,7 +784,7 @@ declare const EnhancedSelect: {
|
|
784
784
|
[key: string]: React.ReactInstance;
|
785
785
|
};
|
786
786
|
componentDidMount?(): void;
|
787
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
787
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
788
788
|
multiple: boolean;
|
789
789
|
clearable: boolean;
|
790
790
|
creatable: boolean;
|
@@ -810,7 +810,7 @@ declare const EnhancedSelect: {
|
|
810
810
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
811
811
|
componentWillUnmount?(): void;
|
812
812
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
813
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
813
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
814
814
|
multiple: boolean;
|
815
815
|
clearable: boolean;
|
816
816
|
creatable: boolean;
|
@@ -834,7 +834,7 @@ declare const EnhancedSelect: {
|
|
834
834
|
locale?: string | undefined;
|
835
835
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
836
836
|
}>, prevState: Readonly<{}>): any;
|
837
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
837
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
838
838
|
multiple: boolean;
|
839
839
|
clearable: boolean;
|
840
840
|
creatable: boolean;
|
@@ -860,7 +860,7 @@ declare const EnhancedSelect: {
|
|
860
860
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
861
861
|
componentWillMount?(): void;
|
862
862
|
UNSAFE_componentWillMount?(): void;
|
863
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
863
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
864
864
|
multiple: boolean;
|
865
865
|
clearable: boolean;
|
866
866
|
creatable: boolean;
|
@@ -884,7 +884,7 @@ declare const EnhancedSelect: {
|
|
884
884
|
locale?: string | undefined;
|
885
885
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
886
886
|
}>, nextContext: any): void;
|
887
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
887
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
888
888
|
multiple: boolean;
|
889
889
|
clearable: boolean;
|
890
890
|
creatable: boolean;
|
@@ -908,7 +908,7 @@ declare const EnhancedSelect: {
|
|
908
908
|
locale?: string | undefined;
|
909
909
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
910
910
|
}>, nextContext: any): void;
|
911
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
911
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
912
912
|
multiple: boolean;
|
913
913
|
clearable: boolean;
|
914
914
|
creatable: boolean;
|
@@ -932,7 +932,7 @@ declare const EnhancedSelect: {
|
|
932
932
|
locale?: string | undefined;
|
933
933
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
934
934
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
935
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
935
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
936
936
|
multiple: boolean;
|
937
937
|
clearable: boolean;
|
938
938
|
creatable: boolean;
|
@@ -964,7 +964,7 @@ declare const EnhancedSelect: {
|
|
964
964
|
ComposedComponent: typeof Select;
|
965
965
|
}, {}> & {
|
966
966
|
ComposedComponent: {
|
967
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
967
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
968
968
|
multiple: boolean;
|
969
969
|
clearable: boolean;
|
970
970
|
creatable: boolean;
|
@@ -993,7 +993,7 @@ declare const EnhancedSelect: {
|
|
993
993
|
getWrappedInstance(): any;
|
994
994
|
render(): JSX.Element;
|
995
995
|
context: any;
|
996
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
996
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
997
997
|
multiple: boolean;
|
998
998
|
clearable: boolean;
|
999
999
|
creatable: boolean;
|
@@ -1018,7 +1018,7 @@ declare const EnhancedSelect: {
|
|
1018
1018
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1019
1019
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1020
1020
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1021
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1021
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1022
1022
|
multiple: boolean;
|
1023
1023
|
clearable: boolean;
|
1024
1024
|
creatable: boolean;
|
@@ -1049,7 +1049,7 @@ declare const EnhancedSelect: {
|
|
1049
1049
|
[key: string]: React.ReactInstance;
|
1050
1050
|
};
|
1051
1051
|
componentDidMount?(): void;
|
1052
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1052
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1053
1053
|
multiple: boolean;
|
1054
1054
|
clearable: boolean;
|
1055
1055
|
creatable: boolean;
|
@@ -1075,7 +1075,7 @@ declare const EnhancedSelect: {
|
|
1075
1075
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1076
1076
|
componentWillUnmount?(): void;
|
1077
1077
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1078
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1078
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1079
1079
|
multiple: boolean;
|
1080
1080
|
clearable: boolean;
|
1081
1081
|
creatable: boolean;
|
@@ -1099,7 +1099,7 @@ declare const EnhancedSelect: {
|
|
1099
1099
|
locale?: string | undefined;
|
1100
1100
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1101
1101
|
}>, prevState: Readonly<{}>): any;
|
1102
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1102
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1103
1103
|
multiple: boolean;
|
1104
1104
|
clearable: boolean;
|
1105
1105
|
creatable: boolean;
|
@@ -1125,7 +1125,7 @@ declare const EnhancedSelect: {
|
|
1125
1125
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1126
1126
|
componentWillMount?(): void;
|
1127
1127
|
UNSAFE_componentWillMount?(): void;
|
1128
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1128
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1129
1129
|
multiple: boolean;
|
1130
1130
|
clearable: boolean;
|
1131
1131
|
creatable: boolean;
|
@@ -1149,7 +1149,7 @@ declare const EnhancedSelect: {
|
|
1149
1149
|
locale?: string | undefined;
|
1150
1150
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1151
1151
|
}>, nextContext: any): void;
|
1152
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1152
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1153
1153
|
multiple: boolean;
|
1154
1154
|
clearable: boolean;
|
1155
1155
|
creatable: boolean;
|
@@ -1173,7 +1173,7 @@ declare const EnhancedSelect: {
|
|
1173
1173
|
locale?: string | undefined;
|
1174
1174
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1175
1175
|
}>, nextContext: any): void;
|
1176
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1176
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1177
1177
|
multiple: boolean;
|
1178
1178
|
clearable: boolean;
|
1179
1179
|
creatable: boolean;
|
@@ -1197,7 +1197,7 @@ declare const EnhancedSelect: {
|
|
1197
1197
|
locale?: string | undefined;
|
1198
1198
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1199
1199
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1200
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1200
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1201
1201
|
multiple: boolean;
|
1202
1202
|
clearable: boolean;
|
1203
1203
|
creatable: boolean;
|
@@ -1231,7 +1231,7 @@ declare const EnhancedSelect: {
|
|
1231
1231
|
};
|
1232
1232
|
export default EnhancedSelect;
|
1233
1233
|
export declare const SelectWithRemoteOptions: {
|
1234
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1234
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1235
1235
|
multiple: boolean;
|
1236
1236
|
clearable: boolean;
|
1237
1237
|
creatable: boolean;
|
@@ -1276,7 +1276,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1276
1276
|
setData(data: any): void;
|
1277
1277
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1278
1278
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1279
|
-
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1279
|
+
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1280
1280
|
multiple: boolean;
|
1281
1281
|
clearable: boolean;
|
1282
1282
|
creatable: boolean;
|
@@ -1349,7 +1349,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1349
1349
|
getWrappedInstance(): any;
|
1350
1350
|
render(): JSX.Element;
|
1351
1351
|
context: any;
|
1352
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1352
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1353
1353
|
multiple: boolean;
|
1354
1354
|
clearable: boolean;
|
1355
1355
|
creatable: boolean;
|
@@ -1396,7 +1396,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1396
1396
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1397
1397
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
1398
1398
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1399
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1399
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1400
1400
|
multiple: boolean;
|
1401
1401
|
clearable: boolean;
|
1402
1402
|
creatable: boolean;
|
@@ -1449,7 +1449,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1449
1449
|
[key: string]: React.ReactInstance;
|
1450
1450
|
};
|
1451
1451
|
componentDidMount?(): void;
|
1452
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1452
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1453
1453
|
multiple: boolean;
|
1454
1454
|
clearable: boolean;
|
1455
1455
|
creatable: boolean;
|
@@ -1496,7 +1496,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1496
1496
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1497
1497
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1498
1498
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1499
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1499
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1500
1500
|
multiple: boolean;
|
1501
1501
|
clearable: boolean;
|
1502
1502
|
creatable: boolean;
|
@@ -1542,7 +1542,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1542
1542
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1543
1543
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1544
1544
|
}, "store">>, prevState: Readonly<{}>): any;
|
1545
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1545
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1546
1546
|
multiple: boolean;
|
1547
1547
|
clearable: boolean;
|
1548
1548
|
creatable: boolean;
|
@@ -1590,7 +1590,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1590
1590
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
1591
1591
|
componentWillMount?(): void;
|
1592
1592
|
UNSAFE_componentWillMount?(): void;
|
1593
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1593
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1594
1594
|
multiple: boolean;
|
1595
1595
|
clearable: boolean;
|
1596
1596
|
creatable: boolean;
|
@@ -1636,7 +1636,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1636
1636
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1637
1637
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1638
1638
|
}, "store">>, nextContext: any): void;
|
1639
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1639
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1640
1640
|
multiple: boolean;
|
1641
1641
|
clearable: boolean;
|
1642
1642
|
creatable: boolean;
|
@@ -1682,7 +1682,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1682
1682
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1683
1683
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1684
1684
|
}, "store">>, nextContext: any): void;
|
1685
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1685
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1686
1686
|
multiple: boolean;
|
1687
1687
|
clearable: boolean;
|
1688
1688
|
creatable: boolean;
|
@@ -1728,7 +1728,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1728
1728
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1729
1729
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1730
1730
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
1731
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1731
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1732
1732
|
multiple: boolean;
|
1733
1733
|
clearable: boolean;
|
1734
1734
|
creatable: boolean;
|
@@ -1775,7 +1775,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1775
1775
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1776
1776
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
1777
1777
|
};
|
1778
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1778
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1779
1779
|
multiple: boolean;
|
1780
1780
|
clearable: boolean;
|
1781
1781
|
creatable: boolean;
|
@@ -1848,7 +1848,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1848
1848
|
getWrappedInstance(): any;
|
1849
1849
|
render(): JSX.Element;
|
1850
1850
|
context: any;
|
1851
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1851
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1852
1852
|
multiple: boolean;
|
1853
1853
|
clearable: boolean;
|
1854
1854
|
creatable: boolean;
|
@@ -1895,7 +1895,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1895
1895
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1896
1896
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
1897
1897
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1898
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1898
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1899
1899
|
multiple: boolean;
|
1900
1900
|
clearable: boolean;
|
1901
1901
|
creatable: boolean;
|
@@ -1948,7 +1948,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1948
1948
|
[key: string]: React.ReactInstance;
|
1949
1949
|
};
|
1950
1950
|
componentDidMount?(): void;
|
1951
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1951
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1952
1952
|
multiple: boolean;
|
1953
1953
|
clearable: boolean;
|
1954
1954
|
creatable: boolean;
|
@@ -1995,7 +1995,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1995
1995
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1996
1996
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1997
1997
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1998
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
1998
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
1999
1999
|
multiple: boolean;
|
2000
2000
|
clearable: boolean;
|
2001
2001
|
creatable: boolean;
|
@@ -2041,7 +2041,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2041
2041
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2042
2042
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2043
2043
|
}, "store">>, prevState: Readonly<{}>): any;
|
2044
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2044
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2045
2045
|
multiple: boolean;
|
2046
2046
|
clearable: boolean;
|
2047
2047
|
creatable: boolean;
|
@@ -2089,7 +2089,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2089
2089
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
2090
2090
|
componentWillMount?(): void;
|
2091
2091
|
UNSAFE_componentWillMount?(): void;
|
2092
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2092
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2093
2093
|
multiple: boolean;
|
2094
2094
|
clearable: boolean;
|
2095
2095
|
creatable: boolean;
|
@@ -2135,7 +2135,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2135
2135
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2136
2136
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2137
2137
|
}, "store">>, nextContext: any): void;
|
2138
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2138
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2139
2139
|
multiple: boolean;
|
2140
2140
|
clearable: boolean;
|
2141
2141
|
creatable: boolean;
|
@@ -2181,7 +2181,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2181
2181
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2182
2182
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2183
2183
|
}, "store">>, nextContext: any): void;
|
2184
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2184
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2185
2185
|
multiple: boolean;
|
2186
2186
|
clearable: boolean;
|
2187
2187
|
creatable: boolean;
|
@@ -2227,7 +2227,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2227
2227
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2228
2228
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2229
2229
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
2230
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2230
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2231
2231
|
multiple: boolean;
|
2232
2232
|
clearable: boolean;
|
2233
2233
|
creatable: boolean;
|
@@ -2276,7 +2276,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2276
2276
|
};
|
2277
2277
|
displayName: string;
|
2278
2278
|
ComposedComponent: React.ComponentType<{
|
2279
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2279
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2280
2280
|
multiple: boolean;
|
2281
2281
|
clearable: boolean;
|
2282
2282
|
creatable: boolean;
|
@@ -2334,7 +2334,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2334
2334
|
deferLoadConfig(item: any): Promise<void>;
|
2335
2335
|
render(): JSX.Element;
|
2336
2336
|
context: any;
|
2337
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2337
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2338
2338
|
multiple: boolean;
|
2339
2339
|
clearable: boolean;
|
2340
2340
|
creatable: boolean;
|
@@ -2381,7 +2381,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2381
2381
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2382
2382
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
2383
2383
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2384
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2384
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2385
2385
|
multiple: boolean;
|
2386
2386
|
clearable: boolean;
|
2387
2387
|
creatable: boolean;
|
@@ -2433,7 +2433,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2433
2433
|
refs: {
|
2434
2434
|
[key: string]: React.ReactInstance;
|
2435
2435
|
};
|
2436
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2436
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2437
2437
|
multiple: boolean;
|
2438
2438
|
clearable: boolean;
|
2439
2439
|
creatable: boolean;
|
@@ -2480,7 +2480,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2480
2480
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2481
2481
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2482
2482
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2483
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2483
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2484
2484
|
multiple: boolean;
|
2485
2485
|
clearable: boolean;
|
2486
2486
|
creatable: boolean;
|
@@ -2528,7 +2528,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2528
2528
|
}>, prevState: Readonly<{}>): any;
|
2529
2529
|
componentWillMount?(): void;
|
2530
2530
|
UNSAFE_componentWillMount?(): void;
|
2531
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2531
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2532
2532
|
multiple: boolean;
|
2533
2533
|
clearable: boolean;
|
2534
2534
|
creatable: boolean;
|
@@ -2574,7 +2574,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2574
2574
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2575
2575
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2576
2576
|
}>, nextContext: any): void;
|
2577
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2577
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2578
2578
|
multiple: boolean;
|
2579
2579
|
clearable: boolean;
|
2580
2580
|
creatable: boolean;
|
@@ -2620,7 +2620,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2620
2620
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2621
2621
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2622
2622
|
}>, nextContext: any): void;
|
2623
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2623
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2624
2624
|
multiple: boolean;
|
2625
2625
|
clearable: boolean;
|
2626
2626
|
creatable: boolean;
|
@@ -2666,7 +2666,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2666
2666
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2667
2667
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2668
2668
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2669
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2669
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2670
2670
|
multiple: boolean;
|
2671
2671
|
clearable: boolean;
|
2672
2672
|
creatable: boolean;
|
@@ -2715,7 +2715,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2715
2715
|
};
|
2716
2716
|
displayName: string;
|
2717
2717
|
ComposedComponent: React.ComponentType<{
|
2718
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2718
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2719
2719
|
multiple: boolean;
|
2720
2720
|
clearable: boolean;
|
2721
2721
|
creatable: boolean;
|
@@ -2738,7 +2738,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2738
2738
|
}, never>> & {
|
2739
2739
|
locale?: string | undefined;
|
2740
2740
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2741
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2741
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2742
2742
|
multiple: boolean;
|
2743
2743
|
clearable: boolean;
|
2744
2744
|
creatable: boolean;
|
@@ -2764,7 +2764,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2764
2764
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
2765
2765
|
render(): JSX.Element;
|
2766
2766
|
context: any;
|
2767
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2767
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2768
2768
|
multiple: boolean;
|
2769
2769
|
clearable: boolean;
|
2770
2770
|
creatable: boolean;
|
@@ -2789,7 +2789,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2789
2789
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2790
2790
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
2791
2791
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2792
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2792
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2793
2793
|
multiple: boolean;
|
2794
2794
|
clearable: boolean;
|
2795
2795
|
creatable: boolean;
|
@@ -2820,7 +2820,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2820
2820
|
[key: string]: React.ReactInstance;
|
2821
2821
|
};
|
2822
2822
|
componentDidMount?(): void;
|
2823
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2823
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2824
2824
|
multiple: boolean;
|
2825
2825
|
clearable: boolean;
|
2826
2826
|
creatable: boolean;
|
@@ -2846,7 +2846,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2846
2846
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2847
2847
|
componentWillUnmount?(): void;
|
2848
2848
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2849
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2849
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2850
2850
|
multiple: boolean;
|
2851
2851
|
clearable: boolean;
|
2852
2852
|
creatable: boolean;
|
@@ -2870,7 +2870,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2870
2870
|
locale?: string | undefined;
|
2871
2871
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2872
2872
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
2873
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2873
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2874
2874
|
multiple: boolean;
|
2875
2875
|
clearable: boolean;
|
2876
2876
|
creatable: boolean;
|
@@ -2896,7 +2896,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2896
2896
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
2897
2897
|
componentWillMount?(): void;
|
2898
2898
|
UNSAFE_componentWillMount?(): void;
|
2899
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2899
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2900
2900
|
multiple: boolean;
|
2901
2901
|
clearable: boolean;
|
2902
2902
|
creatable: boolean;
|
@@ -2920,7 +2920,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2920
2920
|
locale?: string | undefined;
|
2921
2921
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2922
2922
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
2923
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2923
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2924
2924
|
multiple: boolean;
|
2925
2925
|
clearable: boolean;
|
2926
2926
|
creatable: boolean;
|
@@ -2944,7 +2944,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2944
2944
|
locale?: string | undefined;
|
2945
2945
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2946
2946
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
2947
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2947
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2948
2948
|
multiple: boolean;
|
2949
2949
|
clearable: boolean;
|
2950
2950
|
creatable: boolean;
|
@@ -2968,7 +2968,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2968
2968
|
locale?: string | undefined;
|
2969
2969
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2970
2970
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
2971
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2971
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2972
2972
|
multiple: boolean;
|
2973
2973
|
clearable: boolean;
|
2974
2974
|
creatable: boolean;
|
@@ -2993,7 +2993,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2993
2993
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2994
2994
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
2995
2995
|
};
|
2996
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
2996
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
2997
2997
|
multiple: boolean;
|
2998
2998
|
clearable: boolean;
|
2999
2999
|
creatable: boolean;
|
@@ -3019,7 +3019,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3019
3019
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
3020
3020
|
render(): JSX.Element;
|
3021
3021
|
context: any;
|
3022
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3022
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3023
3023
|
multiple: boolean;
|
3024
3024
|
clearable: boolean;
|
3025
3025
|
creatable: boolean;
|
@@ -3044,7 +3044,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3044
3044
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3045
3045
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
3046
3046
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3047
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3047
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3048
3048
|
multiple: boolean;
|
3049
3049
|
clearable: boolean;
|
3050
3050
|
creatable: boolean;
|
@@ -3075,7 +3075,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3075
3075
|
[key: string]: React.ReactInstance;
|
3076
3076
|
};
|
3077
3077
|
componentDidMount?(): void;
|
3078
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3078
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3079
3079
|
multiple: boolean;
|
3080
3080
|
clearable: boolean;
|
3081
3081
|
creatable: boolean;
|
@@ -3101,7 +3101,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3101
3101
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3102
3102
|
componentWillUnmount?(): void;
|
3103
3103
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3104
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3104
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3105
3105
|
multiple: boolean;
|
3106
3106
|
clearable: boolean;
|
3107
3107
|
creatable: boolean;
|
@@ -3125,7 +3125,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3125
3125
|
locale?: string | undefined;
|
3126
3126
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3127
3127
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
3128
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3128
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3129
3129
|
multiple: boolean;
|
3130
3130
|
clearable: boolean;
|
3131
3131
|
creatable: boolean;
|
@@ -3151,7 +3151,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3151
3151
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
3152
3152
|
componentWillMount?(): void;
|
3153
3153
|
UNSAFE_componentWillMount?(): void;
|
3154
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3154
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3155
3155
|
multiple: boolean;
|
3156
3156
|
clearable: boolean;
|
3157
3157
|
creatable: boolean;
|
@@ -3175,7 +3175,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3175
3175
|
locale?: string | undefined;
|
3176
3176
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3177
3177
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3178
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3178
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3179
3179
|
multiple: boolean;
|
3180
3180
|
clearable: boolean;
|
3181
3181
|
creatable: boolean;
|
@@ -3199,7 +3199,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3199
3199
|
locale?: string | undefined;
|
3200
3200
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3201
3201
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3202
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3202
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3203
3203
|
multiple: boolean;
|
3204
3204
|
clearable: boolean;
|
3205
3205
|
creatable: boolean;
|
@@ -3223,7 +3223,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3223
3223
|
locale?: string | undefined;
|
3224
3224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3225
3225
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
3226
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3226
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3227
3227
|
multiple: boolean;
|
3228
3228
|
clearable: boolean;
|
3229
3229
|
creatable: boolean;
|
@@ -3254,7 +3254,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3254
3254
|
}>;
|
3255
3255
|
contextType?: React.Context<any> | undefined;
|
3256
3256
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
3257
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3257
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3258
3258
|
multiple: boolean;
|
3259
3259
|
clearable: boolean;
|
3260
3260
|
creatable: boolean;
|
@@ -3312,7 +3312,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3312
3312
|
deferLoadConfig(item: any): Promise<void>;
|
3313
3313
|
render(): JSX.Element;
|
3314
3314
|
context: any;
|
3315
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3315
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3316
3316
|
multiple: boolean;
|
3317
3317
|
clearable: boolean;
|
3318
3318
|
creatable: boolean;
|
@@ -3359,7 +3359,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3359
3359
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3360
3360
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
3361
3361
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3362
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3362
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3363
3363
|
multiple: boolean;
|
3364
3364
|
clearable: boolean;
|
3365
3365
|
creatable: boolean;
|
@@ -3411,7 +3411,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3411
3411
|
refs: {
|
3412
3412
|
[key: string]: React.ReactInstance;
|
3413
3413
|
};
|
3414
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3414
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3415
3415
|
multiple: boolean;
|
3416
3416
|
clearable: boolean;
|
3417
3417
|
creatable: boolean;
|
@@ -3458,7 +3458,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3458
3458
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3459
3459
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3460
3460
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3461
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3461
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3462
3462
|
multiple: boolean;
|
3463
3463
|
clearable: boolean;
|
3464
3464
|
creatable: boolean;
|
@@ -3506,7 +3506,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3506
3506
|
}>, prevState: Readonly<{}>): any;
|
3507
3507
|
componentWillMount?(): void;
|
3508
3508
|
UNSAFE_componentWillMount?(): void;
|
3509
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3509
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3510
3510
|
multiple: boolean;
|
3511
3511
|
clearable: boolean;
|
3512
3512
|
creatable: boolean;
|
@@ -3552,7 +3552,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3552
3552
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3553
3553
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3554
3554
|
}>, nextContext: any): void;
|
3555
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3555
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3556
3556
|
multiple: boolean;
|
3557
3557
|
clearable: boolean;
|
3558
3558
|
creatable: boolean;
|
@@ -3598,7 +3598,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3598
3598
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3599
3599
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3600
3600
|
}>, nextContext: any): void;
|
3601
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3601
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3602
3602
|
multiple: boolean;
|
3603
3603
|
clearable: boolean;
|
3604
3604
|
creatable: boolean;
|
@@ -3644,7 +3644,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3644
3644
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3645
3645
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3646
3646
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
3647
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3647
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3648
3648
|
multiple: boolean;
|
3649
3649
|
clearable: boolean;
|
3650
3650
|
creatable: boolean;
|
@@ -3693,7 +3693,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3693
3693
|
};
|
3694
3694
|
displayName: string;
|
3695
3695
|
ComposedComponent: React.ComponentType<{
|
3696
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3696
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3697
3697
|
multiple: boolean;
|
3698
3698
|
clearable: boolean;
|
3699
3699
|
creatable: boolean;
|
@@ -3716,7 +3716,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3716
3716
|
}, never>> & {
|
3717
3717
|
locale?: string | undefined;
|
3718
3718
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3719
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3719
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3720
3720
|
multiple: boolean;
|
3721
3721
|
clearable: boolean;
|
3722
3722
|
creatable: boolean;
|
@@ -3742,7 +3742,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3742
3742
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
3743
3743
|
render(): JSX.Element;
|
3744
3744
|
context: any;
|
3745
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3745
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3746
3746
|
multiple: boolean;
|
3747
3747
|
clearable: boolean;
|
3748
3748
|
creatable: boolean;
|
@@ -3767,7 +3767,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3767
3767
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3768
3768
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
3769
3769
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3770
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3770
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3771
3771
|
multiple: boolean;
|
3772
3772
|
clearable: boolean;
|
3773
3773
|
creatable: boolean;
|
@@ -3798,7 +3798,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3798
3798
|
[key: string]: React.ReactInstance;
|
3799
3799
|
};
|
3800
3800
|
componentDidMount?(): void;
|
3801
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3801
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3802
3802
|
multiple: boolean;
|
3803
3803
|
clearable: boolean;
|
3804
3804
|
creatable: boolean;
|
@@ -3824,7 +3824,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3824
3824
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3825
3825
|
componentWillUnmount?(): void;
|
3826
3826
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3827
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3827
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3828
3828
|
multiple: boolean;
|
3829
3829
|
clearable: boolean;
|
3830
3830
|
creatable: boolean;
|
@@ -3848,7 +3848,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3848
3848
|
locale?: string | undefined;
|
3849
3849
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3850
3850
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
3851
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3851
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3852
3852
|
multiple: boolean;
|
3853
3853
|
clearable: boolean;
|
3854
3854
|
creatable: boolean;
|
@@ -3874,7 +3874,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3874
3874
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
3875
3875
|
componentWillMount?(): void;
|
3876
3876
|
UNSAFE_componentWillMount?(): void;
|
3877
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3877
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3878
3878
|
multiple: boolean;
|
3879
3879
|
clearable: boolean;
|
3880
3880
|
creatable: boolean;
|
@@ -3898,7 +3898,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3898
3898
|
locale?: string | undefined;
|
3899
3899
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3900
3900
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3901
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3901
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3902
3902
|
multiple: boolean;
|
3903
3903
|
clearable: boolean;
|
3904
3904
|
creatable: boolean;
|
@@ -3922,7 +3922,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3922
3922
|
locale?: string | undefined;
|
3923
3923
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3924
3924
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3925
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3925
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3926
3926
|
multiple: boolean;
|
3927
3927
|
clearable: boolean;
|
3928
3928
|
creatable: boolean;
|
@@ -3946,7 +3946,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3946
3946
|
locale?: string | undefined;
|
3947
3947
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3948
3948
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
3949
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3949
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3950
3950
|
multiple: boolean;
|
3951
3951
|
clearable: boolean;
|
3952
3952
|
creatable: boolean;
|
@@ -3971,7 +3971,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3971
3971
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3972
3972
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
3973
3973
|
};
|
3974
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
3974
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
3975
3975
|
multiple: boolean;
|
3976
3976
|
clearable: boolean;
|
3977
3977
|
creatable: boolean;
|
@@ -3997,7 +3997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3997
3997
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
3998
3998
|
render(): JSX.Element;
|
3999
3999
|
context: any;
|
4000
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4000
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4001
4001
|
multiple: boolean;
|
4002
4002
|
clearable: boolean;
|
4003
4003
|
creatable: boolean;
|
@@ -4022,7 +4022,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4022
4022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4023
4023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4024
4024
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4025
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4025
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4026
4026
|
multiple: boolean;
|
4027
4027
|
clearable: boolean;
|
4028
4028
|
creatable: boolean;
|
@@ -4053,7 +4053,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4053
4053
|
[key: string]: React.ReactInstance;
|
4054
4054
|
};
|
4055
4055
|
componentDidMount?(): void;
|
4056
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4056
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4057
4057
|
multiple: boolean;
|
4058
4058
|
clearable: boolean;
|
4059
4059
|
creatable: boolean;
|
@@ -4079,7 +4079,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4079
4079
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4080
4080
|
componentWillUnmount?(): void;
|
4081
4081
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4082
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4082
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4083
4083
|
multiple: boolean;
|
4084
4084
|
clearable: boolean;
|
4085
4085
|
creatable: boolean;
|
@@ -4103,7 +4103,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4103
4103
|
locale?: string | undefined;
|
4104
4104
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4105
4105
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4106
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4106
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4107
4107
|
multiple: boolean;
|
4108
4108
|
clearable: boolean;
|
4109
4109
|
creatable: boolean;
|
@@ -4129,7 +4129,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4129
4129
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4130
4130
|
componentWillMount?(): void;
|
4131
4131
|
UNSAFE_componentWillMount?(): void;
|
4132
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4132
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4133
4133
|
multiple: boolean;
|
4134
4134
|
clearable: boolean;
|
4135
4135
|
creatable: boolean;
|
@@ -4153,7 +4153,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4153
4153
|
locale?: string | undefined;
|
4154
4154
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4155
4155
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4156
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4156
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4157
4157
|
multiple: boolean;
|
4158
4158
|
clearable: boolean;
|
4159
4159
|
creatable: boolean;
|
@@ -4177,7 +4177,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4177
4177
|
locale?: string | undefined;
|
4178
4178
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4179
4179
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4180
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4180
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4181
4181
|
multiple: boolean;
|
4182
4182
|
clearable: boolean;
|
4183
4183
|
creatable: boolean;
|
@@ -4201,7 +4201,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4201
4201
|
locale?: string | undefined;
|
4202
4202
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4203
4203
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4204
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4204
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4205
4205
|
multiple: boolean;
|
4206
4206
|
clearable: boolean;
|
4207
4207
|
creatable: boolean;
|
@@ -4231,7 +4231,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4231
4231
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
4232
4232
|
}, {}> & {
|
4233
4233
|
ComposedComponent: {
|
4234
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4234
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4235
4235
|
multiple: boolean;
|
4236
4236
|
clearable: boolean;
|
4237
4237
|
creatable: boolean;
|
@@ -4289,7 +4289,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4289
4289
|
deferLoadConfig(item: any): Promise<void>;
|
4290
4290
|
render(): JSX.Element;
|
4291
4291
|
context: any;
|
4292
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4292
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4293
4293
|
multiple: boolean;
|
4294
4294
|
clearable: boolean;
|
4295
4295
|
creatable: boolean;
|
@@ -4336,7 +4336,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4336
4336
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4337
4337
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
4338
4338
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4339
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4339
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4340
4340
|
multiple: boolean;
|
4341
4341
|
clearable: boolean;
|
4342
4342
|
creatable: boolean;
|
@@ -4388,7 +4388,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4388
4388
|
refs: {
|
4389
4389
|
[key: string]: React.ReactInstance;
|
4390
4390
|
};
|
4391
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4391
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4392
4392
|
multiple: boolean;
|
4393
4393
|
clearable: boolean;
|
4394
4394
|
creatable: boolean;
|
@@ -4435,7 +4435,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4435
4435
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4436
4436
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4437
4437
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4438
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4438
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4439
4439
|
multiple: boolean;
|
4440
4440
|
clearable: boolean;
|
4441
4441
|
creatable: boolean;
|
@@ -4483,7 +4483,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4483
4483
|
}>, prevState: Readonly<{}>): any;
|
4484
4484
|
componentWillMount?(): void;
|
4485
4485
|
UNSAFE_componentWillMount?(): void;
|
4486
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4486
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4487
4487
|
multiple: boolean;
|
4488
4488
|
clearable: boolean;
|
4489
4489
|
creatable: boolean;
|
@@ -4529,7 +4529,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4529
4529
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4530
4530
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4531
4531
|
}>, nextContext: any): void;
|
4532
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4532
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4533
4533
|
multiple: boolean;
|
4534
4534
|
clearable: boolean;
|
4535
4535
|
creatable: boolean;
|
@@ -4575,7 +4575,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4575
4575
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4576
4576
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4577
4577
|
}>, nextContext: any): void;
|
4578
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4578
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4579
4579
|
multiple: boolean;
|
4580
4580
|
clearable: boolean;
|
4581
4581
|
creatable: boolean;
|
@@ -4621,7 +4621,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4621
4621
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4622
4622
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4623
4623
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
4624
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4624
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4625
4625
|
multiple: boolean;
|
4626
4626
|
clearable: boolean;
|
4627
4627
|
creatable: boolean;
|
@@ -4670,7 +4670,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4670
4670
|
};
|
4671
4671
|
displayName: string;
|
4672
4672
|
ComposedComponent: React.ComponentType<{
|
4673
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4673
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4674
4674
|
multiple: boolean;
|
4675
4675
|
clearable: boolean;
|
4676
4676
|
creatable: boolean;
|
@@ -4693,7 +4693,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4693
4693
|
}, never>> & {
|
4694
4694
|
locale?: string | undefined;
|
4695
4695
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4696
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4696
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4697
4697
|
multiple: boolean;
|
4698
4698
|
clearable: boolean;
|
4699
4699
|
creatable: boolean;
|
@@ -4719,7 +4719,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4719
4719
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
4720
4720
|
render(): JSX.Element;
|
4721
4721
|
context: any;
|
4722
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4722
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4723
4723
|
multiple: boolean;
|
4724
4724
|
clearable: boolean;
|
4725
4725
|
creatable: boolean;
|
@@ -4744,7 +4744,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4744
4744
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4745
4745
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4746
4746
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4747
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4747
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4748
4748
|
multiple: boolean;
|
4749
4749
|
clearable: boolean;
|
4750
4750
|
creatable: boolean;
|
@@ -4775,7 +4775,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4775
4775
|
[key: string]: React.ReactInstance;
|
4776
4776
|
};
|
4777
4777
|
componentDidMount?(): void;
|
4778
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4778
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4779
4779
|
multiple: boolean;
|
4780
4780
|
clearable: boolean;
|
4781
4781
|
creatable: boolean;
|
@@ -4801,7 +4801,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4801
4801
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4802
4802
|
componentWillUnmount?(): void;
|
4803
4803
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4804
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4804
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4805
4805
|
multiple: boolean;
|
4806
4806
|
clearable: boolean;
|
4807
4807
|
creatable: boolean;
|
@@ -4825,7 +4825,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4825
4825
|
locale?: string | undefined;
|
4826
4826
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4827
4827
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4828
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4828
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4829
4829
|
multiple: boolean;
|
4830
4830
|
clearable: boolean;
|
4831
4831
|
creatable: boolean;
|
@@ -4851,7 +4851,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4851
4851
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4852
4852
|
componentWillMount?(): void;
|
4853
4853
|
UNSAFE_componentWillMount?(): void;
|
4854
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4854
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4855
4855
|
multiple: boolean;
|
4856
4856
|
clearable: boolean;
|
4857
4857
|
creatable: boolean;
|
@@ -4875,7 +4875,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4875
4875
|
locale?: string | undefined;
|
4876
4876
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4877
4877
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4878
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4878
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4879
4879
|
multiple: boolean;
|
4880
4880
|
clearable: boolean;
|
4881
4881
|
creatable: boolean;
|
@@ -4899,7 +4899,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4899
4899
|
locale?: string | undefined;
|
4900
4900
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4901
4901
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4902
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4902
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4903
4903
|
multiple: boolean;
|
4904
4904
|
clearable: boolean;
|
4905
4905
|
creatable: boolean;
|
@@ -4923,7 +4923,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4923
4923
|
locale?: string | undefined;
|
4924
4924
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4925
4925
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4926
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4926
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4927
4927
|
multiple: boolean;
|
4928
4928
|
clearable: boolean;
|
4929
4929
|
creatable: boolean;
|
@@ -4948,7 +4948,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4948
4948
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4949
4949
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4950
4950
|
};
|
4951
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4951
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4952
4952
|
multiple: boolean;
|
4953
4953
|
clearable: boolean;
|
4954
4954
|
creatable: boolean;
|
@@ -4974,7 +4974,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4974
4974
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
4975
4975
|
render(): JSX.Element;
|
4976
4976
|
context: any;
|
4977
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
4977
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
4978
4978
|
multiple: boolean;
|
4979
4979
|
clearable: boolean;
|
4980
4980
|
creatable: boolean;
|
@@ -4999,7 +4999,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4999
4999
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5000
5000
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5001
5001
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5002
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5002
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5003
5003
|
multiple: boolean;
|
5004
5004
|
clearable: boolean;
|
5005
5005
|
creatable: boolean;
|
@@ -5030,7 +5030,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5030
5030
|
[key: string]: React.ReactInstance;
|
5031
5031
|
};
|
5032
5032
|
componentDidMount?(): void;
|
5033
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5033
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5034
5034
|
multiple: boolean;
|
5035
5035
|
clearable: boolean;
|
5036
5036
|
creatable: boolean;
|
@@ -5056,7 +5056,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5056
5056
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5057
5057
|
componentWillUnmount?(): void;
|
5058
5058
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5059
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5059
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5060
5060
|
multiple: boolean;
|
5061
5061
|
clearable: boolean;
|
5062
5062
|
creatable: boolean;
|
@@ -5080,7 +5080,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5080
5080
|
locale?: string | undefined;
|
5081
5081
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5082
5082
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5083
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5083
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5084
5084
|
multiple: boolean;
|
5085
5085
|
clearable: boolean;
|
5086
5086
|
creatable: boolean;
|
@@ -5106,7 +5106,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5106
5106
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5107
5107
|
componentWillMount?(): void;
|
5108
5108
|
UNSAFE_componentWillMount?(): void;
|
5109
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5109
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5110
5110
|
multiple: boolean;
|
5111
5111
|
clearable: boolean;
|
5112
5112
|
creatable: boolean;
|
@@ -5130,7 +5130,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5130
5130
|
locale?: string | undefined;
|
5131
5131
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5132
5132
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5133
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5133
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5134
5134
|
multiple: boolean;
|
5135
5135
|
clearable: boolean;
|
5136
5136
|
creatable: boolean;
|
@@ -5154,7 +5154,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5154
5154
|
locale?: string | undefined;
|
5155
5155
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5156
5156
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5157
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5157
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5158
5158
|
multiple: boolean;
|
5159
5159
|
clearable: boolean;
|
5160
5160
|
creatable: boolean;
|
@@ -5178,7 +5178,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5178
5178
|
locale?: string | undefined;
|
5179
5179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5180
5180
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5181
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5181
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5182
5182
|
multiple: boolean;
|
5183
5183
|
clearable: boolean;
|
5184
5184
|
creatable: boolean;
|
@@ -5208,7 +5208,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5208
5208
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
5209
5209
|
};
|
5210
5210
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
5211
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5211
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5212
5212
|
multiple: boolean;
|
5213
5213
|
clearable: boolean;
|
5214
5214
|
creatable: boolean;
|
@@ -5231,7 +5231,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5231
5231
|
}, never>> & {
|
5232
5232
|
locale?: string | undefined;
|
5233
5233
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5234
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5234
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5235
5235
|
multiple: boolean;
|
5236
5236
|
clearable: boolean;
|
5237
5237
|
creatable: boolean;
|
@@ -5257,7 +5257,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5257
5257
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
5258
5258
|
render(): JSX.Element;
|
5259
5259
|
context: any;
|
5260
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5260
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5261
5261
|
multiple: boolean;
|
5262
5262
|
clearable: boolean;
|
5263
5263
|
creatable: boolean;
|
@@ -5282,7 +5282,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5282
5282
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5283
5283
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5284
5284
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5285
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5285
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5286
5286
|
multiple: boolean;
|
5287
5287
|
clearable: boolean;
|
5288
5288
|
creatable: boolean;
|
@@ -5313,7 +5313,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5313
5313
|
[key: string]: React.ReactInstance;
|
5314
5314
|
};
|
5315
5315
|
componentDidMount?(): void;
|
5316
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5316
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5317
5317
|
multiple: boolean;
|
5318
5318
|
clearable: boolean;
|
5319
5319
|
creatable: boolean;
|
@@ -5339,7 +5339,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5339
5339
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5340
5340
|
componentWillUnmount?(): void;
|
5341
5341
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5342
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5342
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5343
5343
|
multiple: boolean;
|
5344
5344
|
clearable: boolean;
|
5345
5345
|
creatable: boolean;
|
@@ -5363,7 +5363,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5363
5363
|
locale?: string | undefined;
|
5364
5364
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5365
5365
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5366
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5366
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5367
5367
|
multiple: boolean;
|
5368
5368
|
clearable: boolean;
|
5369
5369
|
creatable: boolean;
|
@@ -5389,7 +5389,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5389
5389
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5390
5390
|
componentWillMount?(): void;
|
5391
5391
|
UNSAFE_componentWillMount?(): void;
|
5392
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5392
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5393
5393
|
multiple: boolean;
|
5394
5394
|
clearable: boolean;
|
5395
5395
|
creatable: boolean;
|
@@ -5413,7 +5413,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5413
5413
|
locale?: string | undefined;
|
5414
5414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5415
5415
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5416
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5416
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5417
5417
|
multiple: boolean;
|
5418
5418
|
clearable: boolean;
|
5419
5419
|
creatable: boolean;
|
@@ -5437,7 +5437,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5437
5437
|
locale?: string | undefined;
|
5438
5438
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5439
5439
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5440
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5440
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5441
5441
|
multiple: boolean;
|
5442
5442
|
clearable: boolean;
|
5443
5443
|
creatable: boolean;
|
@@ -5461,7 +5461,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5461
5461
|
locale?: string | undefined;
|
5462
5462
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5463
5463
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5464
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5464
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5465
5465
|
multiple: boolean;
|
5466
5466
|
clearable: boolean;
|
5467
5467
|
creatable: boolean;
|
@@ -5486,7 +5486,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5486
5486
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5487
5487
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5488
5488
|
};
|
5489
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5489
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5490
5490
|
multiple: boolean;
|
5491
5491
|
clearable: boolean;
|
5492
5492
|
creatable: boolean;
|
@@ -5512,7 +5512,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5512
5512
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
5513
5513
|
render(): JSX.Element;
|
5514
5514
|
context: any;
|
5515
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5515
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5516
5516
|
multiple: boolean;
|
5517
5517
|
clearable: boolean;
|
5518
5518
|
creatable: boolean;
|
@@ -5537,7 +5537,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5537
5537
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5538
5538
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5539
5539
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5540
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5540
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5541
5541
|
multiple: boolean;
|
5542
5542
|
clearable: boolean;
|
5543
5543
|
creatable: boolean;
|
@@ -5568,7 +5568,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5568
5568
|
[key: string]: React.ReactInstance;
|
5569
5569
|
};
|
5570
5570
|
componentDidMount?(): void;
|
5571
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5571
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5572
5572
|
multiple: boolean;
|
5573
5573
|
clearable: boolean;
|
5574
5574
|
creatable: boolean;
|
@@ -5594,7 +5594,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5594
5594
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5595
5595
|
componentWillUnmount?(): void;
|
5596
5596
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5597
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5597
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5598
5598
|
multiple: boolean;
|
5599
5599
|
clearable: boolean;
|
5600
5600
|
creatable: boolean;
|
@@ -5618,7 +5618,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5618
5618
|
locale?: string | undefined;
|
5619
5619
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5620
5620
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5621
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5621
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5622
5622
|
multiple: boolean;
|
5623
5623
|
clearable: boolean;
|
5624
5624
|
creatable: boolean;
|
@@ -5644,7 +5644,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5644
5644
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5645
5645
|
componentWillMount?(): void;
|
5646
5646
|
UNSAFE_componentWillMount?(): void;
|
5647
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5647
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5648
5648
|
multiple: boolean;
|
5649
5649
|
clearable: boolean;
|
5650
5650
|
creatable: boolean;
|
@@ -5668,7 +5668,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5668
5668
|
locale?: string | undefined;
|
5669
5669
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5670
5670
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5671
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5671
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5672
5672
|
multiple: boolean;
|
5673
5673
|
clearable: boolean;
|
5674
5674
|
creatable: boolean;
|
@@ -5692,7 +5692,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5692
5692
|
locale?: string | undefined;
|
5693
5693
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5694
5694
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5695
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5695
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5696
5696
|
multiple: boolean;
|
5697
5697
|
clearable: boolean;
|
5698
5698
|
creatable: boolean;
|
@@ -5716,7 +5716,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5716
5716
|
locale?: string | undefined;
|
5717
5717
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5718
5718
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5719
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5719
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5720
5720
|
multiple: boolean;
|
5721
5721
|
clearable: boolean;
|
5722
5722
|
creatable: boolean;
|
@@ -5744,7 +5744,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5744
5744
|
contextType?: React.Context<any> | undefined;
|
5745
5745
|
}, {}> & {
|
5746
5746
|
ComposedComponent: {
|
5747
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5747
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5748
5748
|
multiple: boolean;
|
5749
5749
|
clearable: boolean;
|
5750
5750
|
creatable: boolean;
|
@@ -5767,7 +5767,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5767
5767
|
}, never>> & {
|
5768
5768
|
locale?: string | undefined;
|
5769
5769
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5770
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5770
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5771
5771
|
multiple: boolean;
|
5772
5772
|
clearable: boolean;
|
5773
5773
|
creatable: boolean;
|
@@ -5793,7 +5793,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5793
5793
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
5794
5794
|
render(): JSX.Element;
|
5795
5795
|
context: any;
|
5796
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5796
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5797
5797
|
multiple: boolean;
|
5798
5798
|
clearable: boolean;
|
5799
5799
|
creatable: boolean;
|
@@ -5818,7 +5818,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5818
5818
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5819
5819
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5820
5820
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5821
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5821
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5822
5822
|
multiple: boolean;
|
5823
5823
|
clearable: boolean;
|
5824
5824
|
creatable: boolean;
|
@@ -5849,7 +5849,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5849
5849
|
[key: string]: React.ReactInstance;
|
5850
5850
|
};
|
5851
5851
|
componentDidMount?(): void;
|
5852
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5852
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5853
5853
|
multiple: boolean;
|
5854
5854
|
clearable: boolean;
|
5855
5855
|
creatable: boolean;
|
@@ -5875,7 +5875,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5875
5875
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5876
5876
|
componentWillUnmount?(): void;
|
5877
5877
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5878
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5878
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5879
5879
|
multiple: boolean;
|
5880
5880
|
clearable: boolean;
|
5881
5881
|
creatable: boolean;
|
@@ -5899,7 +5899,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5899
5899
|
locale?: string | undefined;
|
5900
5900
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5901
5901
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5902
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5902
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5903
5903
|
multiple: boolean;
|
5904
5904
|
clearable: boolean;
|
5905
5905
|
creatable: boolean;
|
@@ -5925,7 +5925,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5925
5925
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5926
5926
|
componentWillMount?(): void;
|
5927
5927
|
UNSAFE_componentWillMount?(): void;
|
5928
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5928
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5929
5929
|
multiple: boolean;
|
5930
5930
|
clearable: boolean;
|
5931
5931
|
creatable: boolean;
|
@@ -5949,7 +5949,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5949
5949
|
locale?: string | undefined;
|
5950
5950
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5951
5951
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5952
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5952
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5953
5953
|
multiple: boolean;
|
5954
5954
|
clearable: boolean;
|
5955
5955
|
creatable: boolean;
|
@@ -5973,7 +5973,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5973
5973
|
locale?: string | undefined;
|
5974
5974
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5975
5975
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5976
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
5976
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
5977
5977
|
multiple: boolean;
|
5978
5978
|
clearable: boolean;
|
5979
5979
|
creatable: boolean;
|
@@ -5997,7 +5997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5997
5997
|
locale?: string | undefined;
|
5998
5998
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5999
5999
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6000
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6000
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6001
6001
|
multiple: boolean;
|
6002
6002
|
clearable: boolean;
|
6003
6003
|
creatable: boolean;
|
@@ -6022,7 +6022,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6022
6022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6023
6023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6024
6024
|
};
|
6025
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6025
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6026
6026
|
multiple: boolean;
|
6027
6027
|
clearable: boolean;
|
6028
6028
|
creatable: boolean;
|
@@ -6048,7 +6048,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6048
6048
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
6049
6049
|
render(): JSX.Element;
|
6050
6050
|
context: any;
|
6051
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6051
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6052
6052
|
multiple: boolean;
|
6053
6053
|
clearable: boolean;
|
6054
6054
|
creatable: boolean;
|
@@ -6073,7 +6073,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6073
6073
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6074
6074
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6075
6075
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6076
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6076
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6077
6077
|
multiple: boolean;
|
6078
6078
|
clearable: boolean;
|
6079
6079
|
creatable: boolean;
|
@@ -6104,7 +6104,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6104
6104
|
[key: string]: React.ReactInstance;
|
6105
6105
|
};
|
6106
6106
|
componentDidMount?(): void;
|
6107
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6107
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6108
6108
|
multiple: boolean;
|
6109
6109
|
clearable: boolean;
|
6110
6110
|
creatable: boolean;
|
@@ -6130,7 +6130,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6130
6130
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6131
6131
|
componentWillUnmount?(): void;
|
6132
6132
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6133
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6133
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6134
6134
|
multiple: boolean;
|
6135
6135
|
clearable: boolean;
|
6136
6136
|
creatable: boolean;
|
@@ -6154,7 +6154,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6154
6154
|
locale?: string | undefined;
|
6155
6155
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6156
6156
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6157
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6157
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6158
6158
|
multiple: boolean;
|
6159
6159
|
clearable: boolean;
|
6160
6160
|
creatable: boolean;
|
@@ -6180,7 +6180,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6180
6180
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6181
6181
|
componentWillMount?(): void;
|
6182
6182
|
UNSAFE_componentWillMount?(): void;
|
6183
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6183
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6184
6184
|
multiple: boolean;
|
6185
6185
|
clearable: boolean;
|
6186
6186
|
creatable: boolean;
|
@@ -6204,7 +6204,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6204
6204
|
locale?: string | undefined;
|
6205
6205
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6206
6206
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6207
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6207
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6208
6208
|
multiple: boolean;
|
6209
6209
|
clearable: boolean;
|
6210
6210
|
creatable: boolean;
|
@@ -6228,7 +6228,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6228
6228
|
locale?: string | undefined;
|
6229
6229
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6230
6230
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6231
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6231
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6232
6232
|
multiple: boolean;
|
6233
6233
|
clearable: boolean;
|
6234
6234
|
creatable: boolean;
|
@@ -6252,7 +6252,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6252
6252
|
locale?: string | undefined;
|
6253
6253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6254
6254
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6255
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText"
|
6255
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "block" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi" | "hasError"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "checkAllLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText">> & Partial<Pick<{
|
6256
6256
|
multiple: boolean;
|
6257
6257
|
clearable: boolean;
|
6258
6258
|
creatable: boolean;
|