amis 1.5.6-beta.5 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +1 -1
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.js +1 -1
- package/lib/components/Card.js.map +2 -2
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- 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/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +15 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +18 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +16 -6
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +16 -7
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -18
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1041 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Rating.d.ts +203 -73
- package/lib/components/Rating.js +147 -31
- package/lib/components/Rating.js.map +2 -2
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +9 -4
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Select.js +9 -6
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +516 -0
- package/lib/components/TimelineItem.js +41 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -10
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +19 -0
- package/lib/components/calendar/Calendar.js +71 -1
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +21 -0
- package/lib/components/calendar/DaysView.js +76 -17
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +34 -0
- package/lib/components/calendar/MonthsView.js +68 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +30 -18
- package/lib/components/calendar/TimeView.js +47 -8
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +21 -10
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +4 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/icons/star.js +12 -0
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +17 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +17 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +16 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/CRUD.js +1 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -5
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputRating.d.ts +37 -0
- package/lib/renderers/Form/InputRating.js +6 -2
- package/lib/renderers/Form/InputRating.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +18 -9
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +8 -4
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +7 -4
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +2 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.js +7 -0
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Nav.js +4 -1
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +39 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +4 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/store/formItem.js +6 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1018 -67
- package/lib/themes/ang.css +1018 -67
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1053 -67
- package/lib/themes/antd.css +1053 -67
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1058 -78
- package/lib/themes/cxd.css +1058 -78
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1019 -67
- package/lib/themes/dark.css +1019 -67
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1058 -78
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/package.json +12 -6
- package/schema.json +3696 -971
- package/scss/_properties.scss +21 -7
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +287 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +42 -15
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_rating.scss +60 -21
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_selection.scss +5 -4
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_antd-variables.scss +42 -0
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +51 -2
- package/scss/themes/_dark-variables.scss +1 -0
- package/scss/themes/cxd.scss +0 -12
- package/sdk/ang-ie11.css +1278 -141
- package/sdk/ang.css +1296 -153
- package/sdk/antd-ie11.css +1278 -141
- package/sdk/antd.css +1331 -153
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1258 -132
- package/sdk/cxd.css +1338 -168
- package/sdk/dark-ie11.css +1278 -141
- package/sdk/dark.css +1297 -153
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +17 -2
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1258 -132
- package/sdk/sdk.css +1338 -168
- package/sdk/sdk.js +1242 -1218
- 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 +3 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +563 -0
- package/src/components/Card.tsx +2 -2
- package/src/components/Cascader.tsx +564 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CityArea.tsx +315 -0
- package/src/components/Collapse.tsx +1 -1
- package/src/components/ColorPicker.tsx +41 -40
- package/src/components/DatePicker.tsx +54 -38
- package/src/components/DateRangePicker.tsx +83 -29
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +76 -30
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +55 -35
- package/src/components/PickerColumn.tsx +43 -36
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +84 -57
- package/src/components/Rating.tsx +235 -47
- package/src/components/ResultBox.tsx +14 -2
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +20 -23
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +31 -0
- package/src/components/TimelineItem.tsx +107 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +20 -12
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +101 -4
- package/src/components/calendar/DaysView.tsx +165 -33
- package/src/components/calendar/MonthsView.tsx +108 -1
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +104 -41
- package/src/components/calendar/YearsView.tsx +34 -17
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/icons.tsx +4 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/factory.tsx +6 -0
- package/src/icons/star.svg +12 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +17 -2
- package/src/locale/en-US.ts +17 -2
- package/src/locale/zh-CN.ts +16 -1
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/CRUD.tsx +1 -3
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +48 -20
- package/src/renderers/Form/InputDateRange.tsx +9 -2
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputRating.tsx +66 -3
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +29 -8
- package/src/renderers/Form/NestedSelect.tsx +32 -4
- package/src/renderers/Form/Select.tsx +15 -3
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +18 -16
- package/src/renderers/Form/index.tsx +2 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Json.tsx +5 -0
- package/src/renderers/Nav.tsx +4 -1
- package/src/renderers/Remark.tsx +68 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/TableRow.tsx +3 -1
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/schemaExtend.ts +22 -10
- package/src/store/combo.ts +1 -3
- package/src/store/formItem.ts +2 -2
- package/src/store/table.ts +2 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/helper.ts +6 -16
@@ -171,7 +171,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
171
171
|
render(): JSX.Element;
|
172
172
|
}
|
173
173
|
declare const EnhancedSelect: {
|
174
|
-
new (props: (Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
174
|
+
new (props: (Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
175
175
|
multiple: boolean;
|
176
176
|
clearable: boolean;
|
177
177
|
creatable: boolean;
|
@@ -194,7 +194,7 @@ declare const EnhancedSelect: {
|
|
194
194
|
}, never>> & {
|
195
195
|
locale?: string | undefined;
|
196
196
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
197
|
-
}, 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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
198
198
|
multiple: boolean;
|
199
199
|
clearable: boolean;
|
200
200
|
creatable: boolean;
|
@@ -220,7 +220,7 @@ declare const EnhancedSelect: {
|
|
220
220
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
221
221
|
render(): JSX.Element;
|
222
222
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
224
224
|
multiple: boolean;
|
225
225
|
clearable: boolean;
|
226
226
|
creatable: boolean;
|
@@ -245,7 +245,7 @@ declare const EnhancedSelect: {
|
|
245
245
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
246
246
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
247
247
|
forceUpdate(callback?: (() => void) | undefined): void;
|
248
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
248
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
249
249
|
multiple: boolean;
|
250
250
|
clearable: boolean;
|
251
251
|
creatable: boolean;
|
@@ -276,7 +276,7 @@ declare const EnhancedSelect: {
|
|
276
276
|
[key: string]: React.ReactInstance;
|
277
277
|
};
|
278
278
|
componentDidMount?(): void;
|
279
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
279
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
280
280
|
multiple: boolean;
|
281
281
|
clearable: boolean;
|
282
282
|
creatable: boolean;
|
@@ -302,7 +302,7 @@ declare const EnhancedSelect: {
|
|
302
302
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
303
303
|
componentWillUnmount?(): void;
|
304
304
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
305
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
305
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
306
306
|
multiple: boolean;
|
307
307
|
clearable: boolean;
|
308
308
|
creatable: boolean;
|
@@ -326,7 +326,7 @@ declare const EnhancedSelect: {
|
|
326
326
|
locale?: string | undefined;
|
327
327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
328
328
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
329
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
329
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
330
330
|
multiple: boolean;
|
331
331
|
clearable: boolean;
|
332
332
|
creatable: boolean;
|
@@ -352,7 +352,7 @@ declare const EnhancedSelect: {
|
|
352
352
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
353
353
|
componentWillMount?(): void;
|
354
354
|
UNSAFE_componentWillMount?(): void;
|
355
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
355
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
356
356
|
multiple: boolean;
|
357
357
|
clearable: boolean;
|
358
358
|
creatable: boolean;
|
@@ -376,7 +376,7 @@ declare const EnhancedSelect: {
|
|
376
376
|
locale?: string | undefined;
|
377
377
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
378
378
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
379
|
-
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" | "removable" | "editable" | "borderMode" | "
|
379
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
380
380
|
multiple: boolean;
|
381
381
|
clearable: boolean;
|
382
382
|
creatable: boolean;
|
@@ -400,7 +400,7 @@ declare const EnhancedSelect: {
|
|
400
400
|
locale?: string | undefined;
|
401
401
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
402
402
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
403
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
403
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
404
404
|
multiple: boolean;
|
405
405
|
clearable: boolean;
|
406
406
|
creatable: boolean;
|
@@ -424,7 +424,7 @@ declare const EnhancedSelect: {
|
|
424
424
|
locale?: string | undefined;
|
425
425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
426
426
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
427
|
-
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" | "removable" | "editable" | "borderMode" | "
|
427
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
428
428
|
multiple: boolean;
|
429
429
|
clearable: boolean;
|
430
430
|
creatable: boolean;
|
@@ -449,7 +449,7 @@ declare const EnhancedSelect: {
|
|
449
449
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
450
450
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
451
451
|
};
|
452
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
452
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
453
453
|
multiple: boolean;
|
454
454
|
clearable: boolean;
|
455
455
|
creatable: boolean;
|
@@ -475,7 +475,7 @@ declare const EnhancedSelect: {
|
|
475
475
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
476
476
|
render(): JSX.Element;
|
477
477
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
479
479
|
multiple: boolean;
|
480
480
|
clearable: boolean;
|
481
481
|
creatable: boolean;
|
@@ -500,7 +500,7 @@ declare const EnhancedSelect: {
|
|
500
500
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
501
501
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
502
502
|
forceUpdate(callback?: (() => void) | undefined): void;
|
503
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
503
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
504
504
|
multiple: boolean;
|
505
505
|
clearable: boolean;
|
506
506
|
creatable: boolean;
|
@@ -531,7 +531,7 @@ declare const EnhancedSelect: {
|
|
531
531
|
[key: string]: React.ReactInstance;
|
532
532
|
};
|
533
533
|
componentDidMount?(): void;
|
534
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
534
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
535
535
|
multiple: boolean;
|
536
536
|
clearable: boolean;
|
537
537
|
creatable: boolean;
|
@@ -557,7 +557,7 @@ declare const EnhancedSelect: {
|
|
557
557
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
558
558
|
componentWillUnmount?(): void;
|
559
559
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
560
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
560
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
561
561
|
multiple: boolean;
|
562
562
|
clearable: boolean;
|
563
563
|
creatable: boolean;
|
@@ -581,7 +581,7 @@ declare const EnhancedSelect: {
|
|
581
581
|
locale?: string | undefined;
|
582
582
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
583
583
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
584
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
584
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
585
585
|
multiple: boolean;
|
586
586
|
clearable: boolean;
|
587
587
|
creatable: boolean;
|
@@ -607,7 +607,7 @@ declare const EnhancedSelect: {
|
|
607
607
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
608
608
|
componentWillMount?(): void;
|
609
609
|
UNSAFE_componentWillMount?(): void;
|
610
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
610
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
611
611
|
multiple: boolean;
|
612
612
|
clearable: boolean;
|
613
613
|
creatable: boolean;
|
@@ -631,7 +631,7 @@ declare const EnhancedSelect: {
|
|
631
631
|
locale?: string | undefined;
|
632
632
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
633
633
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
634
|
-
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" | "removable" | "editable" | "borderMode" | "
|
634
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
635
635
|
multiple: boolean;
|
636
636
|
clearable: boolean;
|
637
637
|
creatable: boolean;
|
@@ -655,7 +655,7 @@ declare const EnhancedSelect: {
|
|
655
655
|
locale?: string | undefined;
|
656
656
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
657
657
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
658
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
658
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
659
659
|
multiple: boolean;
|
660
660
|
clearable: boolean;
|
661
661
|
creatable: boolean;
|
@@ -679,7 +679,7 @@ declare const EnhancedSelect: {
|
|
679
679
|
locale?: string | undefined;
|
680
680
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
681
681
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
682
|
-
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" | "removable" | "editable" | "borderMode" | "
|
682
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
683
683
|
multiple: boolean;
|
684
684
|
clearable: boolean;
|
685
685
|
creatable: boolean;
|
@@ -707,7 +707,7 @@ declare const EnhancedSelect: {
|
|
707
707
|
displayName: string;
|
708
708
|
contextType: React.Context<string>;
|
709
709
|
ComposedComponent: React.ComponentType<{
|
710
|
-
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
710
|
+
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
711
711
|
multiple: boolean;
|
712
712
|
clearable: boolean;
|
713
713
|
creatable: boolean;
|
@@ -730,7 +730,7 @@ declare const EnhancedSelect: {
|
|
730
730
|
}, never>> & {
|
731
731
|
locale?: string | undefined;
|
732
732
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
733
|
-
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
733
|
+
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
734
734
|
multiple: boolean;
|
735
735
|
clearable: boolean;
|
736
736
|
creatable: boolean;
|
@@ -756,7 +756,7 @@ declare const EnhancedSelect: {
|
|
756
756
|
}>): {
|
757
757
|
render(): JSX.Element;
|
758
758
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
760
760
|
multiple: boolean;
|
761
761
|
clearable: boolean;
|
762
762
|
creatable: boolean;
|
@@ -781,7 +781,7 @@ declare const EnhancedSelect: {
|
|
781
781
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
782
782
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
783
783
|
forceUpdate(callback?: (() => void) | undefined): void;
|
784
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
784
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
785
785
|
multiple: boolean;
|
786
786
|
clearable: boolean;
|
787
787
|
creatable: boolean;
|
@@ -812,7 +812,7 @@ declare const EnhancedSelect: {
|
|
812
812
|
[key: string]: React.ReactInstance;
|
813
813
|
};
|
814
814
|
componentDidMount?(): void;
|
815
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
815
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
816
816
|
multiple: boolean;
|
817
817
|
clearable: boolean;
|
818
818
|
creatable: boolean;
|
@@ -838,7 +838,7 @@ declare const EnhancedSelect: {
|
|
838
838
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
839
839
|
componentWillUnmount?(): void;
|
840
840
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
841
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
841
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
842
842
|
multiple: boolean;
|
843
843
|
clearable: boolean;
|
844
844
|
creatable: boolean;
|
@@ -862,7 +862,7 @@ declare const EnhancedSelect: {
|
|
862
862
|
locale?: string | undefined;
|
863
863
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
864
864
|
}>, prevState: Readonly<{}>): any;
|
865
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
865
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
866
866
|
multiple: boolean;
|
867
867
|
clearable: boolean;
|
868
868
|
creatable: boolean;
|
@@ -888,7 +888,7 @@ declare const EnhancedSelect: {
|
|
888
888
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
889
889
|
componentWillMount?(): void;
|
890
890
|
UNSAFE_componentWillMount?(): void;
|
891
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
891
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
892
892
|
multiple: boolean;
|
893
893
|
clearable: boolean;
|
894
894
|
creatable: boolean;
|
@@ -912,7 +912,7 @@ declare const EnhancedSelect: {
|
|
912
912
|
locale?: string | undefined;
|
913
913
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
914
914
|
}>, nextContext: any): void;
|
915
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
915
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
916
916
|
multiple: boolean;
|
917
917
|
clearable: boolean;
|
918
918
|
creatable: boolean;
|
@@ -936,7 +936,7 @@ declare const EnhancedSelect: {
|
|
936
936
|
locale?: string | undefined;
|
937
937
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
938
938
|
}>, nextContext: any): void;
|
939
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
939
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
940
940
|
multiple: boolean;
|
941
941
|
clearable: boolean;
|
942
942
|
creatable: boolean;
|
@@ -960,7 +960,7 @@ declare const EnhancedSelect: {
|
|
960
960
|
locale?: string | undefined;
|
961
961
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
962
962
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
963
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
963
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
964
964
|
multiple: boolean;
|
965
965
|
clearable: boolean;
|
966
966
|
creatable: boolean;
|
@@ -985,7 +985,7 @@ declare const EnhancedSelect: {
|
|
985
985
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
986
986
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
987
987
|
};
|
988
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
988
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
989
989
|
multiple: boolean;
|
990
990
|
clearable: boolean;
|
991
991
|
creatable: boolean;
|
@@ -1011,7 +1011,7 @@ declare const EnhancedSelect: {
|
|
1011
1011
|
}, context: any): {
|
1012
1012
|
render(): JSX.Element;
|
1013
1013
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1015
1015
|
multiple: boolean;
|
1016
1016
|
clearable: boolean;
|
1017
1017
|
creatable: boolean;
|
@@ -1036,7 +1036,7 @@ declare const EnhancedSelect: {
|
|
1036
1036
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1037
1037
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1038
1038
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1039
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1039
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1040
1040
|
multiple: boolean;
|
1041
1041
|
clearable: boolean;
|
1042
1042
|
creatable: boolean;
|
@@ -1067,7 +1067,7 @@ declare const EnhancedSelect: {
|
|
1067
1067
|
[key: string]: React.ReactInstance;
|
1068
1068
|
};
|
1069
1069
|
componentDidMount?(): void;
|
1070
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1070
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1071
1071
|
multiple: boolean;
|
1072
1072
|
clearable: boolean;
|
1073
1073
|
creatable: boolean;
|
@@ -1093,7 +1093,7 @@ declare const EnhancedSelect: {
|
|
1093
1093
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1094
1094
|
componentWillUnmount?(): void;
|
1095
1095
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1096
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1096
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1097
1097
|
multiple: boolean;
|
1098
1098
|
clearable: boolean;
|
1099
1099
|
creatable: boolean;
|
@@ -1117,7 +1117,7 @@ declare const EnhancedSelect: {
|
|
1117
1117
|
locale?: string | undefined;
|
1118
1118
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1119
1119
|
}>, prevState: Readonly<{}>): any;
|
1120
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1120
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1121
1121
|
multiple: boolean;
|
1122
1122
|
clearable: boolean;
|
1123
1123
|
creatable: boolean;
|
@@ -1143,7 +1143,7 @@ declare const EnhancedSelect: {
|
|
1143
1143
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1144
1144
|
componentWillMount?(): void;
|
1145
1145
|
UNSAFE_componentWillMount?(): void;
|
1146
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1146
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1147
1147
|
multiple: boolean;
|
1148
1148
|
clearable: boolean;
|
1149
1149
|
creatable: boolean;
|
@@ -1167,7 +1167,7 @@ declare const EnhancedSelect: {
|
|
1167
1167
|
locale?: string | undefined;
|
1168
1168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1169
1169
|
}>, nextContext: any): void;
|
1170
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1170
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1171
1171
|
multiple: boolean;
|
1172
1172
|
clearable: boolean;
|
1173
1173
|
creatable: boolean;
|
@@ -1191,7 +1191,7 @@ declare const EnhancedSelect: {
|
|
1191
1191
|
locale?: string | undefined;
|
1192
1192
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1193
1193
|
}>, nextContext: any): void;
|
1194
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1194
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1195
1195
|
multiple: boolean;
|
1196
1196
|
clearable: boolean;
|
1197
1197
|
creatable: boolean;
|
@@ -1215,7 +1215,7 @@ declare const EnhancedSelect: {
|
|
1215
1215
|
locale?: string | undefined;
|
1216
1216
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1217
1217
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1218
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1218
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1219
1219
|
multiple: boolean;
|
1220
1220
|
clearable: boolean;
|
1221
1221
|
creatable: boolean;
|
@@ -1247,7 +1247,7 @@ declare const EnhancedSelect: {
|
|
1247
1247
|
ComposedComponent: typeof Select;
|
1248
1248
|
}>;
|
1249
1249
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
1250
|
-
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1250
|
+
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1251
1251
|
multiple: boolean;
|
1252
1252
|
clearable: boolean;
|
1253
1253
|
creatable: boolean;
|
@@ -1270,7 +1270,7 @@ declare const EnhancedSelect: {
|
|
1270
1270
|
}, never>> & {
|
1271
1271
|
locale?: string | undefined;
|
1272
1272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1273
|
-
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1273
|
+
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1274
1274
|
multiple: boolean;
|
1275
1275
|
clearable: boolean;
|
1276
1276
|
creatable: boolean;
|
@@ -1296,7 +1296,7 @@ declare const EnhancedSelect: {
|
|
1296
1296
|
}>): {
|
1297
1297
|
render(): JSX.Element;
|
1298
1298
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1300
1300
|
multiple: boolean;
|
1301
1301
|
clearable: boolean;
|
1302
1302
|
creatable: boolean;
|
@@ -1321,7 +1321,7 @@ declare const EnhancedSelect: {
|
|
1321
1321
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1322
1322
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1323
1323
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1324
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1324
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1325
1325
|
multiple: boolean;
|
1326
1326
|
clearable: boolean;
|
1327
1327
|
creatable: boolean;
|
@@ -1352,7 +1352,7 @@ declare const EnhancedSelect: {
|
|
1352
1352
|
[key: string]: React.ReactInstance;
|
1353
1353
|
};
|
1354
1354
|
componentDidMount?(): void;
|
1355
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1355
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1356
1356
|
multiple: boolean;
|
1357
1357
|
clearable: boolean;
|
1358
1358
|
creatable: boolean;
|
@@ -1378,7 +1378,7 @@ declare const EnhancedSelect: {
|
|
1378
1378
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1379
1379
|
componentWillUnmount?(): void;
|
1380
1380
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1381
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1381
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1382
1382
|
multiple: boolean;
|
1383
1383
|
clearable: boolean;
|
1384
1384
|
creatable: boolean;
|
@@ -1402,7 +1402,7 @@ declare const EnhancedSelect: {
|
|
1402
1402
|
locale?: string | undefined;
|
1403
1403
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1404
1404
|
}>, prevState: Readonly<{}>): any;
|
1405
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1405
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1406
1406
|
multiple: boolean;
|
1407
1407
|
clearable: boolean;
|
1408
1408
|
creatable: boolean;
|
@@ -1428,7 +1428,7 @@ declare const EnhancedSelect: {
|
|
1428
1428
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1429
1429
|
componentWillMount?(): void;
|
1430
1430
|
UNSAFE_componentWillMount?(): void;
|
1431
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1431
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1432
1432
|
multiple: boolean;
|
1433
1433
|
clearable: boolean;
|
1434
1434
|
creatable: boolean;
|
@@ -1452,7 +1452,7 @@ declare const EnhancedSelect: {
|
|
1452
1452
|
locale?: string | undefined;
|
1453
1453
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1454
1454
|
}>, nextContext: any): void;
|
1455
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1455
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1456
1456
|
multiple: boolean;
|
1457
1457
|
clearable: boolean;
|
1458
1458
|
creatable: boolean;
|
@@ -1476,7 +1476,7 @@ declare const EnhancedSelect: {
|
|
1476
1476
|
locale?: string | undefined;
|
1477
1477
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1478
1478
|
}>, nextContext: any): void;
|
1479
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1479
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1480
1480
|
multiple: boolean;
|
1481
1481
|
clearable: boolean;
|
1482
1482
|
creatable: boolean;
|
@@ -1500,7 +1500,7 @@ declare const EnhancedSelect: {
|
|
1500
1500
|
locale?: string | undefined;
|
1501
1501
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1502
1502
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1503
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1503
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1504
1504
|
multiple: boolean;
|
1505
1505
|
clearable: boolean;
|
1506
1506
|
creatable: boolean;
|
@@ -1525,7 +1525,7 @@ declare const EnhancedSelect: {
|
|
1525
1525
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1526
1526
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1527
1527
|
};
|
1528
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1528
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1529
1529
|
multiple: boolean;
|
1530
1530
|
clearable: boolean;
|
1531
1531
|
creatable: boolean;
|
@@ -1551,7 +1551,7 @@ declare const EnhancedSelect: {
|
|
1551
1551
|
}, context: any): {
|
1552
1552
|
render(): JSX.Element;
|
1553
1553
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1555
1555
|
multiple: boolean;
|
1556
1556
|
clearable: boolean;
|
1557
1557
|
creatable: boolean;
|
@@ -1576,7 +1576,7 @@ declare const EnhancedSelect: {
|
|
1576
1576
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1577
1577
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1578
1578
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1579
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1579
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1580
1580
|
multiple: boolean;
|
1581
1581
|
clearable: boolean;
|
1582
1582
|
creatable: boolean;
|
@@ -1607,7 +1607,7 @@ declare const EnhancedSelect: {
|
|
1607
1607
|
[key: string]: React.ReactInstance;
|
1608
1608
|
};
|
1609
1609
|
componentDidMount?(): void;
|
1610
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1610
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1611
1611
|
multiple: boolean;
|
1612
1612
|
clearable: boolean;
|
1613
1613
|
creatable: boolean;
|
@@ -1633,7 +1633,7 @@ declare const EnhancedSelect: {
|
|
1633
1633
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1634
1634
|
componentWillUnmount?(): void;
|
1635
1635
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1636
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1636
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1637
1637
|
multiple: boolean;
|
1638
1638
|
clearable: boolean;
|
1639
1639
|
creatable: boolean;
|
@@ -1657,7 +1657,7 @@ declare const EnhancedSelect: {
|
|
1657
1657
|
locale?: string | undefined;
|
1658
1658
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1659
1659
|
}>, prevState: Readonly<{}>): any;
|
1660
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1660
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1661
1661
|
multiple: boolean;
|
1662
1662
|
clearable: boolean;
|
1663
1663
|
creatable: boolean;
|
@@ -1683,7 +1683,7 @@ declare const EnhancedSelect: {
|
|
1683
1683
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1684
1684
|
componentWillMount?(): void;
|
1685
1685
|
UNSAFE_componentWillMount?(): void;
|
1686
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1686
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1687
1687
|
multiple: boolean;
|
1688
1688
|
clearable: boolean;
|
1689
1689
|
creatable: boolean;
|
@@ -1707,7 +1707,7 @@ declare const EnhancedSelect: {
|
|
1707
1707
|
locale?: string | undefined;
|
1708
1708
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1709
1709
|
}>, nextContext: any): void;
|
1710
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1710
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1711
1711
|
multiple: boolean;
|
1712
1712
|
clearable: boolean;
|
1713
1713
|
creatable: boolean;
|
@@ -1731,7 +1731,7 @@ declare const EnhancedSelect: {
|
|
1731
1731
|
locale?: string | undefined;
|
1732
1732
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1733
1733
|
}>, nextContext: any): void;
|
1734
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1734
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1735
1735
|
multiple: boolean;
|
1736
1736
|
clearable: boolean;
|
1737
1737
|
creatable: boolean;
|
@@ -1755,7 +1755,7 @@ declare const EnhancedSelect: {
|
|
1755
1755
|
locale?: string | undefined;
|
1756
1756
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1757
1757
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1758
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1758
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1759
1759
|
multiple: boolean;
|
1760
1760
|
clearable: boolean;
|
1761
1761
|
creatable: boolean;
|
@@ -1787,7 +1787,7 @@ declare const EnhancedSelect: {
|
|
1787
1787
|
ComposedComponent: typeof Select;
|
1788
1788
|
}, {}> & {
|
1789
1789
|
ComposedComponent: {
|
1790
|
-
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1790
|
+
new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1791
1791
|
multiple: boolean;
|
1792
1792
|
clearable: boolean;
|
1793
1793
|
creatable: boolean;
|
@@ -1810,7 +1810,7 @@ declare const EnhancedSelect: {
|
|
1810
1810
|
}, never>> & {
|
1811
1811
|
locale?: string | undefined;
|
1812
1812
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1813
|
-
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1813
|
+
}) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1814
1814
|
multiple: boolean;
|
1815
1815
|
clearable: boolean;
|
1816
1816
|
creatable: boolean;
|
@@ -1836,7 +1836,7 @@ declare const EnhancedSelect: {
|
|
1836
1836
|
}>): {
|
1837
1837
|
render(): JSX.Element;
|
1838
1838
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1840
1840
|
multiple: boolean;
|
1841
1841
|
clearable: boolean;
|
1842
1842
|
creatable: boolean;
|
@@ -1861,7 +1861,7 @@ declare const EnhancedSelect: {
|
|
1861
1861
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1862
1862
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1863
1863
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1864
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1864
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1865
1865
|
multiple: boolean;
|
1866
1866
|
clearable: boolean;
|
1867
1867
|
creatable: boolean;
|
@@ -1892,7 +1892,7 @@ declare const EnhancedSelect: {
|
|
1892
1892
|
[key: string]: React.ReactInstance;
|
1893
1893
|
};
|
1894
1894
|
componentDidMount?(): void;
|
1895
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1895
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1896
1896
|
multiple: boolean;
|
1897
1897
|
clearable: boolean;
|
1898
1898
|
creatable: boolean;
|
@@ -1918,7 +1918,7 @@ declare const EnhancedSelect: {
|
|
1918
1918
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1919
1919
|
componentWillUnmount?(): void;
|
1920
1920
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1921
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1921
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1922
1922
|
multiple: boolean;
|
1923
1923
|
clearable: boolean;
|
1924
1924
|
creatable: boolean;
|
@@ -1942,7 +1942,7 @@ declare const EnhancedSelect: {
|
|
1942
1942
|
locale?: string | undefined;
|
1943
1943
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1944
1944
|
}>, prevState: Readonly<{}>): any;
|
1945
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1945
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1946
1946
|
multiple: boolean;
|
1947
1947
|
clearable: boolean;
|
1948
1948
|
creatable: boolean;
|
@@ -1968,7 +1968,7 @@ declare const EnhancedSelect: {
|
|
1968
1968
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1969
1969
|
componentWillMount?(): void;
|
1970
1970
|
UNSAFE_componentWillMount?(): void;
|
1971
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1971
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1972
1972
|
multiple: boolean;
|
1973
1973
|
clearable: boolean;
|
1974
1974
|
creatable: boolean;
|
@@ -1992,7 +1992,7 @@ declare const EnhancedSelect: {
|
|
1992
1992
|
locale?: string | undefined;
|
1993
1993
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1994
1994
|
}>, nextContext: any): void;
|
1995
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
1995
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
1996
1996
|
multiple: boolean;
|
1997
1997
|
clearable: boolean;
|
1998
1998
|
creatable: boolean;
|
@@ -2016,7 +2016,7 @@ declare const EnhancedSelect: {
|
|
2016
2016
|
locale?: string | undefined;
|
2017
2017
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2018
2018
|
}>, nextContext: any): void;
|
2019
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2019
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2020
2020
|
multiple: boolean;
|
2021
2021
|
clearable: boolean;
|
2022
2022
|
creatable: boolean;
|
@@ -2040,7 +2040,7 @@ declare const EnhancedSelect: {
|
|
2040
2040
|
locale?: string | undefined;
|
2041
2041
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2042
2042
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2043
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2043
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2044
2044
|
multiple: boolean;
|
2045
2045
|
clearable: boolean;
|
2046
2046
|
creatable: boolean;
|
@@ -2065,7 +2065,7 @@ declare const EnhancedSelect: {
|
|
2065
2065
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2066
2066
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2067
2067
|
};
|
2068
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2068
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2069
2069
|
multiple: boolean;
|
2070
2070
|
clearable: boolean;
|
2071
2071
|
creatable: boolean;
|
@@ -2091,7 +2091,7 @@ declare const EnhancedSelect: {
|
|
2091
2091
|
}, context: any): {
|
2092
2092
|
render(): JSX.Element;
|
2093
2093
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2095
2095
|
multiple: boolean;
|
2096
2096
|
clearable: boolean;
|
2097
2097
|
creatable: boolean;
|
@@ -2116,7 +2116,7 @@ declare const EnhancedSelect: {
|
|
2116
2116
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2117
2117
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
2118
2118
|
forceUpdate(callback?: (() => void) | undefined): void;
|
2119
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2119
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2120
2120
|
multiple: boolean;
|
2121
2121
|
clearable: boolean;
|
2122
2122
|
creatable: boolean;
|
@@ -2147,7 +2147,7 @@ declare const EnhancedSelect: {
|
|
2147
2147
|
[key: string]: React.ReactInstance;
|
2148
2148
|
};
|
2149
2149
|
componentDidMount?(): void;
|
2150
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2150
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2151
2151
|
multiple: boolean;
|
2152
2152
|
clearable: boolean;
|
2153
2153
|
creatable: boolean;
|
@@ -2173,7 +2173,7 @@ declare const EnhancedSelect: {
|
|
2173
2173
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2174
2174
|
componentWillUnmount?(): void;
|
2175
2175
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
2176
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2176
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2177
2177
|
multiple: boolean;
|
2178
2178
|
clearable: boolean;
|
2179
2179
|
creatable: boolean;
|
@@ -2197,7 +2197,7 @@ declare const EnhancedSelect: {
|
|
2197
2197
|
locale?: string | undefined;
|
2198
2198
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2199
2199
|
}>, prevState: Readonly<{}>): any;
|
2200
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2200
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2201
2201
|
multiple: boolean;
|
2202
2202
|
clearable: boolean;
|
2203
2203
|
creatable: boolean;
|
@@ -2223,7 +2223,7 @@ declare const EnhancedSelect: {
|
|
2223
2223
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
2224
2224
|
componentWillMount?(): void;
|
2225
2225
|
UNSAFE_componentWillMount?(): void;
|
2226
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2226
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2227
2227
|
multiple: boolean;
|
2228
2228
|
clearable: boolean;
|
2229
2229
|
creatable: boolean;
|
@@ -2247,7 +2247,7 @@ declare const EnhancedSelect: {
|
|
2247
2247
|
locale?: string | undefined;
|
2248
2248
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2249
2249
|
}>, nextContext: any): void;
|
2250
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2250
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2251
2251
|
multiple: boolean;
|
2252
2252
|
clearable: boolean;
|
2253
2253
|
creatable: boolean;
|
@@ -2271,7 +2271,7 @@ declare const EnhancedSelect: {
|
|
2271
2271
|
locale?: string | undefined;
|
2272
2272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2273
2273
|
}>, nextContext: any): void;
|
2274
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2274
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2275
2275
|
multiple: boolean;
|
2276
2276
|
clearable: boolean;
|
2277
2277
|
creatable: boolean;
|
@@ -2295,7 +2295,7 @@ declare const EnhancedSelect: {
|
|
2295
2295
|
locale?: string | undefined;
|
2296
2296
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
2297
2297
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
2298
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "borderMode" | "
|
2298
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2299
2299
|
multiple: boolean;
|
2300
2300
|
clearable: boolean;
|
2301
2301
|
creatable: boolean;
|
@@ -2329,7 +2329,7 @@ declare const EnhancedSelect: {
|
|
2329
2329
|
};
|
2330
2330
|
export default EnhancedSelect;
|
2331
2331
|
export declare const SelectWithRemoteOptions: {
|
2332
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2333
2333
|
multiple: boolean;
|
2334
2334
|
clearable: boolean;
|
2335
2335
|
creatable: boolean;
|
@@ -2374,7 +2374,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2374
2374
|
setData(data: any): void;
|
2375
2375
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2376
2376
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2377
|
-
}, "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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2378
2378
|
multiple: boolean;
|
2379
2379
|
clearable: boolean;
|
2380
2380
|
creatable: boolean;
|
@@ -2447,7 +2447,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2447
2447
|
getWrappedInstance(): any;
|
2448
2448
|
render(): JSX.Element;
|
2449
2449
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2451
2451
|
multiple: boolean;
|
2452
2452
|
clearable: boolean;
|
2453
2453
|
creatable: boolean;
|
@@ -2494,7 +2494,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2494
2494
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2495
2495
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
2496
2496
|
forceUpdate(callback?: (() => void) | undefined): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2498
2498
|
multiple: boolean;
|
2499
2499
|
clearable: boolean;
|
2500
2500
|
creatable: boolean;
|
@@ -2547,7 +2547,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2547
2547
|
[key: string]: React.ReactInstance;
|
2548
2548
|
};
|
2549
2549
|
componentDidMount?(): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2551
2551
|
multiple: boolean;
|
2552
2552
|
clearable: boolean;
|
2553
2553
|
creatable: boolean;
|
@@ -2594,7 +2594,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2594
2594
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2595
2595
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
2596
2596
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2598
2598
|
multiple: boolean;
|
2599
2599
|
clearable: boolean;
|
2600
2600
|
creatable: boolean;
|
@@ -2640,7 +2640,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2640
2640
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2641
2641
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2642
2642
|
}, "store">>, prevState: Readonly<{}>): any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2644
2644
|
multiple: boolean;
|
2645
2645
|
clearable: boolean;
|
2646
2646
|
creatable: boolean;
|
@@ -2688,7 +2688,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2688
2688
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
2689
2689
|
componentWillMount?(): void;
|
2690
2690
|
UNSAFE_componentWillMount?(): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2692
2692
|
multiple: boolean;
|
2693
2693
|
clearable: boolean;
|
2694
2694
|
creatable: boolean;
|
@@ -2734,7 +2734,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2734
2734
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2735
2735
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2736
2736
|
}, "store">>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2738
2738
|
multiple: boolean;
|
2739
2739
|
clearable: boolean;
|
2740
2740
|
creatable: boolean;
|
@@ -2780,7 +2780,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2780
2780
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2781
2781
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2782
2782
|
}, "store">>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2784
2784
|
multiple: boolean;
|
2785
2785
|
clearable: boolean;
|
2786
2786
|
creatable: boolean;
|
@@ -2826,7 +2826,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2826
2826
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
2827
2827
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2828
2828
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2830
2830
|
multiple: boolean;
|
2831
2831
|
clearable: boolean;
|
2832
2832
|
creatable: boolean;
|
@@ -2873,7 +2873,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2873
2873
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2874
2874
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
2875
2875
|
};
|
2876
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2877
2877
|
multiple: boolean;
|
2878
2878
|
clearable: boolean;
|
2879
2879
|
creatable: boolean;
|
@@ -2946,7 +2946,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2946
2946
|
getWrappedInstance(): any;
|
2947
2947
|
render(): JSX.Element;
|
2948
2948
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2950
2950
|
multiple: boolean;
|
2951
2951
|
clearable: boolean;
|
2952
2952
|
creatable: boolean;
|
@@ -2993,7 +2993,7 @@ export declare const SelectWithRemoteOptions: {
|
|
2993
2993
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
2994
2994
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
2995
2995
|
forceUpdate(callback?: (() => void) | undefined): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
2997
2997
|
multiple: boolean;
|
2998
2998
|
clearable: boolean;
|
2999
2999
|
creatable: boolean;
|
@@ -3046,7 +3046,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3046
3046
|
[key: string]: React.ReactInstance;
|
3047
3047
|
};
|
3048
3048
|
componentDidMount?(): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3050
3050
|
multiple: boolean;
|
3051
3051
|
clearable: boolean;
|
3052
3052
|
creatable: boolean;
|
@@ -3093,7 +3093,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3093
3093
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3094
3094
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3095
3095
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3097
3097
|
multiple: boolean;
|
3098
3098
|
clearable: boolean;
|
3099
3099
|
creatable: boolean;
|
@@ -3139,7 +3139,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3139
3139
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3140
3140
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3141
3141
|
}, "store">>, prevState: Readonly<{}>): any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3143
3143
|
multiple: boolean;
|
3144
3144
|
clearable: boolean;
|
3145
3145
|
creatable: boolean;
|
@@ -3187,7 +3187,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3187
3187
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
3188
3188
|
componentWillMount?(): void;
|
3189
3189
|
UNSAFE_componentWillMount?(): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3191
3191
|
multiple: boolean;
|
3192
3192
|
clearable: boolean;
|
3193
3193
|
creatable: boolean;
|
@@ -3233,7 +3233,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3233
3233
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3234
3234
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3235
3235
|
}, "store">>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3237
3237
|
multiple: boolean;
|
3238
3238
|
clearable: boolean;
|
3239
3239
|
creatable: boolean;
|
@@ -3279,7 +3279,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3279
3279
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3280
3280
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3281
3281
|
}, "store">>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3283
3283
|
multiple: boolean;
|
3284
3284
|
clearable: boolean;
|
3285
3285
|
creatable: boolean;
|
@@ -3325,7 +3325,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3325
3325
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3326
3326
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3327
3327
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3329
3329
|
multiple: boolean;
|
3330
3330
|
clearable: boolean;
|
3331
3331
|
creatable: boolean;
|
@@ -3374,7 +3374,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3374
3374
|
};
|
3375
3375
|
displayName: string;
|
3376
3376
|
ComposedComponent: React.ComponentType<{
|
3377
|
-
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" | "removable" | "editable" | "borderMode" | "
|
3377
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3378
3378
|
multiple: boolean;
|
3379
3379
|
clearable: boolean;
|
3380
3380
|
creatable: boolean;
|
@@ -3432,7 +3432,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3432
3432
|
deferLoadConfig(item: any): Promise<void>;
|
3433
3433
|
render(): JSX.Element;
|
3434
3434
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3436
3436
|
multiple: boolean;
|
3437
3437
|
clearable: boolean;
|
3438
3438
|
creatable: boolean;
|
@@ -3479,7 +3479,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3479
3479
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3480
3480
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
3481
3481
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3482
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3483
3483
|
multiple: boolean;
|
3484
3484
|
clearable: boolean;
|
3485
3485
|
creatable: boolean;
|
@@ -3531,7 +3531,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3531
3531
|
refs: {
|
3532
3532
|
[key: string]: React.ReactInstance;
|
3533
3533
|
};
|
3534
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3535
3535
|
multiple: boolean;
|
3536
3536
|
clearable: boolean;
|
3537
3537
|
creatable: boolean;
|
@@ -3578,7 +3578,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3578
3578
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3579
3579
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3580
3580
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3581
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3582
3582
|
multiple: boolean;
|
3583
3583
|
clearable: boolean;
|
3584
3584
|
creatable: boolean;
|
@@ -3626,7 +3626,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3626
3626
|
}>, prevState: Readonly<{}>): any;
|
3627
3627
|
componentWillMount?(): void;
|
3628
3628
|
UNSAFE_componentWillMount?(): void;
|
3629
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3630
3630
|
multiple: boolean;
|
3631
3631
|
clearable: boolean;
|
3632
3632
|
creatable: boolean;
|
@@ -3672,7 +3672,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3672
3672
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3673
3673
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3674
3674
|
}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3676
3676
|
multiple: boolean;
|
3677
3677
|
clearable: boolean;
|
3678
3678
|
creatable: boolean;
|
@@ -3718,7 +3718,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3718
3718
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3719
3719
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3720
3720
|
}>, nextContext: any): void;
|
3721
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3722
3722
|
multiple: boolean;
|
3723
3723
|
clearable: boolean;
|
3724
3724
|
creatable: boolean;
|
@@ -3764,7 +3764,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3764
3764
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
3765
3765
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
3766
3766
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3768
3768
|
multiple: boolean;
|
3769
3769
|
clearable: boolean;
|
3770
3770
|
creatable: boolean;
|
@@ -3813,7 +3813,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3813
3813
|
};
|
3814
3814
|
displayName: string;
|
3815
3815
|
ComposedComponent: React.ComponentType<{
|
3816
|
-
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" | "removable" | "editable" | "borderMode" | "
|
3816
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3817
3817
|
multiple: boolean;
|
3818
3818
|
clearable: boolean;
|
3819
3819
|
creatable: boolean;
|
@@ -3836,7 +3836,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3836
3836
|
}, never>> & {
|
3837
3837
|
locale?: string | undefined;
|
3838
3838
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3840
3840
|
multiple: boolean;
|
3841
3841
|
clearable: boolean;
|
3842
3842
|
creatable: boolean;
|
@@ -3862,7 +3862,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3862
3862
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
3863
3863
|
render(): JSX.Element;
|
3864
3864
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3866
3866
|
multiple: boolean;
|
3867
3867
|
clearable: boolean;
|
3868
3868
|
creatable: boolean;
|
@@ -3887,7 +3887,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3887
3887
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3888
3888
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
3889
3889
|
forceUpdate(callback?: (() => void) | undefined): void;
|
3890
|
-
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" | "removable" | "editable" | "borderMode" | "
|
3890
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3891
3891
|
multiple: boolean;
|
3892
3892
|
clearable: boolean;
|
3893
3893
|
creatable: boolean;
|
@@ -3918,7 +3918,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3918
3918
|
[key: string]: React.ReactInstance;
|
3919
3919
|
};
|
3920
3920
|
componentDidMount?(): void;
|
3921
|
-
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" | "removable" | "editable" | "borderMode" | "
|
3921
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3922
3922
|
multiple: boolean;
|
3923
3923
|
clearable: boolean;
|
3924
3924
|
creatable: boolean;
|
@@ -3944,7 +3944,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3944
3944
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
3945
3945
|
componentWillUnmount?(): void;
|
3946
3946
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
3947
|
-
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" | "removable" | "editable" | "borderMode" | "
|
3947
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3948
3948
|
multiple: boolean;
|
3949
3949
|
clearable: boolean;
|
3950
3950
|
creatable: boolean;
|
@@ -3968,7 +3968,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3968
3968
|
locale?: string | undefined;
|
3969
3969
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
3970
3970
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
3971
|
-
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" | "removable" | "editable" | "borderMode" | "
|
3971
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3972
3972
|
multiple: boolean;
|
3973
3973
|
clearable: boolean;
|
3974
3974
|
creatable: boolean;
|
@@ -3994,7 +3994,7 @@ export declare const SelectWithRemoteOptions: {
|
|
3994
3994
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
3995
3995
|
componentWillMount?(): void;
|
3996
3996
|
UNSAFE_componentWillMount?(): void;
|
3997
|
-
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" | "removable" | "editable" | "borderMode" | "
|
3997
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
3998
3998
|
multiple: boolean;
|
3999
3999
|
clearable: boolean;
|
4000
4000
|
creatable: boolean;
|
@@ -4018,7 +4018,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4018
4018
|
locale?: string | undefined;
|
4019
4019
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4020
4020
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4021
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4022
4022
|
multiple: boolean;
|
4023
4023
|
clearable: boolean;
|
4024
4024
|
creatable: boolean;
|
@@ -4042,7 +4042,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4042
4042
|
locale?: string | undefined;
|
4043
4043
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4044
4044
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4045
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4045
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4046
4046
|
multiple: boolean;
|
4047
4047
|
clearable: boolean;
|
4048
4048
|
creatable: boolean;
|
@@ -4066,7 +4066,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4066
4066
|
locale?: string | undefined;
|
4067
4067
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4068
4068
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4069
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4070
4070
|
multiple: boolean;
|
4071
4071
|
clearable: boolean;
|
4072
4072
|
creatable: boolean;
|
@@ -4091,7 +4091,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4091
4091
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4092
4092
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4093
4093
|
};
|
4094
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4094
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4095
4095
|
multiple: boolean;
|
4096
4096
|
clearable: boolean;
|
4097
4097
|
creatable: boolean;
|
@@ -4117,7 +4117,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4117
4117
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
4118
4118
|
render(): JSX.Element;
|
4119
4119
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4121
4121
|
multiple: boolean;
|
4122
4122
|
clearable: boolean;
|
4123
4123
|
creatable: boolean;
|
@@ -4142,7 +4142,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4142
4142
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4143
4143
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4144
4144
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4145
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4145
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4146
4146
|
multiple: boolean;
|
4147
4147
|
clearable: boolean;
|
4148
4148
|
creatable: boolean;
|
@@ -4173,7 +4173,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4173
4173
|
[key: string]: React.ReactInstance;
|
4174
4174
|
};
|
4175
4175
|
componentDidMount?(): void;
|
4176
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4176
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4177
4177
|
multiple: boolean;
|
4178
4178
|
clearable: boolean;
|
4179
4179
|
creatable: boolean;
|
@@ -4199,7 +4199,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4199
4199
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4200
4200
|
componentWillUnmount?(): void;
|
4201
4201
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4202
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4202
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4203
4203
|
multiple: boolean;
|
4204
4204
|
clearable: boolean;
|
4205
4205
|
creatable: boolean;
|
@@ -4223,7 +4223,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4223
4223
|
locale?: string | undefined;
|
4224
4224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4225
4225
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4226
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4226
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4227
4227
|
multiple: boolean;
|
4228
4228
|
clearable: boolean;
|
4229
4229
|
creatable: boolean;
|
@@ -4249,7 +4249,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4249
4249
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4250
4250
|
componentWillMount?(): void;
|
4251
4251
|
UNSAFE_componentWillMount?(): void;
|
4252
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4252
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4253
4253
|
multiple: boolean;
|
4254
4254
|
clearable: boolean;
|
4255
4255
|
creatable: boolean;
|
@@ -4273,7 +4273,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4273
4273
|
locale?: string | undefined;
|
4274
4274
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4275
4275
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4276
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4277
4277
|
multiple: boolean;
|
4278
4278
|
clearable: boolean;
|
4279
4279
|
creatable: boolean;
|
@@ -4297,7 +4297,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4297
4297
|
locale?: string | undefined;
|
4298
4298
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4299
4299
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4300
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4300
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4301
4301
|
multiple: boolean;
|
4302
4302
|
clearable: boolean;
|
4303
4303
|
creatable: boolean;
|
@@ -4321,7 +4321,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4321
4321
|
locale?: string | undefined;
|
4322
4322
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4323
4323
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
4324
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4325
4325
|
multiple: boolean;
|
4326
4326
|
clearable: boolean;
|
4327
4327
|
creatable: boolean;
|
@@ -4352,7 +4352,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4352
4352
|
}>;
|
4353
4353
|
contextType?: React.Context<any> | undefined;
|
4354
4354
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
4355
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4355
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4356
4356
|
multiple: boolean;
|
4357
4357
|
clearable: boolean;
|
4358
4358
|
creatable: boolean;
|
@@ -4410,7 +4410,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4410
4410
|
deferLoadConfig(item: any): Promise<void>;
|
4411
4411
|
render(): JSX.Element;
|
4412
4412
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4414
4414
|
multiple: boolean;
|
4415
4415
|
clearable: boolean;
|
4416
4416
|
creatable: boolean;
|
@@ -4457,7 +4457,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4457
4457
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4458
4458
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
4459
4459
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4460
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4461
4461
|
multiple: boolean;
|
4462
4462
|
clearable: boolean;
|
4463
4463
|
creatable: boolean;
|
@@ -4509,7 +4509,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4509
4509
|
refs: {
|
4510
4510
|
[key: string]: React.ReactInstance;
|
4511
4511
|
};
|
4512
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4513
4513
|
multiple: boolean;
|
4514
4514
|
clearable: boolean;
|
4515
4515
|
creatable: boolean;
|
@@ -4556,7 +4556,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4556
4556
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4557
4557
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4558
4558
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4559
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4560
4560
|
multiple: boolean;
|
4561
4561
|
clearable: boolean;
|
4562
4562
|
creatable: boolean;
|
@@ -4604,7 +4604,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4604
4604
|
}>, prevState: Readonly<{}>): any;
|
4605
4605
|
componentWillMount?(): void;
|
4606
4606
|
UNSAFE_componentWillMount?(): void;
|
4607
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4608
4608
|
multiple: boolean;
|
4609
4609
|
clearable: boolean;
|
4610
4610
|
creatable: boolean;
|
@@ -4650,7 +4650,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4650
4650
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4651
4651
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4652
4652
|
}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4654
4654
|
multiple: boolean;
|
4655
4655
|
clearable: boolean;
|
4656
4656
|
creatable: boolean;
|
@@ -4696,7 +4696,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4696
4696
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4697
4697
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4698
4698
|
}>, nextContext: any): void;
|
4699
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4700
4700
|
multiple: boolean;
|
4701
4701
|
clearable: boolean;
|
4702
4702
|
creatable: boolean;
|
@@ -4742,7 +4742,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4742
4742
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
4743
4743
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
4744
4744
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4746
4746
|
multiple: boolean;
|
4747
4747
|
clearable: boolean;
|
4748
4748
|
creatable: boolean;
|
@@ -4791,7 +4791,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4791
4791
|
};
|
4792
4792
|
displayName: string;
|
4793
4793
|
ComposedComponent: React.ComponentType<{
|
4794
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4794
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4795
4795
|
multiple: boolean;
|
4796
4796
|
clearable: boolean;
|
4797
4797
|
creatable: boolean;
|
@@ -4814,7 +4814,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4814
4814
|
}, never>> & {
|
4815
4815
|
locale?: string | undefined;
|
4816
4816
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4818
4818
|
multiple: boolean;
|
4819
4819
|
clearable: boolean;
|
4820
4820
|
creatable: boolean;
|
@@ -4840,7 +4840,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4840
4840
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
4841
4841
|
render(): JSX.Element;
|
4842
4842
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4844
4844
|
multiple: boolean;
|
4845
4845
|
clearable: boolean;
|
4846
4846
|
creatable: boolean;
|
@@ -4865,7 +4865,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4865
4865
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4866
4866
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
4867
4867
|
forceUpdate(callback?: (() => void) | undefined): void;
|
4868
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4868
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4869
4869
|
multiple: boolean;
|
4870
4870
|
clearable: boolean;
|
4871
4871
|
creatable: boolean;
|
@@ -4896,7 +4896,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4896
4896
|
[key: string]: React.ReactInstance;
|
4897
4897
|
};
|
4898
4898
|
componentDidMount?(): void;
|
4899
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4899
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4900
4900
|
multiple: boolean;
|
4901
4901
|
clearable: boolean;
|
4902
4902
|
creatable: boolean;
|
@@ -4922,7 +4922,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4922
4922
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
4923
4923
|
componentWillUnmount?(): void;
|
4924
4924
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
4925
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4925
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4926
4926
|
multiple: boolean;
|
4927
4927
|
clearable: boolean;
|
4928
4928
|
creatable: boolean;
|
@@ -4946,7 +4946,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4946
4946
|
locale?: string | undefined;
|
4947
4947
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4948
4948
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
4949
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4949
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4950
4950
|
multiple: boolean;
|
4951
4951
|
clearable: boolean;
|
4952
4952
|
creatable: boolean;
|
@@ -4972,7 +4972,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4972
4972
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
4973
4973
|
componentWillMount?(): void;
|
4974
4974
|
UNSAFE_componentWillMount?(): void;
|
4975
|
-
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" | "removable" | "editable" | "borderMode" | "
|
4975
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
4976
4976
|
multiple: boolean;
|
4977
4977
|
clearable: boolean;
|
4978
4978
|
creatable: boolean;
|
@@ -4996,7 +4996,7 @@ export declare const SelectWithRemoteOptions: {
|
|
4996
4996
|
locale?: string | undefined;
|
4997
4997
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
4998
4998
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
4999
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5000
5000
|
multiple: boolean;
|
5001
5001
|
clearable: boolean;
|
5002
5002
|
creatable: boolean;
|
@@ -5020,7 +5020,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5020
5020
|
locale?: string | undefined;
|
5021
5021
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5022
5022
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5023
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5023
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5024
5024
|
multiple: boolean;
|
5025
5025
|
clearable: boolean;
|
5026
5026
|
creatable: boolean;
|
@@ -5044,7 +5044,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5044
5044
|
locale?: string | undefined;
|
5045
5045
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5046
5046
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5047
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5048
5048
|
multiple: boolean;
|
5049
5049
|
clearable: boolean;
|
5050
5050
|
creatable: boolean;
|
@@ -5069,7 +5069,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5069
5069
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5070
5070
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5071
5071
|
};
|
5072
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5072
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5073
5073
|
multiple: boolean;
|
5074
5074
|
clearable: boolean;
|
5075
5075
|
creatable: boolean;
|
@@ -5095,7 +5095,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5095
5095
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
5096
5096
|
render(): JSX.Element;
|
5097
5097
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5099
5099
|
multiple: boolean;
|
5100
5100
|
clearable: boolean;
|
5101
5101
|
creatable: boolean;
|
@@ -5120,7 +5120,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5120
5120
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5121
5121
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5122
5122
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5123
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5123
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5124
5124
|
multiple: boolean;
|
5125
5125
|
clearable: boolean;
|
5126
5126
|
creatable: boolean;
|
@@ -5151,7 +5151,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5151
5151
|
[key: string]: React.ReactInstance;
|
5152
5152
|
};
|
5153
5153
|
componentDidMount?(): void;
|
5154
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5154
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5155
5155
|
multiple: boolean;
|
5156
5156
|
clearable: boolean;
|
5157
5157
|
creatable: boolean;
|
@@ -5177,7 +5177,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5177
5177
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5178
5178
|
componentWillUnmount?(): void;
|
5179
5179
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5180
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5180
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5181
5181
|
multiple: boolean;
|
5182
5182
|
clearable: boolean;
|
5183
5183
|
creatable: boolean;
|
@@ -5201,7 +5201,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5201
5201
|
locale?: string | undefined;
|
5202
5202
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5203
5203
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5204
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5204
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5205
5205
|
multiple: boolean;
|
5206
5206
|
clearable: boolean;
|
5207
5207
|
creatable: boolean;
|
@@ -5227,7 +5227,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5227
5227
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5228
5228
|
componentWillMount?(): void;
|
5229
5229
|
UNSAFE_componentWillMount?(): void;
|
5230
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5230
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5231
5231
|
multiple: boolean;
|
5232
5232
|
clearable: boolean;
|
5233
5233
|
creatable: boolean;
|
@@ -5251,7 +5251,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5251
5251
|
locale?: string | undefined;
|
5252
5252
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5253
5253
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5254
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5255
5255
|
multiple: boolean;
|
5256
5256
|
clearable: boolean;
|
5257
5257
|
creatable: boolean;
|
@@ -5275,7 +5275,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5275
5275
|
locale?: string | undefined;
|
5276
5276
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5277
5277
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5278
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5278
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5279
5279
|
multiple: boolean;
|
5280
5280
|
clearable: boolean;
|
5281
5281
|
creatable: boolean;
|
@@ -5299,7 +5299,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5299
5299
|
locale?: string | undefined;
|
5300
5300
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5301
5301
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
5302
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5303
5303
|
multiple: boolean;
|
5304
5304
|
clearable: boolean;
|
5305
5305
|
creatable: boolean;
|
@@ -5329,7 +5329,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5329
5329
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
5330
5330
|
}, {}> & {
|
5331
5331
|
ComposedComponent: {
|
5332
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5332
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5333
5333
|
multiple: boolean;
|
5334
5334
|
clearable: boolean;
|
5335
5335
|
creatable: boolean;
|
@@ -5387,7 +5387,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5387
5387
|
deferLoadConfig(item: any): Promise<void>;
|
5388
5388
|
render(): JSX.Element;
|
5389
5389
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5391
5391
|
multiple: boolean;
|
5392
5392
|
clearable: boolean;
|
5393
5393
|
creatable: boolean;
|
@@ -5434,7 +5434,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5434
5434
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5435
5435
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
5436
5436
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5437
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5438
5438
|
multiple: boolean;
|
5439
5439
|
clearable: boolean;
|
5440
5440
|
creatable: boolean;
|
@@ -5486,7 +5486,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5486
5486
|
refs: {
|
5487
5487
|
[key: string]: React.ReactInstance;
|
5488
5488
|
};
|
5489
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5490
5490
|
multiple: boolean;
|
5491
5491
|
clearable: boolean;
|
5492
5492
|
creatable: boolean;
|
@@ -5533,7 +5533,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5533
5533
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5534
5534
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5535
5535
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5536
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5537
5537
|
multiple: boolean;
|
5538
5538
|
clearable: boolean;
|
5539
5539
|
creatable: boolean;
|
@@ -5581,7 +5581,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5581
5581
|
}>, prevState: Readonly<{}>): any;
|
5582
5582
|
componentWillMount?(): void;
|
5583
5583
|
UNSAFE_componentWillMount?(): void;
|
5584
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5585
5585
|
multiple: boolean;
|
5586
5586
|
clearable: boolean;
|
5587
5587
|
creatable: boolean;
|
@@ -5627,7 +5627,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5627
5627
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
5628
5628
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5629
5629
|
}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5631
5631
|
multiple: boolean;
|
5632
5632
|
clearable: boolean;
|
5633
5633
|
creatable: boolean;
|
@@ -5673,7 +5673,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5673
5673
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
5674
5674
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5675
5675
|
}>, nextContext: any): void;
|
5676
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5677
5677
|
multiple: boolean;
|
5678
5678
|
clearable: boolean;
|
5679
5679
|
creatable: boolean;
|
@@ -5719,7 +5719,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5719
5719
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
5720
5720
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
5721
5721
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5723
5723
|
multiple: boolean;
|
5724
5724
|
clearable: boolean;
|
5725
5725
|
creatable: boolean;
|
@@ -5768,7 +5768,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5768
5768
|
};
|
5769
5769
|
displayName: string;
|
5770
5770
|
ComposedComponent: React.ComponentType<{
|
5771
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5771
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5772
5772
|
multiple: boolean;
|
5773
5773
|
clearable: boolean;
|
5774
5774
|
creatable: boolean;
|
@@ -5791,7 +5791,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5791
5791
|
}, never>> & {
|
5792
5792
|
locale?: string | undefined;
|
5793
5793
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5795
5795
|
multiple: boolean;
|
5796
5796
|
clearable: boolean;
|
5797
5797
|
creatable: boolean;
|
@@ -5817,7 +5817,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5817
5817
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
5818
5818
|
render(): JSX.Element;
|
5819
5819
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5821
5821
|
multiple: boolean;
|
5822
5822
|
clearable: boolean;
|
5823
5823
|
creatable: boolean;
|
@@ -5842,7 +5842,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5842
5842
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5843
5843
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
5844
5844
|
forceUpdate(callback?: (() => void) | undefined): void;
|
5845
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5845
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5846
5846
|
multiple: boolean;
|
5847
5847
|
clearable: boolean;
|
5848
5848
|
creatable: boolean;
|
@@ -5873,7 +5873,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5873
5873
|
[key: string]: React.ReactInstance;
|
5874
5874
|
};
|
5875
5875
|
componentDidMount?(): void;
|
5876
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5876
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5877
5877
|
multiple: boolean;
|
5878
5878
|
clearable: boolean;
|
5879
5879
|
creatable: boolean;
|
@@ -5899,7 +5899,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5899
5899
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
5900
5900
|
componentWillUnmount?(): void;
|
5901
5901
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
5902
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5902
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5903
5903
|
multiple: boolean;
|
5904
5904
|
clearable: boolean;
|
5905
5905
|
creatable: boolean;
|
@@ -5923,7 +5923,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5923
5923
|
locale?: string | undefined;
|
5924
5924
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5925
5925
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
5926
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5926
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5927
5927
|
multiple: boolean;
|
5928
5928
|
clearable: boolean;
|
5929
5929
|
creatable: boolean;
|
@@ -5949,7 +5949,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5949
5949
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
5950
5950
|
componentWillMount?(): void;
|
5951
5951
|
UNSAFE_componentWillMount?(): void;
|
5952
|
-
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" | "removable" | "editable" | "borderMode" | "
|
5952
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5953
5953
|
multiple: boolean;
|
5954
5954
|
clearable: boolean;
|
5955
5955
|
creatable: boolean;
|
@@ -5973,7 +5973,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5973
5973
|
locale?: string | undefined;
|
5974
5974
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5975
5975
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
5976
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
5977
5977
|
multiple: boolean;
|
5978
5978
|
clearable: boolean;
|
5979
5979
|
creatable: boolean;
|
@@ -5997,7 +5997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
5997
5997
|
locale?: string | undefined;
|
5998
5998
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
5999
5999
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6000
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6000
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6001
6001
|
multiple: boolean;
|
6002
6002
|
clearable: boolean;
|
6003
6003
|
creatable: boolean;
|
@@ -6021,7 +6021,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6021
6021
|
locale?: string | undefined;
|
6022
6022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6023
6023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6024
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6025
6025
|
multiple: boolean;
|
6026
6026
|
clearable: boolean;
|
6027
6027
|
creatable: boolean;
|
@@ -6046,7 +6046,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6046
6046
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6047
6047
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6048
6048
|
};
|
6049
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6049
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6050
6050
|
multiple: boolean;
|
6051
6051
|
clearable: boolean;
|
6052
6052
|
creatable: boolean;
|
@@ -6072,7 +6072,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6072
6072
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
6073
6073
|
render(): JSX.Element;
|
6074
6074
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6076
6076
|
multiple: boolean;
|
6077
6077
|
clearable: boolean;
|
6078
6078
|
creatable: boolean;
|
@@ -6097,7 +6097,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6097
6097
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6098
6098
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6099
6099
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6100
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6100
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6101
6101
|
multiple: boolean;
|
6102
6102
|
clearable: boolean;
|
6103
6103
|
creatable: boolean;
|
@@ -6128,7 +6128,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6128
6128
|
[key: string]: React.ReactInstance;
|
6129
6129
|
};
|
6130
6130
|
componentDidMount?(): void;
|
6131
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6131
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6132
6132
|
multiple: boolean;
|
6133
6133
|
clearable: boolean;
|
6134
6134
|
creatable: boolean;
|
@@ -6154,7 +6154,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6154
6154
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6155
6155
|
componentWillUnmount?(): void;
|
6156
6156
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6157
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6157
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6158
6158
|
multiple: boolean;
|
6159
6159
|
clearable: boolean;
|
6160
6160
|
creatable: boolean;
|
@@ -6178,7 +6178,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6178
6178
|
locale?: string | undefined;
|
6179
6179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6180
6180
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6181
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6181
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6182
6182
|
multiple: boolean;
|
6183
6183
|
clearable: boolean;
|
6184
6184
|
creatable: boolean;
|
@@ -6204,7 +6204,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6204
6204
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6205
6205
|
componentWillMount?(): void;
|
6206
6206
|
UNSAFE_componentWillMount?(): void;
|
6207
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6207
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6208
6208
|
multiple: boolean;
|
6209
6209
|
clearable: boolean;
|
6210
6210
|
creatable: boolean;
|
@@ -6228,7 +6228,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6228
6228
|
locale?: string | undefined;
|
6229
6229
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6230
6230
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6231
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6232
6232
|
multiple: boolean;
|
6233
6233
|
clearable: boolean;
|
6234
6234
|
creatable: boolean;
|
@@ -6252,7 +6252,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6252
6252
|
locale?: string | undefined;
|
6253
6253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6254
6254
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6255
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6255
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6256
6256
|
multiple: boolean;
|
6257
6257
|
clearable: boolean;
|
6258
6258
|
creatable: boolean;
|
@@ -6276,7 +6276,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6276
6276
|
locale?: string | undefined;
|
6277
6277
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6278
6278
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6279
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6280
6280
|
multiple: boolean;
|
6281
6281
|
clearable: boolean;
|
6282
6282
|
creatable: boolean;
|
@@ -6306,7 +6306,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6306
6306
|
contextType: React.Context<void | import("../env").RendererEnv>;
|
6307
6307
|
};
|
6308
6308
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
6309
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6309
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6310
6310
|
multiple: boolean;
|
6311
6311
|
clearable: boolean;
|
6312
6312
|
creatable: boolean;
|
@@ -6329,7 +6329,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6329
6329
|
}, never>> & {
|
6330
6330
|
locale?: string | undefined;
|
6331
6331
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6333
6333
|
multiple: boolean;
|
6334
6334
|
clearable: boolean;
|
6335
6335
|
creatable: boolean;
|
@@ -6355,7 +6355,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6355
6355
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
6356
6356
|
render(): JSX.Element;
|
6357
6357
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6359
6359
|
multiple: boolean;
|
6360
6360
|
clearable: boolean;
|
6361
6361
|
creatable: boolean;
|
@@ -6380,7 +6380,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6380
6380
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6381
6381
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6382
6382
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6383
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6383
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6384
6384
|
multiple: boolean;
|
6385
6385
|
clearable: boolean;
|
6386
6386
|
creatable: boolean;
|
@@ -6411,7 +6411,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6411
6411
|
[key: string]: React.ReactInstance;
|
6412
6412
|
};
|
6413
6413
|
componentDidMount?(): void;
|
6414
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6414
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6415
6415
|
multiple: boolean;
|
6416
6416
|
clearable: boolean;
|
6417
6417
|
creatable: boolean;
|
@@ -6437,7 +6437,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6437
6437
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6438
6438
|
componentWillUnmount?(): void;
|
6439
6439
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6440
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6440
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6441
6441
|
multiple: boolean;
|
6442
6442
|
clearable: boolean;
|
6443
6443
|
creatable: boolean;
|
@@ -6461,7 +6461,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6461
6461
|
locale?: string | undefined;
|
6462
6462
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6463
6463
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6464
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6464
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6465
6465
|
multiple: boolean;
|
6466
6466
|
clearable: boolean;
|
6467
6467
|
creatable: boolean;
|
@@ -6487,7 +6487,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6487
6487
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6488
6488
|
componentWillMount?(): void;
|
6489
6489
|
UNSAFE_componentWillMount?(): void;
|
6490
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6490
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6491
6491
|
multiple: boolean;
|
6492
6492
|
clearable: boolean;
|
6493
6493
|
creatable: boolean;
|
@@ -6511,7 +6511,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6511
6511
|
locale?: string | undefined;
|
6512
6512
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6513
6513
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6514
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6515
6515
|
multiple: boolean;
|
6516
6516
|
clearable: boolean;
|
6517
6517
|
creatable: boolean;
|
@@ -6535,7 +6535,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6535
6535
|
locale?: string | undefined;
|
6536
6536
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6537
6537
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6538
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6538
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6539
6539
|
multiple: boolean;
|
6540
6540
|
clearable: boolean;
|
6541
6541
|
creatable: boolean;
|
@@ -6559,7 +6559,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6559
6559
|
locale?: string | undefined;
|
6560
6560
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6561
6561
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6562
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6563
6563
|
multiple: boolean;
|
6564
6564
|
clearable: boolean;
|
6565
6565
|
creatable: boolean;
|
@@ -6584,7 +6584,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6584
6584
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6585
6585
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6586
6586
|
};
|
6587
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6587
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6588
6588
|
multiple: boolean;
|
6589
6589
|
clearable: boolean;
|
6590
6590
|
creatable: boolean;
|
@@ -6610,7 +6610,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6610
6610
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
6611
6611
|
render(): JSX.Element;
|
6612
6612
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6614
6614
|
multiple: boolean;
|
6615
6615
|
clearable: boolean;
|
6616
6616
|
creatable: boolean;
|
@@ -6635,7 +6635,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6635
6635
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6636
6636
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6637
6637
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6638
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6638
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6639
6639
|
multiple: boolean;
|
6640
6640
|
clearable: boolean;
|
6641
6641
|
creatable: boolean;
|
@@ -6666,7 +6666,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6666
6666
|
[key: string]: React.ReactInstance;
|
6667
6667
|
};
|
6668
6668
|
componentDidMount?(): void;
|
6669
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6669
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6670
6670
|
multiple: boolean;
|
6671
6671
|
clearable: boolean;
|
6672
6672
|
creatable: boolean;
|
@@ -6692,7 +6692,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6692
6692
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6693
6693
|
componentWillUnmount?(): void;
|
6694
6694
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6695
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6695
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6696
6696
|
multiple: boolean;
|
6697
6697
|
clearable: boolean;
|
6698
6698
|
creatable: boolean;
|
@@ -6716,7 +6716,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6716
6716
|
locale?: string | undefined;
|
6717
6717
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6718
6718
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
6719
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6719
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6720
6720
|
multiple: boolean;
|
6721
6721
|
clearable: boolean;
|
6722
6722
|
creatable: boolean;
|
@@ -6742,7 +6742,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6742
6742
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
6743
6743
|
componentWillMount?(): void;
|
6744
6744
|
UNSAFE_componentWillMount?(): void;
|
6745
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6745
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6746
6746
|
multiple: boolean;
|
6747
6747
|
clearable: boolean;
|
6748
6748
|
creatable: boolean;
|
@@ -6766,7 +6766,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6766
6766
|
locale?: string | undefined;
|
6767
6767
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6768
6768
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6769
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6770
6770
|
multiple: boolean;
|
6771
6771
|
clearable: boolean;
|
6772
6772
|
creatable: boolean;
|
@@ -6790,7 +6790,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6790
6790
|
locale?: string | undefined;
|
6791
6791
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6792
6792
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
6793
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6793
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6794
6794
|
multiple: boolean;
|
6795
6795
|
clearable: boolean;
|
6796
6796
|
creatable: boolean;
|
@@ -6814,7 +6814,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6814
6814
|
locale?: string | undefined;
|
6815
6815
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6816
6816
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
6817
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6818
6818
|
multiple: boolean;
|
6819
6819
|
clearable: boolean;
|
6820
6820
|
creatable: boolean;
|
@@ -6842,7 +6842,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6842
6842
|
contextType?: React.Context<any> | undefined;
|
6843
6843
|
}, {}> & {
|
6844
6844
|
ComposedComponent: {
|
6845
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6845
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6846
6846
|
multiple: boolean;
|
6847
6847
|
clearable: boolean;
|
6848
6848
|
creatable: boolean;
|
@@ -6865,7 +6865,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6865
6865
|
}, never>> & {
|
6866
6866
|
locale?: string | undefined;
|
6867
6867
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6869
6869
|
multiple: boolean;
|
6870
6870
|
clearable: boolean;
|
6871
6871
|
creatable: boolean;
|
@@ -6891,7 +6891,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6891
6891
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
6892
6892
|
render(): JSX.Element;
|
6893
6893
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6895
6895
|
multiple: boolean;
|
6896
6896
|
clearable: boolean;
|
6897
6897
|
creatable: boolean;
|
@@ -6916,7 +6916,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6916
6916
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6917
6917
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
6918
6918
|
forceUpdate(callback?: (() => void) | undefined): void;
|
6919
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6919
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6920
6920
|
multiple: boolean;
|
6921
6921
|
clearable: boolean;
|
6922
6922
|
creatable: boolean;
|
@@ -6947,7 +6947,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6947
6947
|
[key: string]: React.ReactInstance;
|
6948
6948
|
};
|
6949
6949
|
componentDidMount?(): void;
|
6950
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6950
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6951
6951
|
multiple: boolean;
|
6952
6952
|
clearable: boolean;
|
6953
6953
|
creatable: boolean;
|
@@ -6973,7 +6973,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6973
6973
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
6974
6974
|
componentWillUnmount?(): void;
|
6975
6975
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
6976
|
-
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" | "removable" | "editable" | "borderMode" | "
|
6976
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
6977
6977
|
multiple: boolean;
|
6978
6978
|
clearable: boolean;
|
6979
6979
|
creatable: boolean;
|
@@ -6997,7 +6997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
6997
6997
|
locale?: string | undefined;
|
6998
6998
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
6999
6999
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
7000
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7000
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7001
7001
|
multiple: boolean;
|
7002
7002
|
clearable: boolean;
|
7003
7003
|
creatable: boolean;
|
@@ -7023,7 +7023,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7023
7023
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
7024
7024
|
componentWillMount?(): void;
|
7025
7025
|
UNSAFE_componentWillMount?(): void;
|
7026
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7026
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7027
7027
|
multiple: boolean;
|
7028
7028
|
clearable: boolean;
|
7029
7029
|
creatable: boolean;
|
@@ -7047,7 +7047,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7047
7047
|
locale?: string | undefined;
|
7048
7048
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7049
7049
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7050
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7051
7051
|
multiple: boolean;
|
7052
7052
|
clearable: boolean;
|
7053
7053
|
creatable: boolean;
|
@@ -7071,7 +7071,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7071
7071
|
locale?: string | undefined;
|
7072
7072
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7073
7073
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7074
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7074
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7075
7075
|
multiple: boolean;
|
7076
7076
|
clearable: boolean;
|
7077
7077
|
creatable: boolean;
|
@@ -7095,7 +7095,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7095
7095
|
locale?: string | undefined;
|
7096
7096
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7097
7097
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
7098
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7099
7099
|
multiple: boolean;
|
7100
7100
|
clearable: boolean;
|
7101
7101
|
creatable: boolean;
|
@@ -7120,7 +7120,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7120
7120
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7121
7121
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
7122
7122
|
};
|
7123
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7123
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7124
7124
|
multiple: boolean;
|
7125
7125
|
clearable: boolean;
|
7126
7126
|
creatable: boolean;
|
@@ -7146,7 +7146,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7146
7146
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
7147
7147
|
render(): JSX.Element;
|
7148
7148
|
context: any;
|
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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7150
7150
|
multiple: boolean;
|
7151
7151
|
clearable: boolean;
|
7152
7152
|
creatable: boolean;
|
@@ -7171,7 +7171,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7171
7171
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7172
7172
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
7173
7173
|
forceUpdate(callback?: (() => void) | undefined): void;
|
7174
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7174
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7175
7175
|
multiple: boolean;
|
7176
7176
|
clearable: boolean;
|
7177
7177
|
creatable: boolean;
|
@@ -7202,7 +7202,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7202
7202
|
[key: string]: React.ReactInstance;
|
7203
7203
|
};
|
7204
7204
|
componentDidMount?(): void;
|
7205
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7205
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7206
7206
|
multiple: boolean;
|
7207
7207
|
clearable: boolean;
|
7208
7208
|
creatable: boolean;
|
@@ -7228,7 +7228,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7228
7228
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
7229
7229
|
componentWillUnmount?(): void;
|
7230
7230
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
7231
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7231
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7232
7232
|
multiple: boolean;
|
7233
7233
|
clearable: boolean;
|
7234
7234
|
creatable: boolean;
|
@@ -7252,7 +7252,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7252
7252
|
locale?: string | undefined;
|
7253
7253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7254
7254
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
7255
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7255
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7256
7256
|
multiple: boolean;
|
7257
7257
|
clearable: boolean;
|
7258
7258
|
creatable: boolean;
|
@@ -7278,7 +7278,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7278
7278
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
7279
7279
|
componentWillMount?(): void;
|
7280
7280
|
UNSAFE_componentWillMount?(): void;
|
7281
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7281
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7282
7282
|
multiple: boolean;
|
7283
7283
|
clearable: boolean;
|
7284
7284
|
creatable: boolean;
|
@@ -7302,7 +7302,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7302
7302
|
locale?: string | undefined;
|
7303
7303
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7304
7304
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7305
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7306
7306
|
multiple: boolean;
|
7307
7307
|
clearable: boolean;
|
7308
7308
|
creatable: boolean;
|
@@ -7326,7 +7326,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7326
7326
|
locale?: string | undefined;
|
7327
7327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7328
7328
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
7329
|
-
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" | "removable" | "editable" | "borderMode" | "
|
7329
|
+
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" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7330
7330
|
multiple: boolean;
|
7331
7331
|
clearable: boolean;
|
7332
7332
|
creatable: boolean;
|
@@ -7350,7 +7350,7 @@ export declare const SelectWithRemoteOptions: {
|
|
7350
7350
|
locale?: string | undefined;
|
7351
7351
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
7352
7352
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
7353
|
-
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" | "removable" | "editable" | "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" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "removable" | "editable" | "borderMode" | "searchable" | "onAdd" | "onEdit" | "onDelete" | "popOverContainer" | "pathSeparator" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "valueField" | "labelField" | "resetValue" | "inline" | "placeholder" | "clearable" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAllLabel">> & Partial<Pick<{
|
7354
7354
|
multiple: boolean;
|
7355
7355
|
clearable: boolean;
|
7356
7356
|
creatable: boolean;
|