amis-ui 2.2.0 → 2.3.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/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +2 -2
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +11 -11
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +40 -40
- package/esm/components/AssociatedSelection.js +3 -3
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +4 -5
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedSelection.d.ts +40 -40
- package/esm/components/ChainedSelection.js +7 -5
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +4 -2
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +41 -41
- package/esm/components/GroupedSelection.js +12 -5
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +10 -3
- package/esm/components/ImageGallery.js +18 -6
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +18 -18
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/NumberInput.d.ts +19 -10
- package/esm/components/NumberInput.js +38 -9
- package/esm/components/Pagination.js +2 -2
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +5 -3
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +45 -42
- package/esm/components/ResultList.js +10 -8
- package/esm/components/ResultTableList.d.ts +41 -40
- package/esm/components/ResultTableList.js +3 -3
- package/esm/components/ResultTreeList.d.ts +41 -40
- package/esm/components/ResultTreeList.js +4 -4
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +193 -193
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.d.ts +42 -40
- package/esm/components/Selection.js +6 -3
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +12 -0
- package/esm/components/Spinner.js +111 -23
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +40 -40
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +2 -2
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +2 -2
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +50 -50
- package/esm/components/Transfer.js +12 -12
- package/esm/components/TransferDropDown.d.ts +40 -40
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.d.ts +40 -42
- package/esm/components/TransferSearch.js +2 -8
- package/esm/components/Tree.js +3 -2
- package/esm/components/TreeSelection.d.ts +40 -40
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +5 -1
- package/esm/components/UserSelect.js +87 -28
- package/esm/components/UserTabSelect.d.ts +4 -3
- package/esm/components/UserTabSelect.js +64 -18
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +1 -0
- package/esm/components/condition-builder/Expression.js +3 -3
- package/esm/components/condition-builder/Field.d.ts +2 -1
- package/esm/components/condition-builder/Field.js +9 -5
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +1 -0
- package/esm/components/condition-builder/Group.js +3 -3
- package/esm/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/esm/components/condition-builder/GroupOrItem.js +3 -3
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +1 -0
- package/esm/components/condition-builder/Item.js +3 -3
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +1 -0
- package/esm/components/condition-builder/index.js +3 -3
- package/esm/components/formula/Editor.d.ts +2 -0
- package/esm/components/formula/Editor.js +17 -6
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.d.ts +65 -54
- package/esm/components/formula/Picker.js +22 -9
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.d.ts +1 -1
- package/esm/components/formula/plugin.js +6 -4
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +49 -43
- package/esm/components/table/index.js +98 -51
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check-circle.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/status-fail.svg.js +1 -1
- package/esm/icons/status-info.svg.js +1 -1
- package/esm/icons/status-success.svg.js +1 -1
- package/esm/icons/status-warning.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +7 -2
- package/esm/locale/en-US.js +7 -3
- package/esm/locale/zh-CN.js +7 -3
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +2 -2
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +11 -11
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +3 -3
- package/lib/components/Avatar.d.ts +10 -10
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +4 -5
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +10 -10
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +7 -5
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +10 -10
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +4 -2
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +41 -41
- package/lib/components/GroupedSelection.js +12 -5
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +10 -3
- package/lib/components/ImageGallery.js +18 -6
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +58 -58
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/NumberInput.d.ts +19 -10
- package/lib/components/NumberInput.js +38 -9
- package/lib/components/Pagination.js +2 -2
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +10 -10
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +5 -3
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +45 -42
- package/lib/components/ResultList.js +10 -8
- package/lib/components/ResultTableList.d.ts +41 -40
- package/lib/components/ResultTableList.js +3 -3
- package/lib/components/ResultTreeList.d.ts +41 -40
- package/lib/components/ResultTreeList.js +4 -4
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +42 -40
- package/lib/components/Selection.js +6 -3
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +22 -10
- package/lib/components/Spinner.js +111 -23
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +10 -10
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +2 -2
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +2 -2
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +50 -50
- package/lib/components/Transfer.js +12 -12
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.d.ts +40 -42
- package/lib/components/TransferSearch.js +2 -8
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +45 -41
- package/lib/components/UserSelect.js +86 -27
- package/lib/components/UserTabSelect.d.ts +44 -43
- package/lib/components/UserTabSelect.js +64 -18
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +3 -3
- package/lib/components/condition-builder/Field.d.ts +2 -1
- package/lib/components/condition-builder/Field.js +9 -5
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +3 -3
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +3 -3
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +3 -3
- package/lib/components/formula/Editor.d.ts +42 -40
- package/lib/components/formula/Editor.js +17 -6
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +65 -54
- package/lib/components/formula/Picker.js +22 -9
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.d.ts +1 -1
- package/lib/components/formula/plugin.js +6 -4
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +49 -43
- package/lib/components/table/index.js +98 -51
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +8335 -38
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check-circle.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/status-fail.svg.js +1 -1
- package/lib/icons/status-info.svg.js +1 -1
- package/lib/icons/status-success.svg.js +1 -1
- package/lib/icons/status-warning.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +7 -2
- package/lib/locale/en-US.js +7 -3
- package/lib/locale/zh-CN.js +7 -3
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +8847 -5617
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +8955 -5731
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +8855 -5630
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +8940 -5709
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +8855 -5630
- package/package.json +22 -22
- package/scss/_mixins.scss +10 -0
- package/scss/_thirds.scss +6 -6
- package/scss/components/_anchor-nav.scss +9 -2
- package/scss/components/_collapse.scss +4 -4
- package/scss/components/_spinner.scss +6 -0
- package/scss/components/_table.scss +1 -1
- package/scss/components/form/_fieldset.scss +20 -0
- package/scss/components/form/_input-group.scss +5 -0
- package/scss/components/form/_selection.scss +6 -1
- package/scss/components/form/_textarea.scss +4 -2
- package/scss/components/form/_user-select.scss +35 -2
- package/scss/themes/_antd-variables.scss +4 -2
- package/scss/themes/_cxd-variables.scss +5 -1
- package/scss/themes/_dark-variables.scss +3 -0
|
@@ -186,7 +186,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
|
186
186
|
render(): JSX.Element;
|
|
187
187
|
}
|
|
188
188
|
declare const EnhancedSelect: {
|
|
189
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
189
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
190
190
|
multiple: boolean;
|
|
191
191
|
clearable: boolean;
|
|
192
192
|
creatable: boolean;
|
|
@@ -217,7 +217,7 @@ declare const EnhancedSelect: {
|
|
|
217
217
|
getWrappedInstance(): any;
|
|
218
218
|
render(): JSX.Element;
|
|
219
219
|
context: any;
|
|
220
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
220
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
221
221
|
multiple: boolean;
|
|
222
222
|
clearable: boolean;
|
|
223
223
|
creatable: boolean;
|
|
@@ -244,7 +244,7 @@ declare const EnhancedSelect: {
|
|
|
244
244
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
245
245
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
246
246
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
247
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
247
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
248
248
|
multiple: boolean;
|
|
249
249
|
clearable: boolean;
|
|
250
250
|
creatable: boolean;
|
|
@@ -277,7 +277,7 @@ declare const EnhancedSelect: {
|
|
|
277
277
|
[key: string]: React.ReactInstance;
|
|
278
278
|
};
|
|
279
279
|
componentDidMount?(): void;
|
|
280
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
280
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
281
281
|
multiple: boolean;
|
|
282
282
|
clearable: boolean;
|
|
283
283
|
creatable: boolean;
|
|
@@ -305,7 +305,7 @@ declare const EnhancedSelect: {
|
|
|
305
305
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
306
306
|
componentWillUnmount?(): void;
|
|
307
307
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
308
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
308
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
309
309
|
multiple: boolean;
|
|
310
310
|
clearable: boolean;
|
|
311
311
|
creatable: boolean;
|
|
@@ -331,7 +331,7 @@ declare const EnhancedSelect: {
|
|
|
331
331
|
locale?: string | undefined;
|
|
332
332
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
333
333
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
334
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
334
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
335
335
|
multiple: boolean;
|
|
336
336
|
clearable: boolean;
|
|
337
337
|
creatable: boolean;
|
|
@@ -359,7 +359,7 @@ declare const EnhancedSelect: {
|
|
|
359
359
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
360
360
|
componentWillMount?(): void;
|
|
361
361
|
UNSAFE_componentWillMount?(): void;
|
|
362
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
362
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
363
363
|
multiple: boolean;
|
|
364
364
|
clearable: boolean;
|
|
365
365
|
creatable: boolean;
|
|
@@ -385,7 +385,7 @@ declare const EnhancedSelect: {
|
|
|
385
385
|
locale?: string | undefined;
|
|
386
386
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
387
387
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
388
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
388
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
389
389
|
multiple: boolean;
|
|
390
390
|
clearable: boolean;
|
|
391
391
|
creatable: boolean;
|
|
@@ -411,7 +411,7 @@ declare const EnhancedSelect: {
|
|
|
411
411
|
locale?: string | undefined;
|
|
412
412
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
413
413
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
414
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
414
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
415
415
|
multiple: boolean;
|
|
416
416
|
clearable: boolean;
|
|
417
417
|
creatable: boolean;
|
|
@@ -437,7 +437,7 @@ declare const EnhancedSelect: {
|
|
|
437
437
|
locale?: string | undefined;
|
|
438
438
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
439
439
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
440
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
440
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
441
441
|
multiple: boolean;
|
|
442
442
|
clearable: boolean;
|
|
443
443
|
creatable: boolean;
|
|
@@ -467,7 +467,7 @@ declare const EnhancedSelect: {
|
|
|
467
467
|
displayName: string;
|
|
468
468
|
contextType: React.Context<string>;
|
|
469
469
|
ComposedComponent: React.ComponentType<{
|
|
470
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
470
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
471
471
|
multiple: boolean;
|
|
472
472
|
clearable: boolean;
|
|
473
473
|
creatable: boolean;
|
|
@@ -498,7 +498,7 @@ declare const EnhancedSelect: {
|
|
|
498
498
|
getWrappedInstance(): any;
|
|
499
499
|
render(): JSX.Element;
|
|
500
500
|
context: any;
|
|
501
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
501
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
502
502
|
multiple: boolean;
|
|
503
503
|
clearable: boolean;
|
|
504
504
|
creatable: boolean;
|
|
@@ -525,7 +525,7 @@ declare const EnhancedSelect: {
|
|
|
525
525
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
526
526
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
527
527
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
528
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
528
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
529
529
|
multiple: boolean;
|
|
530
530
|
clearable: boolean;
|
|
531
531
|
creatable: boolean;
|
|
@@ -558,7 +558,7 @@ declare const EnhancedSelect: {
|
|
|
558
558
|
[key: string]: React.ReactInstance;
|
|
559
559
|
};
|
|
560
560
|
componentDidMount?(): void;
|
|
561
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
561
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
562
562
|
multiple: boolean;
|
|
563
563
|
clearable: boolean;
|
|
564
564
|
creatable: boolean;
|
|
@@ -586,7 +586,7 @@ declare const EnhancedSelect: {
|
|
|
586
586
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
587
587
|
componentWillUnmount?(): void;
|
|
588
588
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
589
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
589
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
590
590
|
multiple: boolean;
|
|
591
591
|
clearable: boolean;
|
|
592
592
|
creatable: boolean;
|
|
@@ -612,7 +612,7 @@ declare const EnhancedSelect: {
|
|
|
612
612
|
locale?: string | undefined;
|
|
613
613
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
614
614
|
}>, prevState: Readonly<{}>): any;
|
|
615
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
615
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
616
616
|
multiple: boolean;
|
|
617
617
|
clearable: boolean;
|
|
618
618
|
creatable: boolean;
|
|
@@ -640,7 +640,7 @@ declare const EnhancedSelect: {
|
|
|
640
640
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
641
641
|
componentWillMount?(): void;
|
|
642
642
|
UNSAFE_componentWillMount?(): void;
|
|
643
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
643
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
644
644
|
multiple: boolean;
|
|
645
645
|
clearable: boolean;
|
|
646
646
|
creatable: boolean;
|
|
@@ -666,7 +666,7 @@ declare const EnhancedSelect: {
|
|
|
666
666
|
locale?: string | undefined;
|
|
667
667
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
668
668
|
}>, nextContext: any): void;
|
|
669
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
669
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
670
670
|
multiple: boolean;
|
|
671
671
|
clearable: boolean;
|
|
672
672
|
creatable: boolean;
|
|
@@ -692,7 +692,7 @@ declare const EnhancedSelect: {
|
|
|
692
692
|
locale?: string | undefined;
|
|
693
693
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
694
694
|
}>, nextContext: any): void;
|
|
695
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
695
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
696
696
|
multiple: boolean;
|
|
697
697
|
clearable: boolean;
|
|
698
698
|
creatable: boolean;
|
|
@@ -718,7 +718,7 @@ declare const EnhancedSelect: {
|
|
|
718
718
|
locale?: string | undefined;
|
|
719
719
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
720
720
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
721
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
721
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
722
722
|
multiple: boolean;
|
|
723
723
|
clearable: boolean;
|
|
724
724
|
creatable: boolean;
|
|
@@ -752,7 +752,7 @@ declare const EnhancedSelect: {
|
|
|
752
752
|
ComposedComponent: typeof Select;
|
|
753
753
|
}>;
|
|
754
754
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
755
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
755
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
756
756
|
multiple: boolean;
|
|
757
757
|
clearable: boolean;
|
|
758
758
|
creatable: boolean;
|
|
@@ -783,7 +783,7 @@ declare const EnhancedSelect: {
|
|
|
783
783
|
getWrappedInstance(): any;
|
|
784
784
|
render(): JSX.Element;
|
|
785
785
|
context: any;
|
|
786
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
786
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
787
787
|
multiple: boolean;
|
|
788
788
|
clearable: boolean;
|
|
789
789
|
creatable: boolean;
|
|
@@ -810,7 +810,7 @@ declare const EnhancedSelect: {
|
|
|
810
810
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
811
811
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
812
812
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
813
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
813
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
814
814
|
multiple: boolean;
|
|
815
815
|
clearable: boolean;
|
|
816
816
|
creatable: boolean;
|
|
@@ -843,7 +843,7 @@ declare const EnhancedSelect: {
|
|
|
843
843
|
[key: string]: React.ReactInstance;
|
|
844
844
|
};
|
|
845
845
|
componentDidMount?(): void;
|
|
846
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
846
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
847
847
|
multiple: boolean;
|
|
848
848
|
clearable: boolean;
|
|
849
849
|
creatable: boolean;
|
|
@@ -871,7 +871,7 @@ declare const EnhancedSelect: {
|
|
|
871
871
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
872
872
|
componentWillUnmount?(): void;
|
|
873
873
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
874
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
874
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
875
875
|
multiple: boolean;
|
|
876
876
|
clearable: boolean;
|
|
877
877
|
creatable: boolean;
|
|
@@ -897,7 +897,7 @@ declare const EnhancedSelect: {
|
|
|
897
897
|
locale?: string | undefined;
|
|
898
898
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
899
899
|
}>, prevState: Readonly<{}>): any;
|
|
900
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
900
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
901
901
|
multiple: boolean;
|
|
902
902
|
clearable: boolean;
|
|
903
903
|
creatable: boolean;
|
|
@@ -925,7 +925,7 @@ declare const EnhancedSelect: {
|
|
|
925
925
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
926
926
|
componentWillMount?(): void;
|
|
927
927
|
UNSAFE_componentWillMount?(): void;
|
|
928
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
928
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
929
929
|
multiple: boolean;
|
|
930
930
|
clearable: boolean;
|
|
931
931
|
creatable: boolean;
|
|
@@ -951,7 +951,7 @@ declare const EnhancedSelect: {
|
|
|
951
951
|
locale?: string | undefined;
|
|
952
952
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
953
953
|
}>, nextContext: any): void;
|
|
954
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
954
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
955
955
|
multiple: boolean;
|
|
956
956
|
clearable: boolean;
|
|
957
957
|
creatable: boolean;
|
|
@@ -977,7 +977,7 @@ declare const EnhancedSelect: {
|
|
|
977
977
|
locale?: string | undefined;
|
|
978
978
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
979
979
|
}>, nextContext: any): void;
|
|
980
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
980
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
981
981
|
multiple: boolean;
|
|
982
982
|
clearable: boolean;
|
|
983
983
|
creatable: boolean;
|
|
@@ -1003,7 +1003,7 @@ declare const EnhancedSelect: {
|
|
|
1003
1003
|
locale?: string | undefined;
|
|
1004
1004
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1005
1005
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1006
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1006
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1007
1007
|
multiple: boolean;
|
|
1008
1008
|
clearable: boolean;
|
|
1009
1009
|
creatable: boolean;
|
|
@@ -1037,7 +1037,7 @@ declare const EnhancedSelect: {
|
|
|
1037
1037
|
ComposedComponent: typeof Select;
|
|
1038
1038
|
}, {}> & {
|
|
1039
1039
|
ComposedComponent: {
|
|
1040
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1040
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1041
1041
|
multiple: boolean;
|
|
1042
1042
|
clearable: boolean;
|
|
1043
1043
|
creatable: boolean;
|
|
@@ -1068,7 +1068,7 @@ declare const EnhancedSelect: {
|
|
|
1068
1068
|
getWrappedInstance(): any;
|
|
1069
1069
|
render(): JSX.Element;
|
|
1070
1070
|
context: any;
|
|
1071
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1071
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1072
1072
|
multiple: boolean;
|
|
1073
1073
|
clearable: boolean;
|
|
1074
1074
|
creatable: boolean;
|
|
@@ -1095,7 +1095,7 @@ declare const EnhancedSelect: {
|
|
|
1095
1095
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1096
1096
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1097
1097
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1098
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1098
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1099
1099
|
multiple: boolean;
|
|
1100
1100
|
clearable: boolean;
|
|
1101
1101
|
creatable: boolean;
|
|
@@ -1128,7 +1128,7 @@ declare const EnhancedSelect: {
|
|
|
1128
1128
|
[key: string]: React.ReactInstance;
|
|
1129
1129
|
};
|
|
1130
1130
|
componentDidMount?(): void;
|
|
1131
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1131
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1132
1132
|
multiple: boolean;
|
|
1133
1133
|
clearable: boolean;
|
|
1134
1134
|
creatable: boolean;
|
|
@@ -1156,7 +1156,7 @@ declare const EnhancedSelect: {
|
|
|
1156
1156
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1157
1157
|
componentWillUnmount?(): void;
|
|
1158
1158
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1159
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1159
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1160
1160
|
multiple: boolean;
|
|
1161
1161
|
clearable: boolean;
|
|
1162
1162
|
creatable: boolean;
|
|
@@ -1182,7 +1182,7 @@ declare const EnhancedSelect: {
|
|
|
1182
1182
|
locale?: string | undefined;
|
|
1183
1183
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1184
1184
|
}>, prevState: Readonly<{}>): any;
|
|
1185
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1185
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1186
1186
|
multiple: boolean;
|
|
1187
1187
|
clearable: boolean;
|
|
1188
1188
|
creatable: boolean;
|
|
@@ -1210,7 +1210,7 @@ declare const EnhancedSelect: {
|
|
|
1210
1210
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1211
1211
|
componentWillMount?(): void;
|
|
1212
1212
|
UNSAFE_componentWillMount?(): void;
|
|
1213
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1213
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1214
1214
|
multiple: boolean;
|
|
1215
1215
|
clearable: boolean;
|
|
1216
1216
|
creatable: boolean;
|
|
@@ -1236,7 +1236,7 @@ declare const EnhancedSelect: {
|
|
|
1236
1236
|
locale?: string | undefined;
|
|
1237
1237
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1238
1238
|
}>, nextContext: any): void;
|
|
1239
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1239
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1240
1240
|
multiple: boolean;
|
|
1241
1241
|
clearable: boolean;
|
|
1242
1242
|
creatable: boolean;
|
|
@@ -1262,7 +1262,7 @@ declare const EnhancedSelect: {
|
|
|
1262
1262
|
locale?: string | undefined;
|
|
1263
1263
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1264
1264
|
}>, nextContext: any): void;
|
|
1265
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1265
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1266
1266
|
multiple: boolean;
|
|
1267
1267
|
clearable: boolean;
|
|
1268
1268
|
creatable: boolean;
|
|
@@ -1288,7 +1288,7 @@ declare const EnhancedSelect: {
|
|
|
1288
1288
|
locale?: string | undefined;
|
|
1289
1289
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1290
1290
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1291
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1291
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1292
1292
|
multiple: boolean;
|
|
1293
1293
|
clearable: boolean;
|
|
1294
1294
|
creatable: boolean;
|
|
@@ -1324,7 +1324,7 @@ declare const EnhancedSelect: {
|
|
|
1324
1324
|
};
|
|
1325
1325
|
export default EnhancedSelect;
|
|
1326
1326
|
export declare const SelectWithRemoteOptions: {
|
|
1327
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1327
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1328
1328
|
multiple: boolean;
|
|
1329
1329
|
clearable: boolean;
|
|
1330
1330
|
creatable: boolean;
|
|
@@ -1371,7 +1371,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1371
1371
|
setData(data: any): void;
|
|
1372
1372
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1373
1373
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1374
|
-
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1374
|
+
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1375
1375
|
multiple: boolean;
|
|
1376
1376
|
clearable: boolean;
|
|
1377
1377
|
creatable: boolean;
|
|
@@ -1446,7 +1446,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1446
1446
|
getWrappedInstance(): any;
|
|
1447
1447
|
render(): JSX.Element;
|
|
1448
1448
|
context: any;
|
|
1449
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1449
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1450
1450
|
multiple: boolean;
|
|
1451
1451
|
clearable: boolean;
|
|
1452
1452
|
creatable: boolean;
|
|
@@ -1495,7 +1495,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1495
1495
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1496
1496
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
1497
1497
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1498
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1498
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1499
1499
|
multiple: boolean;
|
|
1500
1500
|
clearable: boolean;
|
|
1501
1501
|
creatable: boolean;
|
|
@@ -1550,7 +1550,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1550
1550
|
[key: string]: React.ReactInstance;
|
|
1551
1551
|
};
|
|
1552
1552
|
componentDidMount?(): void;
|
|
1553
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1553
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1554
1554
|
multiple: boolean;
|
|
1555
1555
|
clearable: boolean;
|
|
1556
1556
|
creatable: boolean;
|
|
@@ -1599,7 +1599,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1599
1599
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1600
1600
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1601
1601
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1602
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1602
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1603
1603
|
multiple: boolean;
|
|
1604
1604
|
clearable: boolean;
|
|
1605
1605
|
creatable: boolean;
|
|
@@ -1647,7 +1647,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1647
1647
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1648
1648
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1649
1649
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
1650
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1650
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1651
1651
|
multiple: boolean;
|
|
1652
1652
|
clearable: boolean;
|
|
1653
1653
|
creatable: boolean;
|
|
@@ -1697,7 +1697,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1697
1697
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1698
1698
|
componentWillMount?(): void;
|
|
1699
1699
|
UNSAFE_componentWillMount?(): void;
|
|
1700
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1700
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1701
1701
|
multiple: boolean;
|
|
1702
1702
|
clearable: boolean;
|
|
1703
1703
|
creatable: boolean;
|
|
@@ -1745,7 +1745,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1745
1745
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1746
1746
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1747
1747
|
}, "store">>, nextContext: any): void;
|
|
1748
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1748
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1749
1749
|
multiple: boolean;
|
|
1750
1750
|
clearable: boolean;
|
|
1751
1751
|
creatable: boolean;
|
|
@@ -1793,7 +1793,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1793
1793
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1794
1794
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1795
1795
|
}, "store">>, nextContext: any): void;
|
|
1796
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1796
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1797
1797
|
multiple: boolean;
|
|
1798
1798
|
clearable: boolean;
|
|
1799
1799
|
creatable: boolean;
|
|
@@ -1841,7 +1841,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1841
1841
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1842
1842
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1843
1843
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1844
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1844
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1845
1845
|
multiple: boolean;
|
|
1846
1846
|
clearable: boolean;
|
|
1847
1847
|
creatable: boolean;
|
|
@@ -1890,7 +1890,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1890
1890
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1891
1891
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1892
1892
|
};
|
|
1893
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1893
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1894
1894
|
multiple: boolean;
|
|
1895
1895
|
clearable: boolean;
|
|
1896
1896
|
creatable: boolean;
|
|
@@ -1965,7 +1965,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1965
1965
|
getWrappedInstance(): any;
|
|
1966
1966
|
render(): JSX.Element;
|
|
1967
1967
|
context: any;
|
|
1968
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
1968
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1969
1969
|
multiple: boolean;
|
|
1970
1970
|
clearable: boolean;
|
|
1971
1971
|
creatable: boolean;
|
|
@@ -2014,7 +2014,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2014
2014
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2015
2015
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
2016
2016
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2017
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2017
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2018
2018
|
multiple: boolean;
|
|
2019
2019
|
clearable: boolean;
|
|
2020
2020
|
creatable: boolean;
|
|
@@ -2069,7 +2069,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2069
2069
|
[key: string]: React.ReactInstance;
|
|
2070
2070
|
};
|
|
2071
2071
|
componentDidMount?(): void;
|
|
2072
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2072
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2073
2073
|
multiple: boolean;
|
|
2074
2074
|
clearable: boolean;
|
|
2075
2075
|
creatable: boolean;
|
|
@@ -2118,7 +2118,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2118
2118
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2119
2119
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2120
2120
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2121
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2121
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2122
2122
|
multiple: boolean;
|
|
2123
2123
|
clearable: boolean;
|
|
2124
2124
|
creatable: boolean;
|
|
@@ -2166,7 +2166,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2166
2166
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2167
2167
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2168
2168
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
2169
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2169
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2170
2170
|
multiple: boolean;
|
|
2171
2171
|
clearable: boolean;
|
|
2172
2172
|
creatable: boolean;
|
|
@@ -2216,7 +2216,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2216
2216
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
2217
2217
|
componentWillMount?(): void;
|
|
2218
2218
|
UNSAFE_componentWillMount?(): void;
|
|
2219
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2219
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2220
2220
|
multiple: boolean;
|
|
2221
2221
|
clearable: boolean;
|
|
2222
2222
|
creatable: boolean;
|
|
@@ -2264,7 +2264,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2264
2264
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2265
2265
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2266
2266
|
}, "store">>, nextContext: any): void;
|
|
2267
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2267
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2268
2268
|
multiple: boolean;
|
|
2269
2269
|
clearable: boolean;
|
|
2270
2270
|
creatable: boolean;
|
|
@@ -2312,7 +2312,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2312
2312
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2313
2313
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2314
2314
|
}, "store">>, nextContext: any): void;
|
|
2315
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2315
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2316
2316
|
multiple: boolean;
|
|
2317
2317
|
clearable: boolean;
|
|
2318
2318
|
creatable: boolean;
|
|
@@ -2360,7 +2360,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2360
2360
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2361
2361
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2362
2362
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2363
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2363
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2364
2364
|
multiple: boolean;
|
|
2365
2365
|
clearable: boolean;
|
|
2366
2366
|
creatable: boolean;
|
|
@@ -2411,7 +2411,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2411
2411
|
};
|
|
2412
2412
|
displayName: string;
|
|
2413
2413
|
ComposedComponent: React.ComponentType<{
|
|
2414
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2414
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2415
2415
|
multiple: boolean;
|
|
2416
2416
|
clearable: boolean;
|
|
2417
2417
|
creatable: boolean;
|
|
@@ -2471,7 +2471,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2471
2471
|
deferLoadConfig(item: any): Promise<void>;
|
|
2472
2472
|
render(): JSX.Element;
|
|
2473
2473
|
context: any;
|
|
2474
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2474
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2475
2475
|
multiple: boolean;
|
|
2476
2476
|
clearable: boolean;
|
|
2477
2477
|
creatable: boolean;
|
|
@@ -2520,7 +2520,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2520
2520
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2521
2521
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
2522
2522
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2523
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2523
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2524
2524
|
multiple: boolean;
|
|
2525
2525
|
clearable: boolean;
|
|
2526
2526
|
creatable: boolean;
|
|
@@ -2574,7 +2574,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2574
2574
|
refs: {
|
|
2575
2575
|
[key: string]: React.ReactInstance;
|
|
2576
2576
|
};
|
|
2577
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2577
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2578
2578
|
multiple: boolean;
|
|
2579
2579
|
clearable: boolean;
|
|
2580
2580
|
creatable: boolean;
|
|
@@ -2623,7 +2623,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2623
2623
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2624
2624
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2625
2625
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2626
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2626
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2627
2627
|
multiple: boolean;
|
|
2628
2628
|
clearable: boolean;
|
|
2629
2629
|
creatable: boolean;
|
|
@@ -2673,7 +2673,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2673
2673
|
}>, prevState: Readonly<{}>): any;
|
|
2674
2674
|
componentWillMount?(): void;
|
|
2675
2675
|
UNSAFE_componentWillMount?(): void;
|
|
2676
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2676
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2677
2677
|
multiple: boolean;
|
|
2678
2678
|
clearable: boolean;
|
|
2679
2679
|
creatable: boolean;
|
|
@@ -2721,7 +2721,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2721
2721
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2722
2722
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2723
2723
|
}>, nextContext: any): void;
|
|
2724
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2724
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2725
2725
|
multiple: boolean;
|
|
2726
2726
|
clearable: boolean;
|
|
2727
2727
|
creatable: boolean;
|
|
@@ -2769,7 +2769,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2769
2769
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2770
2770
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2771
2771
|
}>, nextContext: any): void;
|
|
2772
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2772
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2773
2773
|
multiple: boolean;
|
|
2774
2774
|
clearable: boolean;
|
|
2775
2775
|
creatable: boolean;
|
|
@@ -2817,7 +2817,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2817
2817
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2818
2818
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2819
2819
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2820
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2820
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2821
2821
|
multiple: boolean;
|
|
2822
2822
|
clearable: boolean;
|
|
2823
2823
|
creatable: boolean;
|
|
@@ -2868,7 +2868,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2868
2868
|
};
|
|
2869
2869
|
displayName: string;
|
|
2870
2870
|
ComposedComponent: React.ComponentType<{
|
|
2871
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2871
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2872
2872
|
multiple: boolean;
|
|
2873
2873
|
clearable: boolean;
|
|
2874
2874
|
creatable: boolean;
|
|
@@ -2893,7 +2893,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2893
2893
|
}, never>> & {
|
|
2894
2894
|
locale?: string | undefined;
|
|
2895
2895
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2896
|
-
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2896
|
+
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2897
2897
|
multiple: boolean;
|
|
2898
2898
|
clearable: boolean;
|
|
2899
2899
|
creatable: boolean;
|
|
@@ -2921,7 +2921,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2921
2921
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
|
|
2922
2922
|
render(): JSX.Element;
|
|
2923
2923
|
context: any;
|
|
2924
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2924
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2925
2925
|
multiple: boolean;
|
|
2926
2926
|
clearable: boolean;
|
|
2927
2927
|
creatable: boolean;
|
|
@@ -2948,7 +2948,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2948
2948
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2949
2949
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
2950
2950
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2951
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2951
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2952
2952
|
multiple: boolean;
|
|
2953
2953
|
clearable: boolean;
|
|
2954
2954
|
creatable: boolean;
|
|
@@ -2981,7 +2981,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2981
2981
|
[key: string]: React.ReactInstance;
|
|
2982
2982
|
};
|
|
2983
2983
|
componentDidMount?(): void;
|
|
2984
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
2984
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2985
2985
|
multiple: boolean;
|
|
2986
2986
|
clearable: boolean;
|
|
2987
2987
|
creatable: boolean;
|
|
@@ -3009,7 +3009,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3009
3009
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3010
3010
|
componentWillUnmount?(): void;
|
|
3011
3011
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3012
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3012
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3013
3013
|
multiple: boolean;
|
|
3014
3014
|
clearable: boolean;
|
|
3015
3015
|
creatable: boolean;
|
|
@@ -3035,7 +3035,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3035
3035
|
locale?: string | undefined;
|
|
3036
3036
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3037
3037
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
3038
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3038
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3039
3039
|
multiple: boolean;
|
|
3040
3040
|
clearable: boolean;
|
|
3041
3041
|
creatable: boolean;
|
|
@@ -3063,7 +3063,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3063
3063
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3064
3064
|
componentWillMount?(): void;
|
|
3065
3065
|
UNSAFE_componentWillMount?(): void;
|
|
3066
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3066
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3067
3067
|
multiple: boolean;
|
|
3068
3068
|
clearable: boolean;
|
|
3069
3069
|
creatable: boolean;
|
|
@@ -3089,7 +3089,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3089
3089
|
locale?: string | undefined;
|
|
3090
3090
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3091
3091
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3092
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3092
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3093
3093
|
multiple: boolean;
|
|
3094
3094
|
clearable: boolean;
|
|
3095
3095
|
creatable: boolean;
|
|
@@ -3115,7 +3115,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3115
3115
|
locale?: string | undefined;
|
|
3116
3116
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3117
3117
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3118
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3118
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3119
3119
|
multiple: boolean;
|
|
3120
3120
|
clearable: boolean;
|
|
3121
3121
|
creatable: boolean;
|
|
@@ -3141,7 +3141,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3141
3141
|
locale?: string | undefined;
|
|
3142
3142
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3143
3143
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3144
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3144
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3145
3145
|
multiple: boolean;
|
|
3146
3146
|
clearable: boolean;
|
|
3147
3147
|
creatable: boolean;
|
|
@@ -3168,7 +3168,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3168
3168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3169
3169
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3170
3170
|
};
|
|
3171
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3171
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3172
3172
|
multiple: boolean;
|
|
3173
3173
|
clearable: boolean;
|
|
3174
3174
|
creatable: boolean;
|
|
@@ -3196,7 +3196,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3196
3196
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
3197
3197
|
render(): JSX.Element;
|
|
3198
3198
|
context: any;
|
|
3199
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3199
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3200
3200
|
multiple: boolean;
|
|
3201
3201
|
clearable: boolean;
|
|
3202
3202
|
creatable: boolean;
|
|
@@ -3223,7 +3223,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3223
3223
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3224
3224
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3225
3225
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3226
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3226
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3227
3227
|
multiple: boolean;
|
|
3228
3228
|
clearable: boolean;
|
|
3229
3229
|
creatable: boolean;
|
|
@@ -3256,7 +3256,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3256
3256
|
[key: string]: React.ReactInstance;
|
|
3257
3257
|
};
|
|
3258
3258
|
componentDidMount?(): void;
|
|
3259
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3259
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3260
3260
|
multiple: boolean;
|
|
3261
3261
|
clearable: boolean;
|
|
3262
3262
|
creatable: boolean;
|
|
@@ -3284,7 +3284,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3284
3284
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3285
3285
|
componentWillUnmount?(): void;
|
|
3286
3286
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3287
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3287
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3288
3288
|
multiple: boolean;
|
|
3289
3289
|
clearable: boolean;
|
|
3290
3290
|
creatable: boolean;
|
|
@@ -3310,7 +3310,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3310
3310
|
locale?: string | undefined;
|
|
3311
3311
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3312
3312
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
3313
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3313
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3314
3314
|
multiple: boolean;
|
|
3315
3315
|
clearable: boolean;
|
|
3316
3316
|
creatable: boolean;
|
|
@@ -3338,7 +3338,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3338
3338
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3339
3339
|
componentWillMount?(): void;
|
|
3340
3340
|
UNSAFE_componentWillMount?(): void;
|
|
3341
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3341
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3342
3342
|
multiple: boolean;
|
|
3343
3343
|
clearable: boolean;
|
|
3344
3344
|
creatable: boolean;
|
|
@@ -3364,7 +3364,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3364
3364
|
locale?: string | undefined;
|
|
3365
3365
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3366
3366
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3367
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3367
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3368
3368
|
multiple: boolean;
|
|
3369
3369
|
clearable: boolean;
|
|
3370
3370
|
creatable: boolean;
|
|
@@ -3390,7 +3390,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3390
3390
|
locale?: string | undefined;
|
|
3391
3391
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3392
3392
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3393
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3393
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3394
3394
|
multiple: boolean;
|
|
3395
3395
|
clearable: boolean;
|
|
3396
3396
|
creatable: boolean;
|
|
@@ -3416,7 +3416,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3416
3416
|
locale?: string | undefined;
|
|
3417
3417
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3418
3418
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3419
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3419
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3420
3420
|
multiple: boolean;
|
|
3421
3421
|
clearable: boolean;
|
|
3422
3422
|
creatable: boolean;
|
|
@@ -3449,7 +3449,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3449
3449
|
}>;
|
|
3450
3450
|
contextType?: React.Context<any> | undefined;
|
|
3451
3451
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
3452
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3452
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3453
3453
|
multiple: boolean;
|
|
3454
3454
|
clearable: boolean;
|
|
3455
3455
|
creatable: boolean;
|
|
@@ -3509,7 +3509,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3509
3509
|
deferLoadConfig(item: any): Promise<void>;
|
|
3510
3510
|
render(): JSX.Element;
|
|
3511
3511
|
context: any;
|
|
3512
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3512
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3513
3513
|
multiple: boolean;
|
|
3514
3514
|
clearable: boolean;
|
|
3515
3515
|
creatable: boolean;
|
|
@@ -3558,7 +3558,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3558
3558
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3559
3559
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
3560
3560
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3561
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3561
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3562
3562
|
multiple: boolean;
|
|
3563
3563
|
clearable: boolean;
|
|
3564
3564
|
creatable: boolean;
|
|
@@ -3612,7 +3612,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3612
3612
|
refs: {
|
|
3613
3613
|
[key: string]: React.ReactInstance;
|
|
3614
3614
|
};
|
|
3615
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3615
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3616
3616
|
multiple: boolean;
|
|
3617
3617
|
clearable: boolean;
|
|
3618
3618
|
creatable: boolean;
|
|
@@ -3661,7 +3661,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3661
3661
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3662
3662
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3663
3663
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3664
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3664
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3665
3665
|
multiple: boolean;
|
|
3666
3666
|
clearable: boolean;
|
|
3667
3667
|
creatable: boolean;
|
|
@@ -3711,7 +3711,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3711
3711
|
}>, prevState: Readonly<{}>): any;
|
|
3712
3712
|
componentWillMount?(): void;
|
|
3713
3713
|
UNSAFE_componentWillMount?(): void;
|
|
3714
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3714
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3715
3715
|
multiple: boolean;
|
|
3716
3716
|
clearable: boolean;
|
|
3717
3717
|
creatable: boolean;
|
|
@@ -3759,7 +3759,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3759
3759
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3760
3760
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3761
3761
|
}>, nextContext: any): void;
|
|
3762
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3762
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3763
3763
|
multiple: boolean;
|
|
3764
3764
|
clearable: boolean;
|
|
3765
3765
|
creatable: boolean;
|
|
@@ -3807,7 +3807,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3807
3807
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3808
3808
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3809
3809
|
}>, nextContext: any): void;
|
|
3810
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3810
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3811
3811
|
multiple: boolean;
|
|
3812
3812
|
clearable: boolean;
|
|
3813
3813
|
creatable: boolean;
|
|
@@ -3855,7 +3855,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3855
3855
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3856
3856
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3857
3857
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3858
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3858
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3859
3859
|
multiple: boolean;
|
|
3860
3860
|
clearable: boolean;
|
|
3861
3861
|
creatable: boolean;
|
|
@@ -3906,7 +3906,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3906
3906
|
};
|
|
3907
3907
|
displayName: string;
|
|
3908
3908
|
ComposedComponent: React.ComponentType<{
|
|
3909
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3909
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3910
3910
|
multiple: boolean;
|
|
3911
3911
|
clearable: boolean;
|
|
3912
3912
|
creatable: boolean;
|
|
@@ -3931,7 +3931,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3931
3931
|
}, never>> & {
|
|
3932
3932
|
locale?: string | undefined;
|
|
3933
3933
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3934
|
-
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3934
|
+
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3935
3935
|
multiple: boolean;
|
|
3936
3936
|
clearable: boolean;
|
|
3937
3937
|
creatable: boolean;
|
|
@@ -3959,7 +3959,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3959
3959
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
|
|
3960
3960
|
render(): JSX.Element;
|
|
3961
3961
|
context: any;
|
|
3962
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3962
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3963
3963
|
multiple: boolean;
|
|
3964
3964
|
clearable: boolean;
|
|
3965
3965
|
creatable: boolean;
|
|
@@ -3986,7 +3986,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3986
3986
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3987
3987
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3988
3988
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3989
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
3989
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3990
3990
|
multiple: boolean;
|
|
3991
3991
|
clearable: boolean;
|
|
3992
3992
|
creatable: boolean;
|
|
@@ -4019,7 +4019,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4019
4019
|
[key: string]: React.ReactInstance;
|
|
4020
4020
|
};
|
|
4021
4021
|
componentDidMount?(): void;
|
|
4022
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4022
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4023
4023
|
multiple: boolean;
|
|
4024
4024
|
clearable: boolean;
|
|
4025
4025
|
creatable: boolean;
|
|
@@ -4047,7 +4047,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4047
4047
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4048
4048
|
componentWillUnmount?(): void;
|
|
4049
4049
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4050
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4050
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4051
4051
|
multiple: boolean;
|
|
4052
4052
|
clearable: boolean;
|
|
4053
4053
|
creatable: boolean;
|
|
@@ -4073,7 +4073,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4073
4073
|
locale?: string | undefined;
|
|
4074
4074
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4075
4075
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
4076
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4076
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4077
4077
|
multiple: boolean;
|
|
4078
4078
|
clearable: boolean;
|
|
4079
4079
|
creatable: boolean;
|
|
@@ -4101,7 +4101,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4101
4101
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4102
4102
|
componentWillMount?(): void;
|
|
4103
4103
|
UNSAFE_componentWillMount?(): void;
|
|
4104
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4104
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4105
4105
|
multiple: boolean;
|
|
4106
4106
|
clearable: boolean;
|
|
4107
4107
|
creatable: boolean;
|
|
@@ -4127,7 +4127,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4127
4127
|
locale?: string | undefined;
|
|
4128
4128
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4129
4129
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4130
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4130
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4131
4131
|
multiple: boolean;
|
|
4132
4132
|
clearable: boolean;
|
|
4133
4133
|
creatable: boolean;
|
|
@@ -4153,7 +4153,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4153
4153
|
locale?: string | undefined;
|
|
4154
4154
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4155
4155
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4156
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4156
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4157
4157
|
multiple: boolean;
|
|
4158
4158
|
clearable: boolean;
|
|
4159
4159
|
creatable: boolean;
|
|
@@ -4179,7 +4179,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4179
4179
|
locale?: string | undefined;
|
|
4180
4180
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4181
4181
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4182
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4182
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4183
4183
|
multiple: boolean;
|
|
4184
4184
|
clearable: boolean;
|
|
4185
4185
|
creatable: boolean;
|
|
@@ -4206,7 +4206,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4206
4206
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4207
4207
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4208
4208
|
};
|
|
4209
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4209
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4210
4210
|
multiple: boolean;
|
|
4211
4211
|
clearable: boolean;
|
|
4212
4212
|
creatable: boolean;
|
|
@@ -4234,7 +4234,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4234
4234
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
4235
4235
|
render(): JSX.Element;
|
|
4236
4236
|
context: any;
|
|
4237
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4237
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4238
4238
|
multiple: boolean;
|
|
4239
4239
|
clearable: boolean;
|
|
4240
4240
|
creatable: boolean;
|
|
@@ -4261,7 +4261,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4261
4261
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4262
4262
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
4263
4263
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4264
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4264
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4265
4265
|
multiple: boolean;
|
|
4266
4266
|
clearable: boolean;
|
|
4267
4267
|
creatable: boolean;
|
|
@@ -4294,7 +4294,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4294
4294
|
[key: string]: React.ReactInstance;
|
|
4295
4295
|
};
|
|
4296
4296
|
componentDidMount?(): void;
|
|
4297
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4297
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4298
4298
|
multiple: boolean;
|
|
4299
4299
|
clearable: boolean;
|
|
4300
4300
|
creatable: boolean;
|
|
@@ -4322,7 +4322,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4322
4322
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4323
4323
|
componentWillUnmount?(): void;
|
|
4324
4324
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4325
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4325
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4326
4326
|
multiple: boolean;
|
|
4327
4327
|
clearable: boolean;
|
|
4328
4328
|
creatable: boolean;
|
|
@@ -4348,7 +4348,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4348
4348
|
locale?: string | undefined;
|
|
4349
4349
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4350
4350
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
4351
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4351
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4352
4352
|
multiple: boolean;
|
|
4353
4353
|
clearable: boolean;
|
|
4354
4354
|
creatable: boolean;
|
|
@@ -4376,7 +4376,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4376
4376
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4377
4377
|
componentWillMount?(): void;
|
|
4378
4378
|
UNSAFE_componentWillMount?(): void;
|
|
4379
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4379
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4380
4380
|
multiple: boolean;
|
|
4381
4381
|
clearable: boolean;
|
|
4382
4382
|
creatable: boolean;
|
|
@@ -4402,7 +4402,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4402
4402
|
locale?: string | undefined;
|
|
4403
4403
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4404
4404
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4405
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4405
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4406
4406
|
multiple: boolean;
|
|
4407
4407
|
clearable: boolean;
|
|
4408
4408
|
creatable: boolean;
|
|
@@ -4428,7 +4428,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4428
4428
|
locale?: string | undefined;
|
|
4429
4429
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4430
4430
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4431
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4431
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4432
4432
|
multiple: boolean;
|
|
4433
4433
|
clearable: boolean;
|
|
4434
4434
|
creatable: boolean;
|
|
@@ -4454,7 +4454,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4454
4454
|
locale?: string | undefined;
|
|
4455
4455
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4456
4456
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4457
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4457
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4458
4458
|
multiple: boolean;
|
|
4459
4459
|
clearable: boolean;
|
|
4460
4460
|
creatable: boolean;
|
|
@@ -4486,7 +4486,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4486
4486
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
4487
4487
|
}, {}> & {
|
|
4488
4488
|
ComposedComponent: {
|
|
4489
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4489
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4490
4490
|
multiple: boolean;
|
|
4491
4491
|
clearable: boolean;
|
|
4492
4492
|
creatable: boolean;
|
|
@@ -4546,7 +4546,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4546
4546
|
deferLoadConfig(item: any): Promise<void>;
|
|
4547
4547
|
render(): JSX.Element;
|
|
4548
4548
|
context: any;
|
|
4549
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4549
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4550
4550
|
multiple: boolean;
|
|
4551
4551
|
clearable: boolean;
|
|
4552
4552
|
creatable: boolean;
|
|
@@ -4595,7 +4595,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4595
4595
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4596
4596
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
4597
4597
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4598
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4598
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4599
4599
|
multiple: boolean;
|
|
4600
4600
|
clearable: boolean;
|
|
4601
4601
|
creatable: boolean;
|
|
@@ -4649,7 +4649,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4649
4649
|
refs: {
|
|
4650
4650
|
[key: string]: React.ReactInstance;
|
|
4651
4651
|
};
|
|
4652
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4652
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4653
4653
|
multiple: boolean;
|
|
4654
4654
|
clearable: boolean;
|
|
4655
4655
|
creatable: boolean;
|
|
@@ -4698,7 +4698,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4698
4698
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4699
4699
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4700
4700
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4701
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4701
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4702
4702
|
multiple: boolean;
|
|
4703
4703
|
clearable: boolean;
|
|
4704
4704
|
creatable: boolean;
|
|
@@ -4748,7 +4748,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4748
4748
|
}>, prevState: Readonly<{}>): any;
|
|
4749
4749
|
componentWillMount?(): void;
|
|
4750
4750
|
UNSAFE_componentWillMount?(): void;
|
|
4751
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4751
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4752
4752
|
multiple: boolean;
|
|
4753
4753
|
clearable: boolean;
|
|
4754
4754
|
creatable: boolean;
|
|
@@ -4796,7 +4796,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4796
4796
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4797
4797
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4798
4798
|
}>, nextContext: any): void;
|
|
4799
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4799
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4800
4800
|
multiple: boolean;
|
|
4801
4801
|
clearable: boolean;
|
|
4802
4802
|
creatable: boolean;
|
|
@@ -4844,7 +4844,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4844
4844
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4845
4845
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4846
4846
|
}>, nextContext: any): void;
|
|
4847
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4847
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4848
4848
|
multiple: boolean;
|
|
4849
4849
|
clearable: boolean;
|
|
4850
4850
|
creatable: boolean;
|
|
@@ -4892,7 +4892,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4892
4892
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4893
4893
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4894
4894
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4895
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4895
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4896
4896
|
multiple: boolean;
|
|
4897
4897
|
clearable: boolean;
|
|
4898
4898
|
creatable: boolean;
|
|
@@ -4943,7 +4943,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4943
4943
|
};
|
|
4944
4944
|
displayName: string;
|
|
4945
4945
|
ComposedComponent: React.ComponentType<{
|
|
4946
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4946
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4947
4947
|
multiple: boolean;
|
|
4948
4948
|
clearable: boolean;
|
|
4949
4949
|
creatable: boolean;
|
|
@@ -4968,7 +4968,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4968
4968
|
}, never>> & {
|
|
4969
4969
|
locale?: string | undefined;
|
|
4970
4970
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4971
|
-
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4971
|
+
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4972
4972
|
multiple: boolean;
|
|
4973
4973
|
clearable: boolean;
|
|
4974
4974
|
creatable: boolean;
|
|
@@ -4996,7 +4996,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4996
4996
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
|
|
4997
4997
|
render(): JSX.Element;
|
|
4998
4998
|
context: any;
|
|
4999
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
4999
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5000
5000
|
multiple: boolean;
|
|
5001
5001
|
clearable: boolean;
|
|
5002
5002
|
creatable: boolean;
|
|
@@ -5023,7 +5023,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5023
5023
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5024
5024
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5025
5025
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5026
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5026
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5027
5027
|
multiple: boolean;
|
|
5028
5028
|
clearable: boolean;
|
|
5029
5029
|
creatable: boolean;
|
|
@@ -5056,7 +5056,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5056
5056
|
[key: string]: React.ReactInstance;
|
|
5057
5057
|
};
|
|
5058
5058
|
componentDidMount?(): void;
|
|
5059
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5059
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5060
5060
|
multiple: boolean;
|
|
5061
5061
|
clearable: boolean;
|
|
5062
5062
|
creatable: boolean;
|
|
@@ -5084,7 +5084,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5084
5084
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5085
5085
|
componentWillUnmount?(): void;
|
|
5086
5086
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5087
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5087
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5088
5088
|
multiple: boolean;
|
|
5089
5089
|
clearable: boolean;
|
|
5090
5090
|
creatable: boolean;
|
|
@@ -5110,7 +5110,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5110
5110
|
locale?: string | undefined;
|
|
5111
5111
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5112
5112
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5113
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5113
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5114
5114
|
multiple: boolean;
|
|
5115
5115
|
clearable: boolean;
|
|
5116
5116
|
creatable: boolean;
|
|
@@ -5138,7 +5138,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5138
5138
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5139
5139
|
componentWillMount?(): void;
|
|
5140
5140
|
UNSAFE_componentWillMount?(): void;
|
|
5141
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5141
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5142
5142
|
multiple: boolean;
|
|
5143
5143
|
clearable: boolean;
|
|
5144
5144
|
creatable: boolean;
|
|
@@ -5164,7 +5164,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5164
5164
|
locale?: string | undefined;
|
|
5165
5165
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5166
5166
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5167
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5167
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5168
5168
|
multiple: boolean;
|
|
5169
5169
|
clearable: boolean;
|
|
5170
5170
|
creatable: boolean;
|
|
@@ -5190,7 +5190,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5190
5190
|
locale?: string | undefined;
|
|
5191
5191
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5192
5192
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5193
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5193
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5194
5194
|
multiple: boolean;
|
|
5195
5195
|
clearable: boolean;
|
|
5196
5196
|
creatable: boolean;
|
|
@@ -5216,7 +5216,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5216
5216
|
locale?: string | undefined;
|
|
5217
5217
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5218
5218
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5219
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5219
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5220
5220
|
multiple: boolean;
|
|
5221
5221
|
clearable: boolean;
|
|
5222
5222
|
creatable: boolean;
|
|
@@ -5243,7 +5243,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5243
5243
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5244
5244
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5245
5245
|
};
|
|
5246
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5246
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5247
5247
|
multiple: boolean;
|
|
5248
5248
|
clearable: boolean;
|
|
5249
5249
|
creatable: boolean;
|
|
@@ -5271,7 +5271,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5271
5271
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
5272
5272
|
render(): JSX.Element;
|
|
5273
5273
|
context: any;
|
|
5274
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5274
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5275
5275
|
multiple: boolean;
|
|
5276
5276
|
clearable: boolean;
|
|
5277
5277
|
creatable: boolean;
|
|
@@ -5298,7 +5298,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5298
5298
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5299
5299
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5300
5300
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5301
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5301
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5302
5302
|
multiple: boolean;
|
|
5303
5303
|
clearable: boolean;
|
|
5304
5304
|
creatable: boolean;
|
|
@@ -5331,7 +5331,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5331
5331
|
[key: string]: React.ReactInstance;
|
|
5332
5332
|
};
|
|
5333
5333
|
componentDidMount?(): void;
|
|
5334
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5334
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5335
5335
|
multiple: boolean;
|
|
5336
5336
|
clearable: boolean;
|
|
5337
5337
|
creatable: boolean;
|
|
@@ -5359,7 +5359,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5359
5359
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5360
5360
|
componentWillUnmount?(): void;
|
|
5361
5361
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5362
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5362
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5363
5363
|
multiple: boolean;
|
|
5364
5364
|
clearable: boolean;
|
|
5365
5365
|
creatable: boolean;
|
|
@@ -5385,7 +5385,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5385
5385
|
locale?: string | undefined;
|
|
5386
5386
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5387
5387
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5388
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5388
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5389
5389
|
multiple: boolean;
|
|
5390
5390
|
clearable: boolean;
|
|
5391
5391
|
creatable: boolean;
|
|
@@ -5413,7 +5413,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5413
5413
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5414
5414
|
componentWillMount?(): void;
|
|
5415
5415
|
UNSAFE_componentWillMount?(): void;
|
|
5416
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5416
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5417
5417
|
multiple: boolean;
|
|
5418
5418
|
clearable: boolean;
|
|
5419
5419
|
creatable: boolean;
|
|
@@ -5439,7 +5439,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5439
5439
|
locale?: string | undefined;
|
|
5440
5440
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5441
5441
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5442
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5442
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5443
5443
|
multiple: boolean;
|
|
5444
5444
|
clearable: boolean;
|
|
5445
5445
|
creatable: boolean;
|
|
@@ -5465,7 +5465,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5465
5465
|
locale?: string | undefined;
|
|
5466
5466
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5467
5467
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5468
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5468
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5469
5469
|
multiple: boolean;
|
|
5470
5470
|
clearable: boolean;
|
|
5471
5471
|
creatable: boolean;
|
|
@@ -5491,7 +5491,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5491
5491
|
locale?: string | undefined;
|
|
5492
5492
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5493
5493
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5494
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5494
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5495
5495
|
multiple: boolean;
|
|
5496
5496
|
clearable: boolean;
|
|
5497
5497
|
creatable: boolean;
|
|
@@ -5523,7 +5523,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5523
5523
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
5524
5524
|
};
|
|
5525
5525
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
5526
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5526
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5527
5527
|
multiple: boolean;
|
|
5528
5528
|
clearable: boolean;
|
|
5529
5529
|
creatable: boolean;
|
|
@@ -5548,7 +5548,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5548
5548
|
}, never>> & {
|
|
5549
5549
|
locale?: string | undefined;
|
|
5550
5550
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5551
|
-
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5551
|
+
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5552
5552
|
multiple: boolean;
|
|
5553
5553
|
clearable: boolean;
|
|
5554
5554
|
creatable: boolean;
|
|
@@ -5576,7 +5576,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5576
5576
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
|
|
5577
5577
|
render(): JSX.Element;
|
|
5578
5578
|
context: any;
|
|
5579
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5579
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5580
5580
|
multiple: boolean;
|
|
5581
5581
|
clearable: boolean;
|
|
5582
5582
|
creatable: boolean;
|
|
@@ -5603,7 +5603,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5603
5603
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5604
5604
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5605
5605
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5606
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5606
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5607
5607
|
multiple: boolean;
|
|
5608
5608
|
clearable: boolean;
|
|
5609
5609
|
creatable: boolean;
|
|
@@ -5636,7 +5636,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5636
5636
|
[key: string]: React.ReactInstance;
|
|
5637
5637
|
};
|
|
5638
5638
|
componentDidMount?(): void;
|
|
5639
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5639
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5640
5640
|
multiple: boolean;
|
|
5641
5641
|
clearable: boolean;
|
|
5642
5642
|
creatable: boolean;
|
|
@@ -5664,7 +5664,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5664
5664
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5665
5665
|
componentWillUnmount?(): void;
|
|
5666
5666
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5667
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5667
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5668
5668
|
multiple: boolean;
|
|
5669
5669
|
clearable: boolean;
|
|
5670
5670
|
creatable: boolean;
|
|
@@ -5690,7 +5690,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5690
5690
|
locale?: string | undefined;
|
|
5691
5691
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5692
5692
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5693
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5693
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5694
5694
|
multiple: boolean;
|
|
5695
5695
|
clearable: boolean;
|
|
5696
5696
|
creatable: boolean;
|
|
@@ -5718,7 +5718,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5718
5718
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5719
5719
|
componentWillMount?(): void;
|
|
5720
5720
|
UNSAFE_componentWillMount?(): void;
|
|
5721
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5721
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5722
5722
|
multiple: boolean;
|
|
5723
5723
|
clearable: boolean;
|
|
5724
5724
|
creatable: boolean;
|
|
@@ -5744,7 +5744,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5744
5744
|
locale?: string | undefined;
|
|
5745
5745
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5746
5746
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5747
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5747
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5748
5748
|
multiple: boolean;
|
|
5749
5749
|
clearable: boolean;
|
|
5750
5750
|
creatable: boolean;
|
|
@@ -5770,7 +5770,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5770
5770
|
locale?: string | undefined;
|
|
5771
5771
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5772
5772
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5773
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5773
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5774
5774
|
multiple: boolean;
|
|
5775
5775
|
clearable: boolean;
|
|
5776
5776
|
creatable: boolean;
|
|
@@ -5796,7 +5796,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5796
5796
|
locale?: string | undefined;
|
|
5797
5797
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5798
5798
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5799
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5799
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5800
5800
|
multiple: boolean;
|
|
5801
5801
|
clearable: boolean;
|
|
5802
5802
|
creatable: boolean;
|
|
@@ -5823,7 +5823,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5823
5823
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5824
5824
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5825
5825
|
};
|
|
5826
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5826
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5827
5827
|
multiple: boolean;
|
|
5828
5828
|
clearable: boolean;
|
|
5829
5829
|
creatable: boolean;
|
|
@@ -5851,7 +5851,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5851
5851
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
5852
5852
|
render(): JSX.Element;
|
|
5853
5853
|
context: any;
|
|
5854
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5854
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5855
5855
|
multiple: boolean;
|
|
5856
5856
|
clearable: boolean;
|
|
5857
5857
|
creatable: boolean;
|
|
@@ -5878,7 +5878,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5878
5878
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5879
5879
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5880
5880
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5881
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5881
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5882
5882
|
multiple: boolean;
|
|
5883
5883
|
clearable: boolean;
|
|
5884
5884
|
creatable: boolean;
|
|
@@ -5911,7 +5911,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5911
5911
|
[key: string]: React.ReactInstance;
|
|
5912
5912
|
};
|
|
5913
5913
|
componentDidMount?(): void;
|
|
5914
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5914
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5915
5915
|
multiple: boolean;
|
|
5916
5916
|
clearable: boolean;
|
|
5917
5917
|
creatable: boolean;
|
|
@@ -5939,7 +5939,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5939
5939
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5940
5940
|
componentWillUnmount?(): void;
|
|
5941
5941
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5942
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5942
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5943
5943
|
multiple: boolean;
|
|
5944
5944
|
clearable: boolean;
|
|
5945
5945
|
creatable: boolean;
|
|
@@ -5965,7 +5965,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5965
5965
|
locale?: string | undefined;
|
|
5966
5966
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5967
5967
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5968
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5968
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5969
5969
|
multiple: boolean;
|
|
5970
5970
|
clearable: boolean;
|
|
5971
5971
|
creatable: boolean;
|
|
@@ -5993,7 +5993,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5993
5993
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5994
5994
|
componentWillMount?(): void;
|
|
5995
5995
|
UNSAFE_componentWillMount?(): void;
|
|
5996
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
5996
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5997
5997
|
multiple: boolean;
|
|
5998
5998
|
clearable: boolean;
|
|
5999
5999
|
creatable: boolean;
|
|
@@ -6019,7 +6019,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6019
6019
|
locale?: string | undefined;
|
|
6020
6020
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6021
6021
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6022
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6022
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6023
6023
|
multiple: boolean;
|
|
6024
6024
|
clearable: boolean;
|
|
6025
6025
|
creatable: boolean;
|
|
@@ -6045,7 +6045,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6045
6045
|
locale?: string | undefined;
|
|
6046
6046
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6047
6047
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6048
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6048
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6049
6049
|
multiple: boolean;
|
|
6050
6050
|
clearable: boolean;
|
|
6051
6051
|
creatable: boolean;
|
|
@@ -6071,7 +6071,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6071
6071
|
locale?: string | undefined;
|
|
6072
6072
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6073
6073
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6074
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6074
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6075
6075
|
multiple: boolean;
|
|
6076
6076
|
clearable: boolean;
|
|
6077
6077
|
creatable: boolean;
|
|
@@ -6101,7 +6101,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6101
6101
|
contextType?: React.Context<any> | undefined;
|
|
6102
6102
|
}, {}> & {
|
|
6103
6103
|
ComposedComponent: {
|
|
6104
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6104
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6105
6105
|
multiple: boolean;
|
|
6106
6106
|
clearable: boolean;
|
|
6107
6107
|
creatable: boolean;
|
|
@@ -6126,7 +6126,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6126
6126
|
}, never>> & {
|
|
6127
6127
|
locale?: string | undefined;
|
|
6128
6128
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6129
|
-
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6129
|
+
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6130
6130
|
multiple: boolean;
|
|
6131
6131
|
clearable: boolean;
|
|
6132
6132
|
creatable: boolean;
|
|
@@ -6154,7 +6154,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6154
6154
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
|
|
6155
6155
|
render(): JSX.Element;
|
|
6156
6156
|
context: any;
|
|
6157
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6157
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6158
6158
|
multiple: boolean;
|
|
6159
6159
|
clearable: boolean;
|
|
6160
6160
|
creatable: boolean;
|
|
@@ -6181,7 +6181,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6181
6181
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6182
6182
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6183
6183
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6184
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6184
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6185
6185
|
multiple: boolean;
|
|
6186
6186
|
clearable: boolean;
|
|
6187
6187
|
creatable: boolean;
|
|
@@ -6214,7 +6214,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6214
6214
|
[key: string]: React.ReactInstance;
|
|
6215
6215
|
};
|
|
6216
6216
|
componentDidMount?(): void;
|
|
6217
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6217
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6218
6218
|
multiple: boolean;
|
|
6219
6219
|
clearable: boolean;
|
|
6220
6220
|
creatable: boolean;
|
|
@@ -6242,7 +6242,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6242
6242
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6243
6243
|
componentWillUnmount?(): void;
|
|
6244
6244
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6245
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6245
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6246
6246
|
multiple: boolean;
|
|
6247
6247
|
clearable: boolean;
|
|
6248
6248
|
creatable: boolean;
|
|
@@ -6268,7 +6268,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6268
6268
|
locale?: string | undefined;
|
|
6269
6269
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6270
6270
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
6271
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6271
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6272
6272
|
multiple: boolean;
|
|
6273
6273
|
clearable: boolean;
|
|
6274
6274
|
creatable: boolean;
|
|
@@ -6296,7 +6296,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6296
6296
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6297
6297
|
componentWillMount?(): void;
|
|
6298
6298
|
UNSAFE_componentWillMount?(): void;
|
|
6299
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6299
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6300
6300
|
multiple: boolean;
|
|
6301
6301
|
clearable: boolean;
|
|
6302
6302
|
creatable: boolean;
|
|
@@ -6322,7 +6322,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6322
6322
|
locale?: string | undefined;
|
|
6323
6323
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6324
6324
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6325
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6325
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6326
6326
|
multiple: boolean;
|
|
6327
6327
|
clearable: boolean;
|
|
6328
6328
|
creatable: boolean;
|
|
@@ -6348,7 +6348,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6348
6348
|
locale?: string | undefined;
|
|
6349
6349
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6350
6350
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6351
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6351
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6352
6352
|
multiple: boolean;
|
|
6353
6353
|
clearable: boolean;
|
|
6354
6354
|
creatable: boolean;
|
|
@@ -6374,7 +6374,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6374
6374
|
locale?: string | undefined;
|
|
6375
6375
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6376
6376
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6377
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6377
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6378
6378
|
multiple: boolean;
|
|
6379
6379
|
clearable: boolean;
|
|
6380
6380
|
creatable: boolean;
|
|
@@ -6401,7 +6401,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6401
6401
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6402
6402
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6403
6403
|
};
|
|
6404
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6404
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6405
6405
|
multiple: boolean;
|
|
6406
6406
|
clearable: boolean;
|
|
6407
6407
|
creatable: boolean;
|
|
@@ -6429,7 +6429,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6429
6429
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
6430
6430
|
render(): JSX.Element;
|
|
6431
6431
|
context: any;
|
|
6432
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6432
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6433
6433
|
multiple: boolean;
|
|
6434
6434
|
clearable: boolean;
|
|
6435
6435
|
creatable: boolean;
|
|
@@ -6456,7 +6456,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6456
6456
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6457
6457
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6458
6458
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6459
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6459
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6460
6460
|
multiple: boolean;
|
|
6461
6461
|
clearable: boolean;
|
|
6462
6462
|
creatable: boolean;
|
|
@@ -6489,7 +6489,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6489
6489
|
[key: string]: React.ReactInstance;
|
|
6490
6490
|
};
|
|
6491
6491
|
componentDidMount?(): void;
|
|
6492
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6492
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6493
6493
|
multiple: boolean;
|
|
6494
6494
|
clearable: boolean;
|
|
6495
6495
|
creatable: boolean;
|
|
@@ -6517,7 +6517,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6517
6517
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6518
6518
|
componentWillUnmount?(): void;
|
|
6519
6519
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6520
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6520
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6521
6521
|
multiple: boolean;
|
|
6522
6522
|
clearable: boolean;
|
|
6523
6523
|
creatable: boolean;
|
|
@@ -6543,7 +6543,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6543
6543
|
locale?: string | undefined;
|
|
6544
6544
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6545
6545
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
6546
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6546
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6547
6547
|
multiple: boolean;
|
|
6548
6548
|
clearable: boolean;
|
|
6549
6549
|
creatable: boolean;
|
|
@@ -6571,7 +6571,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6571
6571
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6572
6572
|
componentWillMount?(): void;
|
|
6573
6573
|
UNSAFE_componentWillMount?(): void;
|
|
6574
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6574
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6575
6575
|
multiple: boolean;
|
|
6576
6576
|
clearable: boolean;
|
|
6577
6577
|
creatable: boolean;
|
|
@@ -6597,7 +6597,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6597
6597
|
locale?: string | undefined;
|
|
6598
6598
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6599
6599
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6600
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6600
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6601
6601
|
multiple: boolean;
|
|
6602
6602
|
clearable: boolean;
|
|
6603
6603
|
creatable: boolean;
|
|
@@ -6623,7 +6623,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6623
6623
|
locale?: string | undefined;
|
|
6624
6624
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6625
6625
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6626
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6626
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6627
6627
|
multiple: boolean;
|
|
6628
6628
|
clearable: boolean;
|
|
6629
6629
|
creatable: boolean;
|
|
@@ -6649,7 +6649,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6649
6649
|
locale?: string | undefined;
|
|
6650
6650
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6651
6651
|
}, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6652
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
6652
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loading" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6653
6653
|
multiple: boolean;
|
|
6654
6654
|
clearable: boolean;
|
|
6655
6655
|
creatable: boolean;
|