amis 1.3.5-beta.7 → 1.4.2-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/Schema.d.ts +26 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert.js +3 -1
- package/lib/components/Alert.js.map +2 -2
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.d.ts +16 -3
- package/lib/components/Badge.js +54 -5
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +84 -0
- package/lib/components/Link.js +43 -0
- package/lib/components/Link.js.map +13 -0
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +1 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/RichText.d.ts +6 -1
- package/lib/components/RichText.js +207 -8
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +252 -237
- package/lib/components/Select.js +28 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/SparkLine.d.ts +85 -84
- package/lib/components/SparkLine.js +2 -2
- package/lib/components/SparkLine.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/Tree.js +5 -3
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +29 -3
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -3
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- package/lib/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +9 -1
- package/lib/factory.js +13 -6
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/clock.js +10 -0
- package/lib/icons/loading-outline.js +7 -0
- package/lib/icons/status-close.js +11 -0
- package/lib/icons/status-fail.js +11 -0
- package/lib/icons/status-info.js +10 -0
- package/lib/icons/status-success.js +11 -0
- package/lib/icons/status-warning.js +10 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +5 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +9 -4
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +17 -1
- package/lib/renderers/Action.js +21 -8
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +48 -23
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +8 -3
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +1 -4
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +0 -3
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +13 -1
- package/lib/renderers/DropDownButton.js +9 -5
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -0
- package/lib/renderers/Form/Checkbox.js +4 -0
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.js +2 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -5
- package/lib/renderers/Form/Editor.d.ts +3 -4
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +12 -6
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +18 -8
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +19 -6
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Picker.js +2 -2
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +15 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +3 -5
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.d.ts +1 -0
- package/lib/renderers/Image.js +15 -1
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +7 -12
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +18 -3
- package/lib/renderers/Link.js +27 -15
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Log.d.ts +2 -2
- package/lib/renderers/Log.js +7 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +81 -25
- package/lib/renderers/Nav.js +292 -31
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +4 -1
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
- package/lib/renderers/Table/ColumnToggler.js +216 -0
- package/lib/renderers/Table/ColumnToggler.js.map +13 -0
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
- package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
- package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
- package/lib/renderers/Table/TableBody.d.ts +5 -1
- package/lib/renderers/Table/TableBody.js.map +1 -1
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +5 -2
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +27 -5
- package/lib/renderers/Table/index.js +251 -101
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +2 -18
- package/lib/store/crud.d.ts +0 -1
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -2
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +5 -17
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -5
- package/lib/store/table.js +83 -7
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1360 -244
- package/lib/themes/ang.css +1360 -244
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1360 -244
- package/lib/themes/antd.css +1360 -244
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1960 -517
- package/lib/themes/cxd.css +1960 -517
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1360 -244
- package/lib/themes/dark.css +1360 -244
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1960 -517
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +43 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/handleAction.d.ts +7 -0
- package/lib/utils/handleAction.js +30 -0
- package/lib/utils/handleAction.js.map +13 -0
- package/lib/utils/helper.d.ts +3 -1
- package/lib/utils/helper.js +14 -5
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -1
- package/lib/utils/tpl-builtin.js +25 -15
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +3638 -1030
- package/scss/_mixins.scss +27 -0
- package/scss/_properties.scss +88 -13
- package/scss/_utilities.scss +4 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +34 -3
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +41 -8
- package/scss/components/_column-toggler.scss +234 -0
- package/scss/components/_dropdown.scss +2 -1
- package/scss/components/_image-gallery.scss +1 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +236 -154
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/_status.scss +1 -1
- package/scss/components/_steps.scss +1 -1
- package/scss/components/_table.scss +51 -1
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_color.scss +1 -0
- package/scss/components/form/_date-range.scss +2 -0
- package/scss/components/form/_date.scss +2 -0
- package/scss/components/form/_fieldset.scss +6 -3
- package/scss/components/form/_file.scss +5 -4
- package/scss/components/form/_group.scss +4 -0
- package/scss/components/form/_image.scss +7 -2
- package/scss/components/form/_list.scss +1 -0
- package/scss/components/form/_location.scss +1 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +77 -18
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +219 -91
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1752 -431
- package/sdk/ang.css +1706 -323
- package/sdk/antd-ie11.css +1739 -420
- package/sdk/antd.css +1706 -323
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +3015 -1397
- package/sdk/cxd.css +2402 -651
- package/sdk/dark-ie11.css +1750 -429
- package/sdk/dark.css +1706 -323
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +5 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -30
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +3015 -1397
- package/sdk/sdk.css +2402 -651
- package/sdk/sdk.js +1278 -1220
- 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/Schema.ts +32 -0
- package/src/components/Alert.tsx +3 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +126 -23
- package/src/components/Button.tsx +23 -7
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/Drawer.tsx +3 -2
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +1 -1
- package/src/components/Link.tsx +85 -0
- package/src/components/Modal.tsx +3 -2
- package/src/components/ModalManager.ts +1 -1
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/RichText.tsx +244 -3
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +61 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/Steps.tsx +3 -3
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +5 -5
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/Tree.tsx +6 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +44 -4
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/condition-builder/Field.tsx +6 -7
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +31 -6
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/loading-outline.svg +4 -0
- package/src/icons/status-close.svg +10 -0
- package/src/icons/status-fail.svg +10 -0
- package/src/icons/status-info.svg +8 -0
- package/src/icons/status-success.svg +10 -0
- package/src/icons/status-warning.svg +8 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +5 -0
- package/src/locale/en-US.ts +6 -1
- package/src/locale/zh-CN.ts +9 -4
- package/src/renderers/Action.tsx +99 -15
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +70 -56
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +9 -3
- package/src/renderers/Dialog.tsx +1 -5
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +34 -12
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputFile.tsx +30 -20
- package/src/renderers/Form/InputImage.tsx +39 -13
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +28 -3
- package/src/renderers/IFrame.tsx +4 -5
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +19 -10
- package/src/renderers/Link.tsx +53 -14
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +392 -60
- package/src/renderers/Page.tsx +3 -1
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableBody.tsx +1 -1
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +41 -3
- package/src/renderers/Table/index.tsx +318 -92
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +5 -23
- package/src/store/table.ts +103 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +63 -23
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -3
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/src/utils/validations.ts +80 -12
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
@@ -5,6 +5,7 @@
|
|
5
5
|
* @date 2017-11-07
|
6
6
|
*/
|
7
7
|
/// <reference types="hoist-non-react-statics" />
|
8
|
+
/// <reference types="lodash" />
|
8
9
|
import React from 'react';
|
9
10
|
import { ControllerStateAndHelpers } from 'downshift';
|
10
11
|
import { ThemeProps } from '../theme';
|
@@ -91,6 +92,7 @@ interface SelectProps extends OptionProps, ThemeProps, LocaleProps {
|
|
91
92
|
defaultCheckAll?: boolean;
|
92
93
|
simpleValue?: boolean;
|
93
94
|
defaultOpen?: boolean;
|
95
|
+
useMobileUI?: boolean;
|
94
96
|
/**
|
95
97
|
* 边框模式,全边框,还是半边框,或者没边框。
|
96
98
|
*/
|
@@ -99,6 +101,10 @@ interface SelectProps extends OptionProps, ThemeProps, LocaleProps {
|
|
99
101
|
* 是否隐藏已选项
|
100
102
|
*/
|
101
103
|
hideSelected?: boolean;
|
104
|
+
/**
|
105
|
+
* 移动端样式类名
|
106
|
+
*/
|
107
|
+
mobileClassName?: string;
|
102
108
|
}
|
103
109
|
interface SelectState {
|
104
110
|
itemHeight: number;
|
@@ -107,6 +113,7 @@ interface SelectState {
|
|
107
113
|
inputValue: string;
|
108
114
|
highlightedIndex: number;
|
109
115
|
selection: Array<Option>;
|
116
|
+
pickerSelectItem: any;
|
110
117
|
}
|
111
118
|
export declare class Select extends React.Component<SelectProps, SelectState> {
|
112
119
|
static defaultProps: {
|
@@ -138,6 +145,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
138
145
|
componentDidUpdate(prevProps: SelectProps): void;
|
139
146
|
open(): void;
|
140
147
|
close(): void;
|
148
|
+
confirm(): void;
|
141
149
|
toggle(e?: React.MouseEvent<HTMLDivElement>): void;
|
142
150
|
onFocus(e: any): void;
|
143
151
|
onBlur(e: any): void;
|
@@ -148,6 +156,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
148
156
|
toggleCheckAll(): void;
|
149
157
|
removeItem(index: number, e?: React.MouseEvent<HTMLElement>): void;
|
150
158
|
handleInputChange(evt: React.ChangeEvent<HTMLInputElement>): void;
|
159
|
+
handlePickerChange(selectItem: any, index: number, confirm: boolean): void;
|
151
160
|
handleChange(selectItem: any): void;
|
152
161
|
handleStateChange(changes: any): void;
|
153
162
|
handleKeyPress(e: React.KeyboardEvent): void;
|
@@ -162,7 +171,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
162
171
|
render(): JSX.Element;
|
163
172
|
}
|
164
173
|
declare const EnhancedSelect: {
|
165
|
-
new (props: (Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
174
|
+
new (props: (Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
166
175
|
multiple: boolean;
|
167
176
|
clearable: boolean;
|
168
177
|
creatable: boolean;
|
@@ -185,7 +194,7 @@ declare const EnhancedSelect: {
|
|
185
194
|
}, never>> & {
|
186
195
|
locale?: string | undefined;
|
187
196
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
188
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
197
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
189
198
|
multiple: boolean;
|
190
199
|
clearable: boolean;
|
191
200
|
creatable: boolean;
|
@@ -211,7 +220,7 @@ declare const EnhancedSelect: {
|
|
211
220
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
212
221
|
render(): JSX.Element;
|
213
222
|
context: any;
|
214
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
223
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
215
224
|
multiple: boolean;
|
216
225
|
clearable: boolean;
|
217
226
|
creatable: boolean;
|
@@ -236,7 +245,7 @@ declare const EnhancedSelect: {
|
|
236
245
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
237
246
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
238
247
|
forceUpdate(callback?: (() => void) | undefined): void;
|
239
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
248
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
240
249
|
multiple: boolean;
|
241
250
|
clearable: boolean;
|
242
251
|
creatable: boolean;
|
@@ -267,7 +276,7 @@ declare const EnhancedSelect: {
|
|
267
276
|
[key: string]: React.ReactInstance;
|
268
277
|
};
|
269
278
|
componentDidMount?(): void;
|
270
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
279
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
271
280
|
multiple: boolean;
|
272
281
|
clearable: boolean;
|
273
282
|
creatable: boolean;
|
@@ -293,7 +302,7 @@ declare const EnhancedSelect: {
|
|
293
302
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
294
303
|
componentWillUnmount?(): void;
|
295
304
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
296
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
305
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
297
306
|
multiple: boolean;
|
298
307
|
clearable: boolean;
|
299
308
|
creatable: boolean;
|
@@ -317,7 +326,7 @@ declare const EnhancedSelect: {
|
|
317
326
|
locale?: string | undefined;
|
318
327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
319
328
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
320
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
329
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
321
330
|
multiple: boolean;
|
322
331
|
clearable: boolean;
|
323
332
|
creatable: boolean;
|
@@ -343,7 +352,7 @@ declare const EnhancedSelect: {
|
|
343
352
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
344
353
|
componentWillMount?(): void;
|
345
354
|
UNSAFE_componentWillMount?(): void;
|
346
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
355
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
347
356
|
multiple: boolean;
|
348
357
|
clearable: boolean;
|
349
358
|
creatable: boolean;
|
@@ -367,7 +376,7 @@ declare const EnhancedSelect: {
|
|
367
376
|
locale?: string | undefined;
|
368
377
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
369
378
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
370
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
379
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
371
380
|
multiple: boolean;
|
372
381
|
clearable: boolean;
|
373
382
|
creatable: boolean;
|
@@ -391,7 +400,7 @@ declare const EnhancedSelect: {
|
|
391
400
|
locale?: string | undefined;
|
392
401
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
393
402
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
394
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
403
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
395
404
|
multiple: boolean;
|
396
405
|
clearable: boolean;
|
397
406
|
creatable: boolean;
|
@@ -415,7 +424,7 @@ declare const EnhancedSelect: {
|
|
415
424
|
locale?: string | undefined;
|
416
425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
417
426
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
418
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
427
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
419
428
|
multiple: boolean;
|
420
429
|
clearable: boolean;
|
421
430
|
creatable: boolean;
|
@@ -440,7 +449,7 @@ declare const EnhancedSelect: {
|
|
440
449
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
441
450
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
442
451
|
};
|
443
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
452
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
444
453
|
multiple: boolean;
|
445
454
|
clearable: boolean;
|
446
455
|
creatable: boolean;
|
@@ -466,7 +475,7 @@ declare const EnhancedSelect: {
|
|
466
475
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
467
476
|
render(): JSX.Element;
|
468
477
|
context: any;
|
469
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
478
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
470
479
|
multiple: boolean;
|
471
480
|
clearable: boolean;
|
472
481
|
creatable: boolean;
|
@@ -491,7 +500,7 @@ declare const EnhancedSelect: {
|
|
491
500
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
492
501
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
493
502
|
forceUpdate(callback?: (() => void) | undefined): void;
|
494
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
503
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
495
504
|
multiple: boolean;
|
496
505
|
clearable: boolean;
|
497
506
|
creatable: boolean;
|
@@ -522,7 +531,7 @@ declare const EnhancedSelect: {
|
|
522
531
|
[key: string]: React.ReactInstance;
|
523
532
|
};
|
524
533
|
componentDidMount?(): void;
|
525
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
534
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
526
535
|
multiple: boolean;
|
527
536
|
clearable: boolean;
|
528
537
|
creatable: boolean;
|
@@ -548,7 +557,7 @@ declare const EnhancedSelect: {
|
|
548
557
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
549
558
|
componentWillUnmount?(): void;
|
550
559
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
551
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
560
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
552
561
|
multiple: boolean;
|
553
562
|
clearable: boolean;
|
554
563
|
creatable: boolean;
|
@@ -572,7 +581,7 @@ declare const EnhancedSelect: {
|
|
572
581
|
locale?: string | undefined;
|
573
582
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
574
583
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
575
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
584
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
576
585
|
multiple: boolean;
|
577
586
|
clearable: boolean;
|
578
587
|
creatable: boolean;
|
@@ -598,7 +607,7 @@ declare const EnhancedSelect: {
|
|
598
607
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
599
608
|
componentWillMount?(): void;
|
600
609
|
UNSAFE_componentWillMount?(): void;
|
601
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
610
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
602
611
|
multiple: boolean;
|
603
612
|
clearable: boolean;
|
604
613
|
creatable: boolean;
|
@@ -622,7 +631,7 @@ declare const EnhancedSelect: {
|
|
622
631
|
locale?: string | undefined;
|
623
632
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
624
633
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
625
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
634
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
626
635
|
multiple: boolean;
|
627
636
|
clearable: boolean;
|
628
637
|
creatable: boolean;
|
@@ -646,7 +655,7 @@ declare const EnhancedSelect: {
|
|
646
655
|
locale?: string | undefined;
|
647
656
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
648
657
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
649
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
658
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
650
659
|
multiple: boolean;
|
651
660
|
clearable: boolean;
|
652
661
|
creatable: boolean;
|
@@ -670,7 +679,7 @@ declare const EnhancedSelect: {
|
|
670
679
|
locale?: string | undefined;
|
671
680
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
672
681
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
673
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
682
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
674
683
|
multiple: boolean;
|
675
684
|
clearable: boolean;
|
676
685
|
creatable: boolean;
|
@@ -698,7 +707,7 @@ declare const EnhancedSelect: {
|
|
698
707
|
displayName: string;
|
699
708
|
contextType: React.Context<string>;
|
700
709
|
ComposedComponent: React.ComponentType<{
|
701
|
-
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
710
|
+
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
702
711
|
multiple: boolean;
|
703
712
|
clearable: boolean;
|
704
713
|
creatable: boolean;
|
@@ -721,7 +730,7 @@ declare const EnhancedSelect: {
|
|
721
730
|
}, never>> & {
|
722
731
|
locale?: string | undefined;
|
723
732
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
724
|
-
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
733
|
+
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
725
734
|
multiple: boolean;
|
726
735
|
clearable: boolean;
|
727
736
|
creatable: boolean;
|
@@ -747,7 +756,7 @@ declare const EnhancedSelect: {
|
|
747
756
|
}>): {
|
748
757
|
render(): JSX.Element;
|
749
758
|
context: any;
|
750
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
759
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
751
760
|
multiple: boolean;
|
752
761
|
clearable: boolean;
|
753
762
|
creatable: boolean;
|
@@ -772,7 +781,7 @@ declare const EnhancedSelect: {
|
|
772
781
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
773
782
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
774
783
|
forceUpdate(callback?: (() => void) | undefined): void;
|
775
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
784
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
776
785
|
multiple: boolean;
|
777
786
|
clearable: boolean;
|
778
787
|
creatable: boolean;
|
@@ -803,7 +812,7 @@ declare const EnhancedSelect: {
|
|
803
812
|
[key: string]: React.ReactInstance;
|
804
813
|
};
|
805
814
|
componentDidMount?(): void;
|
806
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
815
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
807
816
|
multiple: boolean;
|
808
817
|
clearable: boolean;
|
809
818
|
creatable: boolean;
|
@@ -829,7 +838,7 @@ declare const EnhancedSelect: {
|
|
829
838
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
830
839
|
componentWillUnmount?(): void;
|
831
840
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
832
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
841
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
833
842
|
multiple: boolean;
|
834
843
|
clearable: boolean;
|
835
844
|
creatable: boolean;
|
@@ -853,7 +862,7 @@ declare const EnhancedSelect: {
|
|
853
862
|
locale?: string | undefined;
|
854
863
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
855
864
|
}>, prevState: Readonly<{}>): any;
|
856
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
865
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
857
866
|
multiple: boolean;
|
858
867
|
clearable: boolean;
|
859
868
|
creatable: boolean;
|
@@ -879,7 +888,7 @@ declare const EnhancedSelect: {
|
|
879
888
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
880
889
|
componentWillMount?(): void;
|
881
890
|
UNSAFE_componentWillMount?(): void;
|
882
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
891
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
883
892
|
multiple: boolean;
|
884
893
|
clearable: boolean;
|
885
894
|
creatable: boolean;
|
@@ -903,7 +912,7 @@ declare const EnhancedSelect: {
|
|
903
912
|
locale?: string | undefined;
|
904
913
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
905
914
|
}>, nextContext: any): void;
|
906
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
915
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
907
916
|
multiple: boolean;
|
908
917
|
clearable: boolean;
|
909
918
|
creatable: boolean;
|
@@ -927,7 +936,7 @@ declare const EnhancedSelect: {
|
|
927
936
|
locale?: string | undefined;
|
928
937
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
929
938
|
}>, nextContext: any): void;
|
930
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
939
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
931
940
|
multiple: boolean;
|
932
941
|
clearable: boolean;
|
933
942
|
creatable: boolean;
|
@@ -951,7 +960,7 @@ declare const EnhancedSelect: {
|
|
951
960
|
locale?: string | undefined;
|
952
961
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
953
962
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
954
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
963
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
955
964
|
multiple: boolean;
|
956
965
|
clearable: boolean;
|
957
966
|
creatable: boolean;
|
@@ -976,7 +985,7 @@ declare const EnhancedSelect: {
|
|
976
985
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
977
986
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
978
987
|
};
|
979
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
988
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
980
989
|
multiple: boolean;
|
981
990
|
clearable: boolean;
|
982
991
|
creatable: boolean;
|
@@ -1002,7 +1011,7 @@ declare const EnhancedSelect: {
|
|
1002
1011
|
}, context: any): {
|
1003
1012
|
render(): JSX.Element;
|
1004
1013
|
context: any;
|
1005
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1014
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1006
1015
|
multiple: boolean;
|
1007
1016
|
clearable: boolean;
|
1008
1017
|
creatable: boolean;
|
@@ -1027,7 +1036,7 @@ declare const EnhancedSelect: {
|
|
1027
1036
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1028
1037
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1029
1038
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1030
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1039
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1031
1040
|
multiple: boolean;
|
1032
1041
|
clearable: boolean;
|
1033
1042
|
creatable: boolean;
|
@@ -1058,7 +1067,7 @@ declare const EnhancedSelect: {
|
|
1058
1067
|
[key: string]: React.ReactInstance;
|
1059
1068
|
};
|
1060
1069
|
componentDidMount?(): void;
|
1061
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1070
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1062
1071
|
multiple: boolean;
|
1063
1072
|
clearable: boolean;
|
1064
1073
|
creatable: boolean;
|
@@ -1084,7 +1093,7 @@ declare const EnhancedSelect: {
|
|
1084
1093
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1085
1094
|
componentWillUnmount?(): void;
|
1086
1095
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1087
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1096
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1088
1097
|
multiple: boolean;
|
1089
1098
|
clearable: boolean;
|
1090
1099
|
creatable: boolean;
|
@@ -1108,7 +1117,7 @@ declare const EnhancedSelect: {
|
|
1108
1117
|
locale?: string | undefined;
|
1109
1118
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1110
1119
|
}>, prevState: Readonly<{}>): any;
|
1111
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1120
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1112
1121
|
multiple: boolean;
|
1113
1122
|
clearable: boolean;
|
1114
1123
|
creatable: boolean;
|
@@ -1134,7 +1143,7 @@ declare const EnhancedSelect: {
|
|
1134
1143
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1135
1144
|
componentWillMount?(): void;
|
1136
1145
|
UNSAFE_componentWillMount?(): void;
|
1137
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1146
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1138
1147
|
multiple: boolean;
|
1139
1148
|
clearable: boolean;
|
1140
1149
|
creatable: boolean;
|
@@ -1158,7 +1167,7 @@ declare const EnhancedSelect: {
|
|
1158
1167
|
locale?: string | undefined;
|
1159
1168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1160
1169
|
}>, nextContext: any): void;
|
1161
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1170
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1162
1171
|
multiple: boolean;
|
1163
1172
|
clearable: boolean;
|
1164
1173
|
creatable: boolean;
|
@@ -1182,7 +1191,7 @@ declare const EnhancedSelect: {
|
|
1182
1191
|
locale?: string | undefined;
|
1183
1192
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1184
1193
|
}>, nextContext: any): void;
|
1185
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1194
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1186
1195
|
multiple: boolean;
|
1187
1196
|
clearable: boolean;
|
1188
1197
|
creatable: boolean;
|
@@ -1206,7 +1215,7 @@ declare const EnhancedSelect: {
|
|
1206
1215
|
locale?: string | undefined;
|
1207
1216
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1208
1217
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1209
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1218
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1210
1219
|
multiple: boolean;
|
1211
1220
|
clearable: boolean;
|
1212
1221
|
creatable: boolean;
|
@@ -1238,7 +1247,7 @@ declare const EnhancedSelect: {
|
|
1238
1247
|
ComposedComponent: typeof Select;
|
1239
1248
|
}>;
|
1240
1249
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
1241
|
-
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1250
|
+
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1242
1251
|
multiple: boolean;
|
1243
1252
|
clearable: boolean;
|
1244
1253
|
creatable: boolean;
|
@@ -1261,7 +1270,7 @@ declare const EnhancedSelect: {
|
|
1261
1270
|
}, never>> & {
|
1262
1271
|
locale?: string | undefined;
|
1263
1272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1264
|
-
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1273
|
+
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1265
1274
|
multiple: boolean;
|
1266
1275
|
clearable: boolean;
|
1267
1276
|
creatable: boolean;
|
@@ -1287,7 +1296,7 @@ declare const EnhancedSelect: {
|
|
1287
1296
|
}>): {
|
1288
1297
|
render(): JSX.Element;
|
1289
1298
|
context: any;
|
1290
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1299
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1291
1300
|
multiple: boolean;
|
1292
1301
|
clearable: boolean;
|
1293
1302
|
creatable: boolean;
|
@@ -1312,7 +1321,7 @@ declare const EnhancedSelect: {
|
|
1312
1321
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1313
1322
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1314
1323
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1315
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1324
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1316
1325
|
multiple: boolean;
|
1317
1326
|
clearable: boolean;
|
1318
1327
|
creatable: boolean;
|
@@ -1343,7 +1352,7 @@ declare const EnhancedSelect: {
|
|
1343
1352
|
[key: string]: React.ReactInstance;
|
1344
1353
|
};
|
1345
1354
|
componentDidMount?(): void;
|
1346
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1355
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1347
1356
|
multiple: boolean;
|
1348
1357
|
clearable: boolean;
|
1349
1358
|
creatable: boolean;
|
@@ -1369,7 +1378,7 @@ declare const EnhancedSelect: {
|
|
1369
1378
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1370
1379
|
componentWillUnmount?(): void;
|
1371
1380
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1372
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1381
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1373
1382
|
multiple: boolean;
|
1374
1383
|
clearable: boolean;
|
1375
1384
|
creatable: boolean;
|
@@ -1393,7 +1402,7 @@ declare const EnhancedSelect: {
|
|
1393
1402
|
locale?: string | undefined;
|
1394
1403
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1395
1404
|
}>, prevState: Readonly<{}>): any;
|
1396
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1405
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1397
1406
|
multiple: boolean;
|
1398
1407
|
clearable: boolean;
|
1399
1408
|
creatable: boolean;
|
@@ -1419,7 +1428,7 @@ declare const EnhancedSelect: {
|
|
1419
1428
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1420
1429
|
componentWillMount?(): void;
|
1421
1430
|
UNSAFE_componentWillMount?(): void;
|
1422
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1431
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1423
1432
|
multiple: boolean;
|
1424
1433
|
clearable: boolean;
|
1425
1434
|
creatable: boolean;
|
@@ -1443,7 +1452,7 @@ declare const EnhancedSelect: {
|
|
1443
1452
|
locale?: string | undefined;
|
1444
1453
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1445
1454
|
}>, nextContext: any): void;
|
1446
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1455
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1447
1456
|
multiple: boolean;
|
1448
1457
|
clearable: boolean;
|
1449
1458
|
creatable: boolean;
|
@@ -1467,7 +1476,7 @@ declare const EnhancedSelect: {
|
|
1467
1476
|
locale?: string | undefined;
|
1468
1477
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1469
1478
|
}>, nextContext: any): void;
|
1470
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1479
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1471
1480
|
multiple: boolean;
|
1472
1481
|
clearable: boolean;
|
1473
1482
|
creatable: boolean;
|
@@ -1491,7 +1500,7 @@ declare const EnhancedSelect: {
|
|
1491
1500
|
locale?: string | undefined;
|
1492
1501
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1493
1502
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1494
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1503
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1495
1504
|
multiple: boolean;
|
1496
1505
|
clearable: boolean;
|
1497
1506
|
creatable: boolean;
|
@@ -1516,7 +1525,7 @@ declare const EnhancedSelect: {
|
|
1516
1525
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1517
1526
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1518
1527
|
};
|
1519
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1528
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1520
1529
|
multiple: boolean;
|
1521
1530
|
clearable: boolean;
|
1522
1531
|
creatable: boolean;
|
@@ -1542,7 +1551,7 @@ declare const EnhancedSelect: {
|
|
1542
1551
|
}, context: any): {
|
1543
1552
|
render(): JSX.Element;
|
1544
1553
|
context: any;
|
1545
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1554
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1546
1555
|
multiple: boolean;
|
1547
1556
|
clearable: boolean;
|
1548
1557
|
creatable: boolean;
|
@@ -1567,7 +1576,7 @@ declare const EnhancedSelect: {
|
|
1567
1576
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1568
1577
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1569
1578
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1570
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1579
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1571
1580
|
multiple: boolean;
|
1572
1581
|
clearable: boolean;
|
1573
1582
|
creatable: boolean;
|
@@ -1598,7 +1607,7 @@ declare const EnhancedSelect: {
|
|
1598
1607
|
[key: string]: React.ReactInstance;
|
1599
1608
|
};
|
1600
1609
|
componentDidMount?(): void;
|
1601
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1610
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1602
1611
|
multiple: boolean;
|
1603
1612
|
clearable: boolean;
|
1604
1613
|
creatable: boolean;
|
@@ -1624,7 +1633,7 @@ declare const EnhancedSelect: {
|
|
1624
1633
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1625
1634
|
componentWillUnmount?(): void;
|
1626
1635
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1627
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1636
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1628
1637
|
multiple: boolean;
|
1629
1638
|
clearable: boolean;
|
1630
1639
|
creatable: boolean;
|
@@ -1648,7 +1657,7 @@ declare const EnhancedSelect: {
|
|
1648
1657
|
locale?: string | undefined;
|
1649
1658
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1650
1659
|
}>, prevState: Readonly<{}>): any;
|
1651
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1660
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1652
1661
|
multiple: boolean;
|
1653
1662
|
clearable: boolean;
|
1654
1663
|
creatable: boolean;
|
@@ -1674,7 +1683,7 @@ declare const EnhancedSelect: {
|
|
1674
1683
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1675
1684
|
componentWillMount?(): void;
|
1676
1685
|
UNSAFE_componentWillMount?(): void;
|
1677
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1686
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1678
1687
|
multiple: boolean;
|
1679
1688
|
clearable: boolean;
|
1680
1689
|
creatable: boolean;
|
@@ -1698,7 +1707,7 @@ declare const EnhancedSelect: {
|
|
1698
1707
|
locale?: string | undefined;
|
1699
1708
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1700
1709
|
}>, nextContext: any): void;
|
1701
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1710
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1702
1711
|
multiple: boolean;
|
1703
1712
|
clearable: boolean;
|
1704
1713
|
creatable: boolean;
|
@@ -1722,7 +1731,7 @@ declare const EnhancedSelect: {
|
|
1722
1731
|
locale?: string | undefined;
|
1723
1732
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1724
1733
|
}>, nextContext: any): void;
|
1725
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1734
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1726
1735
|
multiple: boolean;
|
1727
1736
|
clearable: boolean;
|
1728
1737
|
creatable: boolean;
|
@@ -1746,7 +1755,7 @@ declare const EnhancedSelect: {
|
|
1746
1755
|
locale?: string | undefined;
|
1747
1756
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1748
1757
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1749
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1758
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1750
1759
|
multiple: boolean;
|
1751
1760
|
clearable: boolean;
|
1752
1761
|
creatable: boolean;
|
@@ -1778,7 +1787,7 @@ declare const EnhancedSelect: {
|
|
1778
1787
|
ComposedComponent: typeof Select;
|
1779
1788
|
}, {}> & {
|
1780
1789
|
ComposedComponent: {
|
1781
|
-
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1790
|
+
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1782
1791
|
multiple: boolean;
|
1783
1792
|
clearable: boolean;
|
1784
1793
|
creatable: boolean;
|
@@ -1801,7 +1810,7 @@ declare const EnhancedSelect: {
|
|
1801
1810
|
}, never>> & {
|
1802
1811
|
locale?: string | undefined;
|
1803
1812
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1804
|
-
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1813
|
+
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1805
1814
|
multiple: boolean;
|
1806
1815
|
clearable: boolean;
|
1807
1816
|
creatable: boolean;
|
@@ -1827,7 +1836,7 @@ declare const EnhancedSelect: {
|
|
1827
1836
|
}>): {
|
1828
1837
|
render(): JSX.Element;
|
1829
1838
|
context: any;
|
1830
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1839
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1831
1840
|
multiple: boolean;
|
1832
1841
|
clearable: boolean;
|
1833
1842
|
creatable: boolean;
|
@@ -1852,7 +1861,7 @@ declare const EnhancedSelect: {
|
|
1852
1861
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1853
1862
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1854
1863
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1855
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1864
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1856
1865
|
multiple: boolean;
|
1857
1866
|
clearable: boolean;
|
1858
1867
|
creatable: boolean;
|
@@ -1883,7 +1892,7 @@ declare const EnhancedSelect: {
|
|
1883
1892
|
[key: string]: React.ReactInstance;
|
1884
1893
|
};
|
1885
1894
|
componentDidMount?(): void;
|
1886
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1895
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1887
1896
|
multiple: boolean;
|
1888
1897
|
clearable: boolean;
|
1889
1898
|
creatable: boolean;
|
@@ -1909,7 +1918,7 @@ declare const EnhancedSelect: {
|
|
1909
1918
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1910
1919
|
componentWillUnmount?(): void;
|
1911
1920
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1912
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1921
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1913
1922
|
multiple: boolean;
|
1914
1923
|
clearable: boolean;
|
1915
1924
|
creatable: boolean;
|
@@ -1933,7 +1942,7 @@ declare const EnhancedSelect: {
|
|
1933
1942
|
locale?: string | undefined;
|
1934
1943
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1935
1944
|
}>, prevState: Readonly<{}>): any;
|
1936
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1945
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1937
1946
|
multiple: boolean;
|
1938
1947
|
clearable: boolean;
|
1939
1948
|
creatable: boolean;
|
@@ -1959,7 +1968,7 @@ declare const EnhancedSelect: {
|
|
1959
1968
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1960
1969
|
componentWillMount?(): void;
|
1961
1970
|
UNSAFE_componentWillMount?(): void;
|
1962
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1971
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1963
1972
|
multiple: boolean;
|
1964
1973
|
clearable: boolean;
|
1965
1974
|
creatable: boolean;
|
@@ -1983,7 +1992,7 @@ declare const EnhancedSelect: {
|
|
1983
1992
|
locale?: string | undefined;
|
1984
1993
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1985
1994
|
}>, nextContext: any): void;
|
1986
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
1995
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
1987
1996
|
multiple: boolean;
|
1988
1997
|
clearable: boolean;
|
1989
1998
|
creatable: boolean;
|
@@ -2007,7 +2016,7 @@ declare const EnhancedSelect: {
|
|
2007
2016
|
locale?: string | undefined;
|
2008
2017
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2009
2018
|
}>, nextContext: any): void;
|
2010
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2019
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2011
2020
|
multiple: boolean;
|
2012
2021
|
clearable: boolean;
|
2013
2022
|
creatable: boolean;
|
@@ -2031,7 +2040,7 @@ declare const EnhancedSelect: {
|
|
2031
2040
|
locale?: string | undefined;
|
2032
2041
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2033
2042
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2034
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2043
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2035
2044
|
multiple: boolean;
|
2036
2045
|
clearable: boolean;
|
2037
2046
|
creatable: boolean;
|
@@ -2056,7 +2065,7 @@ declare const EnhancedSelect: {
|
|
2056
2065
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2057
2066
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2058
2067
|
};
|
2059
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2068
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2060
2069
|
multiple: boolean;
|
2061
2070
|
clearable: boolean;
|
2062
2071
|
creatable: boolean;
|
@@ -2082,7 +2091,7 @@ declare const EnhancedSelect: {
|
|
2082
2091
|
}, context: any): {
|
2083
2092
|
render(): JSX.Element;
|
2084
2093
|
context: any;
|
2085
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2094
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2086
2095
|
multiple: boolean;
|
2087
2096
|
clearable: boolean;
|
2088
2097
|
creatable: boolean;
|
@@ -2107,7 +2116,7 @@ declare const EnhancedSelect: {
|
|
2107
2116
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2108
2117
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
2109
2118
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2110
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2119
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2111
2120
|
multiple: boolean;
|
2112
2121
|
clearable: boolean;
|
2113
2122
|
creatable: boolean;
|
@@ -2138,7 +2147,7 @@ declare const EnhancedSelect: {
|
|
2138
2147
|
[key: string]: React.ReactInstance;
|
2139
2148
|
};
|
2140
2149
|
componentDidMount?(): void;
|
2141
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2150
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2142
2151
|
multiple: boolean;
|
2143
2152
|
clearable: boolean;
|
2144
2153
|
creatable: boolean;
|
@@ -2164,7 +2173,7 @@ declare const EnhancedSelect: {
|
|
2164
2173
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2165
2174
|
componentWillUnmount?(): void;
|
2166
2175
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2167
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2176
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2168
2177
|
multiple: boolean;
|
2169
2178
|
clearable: boolean;
|
2170
2179
|
creatable: boolean;
|
@@ -2188,7 +2197,7 @@ declare const EnhancedSelect: {
|
|
2188
2197
|
locale?: string | undefined;
|
2189
2198
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2190
2199
|
}>, prevState: Readonly<{}>): any;
|
2191
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2200
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2192
2201
|
multiple: boolean;
|
2193
2202
|
clearable: boolean;
|
2194
2203
|
creatable: boolean;
|
@@ -2214,7 +2223,7 @@ declare const EnhancedSelect: {
|
|
2214
2223
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
2215
2224
|
componentWillMount?(): void;
|
2216
2225
|
UNSAFE_componentWillMount?(): void;
|
2217
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2226
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2218
2227
|
multiple: boolean;
|
2219
2228
|
clearable: boolean;
|
2220
2229
|
creatable: boolean;
|
@@ -2238,7 +2247,7 @@ declare const EnhancedSelect: {
|
|
2238
2247
|
locale?: string | undefined;
|
2239
2248
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2240
2249
|
}>, nextContext: any): void;
|
2241
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2250
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2242
2251
|
multiple: boolean;
|
2243
2252
|
clearable: boolean;
|
2244
2253
|
creatable: boolean;
|
@@ -2262,7 +2271,7 @@ declare const EnhancedSelect: {
|
|
2262
2271
|
locale?: string | undefined;
|
2263
2272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2264
2273
|
}>, nextContext: any): void;
|
2265
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2274
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2266
2275
|
multiple: boolean;
|
2267
2276
|
clearable: boolean;
|
2268
2277
|
creatable: boolean;
|
@@ -2286,7 +2295,7 @@ declare const EnhancedSelect: {
|
|
2286
2295
|
locale?: string | undefined;
|
2287
2296
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2288
2297
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2289
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2298
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2290
2299
|
multiple: boolean;
|
2291
2300
|
clearable: boolean;
|
2292
2301
|
creatable: boolean;
|
@@ -2320,7 +2329,7 @@ declare const EnhancedSelect: {
|
|
2320
2329
|
};
|
2321
2330
|
export default EnhancedSelect;
|
2322
2331
|
export declare const SelectWithRemoteOptions: {
|
2323
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2332
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2324
2333
|
multiple: boolean;
|
2325
2334
|
clearable: boolean;
|
2326
2335
|
creatable: boolean;
|
@@ -2365,7 +2374,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2365
2374
|
setData(data: any): void;
|
2366
2375
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2367
2376
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2368
|
-
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2377
|
+
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2369
2378
|
multiple: boolean;
|
2370
2379
|
clearable: boolean;
|
2371
2380
|
creatable: boolean;
|
@@ -2438,7 +2447,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2438
2447
|
getWrappedInstance(): any;
|
2439
2448
|
render(): JSX.Element;
|
2440
2449
|
context: any;
|
2441
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2450
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2442
2451
|
multiple: boolean;
|
2443
2452
|
clearable: boolean;
|
2444
2453
|
creatable: boolean;
|
@@ -2485,7 +2494,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2485
2494
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2486
2495
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
2487
2496
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2488
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2497
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2489
2498
|
multiple: boolean;
|
2490
2499
|
clearable: boolean;
|
2491
2500
|
creatable: boolean;
|
@@ -2538,7 +2547,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2538
2547
|
[key: string]: React.ReactInstance;
|
2539
2548
|
};
|
2540
2549
|
componentDidMount?(): void;
|
2541
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2550
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2542
2551
|
multiple: boolean;
|
2543
2552
|
clearable: boolean;
|
2544
2553
|
creatable: boolean;
|
@@ -2585,7 +2594,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2585
2594
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2586
2595
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2587
2596
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2588
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2597
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2589
2598
|
multiple: boolean;
|
2590
2599
|
clearable: boolean;
|
2591
2600
|
creatable: boolean;
|
@@ -2631,7 +2640,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2631
2640
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2632
2641
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2633
2642
|
}, "store">>, prevState: Readonly<{}>): any;
|
2634
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2643
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2635
2644
|
multiple: boolean;
|
2636
2645
|
clearable: boolean;
|
2637
2646
|
creatable: boolean;
|
@@ -2679,7 +2688,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2679
2688
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
2680
2689
|
componentWillMount?(): void;
|
2681
2690
|
UNSAFE_componentWillMount?(): void;
|
2682
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2691
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2683
2692
|
multiple: boolean;
|
2684
2693
|
clearable: boolean;
|
2685
2694
|
creatable: boolean;
|
@@ -2725,7 +2734,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2725
2734
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2726
2735
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2727
2736
|
}, "store">>, nextContext: any): void;
|
2728
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2737
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2729
2738
|
multiple: boolean;
|
2730
2739
|
clearable: boolean;
|
2731
2740
|
creatable: boolean;
|
@@ -2771,7 +2780,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2771
2780
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2772
2781
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2773
2782
|
}, "store">>, nextContext: any): void;
|
2774
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2783
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2775
2784
|
multiple: boolean;
|
2776
2785
|
clearable: boolean;
|
2777
2786
|
creatable: boolean;
|
@@ -2817,7 +2826,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2817
2826
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2818
2827
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2819
2828
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
2820
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2829
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2821
2830
|
multiple: boolean;
|
2822
2831
|
clearable: boolean;
|
2823
2832
|
creatable: boolean;
|
@@ -2864,7 +2873,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2864
2873
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2865
2874
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
2866
2875
|
};
|
2867
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2876
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2868
2877
|
multiple: boolean;
|
2869
2878
|
clearable: boolean;
|
2870
2879
|
creatable: boolean;
|
@@ -2937,7 +2946,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2937
2946
|
getWrappedInstance(): any;
|
2938
2947
|
render(): JSX.Element;
|
2939
2948
|
context: any;
|
2940
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2949
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2941
2950
|
multiple: boolean;
|
2942
2951
|
clearable: boolean;
|
2943
2952
|
creatable: boolean;
|
@@ -2984,7 +2993,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2984
2993
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2985
2994
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
2986
2995
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2987
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
2996
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
2988
2997
|
multiple: boolean;
|
2989
2998
|
clearable: boolean;
|
2990
2999
|
creatable: boolean;
|
@@ -3037,7 +3046,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3037
3046
|
[key: string]: React.ReactInstance;
|
3038
3047
|
};
|
3039
3048
|
componentDidMount?(): void;
|
3040
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3049
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3041
3050
|
multiple: boolean;
|
3042
3051
|
clearable: boolean;
|
3043
3052
|
creatable: boolean;
|
@@ -3084,7 +3093,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3084
3093
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3085
3094
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3086
3095
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3087
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3096
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3088
3097
|
multiple: boolean;
|
3089
3098
|
clearable: boolean;
|
3090
3099
|
creatable: boolean;
|
@@ -3130,7 +3139,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3130
3139
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3131
3140
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3132
3141
|
}, "store">>, prevState: Readonly<{}>): any;
|
3133
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3142
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3134
3143
|
multiple: boolean;
|
3135
3144
|
clearable: boolean;
|
3136
3145
|
creatable: boolean;
|
@@ -3178,7 +3187,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3178
3187
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
3179
3188
|
componentWillMount?(): void;
|
3180
3189
|
UNSAFE_componentWillMount?(): void;
|
3181
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3190
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3182
3191
|
multiple: boolean;
|
3183
3192
|
clearable: boolean;
|
3184
3193
|
creatable: boolean;
|
@@ -3224,7 +3233,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3224
3233
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3225
3234
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3226
3235
|
}, "store">>, nextContext: any): void;
|
3227
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3236
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3228
3237
|
multiple: boolean;
|
3229
3238
|
clearable: boolean;
|
3230
3239
|
creatable: boolean;
|
@@ -3270,7 +3279,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3270
3279
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3271
3280
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3272
3281
|
}, "store">>, nextContext: any): void;
|
3273
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3282
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3274
3283
|
multiple: boolean;
|
3275
3284
|
clearable: boolean;
|
3276
3285
|
creatable: boolean;
|
@@ -3316,7 +3325,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3316
3325
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3317
3326
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3318
3327
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
3319
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3328
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3320
3329
|
multiple: boolean;
|
3321
3330
|
clearable: boolean;
|
3322
3331
|
creatable: boolean;
|
@@ -3365,7 +3374,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3365
3374
|
};
|
3366
3375
|
displayName: string;
|
3367
3376
|
ComposedComponent: React.ComponentType<{
|
3368
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3377
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3369
3378
|
multiple: boolean;
|
3370
3379
|
clearable: boolean;
|
3371
3380
|
creatable: boolean;
|
@@ -3412,16 +3421,18 @@ export declare const SelectWithRemoteOptions: {
|
|
3412
3421
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3413
3422
|
}): {
|
3414
3423
|
toDispose: (() => void)[];
|
3424
|
+
loadOptions: import("lodash").DebouncedFunc<any>;
|
3415
3425
|
componentDidMount(): void;
|
3416
3426
|
componentDidUpdate(prevProps: any): void;
|
3417
3427
|
componentWillUnmount(): void;
|
3418
3428
|
loadConfig(ctx?: any): Promise<void>;
|
3429
|
+
loadAutoComplete(input: string): Promise<any>;
|
3419
3430
|
setConfig(value: any, ctx?: any): void;
|
3420
3431
|
syncConfig(): void;
|
3421
3432
|
deferLoadConfig(item: any): Promise<void>;
|
3422
3433
|
render(): JSX.Element;
|
3423
3434
|
context: any;
|
3424
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3435
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3425
3436
|
multiple: boolean;
|
3426
3437
|
clearable: boolean;
|
3427
3438
|
creatable: boolean;
|
@@ -3468,7 +3479,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3468
3479
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3469
3480
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
3470
3481
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3471
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3482
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3472
3483
|
multiple: boolean;
|
3473
3484
|
clearable: boolean;
|
3474
3485
|
creatable: boolean;
|
@@ -3520,7 +3531,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3520
3531
|
refs: {
|
3521
3532
|
[key: string]: React.ReactInstance;
|
3522
3533
|
};
|
3523
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3534
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3524
3535
|
multiple: boolean;
|
3525
3536
|
clearable: boolean;
|
3526
3537
|
creatable: boolean;
|
@@ -3567,7 +3578,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3567
3578
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3568
3579
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3569
3580
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3570
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3581
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3571
3582
|
multiple: boolean;
|
3572
3583
|
clearable: boolean;
|
3573
3584
|
creatable: boolean;
|
@@ -3615,7 +3626,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3615
3626
|
}>, prevState: Readonly<{}>): any;
|
3616
3627
|
componentWillMount?(): void;
|
3617
3628
|
UNSAFE_componentWillMount?(): void;
|
3618
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3629
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3619
3630
|
multiple: boolean;
|
3620
3631
|
clearable: boolean;
|
3621
3632
|
creatable: boolean;
|
@@ -3661,7 +3672,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3661
3672
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3662
3673
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3663
3674
|
}>, nextContext: any): void;
|
3664
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3675
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3665
3676
|
multiple: boolean;
|
3666
3677
|
clearable: boolean;
|
3667
3678
|
creatable: boolean;
|
@@ -3707,7 +3718,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3707
3718
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3708
3719
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3709
3720
|
}>, nextContext: any): void;
|
3710
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3721
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3711
3722
|
multiple: boolean;
|
3712
3723
|
clearable: boolean;
|
3713
3724
|
creatable: boolean;
|
@@ -3753,7 +3764,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3753
3764
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3754
3765
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3755
3766
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
3756
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3767
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3757
3768
|
multiple: boolean;
|
3758
3769
|
clearable: boolean;
|
3759
3770
|
creatable: boolean;
|
@@ -3802,7 +3813,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3802
3813
|
};
|
3803
3814
|
displayName: string;
|
3804
3815
|
ComposedComponent: React.ComponentType<{
|
3805
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3816
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3806
3817
|
multiple: boolean;
|
3807
3818
|
clearable: boolean;
|
3808
3819
|
creatable: boolean;
|
@@ -3825,7 +3836,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3825
3836
|
}, never>> & {
|
3826
3837
|
locale?: string | undefined;
|
3827
3838
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3828
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3839
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3829
3840
|
multiple: boolean;
|
3830
3841
|
clearable: boolean;
|
3831
3842
|
creatable: boolean;
|
@@ -3851,7 +3862,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3851
3862
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
3852
3863
|
render(): JSX.Element;
|
3853
3864
|
context: any;
|
3854
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3865
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3855
3866
|
multiple: boolean;
|
3856
3867
|
clearable: boolean;
|
3857
3868
|
creatable: boolean;
|
@@ -3876,7 +3887,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3876
3887
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3877
3888
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
3878
3889
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3879
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3890
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3880
3891
|
multiple: boolean;
|
3881
3892
|
clearable: boolean;
|
3882
3893
|
creatable: boolean;
|
@@ -3907,7 +3918,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3907
3918
|
[key: string]: React.ReactInstance;
|
3908
3919
|
};
|
3909
3920
|
componentDidMount?(): void;
|
3910
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3921
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3911
3922
|
multiple: boolean;
|
3912
3923
|
clearable: boolean;
|
3913
3924
|
creatable: boolean;
|
@@ -3933,7 +3944,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3933
3944
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3934
3945
|
componentWillUnmount?(): void;
|
3935
3946
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3936
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3947
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3937
3948
|
multiple: boolean;
|
3938
3949
|
clearable: boolean;
|
3939
3950
|
creatable: boolean;
|
@@ -3957,7 +3968,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3957
3968
|
locale?: string | undefined;
|
3958
3969
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3959
3970
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
3960
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3971
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3961
3972
|
multiple: boolean;
|
3962
3973
|
clearable: boolean;
|
3963
3974
|
creatable: boolean;
|
@@ -3983,7 +3994,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3983
3994
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
3984
3995
|
componentWillMount?(): void;
|
3985
3996
|
UNSAFE_componentWillMount?(): void;
|
3986
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
3997
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
3987
3998
|
multiple: boolean;
|
3988
3999
|
clearable: boolean;
|
3989
4000
|
creatable: boolean;
|
@@ -4007,7 +4018,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4007
4018
|
locale?: string | undefined;
|
4008
4019
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4009
4020
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4010
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4021
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4011
4022
|
multiple: boolean;
|
4012
4023
|
clearable: boolean;
|
4013
4024
|
creatable: boolean;
|
@@ -4031,7 +4042,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4031
4042
|
locale?: string | undefined;
|
4032
4043
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4033
4044
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4034
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4045
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4035
4046
|
multiple: boolean;
|
4036
4047
|
clearable: boolean;
|
4037
4048
|
creatable: boolean;
|
@@ -4055,7 +4066,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4055
4066
|
locale?: string | undefined;
|
4056
4067
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4057
4068
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4058
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4069
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4059
4070
|
multiple: boolean;
|
4060
4071
|
clearable: boolean;
|
4061
4072
|
creatable: boolean;
|
@@ -4080,7 +4091,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4080
4091
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4081
4092
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4082
4093
|
};
|
4083
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4094
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4084
4095
|
multiple: boolean;
|
4085
4096
|
clearable: boolean;
|
4086
4097
|
creatable: boolean;
|
@@ -4106,7 +4117,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4106
4117
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
4107
4118
|
render(): JSX.Element;
|
4108
4119
|
context: any;
|
4109
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4120
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4110
4121
|
multiple: boolean;
|
4111
4122
|
clearable: boolean;
|
4112
4123
|
creatable: boolean;
|
@@ -4131,7 +4142,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4131
4142
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4132
4143
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4133
4144
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4134
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4145
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4135
4146
|
multiple: boolean;
|
4136
4147
|
clearable: boolean;
|
4137
4148
|
creatable: boolean;
|
@@ -4162,7 +4173,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4162
4173
|
[key: string]: React.ReactInstance;
|
4163
4174
|
};
|
4164
4175
|
componentDidMount?(): void;
|
4165
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4176
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4166
4177
|
multiple: boolean;
|
4167
4178
|
clearable: boolean;
|
4168
4179
|
creatable: boolean;
|
@@ -4188,7 +4199,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4188
4199
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4189
4200
|
componentWillUnmount?(): void;
|
4190
4201
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4191
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4202
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4192
4203
|
multiple: boolean;
|
4193
4204
|
clearable: boolean;
|
4194
4205
|
creatable: boolean;
|
@@ -4212,7 +4223,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4212
4223
|
locale?: string | undefined;
|
4213
4224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4214
4225
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4215
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4226
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4216
4227
|
multiple: boolean;
|
4217
4228
|
clearable: boolean;
|
4218
4229
|
creatable: boolean;
|
@@ -4238,7 +4249,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4238
4249
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4239
4250
|
componentWillMount?(): void;
|
4240
4251
|
UNSAFE_componentWillMount?(): void;
|
4241
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4252
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4242
4253
|
multiple: boolean;
|
4243
4254
|
clearable: boolean;
|
4244
4255
|
creatable: boolean;
|
@@ -4262,7 +4273,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4262
4273
|
locale?: string | undefined;
|
4263
4274
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4264
4275
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4265
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4276
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4266
4277
|
multiple: boolean;
|
4267
4278
|
clearable: boolean;
|
4268
4279
|
creatable: boolean;
|
@@ -4286,7 +4297,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4286
4297
|
locale?: string | undefined;
|
4287
4298
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4288
4299
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4289
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4300
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4290
4301
|
multiple: boolean;
|
4291
4302
|
clearable: boolean;
|
4292
4303
|
creatable: boolean;
|
@@ -4310,7 +4321,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4310
4321
|
locale?: string | undefined;
|
4311
4322
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4312
4323
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4313
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4324
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4314
4325
|
multiple: boolean;
|
4315
4326
|
clearable: boolean;
|
4316
4327
|
creatable: boolean;
|
@@ -4341,7 +4352,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4341
4352
|
}>;
|
4342
4353
|
contextType?: React.Context<any> | undefined;
|
4343
4354
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
4344
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4355
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4345
4356
|
multiple: boolean;
|
4346
4357
|
clearable: boolean;
|
4347
4358
|
creatable: boolean;
|
@@ -4388,16 +4399,18 @@ export declare const SelectWithRemoteOptions: {
|
|
4388
4399
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4389
4400
|
}): {
|
4390
4401
|
toDispose: (() => void)[];
|
4402
|
+
loadOptions: import("lodash").DebouncedFunc<any>;
|
4391
4403
|
componentDidMount(): void;
|
4392
4404
|
componentDidUpdate(prevProps: any): void;
|
4393
4405
|
componentWillUnmount(): void;
|
4394
4406
|
loadConfig(ctx?: any): Promise<void>;
|
4407
|
+
loadAutoComplete(input: string): Promise<any>;
|
4395
4408
|
setConfig(value: any, ctx?: any): void;
|
4396
4409
|
syncConfig(): void;
|
4397
4410
|
deferLoadConfig(item: any): Promise<void>;
|
4398
4411
|
render(): JSX.Element;
|
4399
4412
|
context: any;
|
4400
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4413
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4401
4414
|
multiple: boolean;
|
4402
4415
|
clearable: boolean;
|
4403
4416
|
creatable: boolean;
|
@@ -4444,7 +4457,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4444
4457
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4445
4458
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
4446
4459
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4447
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4460
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4448
4461
|
multiple: boolean;
|
4449
4462
|
clearable: boolean;
|
4450
4463
|
creatable: boolean;
|
@@ -4496,7 +4509,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4496
4509
|
refs: {
|
4497
4510
|
[key: string]: React.ReactInstance;
|
4498
4511
|
};
|
4499
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4512
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4500
4513
|
multiple: boolean;
|
4501
4514
|
clearable: boolean;
|
4502
4515
|
creatable: boolean;
|
@@ -4543,7 +4556,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4543
4556
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4544
4557
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4545
4558
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4546
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4559
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4547
4560
|
multiple: boolean;
|
4548
4561
|
clearable: boolean;
|
4549
4562
|
creatable: boolean;
|
@@ -4591,7 +4604,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4591
4604
|
}>, prevState: Readonly<{}>): any;
|
4592
4605
|
componentWillMount?(): void;
|
4593
4606
|
UNSAFE_componentWillMount?(): void;
|
4594
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4607
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4595
4608
|
multiple: boolean;
|
4596
4609
|
clearable: boolean;
|
4597
4610
|
creatable: boolean;
|
@@ -4637,7 +4650,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4637
4650
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4638
4651
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4639
4652
|
}>, nextContext: any): void;
|
4640
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4653
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4641
4654
|
multiple: boolean;
|
4642
4655
|
clearable: boolean;
|
4643
4656
|
creatable: boolean;
|
@@ -4683,7 +4696,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4683
4696
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4684
4697
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4685
4698
|
}>, nextContext: any): void;
|
4686
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4699
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4687
4700
|
multiple: boolean;
|
4688
4701
|
clearable: boolean;
|
4689
4702
|
creatable: boolean;
|
@@ -4729,7 +4742,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4729
4742
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4730
4743
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4731
4744
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
4732
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4745
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4733
4746
|
multiple: boolean;
|
4734
4747
|
clearable: boolean;
|
4735
4748
|
creatable: boolean;
|
@@ -4778,7 +4791,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4778
4791
|
};
|
4779
4792
|
displayName: string;
|
4780
4793
|
ComposedComponent: React.ComponentType<{
|
4781
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4794
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4782
4795
|
multiple: boolean;
|
4783
4796
|
clearable: boolean;
|
4784
4797
|
creatable: boolean;
|
@@ -4801,7 +4814,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4801
4814
|
}, never>> & {
|
4802
4815
|
locale?: string | undefined;
|
4803
4816
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4804
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4817
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4805
4818
|
multiple: boolean;
|
4806
4819
|
clearable: boolean;
|
4807
4820
|
creatable: boolean;
|
@@ -4827,7 +4840,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4827
4840
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
4828
4841
|
render(): JSX.Element;
|
4829
4842
|
context: any;
|
4830
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4843
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4831
4844
|
multiple: boolean;
|
4832
4845
|
clearable: boolean;
|
4833
4846
|
creatable: boolean;
|
@@ -4852,7 +4865,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4852
4865
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4853
4866
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4854
4867
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4855
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4868
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4856
4869
|
multiple: boolean;
|
4857
4870
|
clearable: boolean;
|
4858
4871
|
creatable: boolean;
|
@@ -4883,7 +4896,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4883
4896
|
[key: string]: React.ReactInstance;
|
4884
4897
|
};
|
4885
4898
|
componentDidMount?(): void;
|
4886
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4899
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4887
4900
|
multiple: boolean;
|
4888
4901
|
clearable: boolean;
|
4889
4902
|
creatable: boolean;
|
@@ -4909,7 +4922,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4909
4922
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4910
4923
|
componentWillUnmount?(): void;
|
4911
4924
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4912
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4925
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4913
4926
|
multiple: boolean;
|
4914
4927
|
clearable: boolean;
|
4915
4928
|
creatable: boolean;
|
@@ -4933,7 +4946,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4933
4946
|
locale?: string | undefined;
|
4934
4947
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4935
4948
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4936
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4949
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4937
4950
|
multiple: boolean;
|
4938
4951
|
clearable: boolean;
|
4939
4952
|
creatable: boolean;
|
@@ -4959,7 +4972,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4959
4972
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4960
4973
|
componentWillMount?(): void;
|
4961
4974
|
UNSAFE_componentWillMount?(): void;
|
4962
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4975
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4963
4976
|
multiple: boolean;
|
4964
4977
|
clearable: boolean;
|
4965
4978
|
creatable: boolean;
|
@@ -4983,7 +4996,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4983
4996
|
locale?: string | undefined;
|
4984
4997
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4985
4998
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4986
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
4999
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
4987
5000
|
multiple: boolean;
|
4988
5001
|
clearable: boolean;
|
4989
5002
|
creatable: boolean;
|
@@ -5007,7 +5020,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5007
5020
|
locale?: string | undefined;
|
5008
5021
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5009
5022
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5010
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5023
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5011
5024
|
multiple: boolean;
|
5012
5025
|
clearable: boolean;
|
5013
5026
|
creatable: boolean;
|
@@ -5031,7 +5044,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5031
5044
|
locale?: string | undefined;
|
5032
5045
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5033
5046
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5034
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5047
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5035
5048
|
multiple: boolean;
|
5036
5049
|
clearable: boolean;
|
5037
5050
|
creatable: boolean;
|
@@ -5056,7 +5069,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5056
5069
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5057
5070
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5058
5071
|
};
|
5059
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5072
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5060
5073
|
multiple: boolean;
|
5061
5074
|
clearable: boolean;
|
5062
5075
|
creatable: boolean;
|
@@ -5082,7 +5095,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5082
5095
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
5083
5096
|
render(): JSX.Element;
|
5084
5097
|
context: any;
|
5085
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5098
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5086
5099
|
multiple: boolean;
|
5087
5100
|
clearable: boolean;
|
5088
5101
|
creatable: boolean;
|
@@ -5107,7 +5120,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5107
5120
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5108
5121
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5109
5122
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5110
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5123
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5111
5124
|
multiple: boolean;
|
5112
5125
|
clearable: boolean;
|
5113
5126
|
creatable: boolean;
|
@@ -5138,7 +5151,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5138
5151
|
[key: string]: React.ReactInstance;
|
5139
5152
|
};
|
5140
5153
|
componentDidMount?(): void;
|
5141
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5154
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5142
5155
|
multiple: boolean;
|
5143
5156
|
clearable: boolean;
|
5144
5157
|
creatable: boolean;
|
@@ -5164,7 +5177,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5164
5177
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5165
5178
|
componentWillUnmount?(): void;
|
5166
5179
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5167
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5180
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5168
5181
|
multiple: boolean;
|
5169
5182
|
clearable: boolean;
|
5170
5183
|
creatable: boolean;
|
@@ -5188,7 +5201,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5188
5201
|
locale?: string | undefined;
|
5189
5202
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5190
5203
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5191
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5204
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5192
5205
|
multiple: boolean;
|
5193
5206
|
clearable: boolean;
|
5194
5207
|
creatable: boolean;
|
@@ -5214,7 +5227,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5214
5227
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5215
5228
|
componentWillMount?(): void;
|
5216
5229
|
UNSAFE_componentWillMount?(): void;
|
5217
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5230
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5218
5231
|
multiple: boolean;
|
5219
5232
|
clearable: boolean;
|
5220
5233
|
creatable: boolean;
|
@@ -5238,7 +5251,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5238
5251
|
locale?: string | undefined;
|
5239
5252
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5240
5253
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5241
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5254
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5242
5255
|
multiple: boolean;
|
5243
5256
|
clearable: boolean;
|
5244
5257
|
creatable: boolean;
|
@@ -5262,7 +5275,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5262
5275
|
locale?: string | undefined;
|
5263
5276
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5264
5277
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5265
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5278
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5266
5279
|
multiple: boolean;
|
5267
5280
|
clearable: boolean;
|
5268
5281
|
creatable: boolean;
|
@@ -5286,7 +5299,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5286
5299
|
locale?: string | undefined;
|
5287
5300
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5288
5301
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5289
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5302
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5290
5303
|
multiple: boolean;
|
5291
5304
|
clearable: boolean;
|
5292
5305
|
creatable: boolean;
|
@@ -5316,7 +5329,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5316
5329
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
5317
5330
|
}, {}> & {
|
5318
5331
|
ComposedComponent: {
|
5319
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5332
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5320
5333
|
multiple: boolean;
|
5321
5334
|
clearable: boolean;
|
5322
5335
|
creatable: boolean;
|
@@ -5363,16 +5376,18 @@ export declare const SelectWithRemoteOptions: {
|
|
5363
5376
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5364
5377
|
}): {
|
5365
5378
|
toDispose: (() => void)[];
|
5379
|
+
loadOptions: import("lodash").DebouncedFunc<any>;
|
5366
5380
|
componentDidMount(): void;
|
5367
5381
|
componentDidUpdate(prevProps: any): void;
|
5368
5382
|
componentWillUnmount(): void;
|
5369
5383
|
loadConfig(ctx?: any): Promise<void>;
|
5384
|
+
loadAutoComplete(input: string): Promise<any>;
|
5370
5385
|
setConfig(value: any, ctx?: any): void;
|
5371
5386
|
syncConfig(): void;
|
5372
5387
|
deferLoadConfig(item: any): Promise<void>;
|
5373
5388
|
render(): JSX.Element;
|
5374
5389
|
context: any;
|
5375
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5390
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5376
5391
|
multiple: boolean;
|
5377
5392
|
clearable: boolean;
|
5378
5393
|
creatable: boolean;
|
@@ -5419,7 +5434,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5419
5434
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5420
5435
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
5421
5436
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5422
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5437
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5423
5438
|
multiple: boolean;
|
5424
5439
|
clearable: boolean;
|
5425
5440
|
creatable: boolean;
|
@@ -5471,7 +5486,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5471
5486
|
refs: {
|
5472
5487
|
[key: string]: React.ReactInstance;
|
5473
5488
|
};
|
5474
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5489
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5475
5490
|
multiple: boolean;
|
5476
5491
|
clearable: boolean;
|
5477
5492
|
creatable: boolean;
|
@@ -5518,7 +5533,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5518
5533
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5519
5534
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5520
5535
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5521
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5536
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5522
5537
|
multiple: boolean;
|
5523
5538
|
clearable: boolean;
|
5524
5539
|
creatable: boolean;
|
@@ -5566,7 +5581,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5566
5581
|
}>, prevState: Readonly<{}>): any;
|
5567
5582
|
componentWillMount?(): void;
|
5568
5583
|
UNSAFE_componentWillMount?(): void;
|
5569
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5584
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5570
5585
|
multiple: boolean;
|
5571
5586
|
clearable: boolean;
|
5572
5587
|
creatable: boolean;
|
@@ -5612,7 +5627,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5612
5627
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
5613
5628
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5614
5629
|
}>, nextContext: any): void;
|
5615
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5630
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5616
5631
|
multiple: boolean;
|
5617
5632
|
clearable: boolean;
|
5618
5633
|
creatable: boolean;
|
@@ -5658,7 +5673,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5658
5673
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
5659
5674
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5660
5675
|
}>, nextContext: any): void;
|
5661
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5676
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5662
5677
|
multiple: boolean;
|
5663
5678
|
clearable: boolean;
|
5664
5679
|
creatable: boolean;
|
@@ -5704,7 +5719,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5704
5719
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
5705
5720
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5706
5721
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
5707
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5722
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5708
5723
|
multiple: boolean;
|
5709
5724
|
clearable: boolean;
|
5710
5725
|
creatable: boolean;
|
@@ -5753,7 +5768,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5753
5768
|
};
|
5754
5769
|
displayName: string;
|
5755
5770
|
ComposedComponent: React.ComponentType<{
|
5756
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5771
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5757
5772
|
multiple: boolean;
|
5758
5773
|
clearable: boolean;
|
5759
5774
|
creatable: boolean;
|
@@ -5776,7 +5791,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5776
5791
|
}, never>> & {
|
5777
5792
|
locale?: string | undefined;
|
5778
5793
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5779
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5794
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5780
5795
|
multiple: boolean;
|
5781
5796
|
clearable: boolean;
|
5782
5797
|
creatable: boolean;
|
@@ -5802,7 +5817,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5802
5817
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
5803
5818
|
render(): JSX.Element;
|
5804
5819
|
context: any;
|
5805
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5820
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5806
5821
|
multiple: boolean;
|
5807
5822
|
clearable: boolean;
|
5808
5823
|
creatable: boolean;
|
@@ -5827,7 +5842,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5827
5842
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5828
5843
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5829
5844
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5830
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5845
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5831
5846
|
multiple: boolean;
|
5832
5847
|
clearable: boolean;
|
5833
5848
|
creatable: boolean;
|
@@ -5858,7 +5873,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5858
5873
|
[key: string]: React.ReactInstance;
|
5859
5874
|
};
|
5860
5875
|
componentDidMount?(): void;
|
5861
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5876
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5862
5877
|
multiple: boolean;
|
5863
5878
|
clearable: boolean;
|
5864
5879
|
creatable: boolean;
|
@@ -5884,7 +5899,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5884
5899
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5885
5900
|
componentWillUnmount?(): void;
|
5886
5901
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5887
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5902
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5888
5903
|
multiple: boolean;
|
5889
5904
|
clearable: boolean;
|
5890
5905
|
creatable: boolean;
|
@@ -5908,7 +5923,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5908
5923
|
locale?: string | undefined;
|
5909
5924
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5910
5925
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5911
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5926
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5912
5927
|
multiple: boolean;
|
5913
5928
|
clearable: boolean;
|
5914
5929
|
creatable: boolean;
|
@@ -5934,7 +5949,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5934
5949
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5935
5950
|
componentWillMount?(): void;
|
5936
5951
|
UNSAFE_componentWillMount?(): void;
|
5937
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5952
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5938
5953
|
multiple: boolean;
|
5939
5954
|
clearable: boolean;
|
5940
5955
|
creatable: boolean;
|
@@ -5958,7 +5973,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5958
5973
|
locale?: string | undefined;
|
5959
5974
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5960
5975
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5961
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
5976
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5962
5977
|
multiple: boolean;
|
5963
5978
|
clearable: boolean;
|
5964
5979
|
creatable: boolean;
|
@@ -5982,7 +5997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5982
5997
|
locale?: string | undefined;
|
5983
5998
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5984
5999
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5985
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6000
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
5986
6001
|
multiple: boolean;
|
5987
6002
|
clearable: boolean;
|
5988
6003
|
creatable: boolean;
|
@@ -6006,7 +6021,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6006
6021
|
locale?: string | undefined;
|
6007
6022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6008
6023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6009
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6024
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6010
6025
|
multiple: boolean;
|
6011
6026
|
clearable: boolean;
|
6012
6027
|
creatable: boolean;
|
@@ -6031,7 +6046,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6031
6046
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6032
6047
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6033
6048
|
};
|
6034
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6049
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6035
6050
|
multiple: boolean;
|
6036
6051
|
clearable: boolean;
|
6037
6052
|
creatable: boolean;
|
@@ -6057,7 +6072,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6057
6072
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
6058
6073
|
render(): JSX.Element;
|
6059
6074
|
context: any;
|
6060
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6075
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6061
6076
|
multiple: boolean;
|
6062
6077
|
clearable: boolean;
|
6063
6078
|
creatable: boolean;
|
@@ -6082,7 +6097,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6082
6097
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6083
6098
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6084
6099
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6085
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6100
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6086
6101
|
multiple: boolean;
|
6087
6102
|
clearable: boolean;
|
6088
6103
|
creatable: boolean;
|
@@ -6113,7 +6128,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6113
6128
|
[key: string]: React.ReactInstance;
|
6114
6129
|
};
|
6115
6130
|
componentDidMount?(): void;
|
6116
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6131
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6117
6132
|
multiple: boolean;
|
6118
6133
|
clearable: boolean;
|
6119
6134
|
creatable: boolean;
|
@@ -6139,7 +6154,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6139
6154
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6140
6155
|
componentWillUnmount?(): void;
|
6141
6156
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6142
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6157
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6143
6158
|
multiple: boolean;
|
6144
6159
|
clearable: boolean;
|
6145
6160
|
creatable: boolean;
|
@@ -6163,7 +6178,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6163
6178
|
locale?: string | undefined;
|
6164
6179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6165
6180
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6166
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6181
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6167
6182
|
multiple: boolean;
|
6168
6183
|
clearable: boolean;
|
6169
6184
|
creatable: boolean;
|
@@ -6189,7 +6204,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6189
6204
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6190
6205
|
componentWillMount?(): void;
|
6191
6206
|
UNSAFE_componentWillMount?(): void;
|
6192
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6207
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6193
6208
|
multiple: boolean;
|
6194
6209
|
clearable: boolean;
|
6195
6210
|
creatable: boolean;
|
@@ -6213,7 +6228,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6213
6228
|
locale?: string | undefined;
|
6214
6229
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6215
6230
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6216
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6231
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6217
6232
|
multiple: boolean;
|
6218
6233
|
clearable: boolean;
|
6219
6234
|
creatable: boolean;
|
@@ -6237,7 +6252,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6237
6252
|
locale?: string | undefined;
|
6238
6253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6239
6254
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6240
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6255
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6241
6256
|
multiple: boolean;
|
6242
6257
|
clearable: boolean;
|
6243
6258
|
creatable: boolean;
|
@@ -6261,7 +6276,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6261
6276
|
locale?: string | undefined;
|
6262
6277
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6263
6278
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6264
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6279
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6265
6280
|
multiple: boolean;
|
6266
6281
|
clearable: boolean;
|
6267
6282
|
creatable: boolean;
|
@@ -6291,7 +6306,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6291
6306
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
6292
6307
|
};
|
6293
6308
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
6294
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6309
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6295
6310
|
multiple: boolean;
|
6296
6311
|
clearable: boolean;
|
6297
6312
|
creatable: boolean;
|
@@ -6314,7 +6329,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6314
6329
|
}, never>> & {
|
6315
6330
|
locale?: string | undefined;
|
6316
6331
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6317
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6332
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6318
6333
|
multiple: boolean;
|
6319
6334
|
clearable: boolean;
|
6320
6335
|
creatable: boolean;
|
@@ -6340,7 +6355,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6340
6355
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
6341
6356
|
render(): JSX.Element;
|
6342
6357
|
context: any;
|
6343
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6358
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6344
6359
|
multiple: boolean;
|
6345
6360
|
clearable: boolean;
|
6346
6361
|
creatable: boolean;
|
@@ -6365,7 +6380,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6365
6380
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6366
6381
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6367
6382
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6368
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6383
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6369
6384
|
multiple: boolean;
|
6370
6385
|
clearable: boolean;
|
6371
6386
|
creatable: boolean;
|
@@ -6396,7 +6411,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6396
6411
|
[key: string]: React.ReactInstance;
|
6397
6412
|
};
|
6398
6413
|
componentDidMount?(): void;
|
6399
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6414
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6400
6415
|
multiple: boolean;
|
6401
6416
|
clearable: boolean;
|
6402
6417
|
creatable: boolean;
|
@@ -6422,7 +6437,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6422
6437
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6423
6438
|
componentWillUnmount?(): void;
|
6424
6439
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6425
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6440
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6426
6441
|
multiple: boolean;
|
6427
6442
|
clearable: boolean;
|
6428
6443
|
creatable: boolean;
|
@@ -6446,7 +6461,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6446
6461
|
locale?: string | undefined;
|
6447
6462
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6448
6463
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6449
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6464
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6450
6465
|
multiple: boolean;
|
6451
6466
|
clearable: boolean;
|
6452
6467
|
creatable: boolean;
|
@@ -6472,7 +6487,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6472
6487
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6473
6488
|
componentWillMount?(): void;
|
6474
6489
|
UNSAFE_componentWillMount?(): void;
|
6475
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6490
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6476
6491
|
multiple: boolean;
|
6477
6492
|
clearable: boolean;
|
6478
6493
|
creatable: boolean;
|
@@ -6496,7 +6511,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6496
6511
|
locale?: string | undefined;
|
6497
6512
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6498
6513
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6499
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6514
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6500
6515
|
multiple: boolean;
|
6501
6516
|
clearable: boolean;
|
6502
6517
|
creatable: boolean;
|
@@ -6520,7 +6535,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6520
6535
|
locale?: string | undefined;
|
6521
6536
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6522
6537
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6523
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6538
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6524
6539
|
multiple: boolean;
|
6525
6540
|
clearable: boolean;
|
6526
6541
|
creatable: boolean;
|
@@ -6544,7 +6559,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6544
6559
|
locale?: string | undefined;
|
6545
6560
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6546
6561
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6547
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6562
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6548
6563
|
multiple: boolean;
|
6549
6564
|
clearable: boolean;
|
6550
6565
|
creatable: boolean;
|
@@ -6569,7 +6584,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6569
6584
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6570
6585
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6571
6586
|
};
|
6572
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6587
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6573
6588
|
multiple: boolean;
|
6574
6589
|
clearable: boolean;
|
6575
6590
|
creatable: boolean;
|
@@ -6595,7 +6610,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6595
6610
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
6596
6611
|
render(): JSX.Element;
|
6597
6612
|
context: any;
|
6598
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6613
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6599
6614
|
multiple: boolean;
|
6600
6615
|
clearable: boolean;
|
6601
6616
|
creatable: boolean;
|
@@ -6620,7 +6635,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6620
6635
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6621
6636
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6622
6637
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6623
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6638
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6624
6639
|
multiple: boolean;
|
6625
6640
|
clearable: boolean;
|
6626
6641
|
creatable: boolean;
|
@@ -6651,7 +6666,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6651
6666
|
[key: string]: React.ReactInstance;
|
6652
6667
|
};
|
6653
6668
|
componentDidMount?(): void;
|
6654
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6669
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6655
6670
|
multiple: boolean;
|
6656
6671
|
clearable: boolean;
|
6657
6672
|
creatable: boolean;
|
@@ -6677,7 +6692,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6677
6692
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6678
6693
|
componentWillUnmount?(): void;
|
6679
6694
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6680
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6695
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6681
6696
|
multiple: boolean;
|
6682
6697
|
clearable: boolean;
|
6683
6698
|
creatable: boolean;
|
@@ -6701,7 +6716,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6701
6716
|
locale?: string | undefined;
|
6702
6717
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6703
6718
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6704
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6719
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6705
6720
|
multiple: boolean;
|
6706
6721
|
clearable: boolean;
|
6707
6722
|
creatable: boolean;
|
@@ -6727,7 +6742,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6727
6742
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6728
6743
|
componentWillMount?(): void;
|
6729
6744
|
UNSAFE_componentWillMount?(): void;
|
6730
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6745
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6731
6746
|
multiple: boolean;
|
6732
6747
|
clearable: boolean;
|
6733
6748
|
creatable: boolean;
|
@@ -6751,7 +6766,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6751
6766
|
locale?: string | undefined;
|
6752
6767
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6753
6768
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6754
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6769
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6755
6770
|
multiple: boolean;
|
6756
6771
|
clearable: boolean;
|
6757
6772
|
creatable: boolean;
|
@@ -6775,7 +6790,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6775
6790
|
locale?: string | undefined;
|
6776
6791
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6777
6792
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6778
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6793
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6779
6794
|
multiple: boolean;
|
6780
6795
|
clearable: boolean;
|
6781
6796
|
creatable: boolean;
|
@@ -6799,7 +6814,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6799
6814
|
locale?: string | undefined;
|
6800
6815
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6801
6816
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6802
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6817
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6803
6818
|
multiple: boolean;
|
6804
6819
|
clearable: boolean;
|
6805
6820
|
creatable: boolean;
|
@@ -6827,7 +6842,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6827
6842
|
contextType?: React.Context<any> | undefined;
|
6828
6843
|
}, {}> & {
|
6829
6844
|
ComposedComponent: {
|
6830
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6845
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6831
6846
|
multiple: boolean;
|
6832
6847
|
clearable: boolean;
|
6833
6848
|
creatable: boolean;
|
@@ -6850,7 +6865,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6850
6865
|
}, never>> & {
|
6851
6866
|
locale?: string | undefined;
|
6852
6867
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6853
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6868
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6854
6869
|
multiple: boolean;
|
6855
6870
|
clearable: boolean;
|
6856
6871
|
creatable: boolean;
|
@@ -6876,7 +6891,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6876
6891
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
6877
6892
|
render(): JSX.Element;
|
6878
6893
|
context: any;
|
6879
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6894
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6880
6895
|
multiple: boolean;
|
6881
6896
|
clearable: boolean;
|
6882
6897
|
creatable: boolean;
|
@@ -6901,7 +6916,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6901
6916
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6902
6917
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6903
6918
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6904
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6919
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6905
6920
|
multiple: boolean;
|
6906
6921
|
clearable: boolean;
|
6907
6922
|
creatable: boolean;
|
@@ -6932,7 +6947,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6932
6947
|
[key: string]: React.ReactInstance;
|
6933
6948
|
};
|
6934
6949
|
componentDidMount?(): void;
|
6935
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6950
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6936
6951
|
multiple: boolean;
|
6937
6952
|
clearable: boolean;
|
6938
6953
|
creatable: boolean;
|
@@ -6958,7 +6973,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6958
6973
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6959
6974
|
componentWillUnmount?(): void;
|
6960
6975
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6961
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
6976
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6962
6977
|
multiple: boolean;
|
6963
6978
|
clearable: boolean;
|
6964
6979
|
creatable: boolean;
|
@@ -6982,7 +6997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6982
6997
|
locale?: string | undefined;
|
6983
6998
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6984
6999
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6985
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7000
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
6986
7001
|
multiple: boolean;
|
6987
7002
|
clearable: boolean;
|
6988
7003
|
creatable: boolean;
|
@@ -7008,7 +7023,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7008
7023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
7009
7024
|
componentWillMount?(): void;
|
7010
7025
|
UNSAFE_componentWillMount?(): void;
|
7011
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7026
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7012
7027
|
multiple: boolean;
|
7013
7028
|
clearable: boolean;
|
7014
7029
|
creatable: boolean;
|
@@ -7032,7 +7047,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7032
7047
|
locale?: string | undefined;
|
7033
7048
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7034
7049
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7035
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7050
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7036
7051
|
multiple: boolean;
|
7037
7052
|
clearable: boolean;
|
7038
7053
|
creatable: boolean;
|
@@ -7056,7 +7071,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7056
7071
|
locale?: string | undefined;
|
7057
7072
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7058
7073
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7059
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7074
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7060
7075
|
multiple: boolean;
|
7061
7076
|
clearable: boolean;
|
7062
7077
|
creatable: boolean;
|
@@ -7080,7 +7095,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7080
7095
|
locale?: string | undefined;
|
7081
7096
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7082
7097
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
7083
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7098
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7084
7099
|
multiple: boolean;
|
7085
7100
|
clearable: boolean;
|
7086
7101
|
creatable: boolean;
|
@@ -7105,7 +7120,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7105
7120
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7106
7121
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
7107
7122
|
};
|
7108
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7123
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7109
7124
|
multiple: boolean;
|
7110
7125
|
clearable: boolean;
|
7111
7126
|
creatable: boolean;
|
@@ -7131,7 +7146,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7131
7146
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
7132
7147
|
render(): JSX.Element;
|
7133
7148
|
context: any;
|
7134
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7149
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7135
7150
|
multiple: boolean;
|
7136
7151
|
clearable: boolean;
|
7137
7152
|
creatable: boolean;
|
@@ -7156,7 +7171,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7156
7171
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7157
7172
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
7158
7173
|
forceUpdate(callback?: (() => void) | undefined): void;
|
7159
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7174
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7160
7175
|
multiple: boolean;
|
7161
7176
|
clearable: boolean;
|
7162
7177
|
creatable: boolean;
|
@@ -7187,7 +7202,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7187
7202
|
[key: string]: React.ReactInstance;
|
7188
7203
|
};
|
7189
7204
|
componentDidMount?(): void;
|
7190
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7205
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7191
7206
|
multiple: boolean;
|
7192
7207
|
clearable: boolean;
|
7193
7208
|
creatable: boolean;
|
@@ -7213,7 +7228,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7213
7228
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
7214
7229
|
componentWillUnmount?(): void;
|
7215
7230
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
7216
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7231
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7217
7232
|
multiple: boolean;
|
7218
7233
|
clearable: boolean;
|
7219
7234
|
creatable: boolean;
|
@@ -7237,7 +7252,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7237
7252
|
locale?: string | undefined;
|
7238
7253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7239
7254
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
7240
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7255
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7241
7256
|
multiple: boolean;
|
7242
7257
|
clearable: boolean;
|
7243
7258
|
creatable: boolean;
|
@@ -7263,7 +7278,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7263
7278
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
7264
7279
|
componentWillMount?(): void;
|
7265
7280
|
UNSAFE_componentWillMount?(): void;
|
7266
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7281
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7267
7282
|
multiple: boolean;
|
7268
7283
|
clearable: boolean;
|
7269
7284
|
creatable: boolean;
|
@@ -7287,7 +7302,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7287
7302
|
locale?: string | undefined;
|
7288
7303
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7289
7304
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7290
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7305
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7291
7306
|
multiple: boolean;
|
7292
7307
|
clearable: boolean;
|
7293
7308
|
creatable: boolean;
|
@@ -7311,7 +7326,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7311
7326
|
locale?: string | undefined;
|
7312
7327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7313
7328
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7314
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7329
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7315
7330
|
multiple: boolean;
|
7316
7331
|
clearable: boolean;
|
7317
7332
|
creatable: boolean;
|
@@ -7335,7 +7350,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7335
7350
|
locale?: string | undefined;
|
7336
7351
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7337
7352
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
7338
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "
|
7353
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
|
7339
7354
|
multiple: boolean;
|
7340
7355
|
clearable: boolean;
|
7341
7356
|
creatable: boolean;
|