amis 1.9.1-beta.1 → 1.9.1-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/RootRenderer.js +10 -2
- package/lib/RootRenderer.js.map +2 -2
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Button.d.ts +11 -10
- package/lib/components/Button.js +2 -2
- package/lib/components/Button.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/ContextMenu.d.ts +4 -0
- package/lib/components/ContextMenu.js +23 -7
- package/lib/components/ContextMenu.js.map +2 -2
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/Form.d.ts +22 -0
- package/lib/components/Form.js +44 -0
- package/lib/components/Form.js.map +13 -0
- package/lib/components/FormField.d.ts +65 -0
- package/lib/components/FormField.js +48 -0
- package/lib/components/FormField.js.map +13 -0
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +4 -3
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/InputBoxWithSuggestion.d.ts +280 -0
- package/lib/components/InputBoxWithSuggestion.js +65 -0
- package/lib/components/InputBoxWithSuggestion.js.map +13 -0
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/PickerContainer.d.ts +4 -2
- package/lib/components/PickerContainer.js +28 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/Select.d.ts +195 -202
- package/lib/components/Select.js +7 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Textarea.d.ts +568 -2
- package/lib/components/Textarea.js +129 -1
- package/lib/components/Textarea.js.map +2 -2
- package/lib/components/Toast.js +11 -9
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/UserSelect.d.ts +500 -0
- package/lib/components/UserSelect.js +559 -0
- package/lib/components/UserSelect.js.map +13 -0
- package/lib/components/UserTabSelect.d.ts +320 -0
- package/lib/components/UserTabSelect.js +163 -0
- package/lib/components/UserTabSelect.js.map +13 -0
- package/lib/components/WithRemoteConfig.d.ts +7 -0
- package/lib/components/WithRemoteConfig.js +17 -11
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +26 -1
- package/lib/components/calendar/DaysView.js +48 -14
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +1 -1
- package/lib/components/calendar/TimeView.js +8 -2
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/icons.d.ts +7 -1
- package/lib/components/icons.js +17 -1
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +3 -1
- package/lib/components/index.js.map +2 -2
- package/lib/components/json-schema/Array.d.ts +3 -0
- package/lib/components/json-schema/Array.js +125 -0
- package/lib/components/json-schema/Array.js.map +13 -0
- package/lib/components/json-schema/Item.d.ts +3 -0
- package/lib/components/json-schema/Item.js +34 -0
- package/lib/components/json-schema/Item.js.map +13 -0
- package/lib/components/json-schema/Object.d.ts +3 -0
- package/lib/components/json-schema/Object.js +178 -0
- package/lib/components/json-schema/Object.js.map +13 -0
- package/lib/components/json-schema/index.d.ts +279 -0
- package/lib/components/json-schema/index.js +16 -0
- package/lib/components/json-schema/index.js.map +13 -0
- package/lib/components/schema-editor/Array.js +2 -2
- package/lib/components/schema-editor/Array.js.map +2 -2
- package/lib/components/schema-editor/Common.d.ts +2 -0
- package/lib/components/schema-editor/Common.js +39 -3
- package/lib/components/schema-editor/Common.js.map +2 -2
- package/lib/components/schema-editor/Object.js +2 -2
- package/lib/components/schema-editor/Object.js.map +2 -2
- package/lib/components/schema-editor/index.d.ts +45 -41
- package/lib/components/schema-editor/index.js +5 -5
- package/lib/components/schema-editor/index.js.map +2 -2
- package/lib/hooks/use-validation-resolver.d.ts +1 -0
- package/lib/hooks/use-validation-resolver.js +49 -0
- package/lib/hooks/use-validation-resolver.js.map +13 -0
- package/lib/icons/department.js +17 -0
- package/lib/icons/menu.js +9 -0
- package/lib/icons/post.js +15 -0
- package/lib/icons/role.js +14 -0
- package/lib/icons/user-remove.js +12 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +11 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +12 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +14 -3
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.js +25 -11
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.js +5 -1
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Dialog.js +9 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +5 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/Form/InputDate.d.ts +2 -2
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/JSONSchema.d.ts +23 -0
- package/lib/renderers/Form/JSONSchema.js +44 -0
- package/lib/renderers/Form/JSONSchema.js.map +13 -0
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +2 -3
- package/lib/renderers/Form/JSONSchemaEditor.js +9 -24
- package/lib/renderers/Form/JSONSchemaEditor.js.map +2 -2
- package/lib/renderers/Form/Textarea.d.ts +1 -8
- package/lib/renderers/Form/Textarea.js +11 -75
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/UserSelect.d.ts +54 -0
- package/lib/renderers/Form/UserSelect.js +197 -0
- package/lib/renderers/Form/UserSelect.js.map +13 -0
- package/lib/renderers/Form/index.d.ts +1 -1
- package/lib/renderers/Form/index.js +88 -42
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Log.d.ts +13 -1
- package/lib/renderers/Log.js +82 -16
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Page.js +5 -1
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.js +5 -1
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Wizard.js +37 -14
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/form.js +65 -45
- package/lib/store/form.js.map +2 -2
- package/lib/themes/ang-ie11.css +561 -21
- package/lib/themes/ang.css +538 -9
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +561 -21
- package/lib/themes/antd.css +538 -9
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +561 -21
- package/lib/themes/cxd.css +538 -9
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +561 -21
- package/lib/themes/dark.css +538 -9
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +561 -21
- package/lib/themes/default.css +538 -9
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +1 -1
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/renderer-event.js.map +2 -2
- package/package.json +2 -1
- package/schema.json +539 -3
- package/scss/_properties.scss +20 -8
- package/scss/components/_input-box.scss +22 -1
- package/scss/components/_json-schema.scss +124 -0
- package/scss/components/_log.scss +37 -5
- package/scss/components/form/_date-range.scss +1 -0
- package/scss/components/form/_select.scss +9 -0
- package/scss/components/form/_user-select.scss +422 -0
- package/scss/themes/_common.scss +2 -0
- package/sdk/ang-ie11.css +651 -21
- package/sdk/ang.css +628 -9
- package/sdk/antd-ie11.css +651 -21
- package/sdk/antd.css +628 -9
- 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 +651 -21
- package/sdk/cxd.css +628 -9
- package/sdk/dark-ie11.css +651 -21
- package/sdk/dark.css +628 -9
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +11 -1
- 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 +651 -21
- package/sdk/sdk.css +628 -9
- package/sdk/sdk.js +1655 -1643
- 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 +27 -15
- package/src/Schema.ts +5 -1
- package/src/components/Button.tsx +3 -0
- package/src/components/Checkbox.tsx +2 -1
- package/src/components/ContextMenu.tsx +25 -7
- package/src/components/Form.tsx +70 -0
- package/src/components/FormField.tsx +127 -0
- package/src/components/InputBox.tsx +4 -1
- package/src/components/InputBoxWithSuggestion.tsx +113 -0
- package/src/components/PickerContainer.tsx +20 -5
- package/src/components/Select.tsx +18 -10
- package/src/components/Textarea.tsx +234 -2
- package/src/components/Toast.tsx +19 -18
- package/src/components/UserSelect.tsx +850 -0
- package/src/components/UserTabSelect.tsx +261 -0
- package/src/components/WithRemoteConfig.tsx +22 -7
- package/src/components/calendar/DaysView.tsx +53 -16
- package/src/components/calendar/TimeView.tsx +10 -5
- package/src/components/icons.tsx +17 -1
- package/src/components/index.tsx +3 -1
- package/src/components/json-schema/Array.tsx +216 -0
- package/src/components/json-schema/Item.tsx +47 -0
- package/src/components/json-schema/Object.tsx +339 -0
- package/src/components/json-schema/index.tsx +44 -0
- package/src/components/schema-editor/Array.tsx +3 -1
- package/src/components/schema-editor/Common.tsx +61 -4
- package/src/components/schema-editor/Object.tsx +3 -1
- package/src/components/schema-editor/index.tsx +12 -5
- package/src/hooks/use-validation-resolver.ts +45 -0
- package/src/icons/department.svg +17 -0
- package/src/icons/menu.svg +2 -0
- package/src/icons/post.svg +15 -0
- package/src/icons/role.svg +14 -0
- package/src/icons/user-remove.svg +12 -0
- package/src/index.tsx +2 -0
- package/src/locale/de-DE.ts +11 -1
- package/src/locale/en-US.ts +12 -1
- package/src/locale/zh-CN.ts +14 -3
- package/src/renderers/Action.tsx +10 -9
- package/src/renderers/CRUD.tsx +5 -1
- package/src/renderers/Dialog.tsx +9 -3
- package/src/renderers/Drawer.tsx +5 -1
- package/src/renderers/Form/InputDate.tsx +9 -4
- package/src/renderers/Form/JSONSchema.tsx +56 -0
- package/src/renderers/Form/JSONSchemaEditor.tsx +8 -27
- package/src/renderers/Form/Textarea.tsx +7 -117
- package/src/renderers/Form/UserSelect.tsx +263 -0
- package/src/renderers/Form/index.tsx +28 -18
- package/src/renderers/Log.tsx +148 -13
- package/src/renderers/Page.tsx +6 -1
- package/src/renderers/Service.tsx +5 -1
- package/src/renderers/Wizard.tsx +24 -10
- package/src/store/form.ts +24 -17
- package/src/utils/api.ts +1 -1
- package/src/utils/renderer-event.ts +0 -2
@@ -32,6 +32,8 @@ export interface OptionProps {
|
|
32
32
|
disabled?: boolean;
|
33
33
|
creatable?: boolean;
|
34
34
|
pathSeparator?: string;
|
35
|
+
hasError?: boolean;
|
36
|
+
block?: boolean;
|
35
37
|
onAdd?: (idx?: number | Array<number>, value?: any, skipForm?: boolean) => void;
|
36
38
|
editable?: boolean;
|
37
39
|
onEdit?: (value: Option, origin?: Option, skipForm?: boolean) => void;
|
@@ -171,7 +173,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
171
173
|
render(): JSX.Element;
|
172
174
|
}
|
173
175
|
declare const EnhancedSelect: {
|
174
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
175
177
|
multiple: boolean;
|
176
178
|
clearable: boolean;
|
177
179
|
creatable: boolean;
|
@@ -200,7 +202,7 @@ declare const EnhancedSelect: {
|
|
200
202
|
getWrappedInstance(): any;
|
201
203
|
render(): JSX.Element;
|
202
204
|
context: any;
|
203
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
204
206
|
multiple: boolean;
|
205
207
|
clearable: boolean;
|
206
208
|
creatable: boolean;
|
@@ -225,7 +227,7 @@ declare const EnhancedSelect: {
|
|
225
227
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
226
228
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
227
229
|
forceUpdate(callback?: (() => void) | undefined): void;
|
228
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
229
231
|
multiple: boolean;
|
230
232
|
clearable: boolean;
|
231
233
|
creatable: boolean;
|
@@ -256,7 +258,7 @@ declare const EnhancedSelect: {
|
|
256
258
|
[key: string]: React.ReactInstance;
|
257
259
|
};
|
258
260
|
componentDidMount?(): void;
|
259
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
260
262
|
multiple: boolean;
|
261
263
|
clearable: boolean;
|
262
264
|
creatable: boolean;
|
@@ -282,7 +284,7 @@ declare const EnhancedSelect: {
|
|
282
284
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
283
285
|
componentWillUnmount?(): void;
|
284
286
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
285
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
286
288
|
multiple: boolean;
|
287
289
|
clearable: boolean;
|
288
290
|
creatable: boolean;
|
@@ -306,7 +308,7 @@ declare const EnhancedSelect: {
|
|
306
308
|
locale?: string | undefined;
|
307
309
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
308
310
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
309
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
310
312
|
multiple: boolean;
|
311
313
|
clearable: boolean;
|
312
314
|
creatable: boolean;
|
@@ -332,7 +334,7 @@ declare const EnhancedSelect: {
|
|
332
334
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
333
335
|
componentWillMount?(): void;
|
334
336
|
UNSAFE_componentWillMount?(): void;
|
335
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
336
338
|
multiple: boolean;
|
337
339
|
clearable: boolean;
|
338
340
|
creatable: boolean;
|
@@ -356,7 +358,7 @@ declare const EnhancedSelect: {
|
|
356
358
|
locale?: string | undefined;
|
357
359
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
358
360
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
359
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
360
362
|
multiple: boolean;
|
361
363
|
clearable: boolean;
|
362
364
|
creatable: boolean;
|
@@ -380,7 +382,7 @@ declare const EnhancedSelect: {
|
|
380
382
|
locale?: string | undefined;
|
381
383
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
382
384
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
383
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
384
386
|
multiple: boolean;
|
385
387
|
clearable: boolean;
|
386
388
|
creatable: boolean;
|
@@ -404,7 +406,7 @@ declare const EnhancedSelect: {
|
|
404
406
|
locale?: string | undefined;
|
405
407
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
406
408
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
407
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
408
410
|
multiple: boolean;
|
409
411
|
clearable: boolean;
|
410
412
|
creatable: boolean;
|
@@ -432,7 +434,7 @@ declare const EnhancedSelect: {
|
|
432
434
|
displayName: string;
|
433
435
|
contextType: React.Context<string>;
|
434
436
|
ComposedComponent: React.ComponentType<{
|
435
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
436
438
|
multiple: boolean;
|
437
439
|
clearable: boolean;
|
438
440
|
creatable: boolean;
|
@@ -461,7 +463,7 @@ declare const EnhancedSelect: {
|
|
461
463
|
getWrappedInstance(): any;
|
462
464
|
render(): JSX.Element;
|
463
465
|
context: any;
|
464
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
465
467
|
multiple: boolean;
|
466
468
|
clearable: boolean;
|
467
469
|
creatable: boolean;
|
@@ -486,7 +488,7 @@ declare const EnhancedSelect: {
|
|
486
488
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
487
489
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
488
490
|
forceUpdate(callback?: (() => void) | undefined): void;
|
489
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
490
492
|
multiple: boolean;
|
491
493
|
clearable: boolean;
|
492
494
|
creatable: boolean;
|
@@ -517,7 +519,7 @@ declare const EnhancedSelect: {
|
|
517
519
|
[key: string]: React.ReactInstance;
|
518
520
|
};
|
519
521
|
componentDidMount?(): void;
|
520
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
521
523
|
multiple: boolean;
|
522
524
|
clearable: boolean;
|
523
525
|
creatable: boolean;
|
@@ -543,7 +545,7 @@ declare const EnhancedSelect: {
|
|
543
545
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
544
546
|
componentWillUnmount?(): void;
|
545
547
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
546
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
547
549
|
multiple: boolean;
|
548
550
|
clearable: boolean;
|
549
551
|
creatable: boolean;
|
@@ -567,7 +569,7 @@ declare const EnhancedSelect: {
|
|
567
569
|
locale?: string | undefined;
|
568
570
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
569
571
|
}>, prevState: Readonly<{}>): any;
|
570
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
571
573
|
multiple: boolean;
|
572
574
|
clearable: boolean;
|
573
575
|
creatable: boolean;
|
@@ -593,7 +595,7 @@ declare const EnhancedSelect: {
|
|
593
595
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
594
596
|
componentWillMount?(): void;
|
595
597
|
UNSAFE_componentWillMount?(): void;
|
596
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
597
599
|
multiple: boolean;
|
598
600
|
clearable: boolean;
|
599
601
|
creatable: boolean;
|
@@ -617,7 +619,7 @@ declare const EnhancedSelect: {
|
|
617
619
|
locale?: string | undefined;
|
618
620
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
619
621
|
}>, nextContext: any): void;
|
620
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
621
623
|
multiple: boolean;
|
622
624
|
clearable: boolean;
|
623
625
|
creatable: boolean;
|
@@ -641,7 +643,7 @@ declare const EnhancedSelect: {
|
|
641
643
|
locale?: string | undefined;
|
642
644
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
643
645
|
}>, nextContext: any): void;
|
644
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
645
647
|
multiple: boolean;
|
646
648
|
clearable: boolean;
|
647
649
|
creatable: boolean;
|
@@ -665,7 +667,7 @@ declare const EnhancedSelect: {
|
|
665
667
|
locale?: string | undefined;
|
666
668
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
667
669
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
668
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
669
671
|
multiple: boolean;
|
670
672
|
clearable: boolean;
|
671
673
|
creatable: boolean;
|
@@ -697,7 +699,7 @@ declare const EnhancedSelect: {
|
|
697
699
|
ComposedComponent: typeof Select;
|
698
700
|
}>;
|
699
701
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
700
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
701
703
|
multiple: boolean;
|
702
704
|
clearable: boolean;
|
703
705
|
creatable: boolean;
|
@@ -726,7 +728,7 @@ declare const EnhancedSelect: {
|
|
726
728
|
getWrappedInstance(): any;
|
727
729
|
render(): JSX.Element;
|
728
730
|
context: any;
|
729
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
730
732
|
multiple: boolean;
|
731
733
|
clearable: boolean;
|
732
734
|
creatable: boolean;
|
@@ -751,7 +753,7 @@ declare const EnhancedSelect: {
|
|
751
753
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
752
754
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
753
755
|
forceUpdate(callback?: (() => void) | undefined): void;
|
754
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
755
757
|
multiple: boolean;
|
756
758
|
clearable: boolean;
|
757
759
|
creatable: boolean;
|
@@ -782,7 +784,7 @@ declare const EnhancedSelect: {
|
|
782
784
|
[key: string]: React.ReactInstance;
|
783
785
|
};
|
784
786
|
componentDidMount?(): void;
|
785
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
786
788
|
multiple: boolean;
|
787
789
|
clearable: boolean;
|
788
790
|
creatable: boolean;
|
@@ -808,7 +810,7 @@ declare const EnhancedSelect: {
|
|
808
810
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
809
811
|
componentWillUnmount?(): void;
|
810
812
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
811
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
812
814
|
multiple: boolean;
|
813
815
|
clearable: boolean;
|
814
816
|
creatable: boolean;
|
@@ -832,7 +834,7 @@ declare const EnhancedSelect: {
|
|
832
834
|
locale?: string | undefined;
|
833
835
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
834
836
|
}>, prevState: Readonly<{}>): any;
|
835
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
836
838
|
multiple: boolean;
|
837
839
|
clearable: boolean;
|
838
840
|
creatable: boolean;
|
@@ -858,7 +860,7 @@ declare const EnhancedSelect: {
|
|
858
860
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
859
861
|
componentWillMount?(): void;
|
860
862
|
UNSAFE_componentWillMount?(): void;
|
861
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
862
864
|
multiple: boolean;
|
863
865
|
clearable: boolean;
|
864
866
|
creatable: boolean;
|
@@ -882,7 +884,7 @@ declare const EnhancedSelect: {
|
|
882
884
|
locale?: string | undefined;
|
883
885
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
884
886
|
}>, nextContext: any): void;
|
885
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
886
888
|
multiple: boolean;
|
887
889
|
clearable: boolean;
|
888
890
|
creatable: boolean;
|
@@ -906,7 +908,7 @@ declare const EnhancedSelect: {
|
|
906
908
|
locale?: string | undefined;
|
907
909
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
908
910
|
}>, nextContext: any): void;
|
909
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
910
912
|
multiple: boolean;
|
911
913
|
clearable: boolean;
|
912
914
|
creatable: boolean;
|
@@ -930,7 +932,7 @@ declare const EnhancedSelect: {
|
|
930
932
|
locale?: string | undefined;
|
931
933
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
932
934
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
933
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
934
936
|
multiple: boolean;
|
935
937
|
clearable: boolean;
|
936
938
|
creatable: boolean;
|
@@ -962,7 +964,7 @@ declare const EnhancedSelect: {
|
|
962
964
|
ComposedComponent: typeof Select;
|
963
965
|
}, {}> & {
|
964
966
|
ComposedComponent: {
|
965
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
966
968
|
multiple: boolean;
|
967
969
|
clearable: boolean;
|
968
970
|
creatable: boolean;
|
@@ -991,7 +993,7 @@ declare const EnhancedSelect: {
|
|
991
993
|
getWrappedInstance(): any;
|
992
994
|
render(): JSX.Element;
|
993
995
|
context: any;
|
994
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
995
997
|
multiple: boolean;
|
996
998
|
clearable: boolean;
|
997
999
|
creatable: boolean;
|
@@ -1016,7 +1018,7 @@ declare const EnhancedSelect: {
|
|
1016
1018
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1017
1019
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1018
1020
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1019
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1020
1022
|
multiple: boolean;
|
1021
1023
|
clearable: boolean;
|
1022
1024
|
creatable: boolean;
|
@@ -1047,7 +1049,7 @@ declare const EnhancedSelect: {
|
|
1047
1049
|
[key: string]: React.ReactInstance;
|
1048
1050
|
};
|
1049
1051
|
componentDidMount?(): void;
|
1050
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1051
1053
|
multiple: boolean;
|
1052
1054
|
clearable: boolean;
|
1053
1055
|
creatable: boolean;
|
@@ -1073,7 +1075,7 @@ declare const EnhancedSelect: {
|
|
1073
1075
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1074
1076
|
componentWillUnmount?(): void;
|
1075
1077
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1076
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1077
1079
|
multiple: boolean;
|
1078
1080
|
clearable: boolean;
|
1079
1081
|
creatable: boolean;
|
@@ -1097,7 +1099,7 @@ declare const EnhancedSelect: {
|
|
1097
1099
|
locale?: string | undefined;
|
1098
1100
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1099
1101
|
}>, prevState: Readonly<{}>): any;
|
1100
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1101
1103
|
multiple: boolean;
|
1102
1104
|
clearable: boolean;
|
1103
1105
|
creatable: boolean;
|
@@ -1123,7 +1125,7 @@ declare const EnhancedSelect: {
|
|
1123
1125
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1124
1126
|
componentWillMount?(): void;
|
1125
1127
|
UNSAFE_componentWillMount?(): void;
|
1126
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1127
1129
|
multiple: boolean;
|
1128
1130
|
clearable: boolean;
|
1129
1131
|
creatable: boolean;
|
@@ -1147,7 +1149,7 @@ declare const EnhancedSelect: {
|
|
1147
1149
|
locale?: string | undefined;
|
1148
1150
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1149
1151
|
}>, nextContext: any): void;
|
1150
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1151
1153
|
multiple: boolean;
|
1152
1154
|
clearable: boolean;
|
1153
1155
|
creatable: boolean;
|
@@ -1171,7 +1173,7 @@ declare const EnhancedSelect: {
|
|
1171
1173
|
locale?: string | undefined;
|
1172
1174
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1173
1175
|
}>, nextContext: any): void;
|
1174
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1175
1177
|
multiple: boolean;
|
1176
1178
|
clearable: boolean;
|
1177
1179
|
creatable: boolean;
|
@@ -1195,7 +1197,7 @@ declare const EnhancedSelect: {
|
|
1195
1197
|
locale?: string | undefined;
|
1196
1198
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1197
1199
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1198
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1199
1201
|
multiple: boolean;
|
1200
1202
|
clearable: boolean;
|
1201
1203
|
creatable: boolean;
|
@@ -1229,7 +1231,7 @@ declare const EnhancedSelect: {
|
|
1229
1231
|
};
|
1230
1232
|
export default EnhancedSelect;
|
1231
1233
|
export declare const SelectWithRemoteOptions: {
|
1232
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1233
1235
|
multiple: boolean;
|
1234
1236
|
clearable: boolean;
|
1235
1237
|
creatable: boolean;
|
@@ -1274,7 +1276,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1274
1276
|
setData(data: any): void;
|
1275
1277
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1276
1278
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1277
|
-
}, "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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1278
1280
|
multiple: boolean;
|
1279
1281
|
clearable: boolean;
|
1280
1282
|
creatable: boolean;
|
@@ -1347,7 +1349,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1347
1349
|
getWrappedInstance(): any;
|
1348
1350
|
render(): JSX.Element;
|
1349
1351
|
context: any;
|
1350
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1351
1353
|
multiple: boolean;
|
1352
1354
|
clearable: boolean;
|
1353
1355
|
creatable: boolean;
|
@@ -1394,7 +1396,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1394
1396
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1395
1397
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
1396
1398
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1397
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1398
1400
|
multiple: boolean;
|
1399
1401
|
clearable: boolean;
|
1400
1402
|
creatable: boolean;
|
@@ -1447,7 +1449,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1447
1449
|
[key: string]: React.ReactInstance;
|
1448
1450
|
};
|
1449
1451
|
componentDidMount?(): void;
|
1450
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1451
1453
|
multiple: boolean;
|
1452
1454
|
clearable: boolean;
|
1453
1455
|
creatable: boolean;
|
@@ -1494,7 +1496,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1494
1496
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1495
1497
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1496
1498
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1497
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1498
1500
|
multiple: boolean;
|
1499
1501
|
clearable: boolean;
|
1500
1502
|
creatable: boolean;
|
@@ -1540,7 +1542,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1540
1542
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1541
1543
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1542
1544
|
}, "store">>, prevState: Readonly<{}>): any;
|
1543
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1544
1546
|
multiple: boolean;
|
1545
1547
|
clearable: boolean;
|
1546
1548
|
creatable: boolean;
|
@@ -1588,7 +1590,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1588
1590
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
1589
1591
|
componentWillMount?(): void;
|
1590
1592
|
UNSAFE_componentWillMount?(): void;
|
1591
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1592
1594
|
multiple: boolean;
|
1593
1595
|
clearable: boolean;
|
1594
1596
|
creatable: boolean;
|
@@ -1634,7 +1636,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1634
1636
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1635
1637
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1636
1638
|
}, "store">>, nextContext: any): void;
|
1637
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1638
1640
|
multiple: boolean;
|
1639
1641
|
clearable: boolean;
|
1640
1642
|
creatable: boolean;
|
@@ -1680,7 +1682,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1680
1682
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1681
1683
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1682
1684
|
}, "store">>, nextContext: any): void;
|
1683
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1684
1686
|
multiple: boolean;
|
1685
1687
|
clearable: boolean;
|
1686
1688
|
creatable: boolean;
|
@@ -1726,7 +1728,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1726
1728
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
1727
1729
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1728
1730
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
1729
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1730
1732
|
multiple: boolean;
|
1731
1733
|
clearable: boolean;
|
1732
1734
|
creatable: boolean;
|
@@ -1773,7 +1775,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1773
1775
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1774
1776
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
1775
1777
|
};
|
1776
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1777
1779
|
multiple: boolean;
|
1778
1780
|
clearable: boolean;
|
1779
1781
|
creatable: boolean;
|
@@ -1846,7 +1848,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1846
1848
|
getWrappedInstance(): any;
|
1847
1849
|
render(): JSX.Element;
|
1848
1850
|
context: any;
|
1849
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1850
1852
|
multiple: boolean;
|
1851
1853
|
clearable: boolean;
|
1852
1854
|
creatable: boolean;
|
@@ -1893,7 +1895,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1893
1895
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1894
1896
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
1895
1897
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1896
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1897
1899
|
multiple: boolean;
|
1898
1900
|
clearable: boolean;
|
1899
1901
|
creatable: boolean;
|
@@ -1946,7 +1948,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1946
1948
|
[key: string]: React.ReactInstance;
|
1947
1949
|
};
|
1948
1950
|
componentDidMount?(): void;
|
1949
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1950
1952
|
multiple: boolean;
|
1951
1953
|
clearable: boolean;
|
1952
1954
|
creatable: boolean;
|
@@ -1993,7 +1995,7 @@ export declare const SelectWithRemoteOptions: {
|
|
1993
1995
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
1994
1996
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1995
1997
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1996
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
1997
1999
|
multiple: boolean;
|
1998
2000
|
clearable: boolean;
|
1999
2001
|
creatable: boolean;
|
@@ -2039,7 +2041,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2039
2041
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2040
2042
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2041
2043
|
}, "store">>, prevState: Readonly<{}>): any;
|
2042
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2043
2045
|
multiple: boolean;
|
2044
2046
|
clearable: boolean;
|
2045
2047
|
creatable: boolean;
|
@@ -2087,7 +2089,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2087
2089
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
2088
2090
|
componentWillMount?(): void;
|
2089
2091
|
UNSAFE_componentWillMount?(): void;
|
2090
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2091
2093
|
multiple: boolean;
|
2092
2094
|
clearable: boolean;
|
2093
2095
|
creatable: boolean;
|
@@ -2133,7 +2135,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2133
2135
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2134
2136
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2135
2137
|
}, "store">>, nextContext: any): void;
|
2136
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2137
2139
|
multiple: boolean;
|
2138
2140
|
clearable: boolean;
|
2139
2141
|
creatable: boolean;
|
@@ -2179,7 +2181,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2179
2181
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2180
2182
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2181
2183
|
}, "store">>, nextContext: any): void;
|
2182
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2183
2185
|
multiple: boolean;
|
2184
2186
|
clearable: boolean;
|
2185
2187
|
creatable: boolean;
|
@@ -2225,7 +2227,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2225
2227
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2226
2228
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2227
2229
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
2228
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2229
2231
|
multiple: boolean;
|
2230
2232
|
clearable: boolean;
|
2231
2233
|
creatable: boolean;
|
@@ -2274,7 +2276,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2274
2276
|
};
|
2275
2277
|
displayName: string;
|
2276
2278
|
ComposedComponent: React.ComponentType<{
|
2277
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2278
2280
|
multiple: boolean;
|
2279
2281
|
clearable: boolean;
|
2280
2282
|
creatable: boolean;
|
@@ -2328,14 +2330,11 @@ export declare const SelectWithRemoteOptions: {
|
|
2328
2330
|
loadConfig(ctx?: any): Promise<void>;
|
2329
2331
|
loadAutoComplete(input: string): Promise<any>;
|
2330
2332
|
setConfig(value: any, ctx?: any): void;
|
2331
|
-
/**
|
2332
|
-
* 边框模式,全边框,还是半边框,或者没边框。
|
2333
|
-
*/
|
2334
2333
|
syncConfig(): void;
|
2335
2334
|
deferLoadConfig(item: any): Promise<void>;
|
2336
2335
|
render(): JSX.Element;
|
2337
2336
|
context: any;
|
2338
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2339
2338
|
multiple: boolean;
|
2340
2339
|
clearable: boolean;
|
2341
2340
|
creatable: boolean;
|
@@ -2382,7 +2381,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2382
2381
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2383
2382
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
2384
2383
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2385
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2386
2385
|
multiple: boolean;
|
2387
2386
|
clearable: boolean;
|
2388
2387
|
creatable: boolean;
|
@@ -2434,7 +2433,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2434
2433
|
refs: {
|
2435
2434
|
[key: string]: React.ReactInstance;
|
2436
2435
|
};
|
2437
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2438
2437
|
multiple: boolean;
|
2439
2438
|
clearable: boolean;
|
2440
2439
|
creatable: boolean;
|
@@ -2481,7 +2480,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2481
2480
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2482
2481
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2483
2482
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2484
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2485
2484
|
multiple: boolean;
|
2486
2485
|
clearable: boolean;
|
2487
2486
|
creatable: boolean;
|
@@ -2529,7 +2528,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2529
2528
|
}>, prevState: Readonly<{}>): any;
|
2530
2529
|
componentWillMount?(): void;
|
2531
2530
|
UNSAFE_componentWillMount?(): void;
|
2532
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2533
2532
|
multiple: boolean;
|
2534
2533
|
clearable: boolean;
|
2535
2534
|
creatable: boolean;
|
@@ -2575,7 +2574,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2575
2574
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2576
2575
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2577
2576
|
}>, nextContext: any): void;
|
2578
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2579
2578
|
multiple: boolean;
|
2580
2579
|
clearable: boolean;
|
2581
2580
|
creatable: boolean;
|
@@ -2621,7 +2620,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2621
2620
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2622
2621
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2623
2622
|
}>, nextContext: any): void;
|
2624
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2625
2624
|
multiple: boolean;
|
2626
2625
|
clearable: boolean;
|
2627
2626
|
creatable: boolean;
|
@@ -2667,7 +2666,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2667
2666
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2668
2667
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2669
2668
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2670
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2671
2670
|
multiple: boolean;
|
2672
2671
|
clearable: boolean;
|
2673
2672
|
creatable: boolean;
|
@@ -2716,7 +2715,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2716
2715
|
};
|
2717
2716
|
displayName: string;
|
2718
2717
|
ComposedComponent: React.ComponentType<{
|
2719
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2720
2719
|
multiple: boolean;
|
2721
2720
|
clearable: boolean;
|
2722
2721
|
creatable: boolean;
|
@@ -2739,7 +2738,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2739
2738
|
}, never>> & {
|
2740
2739
|
locale?: string | undefined;
|
2741
2740
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2742
|
-
}, 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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2743
2742
|
multiple: boolean;
|
2744
2743
|
clearable: boolean;
|
2745
2744
|
creatable: boolean;
|
@@ -2765,7 +2764,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2765
2764
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
2766
2765
|
render(): JSX.Element;
|
2767
2766
|
context: any;
|
2768
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2769
2768
|
multiple: boolean;
|
2770
2769
|
clearable: boolean;
|
2771
2770
|
creatable: boolean;
|
@@ -2790,7 +2789,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2790
2789
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2791
2790
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
2792
2791
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2793
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2794
2793
|
multiple: boolean;
|
2795
2794
|
clearable: boolean;
|
2796
2795
|
creatable: boolean;
|
@@ -2821,7 +2820,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2821
2820
|
[key: string]: React.ReactInstance;
|
2822
2821
|
};
|
2823
2822
|
componentDidMount?(): void;
|
2824
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2825
2824
|
multiple: boolean;
|
2826
2825
|
clearable: boolean;
|
2827
2826
|
creatable: boolean;
|
@@ -2847,7 +2846,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2847
2846
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2848
2847
|
componentWillUnmount?(): void;
|
2849
2848
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2850
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2851
2850
|
multiple: boolean;
|
2852
2851
|
clearable: boolean;
|
2853
2852
|
creatable: boolean;
|
@@ -2871,7 +2870,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2871
2870
|
locale?: string | undefined;
|
2872
2871
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2873
2872
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
2874
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2875
2874
|
multiple: boolean;
|
2876
2875
|
clearable: boolean;
|
2877
2876
|
creatable: boolean;
|
@@ -2897,7 +2896,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2897
2896
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
2898
2897
|
componentWillMount?(): void;
|
2899
2898
|
UNSAFE_componentWillMount?(): void;
|
2900
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2901
2900
|
multiple: boolean;
|
2902
2901
|
clearable: boolean;
|
2903
2902
|
creatable: boolean;
|
@@ -2921,7 +2920,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2921
2920
|
locale?: string | undefined;
|
2922
2921
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2923
2922
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
2924
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2925
2924
|
multiple: boolean;
|
2926
2925
|
clearable: boolean;
|
2927
2926
|
creatable: boolean;
|
@@ -2945,7 +2944,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2945
2944
|
locale?: string | undefined;
|
2946
2945
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2947
2946
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
2948
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2949
2948
|
multiple: boolean;
|
2950
2949
|
clearable: boolean;
|
2951
2950
|
creatable: boolean;
|
@@ -2969,7 +2968,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2969
2968
|
locale?: string | undefined;
|
2970
2969
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2971
2970
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
2972
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2973
2972
|
multiple: boolean;
|
2974
2973
|
clearable: boolean;
|
2975
2974
|
creatable: boolean;
|
@@ -2994,7 +2993,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2994
2993
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2995
2994
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
2996
2995
|
};
|
2997
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
2998
2997
|
multiple: boolean;
|
2999
2998
|
clearable: boolean;
|
3000
2999
|
creatable: boolean;
|
@@ -3020,7 +3019,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3020
3019
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
3021
3020
|
render(): JSX.Element;
|
3022
3021
|
context: any;
|
3023
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3024
3023
|
multiple: boolean;
|
3025
3024
|
clearable: boolean;
|
3026
3025
|
creatable: boolean;
|
@@ -3045,7 +3044,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3045
3044
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3046
3045
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
3047
3046
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3048
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3049
3048
|
multiple: boolean;
|
3050
3049
|
clearable: boolean;
|
3051
3050
|
creatable: boolean;
|
@@ -3076,7 +3075,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3076
3075
|
[key: string]: React.ReactInstance;
|
3077
3076
|
};
|
3078
3077
|
componentDidMount?(): void;
|
3079
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3080
3079
|
multiple: boolean;
|
3081
3080
|
clearable: boolean;
|
3082
3081
|
creatable: boolean;
|
@@ -3102,7 +3101,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3102
3101
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3103
3102
|
componentWillUnmount?(): void;
|
3104
3103
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3105
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3106
3105
|
multiple: boolean;
|
3107
3106
|
clearable: boolean;
|
3108
3107
|
creatable: boolean;
|
@@ -3126,7 +3125,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3126
3125
|
locale?: string | undefined;
|
3127
3126
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3128
3127
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
3129
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3130
3129
|
multiple: boolean;
|
3131
3130
|
clearable: boolean;
|
3132
3131
|
creatable: boolean;
|
@@ -3152,7 +3151,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3152
3151
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
3153
3152
|
componentWillMount?(): void;
|
3154
3153
|
UNSAFE_componentWillMount?(): void;
|
3155
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3156
3155
|
multiple: boolean;
|
3157
3156
|
clearable: boolean;
|
3158
3157
|
creatable: boolean;
|
@@ -3176,7 +3175,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3176
3175
|
locale?: string | undefined;
|
3177
3176
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3178
3177
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3179
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3180
3179
|
multiple: boolean;
|
3181
3180
|
clearable: boolean;
|
3182
3181
|
creatable: boolean;
|
@@ -3200,7 +3199,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3200
3199
|
locale?: string | undefined;
|
3201
3200
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3202
3201
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3203
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3204
3203
|
multiple: boolean;
|
3205
3204
|
clearable: boolean;
|
3206
3205
|
creatable: boolean;
|
@@ -3224,7 +3223,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3224
3223
|
locale?: string | undefined;
|
3225
3224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3226
3225
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
3227
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3228
3227
|
multiple: boolean;
|
3229
3228
|
clearable: boolean;
|
3230
3229
|
creatable: boolean;
|
@@ -3255,7 +3254,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3255
3254
|
}>;
|
3256
3255
|
contextType?: React.Context<any> | undefined;
|
3257
3256
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
3258
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3259
3258
|
multiple: boolean;
|
3260
3259
|
clearable: boolean;
|
3261
3260
|
creatable: boolean;
|
@@ -3309,14 +3308,11 @@ export declare const SelectWithRemoteOptions: {
|
|
3309
3308
|
loadConfig(ctx?: any): Promise<void>;
|
3310
3309
|
loadAutoComplete(input: string): Promise<any>;
|
3311
3310
|
setConfig(value: any, ctx?: any): void;
|
3312
|
-
/**
|
3313
|
-
* 边框模式,全边框,还是半边框,或者没边框。
|
3314
|
-
*/
|
3315
3311
|
syncConfig(): void;
|
3316
3312
|
deferLoadConfig(item: any): Promise<void>;
|
3317
3313
|
render(): JSX.Element;
|
3318
3314
|
context: any;
|
3319
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3320
3316
|
multiple: boolean;
|
3321
3317
|
clearable: boolean;
|
3322
3318
|
creatable: boolean;
|
@@ -3363,7 +3359,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3363
3359
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3364
3360
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
3365
3361
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3366
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3367
3363
|
multiple: boolean;
|
3368
3364
|
clearable: boolean;
|
3369
3365
|
creatable: boolean;
|
@@ -3415,7 +3411,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3415
3411
|
refs: {
|
3416
3412
|
[key: string]: React.ReactInstance;
|
3417
3413
|
};
|
3418
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3419
3415
|
multiple: boolean;
|
3420
3416
|
clearable: boolean;
|
3421
3417
|
creatable: boolean;
|
@@ -3462,7 +3458,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3462
3458
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3463
3459
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3464
3460
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3465
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3466
3462
|
multiple: boolean;
|
3467
3463
|
clearable: boolean;
|
3468
3464
|
creatable: boolean;
|
@@ -3510,7 +3506,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3510
3506
|
}>, prevState: Readonly<{}>): any;
|
3511
3507
|
componentWillMount?(): void;
|
3512
3508
|
UNSAFE_componentWillMount?(): void;
|
3513
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3514
3510
|
multiple: boolean;
|
3515
3511
|
clearable: boolean;
|
3516
3512
|
creatable: boolean;
|
@@ -3556,7 +3552,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3556
3552
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3557
3553
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3558
3554
|
}>, nextContext: any): void;
|
3559
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3560
3556
|
multiple: boolean;
|
3561
3557
|
clearable: boolean;
|
3562
3558
|
creatable: boolean;
|
@@ -3602,7 +3598,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3602
3598
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3603
3599
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3604
3600
|
}>, nextContext: any): void;
|
3605
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3606
3602
|
multiple: boolean;
|
3607
3603
|
clearable: boolean;
|
3608
3604
|
creatable: boolean;
|
@@ -3648,7 +3644,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3648
3644
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3649
3645
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3650
3646
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
3651
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3652
3648
|
multiple: boolean;
|
3653
3649
|
clearable: boolean;
|
3654
3650
|
creatable: boolean;
|
@@ -3697,7 +3693,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3697
3693
|
};
|
3698
3694
|
displayName: string;
|
3699
3695
|
ComposedComponent: React.ComponentType<{
|
3700
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3701
3697
|
multiple: boolean;
|
3702
3698
|
clearable: boolean;
|
3703
3699
|
creatable: boolean;
|
@@ -3720,7 +3716,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3720
3716
|
}, never>> & {
|
3721
3717
|
locale?: string | undefined;
|
3722
3718
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3723
|
-
}, 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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3724
3720
|
multiple: boolean;
|
3725
3721
|
clearable: boolean;
|
3726
3722
|
creatable: boolean;
|
@@ -3746,7 +3742,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3746
3742
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
3747
3743
|
render(): JSX.Element;
|
3748
3744
|
context: any;
|
3749
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3750
3746
|
multiple: boolean;
|
3751
3747
|
clearable: boolean;
|
3752
3748
|
creatable: boolean;
|
@@ -3771,7 +3767,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3771
3767
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3772
3768
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
3773
3769
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3774
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3775
3771
|
multiple: boolean;
|
3776
3772
|
clearable: boolean;
|
3777
3773
|
creatable: boolean;
|
@@ -3802,7 +3798,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3802
3798
|
[key: string]: React.ReactInstance;
|
3803
3799
|
};
|
3804
3800
|
componentDidMount?(): void;
|
3805
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3806
3802
|
multiple: boolean;
|
3807
3803
|
clearable: boolean;
|
3808
3804
|
creatable: boolean;
|
@@ -3828,7 +3824,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3828
3824
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3829
3825
|
componentWillUnmount?(): void;
|
3830
3826
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3831
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3832
3828
|
multiple: boolean;
|
3833
3829
|
clearable: boolean;
|
3834
3830
|
creatable: boolean;
|
@@ -3852,7 +3848,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3852
3848
|
locale?: string | undefined;
|
3853
3849
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3854
3850
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
3855
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3856
3852
|
multiple: boolean;
|
3857
3853
|
clearable: boolean;
|
3858
3854
|
creatable: boolean;
|
@@ -3878,7 +3874,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3878
3874
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
3879
3875
|
componentWillMount?(): void;
|
3880
3876
|
UNSAFE_componentWillMount?(): void;
|
3881
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3882
3878
|
multiple: boolean;
|
3883
3879
|
clearable: boolean;
|
3884
3880
|
creatable: boolean;
|
@@ -3902,7 +3898,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3902
3898
|
locale?: string | undefined;
|
3903
3899
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3904
3900
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3905
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3906
3902
|
multiple: boolean;
|
3907
3903
|
clearable: boolean;
|
3908
3904
|
creatable: boolean;
|
@@ -3926,7 +3922,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3926
3922
|
locale?: string | undefined;
|
3927
3923
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3928
3924
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
3929
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3930
3926
|
multiple: boolean;
|
3931
3927
|
clearable: boolean;
|
3932
3928
|
creatable: boolean;
|
@@ -3950,7 +3946,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3950
3946
|
locale?: string | undefined;
|
3951
3947
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3952
3948
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
3953
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3954
3950
|
multiple: boolean;
|
3955
3951
|
clearable: boolean;
|
3956
3952
|
creatable: boolean;
|
@@ -3975,7 +3971,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3975
3971
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3976
3972
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
3977
3973
|
};
|
3978
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
3979
3975
|
multiple: boolean;
|
3980
3976
|
clearable: boolean;
|
3981
3977
|
creatable: boolean;
|
@@ -4001,7 +3997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4001
3997
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
4002
3998
|
render(): JSX.Element;
|
4003
3999
|
context: any;
|
4004
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4005
4001
|
multiple: boolean;
|
4006
4002
|
clearable: boolean;
|
4007
4003
|
creatable: boolean;
|
@@ -4026,7 +4022,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4026
4022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4027
4023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4028
4024
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4029
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4030
4026
|
multiple: boolean;
|
4031
4027
|
clearable: boolean;
|
4032
4028
|
creatable: boolean;
|
@@ -4057,7 +4053,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4057
4053
|
[key: string]: React.ReactInstance;
|
4058
4054
|
};
|
4059
4055
|
componentDidMount?(): void;
|
4060
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4061
4057
|
multiple: boolean;
|
4062
4058
|
clearable: boolean;
|
4063
4059
|
creatable: boolean;
|
@@ -4083,7 +4079,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4083
4079
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4084
4080
|
componentWillUnmount?(): void;
|
4085
4081
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4086
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4087
4083
|
multiple: boolean;
|
4088
4084
|
clearable: boolean;
|
4089
4085
|
creatable: boolean;
|
@@ -4107,7 +4103,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4107
4103
|
locale?: string | undefined;
|
4108
4104
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4109
4105
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4110
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4111
4107
|
multiple: boolean;
|
4112
4108
|
clearable: boolean;
|
4113
4109
|
creatable: boolean;
|
@@ -4133,7 +4129,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4133
4129
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4134
4130
|
componentWillMount?(): void;
|
4135
4131
|
UNSAFE_componentWillMount?(): void;
|
4136
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4137
4133
|
multiple: boolean;
|
4138
4134
|
clearable: boolean;
|
4139
4135
|
creatable: boolean;
|
@@ -4157,7 +4153,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4157
4153
|
locale?: string | undefined;
|
4158
4154
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4159
4155
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4160
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4161
4157
|
multiple: boolean;
|
4162
4158
|
clearable: boolean;
|
4163
4159
|
creatable: boolean;
|
@@ -4181,7 +4177,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4181
4177
|
locale?: string | undefined;
|
4182
4178
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4183
4179
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4184
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4185
4181
|
multiple: boolean;
|
4186
4182
|
clearable: boolean;
|
4187
4183
|
creatable: boolean;
|
@@ -4205,7 +4201,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4205
4201
|
locale?: string | undefined;
|
4206
4202
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4207
4203
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4208
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4209
4205
|
multiple: boolean;
|
4210
4206
|
clearable: boolean;
|
4211
4207
|
creatable: boolean;
|
@@ -4235,7 +4231,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4235
4231
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
4236
4232
|
}, {}> & {
|
4237
4233
|
ComposedComponent: {
|
4238
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4239
4235
|
multiple: boolean;
|
4240
4236
|
clearable: boolean;
|
4241
4237
|
creatable: boolean;
|
@@ -4289,14 +4285,11 @@ export declare const SelectWithRemoteOptions: {
|
|
4289
4285
|
loadConfig(ctx?: any): Promise<void>;
|
4290
4286
|
loadAutoComplete(input: string): Promise<any>;
|
4291
4287
|
setConfig(value: any, ctx?: any): void;
|
4292
|
-
/**
|
4293
|
-
* 边框模式,全边框,还是半边框,或者没边框。
|
4294
|
-
*/
|
4295
4288
|
syncConfig(): void;
|
4296
4289
|
deferLoadConfig(item: any): Promise<void>;
|
4297
4290
|
render(): JSX.Element;
|
4298
4291
|
context: any;
|
4299
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4300
4293
|
multiple: boolean;
|
4301
4294
|
clearable: boolean;
|
4302
4295
|
creatable: boolean;
|
@@ -4343,7 +4336,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4343
4336
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4344
4337
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
4345
4338
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4346
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4347
4340
|
multiple: boolean;
|
4348
4341
|
clearable: boolean;
|
4349
4342
|
creatable: boolean;
|
@@ -4395,7 +4388,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4395
4388
|
refs: {
|
4396
4389
|
[key: string]: React.ReactInstance;
|
4397
4390
|
};
|
4398
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4399
4392
|
multiple: boolean;
|
4400
4393
|
clearable: boolean;
|
4401
4394
|
creatable: boolean;
|
@@ -4442,7 +4435,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4442
4435
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4443
4436
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4444
4437
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4445
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4446
4439
|
multiple: boolean;
|
4447
4440
|
clearable: boolean;
|
4448
4441
|
creatable: boolean;
|
@@ -4490,7 +4483,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4490
4483
|
}>, prevState: Readonly<{}>): any;
|
4491
4484
|
componentWillMount?(): void;
|
4492
4485
|
UNSAFE_componentWillMount?(): void;
|
4493
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4494
4487
|
multiple: boolean;
|
4495
4488
|
clearable: boolean;
|
4496
4489
|
creatable: boolean;
|
@@ -4536,7 +4529,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4536
4529
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4537
4530
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4538
4531
|
}>, nextContext: any): void;
|
4539
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4540
4533
|
multiple: boolean;
|
4541
4534
|
clearable: boolean;
|
4542
4535
|
creatable: boolean;
|
@@ -4582,7 +4575,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4582
4575
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4583
4576
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4584
4577
|
}>, nextContext: any): void;
|
4585
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4586
4579
|
multiple: boolean;
|
4587
4580
|
clearable: boolean;
|
4588
4581
|
creatable: boolean;
|
@@ -4628,7 +4621,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4628
4621
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4629
4622
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4630
4623
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
4631
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4632
4625
|
multiple: boolean;
|
4633
4626
|
clearable: boolean;
|
4634
4627
|
creatable: boolean;
|
@@ -4677,7 +4670,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4677
4670
|
};
|
4678
4671
|
displayName: string;
|
4679
4672
|
ComposedComponent: React.ComponentType<{
|
4680
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4681
4674
|
multiple: boolean;
|
4682
4675
|
clearable: boolean;
|
4683
4676
|
creatable: boolean;
|
@@ -4700,7 +4693,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4700
4693
|
}, never>> & {
|
4701
4694
|
locale?: string | undefined;
|
4702
4695
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4703
|
-
}, 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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4704
4697
|
multiple: boolean;
|
4705
4698
|
clearable: boolean;
|
4706
4699
|
creatable: boolean;
|
@@ -4726,7 +4719,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4726
4719
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
4727
4720
|
render(): JSX.Element;
|
4728
4721
|
context: any;
|
4729
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4730
4723
|
multiple: boolean;
|
4731
4724
|
clearable: boolean;
|
4732
4725
|
creatable: boolean;
|
@@ -4751,7 +4744,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4751
4744
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4752
4745
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4753
4746
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4754
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4755
4748
|
multiple: boolean;
|
4756
4749
|
clearable: boolean;
|
4757
4750
|
creatable: boolean;
|
@@ -4782,7 +4775,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4782
4775
|
[key: string]: React.ReactInstance;
|
4783
4776
|
};
|
4784
4777
|
componentDidMount?(): void;
|
4785
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4786
4779
|
multiple: boolean;
|
4787
4780
|
clearable: boolean;
|
4788
4781
|
creatable: boolean;
|
@@ -4808,7 +4801,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4808
4801
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4809
4802
|
componentWillUnmount?(): void;
|
4810
4803
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4811
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4812
4805
|
multiple: boolean;
|
4813
4806
|
clearable: boolean;
|
4814
4807
|
creatable: boolean;
|
@@ -4832,7 +4825,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4832
4825
|
locale?: string | undefined;
|
4833
4826
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4834
4827
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4835
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4836
4829
|
multiple: boolean;
|
4837
4830
|
clearable: boolean;
|
4838
4831
|
creatable: boolean;
|
@@ -4858,7 +4851,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4858
4851
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4859
4852
|
componentWillMount?(): void;
|
4860
4853
|
UNSAFE_componentWillMount?(): void;
|
4861
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4862
4855
|
multiple: boolean;
|
4863
4856
|
clearable: boolean;
|
4864
4857
|
creatable: boolean;
|
@@ -4882,7 +4875,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4882
4875
|
locale?: string | undefined;
|
4883
4876
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4884
4877
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4885
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4886
4879
|
multiple: boolean;
|
4887
4880
|
clearable: boolean;
|
4888
4881
|
creatable: boolean;
|
@@ -4906,7 +4899,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4906
4899
|
locale?: string | undefined;
|
4907
4900
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4908
4901
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4909
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4910
4903
|
multiple: boolean;
|
4911
4904
|
clearable: boolean;
|
4912
4905
|
creatable: boolean;
|
@@ -4930,7 +4923,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4930
4923
|
locale?: string | undefined;
|
4931
4924
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4932
4925
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4933
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4934
4927
|
multiple: boolean;
|
4935
4928
|
clearable: boolean;
|
4936
4929
|
creatable: boolean;
|
@@ -4955,7 +4948,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4955
4948
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4956
4949
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4957
4950
|
};
|
4958
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4959
4952
|
multiple: boolean;
|
4960
4953
|
clearable: boolean;
|
4961
4954
|
creatable: boolean;
|
@@ -4981,7 +4974,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4981
4974
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
4982
4975
|
render(): JSX.Element;
|
4983
4976
|
context: any;
|
4984
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
4985
4978
|
multiple: boolean;
|
4986
4979
|
clearable: boolean;
|
4987
4980
|
creatable: boolean;
|
@@ -5006,7 +4999,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5006
4999
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5007
5000
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5008
5001
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5009
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5010
5003
|
multiple: boolean;
|
5011
5004
|
clearable: boolean;
|
5012
5005
|
creatable: boolean;
|
@@ -5037,7 +5030,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5037
5030
|
[key: string]: React.ReactInstance;
|
5038
5031
|
};
|
5039
5032
|
componentDidMount?(): void;
|
5040
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5041
5034
|
multiple: boolean;
|
5042
5035
|
clearable: boolean;
|
5043
5036
|
creatable: boolean;
|
@@ -5063,7 +5056,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5063
5056
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5064
5057
|
componentWillUnmount?(): void;
|
5065
5058
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5066
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5067
5060
|
multiple: boolean;
|
5068
5061
|
clearable: boolean;
|
5069
5062
|
creatable: boolean;
|
@@ -5087,7 +5080,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5087
5080
|
locale?: string | undefined;
|
5088
5081
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5089
5082
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5090
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5091
5084
|
multiple: boolean;
|
5092
5085
|
clearable: boolean;
|
5093
5086
|
creatable: boolean;
|
@@ -5113,7 +5106,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5113
5106
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5114
5107
|
componentWillMount?(): void;
|
5115
5108
|
UNSAFE_componentWillMount?(): void;
|
5116
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5117
5110
|
multiple: boolean;
|
5118
5111
|
clearable: boolean;
|
5119
5112
|
creatable: boolean;
|
@@ -5137,7 +5130,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5137
5130
|
locale?: string | undefined;
|
5138
5131
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5139
5132
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5140
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5141
5134
|
multiple: boolean;
|
5142
5135
|
clearable: boolean;
|
5143
5136
|
creatable: boolean;
|
@@ -5161,7 +5154,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5161
5154
|
locale?: string | undefined;
|
5162
5155
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5163
5156
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5164
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5165
5158
|
multiple: boolean;
|
5166
5159
|
clearable: boolean;
|
5167
5160
|
creatable: boolean;
|
@@ -5185,7 +5178,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5185
5178
|
locale?: string | undefined;
|
5186
5179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5187
5180
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5188
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5189
5182
|
multiple: boolean;
|
5190
5183
|
clearable: boolean;
|
5191
5184
|
creatable: boolean;
|
@@ -5215,7 +5208,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5215
5208
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
5216
5209
|
};
|
5217
5210
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
5218
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5219
5212
|
multiple: boolean;
|
5220
5213
|
clearable: boolean;
|
5221
5214
|
creatable: boolean;
|
@@ -5238,7 +5231,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5238
5231
|
}, never>> & {
|
5239
5232
|
locale?: string | undefined;
|
5240
5233
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5241
|
-
}, 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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5242
5235
|
multiple: boolean;
|
5243
5236
|
clearable: boolean;
|
5244
5237
|
creatable: boolean;
|
@@ -5264,7 +5257,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5264
5257
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
5265
5258
|
render(): JSX.Element;
|
5266
5259
|
context: any;
|
5267
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5268
5261
|
multiple: boolean;
|
5269
5262
|
clearable: boolean;
|
5270
5263
|
creatable: boolean;
|
@@ -5289,7 +5282,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5289
5282
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5290
5283
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5291
5284
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5292
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5293
5286
|
multiple: boolean;
|
5294
5287
|
clearable: boolean;
|
5295
5288
|
creatable: boolean;
|
@@ -5320,7 +5313,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5320
5313
|
[key: string]: React.ReactInstance;
|
5321
5314
|
};
|
5322
5315
|
componentDidMount?(): void;
|
5323
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5324
5317
|
multiple: boolean;
|
5325
5318
|
clearable: boolean;
|
5326
5319
|
creatable: boolean;
|
@@ -5346,7 +5339,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5346
5339
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5347
5340
|
componentWillUnmount?(): void;
|
5348
5341
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5349
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5350
5343
|
multiple: boolean;
|
5351
5344
|
clearable: boolean;
|
5352
5345
|
creatable: boolean;
|
@@ -5370,7 +5363,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5370
5363
|
locale?: string | undefined;
|
5371
5364
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5372
5365
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5373
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5374
5367
|
multiple: boolean;
|
5375
5368
|
clearable: boolean;
|
5376
5369
|
creatable: boolean;
|
@@ -5396,7 +5389,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5396
5389
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5397
5390
|
componentWillMount?(): void;
|
5398
5391
|
UNSAFE_componentWillMount?(): void;
|
5399
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5400
5393
|
multiple: boolean;
|
5401
5394
|
clearable: boolean;
|
5402
5395
|
creatable: boolean;
|
@@ -5420,7 +5413,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5420
5413
|
locale?: string | undefined;
|
5421
5414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5422
5415
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5423
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5424
5417
|
multiple: boolean;
|
5425
5418
|
clearable: boolean;
|
5426
5419
|
creatable: boolean;
|
@@ -5444,7 +5437,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5444
5437
|
locale?: string | undefined;
|
5445
5438
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5446
5439
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5447
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5448
5441
|
multiple: boolean;
|
5449
5442
|
clearable: boolean;
|
5450
5443
|
creatable: boolean;
|
@@ -5468,7 +5461,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5468
5461
|
locale?: string | undefined;
|
5469
5462
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5470
5463
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5471
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5472
5465
|
multiple: boolean;
|
5473
5466
|
clearable: boolean;
|
5474
5467
|
creatable: boolean;
|
@@ -5493,7 +5486,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5493
5486
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5494
5487
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5495
5488
|
};
|
5496
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5497
5490
|
multiple: boolean;
|
5498
5491
|
clearable: boolean;
|
5499
5492
|
creatable: boolean;
|
@@ -5519,7 +5512,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5519
5512
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
5520
5513
|
render(): JSX.Element;
|
5521
5514
|
context: any;
|
5522
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5523
5516
|
multiple: boolean;
|
5524
5517
|
clearable: boolean;
|
5525
5518
|
creatable: boolean;
|
@@ -5544,7 +5537,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5544
5537
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5545
5538
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5546
5539
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5547
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5548
5541
|
multiple: boolean;
|
5549
5542
|
clearable: boolean;
|
5550
5543
|
creatable: boolean;
|
@@ -5575,7 +5568,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5575
5568
|
[key: string]: React.ReactInstance;
|
5576
5569
|
};
|
5577
5570
|
componentDidMount?(): void;
|
5578
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5579
5572
|
multiple: boolean;
|
5580
5573
|
clearable: boolean;
|
5581
5574
|
creatable: boolean;
|
@@ -5601,7 +5594,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5601
5594
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5602
5595
|
componentWillUnmount?(): void;
|
5603
5596
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5604
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5605
5598
|
multiple: boolean;
|
5606
5599
|
clearable: boolean;
|
5607
5600
|
creatable: boolean;
|
@@ -5625,7 +5618,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5625
5618
|
locale?: string | undefined;
|
5626
5619
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5627
5620
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5628
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5629
5622
|
multiple: boolean;
|
5630
5623
|
clearable: boolean;
|
5631
5624
|
creatable: boolean;
|
@@ -5651,7 +5644,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5651
5644
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5652
5645
|
componentWillMount?(): void;
|
5653
5646
|
UNSAFE_componentWillMount?(): void;
|
5654
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5655
5648
|
multiple: boolean;
|
5656
5649
|
clearable: boolean;
|
5657
5650
|
creatable: boolean;
|
@@ -5675,7 +5668,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5675
5668
|
locale?: string | undefined;
|
5676
5669
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5677
5670
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5678
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5679
5672
|
multiple: boolean;
|
5680
5673
|
clearable: boolean;
|
5681
5674
|
creatable: boolean;
|
@@ -5699,7 +5692,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5699
5692
|
locale?: string | undefined;
|
5700
5693
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5701
5694
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5702
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5703
5696
|
multiple: boolean;
|
5704
5697
|
clearable: boolean;
|
5705
5698
|
creatable: boolean;
|
@@ -5723,7 +5716,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5723
5716
|
locale?: string | undefined;
|
5724
5717
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5725
5718
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5726
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5727
5720
|
multiple: boolean;
|
5728
5721
|
clearable: boolean;
|
5729
5722
|
creatable: boolean;
|
@@ -5751,7 +5744,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5751
5744
|
contextType?: React.Context<any> | undefined;
|
5752
5745
|
}, {}> & {
|
5753
5746
|
ComposedComponent: {
|
5754
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5755
5748
|
multiple: boolean;
|
5756
5749
|
clearable: boolean;
|
5757
5750
|
creatable: boolean;
|
@@ -5774,7 +5767,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5774
5767
|
}, never>> & {
|
5775
5768
|
locale?: string | undefined;
|
5776
5769
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5777
|
-
}, 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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5778
5771
|
multiple: boolean;
|
5779
5772
|
clearable: boolean;
|
5780
5773
|
creatable: boolean;
|
@@ -5800,7 +5793,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5800
5793
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
5801
5794
|
render(): JSX.Element;
|
5802
5795
|
context: any;
|
5803
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5804
5797
|
multiple: boolean;
|
5805
5798
|
clearable: boolean;
|
5806
5799
|
creatable: boolean;
|
@@ -5825,7 +5818,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5825
5818
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5826
5819
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5827
5820
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5828
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5829
5822
|
multiple: boolean;
|
5830
5823
|
clearable: boolean;
|
5831
5824
|
creatable: boolean;
|
@@ -5856,7 +5849,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5856
5849
|
[key: string]: React.ReactInstance;
|
5857
5850
|
};
|
5858
5851
|
componentDidMount?(): void;
|
5859
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5860
5853
|
multiple: boolean;
|
5861
5854
|
clearable: boolean;
|
5862
5855
|
creatable: boolean;
|
@@ -5882,7 +5875,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5882
5875
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5883
5876
|
componentWillUnmount?(): void;
|
5884
5877
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5885
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5886
5879
|
multiple: boolean;
|
5887
5880
|
clearable: boolean;
|
5888
5881
|
creatable: boolean;
|
@@ -5906,7 +5899,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5906
5899
|
locale?: string | undefined;
|
5907
5900
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5908
5901
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5909
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5910
5903
|
multiple: boolean;
|
5911
5904
|
clearable: boolean;
|
5912
5905
|
creatable: boolean;
|
@@ -5932,7 +5925,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5932
5925
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5933
5926
|
componentWillMount?(): void;
|
5934
5927
|
UNSAFE_componentWillMount?(): void;
|
5935
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5936
5929
|
multiple: boolean;
|
5937
5930
|
clearable: boolean;
|
5938
5931
|
creatable: boolean;
|
@@ -5956,7 +5949,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5956
5949
|
locale?: string | undefined;
|
5957
5950
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5958
5951
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5959
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5960
5953
|
multiple: boolean;
|
5961
5954
|
clearable: boolean;
|
5962
5955
|
creatable: boolean;
|
@@ -5980,7 +5973,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5980
5973
|
locale?: string | undefined;
|
5981
5974
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5982
5975
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5983
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
5984
5977
|
multiple: boolean;
|
5985
5978
|
clearable: boolean;
|
5986
5979
|
creatable: boolean;
|
@@ -6004,7 +5997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6004
5997
|
locale?: string | undefined;
|
6005
5998
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6006
5999
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6007
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6008
6001
|
multiple: boolean;
|
6009
6002
|
clearable: boolean;
|
6010
6003
|
creatable: boolean;
|
@@ -6029,7 +6022,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6029
6022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6030
6023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6031
6024
|
};
|
6032
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onEdit" | "onAdd" | "onDelete" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6033
6026
|
multiple: boolean;
|
6034
6027
|
clearable: boolean;
|
6035
6028
|
creatable: boolean;
|
@@ -6055,7 +6048,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6055
6048
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
6056
6049
|
render(): JSX.Element;
|
6057
6050
|
context: any;
|
6058
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6059
6052
|
multiple: boolean;
|
6060
6053
|
clearable: boolean;
|
6061
6054
|
creatable: boolean;
|
@@ -6080,7 +6073,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6080
6073
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6081
6074
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6082
6075
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6083
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6084
6077
|
multiple: boolean;
|
6085
6078
|
clearable: boolean;
|
6086
6079
|
creatable: boolean;
|
@@ -6111,7 +6104,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6111
6104
|
[key: string]: React.ReactInstance;
|
6112
6105
|
};
|
6113
6106
|
componentDidMount?(): void;
|
6114
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6115
6108
|
multiple: boolean;
|
6116
6109
|
clearable: boolean;
|
6117
6110
|
creatable: boolean;
|
@@ -6137,7 +6130,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6137
6130
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6138
6131
|
componentWillUnmount?(): void;
|
6139
6132
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6140
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6141
6134
|
multiple: boolean;
|
6142
6135
|
clearable: boolean;
|
6143
6136
|
creatable: boolean;
|
@@ -6161,7 +6154,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6161
6154
|
locale?: string | undefined;
|
6162
6155
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6163
6156
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6164
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6165
6158
|
multiple: boolean;
|
6166
6159
|
clearable: boolean;
|
6167
6160
|
creatable: boolean;
|
@@ -6187,7 +6180,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6187
6180
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6188
6181
|
componentWillMount?(): void;
|
6189
6182
|
UNSAFE_componentWillMount?(): void;
|
6190
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6191
6184
|
multiple: boolean;
|
6192
6185
|
clearable: boolean;
|
6193
6186
|
creatable: boolean;
|
@@ -6211,7 +6204,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6211
6204
|
locale?: string | undefined;
|
6212
6205
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6213
6206
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6214
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6215
6208
|
multiple: boolean;
|
6216
6209
|
clearable: boolean;
|
6217
6210
|
creatable: boolean;
|
@@ -6235,7 +6228,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6235
6228
|
locale?: string | undefined;
|
6236
6229
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6237
6230
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6238
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6239
6232
|
multiple: boolean;
|
6240
6233
|
clearable: boolean;
|
6241
6234
|
creatable: boolean;
|
@@ -6259,7 +6252,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6259
6252
|
locale?: string | undefined;
|
6260
6253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6261
6254
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6262
|
-
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" | "onFocus" | "onBlur" | "onChange" | "spinnerClassName" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "popOverContainer" | "popoverClassName" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "overlayPlacement" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
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" | "checkAllLabel">> & Partial<Pick<{
|
6263
6256
|
multiple: boolean;
|
6264
6257
|
clearable: boolean;
|
6265
6258
|
creatable: boolean;
|