amis-ui 3.6.2 → 6.0.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 +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- 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.d.ts +10 -10
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +1 -1
- 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.d.ts +11 -11
- package/esm/components/Collapse.js +3 -3
- package/esm/components/CollapseGroup.js +11 -10
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +40 -40
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +13 -19
- package/esm/components/DateRangePicker.js +16 -10
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.js +4 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- 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.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +2 -1
- package/esm/components/NumberInput.js +16 -6
- package/esm/components/OverflowTpl.d.ts +62 -0
- package/esm/components/OverflowTpl.js +101 -0
- package/esm/components/Pagination.d.ts +112 -0
- package/esm/components/Pagination.js +89 -10
- 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.d.ts +2 -0
- package/esm/components/PopOverContainer.js +8 -6
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +2 -2
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +6 -7
- package/esm/components/SearchBox.d.ts +44 -42
- package/esm/components/SearchBox.js +6 -4
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +12 -10
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- 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.d.ts +20 -20
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +3 -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 +90 -50
- package/esm/components/Transfer.js +2 -1
- package/esm/components/TransferDropDown.d.ts +80 -40
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +3 -1
- package/esm/components/calendar/Calendar.js +4 -3
- 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.d.ts +6 -0
- package/esm/components/calendar/TimeView.js +105 -10
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +10 -5
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +11 -2
- package/esm/components/formula/Editor.js +10 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +80 -26
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +3 -3
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.d.ts +1 -1
- package/esm/components/icons.js +14 -8
- package/esm/components/index.d.ts +2 -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/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +10 -10
- package/esm/components/menu/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/ColGroup.js +1 -1
- package/esm/components/table/Head.js +15 -6
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +12 -25
- 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/Row.d.ts +10 -17
- package/esm/components/table/Row.js +47 -5
- package/esm/components/table/SummaryRow.js +2 -2
- package/esm/components/table/index.d.ts +44 -42
- package/esm/components/table/index.js +30 -56
- package/esm/components/table/util.d.ts +3 -2
- package/esm/components/table/util.js +39 -7
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- 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-sub-form.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/arrow-double-left.svg.js +24 -0
- package/esm/icons/arrow-double-right.svg.js +24 -0
- 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.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/if.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/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 +2 -1
- package/esm/locale/de-DE.js +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +2 -2
- 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.js +1 -1
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- 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 +1 -1
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- 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 +11 -11
- package/lib/components/Collapse.js +3 -3
- package/lib/components/CollapseGroup.js +11 -10
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.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 +13 -19
- package/lib/components/DateRangePicker.js +16 -10
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +4 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.js +1 -1
- 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/InputTable.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.js +1 -1
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +12 -11
- package/lib/components/NumberInput.js +16 -6
- package/lib/components/OverflowTpl.d.ts +62 -0
- package/lib/components/OverflowTpl.js +109 -0
- package/lib/components/Pagination.d.ts +112 -0
- package/lib/components/Pagination.js +89 -10
- 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.d.ts +2 -0
- package/lib/components/PopOverContainer.js +8 -6
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.js +2 -2
- 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 +1 -1
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +7 -7
- package/lib/components/SearchBox.d.ts +44 -42
- package/lib/components/SearchBox.js +6 -4
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +12 -10
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- 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.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- 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 +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +4 -2
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +40 -40
- 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 +90 -50
- package/lib/components/Transfer.js +2 -1
- package/lib/components/TransferDropDown.d.ts +80 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +3 -1
- package/lib/components/calendar/Calendar.js +4 -3
- 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.d.ts +6 -0
- package/lib/components/calendar/TimeView.js +103 -8
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +10 -5
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +11 -2
- package/lib/components/formula/Editor.js +10 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +79 -25
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +3 -3
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.d.ts +1 -1
- package/lib/components/icons.js +14 -8
- package/lib/components/index.d.ts +2 -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/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +10 -10
- package/lib/components/menu/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.js +1 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +15 -6
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +12 -25
- 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/Row.d.ts +10 -17
- package/lib/components/table/Row.js +46 -4
- package/lib/components/table/SummaryRow.js +2 -2
- package/lib/components/table/index.d.ts +44 -42
- package/lib/components/table/index.js +27 -53
- package/lib/components/table/util.d.ts +3 -2
- package/lib/components/table/util.js +40 -7
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- 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 +9603 -1234
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.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/arrow-double-left.svg.js +31 -0
- package/lib/icons/arrow-double-right.svg.js +31 -0
- 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.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/if.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/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 +3 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +2 -2
- 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 +667 -292
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +667 -292
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +667 -292
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +667 -292
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +667 -292
- package/package.json +5 -4
- package/scss/_components.scss +3 -3
- package/scss/_mixins.scss +4 -0
- package/scss/_properties.scss +7 -3
- package/scss/components/_alert.scss +1 -0
- package/scss/components/_cards.scss +10 -1
- package/scss/components/_condition-builder.scss +1 -1
- package/scss/components/_dropdown.scss +1 -1
- package/scss/components/_list.scss +10 -1
- package/scss/components/_menu.scss +2 -2
- package/scss/components/_overflow-tpl.scss +5 -0
- package/scss/components/_pagination.scss +118 -8
- package/scss/components/_search-box.scss +7 -4
- package/scss/components/_table.scss +15 -0
- package/scss/components/_table2.scss +8 -2
- package/scss/components/form/_checks.scss +5 -5
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +13 -1
- package/scss/components/form/_fieldset.scss +0 -2
- package/scss/components/form/_input-group.scss +21 -10
- package/scss/components/form/_picker.scss +0 -1
- package/scss/components/form/_range.scss +82 -0
- package/scss/components/form/_result-list.scss +6 -0
- package/scss/components/form/_select.scss +1 -0
- package/scss/components/form/_selection.scss +4 -0
- package/scss/components/form/_tag.scss +3 -0
- package/scss/components/form/_text.scss +1 -0
- package/scss/components/form/_textarea.scss +1 -0
- package/scss/components/form/_tree.scss +1 -1
- package/scss/themes/_common.scss +1 -0
|
@@ -202,10 +202,10 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
|
202
202
|
}
|
|
203
203
|
declare const EnhancedSelect: {
|
|
204
204
|
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
205
|
-
placeholder?: string | undefined;
|
|
206
205
|
disabled?: boolean | undefined;
|
|
207
206
|
inline?: boolean | undefined;
|
|
208
207
|
multiple?: boolean | undefined;
|
|
208
|
+
placeholder?: string | undefined;
|
|
209
209
|
labelField?: string | undefined;
|
|
210
210
|
valueField?: string | undefined;
|
|
211
211
|
clearable?: boolean | undefined;
|
|
@@ -233,10 +233,10 @@ declare const EnhancedSelect: {
|
|
|
233
233
|
render(): React.JSX.Element;
|
|
234
234
|
context: unknown;
|
|
235
235
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
236
|
-
placeholder?: string | undefined;
|
|
237
236
|
disabled?: boolean | undefined;
|
|
238
237
|
inline?: boolean | undefined;
|
|
239
238
|
multiple?: boolean | undefined;
|
|
239
|
+
placeholder?: string | undefined;
|
|
240
240
|
labelField?: string | undefined;
|
|
241
241
|
valueField?: string | undefined;
|
|
242
242
|
clearable?: boolean | undefined;
|
|
@@ -260,10 +260,10 @@ declare const EnhancedSelect: {
|
|
|
260
260
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
261
261
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
262
262
|
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
263
|
-
placeholder?: string | undefined;
|
|
264
263
|
disabled?: boolean | undefined;
|
|
265
264
|
inline?: boolean | undefined;
|
|
266
265
|
multiple?: boolean | undefined;
|
|
266
|
+
placeholder?: string | undefined;
|
|
267
267
|
labelField?: string | undefined;
|
|
268
268
|
valueField?: string | undefined;
|
|
269
269
|
clearable?: boolean | undefined;
|
|
@@ -291,10 +291,10 @@ declare const EnhancedSelect: {
|
|
|
291
291
|
};
|
|
292
292
|
componentDidMount?(): void;
|
|
293
293
|
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
294
|
-
placeholder?: string | undefined;
|
|
295
294
|
disabled?: boolean | undefined;
|
|
296
295
|
inline?: boolean | undefined;
|
|
297
296
|
multiple?: boolean | undefined;
|
|
297
|
+
placeholder?: string | undefined;
|
|
298
298
|
labelField?: string | undefined;
|
|
299
299
|
valueField?: string | undefined;
|
|
300
300
|
clearable?: boolean | undefined;
|
|
@@ -319,10 +319,10 @@ declare const EnhancedSelect: {
|
|
|
319
319
|
componentWillUnmount?(): void;
|
|
320
320
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
321
321
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
322
|
-
placeholder?: string | undefined;
|
|
323
322
|
disabled?: boolean | undefined;
|
|
324
323
|
inline?: boolean | undefined;
|
|
325
324
|
multiple?: boolean | undefined;
|
|
325
|
+
placeholder?: string | undefined;
|
|
326
326
|
labelField?: string | undefined;
|
|
327
327
|
valueField?: string | undefined;
|
|
328
328
|
clearable?: boolean | undefined;
|
|
@@ -345,10 +345,10 @@ declare const EnhancedSelect: {
|
|
|
345
345
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
346
346
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
347
347
|
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
348
|
-
placeholder?: string | undefined;
|
|
349
348
|
disabled?: boolean | undefined;
|
|
350
349
|
inline?: boolean | undefined;
|
|
351
350
|
multiple?: boolean | undefined;
|
|
351
|
+
placeholder?: string | undefined;
|
|
352
352
|
labelField?: string | undefined;
|
|
353
353
|
valueField?: string | undefined;
|
|
354
354
|
clearable?: boolean | undefined;
|
|
@@ -373,10 +373,10 @@ declare const EnhancedSelect: {
|
|
|
373
373
|
componentWillMount?(): void;
|
|
374
374
|
UNSAFE_componentWillMount?(): void;
|
|
375
375
|
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
376
|
-
placeholder?: string | undefined;
|
|
377
376
|
disabled?: boolean | undefined;
|
|
378
377
|
inline?: boolean | undefined;
|
|
379
378
|
multiple?: boolean | undefined;
|
|
379
|
+
placeholder?: string | undefined;
|
|
380
380
|
labelField?: string | undefined;
|
|
381
381
|
valueField?: string | undefined;
|
|
382
382
|
clearable?: boolean | undefined;
|
|
@@ -399,10 +399,10 @@ declare const EnhancedSelect: {
|
|
|
399
399
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
400
400
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
401
401
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
402
|
-
placeholder?: string | undefined;
|
|
403
402
|
disabled?: boolean | undefined;
|
|
404
403
|
inline?: boolean | undefined;
|
|
405
404
|
multiple?: boolean | undefined;
|
|
405
|
+
placeholder?: string | undefined;
|
|
406
406
|
labelField?: string | undefined;
|
|
407
407
|
valueField?: string | undefined;
|
|
408
408
|
clearable?: boolean | undefined;
|
|
@@ -425,10 +425,10 @@ declare const EnhancedSelect: {
|
|
|
425
425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
426
426
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
427
427
|
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
428
|
-
placeholder?: string | undefined;
|
|
429
428
|
disabled?: boolean | undefined;
|
|
430
429
|
inline?: boolean | undefined;
|
|
431
430
|
multiple?: boolean | undefined;
|
|
431
|
+
placeholder?: string | undefined;
|
|
432
432
|
labelField?: string | undefined;
|
|
433
433
|
valueField?: string | undefined;
|
|
434
434
|
clearable?: boolean | undefined;
|
|
@@ -451,10 +451,10 @@ declare const EnhancedSelect: {
|
|
|
451
451
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
452
452
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
453
453
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
454
|
-
placeholder?: string | undefined;
|
|
455
454
|
disabled?: boolean | undefined;
|
|
456
455
|
inline?: boolean | undefined;
|
|
457
456
|
multiple?: boolean | undefined;
|
|
457
|
+
placeholder?: string | undefined;
|
|
458
458
|
labelField?: string | undefined;
|
|
459
459
|
valueField?: string | undefined;
|
|
460
460
|
clearable?: boolean | undefined;
|
|
@@ -481,10 +481,10 @@ declare const EnhancedSelect: {
|
|
|
481
481
|
contextType: React.Context<string>;
|
|
482
482
|
ComposedComponent: React.ComponentType<{
|
|
483
483
|
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
484
|
-
placeholder?: string | undefined;
|
|
485
484
|
disabled?: boolean | undefined;
|
|
486
485
|
inline?: boolean | undefined;
|
|
487
486
|
multiple?: boolean | undefined;
|
|
487
|
+
placeholder?: string | undefined;
|
|
488
488
|
labelField?: string | undefined;
|
|
489
489
|
valueField?: string | undefined;
|
|
490
490
|
clearable?: boolean | undefined;
|
|
@@ -512,10 +512,10 @@ declare const EnhancedSelect: {
|
|
|
512
512
|
render(): React.JSX.Element;
|
|
513
513
|
context: unknown;
|
|
514
514
|
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
515
|
-
placeholder?: string | undefined;
|
|
516
515
|
disabled?: boolean | undefined;
|
|
517
516
|
inline?: boolean | undefined;
|
|
518
517
|
multiple?: boolean | undefined;
|
|
518
|
+
placeholder?: string | undefined;
|
|
519
519
|
labelField?: string | undefined;
|
|
520
520
|
valueField?: string | undefined;
|
|
521
521
|
clearable?: boolean | undefined;
|
|
@@ -539,10 +539,10 @@ declare const EnhancedSelect: {
|
|
|
539
539
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
540
540
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
541
541
|
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
542
|
-
placeholder?: string | undefined;
|
|
543
542
|
disabled?: boolean | undefined;
|
|
544
543
|
inline?: boolean | undefined;
|
|
545
544
|
multiple?: boolean | undefined;
|
|
545
|
+
placeholder?: string | undefined;
|
|
546
546
|
labelField?: string | undefined;
|
|
547
547
|
valueField?: string | undefined;
|
|
548
548
|
clearable?: boolean | undefined;
|
|
@@ -570,10 +570,10 @@ declare const EnhancedSelect: {
|
|
|
570
570
|
};
|
|
571
571
|
componentDidMount?(): void;
|
|
572
572
|
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
573
|
-
placeholder?: string | undefined;
|
|
574
573
|
disabled?: boolean | undefined;
|
|
575
574
|
inline?: boolean | undefined;
|
|
576
575
|
multiple?: boolean | undefined;
|
|
576
|
+
placeholder?: string | undefined;
|
|
577
577
|
labelField?: string | undefined;
|
|
578
578
|
valueField?: string | undefined;
|
|
579
579
|
clearable?: boolean | undefined;
|
|
@@ -598,10 +598,10 @@ declare const EnhancedSelect: {
|
|
|
598
598
|
componentWillUnmount?(): void;
|
|
599
599
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
600
600
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
601
|
-
placeholder?: string | undefined;
|
|
602
601
|
disabled?: boolean | undefined;
|
|
603
602
|
inline?: boolean | undefined;
|
|
604
603
|
multiple?: boolean | undefined;
|
|
604
|
+
placeholder?: string | undefined;
|
|
605
605
|
labelField?: string | undefined;
|
|
606
606
|
valueField?: string | undefined;
|
|
607
607
|
clearable?: boolean | undefined;
|
|
@@ -624,10 +624,10 @@ declare const EnhancedSelect: {
|
|
|
624
624
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
625
625
|
}>, prevState: Readonly<{}>): any;
|
|
626
626
|
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
627
|
-
placeholder?: string | undefined;
|
|
628
627
|
disabled?: boolean | undefined;
|
|
629
628
|
inline?: boolean | undefined;
|
|
630
629
|
multiple?: boolean | undefined;
|
|
630
|
+
placeholder?: string | undefined;
|
|
631
631
|
labelField?: string | undefined;
|
|
632
632
|
valueField?: string | undefined;
|
|
633
633
|
clearable?: boolean | undefined;
|
|
@@ -652,10 +652,10 @@ declare const EnhancedSelect: {
|
|
|
652
652
|
componentWillMount?(): void;
|
|
653
653
|
UNSAFE_componentWillMount?(): void;
|
|
654
654
|
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
655
|
-
placeholder?: string | undefined;
|
|
656
655
|
disabled?: boolean | undefined;
|
|
657
656
|
inline?: boolean | undefined;
|
|
658
657
|
multiple?: boolean | undefined;
|
|
658
|
+
placeholder?: string | undefined;
|
|
659
659
|
labelField?: string | undefined;
|
|
660
660
|
valueField?: string | undefined;
|
|
661
661
|
clearable?: boolean | undefined;
|
|
@@ -678,10 +678,10 @@ declare const EnhancedSelect: {
|
|
|
678
678
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
679
679
|
}>, nextContext: any): void;
|
|
680
680
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
681
|
-
placeholder?: string | undefined;
|
|
682
681
|
disabled?: boolean | undefined;
|
|
683
682
|
inline?: boolean | undefined;
|
|
684
683
|
multiple?: boolean | undefined;
|
|
684
|
+
placeholder?: string | undefined;
|
|
685
685
|
labelField?: string | undefined;
|
|
686
686
|
valueField?: string | undefined;
|
|
687
687
|
clearable?: boolean | undefined;
|
|
@@ -704,10 +704,10 @@ declare const EnhancedSelect: {
|
|
|
704
704
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
705
705
|
}>, nextContext: any): void;
|
|
706
706
|
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
707
|
-
placeholder?: string | undefined;
|
|
708
707
|
disabled?: boolean | undefined;
|
|
709
708
|
inline?: boolean | undefined;
|
|
710
709
|
multiple?: boolean | undefined;
|
|
710
|
+
placeholder?: string | undefined;
|
|
711
711
|
labelField?: string | undefined;
|
|
712
712
|
valueField?: string | undefined;
|
|
713
713
|
clearable?: boolean | undefined;
|
|
@@ -730,10 +730,10 @@ declare const EnhancedSelect: {
|
|
|
730
730
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
731
731
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
732
732
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
733
|
-
placeholder?: string | undefined;
|
|
734
733
|
disabled?: boolean | undefined;
|
|
735
734
|
inline?: boolean | undefined;
|
|
736
735
|
multiple?: boolean | undefined;
|
|
736
|
+
placeholder?: string | undefined;
|
|
737
737
|
labelField?: string | undefined;
|
|
738
738
|
valueField?: string | undefined;
|
|
739
739
|
clearable?: boolean | undefined;
|
|
@@ -764,10 +764,10 @@ declare const EnhancedSelect: {
|
|
|
764
764
|
}>;
|
|
765
765
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
766
766
|
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
767
|
-
placeholder?: string | undefined;
|
|
768
767
|
disabled?: boolean | undefined;
|
|
769
768
|
inline?: boolean | undefined;
|
|
770
769
|
multiple?: boolean | undefined;
|
|
770
|
+
placeholder?: string | undefined;
|
|
771
771
|
labelField?: string | undefined;
|
|
772
772
|
valueField?: string | undefined;
|
|
773
773
|
clearable?: boolean | undefined;
|
|
@@ -795,10 +795,10 @@ declare const EnhancedSelect: {
|
|
|
795
795
|
render(): React.JSX.Element;
|
|
796
796
|
context: unknown;
|
|
797
797
|
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
798
|
-
placeholder?: string | undefined;
|
|
799
798
|
disabled?: boolean | undefined;
|
|
800
799
|
inline?: boolean | undefined;
|
|
801
800
|
multiple?: boolean | undefined;
|
|
801
|
+
placeholder?: string | undefined;
|
|
802
802
|
labelField?: string | undefined;
|
|
803
803
|
valueField?: string | undefined;
|
|
804
804
|
clearable?: boolean | undefined;
|
|
@@ -822,10 +822,10 @@ declare const EnhancedSelect: {
|
|
|
822
822
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
823
823
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
824
824
|
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
825
|
-
placeholder?: string | undefined;
|
|
826
825
|
disabled?: boolean | undefined;
|
|
827
826
|
inline?: boolean | undefined;
|
|
828
827
|
multiple?: boolean | undefined;
|
|
828
|
+
placeholder?: string | undefined;
|
|
829
829
|
labelField?: string | undefined;
|
|
830
830
|
valueField?: string | undefined;
|
|
831
831
|
clearable?: boolean | undefined;
|
|
@@ -853,10 +853,10 @@ declare const EnhancedSelect: {
|
|
|
853
853
|
};
|
|
854
854
|
componentDidMount?(): void;
|
|
855
855
|
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
856
|
-
placeholder?: string | undefined;
|
|
857
856
|
disabled?: boolean | undefined;
|
|
858
857
|
inline?: boolean | undefined;
|
|
859
858
|
multiple?: boolean | undefined;
|
|
859
|
+
placeholder?: string | undefined;
|
|
860
860
|
labelField?: string | undefined;
|
|
861
861
|
valueField?: string | undefined;
|
|
862
862
|
clearable?: boolean | undefined;
|
|
@@ -881,10 +881,10 @@ declare const EnhancedSelect: {
|
|
|
881
881
|
componentWillUnmount?(): void;
|
|
882
882
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
883
883
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
884
|
-
placeholder?: string | undefined;
|
|
885
884
|
disabled?: boolean | undefined;
|
|
886
885
|
inline?: boolean | undefined;
|
|
887
886
|
multiple?: boolean | undefined;
|
|
887
|
+
placeholder?: string | undefined;
|
|
888
888
|
labelField?: string | undefined;
|
|
889
889
|
valueField?: string | undefined;
|
|
890
890
|
clearable?: boolean | undefined;
|
|
@@ -907,10 +907,10 @@ declare const EnhancedSelect: {
|
|
|
907
907
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
908
908
|
}>, prevState: Readonly<{}>): any;
|
|
909
909
|
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
910
|
-
placeholder?: string | undefined;
|
|
911
910
|
disabled?: boolean | undefined;
|
|
912
911
|
inline?: boolean | undefined;
|
|
913
912
|
multiple?: boolean | undefined;
|
|
913
|
+
placeholder?: string | undefined;
|
|
914
914
|
labelField?: string | undefined;
|
|
915
915
|
valueField?: string | undefined;
|
|
916
916
|
clearable?: boolean | undefined;
|
|
@@ -935,10 +935,10 @@ declare const EnhancedSelect: {
|
|
|
935
935
|
componentWillMount?(): void;
|
|
936
936
|
UNSAFE_componentWillMount?(): void;
|
|
937
937
|
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
938
|
-
placeholder?: string | undefined;
|
|
939
938
|
disabled?: boolean | undefined;
|
|
940
939
|
inline?: boolean | undefined;
|
|
941
940
|
multiple?: boolean | undefined;
|
|
941
|
+
placeholder?: string | undefined;
|
|
942
942
|
labelField?: string | undefined;
|
|
943
943
|
valueField?: string | undefined;
|
|
944
944
|
clearable?: boolean | undefined;
|
|
@@ -961,10 +961,10 @@ declare const EnhancedSelect: {
|
|
|
961
961
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
962
962
|
}>, nextContext: any): void;
|
|
963
963
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
964
|
-
placeholder?: string | undefined;
|
|
965
964
|
disabled?: boolean | undefined;
|
|
966
965
|
inline?: boolean | undefined;
|
|
967
966
|
multiple?: boolean | undefined;
|
|
967
|
+
placeholder?: string | undefined;
|
|
968
968
|
labelField?: string | undefined;
|
|
969
969
|
valueField?: string | undefined;
|
|
970
970
|
clearable?: boolean | undefined;
|
|
@@ -987,10 +987,10 @@ declare const EnhancedSelect: {
|
|
|
987
987
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
988
988
|
}>, nextContext: any): void;
|
|
989
989
|
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
990
|
-
placeholder?: string | undefined;
|
|
991
990
|
disabled?: boolean | undefined;
|
|
992
991
|
inline?: boolean | undefined;
|
|
993
992
|
multiple?: boolean | undefined;
|
|
993
|
+
placeholder?: string | undefined;
|
|
994
994
|
labelField?: string | undefined;
|
|
995
995
|
valueField?: string | undefined;
|
|
996
996
|
clearable?: boolean | undefined;
|
|
@@ -1013,10 +1013,10 @@ declare const EnhancedSelect: {
|
|
|
1013
1013
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1014
1014
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1015
1015
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1016
|
-
placeholder?: string | undefined;
|
|
1017
1016
|
disabled?: boolean | undefined;
|
|
1018
1017
|
inline?: boolean | undefined;
|
|
1019
1018
|
multiple?: boolean | undefined;
|
|
1019
|
+
placeholder?: string | undefined;
|
|
1020
1020
|
labelField?: string | undefined;
|
|
1021
1021
|
valueField?: string | undefined;
|
|
1022
1022
|
clearable?: boolean | undefined;
|
|
@@ -1047,10 +1047,10 @@ declare const EnhancedSelect: {
|
|
|
1047
1047
|
}, {}> & {
|
|
1048
1048
|
ComposedComponent: {
|
|
1049
1049
|
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1050
|
-
placeholder?: string | undefined;
|
|
1051
1050
|
disabled?: boolean | undefined;
|
|
1052
1051
|
inline?: boolean | undefined;
|
|
1053
1052
|
multiple?: boolean | undefined;
|
|
1053
|
+
placeholder?: string | undefined;
|
|
1054
1054
|
labelField?: string | undefined;
|
|
1055
1055
|
valueField?: string | undefined;
|
|
1056
1056
|
clearable?: boolean | undefined;
|
|
@@ -1078,10 +1078,10 @@ declare const EnhancedSelect: {
|
|
|
1078
1078
|
render(): React.JSX.Element;
|
|
1079
1079
|
context: unknown;
|
|
1080
1080
|
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1081
|
-
placeholder?: string | undefined;
|
|
1082
1081
|
disabled?: boolean | undefined;
|
|
1083
1082
|
inline?: boolean | undefined;
|
|
1084
1083
|
multiple?: boolean | undefined;
|
|
1084
|
+
placeholder?: string | undefined;
|
|
1085
1085
|
labelField?: string | undefined;
|
|
1086
1086
|
valueField?: string | undefined;
|
|
1087
1087
|
clearable?: boolean | undefined;
|
|
@@ -1105,10 +1105,10 @@ declare const EnhancedSelect: {
|
|
|
1105
1105
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1106
1106
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1107
1107
|
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1108
|
-
placeholder?: string | undefined;
|
|
1109
1108
|
disabled?: boolean | undefined;
|
|
1110
1109
|
inline?: boolean | undefined;
|
|
1111
1110
|
multiple?: boolean | undefined;
|
|
1111
|
+
placeholder?: string | undefined;
|
|
1112
1112
|
labelField?: string | undefined;
|
|
1113
1113
|
valueField?: string | undefined;
|
|
1114
1114
|
clearable?: boolean | undefined;
|
|
@@ -1136,10 +1136,10 @@ declare const EnhancedSelect: {
|
|
|
1136
1136
|
};
|
|
1137
1137
|
componentDidMount?(): void;
|
|
1138
1138
|
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1139
|
-
placeholder?: string | undefined;
|
|
1140
1139
|
disabled?: boolean | undefined;
|
|
1141
1140
|
inline?: boolean | undefined;
|
|
1142
1141
|
multiple?: boolean | undefined;
|
|
1142
|
+
placeholder?: string | undefined;
|
|
1143
1143
|
labelField?: string | undefined;
|
|
1144
1144
|
valueField?: string | undefined;
|
|
1145
1145
|
clearable?: boolean | undefined;
|
|
@@ -1164,10 +1164,10 @@ declare const EnhancedSelect: {
|
|
|
1164
1164
|
componentWillUnmount?(): void;
|
|
1165
1165
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1166
1166
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1167
|
-
placeholder?: string | undefined;
|
|
1168
1167
|
disabled?: boolean | undefined;
|
|
1169
1168
|
inline?: boolean | undefined;
|
|
1170
1169
|
multiple?: boolean | undefined;
|
|
1170
|
+
placeholder?: string | undefined;
|
|
1171
1171
|
labelField?: string | undefined;
|
|
1172
1172
|
valueField?: string | undefined;
|
|
1173
1173
|
clearable?: boolean | undefined;
|
|
@@ -1190,10 +1190,10 @@ declare const EnhancedSelect: {
|
|
|
1190
1190
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1191
1191
|
}>, prevState: Readonly<{}>): any;
|
|
1192
1192
|
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1193
|
-
placeholder?: string | undefined;
|
|
1194
1193
|
disabled?: boolean | undefined;
|
|
1195
1194
|
inline?: boolean | undefined;
|
|
1196
1195
|
multiple?: boolean | undefined;
|
|
1196
|
+
placeholder?: string | undefined;
|
|
1197
1197
|
labelField?: string | undefined;
|
|
1198
1198
|
valueField?: string | undefined;
|
|
1199
1199
|
clearable?: boolean | undefined;
|
|
@@ -1218,10 +1218,10 @@ declare const EnhancedSelect: {
|
|
|
1218
1218
|
componentWillMount?(): void;
|
|
1219
1219
|
UNSAFE_componentWillMount?(): void;
|
|
1220
1220
|
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1221
|
-
placeholder?: string | undefined;
|
|
1222
1221
|
disabled?: boolean | undefined;
|
|
1223
1222
|
inline?: boolean | undefined;
|
|
1224
1223
|
multiple?: boolean | undefined;
|
|
1224
|
+
placeholder?: string | undefined;
|
|
1225
1225
|
labelField?: string | undefined;
|
|
1226
1226
|
valueField?: string | undefined;
|
|
1227
1227
|
clearable?: boolean | undefined;
|
|
@@ -1244,10 +1244,10 @@ declare const EnhancedSelect: {
|
|
|
1244
1244
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1245
1245
|
}>, nextContext: any): void;
|
|
1246
1246
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1247
|
-
placeholder?: string | undefined;
|
|
1248
1247
|
disabled?: boolean | undefined;
|
|
1249
1248
|
inline?: boolean | undefined;
|
|
1250
1249
|
multiple?: boolean | undefined;
|
|
1250
|
+
placeholder?: string | undefined;
|
|
1251
1251
|
labelField?: string | undefined;
|
|
1252
1252
|
valueField?: string | undefined;
|
|
1253
1253
|
clearable?: boolean | undefined;
|
|
@@ -1270,10 +1270,10 @@ declare const EnhancedSelect: {
|
|
|
1270
1270
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1271
1271
|
}>, nextContext: any): void;
|
|
1272
1272
|
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1273
|
-
placeholder?: string | undefined;
|
|
1274
1273
|
disabled?: boolean | undefined;
|
|
1275
1274
|
inline?: boolean | undefined;
|
|
1276
1275
|
multiple?: boolean | undefined;
|
|
1276
|
+
placeholder?: string | undefined;
|
|
1277
1277
|
labelField?: string | undefined;
|
|
1278
1278
|
valueField?: string | undefined;
|
|
1279
1279
|
clearable?: boolean | undefined;
|
|
@@ -1296,10 +1296,10 @@ declare const EnhancedSelect: {
|
|
|
1296
1296
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1297
1297
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1298
1298
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1299
|
-
placeholder?: string | undefined;
|
|
1300
1299
|
disabled?: boolean | undefined;
|
|
1301
1300
|
inline?: boolean | undefined;
|
|
1302
1301
|
multiple?: boolean | undefined;
|
|
1302
|
+
placeholder?: string | undefined;
|
|
1303
1303
|
labelField?: string | undefined;
|
|
1304
1304
|
valueField?: string | undefined;
|
|
1305
1305
|
clearable?: boolean | undefined;
|
|
@@ -1332,10 +1332,10 @@ declare const EnhancedSelect: {
|
|
|
1332
1332
|
export default EnhancedSelect;
|
|
1333
1333
|
export declare const SelectWithRemoteOptions: {
|
|
1334
1334
|
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1335
|
-
placeholder?: string | undefined;
|
|
1336
1335
|
disabled?: boolean | undefined;
|
|
1337
1336
|
inline?: boolean | undefined;
|
|
1338
1337
|
multiple?: boolean | undefined;
|
|
1338
|
+
placeholder?: string | undefined;
|
|
1339
1339
|
labelField?: string | undefined;
|
|
1340
1340
|
valueField?: string | undefined;
|
|
1341
1341
|
clearable?: boolean | undefined;
|
|
@@ -1379,10 +1379,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1379
1379
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1380
1380
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1381
1381
|
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1382
|
-
placeholder?: string | undefined;
|
|
1383
1382
|
disabled?: boolean | undefined;
|
|
1384
1383
|
inline?: boolean | undefined;
|
|
1385
1384
|
multiple?: boolean | undefined;
|
|
1385
|
+
placeholder?: string | undefined;
|
|
1386
1386
|
labelField?: string | undefined;
|
|
1387
1387
|
valueField?: string | undefined;
|
|
1388
1388
|
clearable?: boolean | undefined;
|
|
@@ -1454,10 +1454,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1454
1454
|
render(): React.JSX.Element;
|
|
1455
1455
|
context: unknown;
|
|
1456
1456
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1457
|
-
placeholder?: string | undefined;
|
|
1458
1457
|
disabled?: boolean | undefined;
|
|
1459
1458
|
inline?: boolean | undefined;
|
|
1460
1459
|
multiple?: boolean | undefined;
|
|
1460
|
+
placeholder?: string | undefined;
|
|
1461
1461
|
labelField?: string | undefined;
|
|
1462
1462
|
valueField?: string | undefined;
|
|
1463
1463
|
clearable?: boolean | undefined;
|
|
@@ -1503,10 +1503,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1503
1503
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
1504
1504
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1505
1505
|
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1506
|
-
placeholder?: string | undefined;
|
|
1507
1506
|
disabled?: boolean | undefined;
|
|
1508
1507
|
inline?: boolean | undefined;
|
|
1509
1508
|
multiple?: boolean | undefined;
|
|
1509
|
+
placeholder?: string | undefined;
|
|
1510
1510
|
labelField?: string | undefined;
|
|
1511
1511
|
valueField?: string | undefined;
|
|
1512
1512
|
clearable?: boolean | undefined;
|
|
@@ -1556,10 +1556,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1556
1556
|
};
|
|
1557
1557
|
componentDidMount?(): void;
|
|
1558
1558
|
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1559
|
-
placeholder?: string | undefined;
|
|
1560
1559
|
disabled?: boolean | undefined;
|
|
1561
1560
|
inline?: boolean | undefined;
|
|
1562
1561
|
multiple?: boolean | undefined;
|
|
1562
|
+
placeholder?: string | undefined;
|
|
1563
1563
|
labelField?: string | undefined;
|
|
1564
1564
|
valueField?: string | undefined;
|
|
1565
1565
|
clearable?: boolean | undefined;
|
|
@@ -1605,10 +1605,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1605
1605
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1606
1606
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1607
1607
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1608
|
-
placeholder?: string | undefined;
|
|
1609
1608
|
disabled?: boolean | undefined;
|
|
1610
1609
|
inline?: boolean | undefined;
|
|
1611
1610
|
multiple?: boolean | undefined;
|
|
1611
|
+
placeholder?: string | undefined;
|
|
1612
1612
|
labelField?: string | undefined;
|
|
1613
1613
|
valueField?: string | undefined;
|
|
1614
1614
|
clearable?: boolean | undefined;
|
|
@@ -1653,10 +1653,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1653
1653
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1654
1654
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
1655
1655
|
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1656
|
-
placeholder?: string | undefined;
|
|
1657
1656
|
disabled?: boolean | undefined;
|
|
1658
1657
|
inline?: boolean | undefined;
|
|
1659
1658
|
multiple?: boolean | undefined;
|
|
1659
|
+
placeholder?: string | undefined;
|
|
1660
1660
|
labelField?: string | undefined;
|
|
1661
1661
|
valueField?: string | undefined;
|
|
1662
1662
|
clearable?: boolean | undefined;
|
|
@@ -1703,10 +1703,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1703
1703
|
componentWillMount?(): void;
|
|
1704
1704
|
UNSAFE_componentWillMount?(): void;
|
|
1705
1705
|
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1706
|
-
placeholder?: string | undefined;
|
|
1707
1706
|
disabled?: boolean | undefined;
|
|
1708
1707
|
inline?: boolean | undefined;
|
|
1709
1708
|
multiple?: boolean | undefined;
|
|
1709
|
+
placeholder?: string | undefined;
|
|
1710
1710
|
labelField?: string | undefined;
|
|
1711
1711
|
valueField?: string | undefined;
|
|
1712
1712
|
clearable?: boolean | undefined;
|
|
@@ -1751,10 +1751,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1751
1751
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1752
1752
|
}, "store">>, nextContext: any): void;
|
|
1753
1753
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1754
|
-
placeholder?: string | undefined;
|
|
1755
1754
|
disabled?: boolean | undefined;
|
|
1756
1755
|
inline?: boolean | undefined;
|
|
1757
1756
|
multiple?: boolean | undefined;
|
|
1757
|
+
placeholder?: string | undefined;
|
|
1758
1758
|
labelField?: string | undefined;
|
|
1759
1759
|
valueField?: string | undefined;
|
|
1760
1760
|
clearable?: boolean | undefined;
|
|
@@ -1799,10 +1799,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1799
1799
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1800
1800
|
}, "store">>, nextContext: any): void;
|
|
1801
1801
|
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1802
|
-
placeholder?: string | undefined;
|
|
1803
1802
|
disabled?: boolean | undefined;
|
|
1804
1803
|
inline?: boolean | undefined;
|
|
1805
1804
|
multiple?: boolean | undefined;
|
|
1805
|
+
placeholder?: string | undefined;
|
|
1806
1806
|
labelField?: string | undefined;
|
|
1807
1807
|
valueField?: string | undefined;
|
|
1808
1808
|
clearable?: boolean | undefined;
|
|
@@ -1847,10 +1847,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1847
1847
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1848
1848
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1849
1849
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1850
|
-
placeholder?: string | undefined;
|
|
1851
1850
|
disabled?: boolean | undefined;
|
|
1852
1851
|
inline?: boolean | undefined;
|
|
1853
1852
|
multiple?: boolean | undefined;
|
|
1853
|
+
placeholder?: string | undefined;
|
|
1854
1854
|
labelField?: string | undefined;
|
|
1855
1855
|
valueField?: string | undefined;
|
|
1856
1856
|
clearable?: boolean | undefined;
|
|
@@ -1896,10 +1896,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1896
1896
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1897
1897
|
};
|
|
1898
1898
|
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1899
|
-
placeholder?: string | undefined;
|
|
1900
1899
|
disabled?: boolean | undefined;
|
|
1901
1900
|
inline?: boolean | undefined;
|
|
1902
1901
|
multiple?: boolean | undefined;
|
|
1902
|
+
placeholder?: string | undefined;
|
|
1903
1903
|
labelField?: string | undefined;
|
|
1904
1904
|
valueField?: string | undefined;
|
|
1905
1905
|
clearable?: boolean | undefined;
|
|
@@ -1971,10 +1971,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1971
1971
|
render(): React.JSX.Element;
|
|
1972
1972
|
context: unknown;
|
|
1973
1973
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
1974
|
-
placeholder?: string | undefined;
|
|
1975
1974
|
disabled?: boolean | undefined;
|
|
1976
1975
|
inline?: boolean | undefined;
|
|
1977
1976
|
multiple?: boolean | undefined;
|
|
1977
|
+
placeholder?: string | undefined;
|
|
1978
1978
|
labelField?: string | undefined;
|
|
1979
1979
|
valueField?: string | undefined;
|
|
1980
1980
|
clearable?: boolean | undefined;
|
|
@@ -2020,10 +2020,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2020
2020
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
2021
2021
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2022
2022
|
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2023
|
-
placeholder?: string | undefined;
|
|
2024
2023
|
disabled?: boolean | undefined;
|
|
2025
2024
|
inline?: boolean | undefined;
|
|
2026
2025
|
multiple?: boolean | undefined;
|
|
2026
|
+
placeholder?: string | undefined;
|
|
2027
2027
|
labelField?: string | undefined;
|
|
2028
2028
|
valueField?: string | undefined;
|
|
2029
2029
|
clearable?: boolean | undefined;
|
|
@@ -2073,10 +2073,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2073
2073
|
};
|
|
2074
2074
|
componentDidMount?(): void;
|
|
2075
2075
|
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2076
|
-
placeholder?: string | undefined;
|
|
2077
2076
|
disabled?: boolean | undefined;
|
|
2078
2077
|
inline?: boolean | undefined;
|
|
2079
2078
|
multiple?: boolean | undefined;
|
|
2079
|
+
placeholder?: string | undefined;
|
|
2080
2080
|
labelField?: string | undefined;
|
|
2081
2081
|
valueField?: string | undefined;
|
|
2082
2082
|
clearable?: boolean | undefined;
|
|
@@ -2122,10 +2122,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2122
2122
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2123
2123
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2124
2124
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2125
|
-
placeholder?: string | undefined;
|
|
2126
2125
|
disabled?: boolean | undefined;
|
|
2127
2126
|
inline?: boolean | undefined;
|
|
2128
2127
|
multiple?: boolean | undefined;
|
|
2128
|
+
placeholder?: string | undefined;
|
|
2129
2129
|
labelField?: string | undefined;
|
|
2130
2130
|
valueField?: string | undefined;
|
|
2131
2131
|
clearable?: boolean | undefined;
|
|
@@ -2170,10 +2170,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2170
2170
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2171
2171
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
2172
2172
|
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2173
|
-
placeholder?: string | undefined;
|
|
2174
2173
|
disabled?: boolean | undefined;
|
|
2175
2174
|
inline?: boolean | undefined;
|
|
2176
2175
|
multiple?: boolean | undefined;
|
|
2176
|
+
placeholder?: string | undefined;
|
|
2177
2177
|
labelField?: string | undefined;
|
|
2178
2178
|
valueField?: string | undefined;
|
|
2179
2179
|
clearable?: boolean | undefined;
|
|
@@ -2220,10 +2220,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2220
2220
|
componentWillMount?(): void;
|
|
2221
2221
|
UNSAFE_componentWillMount?(): void;
|
|
2222
2222
|
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2223
|
-
placeholder?: string | undefined;
|
|
2224
2223
|
disabled?: boolean | undefined;
|
|
2225
2224
|
inline?: boolean | undefined;
|
|
2226
2225
|
multiple?: boolean | undefined;
|
|
2226
|
+
placeholder?: string | undefined;
|
|
2227
2227
|
labelField?: string | undefined;
|
|
2228
2228
|
valueField?: string | undefined;
|
|
2229
2229
|
clearable?: boolean | undefined;
|
|
@@ -2268,10 +2268,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2268
2268
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2269
2269
|
}, "store">>, nextContext: any): void;
|
|
2270
2270
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2271
|
-
placeholder?: string | undefined;
|
|
2272
2271
|
disabled?: boolean | undefined;
|
|
2273
2272
|
inline?: boolean | undefined;
|
|
2274
2273
|
multiple?: boolean | undefined;
|
|
2274
|
+
placeholder?: string | undefined;
|
|
2275
2275
|
labelField?: string | undefined;
|
|
2276
2276
|
valueField?: string | undefined;
|
|
2277
2277
|
clearable?: boolean | undefined;
|
|
@@ -2316,10 +2316,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2316
2316
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2317
2317
|
}, "store">>, nextContext: any): void;
|
|
2318
2318
|
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2319
|
-
placeholder?: string | undefined;
|
|
2320
2319
|
disabled?: boolean | undefined;
|
|
2321
2320
|
inline?: boolean | undefined;
|
|
2322
2321
|
multiple?: boolean | undefined;
|
|
2322
|
+
placeholder?: string | undefined;
|
|
2323
2323
|
labelField?: string | undefined;
|
|
2324
2324
|
valueField?: string | undefined;
|
|
2325
2325
|
clearable?: boolean | undefined;
|
|
@@ -2364,10 +2364,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2364
2364
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2365
2365
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2366
2366
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2367
|
-
placeholder?: string | undefined;
|
|
2368
2367
|
disabled?: boolean | undefined;
|
|
2369
2368
|
inline?: boolean | undefined;
|
|
2370
2369
|
multiple?: boolean | undefined;
|
|
2370
|
+
placeholder?: string | undefined;
|
|
2371
2371
|
labelField?: string | undefined;
|
|
2372
2372
|
valueField?: string | undefined;
|
|
2373
2373
|
clearable?: boolean | undefined;
|
|
@@ -2415,10 +2415,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2415
2415
|
displayName: string;
|
|
2416
2416
|
ComposedComponent: React.ComponentType<{
|
|
2417
2417
|
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2418
|
-
placeholder?: string | undefined;
|
|
2419
2418
|
disabled?: boolean | undefined;
|
|
2420
2419
|
inline?: boolean | undefined;
|
|
2421
2420
|
multiple?: boolean | undefined;
|
|
2421
|
+
placeholder?: string | undefined;
|
|
2422
2422
|
labelField?: string | undefined;
|
|
2423
2423
|
valueField?: string | undefined;
|
|
2424
2424
|
clearable?: boolean | undefined;
|
|
@@ -2475,10 +2475,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2475
2475
|
render(): React.JSX.Element;
|
|
2476
2476
|
context: unknown;
|
|
2477
2477
|
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2478
|
-
placeholder?: string | undefined;
|
|
2479
2478
|
disabled?: boolean | undefined;
|
|
2480
2479
|
inline?: boolean | undefined;
|
|
2481
2480
|
multiple?: boolean | undefined;
|
|
2481
|
+
placeholder?: string | undefined;
|
|
2482
2482
|
labelField?: string | undefined;
|
|
2483
2483
|
valueField?: string | undefined;
|
|
2484
2484
|
clearable?: boolean | undefined;
|
|
@@ -2524,10 +2524,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2524
2524
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
2525
2525
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2526
2526
|
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2527
|
-
placeholder?: string | undefined;
|
|
2528
2527
|
disabled?: boolean | undefined;
|
|
2529
2528
|
inline?: boolean | undefined;
|
|
2530
2529
|
multiple?: boolean | undefined;
|
|
2530
|
+
placeholder?: string | undefined;
|
|
2531
2531
|
labelField?: string | undefined;
|
|
2532
2532
|
valueField?: string | undefined;
|
|
2533
2533
|
clearable?: boolean | undefined;
|
|
@@ -2576,10 +2576,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2576
2576
|
[key: string]: React.ReactInstance;
|
|
2577
2577
|
};
|
|
2578
2578
|
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2579
|
-
placeholder?: string | undefined;
|
|
2580
2579
|
disabled?: boolean | undefined;
|
|
2581
2580
|
inline?: boolean | undefined;
|
|
2582
2581
|
multiple?: boolean | undefined;
|
|
2582
|
+
placeholder?: string | undefined;
|
|
2583
2583
|
labelField?: string | undefined;
|
|
2584
2584
|
valueField?: string | undefined;
|
|
2585
2585
|
clearable?: boolean | undefined;
|
|
@@ -2625,10 +2625,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2625
2625
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2626
2626
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2627
2627
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2628
|
-
placeholder?: string | undefined;
|
|
2629
2628
|
disabled?: boolean | undefined;
|
|
2630
2629
|
inline?: boolean | undefined;
|
|
2631
2630
|
multiple?: boolean | undefined;
|
|
2631
|
+
placeholder?: string | undefined;
|
|
2632
2632
|
labelField?: string | undefined;
|
|
2633
2633
|
valueField?: string | undefined;
|
|
2634
2634
|
clearable?: boolean | undefined;
|
|
@@ -2675,10 +2675,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2675
2675
|
componentWillMount?(): void;
|
|
2676
2676
|
UNSAFE_componentWillMount?(): void;
|
|
2677
2677
|
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2678
|
-
placeholder?: string | undefined;
|
|
2679
2678
|
disabled?: boolean | undefined;
|
|
2680
2679
|
inline?: boolean | undefined;
|
|
2681
2680
|
multiple?: boolean | undefined;
|
|
2681
|
+
placeholder?: string | undefined;
|
|
2682
2682
|
labelField?: string | undefined;
|
|
2683
2683
|
valueField?: string | undefined;
|
|
2684
2684
|
clearable?: boolean | undefined;
|
|
@@ -2723,10 +2723,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2723
2723
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2724
2724
|
}>, nextContext: any): void;
|
|
2725
2725
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2726
|
-
placeholder?: string | undefined;
|
|
2727
2726
|
disabled?: boolean | undefined;
|
|
2728
2727
|
inline?: boolean | undefined;
|
|
2729
2728
|
multiple?: boolean | undefined;
|
|
2729
|
+
placeholder?: string | undefined;
|
|
2730
2730
|
labelField?: string | undefined;
|
|
2731
2731
|
valueField?: string | undefined;
|
|
2732
2732
|
clearable?: boolean | undefined;
|
|
@@ -2771,10 +2771,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2771
2771
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2772
2772
|
}>, nextContext: any): void;
|
|
2773
2773
|
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2774
|
-
placeholder?: string | undefined;
|
|
2775
2774
|
disabled?: boolean | undefined;
|
|
2776
2775
|
inline?: boolean | undefined;
|
|
2777
2776
|
multiple?: boolean | undefined;
|
|
2777
|
+
placeholder?: string | undefined;
|
|
2778
2778
|
labelField?: string | undefined;
|
|
2779
2779
|
valueField?: string | undefined;
|
|
2780
2780
|
clearable?: boolean | undefined;
|
|
@@ -2819,10 +2819,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2819
2819
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2820
2820
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2821
2821
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2822
|
-
placeholder?: string | undefined;
|
|
2823
2822
|
disabled?: boolean | undefined;
|
|
2824
2823
|
inline?: boolean | undefined;
|
|
2825
2824
|
multiple?: boolean | undefined;
|
|
2825
|
+
placeholder?: string | undefined;
|
|
2826
2826
|
labelField?: string | undefined;
|
|
2827
2827
|
valueField?: string | undefined;
|
|
2828
2828
|
clearable?: boolean | undefined;
|
|
@@ -2870,10 +2870,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2870
2870
|
displayName: string;
|
|
2871
2871
|
ComposedComponent: React.ComponentType<{
|
|
2872
2872
|
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2873
|
-
placeholder?: string | undefined;
|
|
2874
2873
|
disabled?: boolean | undefined;
|
|
2875
2874
|
inline?: boolean | undefined;
|
|
2876
2875
|
multiple?: boolean | undefined;
|
|
2876
|
+
placeholder?: string | undefined;
|
|
2877
2877
|
labelField?: string | undefined;
|
|
2878
2878
|
valueField?: string | undefined;
|
|
2879
2879
|
clearable?: boolean | undefined;
|
|
@@ -2895,10 +2895,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2895
2895
|
locale?: string | undefined;
|
|
2896
2896
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2897
2897
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2898
|
-
placeholder?: string | undefined;
|
|
2899
2898
|
disabled?: boolean | undefined;
|
|
2900
2899
|
inline?: boolean | undefined;
|
|
2901
2900
|
multiple?: boolean | undefined;
|
|
2901
|
+
placeholder?: string | undefined;
|
|
2902
2902
|
labelField?: string | undefined;
|
|
2903
2903
|
valueField?: string | undefined;
|
|
2904
2904
|
clearable?: boolean | undefined;
|
|
@@ -2923,10 +2923,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2923
2923
|
render(): React.JSX.Element;
|
|
2924
2924
|
context: unknown;
|
|
2925
2925
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2926
|
-
placeholder?: string | undefined;
|
|
2927
2926
|
disabled?: boolean | undefined;
|
|
2928
2927
|
inline?: boolean | undefined;
|
|
2929
2928
|
multiple?: boolean | undefined;
|
|
2929
|
+
placeholder?: string | undefined;
|
|
2930
2930
|
labelField?: string | undefined;
|
|
2931
2931
|
valueField?: string | undefined;
|
|
2932
2932
|
clearable?: boolean | undefined;
|
|
@@ -2950,10 +2950,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2950
2950
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
2951
2951
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2952
2952
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2953
|
-
placeholder?: string | undefined;
|
|
2954
2953
|
disabled?: boolean | undefined;
|
|
2955
2954
|
inline?: boolean | undefined;
|
|
2956
2955
|
multiple?: boolean | undefined;
|
|
2956
|
+
placeholder?: string | undefined;
|
|
2957
2957
|
labelField?: string | undefined;
|
|
2958
2958
|
valueField?: string | undefined;
|
|
2959
2959
|
clearable?: boolean | undefined;
|
|
@@ -2981,10 +2981,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2981
2981
|
};
|
|
2982
2982
|
componentDidMount?(): void;
|
|
2983
2983
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
2984
|
-
placeholder?: string | undefined;
|
|
2985
2984
|
disabled?: boolean | undefined;
|
|
2986
2985
|
inline?: boolean | undefined;
|
|
2987
2986
|
multiple?: boolean | undefined;
|
|
2987
|
+
placeholder?: string | undefined;
|
|
2988
2988
|
labelField?: string | undefined;
|
|
2989
2989
|
valueField?: string | undefined;
|
|
2990
2990
|
clearable?: boolean | undefined;
|
|
@@ -3009,10 +3009,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3009
3009
|
componentWillUnmount?(): void;
|
|
3010
3010
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3011
3011
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3012
|
-
placeholder?: string | undefined;
|
|
3013
3012
|
disabled?: boolean | undefined;
|
|
3014
3013
|
inline?: boolean | undefined;
|
|
3015
3014
|
multiple?: boolean | undefined;
|
|
3015
|
+
placeholder?: string | undefined;
|
|
3016
3016
|
labelField?: string | undefined;
|
|
3017
3017
|
valueField?: string | undefined;
|
|
3018
3018
|
clearable?: boolean | undefined;
|
|
@@ -3035,10 +3035,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3035
3035
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3036
3036
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
3037
3037
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3038
|
-
placeholder?: string | undefined;
|
|
3039
3038
|
disabled?: boolean | undefined;
|
|
3040
3039
|
inline?: boolean | undefined;
|
|
3041
3040
|
multiple?: boolean | undefined;
|
|
3041
|
+
placeholder?: string | undefined;
|
|
3042
3042
|
labelField?: string | undefined;
|
|
3043
3043
|
valueField?: string | undefined;
|
|
3044
3044
|
clearable?: boolean | undefined;
|
|
@@ -3063,10 +3063,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3063
3063
|
componentWillMount?(): void;
|
|
3064
3064
|
UNSAFE_componentWillMount?(): void;
|
|
3065
3065
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3066
|
-
placeholder?: string | undefined;
|
|
3067
3066
|
disabled?: boolean | undefined;
|
|
3068
3067
|
inline?: boolean | undefined;
|
|
3069
3068
|
multiple?: boolean | undefined;
|
|
3069
|
+
placeholder?: string | undefined;
|
|
3070
3070
|
labelField?: string | undefined;
|
|
3071
3071
|
valueField?: string | undefined;
|
|
3072
3072
|
clearable?: boolean | undefined;
|
|
@@ -3089,10 +3089,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3089
3089
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3090
3090
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3091
3091
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3092
|
-
placeholder?: string | undefined;
|
|
3093
3092
|
disabled?: boolean | undefined;
|
|
3094
3093
|
inline?: boolean | undefined;
|
|
3095
3094
|
multiple?: boolean | undefined;
|
|
3095
|
+
placeholder?: string | undefined;
|
|
3096
3096
|
labelField?: string | undefined;
|
|
3097
3097
|
valueField?: string | undefined;
|
|
3098
3098
|
clearable?: boolean | undefined;
|
|
@@ -3115,10 +3115,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3115
3115
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3116
3116
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3117
3117
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3118
|
-
placeholder?: string | undefined;
|
|
3119
3118
|
disabled?: boolean | undefined;
|
|
3120
3119
|
inline?: boolean | undefined;
|
|
3121
3120
|
multiple?: boolean | undefined;
|
|
3121
|
+
placeholder?: string | undefined;
|
|
3122
3122
|
labelField?: string | undefined;
|
|
3123
3123
|
valueField?: string | undefined;
|
|
3124
3124
|
clearable?: boolean | undefined;
|
|
@@ -3141,10 +3141,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3141
3141
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3142
3142
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3143
3143
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3144
|
-
placeholder?: string | undefined;
|
|
3145
3144
|
disabled?: boolean | undefined;
|
|
3146
3145
|
inline?: boolean | undefined;
|
|
3147
3146
|
multiple?: boolean | undefined;
|
|
3147
|
+
placeholder?: string | undefined;
|
|
3148
3148
|
labelField?: string | undefined;
|
|
3149
3149
|
valueField?: string | undefined;
|
|
3150
3150
|
clearable?: boolean | undefined;
|
|
@@ -3168,10 +3168,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3168
3168
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3169
3169
|
};
|
|
3170
3170
|
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3171
|
-
placeholder?: string | undefined;
|
|
3172
3171
|
disabled?: boolean | undefined;
|
|
3173
3172
|
inline?: boolean | undefined;
|
|
3174
3173
|
multiple?: boolean | undefined;
|
|
3174
|
+
placeholder?: string | undefined;
|
|
3175
3175
|
labelField?: string | undefined;
|
|
3176
3176
|
valueField?: string | undefined;
|
|
3177
3177
|
clearable?: boolean | undefined;
|
|
@@ -3196,10 +3196,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3196
3196
|
render(): React.JSX.Element;
|
|
3197
3197
|
context: unknown;
|
|
3198
3198
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3199
|
-
placeholder?: string | undefined;
|
|
3200
3199
|
disabled?: boolean | undefined;
|
|
3201
3200
|
inline?: boolean | undefined;
|
|
3202
3201
|
multiple?: boolean | undefined;
|
|
3202
|
+
placeholder?: string | undefined;
|
|
3203
3203
|
labelField?: string | undefined;
|
|
3204
3204
|
valueField?: string | undefined;
|
|
3205
3205
|
clearable?: boolean | undefined;
|
|
@@ -3223,10 +3223,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3223
3223
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3224
3224
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3225
3225
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3226
|
-
placeholder?: string | undefined;
|
|
3227
3226
|
disabled?: boolean | undefined;
|
|
3228
3227
|
inline?: boolean | undefined;
|
|
3229
3228
|
multiple?: boolean | undefined;
|
|
3229
|
+
placeholder?: string | undefined;
|
|
3230
3230
|
labelField?: string | undefined;
|
|
3231
3231
|
valueField?: string | undefined;
|
|
3232
3232
|
clearable?: boolean | undefined;
|
|
@@ -3254,10 +3254,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3254
3254
|
};
|
|
3255
3255
|
componentDidMount?(): void;
|
|
3256
3256
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3257
|
-
placeholder?: string | undefined;
|
|
3258
3257
|
disabled?: boolean | undefined;
|
|
3259
3258
|
inline?: boolean | undefined;
|
|
3260
3259
|
multiple?: boolean | undefined;
|
|
3260
|
+
placeholder?: string | undefined;
|
|
3261
3261
|
labelField?: string | undefined;
|
|
3262
3262
|
valueField?: string | undefined;
|
|
3263
3263
|
clearable?: boolean | undefined;
|
|
@@ -3282,10 +3282,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3282
3282
|
componentWillUnmount?(): void;
|
|
3283
3283
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3284
3284
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3285
|
-
placeholder?: string | undefined;
|
|
3286
3285
|
disabled?: boolean | undefined;
|
|
3287
3286
|
inline?: boolean | undefined;
|
|
3288
3287
|
multiple?: boolean | undefined;
|
|
3288
|
+
placeholder?: string | undefined;
|
|
3289
3289
|
labelField?: string | undefined;
|
|
3290
3290
|
valueField?: string | undefined;
|
|
3291
3291
|
clearable?: boolean | undefined;
|
|
@@ -3308,10 +3308,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3308
3308
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3309
3309
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
3310
3310
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3311
|
-
placeholder?: string | undefined;
|
|
3312
3311
|
disabled?: boolean | undefined;
|
|
3313
3312
|
inline?: boolean | undefined;
|
|
3314
3313
|
multiple?: boolean | undefined;
|
|
3314
|
+
placeholder?: string | undefined;
|
|
3315
3315
|
labelField?: string | undefined;
|
|
3316
3316
|
valueField?: string | undefined;
|
|
3317
3317
|
clearable?: boolean | undefined;
|
|
@@ -3336,10 +3336,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3336
3336
|
componentWillMount?(): void;
|
|
3337
3337
|
UNSAFE_componentWillMount?(): void;
|
|
3338
3338
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3339
|
-
placeholder?: string | undefined;
|
|
3340
3339
|
disabled?: boolean | undefined;
|
|
3341
3340
|
inline?: boolean | undefined;
|
|
3342
3341
|
multiple?: boolean | undefined;
|
|
3342
|
+
placeholder?: string | undefined;
|
|
3343
3343
|
labelField?: string | undefined;
|
|
3344
3344
|
valueField?: string | undefined;
|
|
3345
3345
|
clearable?: boolean | undefined;
|
|
@@ -3362,10 +3362,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3362
3362
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3363
3363
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3364
3364
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3365
|
-
placeholder?: string | undefined;
|
|
3366
3365
|
disabled?: boolean | undefined;
|
|
3367
3366
|
inline?: boolean | undefined;
|
|
3368
3367
|
multiple?: boolean | undefined;
|
|
3368
|
+
placeholder?: string | undefined;
|
|
3369
3369
|
labelField?: string | undefined;
|
|
3370
3370
|
valueField?: string | undefined;
|
|
3371
3371
|
clearable?: boolean | undefined;
|
|
@@ -3388,10 +3388,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3388
3388
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3389
3389
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3390
3390
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3391
|
-
placeholder?: string | undefined;
|
|
3392
3391
|
disabled?: boolean | undefined;
|
|
3393
3392
|
inline?: boolean | undefined;
|
|
3394
3393
|
multiple?: boolean | undefined;
|
|
3394
|
+
placeholder?: string | undefined;
|
|
3395
3395
|
labelField?: string | undefined;
|
|
3396
3396
|
valueField?: string | undefined;
|
|
3397
3397
|
clearable?: boolean | undefined;
|
|
@@ -3414,10 +3414,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3414
3414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3415
3415
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3416
3416
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3417
|
-
placeholder?: string | undefined;
|
|
3418
3417
|
disabled?: boolean | undefined;
|
|
3419
3418
|
inline?: boolean | undefined;
|
|
3420
3419
|
multiple?: boolean | undefined;
|
|
3420
|
+
placeholder?: string | undefined;
|
|
3421
3421
|
labelField?: string | undefined;
|
|
3422
3422
|
valueField?: string | undefined;
|
|
3423
3423
|
clearable?: boolean | undefined;
|
|
@@ -3447,10 +3447,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3447
3447
|
contextType?: React.Context<any> | undefined;
|
|
3448
3448
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
3449
3449
|
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3450
|
-
placeholder?: string | undefined;
|
|
3451
3450
|
disabled?: boolean | undefined;
|
|
3452
3451
|
inline?: boolean | undefined;
|
|
3453
3452
|
multiple?: boolean | undefined;
|
|
3453
|
+
placeholder?: string | undefined;
|
|
3454
3454
|
labelField?: string | undefined;
|
|
3455
3455
|
valueField?: string | undefined;
|
|
3456
3456
|
clearable?: boolean | undefined;
|
|
@@ -3507,10 +3507,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3507
3507
|
render(): React.JSX.Element;
|
|
3508
3508
|
context: unknown;
|
|
3509
3509
|
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3510
|
-
placeholder?: string | undefined;
|
|
3511
3510
|
disabled?: boolean | undefined;
|
|
3512
3511
|
inline?: boolean | undefined;
|
|
3513
3512
|
multiple?: boolean | undefined;
|
|
3513
|
+
placeholder?: string | undefined;
|
|
3514
3514
|
labelField?: string | undefined;
|
|
3515
3515
|
valueField?: string | undefined;
|
|
3516
3516
|
clearable?: boolean | undefined;
|
|
@@ -3556,10 +3556,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3556
3556
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
3557
3557
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3558
3558
|
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3559
|
-
placeholder?: string | undefined;
|
|
3560
3559
|
disabled?: boolean | undefined;
|
|
3561
3560
|
inline?: boolean | undefined;
|
|
3562
3561
|
multiple?: boolean | undefined;
|
|
3562
|
+
placeholder?: string | undefined;
|
|
3563
3563
|
labelField?: string | undefined;
|
|
3564
3564
|
valueField?: string | undefined;
|
|
3565
3565
|
clearable?: boolean | undefined;
|
|
@@ -3608,10 +3608,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3608
3608
|
[key: string]: React.ReactInstance;
|
|
3609
3609
|
};
|
|
3610
3610
|
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3611
|
-
placeholder?: string | undefined;
|
|
3612
3611
|
disabled?: boolean | undefined;
|
|
3613
3612
|
inline?: boolean | undefined;
|
|
3614
3613
|
multiple?: boolean | undefined;
|
|
3614
|
+
placeholder?: string | undefined;
|
|
3615
3615
|
labelField?: string | undefined;
|
|
3616
3616
|
valueField?: string | undefined;
|
|
3617
3617
|
clearable?: boolean | undefined;
|
|
@@ -3657,10 +3657,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3657
3657
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3658
3658
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3659
3659
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3660
|
-
placeholder?: string | undefined;
|
|
3661
3660
|
disabled?: boolean | undefined;
|
|
3662
3661
|
inline?: boolean | undefined;
|
|
3663
3662
|
multiple?: boolean | undefined;
|
|
3663
|
+
placeholder?: string | undefined;
|
|
3664
3664
|
labelField?: string | undefined;
|
|
3665
3665
|
valueField?: string | undefined;
|
|
3666
3666
|
clearable?: boolean | undefined;
|
|
@@ -3707,10 +3707,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3707
3707
|
componentWillMount?(): void;
|
|
3708
3708
|
UNSAFE_componentWillMount?(): void;
|
|
3709
3709
|
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3710
|
-
placeholder?: string | undefined;
|
|
3711
3710
|
disabled?: boolean | undefined;
|
|
3712
3711
|
inline?: boolean | undefined;
|
|
3713
3712
|
multiple?: boolean | undefined;
|
|
3713
|
+
placeholder?: string | undefined;
|
|
3714
3714
|
labelField?: string | undefined;
|
|
3715
3715
|
valueField?: string | undefined;
|
|
3716
3716
|
clearable?: boolean | undefined;
|
|
@@ -3755,10 +3755,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3755
3755
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3756
3756
|
}>, nextContext: any): void;
|
|
3757
3757
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3758
|
-
placeholder?: string | undefined;
|
|
3759
3758
|
disabled?: boolean | undefined;
|
|
3760
3759
|
inline?: boolean | undefined;
|
|
3761
3760
|
multiple?: boolean | undefined;
|
|
3761
|
+
placeholder?: string | undefined;
|
|
3762
3762
|
labelField?: string | undefined;
|
|
3763
3763
|
valueField?: string | undefined;
|
|
3764
3764
|
clearable?: boolean | undefined;
|
|
@@ -3803,10 +3803,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3803
3803
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3804
3804
|
}>, nextContext: any): void;
|
|
3805
3805
|
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3806
|
-
placeholder?: string | undefined;
|
|
3807
3806
|
disabled?: boolean | undefined;
|
|
3808
3807
|
inline?: boolean | undefined;
|
|
3809
3808
|
multiple?: boolean | undefined;
|
|
3809
|
+
placeholder?: string | undefined;
|
|
3810
3810
|
labelField?: string | undefined;
|
|
3811
3811
|
valueField?: string | undefined;
|
|
3812
3812
|
clearable?: boolean | undefined;
|
|
@@ -3851,10 +3851,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3851
3851
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3852
3852
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3853
3853
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3854
|
-
placeholder?: string | undefined;
|
|
3855
3854
|
disabled?: boolean | undefined;
|
|
3856
3855
|
inline?: boolean | undefined;
|
|
3857
3856
|
multiple?: boolean | undefined;
|
|
3857
|
+
placeholder?: string | undefined;
|
|
3858
3858
|
labelField?: string | undefined;
|
|
3859
3859
|
valueField?: string | undefined;
|
|
3860
3860
|
clearable?: boolean | undefined;
|
|
@@ -3902,10 +3902,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3902
3902
|
displayName: string;
|
|
3903
3903
|
ComposedComponent: React.ComponentType<{
|
|
3904
3904
|
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3905
|
-
placeholder?: string | undefined;
|
|
3906
3905
|
disabled?: boolean | undefined;
|
|
3907
3906
|
inline?: boolean | undefined;
|
|
3908
3907
|
multiple?: boolean | undefined;
|
|
3908
|
+
placeholder?: string | undefined;
|
|
3909
3909
|
labelField?: string | undefined;
|
|
3910
3910
|
valueField?: string | undefined;
|
|
3911
3911
|
clearable?: boolean | undefined;
|
|
@@ -3927,10 +3927,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3927
3927
|
locale?: string | undefined;
|
|
3928
3928
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3929
3929
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3930
|
-
placeholder?: string | undefined;
|
|
3931
3930
|
disabled?: boolean | undefined;
|
|
3932
3931
|
inline?: boolean | undefined;
|
|
3933
3932
|
multiple?: boolean | undefined;
|
|
3933
|
+
placeholder?: string | undefined;
|
|
3934
3934
|
labelField?: string | undefined;
|
|
3935
3935
|
valueField?: string | undefined;
|
|
3936
3936
|
clearable?: boolean | undefined;
|
|
@@ -3955,10 +3955,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3955
3955
|
render(): React.JSX.Element;
|
|
3956
3956
|
context: unknown;
|
|
3957
3957
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3958
|
-
placeholder?: string | undefined;
|
|
3959
3958
|
disabled?: boolean | undefined;
|
|
3960
3959
|
inline?: boolean | undefined;
|
|
3961
3960
|
multiple?: boolean | undefined;
|
|
3961
|
+
placeholder?: string | undefined;
|
|
3962
3962
|
labelField?: string | undefined;
|
|
3963
3963
|
valueField?: string | undefined;
|
|
3964
3964
|
clearable?: boolean | undefined;
|
|
@@ -3982,10 +3982,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3982
3982
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3983
3983
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3984
3984
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
3985
|
-
placeholder?: string | undefined;
|
|
3986
3985
|
disabled?: boolean | undefined;
|
|
3987
3986
|
inline?: boolean | undefined;
|
|
3988
3987
|
multiple?: boolean | undefined;
|
|
3988
|
+
placeholder?: string | undefined;
|
|
3989
3989
|
labelField?: string | undefined;
|
|
3990
3990
|
valueField?: string | undefined;
|
|
3991
3991
|
clearable?: boolean | undefined;
|
|
@@ -4013,10 +4013,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4013
4013
|
};
|
|
4014
4014
|
componentDidMount?(): void;
|
|
4015
4015
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4016
|
-
placeholder?: string | undefined;
|
|
4017
4016
|
disabled?: boolean | undefined;
|
|
4018
4017
|
inline?: boolean | undefined;
|
|
4019
4018
|
multiple?: boolean | undefined;
|
|
4019
|
+
placeholder?: string | undefined;
|
|
4020
4020
|
labelField?: string | undefined;
|
|
4021
4021
|
valueField?: string | undefined;
|
|
4022
4022
|
clearable?: boolean | undefined;
|
|
@@ -4041,10 +4041,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4041
4041
|
componentWillUnmount?(): void;
|
|
4042
4042
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4043
4043
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4044
|
-
placeholder?: string | undefined;
|
|
4045
4044
|
disabled?: boolean | undefined;
|
|
4046
4045
|
inline?: boolean | undefined;
|
|
4047
4046
|
multiple?: boolean | undefined;
|
|
4047
|
+
placeholder?: string | undefined;
|
|
4048
4048
|
labelField?: string | undefined;
|
|
4049
4049
|
valueField?: string | undefined;
|
|
4050
4050
|
clearable?: boolean | undefined;
|
|
@@ -4067,10 +4067,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4067
4067
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4068
4068
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
4069
4069
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4070
|
-
placeholder?: string | undefined;
|
|
4071
4070
|
disabled?: boolean | undefined;
|
|
4072
4071
|
inline?: boolean | undefined;
|
|
4073
4072
|
multiple?: boolean | undefined;
|
|
4073
|
+
placeholder?: string | undefined;
|
|
4074
4074
|
labelField?: string | undefined;
|
|
4075
4075
|
valueField?: string | undefined;
|
|
4076
4076
|
clearable?: boolean | undefined;
|
|
@@ -4095,10 +4095,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4095
4095
|
componentWillMount?(): void;
|
|
4096
4096
|
UNSAFE_componentWillMount?(): void;
|
|
4097
4097
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4098
|
-
placeholder?: string | undefined;
|
|
4099
4098
|
disabled?: boolean | undefined;
|
|
4100
4099
|
inline?: boolean | undefined;
|
|
4101
4100
|
multiple?: boolean | undefined;
|
|
4101
|
+
placeholder?: string | undefined;
|
|
4102
4102
|
labelField?: string | undefined;
|
|
4103
4103
|
valueField?: string | undefined;
|
|
4104
4104
|
clearable?: boolean | undefined;
|
|
@@ -4121,10 +4121,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4121
4121
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4122
4122
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4123
4123
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4124
|
-
placeholder?: string | undefined;
|
|
4125
4124
|
disabled?: boolean | undefined;
|
|
4126
4125
|
inline?: boolean | undefined;
|
|
4127
4126
|
multiple?: boolean | undefined;
|
|
4127
|
+
placeholder?: string | undefined;
|
|
4128
4128
|
labelField?: string | undefined;
|
|
4129
4129
|
valueField?: string | undefined;
|
|
4130
4130
|
clearable?: boolean | undefined;
|
|
@@ -4147,10 +4147,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4147
4147
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4148
4148
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4149
4149
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4150
|
-
placeholder?: string | undefined;
|
|
4151
4150
|
disabled?: boolean | undefined;
|
|
4152
4151
|
inline?: boolean | undefined;
|
|
4153
4152
|
multiple?: boolean | undefined;
|
|
4153
|
+
placeholder?: string | undefined;
|
|
4154
4154
|
labelField?: string | undefined;
|
|
4155
4155
|
valueField?: string | undefined;
|
|
4156
4156
|
clearable?: boolean | undefined;
|
|
@@ -4173,10 +4173,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4173
4173
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4174
4174
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4175
4175
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4176
|
-
placeholder?: string | undefined;
|
|
4177
4176
|
disabled?: boolean | undefined;
|
|
4178
4177
|
inline?: boolean | undefined;
|
|
4179
4178
|
multiple?: boolean | undefined;
|
|
4179
|
+
placeholder?: string | undefined;
|
|
4180
4180
|
labelField?: string | undefined;
|
|
4181
4181
|
valueField?: string | undefined;
|
|
4182
4182
|
clearable?: boolean | undefined;
|
|
@@ -4200,10 +4200,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4200
4200
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4201
4201
|
};
|
|
4202
4202
|
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4203
|
-
placeholder?: string | undefined;
|
|
4204
4203
|
disabled?: boolean | undefined;
|
|
4205
4204
|
inline?: boolean | undefined;
|
|
4206
4205
|
multiple?: boolean | undefined;
|
|
4206
|
+
placeholder?: string | undefined;
|
|
4207
4207
|
labelField?: string | undefined;
|
|
4208
4208
|
valueField?: string | undefined;
|
|
4209
4209
|
clearable?: boolean | undefined;
|
|
@@ -4228,10 +4228,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4228
4228
|
render(): React.JSX.Element;
|
|
4229
4229
|
context: unknown;
|
|
4230
4230
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4231
|
-
placeholder?: string | undefined;
|
|
4232
4231
|
disabled?: boolean | undefined;
|
|
4233
4232
|
inline?: boolean | undefined;
|
|
4234
4233
|
multiple?: boolean | undefined;
|
|
4234
|
+
placeholder?: string | undefined;
|
|
4235
4235
|
labelField?: string | undefined;
|
|
4236
4236
|
valueField?: string | undefined;
|
|
4237
4237
|
clearable?: boolean | undefined;
|
|
@@ -4255,10 +4255,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4255
4255
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
4256
4256
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4257
4257
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4258
|
-
placeholder?: string | undefined;
|
|
4259
4258
|
disabled?: boolean | undefined;
|
|
4260
4259
|
inline?: boolean | undefined;
|
|
4261
4260
|
multiple?: boolean | undefined;
|
|
4261
|
+
placeholder?: string | undefined;
|
|
4262
4262
|
labelField?: string | undefined;
|
|
4263
4263
|
valueField?: string | undefined;
|
|
4264
4264
|
clearable?: boolean | undefined;
|
|
@@ -4286,10 +4286,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4286
4286
|
};
|
|
4287
4287
|
componentDidMount?(): void;
|
|
4288
4288
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4289
|
-
placeholder?: string | undefined;
|
|
4290
4289
|
disabled?: boolean | undefined;
|
|
4291
4290
|
inline?: boolean | undefined;
|
|
4292
4291
|
multiple?: boolean | undefined;
|
|
4292
|
+
placeholder?: string | undefined;
|
|
4293
4293
|
labelField?: string | undefined;
|
|
4294
4294
|
valueField?: string | undefined;
|
|
4295
4295
|
clearable?: boolean | undefined;
|
|
@@ -4314,10 +4314,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4314
4314
|
componentWillUnmount?(): void;
|
|
4315
4315
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4316
4316
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4317
|
-
placeholder?: string | undefined;
|
|
4318
4317
|
disabled?: boolean | undefined;
|
|
4319
4318
|
inline?: boolean | undefined;
|
|
4320
4319
|
multiple?: boolean | undefined;
|
|
4320
|
+
placeholder?: string | undefined;
|
|
4321
4321
|
labelField?: string | undefined;
|
|
4322
4322
|
valueField?: string | undefined;
|
|
4323
4323
|
clearable?: boolean | undefined;
|
|
@@ -4340,10 +4340,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4340
4340
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4341
4341
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
4342
4342
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4343
|
-
placeholder?: string | undefined;
|
|
4344
4343
|
disabled?: boolean | undefined;
|
|
4345
4344
|
inline?: boolean | undefined;
|
|
4346
4345
|
multiple?: boolean | undefined;
|
|
4346
|
+
placeholder?: string | undefined;
|
|
4347
4347
|
labelField?: string | undefined;
|
|
4348
4348
|
valueField?: string | undefined;
|
|
4349
4349
|
clearable?: boolean | undefined;
|
|
@@ -4368,10 +4368,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4368
4368
|
componentWillMount?(): void;
|
|
4369
4369
|
UNSAFE_componentWillMount?(): void;
|
|
4370
4370
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4371
|
-
placeholder?: string | undefined;
|
|
4372
4371
|
disabled?: boolean | undefined;
|
|
4373
4372
|
inline?: boolean | undefined;
|
|
4374
4373
|
multiple?: boolean | undefined;
|
|
4374
|
+
placeholder?: string | undefined;
|
|
4375
4375
|
labelField?: string | undefined;
|
|
4376
4376
|
valueField?: string | undefined;
|
|
4377
4377
|
clearable?: boolean | undefined;
|
|
@@ -4394,10 +4394,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4394
4394
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4395
4395
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4396
4396
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4397
|
-
placeholder?: string | undefined;
|
|
4398
4397
|
disabled?: boolean | undefined;
|
|
4399
4398
|
inline?: boolean | undefined;
|
|
4400
4399
|
multiple?: boolean | undefined;
|
|
4400
|
+
placeholder?: string | undefined;
|
|
4401
4401
|
labelField?: string | undefined;
|
|
4402
4402
|
valueField?: string | undefined;
|
|
4403
4403
|
clearable?: boolean | undefined;
|
|
@@ -4420,10 +4420,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4420
4420
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4421
4421
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4422
4422
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4423
|
-
placeholder?: string | undefined;
|
|
4424
4423
|
disabled?: boolean | undefined;
|
|
4425
4424
|
inline?: boolean | undefined;
|
|
4426
4425
|
multiple?: boolean | undefined;
|
|
4426
|
+
placeholder?: string | undefined;
|
|
4427
4427
|
labelField?: string | undefined;
|
|
4428
4428
|
valueField?: string | undefined;
|
|
4429
4429
|
clearable?: boolean | undefined;
|
|
@@ -4446,10 +4446,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4446
4446
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4447
4447
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4448
4448
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4449
|
-
placeholder?: string | undefined;
|
|
4450
4449
|
disabled?: boolean | undefined;
|
|
4451
4450
|
inline?: boolean | undefined;
|
|
4452
4451
|
multiple?: boolean | undefined;
|
|
4452
|
+
placeholder?: string | undefined;
|
|
4453
4453
|
labelField?: string | undefined;
|
|
4454
4454
|
valueField?: string | undefined;
|
|
4455
4455
|
clearable?: boolean | undefined;
|
|
@@ -4478,10 +4478,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4478
4478
|
}, {}> & {
|
|
4479
4479
|
ComposedComponent: {
|
|
4480
4480
|
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4481
|
-
placeholder?: string | undefined;
|
|
4482
4481
|
disabled?: boolean | undefined;
|
|
4483
4482
|
inline?: boolean | undefined;
|
|
4484
4483
|
multiple?: boolean | undefined;
|
|
4484
|
+
placeholder?: string | undefined;
|
|
4485
4485
|
labelField?: string | undefined;
|
|
4486
4486
|
valueField?: string | undefined;
|
|
4487
4487
|
clearable?: boolean | undefined;
|
|
@@ -4538,10 +4538,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4538
4538
|
render(): React.JSX.Element;
|
|
4539
4539
|
context: unknown;
|
|
4540
4540
|
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4541
|
-
placeholder?: string | undefined;
|
|
4542
4541
|
disabled?: boolean | undefined;
|
|
4543
4542
|
inline?: boolean | undefined;
|
|
4544
4543
|
multiple?: boolean | undefined;
|
|
4544
|
+
placeholder?: string | undefined;
|
|
4545
4545
|
labelField?: string | undefined;
|
|
4546
4546
|
valueField?: string | undefined;
|
|
4547
4547
|
clearable?: boolean | undefined;
|
|
@@ -4587,10 +4587,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4587
4587
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
4588
4588
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4589
4589
|
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4590
|
-
placeholder?: string | undefined;
|
|
4591
4590
|
disabled?: boolean | undefined;
|
|
4592
4591
|
inline?: boolean | undefined;
|
|
4593
4592
|
multiple?: boolean | undefined;
|
|
4593
|
+
placeholder?: string | undefined;
|
|
4594
4594
|
labelField?: string | undefined;
|
|
4595
4595
|
valueField?: string | undefined;
|
|
4596
4596
|
clearable?: boolean | undefined;
|
|
@@ -4639,10 +4639,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4639
4639
|
[key: string]: React.ReactInstance;
|
|
4640
4640
|
};
|
|
4641
4641
|
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4642
|
-
placeholder?: string | undefined;
|
|
4643
4642
|
disabled?: boolean | undefined;
|
|
4644
4643
|
inline?: boolean | undefined;
|
|
4645
4644
|
multiple?: boolean | undefined;
|
|
4645
|
+
placeholder?: string | undefined;
|
|
4646
4646
|
labelField?: string | undefined;
|
|
4647
4647
|
valueField?: string | undefined;
|
|
4648
4648
|
clearable?: boolean | undefined;
|
|
@@ -4688,10 +4688,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4688
4688
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4689
4689
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4690
4690
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4691
|
-
placeholder?: string | undefined;
|
|
4692
4691
|
disabled?: boolean | undefined;
|
|
4693
4692
|
inline?: boolean | undefined;
|
|
4694
4693
|
multiple?: boolean | undefined;
|
|
4694
|
+
placeholder?: string | undefined;
|
|
4695
4695
|
labelField?: string | undefined;
|
|
4696
4696
|
valueField?: string | undefined;
|
|
4697
4697
|
clearable?: boolean | undefined;
|
|
@@ -4738,10 +4738,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4738
4738
|
componentWillMount?(): void;
|
|
4739
4739
|
UNSAFE_componentWillMount?(): void;
|
|
4740
4740
|
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4741
|
-
placeholder?: string | undefined;
|
|
4742
4741
|
disabled?: boolean | undefined;
|
|
4743
4742
|
inline?: boolean | undefined;
|
|
4744
4743
|
multiple?: boolean | undefined;
|
|
4744
|
+
placeholder?: string | undefined;
|
|
4745
4745
|
labelField?: string | undefined;
|
|
4746
4746
|
valueField?: string | undefined;
|
|
4747
4747
|
clearable?: boolean | undefined;
|
|
@@ -4786,10 +4786,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4786
4786
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4787
4787
|
}>, nextContext: any): void;
|
|
4788
4788
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4789
|
-
placeholder?: string | undefined;
|
|
4790
4789
|
disabled?: boolean | undefined;
|
|
4791
4790
|
inline?: boolean | undefined;
|
|
4792
4791
|
multiple?: boolean | undefined;
|
|
4792
|
+
placeholder?: string | undefined;
|
|
4793
4793
|
labelField?: string | undefined;
|
|
4794
4794
|
valueField?: string | undefined;
|
|
4795
4795
|
clearable?: boolean | undefined;
|
|
@@ -4834,10 +4834,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4834
4834
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4835
4835
|
}>, nextContext: any): void;
|
|
4836
4836
|
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4837
|
-
placeholder?: string | undefined;
|
|
4838
4837
|
disabled?: boolean | undefined;
|
|
4839
4838
|
inline?: boolean | undefined;
|
|
4840
4839
|
multiple?: boolean | undefined;
|
|
4840
|
+
placeholder?: string | undefined;
|
|
4841
4841
|
labelField?: string | undefined;
|
|
4842
4842
|
valueField?: string | undefined;
|
|
4843
4843
|
clearable?: boolean | undefined;
|
|
@@ -4882,10 +4882,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4882
4882
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4883
4883
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4884
4884
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4885
|
-
placeholder?: string | undefined;
|
|
4886
4885
|
disabled?: boolean | undefined;
|
|
4887
4886
|
inline?: boolean | undefined;
|
|
4888
4887
|
multiple?: boolean | undefined;
|
|
4888
|
+
placeholder?: string | undefined;
|
|
4889
4889
|
labelField?: string | undefined;
|
|
4890
4890
|
valueField?: string | undefined;
|
|
4891
4891
|
clearable?: boolean | undefined;
|
|
@@ -4933,10 +4933,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4933
4933
|
displayName: string;
|
|
4934
4934
|
ComposedComponent: React.ComponentType<{
|
|
4935
4935
|
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4936
|
-
placeholder?: string | undefined;
|
|
4937
4936
|
disabled?: boolean | undefined;
|
|
4938
4937
|
inline?: boolean | undefined;
|
|
4939
4938
|
multiple?: boolean | undefined;
|
|
4939
|
+
placeholder?: string | undefined;
|
|
4940
4940
|
labelField?: string | undefined;
|
|
4941
4941
|
valueField?: string | undefined;
|
|
4942
4942
|
clearable?: boolean | undefined;
|
|
@@ -4958,10 +4958,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4958
4958
|
locale?: string | undefined;
|
|
4959
4959
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4960
4960
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4961
|
-
placeholder?: string | undefined;
|
|
4962
4961
|
disabled?: boolean | undefined;
|
|
4963
4962
|
inline?: boolean | undefined;
|
|
4964
4963
|
multiple?: boolean | undefined;
|
|
4964
|
+
placeholder?: string | undefined;
|
|
4965
4965
|
labelField?: string | undefined;
|
|
4966
4966
|
valueField?: string | undefined;
|
|
4967
4967
|
clearable?: boolean | undefined;
|
|
@@ -4986,10 +4986,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4986
4986
|
render(): React.JSX.Element;
|
|
4987
4987
|
context: unknown;
|
|
4988
4988
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
4989
|
-
placeholder?: string | undefined;
|
|
4990
4989
|
disabled?: boolean | undefined;
|
|
4991
4990
|
inline?: boolean | undefined;
|
|
4992
4991
|
multiple?: boolean | undefined;
|
|
4992
|
+
placeholder?: string | undefined;
|
|
4993
4993
|
labelField?: string | undefined;
|
|
4994
4994
|
valueField?: string | undefined;
|
|
4995
4995
|
clearable?: boolean | undefined;
|
|
@@ -5013,10 +5013,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5013
5013
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5014
5014
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5015
5015
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5016
|
-
placeholder?: string | undefined;
|
|
5017
5016
|
disabled?: boolean | undefined;
|
|
5018
5017
|
inline?: boolean | undefined;
|
|
5019
5018
|
multiple?: boolean | undefined;
|
|
5019
|
+
placeholder?: string | undefined;
|
|
5020
5020
|
labelField?: string | undefined;
|
|
5021
5021
|
valueField?: string | undefined;
|
|
5022
5022
|
clearable?: boolean | undefined;
|
|
@@ -5044,10 +5044,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5044
5044
|
};
|
|
5045
5045
|
componentDidMount?(): void;
|
|
5046
5046
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5047
|
-
placeholder?: string | undefined;
|
|
5048
5047
|
disabled?: boolean | undefined;
|
|
5049
5048
|
inline?: boolean | undefined;
|
|
5050
5049
|
multiple?: boolean | undefined;
|
|
5050
|
+
placeholder?: string | undefined;
|
|
5051
5051
|
labelField?: string | undefined;
|
|
5052
5052
|
valueField?: string | undefined;
|
|
5053
5053
|
clearable?: boolean | undefined;
|
|
@@ -5072,10 +5072,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5072
5072
|
componentWillUnmount?(): void;
|
|
5073
5073
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5074
5074
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5075
|
-
placeholder?: string | undefined;
|
|
5076
5075
|
disabled?: boolean | undefined;
|
|
5077
5076
|
inline?: boolean | undefined;
|
|
5078
5077
|
multiple?: boolean | undefined;
|
|
5078
|
+
placeholder?: string | undefined;
|
|
5079
5079
|
labelField?: string | undefined;
|
|
5080
5080
|
valueField?: string | undefined;
|
|
5081
5081
|
clearable?: boolean | undefined;
|
|
@@ -5098,10 +5098,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5098
5098
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5099
5099
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5100
5100
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5101
|
-
placeholder?: string | undefined;
|
|
5102
5101
|
disabled?: boolean | undefined;
|
|
5103
5102
|
inline?: boolean | undefined;
|
|
5104
5103
|
multiple?: boolean | undefined;
|
|
5104
|
+
placeholder?: string | undefined;
|
|
5105
5105
|
labelField?: string | undefined;
|
|
5106
5106
|
valueField?: string | undefined;
|
|
5107
5107
|
clearable?: boolean | undefined;
|
|
@@ -5126,10 +5126,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5126
5126
|
componentWillMount?(): void;
|
|
5127
5127
|
UNSAFE_componentWillMount?(): void;
|
|
5128
5128
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5129
|
-
placeholder?: string | undefined;
|
|
5130
5129
|
disabled?: boolean | undefined;
|
|
5131
5130
|
inline?: boolean | undefined;
|
|
5132
5131
|
multiple?: boolean | undefined;
|
|
5132
|
+
placeholder?: string | undefined;
|
|
5133
5133
|
labelField?: string | undefined;
|
|
5134
5134
|
valueField?: string | undefined;
|
|
5135
5135
|
clearable?: boolean | undefined;
|
|
@@ -5152,10 +5152,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5152
5152
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5153
5153
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5154
5154
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5155
|
-
placeholder?: string | undefined;
|
|
5156
5155
|
disabled?: boolean | undefined;
|
|
5157
5156
|
inline?: boolean | undefined;
|
|
5158
5157
|
multiple?: boolean | undefined;
|
|
5158
|
+
placeholder?: string | undefined;
|
|
5159
5159
|
labelField?: string | undefined;
|
|
5160
5160
|
valueField?: string | undefined;
|
|
5161
5161
|
clearable?: boolean | undefined;
|
|
@@ -5178,10 +5178,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5178
5178
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5179
5179
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5180
5180
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5181
|
-
placeholder?: string | undefined;
|
|
5182
5181
|
disabled?: boolean | undefined;
|
|
5183
5182
|
inline?: boolean | undefined;
|
|
5184
5183
|
multiple?: boolean | undefined;
|
|
5184
|
+
placeholder?: string | undefined;
|
|
5185
5185
|
labelField?: string | undefined;
|
|
5186
5186
|
valueField?: string | undefined;
|
|
5187
5187
|
clearable?: boolean | undefined;
|
|
@@ -5204,10 +5204,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5204
5204
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5205
5205
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5206
5206
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5207
|
-
placeholder?: string | undefined;
|
|
5208
5207
|
disabled?: boolean | undefined;
|
|
5209
5208
|
inline?: boolean | undefined;
|
|
5210
5209
|
multiple?: boolean | undefined;
|
|
5210
|
+
placeholder?: string | undefined;
|
|
5211
5211
|
labelField?: string | undefined;
|
|
5212
5212
|
valueField?: string | undefined;
|
|
5213
5213
|
clearable?: boolean | undefined;
|
|
@@ -5231,10 +5231,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5231
5231
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5232
5232
|
};
|
|
5233
5233
|
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5234
|
-
placeholder?: string | undefined;
|
|
5235
5234
|
disabled?: boolean | undefined;
|
|
5236
5235
|
inline?: boolean | undefined;
|
|
5237
5236
|
multiple?: boolean | undefined;
|
|
5237
|
+
placeholder?: string | undefined;
|
|
5238
5238
|
labelField?: string | undefined;
|
|
5239
5239
|
valueField?: string | undefined;
|
|
5240
5240
|
clearable?: boolean | undefined;
|
|
@@ -5259,10 +5259,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5259
5259
|
render(): React.JSX.Element;
|
|
5260
5260
|
context: unknown;
|
|
5261
5261
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5262
|
-
placeholder?: string | undefined;
|
|
5263
5262
|
disabled?: boolean | undefined;
|
|
5264
5263
|
inline?: boolean | undefined;
|
|
5265
5264
|
multiple?: boolean | undefined;
|
|
5265
|
+
placeholder?: string | undefined;
|
|
5266
5266
|
labelField?: string | undefined;
|
|
5267
5267
|
valueField?: string | undefined;
|
|
5268
5268
|
clearable?: boolean | undefined;
|
|
@@ -5286,10 +5286,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5286
5286
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5287
5287
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5288
5288
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5289
|
-
placeholder?: string | undefined;
|
|
5290
5289
|
disabled?: boolean | undefined;
|
|
5291
5290
|
inline?: boolean | undefined;
|
|
5292
5291
|
multiple?: boolean | undefined;
|
|
5292
|
+
placeholder?: string | undefined;
|
|
5293
5293
|
labelField?: string | undefined;
|
|
5294
5294
|
valueField?: string | undefined;
|
|
5295
5295
|
clearable?: boolean | undefined;
|
|
@@ -5317,10 +5317,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5317
5317
|
};
|
|
5318
5318
|
componentDidMount?(): void;
|
|
5319
5319
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5320
|
-
placeholder?: string | undefined;
|
|
5321
5320
|
disabled?: boolean | undefined;
|
|
5322
5321
|
inline?: boolean | undefined;
|
|
5323
5322
|
multiple?: boolean | undefined;
|
|
5323
|
+
placeholder?: string | undefined;
|
|
5324
5324
|
labelField?: string | undefined;
|
|
5325
5325
|
valueField?: string | undefined;
|
|
5326
5326
|
clearable?: boolean | undefined;
|
|
@@ -5345,10 +5345,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5345
5345
|
componentWillUnmount?(): void;
|
|
5346
5346
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5347
5347
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5348
|
-
placeholder?: string | undefined;
|
|
5349
5348
|
disabled?: boolean | undefined;
|
|
5350
5349
|
inline?: boolean | undefined;
|
|
5351
5350
|
multiple?: boolean | undefined;
|
|
5351
|
+
placeholder?: string | undefined;
|
|
5352
5352
|
labelField?: string | undefined;
|
|
5353
5353
|
valueField?: string | undefined;
|
|
5354
5354
|
clearable?: boolean | undefined;
|
|
@@ -5371,10 +5371,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5371
5371
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5372
5372
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5373
5373
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5374
|
-
placeholder?: string | undefined;
|
|
5375
5374
|
disabled?: boolean | undefined;
|
|
5376
5375
|
inline?: boolean | undefined;
|
|
5377
5376
|
multiple?: boolean | undefined;
|
|
5377
|
+
placeholder?: string | undefined;
|
|
5378
5378
|
labelField?: string | undefined;
|
|
5379
5379
|
valueField?: string | undefined;
|
|
5380
5380
|
clearable?: boolean | undefined;
|
|
@@ -5399,10 +5399,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5399
5399
|
componentWillMount?(): void;
|
|
5400
5400
|
UNSAFE_componentWillMount?(): void;
|
|
5401
5401
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5402
|
-
placeholder?: string | undefined;
|
|
5403
5402
|
disabled?: boolean | undefined;
|
|
5404
5403
|
inline?: boolean | undefined;
|
|
5405
5404
|
multiple?: boolean | undefined;
|
|
5405
|
+
placeholder?: string | undefined;
|
|
5406
5406
|
labelField?: string | undefined;
|
|
5407
5407
|
valueField?: string | undefined;
|
|
5408
5408
|
clearable?: boolean | undefined;
|
|
@@ -5425,10 +5425,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5425
5425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5426
5426
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5427
5427
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5428
|
-
placeholder?: string | undefined;
|
|
5429
5428
|
disabled?: boolean | undefined;
|
|
5430
5429
|
inline?: boolean | undefined;
|
|
5431
5430
|
multiple?: boolean | undefined;
|
|
5431
|
+
placeholder?: string | undefined;
|
|
5432
5432
|
labelField?: string | undefined;
|
|
5433
5433
|
valueField?: string | undefined;
|
|
5434
5434
|
clearable?: boolean | undefined;
|
|
@@ -5451,10 +5451,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5451
5451
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5452
5452
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5453
5453
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5454
|
-
placeholder?: string | undefined;
|
|
5455
5454
|
disabled?: boolean | undefined;
|
|
5456
5455
|
inline?: boolean | undefined;
|
|
5457
5456
|
multiple?: boolean | undefined;
|
|
5457
|
+
placeholder?: string | undefined;
|
|
5458
5458
|
labelField?: string | undefined;
|
|
5459
5459
|
valueField?: string | undefined;
|
|
5460
5460
|
clearable?: boolean | undefined;
|
|
@@ -5477,10 +5477,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5477
5477
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5478
5478
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5479
5479
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5480
|
-
placeholder?: string | undefined;
|
|
5481
5480
|
disabled?: boolean | undefined;
|
|
5482
5481
|
inline?: boolean | undefined;
|
|
5483
5482
|
multiple?: boolean | undefined;
|
|
5483
|
+
placeholder?: string | undefined;
|
|
5484
5484
|
labelField?: string | undefined;
|
|
5485
5485
|
valueField?: string | undefined;
|
|
5486
5486
|
clearable?: boolean | undefined;
|
|
@@ -5509,10 +5509,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5509
5509
|
};
|
|
5510
5510
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
5511
5511
|
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5512
|
-
placeholder?: string | undefined;
|
|
5513
5512
|
disabled?: boolean | undefined;
|
|
5514
5513
|
inline?: boolean | undefined;
|
|
5515
5514
|
multiple?: boolean | undefined;
|
|
5515
|
+
placeholder?: string | undefined;
|
|
5516
5516
|
labelField?: string | undefined;
|
|
5517
5517
|
valueField?: string | undefined;
|
|
5518
5518
|
clearable?: boolean | undefined;
|
|
@@ -5534,10 +5534,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5534
5534
|
locale?: string | undefined;
|
|
5535
5535
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5536
5536
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5537
|
-
placeholder?: string | undefined;
|
|
5538
5537
|
disabled?: boolean | undefined;
|
|
5539
5538
|
inline?: boolean | undefined;
|
|
5540
5539
|
multiple?: boolean | undefined;
|
|
5540
|
+
placeholder?: string | undefined;
|
|
5541
5541
|
labelField?: string | undefined;
|
|
5542
5542
|
valueField?: string | undefined;
|
|
5543
5543
|
clearable?: boolean | undefined;
|
|
@@ -5562,10 +5562,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5562
5562
|
render(): React.JSX.Element;
|
|
5563
5563
|
context: unknown;
|
|
5564
5564
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5565
|
-
placeholder?: string | undefined;
|
|
5566
5565
|
disabled?: boolean | undefined;
|
|
5567
5566
|
inline?: boolean | undefined;
|
|
5568
5567
|
multiple?: boolean | undefined;
|
|
5568
|
+
placeholder?: string | undefined;
|
|
5569
5569
|
labelField?: string | undefined;
|
|
5570
5570
|
valueField?: string | undefined;
|
|
5571
5571
|
clearable?: boolean | undefined;
|
|
@@ -5589,10 +5589,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5589
5589
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5590
5590
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5591
5591
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5592
|
-
placeholder?: string | undefined;
|
|
5593
5592
|
disabled?: boolean | undefined;
|
|
5594
5593
|
inline?: boolean | undefined;
|
|
5595
5594
|
multiple?: boolean | undefined;
|
|
5595
|
+
placeholder?: string | undefined;
|
|
5596
5596
|
labelField?: string | undefined;
|
|
5597
5597
|
valueField?: string | undefined;
|
|
5598
5598
|
clearable?: boolean | undefined;
|
|
@@ -5620,10 +5620,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5620
5620
|
};
|
|
5621
5621
|
componentDidMount?(): void;
|
|
5622
5622
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5623
|
-
placeholder?: string | undefined;
|
|
5624
5623
|
disabled?: boolean | undefined;
|
|
5625
5624
|
inline?: boolean | undefined;
|
|
5626
5625
|
multiple?: boolean | undefined;
|
|
5626
|
+
placeholder?: string | undefined;
|
|
5627
5627
|
labelField?: string | undefined;
|
|
5628
5628
|
valueField?: string | undefined;
|
|
5629
5629
|
clearable?: boolean | undefined;
|
|
@@ -5648,10 +5648,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5648
5648
|
componentWillUnmount?(): void;
|
|
5649
5649
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5650
5650
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5651
|
-
placeholder?: string | undefined;
|
|
5652
5651
|
disabled?: boolean | undefined;
|
|
5653
5652
|
inline?: boolean | undefined;
|
|
5654
5653
|
multiple?: boolean | undefined;
|
|
5654
|
+
placeholder?: string | undefined;
|
|
5655
5655
|
labelField?: string | undefined;
|
|
5656
5656
|
valueField?: string | undefined;
|
|
5657
5657
|
clearable?: boolean | undefined;
|
|
@@ -5674,10 +5674,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5674
5674
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5675
5675
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5676
5676
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5677
|
-
placeholder?: string | undefined;
|
|
5678
5677
|
disabled?: boolean | undefined;
|
|
5679
5678
|
inline?: boolean | undefined;
|
|
5680
5679
|
multiple?: boolean | undefined;
|
|
5680
|
+
placeholder?: string | undefined;
|
|
5681
5681
|
labelField?: string | undefined;
|
|
5682
5682
|
valueField?: string | undefined;
|
|
5683
5683
|
clearable?: boolean | undefined;
|
|
@@ -5702,10 +5702,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5702
5702
|
componentWillMount?(): void;
|
|
5703
5703
|
UNSAFE_componentWillMount?(): void;
|
|
5704
5704
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5705
|
-
placeholder?: string | undefined;
|
|
5706
5705
|
disabled?: boolean | undefined;
|
|
5707
5706
|
inline?: boolean | undefined;
|
|
5708
5707
|
multiple?: boolean | undefined;
|
|
5708
|
+
placeholder?: string | undefined;
|
|
5709
5709
|
labelField?: string | undefined;
|
|
5710
5710
|
valueField?: string | undefined;
|
|
5711
5711
|
clearable?: boolean | undefined;
|
|
@@ -5728,10 +5728,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5728
5728
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5729
5729
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5730
5730
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5731
|
-
placeholder?: string | undefined;
|
|
5732
5731
|
disabled?: boolean | undefined;
|
|
5733
5732
|
inline?: boolean | undefined;
|
|
5734
5733
|
multiple?: boolean | undefined;
|
|
5734
|
+
placeholder?: string | undefined;
|
|
5735
5735
|
labelField?: string | undefined;
|
|
5736
5736
|
valueField?: string | undefined;
|
|
5737
5737
|
clearable?: boolean | undefined;
|
|
@@ -5754,10 +5754,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5754
5754
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5755
5755
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5756
5756
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5757
|
-
placeholder?: string | undefined;
|
|
5758
5757
|
disabled?: boolean | undefined;
|
|
5759
5758
|
inline?: boolean | undefined;
|
|
5760
5759
|
multiple?: boolean | undefined;
|
|
5760
|
+
placeholder?: string | undefined;
|
|
5761
5761
|
labelField?: string | undefined;
|
|
5762
5762
|
valueField?: string | undefined;
|
|
5763
5763
|
clearable?: boolean | undefined;
|
|
@@ -5780,10 +5780,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5780
5780
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5781
5781
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5782
5782
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5783
|
-
placeholder?: string | undefined;
|
|
5784
5783
|
disabled?: boolean | undefined;
|
|
5785
5784
|
inline?: boolean | undefined;
|
|
5786
5785
|
multiple?: boolean | undefined;
|
|
5786
|
+
placeholder?: string | undefined;
|
|
5787
5787
|
labelField?: string | undefined;
|
|
5788
5788
|
valueField?: string | undefined;
|
|
5789
5789
|
clearable?: boolean | undefined;
|
|
@@ -5807,10 +5807,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5807
5807
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5808
5808
|
};
|
|
5809
5809
|
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5810
|
-
placeholder?: string | undefined;
|
|
5811
5810
|
disabled?: boolean | undefined;
|
|
5812
5811
|
inline?: boolean | undefined;
|
|
5813
5812
|
multiple?: boolean | undefined;
|
|
5813
|
+
placeholder?: string | undefined;
|
|
5814
5814
|
labelField?: string | undefined;
|
|
5815
5815
|
valueField?: string | undefined;
|
|
5816
5816
|
clearable?: boolean | undefined;
|
|
@@ -5835,10 +5835,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5835
5835
|
render(): React.JSX.Element;
|
|
5836
5836
|
context: unknown;
|
|
5837
5837
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5838
|
-
placeholder?: string | undefined;
|
|
5839
5838
|
disabled?: boolean | undefined;
|
|
5840
5839
|
inline?: boolean | undefined;
|
|
5841
5840
|
multiple?: boolean | undefined;
|
|
5841
|
+
placeholder?: string | undefined;
|
|
5842
5842
|
labelField?: string | undefined;
|
|
5843
5843
|
valueField?: string | undefined;
|
|
5844
5844
|
clearable?: boolean | undefined;
|
|
@@ -5862,10 +5862,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5862
5862
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5863
5863
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5864
5864
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5865
|
-
placeholder?: string | undefined;
|
|
5866
5865
|
disabled?: boolean | undefined;
|
|
5867
5866
|
inline?: boolean | undefined;
|
|
5868
5867
|
multiple?: boolean | undefined;
|
|
5868
|
+
placeholder?: string | undefined;
|
|
5869
5869
|
labelField?: string | undefined;
|
|
5870
5870
|
valueField?: string | undefined;
|
|
5871
5871
|
clearable?: boolean | undefined;
|
|
@@ -5893,10 +5893,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5893
5893
|
};
|
|
5894
5894
|
componentDidMount?(): void;
|
|
5895
5895
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5896
|
-
placeholder?: string | undefined;
|
|
5897
5896
|
disabled?: boolean | undefined;
|
|
5898
5897
|
inline?: boolean | undefined;
|
|
5899
5898
|
multiple?: boolean | undefined;
|
|
5899
|
+
placeholder?: string | undefined;
|
|
5900
5900
|
labelField?: string | undefined;
|
|
5901
5901
|
valueField?: string | undefined;
|
|
5902
5902
|
clearable?: boolean | undefined;
|
|
@@ -5921,10 +5921,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5921
5921
|
componentWillUnmount?(): void;
|
|
5922
5922
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5923
5923
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5924
|
-
placeholder?: string | undefined;
|
|
5925
5924
|
disabled?: boolean | undefined;
|
|
5926
5925
|
inline?: boolean | undefined;
|
|
5927
5926
|
multiple?: boolean | undefined;
|
|
5927
|
+
placeholder?: string | undefined;
|
|
5928
5928
|
labelField?: string | undefined;
|
|
5929
5929
|
valueField?: string | undefined;
|
|
5930
5930
|
clearable?: boolean | undefined;
|
|
@@ -5947,10 +5947,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5947
5947
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5948
5948
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5949
5949
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5950
|
-
placeholder?: string | undefined;
|
|
5951
5950
|
disabled?: boolean | undefined;
|
|
5952
5951
|
inline?: boolean | undefined;
|
|
5953
5952
|
multiple?: boolean | undefined;
|
|
5953
|
+
placeholder?: string | undefined;
|
|
5954
5954
|
labelField?: string | undefined;
|
|
5955
5955
|
valueField?: string | undefined;
|
|
5956
5956
|
clearable?: boolean | undefined;
|
|
@@ -5975,10 +5975,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5975
5975
|
componentWillMount?(): void;
|
|
5976
5976
|
UNSAFE_componentWillMount?(): void;
|
|
5977
5977
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
5978
|
-
placeholder?: string | undefined;
|
|
5979
5978
|
disabled?: boolean | undefined;
|
|
5980
5979
|
inline?: boolean | undefined;
|
|
5981
5980
|
multiple?: boolean | undefined;
|
|
5981
|
+
placeholder?: string | undefined;
|
|
5982
5982
|
labelField?: string | undefined;
|
|
5983
5983
|
valueField?: string | undefined;
|
|
5984
5984
|
clearable?: boolean | undefined;
|
|
@@ -6001,10 +6001,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6001
6001
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6002
6002
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6003
6003
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6004
|
-
placeholder?: string | undefined;
|
|
6005
6004
|
disabled?: boolean | undefined;
|
|
6006
6005
|
inline?: boolean | undefined;
|
|
6007
6006
|
multiple?: boolean | undefined;
|
|
6007
|
+
placeholder?: string | undefined;
|
|
6008
6008
|
labelField?: string | undefined;
|
|
6009
6009
|
valueField?: string | undefined;
|
|
6010
6010
|
clearable?: boolean | undefined;
|
|
@@ -6027,10 +6027,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6027
6027
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6028
6028
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6029
6029
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6030
|
-
placeholder?: string | undefined;
|
|
6031
6030
|
disabled?: boolean | undefined;
|
|
6032
6031
|
inline?: boolean | undefined;
|
|
6033
6032
|
multiple?: boolean | undefined;
|
|
6033
|
+
placeholder?: string | undefined;
|
|
6034
6034
|
labelField?: string | undefined;
|
|
6035
6035
|
valueField?: string | undefined;
|
|
6036
6036
|
clearable?: boolean | undefined;
|
|
@@ -6053,10 +6053,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6053
6053
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6054
6054
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6055
6055
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6056
|
-
placeholder?: string | undefined;
|
|
6057
6056
|
disabled?: boolean | undefined;
|
|
6058
6057
|
inline?: boolean | undefined;
|
|
6059
6058
|
multiple?: boolean | undefined;
|
|
6059
|
+
placeholder?: string | undefined;
|
|
6060
6060
|
labelField?: string | undefined;
|
|
6061
6061
|
valueField?: string | undefined;
|
|
6062
6062
|
clearable?: boolean | undefined;
|
|
@@ -6083,10 +6083,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6083
6083
|
}, {}> & {
|
|
6084
6084
|
ComposedComponent: {
|
|
6085
6085
|
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6086
|
-
placeholder?: string | undefined;
|
|
6087
6086
|
disabled?: boolean | undefined;
|
|
6088
6087
|
inline?: boolean | undefined;
|
|
6089
6088
|
multiple?: boolean | undefined;
|
|
6089
|
+
placeholder?: string | undefined;
|
|
6090
6090
|
labelField?: string | undefined;
|
|
6091
6091
|
valueField?: string | undefined;
|
|
6092
6092
|
clearable?: boolean | undefined;
|
|
@@ -6108,10 +6108,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6108
6108
|
locale?: string | undefined;
|
|
6109
6109
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6110
6110
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6111
|
-
placeholder?: string | undefined;
|
|
6112
6111
|
disabled?: boolean | undefined;
|
|
6113
6112
|
inline?: boolean | undefined;
|
|
6114
6113
|
multiple?: boolean | undefined;
|
|
6114
|
+
placeholder?: string | undefined;
|
|
6115
6115
|
labelField?: string | undefined;
|
|
6116
6116
|
valueField?: string | undefined;
|
|
6117
6117
|
clearable?: boolean | undefined;
|
|
@@ -6136,10 +6136,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6136
6136
|
render(): React.JSX.Element;
|
|
6137
6137
|
context: unknown;
|
|
6138
6138
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6139
|
-
placeholder?: string | undefined;
|
|
6140
6139
|
disabled?: boolean | undefined;
|
|
6141
6140
|
inline?: boolean | undefined;
|
|
6142
6141
|
multiple?: boolean | undefined;
|
|
6142
|
+
placeholder?: string | undefined;
|
|
6143
6143
|
labelField?: string | undefined;
|
|
6144
6144
|
valueField?: string | undefined;
|
|
6145
6145
|
clearable?: boolean | undefined;
|
|
@@ -6163,10 +6163,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6163
6163
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6164
6164
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6165
6165
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6166
|
-
placeholder?: string | undefined;
|
|
6167
6166
|
disabled?: boolean | undefined;
|
|
6168
6167
|
inline?: boolean | undefined;
|
|
6169
6168
|
multiple?: boolean | undefined;
|
|
6169
|
+
placeholder?: string | undefined;
|
|
6170
6170
|
labelField?: string | undefined;
|
|
6171
6171
|
valueField?: string | undefined;
|
|
6172
6172
|
clearable?: boolean | undefined;
|
|
@@ -6194,10 +6194,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6194
6194
|
};
|
|
6195
6195
|
componentDidMount?(): void;
|
|
6196
6196
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6197
|
-
placeholder?: string | undefined;
|
|
6198
6197
|
disabled?: boolean | undefined;
|
|
6199
6198
|
inline?: boolean | undefined;
|
|
6200
6199
|
multiple?: boolean | undefined;
|
|
6200
|
+
placeholder?: string | undefined;
|
|
6201
6201
|
labelField?: string | undefined;
|
|
6202
6202
|
valueField?: string | undefined;
|
|
6203
6203
|
clearable?: boolean | undefined;
|
|
@@ -6222,10 +6222,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6222
6222
|
componentWillUnmount?(): void;
|
|
6223
6223
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6224
6224
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6225
|
-
placeholder?: string | undefined;
|
|
6226
6225
|
disabled?: boolean | undefined;
|
|
6227
6226
|
inline?: boolean | undefined;
|
|
6228
6227
|
multiple?: boolean | undefined;
|
|
6228
|
+
placeholder?: string | undefined;
|
|
6229
6229
|
labelField?: string | undefined;
|
|
6230
6230
|
valueField?: string | undefined;
|
|
6231
6231
|
clearable?: boolean | undefined;
|
|
@@ -6248,10 +6248,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6248
6248
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6249
6249
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
6250
6250
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6251
|
-
placeholder?: string | undefined;
|
|
6252
6251
|
disabled?: boolean | undefined;
|
|
6253
6252
|
inline?: boolean | undefined;
|
|
6254
6253
|
multiple?: boolean | undefined;
|
|
6254
|
+
placeholder?: string | undefined;
|
|
6255
6255
|
labelField?: string | undefined;
|
|
6256
6256
|
valueField?: string | undefined;
|
|
6257
6257
|
clearable?: boolean | undefined;
|
|
@@ -6276,10 +6276,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6276
6276
|
componentWillMount?(): void;
|
|
6277
6277
|
UNSAFE_componentWillMount?(): void;
|
|
6278
6278
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6279
|
-
placeholder?: string | undefined;
|
|
6280
6279
|
disabled?: boolean | undefined;
|
|
6281
6280
|
inline?: boolean | undefined;
|
|
6282
6281
|
multiple?: boolean | undefined;
|
|
6282
|
+
placeholder?: string | undefined;
|
|
6283
6283
|
labelField?: string | undefined;
|
|
6284
6284
|
valueField?: string | undefined;
|
|
6285
6285
|
clearable?: boolean | undefined;
|
|
@@ -6302,10 +6302,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6302
6302
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6303
6303
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6304
6304
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6305
|
-
placeholder?: string | undefined;
|
|
6306
6305
|
disabled?: boolean | undefined;
|
|
6307
6306
|
inline?: boolean | undefined;
|
|
6308
6307
|
multiple?: boolean | undefined;
|
|
6308
|
+
placeholder?: string | undefined;
|
|
6309
6309
|
labelField?: string | undefined;
|
|
6310
6310
|
valueField?: string | undefined;
|
|
6311
6311
|
clearable?: boolean | undefined;
|
|
@@ -6328,10 +6328,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6328
6328
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6329
6329
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6330
6330
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6331
|
-
placeholder?: string | undefined;
|
|
6332
6331
|
disabled?: boolean | undefined;
|
|
6333
6332
|
inline?: boolean | undefined;
|
|
6334
6333
|
multiple?: boolean | undefined;
|
|
6334
|
+
placeholder?: string | undefined;
|
|
6335
6335
|
labelField?: string | undefined;
|
|
6336
6336
|
valueField?: string | undefined;
|
|
6337
6337
|
clearable?: boolean | undefined;
|
|
@@ -6354,10 +6354,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6354
6354
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6355
6355
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6356
6356
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6357
|
-
placeholder?: string | undefined;
|
|
6358
6357
|
disabled?: boolean | undefined;
|
|
6359
6358
|
inline?: boolean | undefined;
|
|
6360
6359
|
multiple?: boolean | undefined;
|
|
6360
|
+
placeholder?: string | undefined;
|
|
6361
6361
|
labelField?: string | undefined;
|
|
6362
6362
|
valueField?: string | undefined;
|
|
6363
6363
|
clearable?: boolean | undefined;
|
|
@@ -6381,10 +6381,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6381
6381
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6382
6382
|
};
|
|
6383
6383
|
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6384
|
-
placeholder?: string | undefined;
|
|
6385
6384
|
disabled?: boolean | undefined;
|
|
6386
6385
|
inline?: boolean | undefined;
|
|
6387
6386
|
multiple?: boolean | undefined;
|
|
6387
|
+
placeholder?: string | undefined;
|
|
6388
6388
|
labelField?: string | undefined;
|
|
6389
6389
|
valueField?: string | undefined;
|
|
6390
6390
|
clearable?: boolean | undefined;
|
|
@@ -6409,10 +6409,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6409
6409
|
render(): React.JSX.Element;
|
|
6410
6410
|
context: unknown;
|
|
6411
6411
|
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6412
|
-
placeholder?: string | undefined;
|
|
6413
6412
|
disabled?: boolean | undefined;
|
|
6414
6413
|
inline?: boolean | undefined;
|
|
6415
6414
|
multiple?: boolean | undefined;
|
|
6415
|
+
placeholder?: string | undefined;
|
|
6416
6416
|
labelField?: string | undefined;
|
|
6417
6417
|
valueField?: string | undefined;
|
|
6418
6418
|
clearable?: boolean | undefined;
|
|
@@ -6436,10 +6436,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6436
6436
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6437
6437
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6438
6438
|
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6439
|
-
placeholder?: string | undefined;
|
|
6440
6439
|
disabled?: boolean | undefined;
|
|
6441
6440
|
inline?: boolean | undefined;
|
|
6442
6441
|
multiple?: boolean | undefined;
|
|
6442
|
+
placeholder?: string | undefined;
|
|
6443
6443
|
labelField?: string | undefined;
|
|
6444
6444
|
valueField?: string | undefined;
|
|
6445
6445
|
clearable?: boolean | undefined;
|
|
@@ -6467,10 +6467,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6467
6467
|
};
|
|
6468
6468
|
componentDidMount?(): void;
|
|
6469
6469
|
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6470
|
-
placeholder?: string | undefined;
|
|
6471
6470
|
disabled?: boolean | undefined;
|
|
6472
6471
|
inline?: boolean | undefined;
|
|
6473
6472
|
multiple?: boolean | undefined;
|
|
6473
|
+
placeholder?: string | undefined;
|
|
6474
6474
|
labelField?: string | undefined;
|
|
6475
6475
|
valueField?: string | undefined;
|
|
6476
6476
|
clearable?: boolean | undefined;
|
|
@@ -6495,10 +6495,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6495
6495
|
componentWillUnmount?(): void;
|
|
6496
6496
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6497
6497
|
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6498
|
-
placeholder?: string | undefined;
|
|
6499
6498
|
disabled?: boolean | undefined;
|
|
6500
6499
|
inline?: boolean | undefined;
|
|
6501
6500
|
multiple?: boolean | undefined;
|
|
6501
|
+
placeholder?: string | undefined;
|
|
6502
6502
|
labelField?: string | undefined;
|
|
6503
6503
|
valueField?: string | undefined;
|
|
6504
6504
|
clearable?: boolean | undefined;
|
|
@@ -6521,10 +6521,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6521
6521
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6522
6522
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
6523
6523
|
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6524
|
-
placeholder?: string | undefined;
|
|
6525
6524
|
disabled?: boolean | undefined;
|
|
6526
6525
|
inline?: boolean | undefined;
|
|
6527
6526
|
multiple?: boolean | undefined;
|
|
6527
|
+
placeholder?: string | undefined;
|
|
6528
6528
|
labelField?: string | undefined;
|
|
6529
6529
|
valueField?: string | undefined;
|
|
6530
6530
|
clearable?: boolean | undefined;
|
|
@@ -6549,10 +6549,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6549
6549
|
componentWillMount?(): void;
|
|
6550
6550
|
UNSAFE_componentWillMount?(): void;
|
|
6551
6551
|
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6552
|
-
placeholder?: string | undefined;
|
|
6553
6552
|
disabled?: boolean | undefined;
|
|
6554
6553
|
inline?: boolean | undefined;
|
|
6555
6554
|
multiple?: boolean | undefined;
|
|
6555
|
+
placeholder?: string | undefined;
|
|
6556
6556
|
labelField?: string | undefined;
|
|
6557
6557
|
valueField?: string | undefined;
|
|
6558
6558
|
clearable?: boolean | undefined;
|
|
@@ -6575,10 +6575,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6575
6575
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6576
6576
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6577
6577
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6578
|
-
placeholder?: string | undefined;
|
|
6579
6578
|
disabled?: boolean | undefined;
|
|
6580
6579
|
inline?: boolean | undefined;
|
|
6581
6580
|
multiple?: boolean | undefined;
|
|
6581
|
+
placeholder?: string | undefined;
|
|
6582
6582
|
labelField?: string | undefined;
|
|
6583
6583
|
valueField?: string | undefined;
|
|
6584
6584
|
clearable?: boolean | undefined;
|
|
@@ -6601,10 +6601,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6601
6601
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6602
6602
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6603
6603
|
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6604
|
-
placeholder?: string | undefined;
|
|
6605
6604
|
disabled?: boolean | undefined;
|
|
6606
6605
|
inline?: boolean | undefined;
|
|
6607
6606
|
multiple?: boolean | undefined;
|
|
6607
|
+
placeholder?: string | undefined;
|
|
6608
6608
|
labelField?: string | undefined;
|
|
6609
6609
|
valueField?: string | undefined;
|
|
6610
6610
|
clearable?: boolean | undefined;
|
|
@@ -6627,10 +6627,10 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6627
6627
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6628
6628
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6629
6629
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classnames" | "classPrefix" | "style" | "className" | "theme" | "mobileUI" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "itemHeight" | "options" | "popoverClassName" | "popOverContainer" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "loadOptions" | "multi" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption" | "extractValue" | "hasError" | "removable" | "onDelete"> & {
|
|
6630
|
-
placeholder?: string | undefined;
|
|
6631
6630
|
disabled?: boolean | undefined;
|
|
6632
6631
|
inline?: boolean | undefined;
|
|
6633
6632
|
multiple?: boolean | undefined;
|
|
6633
|
+
placeholder?: string | undefined;
|
|
6634
6634
|
labelField?: string | undefined;
|
|
6635
6635
|
valueField?: string | undefined;
|
|
6636
6636
|
clearable?: boolean | undefined;
|