amis-ui 3.4.3 → 3.5.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.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.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- 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.js +1 -1
- package/esm/components/DateRangePicker.js +1 -1
- 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 +1 -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.d.ts +15 -3
- package/esm/components/ImageGallery.js +76 -10
- package/esm/components/Input.js +1 -1
- 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.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.js +1 -1
- package/esm/components/Pagination.d.ts +42 -41
- package/esm/components/Pagination.js +24 -8
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +15 -13
- 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 +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +1 -1
- 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.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 +1 -1
- 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.js +1 -1
- 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 +11 -7
- 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.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.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 +1 -1
- 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 +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/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.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/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.js +1 -1
- 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/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 +1 -1
- package/esm/locale/de-DE.js +2 -1
- package/esm/locale/en-US.js +2 -1
- package/esm/locale/zh-CN.js +2 -1
- 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.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- 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.d.ts +60 -60
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +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 +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +40 -40
- 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.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +40 -40
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +10 -10
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- 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 +40 -40
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- 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 +1 -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.d.ts +55 -43
- package/lib/components/ImageGallery.js +76 -10
- 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.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +10 -10
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +82 -81
- package/lib/components/Pagination.js +22 -6
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +20 -20
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +20 -20
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +15 -13
- package/lib/components/ResultList.d.ts +40 -40
- 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.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +579 -580
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +30 -30
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +80 -80
- 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 +40 -40
- 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 +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +20 -20
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +40 -40
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +80 -80
- package/lib/components/Tree.js +11 -7
- 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.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.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 +1 -1
- 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 +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/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 +50 -50
- 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.d.ts +200 -200
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +80 -80
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +80 -80
- package/lib/components/table/index.js +1 -1
- 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/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/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 +1 -1
- package/lib/locale/de-DE.js +2 -1
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/zh-CN.js +2 -1
- 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 +77 -12
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +77 -12
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +77 -12
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +77 -12
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +77 -12
- package/package.json +4 -4
- package/scss/_properties.scss +3 -0
- package/scss/components/_cards.scss +1 -0
- package/scss/components/_image-gallery.scss +10 -0
- package/scss/components/_list.scss +1 -0
- package/scss/components/_nav.scss +26 -0
- package/scss/components/_page.scss +13 -0
- package/scss/components/_panel.scss +3 -13
- package/scss/components/_result-box.scss +8 -0
- package/scss/components/_table.scss +13 -0
- package/scss/components/form/_file.scss +2 -0
- package/scss/components/form/_list.scss +15 -0
- package/scss/components/form/_tree.scss +1 -1
- package/scss/layout/_layout.scss +2 -0
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* @date 2017-11-07
|
|
6
6
|
*/
|
|
7
7
|
/// <reference types="hoist-non-react-statics" />
|
|
8
|
-
/// <reference types="lodash" />
|
|
9
8
|
import React from 'react';
|
|
10
9
|
import { ControllerStateAndHelpers } from 'downshift';
|
|
11
10
|
import { ThemeProps } from 'amis-core';
|
|
@@ -197,11 +196,11 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
|
197
196
|
render(): React.JSX.Element;
|
|
198
197
|
}
|
|
199
198
|
declare const EnhancedSelect: {
|
|
200
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
201
|
-
|
|
199
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
200
|
+
inline?: boolean | undefined;
|
|
202
201
|
multiple?: boolean | undefined;
|
|
202
|
+
disabled?: boolean | undefined;
|
|
203
203
|
placeholder?: string | undefined;
|
|
204
|
-
inline?: boolean | undefined;
|
|
205
204
|
clearable?: boolean | undefined;
|
|
206
205
|
labelField?: string | undefined;
|
|
207
206
|
valueField?: string | undefined;
|
|
@@ -228,11 +227,11 @@ declare const EnhancedSelect: {
|
|
|
228
227
|
getWrappedInstance(): any;
|
|
229
228
|
render(): React.JSX.Element;
|
|
230
229
|
context: unknown;
|
|
231
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
232
|
-
|
|
230
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
231
|
+
inline?: boolean | undefined;
|
|
233
232
|
multiple?: boolean | undefined;
|
|
233
|
+
disabled?: boolean | undefined;
|
|
234
234
|
placeholder?: string | undefined;
|
|
235
|
-
inline?: boolean | undefined;
|
|
236
235
|
clearable?: boolean | undefined;
|
|
237
236
|
labelField?: string | undefined;
|
|
238
237
|
valueField?: string | undefined;
|
|
@@ -255,11 +254,11 @@ declare const EnhancedSelect: {
|
|
|
255
254
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
256
255
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
257
256
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
258
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
259
|
-
|
|
257
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
258
|
+
inline?: boolean | undefined;
|
|
260
259
|
multiple?: boolean | undefined;
|
|
260
|
+
disabled?: boolean | undefined;
|
|
261
261
|
placeholder?: string | undefined;
|
|
262
|
-
inline?: boolean | undefined;
|
|
263
262
|
clearable?: boolean | undefined;
|
|
264
263
|
labelField?: string | undefined;
|
|
265
264
|
valueField?: string | undefined;
|
|
@@ -286,11 +285,11 @@ declare const EnhancedSelect: {
|
|
|
286
285
|
[key: string]: React.ReactInstance;
|
|
287
286
|
};
|
|
288
287
|
componentDidMount?(): void;
|
|
289
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
290
|
-
|
|
288
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
289
|
+
inline?: boolean | undefined;
|
|
291
290
|
multiple?: boolean | undefined;
|
|
291
|
+
disabled?: boolean | undefined;
|
|
292
292
|
placeholder?: string | undefined;
|
|
293
|
-
inline?: boolean | undefined;
|
|
294
293
|
clearable?: boolean | undefined;
|
|
295
294
|
labelField?: string | undefined;
|
|
296
295
|
valueField?: string | undefined;
|
|
@@ -314,11 +313,11 @@ declare const EnhancedSelect: {
|
|
|
314
313
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
315
314
|
componentWillUnmount?(): void;
|
|
316
315
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
317
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
318
|
-
|
|
316
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
317
|
+
inline?: boolean | undefined;
|
|
319
318
|
multiple?: boolean | undefined;
|
|
319
|
+
disabled?: boolean | undefined;
|
|
320
320
|
placeholder?: string | undefined;
|
|
321
|
-
inline?: boolean | undefined;
|
|
322
321
|
clearable?: boolean | undefined;
|
|
323
322
|
labelField?: string | undefined;
|
|
324
323
|
valueField?: string | undefined;
|
|
@@ -340,11 +339,11 @@ declare const EnhancedSelect: {
|
|
|
340
339
|
locale?: string | undefined;
|
|
341
340
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
342
341
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
343
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
344
|
-
|
|
342
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
343
|
+
inline?: boolean | undefined;
|
|
345
344
|
multiple?: boolean | undefined;
|
|
345
|
+
disabled?: boolean | undefined;
|
|
346
346
|
placeholder?: string | undefined;
|
|
347
|
-
inline?: boolean | undefined;
|
|
348
347
|
clearable?: boolean | undefined;
|
|
349
348
|
labelField?: string | undefined;
|
|
350
349
|
valueField?: string | undefined;
|
|
@@ -368,11 +367,11 @@ declare const EnhancedSelect: {
|
|
|
368
367
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
369
368
|
componentWillMount?(): void;
|
|
370
369
|
UNSAFE_componentWillMount?(): void;
|
|
371
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
372
|
-
|
|
370
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
371
|
+
inline?: boolean | undefined;
|
|
373
372
|
multiple?: boolean | undefined;
|
|
373
|
+
disabled?: boolean | undefined;
|
|
374
374
|
placeholder?: string | undefined;
|
|
375
|
-
inline?: boolean | undefined;
|
|
376
375
|
clearable?: boolean | undefined;
|
|
377
376
|
labelField?: string | undefined;
|
|
378
377
|
valueField?: string | undefined;
|
|
@@ -394,11 +393,11 @@ declare const EnhancedSelect: {
|
|
|
394
393
|
locale?: string | undefined;
|
|
395
394
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
396
395
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
397
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
398
|
-
|
|
396
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
397
|
+
inline?: boolean | undefined;
|
|
399
398
|
multiple?: boolean | undefined;
|
|
399
|
+
disabled?: boolean | undefined;
|
|
400
400
|
placeholder?: string | undefined;
|
|
401
|
-
inline?: boolean | undefined;
|
|
402
401
|
clearable?: boolean | undefined;
|
|
403
402
|
labelField?: string | undefined;
|
|
404
403
|
valueField?: string | undefined;
|
|
@@ -420,11 +419,11 @@ declare const EnhancedSelect: {
|
|
|
420
419
|
locale?: string | undefined;
|
|
421
420
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
422
421
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
423
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
424
|
-
|
|
422
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
423
|
+
inline?: boolean | undefined;
|
|
425
424
|
multiple?: boolean | undefined;
|
|
425
|
+
disabled?: boolean | undefined;
|
|
426
426
|
placeholder?: string | undefined;
|
|
427
|
-
inline?: boolean | undefined;
|
|
428
427
|
clearable?: boolean | undefined;
|
|
429
428
|
labelField?: string | undefined;
|
|
430
429
|
valueField?: string | undefined;
|
|
@@ -446,11 +445,11 @@ declare const EnhancedSelect: {
|
|
|
446
445
|
locale?: string | undefined;
|
|
447
446
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
448
447
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
449
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
450
|
-
|
|
448
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
449
|
+
inline?: boolean | undefined;
|
|
451
450
|
multiple?: boolean | undefined;
|
|
451
|
+
disabled?: boolean | undefined;
|
|
452
452
|
placeholder?: string | undefined;
|
|
453
|
-
inline?: boolean | undefined;
|
|
454
453
|
clearable?: boolean | undefined;
|
|
455
454
|
labelField?: string | undefined;
|
|
456
455
|
valueField?: string | undefined;
|
|
@@ -476,11 +475,11 @@ declare const EnhancedSelect: {
|
|
|
476
475
|
displayName: string;
|
|
477
476
|
contextType: React.Context<string>;
|
|
478
477
|
ComposedComponent: React.ComponentType<{
|
|
479
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
480
|
-
|
|
478
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
479
|
+
inline?: boolean | undefined;
|
|
481
480
|
multiple?: boolean | undefined;
|
|
481
|
+
disabled?: boolean | undefined;
|
|
482
482
|
placeholder?: string | undefined;
|
|
483
|
-
inline?: boolean | undefined;
|
|
484
483
|
clearable?: boolean | undefined;
|
|
485
484
|
labelField?: string | undefined;
|
|
486
485
|
valueField?: string | undefined;
|
|
@@ -507,11 +506,11 @@ declare const EnhancedSelect: {
|
|
|
507
506
|
getWrappedInstance(): any;
|
|
508
507
|
render(): React.JSX.Element;
|
|
509
508
|
context: unknown;
|
|
510
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
511
|
-
|
|
509
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
510
|
+
inline?: boolean | undefined;
|
|
512
511
|
multiple?: boolean | undefined;
|
|
512
|
+
disabled?: boolean | undefined;
|
|
513
513
|
placeholder?: string | undefined;
|
|
514
|
-
inline?: boolean | undefined;
|
|
515
514
|
clearable?: boolean | undefined;
|
|
516
515
|
labelField?: string | undefined;
|
|
517
516
|
valueField?: string | undefined;
|
|
@@ -534,11 +533,11 @@ declare const EnhancedSelect: {
|
|
|
534
533
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
535
534
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
536
535
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
537
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
538
|
-
|
|
536
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
537
|
+
inline?: boolean | undefined;
|
|
539
538
|
multiple?: boolean | undefined;
|
|
539
|
+
disabled?: boolean | undefined;
|
|
540
540
|
placeholder?: string | undefined;
|
|
541
|
-
inline?: boolean | undefined;
|
|
542
541
|
clearable?: boolean | undefined;
|
|
543
542
|
labelField?: string | undefined;
|
|
544
543
|
valueField?: string | undefined;
|
|
@@ -565,11 +564,11 @@ declare const EnhancedSelect: {
|
|
|
565
564
|
[key: string]: React.ReactInstance;
|
|
566
565
|
};
|
|
567
566
|
componentDidMount?(): void;
|
|
568
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
569
|
-
|
|
567
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
568
|
+
inline?: boolean | undefined;
|
|
570
569
|
multiple?: boolean | undefined;
|
|
570
|
+
disabled?: boolean | undefined;
|
|
571
571
|
placeholder?: string | undefined;
|
|
572
|
-
inline?: boolean | undefined;
|
|
573
572
|
clearable?: boolean | undefined;
|
|
574
573
|
labelField?: string | undefined;
|
|
575
574
|
valueField?: string | undefined;
|
|
@@ -593,11 +592,11 @@ declare const EnhancedSelect: {
|
|
|
593
592
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
594
593
|
componentWillUnmount?(): void;
|
|
595
594
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
596
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
597
|
-
|
|
595
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
596
|
+
inline?: boolean | undefined;
|
|
598
597
|
multiple?: boolean | undefined;
|
|
598
|
+
disabled?: boolean | undefined;
|
|
599
599
|
placeholder?: string | undefined;
|
|
600
|
-
inline?: boolean | undefined;
|
|
601
600
|
clearable?: boolean | undefined;
|
|
602
601
|
labelField?: string | undefined;
|
|
603
602
|
valueField?: string | undefined;
|
|
@@ -619,11 +618,11 @@ declare const EnhancedSelect: {
|
|
|
619
618
|
locale?: string | undefined;
|
|
620
619
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
621
620
|
}>, prevState: Readonly<{}>): any;
|
|
622
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
623
|
-
|
|
621
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
622
|
+
inline?: boolean | undefined;
|
|
624
623
|
multiple?: boolean | undefined;
|
|
624
|
+
disabled?: boolean | undefined;
|
|
625
625
|
placeholder?: string | undefined;
|
|
626
|
-
inline?: boolean | undefined;
|
|
627
626
|
clearable?: boolean | undefined;
|
|
628
627
|
labelField?: string | undefined;
|
|
629
628
|
valueField?: string | undefined;
|
|
@@ -647,11 +646,11 @@ declare const EnhancedSelect: {
|
|
|
647
646
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
648
647
|
componentWillMount?(): void;
|
|
649
648
|
UNSAFE_componentWillMount?(): void;
|
|
650
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
651
|
-
|
|
649
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
650
|
+
inline?: boolean | undefined;
|
|
652
651
|
multiple?: boolean | undefined;
|
|
652
|
+
disabled?: boolean | undefined;
|
|
653
653
|
placeholder?: string | undefined;
|
|
654
|
-
inline?: boolean | undefined;
|
|
655
654
|
clearable?: boolean | undefined;
|
|
656
655
|
labelField?: string | undefined;
|
|
657
656
|
valueField?: string | undefined;
|
|
@@ -673,11 +672,11 @@ declare const EnhancedSelect: {
|
|
|
673
672
|
locale?: string | undefined;
|
|
674
673
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
675
674
|
}>, nextContext: any): void;
|
|
676
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
677
|
-
|
|
675
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
676
|
+
inline?: boolean | undefined;
|
|
678
677
|
multiple?: boolean | undefined;
|
|
678
|
+
disabled?: boolean | undefined;
|
|
679
679
|
placeholder?: string | undefined;
|
|
680
|
-
inline?: boolean | undefined;
|
|
681
680
|
clearable?: boolean | undefined;
|
|
682
681
|
labelField?: string | undefined;
|
|
683
682
|
valueField?: string | undefined;
|
|
@@ -699,11 +698,11 @@ declare const EnhancedSelect: {
|
|
|
699
698
|
locale?: string | undefined;
|
|
700
699
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
701
700
|
}>, nextContext: any): void;
|
|
702
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
703
|
-
|
|
701
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
702
|
+
inline?: boolean | undefined;
|
|
704
703
|
multiple?: boolean | undefined;
|
|
704
|
+
disabled?: boolean | undefined;
|
|
705
705
|
placeholder?: string | undefined;
|
|
706
|
-
inline?: boolean | undefined;
|
|
707
706
|
clearable?: boolean | undefined;
|
|
708
707
|
labelField?: string | undefined;
|
|
709
708
|
valueField?: string | undefined;
|
|
@@ -725,11 +724,11 @@ declare const EnhancedSelect: {
|
|
|
725
724
|
locale?: string | undefined;
|
|
726
725
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
727
726
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
728
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
729
|
-
|
|
727
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
728
|
+
inline?: boolean | undefined;
|
|
730
729
|
multiple?: boolean | undefined;
|
|
730
|
+
disabled?: boolean | undefined;
|
|
731
731
|
placeholder?: string | undefined;
|
|
732
|
-
inline?: boolean | undefined;
|
|
733
732
|
clearable?: boolean | undefined;
|
|
734
733
|
labelField?: string | undefined;
|
|
735
734
|
valueField?: string | undefined;
|
|
@@ -759,11 +758,11 @@ declare const EnhancedSelect: {
|
|
|
759
758
|
ComposedComponent: typeof Select;
|
|
760
759
|
}>;
|
|
761
760
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
762
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
763
|
-
|
|
761
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
762
|
+
inline?: boolean | undefined;
|
|
764
763
|
multiple?: boolean | undefined;
|
|
764
|
+
disabled?: boolean | undefined;
|
|
765
765
|
placeholder?: string | undefined;
|
|
766
|
-
inline?: boolean | undefined;
|
|
767
766
|
clearable?: boolean | undefined;
|
|
768
767
|
labelField?: string | undefined;
|
|
769
768
|
valueField?: string | undefined;
|
|
@@ -790,11 +789,11 @@ declare const EnhancedSelect: {
|
|
|
790
789
|
getWrappedInstance(): any;
|
|
791
790
|
render(): React.JSX.Element;
|
|
792
791
|
context: unknown;
|
|
793
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
794
|
-
|
|
792
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
793
|
+
inline?: boolean | undefined;
|
|
795
794
|
multiple?: boolean | undefined;
|
|
795
|
+
disabled?: boolean | undefined;
|
|
796
796
|
placeholder?: string | undefined;
|
|
797
|
-
inline?: boolean | undefined;
|
|
798
797
|
clearable?: boolean | undefined;
|
|
799
798
|
labelField?: string | undefined;
|
|
800
799
|
valueField?: string | undefined;
|
|
@@ -817,11 +816,11 @@ declare const EnhancedSelect: {
|
|
|
817
816
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
818
817
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
819
818
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
820
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
821
|
-
|
|
819
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
820
|
+
inline?: boolean | undefined;
|
|
822
821
|
multiple?: boolean | undefined;
|
|
822
|
+
disabled?: boolean | undefined;
|
|
823
823
|
placeholder?: string | undefined;
|
|
824
|
-
inline?: boolean | undefined;
|
|
825
824
|
clearable?: boolean | undefined;
|
|
826
825
|
labelField?: string | undefined;
|
|
827
826
|
valueField?: string | undefined;
|
|
@@ -848,11 +847,11 @@ declare const EnhancedSelect: {
|
|
|
848
847
|
[key: string]: React.ReactInstance;
|
|
849
848
|
};
|
|
850
849
|
componentDidMount?(): void;
|
|
851
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
852
|
-
|
|
850
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
851
|
+
inline?: boolean | undefined;
|
|
853
852
|
multiple?: boolean | undefined;
|
|
853
|
+
disabled?: boolean | undefined;
|
|
854
854
|
placeholder?: string | undefined;
|
|
855
|
-
inline?: boolean | undefined;
|
|
856
855
|
clearable?: boolean | undefined;
|
|
857
856
|
labelField?: string | undefined;
|
|
858
857
|
valueField?: string | undefined;
|
|
@@ -876,11 +875,11 @@ declare const EnhancedSelect: {
|
|
|
876
875
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
877
876
|
componentWillUnmount?(): void;
|
|
878
877
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
879
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
880
|
-
|
|
878
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
879
|
+
inline?: boolean | undefined;
|
|
881
880
|
multiple?: boolean | undefined;
|
|
881
|
+
disabled?: boolean | undefined;
|
|
882
882
|
placeholder?: string | undefined;
|
|
883
|
-
inline?: boolean | undefined;
|
|
884
883
|
clearable?: boolean | undefined;
|
|
885
884
|
labelField?: string | undefined;
|
|
886
885
|
valueField?: string | undefined;
|
|
@@ -902,11 +901,11 @@ declare const EnhancedSelect: {
|
|
|
902
901
|
locale?: string | undefined;
|
|
903
902
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
904
903
|
}>, prevState: Readonly<{}>): any;
|
|
905
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
906
|
-
|
|
904
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
905
|
+
inline?: boolean | undefined;
|
|
907
906
|
multiple?: boolean | undefined;
|
|
907
|
+
disabled?: boolean | undefined;
|
|
908
908
|
placeholder?: string | undefined;
|
|
909
|
-
inline?: boolean | undefined;
|
|
910
909
|
clearable?: boolean | undefined;
|
|
911
910
|
labelField?: string | undefined;
|
|
912
911
|
valueField?: string | undefined;
|
|
@@ -930,11 +929,11 @@ declare const EnhancedSelect: {
|
|
|
930
929
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
931
930
|
componentWillMount?(): void;
|
|
932
931
|
UNSAFE_componentWillMount?(): void;
|
|
933
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
934
|
-
|
|
932
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
933
|
+
inline?: boolean | undefined;
|
|
935
934
|
multiple?: boolean | undefined;
|
|
935
|
+
disabled?: boolean | undefined;
|
|
936
936
|
placeholder?: string | undefined;
|
|
937
|
-
inline?: boolean | undefined;
|
|
938
937
|
clearable?: boolean | undefined;
|
|
939
938
|
labelField?: string | undefined;
|
|
940
939
|
valueField?: string | undefined;
|
|
@@ -956,11 +955,11 @@ declare const EnhancedSelect: {
|
|
|
956
955
|
locale?: string | undefined;
|
|
957
956
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
958
957
|
}>, nextContext: any): void;
|
|
959
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
960
|
-
|
|
958
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
959
|
+
inline?: boolean | undefined;
|
|
961
960
|
multiple?: boolean | undefined;
|
|
961
|
+
disabled?: boolean | undefined;
|
|
962
962
|
placeholder?: string | undefined;
|
|
963
|
-
inline?: boolean | undefined;
|
|
964
963
|
clearable?: boolean | undefined;
|
|
965
964
|
labelField?: string | undefined;
|
|
966
965
|
valueField?: string | undefined;
|
|
@@ -982,11 +981,11 @@ declare const EnhancedSelect: {
|
|
|
982
981
|
locale?: string | undefined;
|
|
983
982
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
984
983
|
}>, nextContext: any): void;
|
|
985
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
986
|
-
|
|
984
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
985
|
+
inline?: boolean | undefined;
|
|
987
986
|
multiple?: boolean | undefined;
|
|
987
|
+
disabled?: boolean | undefined;
|
|
988
988
|
placeholder?: string | undefined;
|
|
989
|
-
inline?: boolean | undefined;
|
|
990
989
|
clearable?: boolean | undefined;
|
|
991
990
|
labelField?: string | undefined;
|
|
992
991
|
valueField?: string | undefined;
|
|
@@ -1008,11 +1007,11 @@ declare const EnhancedSelect: {
|
|
|
1008
1007
|
locale?: string | undefined;
|
|
1009
1008
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1010
1009
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1011
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1012
|
-
|
|
1010
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1011
|
+
inline?: boolean | undefined;
|
|
1013
1012
|
multiple?: boolean | undefined;
|
|
1013
|
+
disabled?: boolean | undefined;
|
|
1014
1014
|
placeholder?: string | undefined;
|
|
1015
|
-
inline?: boolean | undefined;
|
|
1016
1015
|
clearable?: boolean | undefined;
|
|
1017
1016
|
labelField?: string | undefined;
|
|
1018
1017
|
valueField?: string | undefined;
|
|
@@ -1042,11 +1041,11 @@ declare const EnhancedSelect: {
|
|
|
1042
1041
|
ComposedComponent: typeof Select;
|
|
1043
1042
|
}, {}> & {
|
|
1044
1043
|
ComposedComponent: {
|
|
1045
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1046
|
-
|
|
1044
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1045
|
+
inline?: boolean | undefined;
|
|
1047
1046
|
multiple?: boolean | undefined;
|
|
1047
|
+
disabled?: boolean | undefined;
|
|
1048
1048
|
placeholder?: string | undefined;
|
|
1049
|
-
inline?: boolean | undefined;
|
|
1050
1049
|
clearable?: boolean | undefined;
|
|
1051
1050
|
labelField?: string | undefined;
|
|
1052
1051
|
valueField?: string | undefined;
|
|
@@ -1073,11 +1072,11 @@ declare const EnhancedSelect: {
|
|
|
1073
1072
|
getWrappedInstance(): any;
|
|
1074
1073
|
render(): React.JSX.Element;
|
|
1075
1074
|
context: unknown;
|
|
1076
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1077
|
-
|
|
1075
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1076
|
+
inline?: boolean | undefined;
|
|
1078
1077
|
multiple?: boolean | undefined;
|
|
1078
|
+
disabled?: boolean | undefined;
|
|
1079
1079
|
placeholder?: string | undefined;
|
|
1080
|
-
inline?: boolean | undefined;
|
|
1081
1080
|
clearable?: boolean | undefined;
|
|
1082
1081
|
labelField?: string | undefined;
|
|
1083
1082
|
valueField?: string | undefined;
|
|
@@ -1100,11 +1099,11 @@ declare const EnhancedSelect: {
|
|
|
1100
1099
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1101
1100
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1102
1101
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1103
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1104
|
-
|
|
1102
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1103
|
+
inline?: boolean | undefined;
|
|
1105
1104
|
multiple?: boolean | undefined;
|
|
1105
|
+
disabled?: boolean | undefined;
|
|
1106
1106
|
placeholder?: string | undefined;
|
|
1107
|
-
inline?: boolean | undefined;
|
|
1108
1107
|
clearable?: boolean | undefined;
|
|
1109
1108
|
labelField?: string | undefined;
|
|
1110
1109
|
valueField?: string | undefined;
|
|
@@ -1131,11 +1130,11 @@ declare const EnhancedSelect: {
|
|
|
1131
1130
|
[key: string]: React.ReactInstance;
|
|
1132
1131
|
};
|
|
1133
1132
|
componentDidMount?(): void;
|
|
1134
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1135
|
-
|
|
1133
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1134
|
+
inline?: boolean | undefined;
|
|
1136
1135
|
multiple?: boolean | undefined;
|
|
1136
|
+
disabled?: boolean | undefined;
|
|
1137
1137
|
placeholder?: string | undefined;
|
|
1138
|
-
inline?: boolean | undefined;
|
|
1139
1138
|
clearable?: boolean | undefined;
|
|
1140
1139
|
labelField?: string | undefined;
|
|
1141
1140
|
valueField?: string | undefined;
|
|
@@ -1159,11 +1158,11 @@ declare const EnhancedSelect: {
|
|
|
1159
1158
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1160
1159
|
componentWillUnmount?(): void;
|
|
1161
1160
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1162
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1163
|
-
|
|
1161
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1162
|
+
inline?: boolean | undefined;
|
|
1164
1163
|
multiple?: boolean | undefined;
|
|
1164
|
+
disabled?: boolean | undefined;
|
|
1165
1165
|
placeholder?: string | undefined;
|
|
1166
|
-
inline?: boolean | undefined;
|
|
1167
1166
|
clearable?: boolean | undefined;
|
|
1168
1167
|
labelField?: string | undefined;
|
|
1169
1168
|
valueField?: string | undefined;
|
|
@@ -1185,11 +1184,11 @@ declare const EnhancedSelect: {
|
|
|
1185
1184
|
locale?: string | undefined;
|
|
1186
1185
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1187
1186
|
}>, prevState: Readonly<{}>): any;
|
|
1188
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1189
|
-
|
|
1187
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1188
|
+
inline?: boolean | undefined;
|
|
1190
1189
|
multiple?: boolean | undefined;
|
|
1190
|
+
disabled?: boolean | undefined;
|
|
1191
1191
|
placeholder?: string | undefined;
|
|
1192
|
-
inline?: boolean | undefined;
|
|
1193
1192
|
clearable?: boolean | undefined;
|
|
1194
1193
|
labelField?: string | undefined;
|
|
1195
1194
|
valueField?: string | undefined;
|
|
@@ -1213,11 +1212,11 @@ declare const EnhancedSelect: {
|
|
|
1213
1212
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1214
1213
|
componentWillMount?(): void;
|
|
1215
1214
|
UNSAFE_componentWillMount?(): void;
|
|
1216
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1217
|
-
|
|
1215
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1216
|
+
inline?: boolean | undefined;
|
|
1218
1217
|
multiple?: boolean | undefined;
|
|
1218
|
+
disabled?: boolean | undefined;
|
|
1219
1219
|
placeholder?: string | undefined;
|
|
1220
|
-
inline?: boolean | undefined;
|
|
1221
1220
|
clearable?: boolean | undefined;
|
|
1222
1221
|
labelField?: string | undefined;
|
|
1223
1222
|
valueField?: string | undefined;
|
|
@@ -1239,11 +1238,11 @@ declare const EnhancedSelect: {
|
|
|
1239
1238
|
locale?: string | undefined;
|
|
1240
1239
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1241
1240
|
}>, nextContext: any): void;
|
|
1242
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1243
|
-
|
|
1241
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1242
|
+
inline?: boolean | undefined;
|
|
1244
1243
|
multiple?: boolean | undefined;
|
|
1244
|
+
disabled?: boolean | undefined;
|
|
1245
1245
|
placeholder?: string | undefined;
|
|
1246
|
-
inline?: boolean | undefined;
|
|
1247
1246
|
clearable?: boolean | undefined;
|
|
1248
1247
|
labelField?: string | undefined;
|
|
1249
1248
|
valueField?: string | undefined;
|
|
@@ -1265,11 +1264,11 @@ declare const EnhancedSelect: {
|
|
|
1265
1264
|
locale?: string | undefined;
|
|
1266
1265
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1267
1266
|
}>, nextContext: any): void;
|
|
1268
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1269
|
-
|
|
1267
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1268
|
+
inline?: boolean | undefined;
|
|
1270
1269
|
multiple?: boolean | undefined;
|
|
1270
|
+
disabled?: boolean | undefined;
|
|
1271
1271
|
placeholder?: string | undefined;
|
|
1272
|
-
inline?: boolean | undefined;
|
|
1273
1272
|
clearable?: boolean | undefined;
|
|
1274
1273
|
labelField?: string | undefined;
|
|
1275
1274
|
valueField?: string | undefined;
|
|
@@ -1291,11 +1290,11 @@ declare const EnhancedSelect: {
|
|
|
1291
1290
|
locale?: string | undefined;
|
|
1292
1291
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1293
1292
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1294
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1295
|
-
|
|
1293
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1294
|
+
inline?: boolean | undefined;
|
|
1296
1295
|
multiple?: boolean | undefined;
|
|
1296
|
+
disabled?: boolean | undefined;
|
|
1297
1297
|
placeholder?: string | undefined;
|
|
1298
|
-
inline?: boolean | undefined;
|
|
1299
1298
|
clearable?: boolean | undefined;
|
|
1300
1299
|
labelField?: string | undefined;
|
|
1301
1300
|
valueField?: string | undefined;
|
|
@@ -1327,11 +1326,11 @@ declare const EnhancedSelect: {
|
|
|
1327
1326
|
};
|
|
1328
1327
|
export default EnhancedSelect;
|
|
1329
1328
|
export declare const SelectWithRemoteOptions: {
|
|
1330
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1331
|
-
|
|
1329
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1330
|
+
inline?: boolean | undefined;
|
|
1332
1331
|
multiple?: boolean | undefined;
|
|
1332
|
+
disabled?: boolean | undefined;
|
|
1333
1333
|
placeholder?: string | undefined;
|
|
1334
|
-
inline?: boolean | undefined;
|
|
1335
1334
|
clearable?: boolean | undefined;
|
|
1336
1335
|
labelField?: string | undefined;
|
|
1337
1336
|
valueField?: string | undefined;
|
|
@@ -1374,11 +1373,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1374
1373
|
setData(data: any): void;
|
|
1375
1374
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1376
1375
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1377
|
-
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1378
|
-
|
|
1376
|
+
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1377
|
+
inline?: boolean | undefined;
|
|
1379
1378
|
multiple?: boolean | undefined;
|
|
1379
|
+
disabled?: boolean | undefined;
|
|
1380
1380
|
placeholder?: string | undefined;
|
|
1381
|
-
inline?: boolean | undefined;
|
|
1382
1381
|
clearable?: boolean | undefined;
|
|
1383
1382
|
labelField?: string | undefined;
|
|
1384
1383
|
valueField?: string | undefined;
|
|
@@ -1449,11 +1448,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1449
1448
|
getWrappedInstance(): any;
|
|
1450
1449
|
render(): React.JSX.Element;
|
|
1451
1450
|
context: unknown;
|
|
1452
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1453
|
-
|
|
1451
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1452
|
+
inline?: boolean | undefined;
|
|
1454
1453
|
multiple?: boolean | undefined;
|
|
1454
|
+
disabled?: boolean | undefined;
|
|
1455
1455
|
placeholder?: string | undefined;
|
|
1456
|
-
inline?: boolean | undefined;
|
|
1457
1456
|
clearable?: boolean | undefined;
|
|
1458
1457
|
labelField?: string | undefined;
|
|
1459
1458
|
valueField?: string | undefined;
|
|
@@ -1498,11 +1497,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1498
1497
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1499
1498
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
1500
1499
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1501
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1502
|
-
|
|
1500
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1501
|
+
inline?: boolean | undefined;
|
|
1503
1502
|
multiple?: boolean | undefined;
|
|
1503
|
+
disabled?: boolean | undefined;
|
|
1504
1504
|
placeholder?: string | undefined;
|
|
1505
|
-
inline?: boolean | undefined;
|
|
1506
1505
|
clearable?: boolean | undefined;
|
|
1507
1506
|
labelField?: string | undefined;
|
|
1508
1507
|
valueField?: string | undefined;
|
|
@@ -1551,11 +1550,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1551
1550
|
[key: string]: React.ReactInstance;
|
|
1552
1551
|
};
|
|
1553
1552
|
componentDidMount?(): void;
|
|
1554
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1555
|
-
|
|
1553
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1554
|
+
inline?: boolean | undefined;
|
|
1556
1555
|
multiple?: boolean | undefined;
|
|
1556
|
+
disabled?: boolean | undefined;
|
|
1557
1557
|
placeholder?: string | undefined;
|
|
1558
|
-
inline?: boolean | undefined;
|
|
1559
1558
|
clearable?: boolean | undefined;
|
|
1560
1559
|
labelField?: string | undefined;
|
|
1561
1560
|
valueField?: string | undefined;
|
|
@@ -1600,11 +1599,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1600
1599
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1601
1600
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1602
1601
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1603
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1604
|
-
|
|
1602
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1603
|
+
inline?: boolean | undefined;
|
|
1605
1604
|
multiple?: boolean | undefined;
|
|
1605
|
+
disabled?: boolean | undefined;
|
|
1606
1606
|
placeholder?: string | undefined;
|
|
1607
|
-
inline?: boolean | undefined;
|
|
1608
1607
|
clearable?: boolean | undefined;
|
|
1609
1608
|
labelField?: string | undefined;
|
|
1610
1609
|
valueField?: string | undefined;
|
|
@@ -1648,11 +1647,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1648
1647
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1649
1648
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1650
1649
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
1651
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1652
|
-
|
|
1650
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1651
|
+
inline?: boolean | undefined;
|
|
1653
1652
|
multiple?: boolean | undefined;
|
|
1653
|
+
disabled?: boolean | undefined;
|
|
1654
1654
|
placeholder?: string | undefined;
|
|
1655
|
-
inline?: boolean | undefined;
|
|
1656
1655
|
clearable?: boolean | undefined;
|
|
1657
1656
|
labelField?: string | undefined;
|
|
1658
1657
|
valueField?: string | undefined;
|
|
@@ -1698,11 +1697,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1698
1697
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1699
1698
|
componentWillMount?(): void;
|
|
1700
1699
|
UNSAFE_componentWillMount?(): void;
|
|
1701
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1702
|
-
|
|
1700
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1701
|
+
inline?: boolean | undefined;
|
|
1703
1702
|
multiple?: boolean | undefined;
|
|
1703
|
+
disabled?: boolean | undefined;
|
|
1704
1704
|
placeholder?: string | undefined;
|
|
1705
|
-
inline?: boolean | undefined;
|
|
1706
1705
|
clearable?: boolean | undefined;
|
|
1707
1706
|
labelField?: string | undefined;
|
|
1708
1707
|
valueField?: string | undefined;
|
|
@@ -1746,11 +1745,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1746
1745
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1747
1746
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1748
1747
|
}, "store">>, nextContext: any): void;
|
|
1749
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1750
|
-
|
|
1748
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1749
|
+
inline?: boolean | undefined;
|
|
1751
1750
|
multiple?: boolean | undefined;
|
|
1751
|
+
disabled?: boolean | undefined;
|
|
1752
1752
|
placeholder?: string | undefined;
|
|
1753
|
-
inline?: boolean | undefined;
|
|
1754
1753
|
clearable?: boolean | undefined;
|
|
1755
1754
|
labelField?: string | undefined;
|
|
1756
1755
|
valueField?: string | undefined;
|
|
@@ -1794,11 +1793,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1794
1793
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1795
1794
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1796
1795
|
}, "store">>, nextContext: any): void;
|
|
1797
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1798
|
-
|
|
1796
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1797
|
+
inline?: boolean | undefined;
|
|
1799
1798
|
multiple?: boolean | undefined;
|
|
1799
|
+
disabled?: boolean | undefined;
|
|
1800
1800
|
placeholder?: string | undefined;
|
|
1801
|
-
inline?: boolean | undefined;
|
|
1802
1801
|
clearable?: boolean | undefined;
|
|
1803
1802
|
labelField?: string | undefined;
|
|
1804
1803
|
valueField?: string | undefined;
|
|
@@ -1842,11 +1841,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1842
1841
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1843
1842
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1844
1843
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1845
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1846
|
-
|
|
1844
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1845
|
+
inline?: boolean | undefined;
|
|
1847
1846
|
multiple?: boolean | undefined;
|
|
1847
|
+
disabled?: boolean | undefined;
|
|
1848
1848
|
placeholder?: string | undefined;
|
|
1849
|
-
inline?: boolean | undefined;
|
|
1850
1849
|
clearable?: boolean | undefined;
|
|
1851
1850
|
labelField?: string | undefined;
|
|
1852
1851
|
valueField?: string | undefined;
|
|
@@ -1891,11 +1890,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1891
1890
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1892
1891
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1893
1892
|
};
|
|
1894
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1895
|
-
|
|
1893
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1894
|
+
inline?: boolean | undefined;
|
|
1896
1895
|
multiple?: boolean | undefined;
|
|
1896
|
+
disabled?: boolean | undefined;
|
|
1897
1897
|
placeholder?: string | undefined;
|
|
1898
|
-
inline?: boolean | undefined;
|
|
1899
1898
|
clearable?: boolean | undefined;
|
|
1900
1899
|
labelField?: string | undefined;
|
|
1901
1900
|
valueField?: string | undefined;
|
|
@@ -1966,11 +1965,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1966
1965
|
getWrappedInstance(): any;
|
|
1967
1966
|
render(): React.JSX.Element;
|
|
1968
1967
|
context: unknown;
|
|
1969
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
1970
|
-
|
|
1968
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1969
|
+
inline?: boolean | undefined;
|
|
1971
1970
|
multiple?: boolean | undefined;
|
|
1971
|
+
disabled?: boolean | undefined;
|
|
1972
1972
|
placeholder?: string | undefined;
|
|
1973
|
-
inline?: boolean | undefined;
|
|
1974
1973
|
clearable?: boolean | undefined;
|
|
1975
1974
|
labelField?: string | undefined;
|
|
1976
1975
|
valueField?: string | undefined;
|
|
@@ -2015,11 +2014,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2015
2014
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2016
2015
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
2017
2016
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2018
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2019
|
-
|
|
2017
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2018
|
+
inline?: boolean | undefined;
|
|
2020
2019
|
multiple?: boolean | undefined;
|
|
2020
|
+
disabled?: boolean | undefined;
|
|
2021
2021
|
placeholder?: string | undefined;
|
|
2022
|
-
inline?: boolean | undefined;
|
|
2023
2022
|
clearable?: boolean | undefined;
|
|
2024
2023
|
labelField?: string | undefined;
|
|
2025
2024
|
valueField?: string | undefined;
|
|
@@ -2068,11 +2067,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2068
2067
|
[key: string]: React.ReactInstance;
|
|
2069
2068
|
};
|
|
2070
2069
|
componentDidMount?(): void;
|
|
2071
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2072
|
-
|
|
2070
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2071
|
+
inline?: boolean | undefined;
|
|
2073
2072
|
multiple?: boolean | undefined;
|
|
2073
|
+
disabled?: boolean | undefined;
|
|
2074
2074
|
placeholder?: string | undefined;
|
|
2075
|
-
inline?: boolean | undefined;
|
|
2076
2075
|
clearable?: boolean | undefined;
|
|
2077
2076
|
labelField?: string | undefined;
|
|
2078
2077
|
valueField?: string | undefined;
|
|
@@ -2117,11 +2116,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2117
2116
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2118
2117
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2119
2118
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2120
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2121
|
-
|
|
2119
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2120
|
+
inline?: boolean | undefined;
|
|
2122
2121
|
multiple?: boolean | undefined;
|
|
2122
|
+
disabled?: boolean | undefined;
|
|
2123
2123
|
placeholder?: string | undefined;
|
|
2124
|
-
inline?: boolean | undefined;
|
|
2125
2124
|
clearable?: boolean | undefined;
|
|
2126
2125
|
labelField?: string | undefined;
|
|
2127
2126
|
valueField?: string | undefined;
|
|
@@ -2165,11 +2164,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2165
2164
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2166
2165
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2167
2166
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
2168
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2169
|
-
|
|
2167
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2168
|
+
inline?: boolean | undefined;
|
|
2170
2169
|
multiple?: boolean | undefined;
|
|
2170
|
+
disabled?: boolean | undefined;
|
|
2171
2171
|
placeholder?: string | undefined;
|
|
2172
|
-
inline?: boolean | undefined;
|
|
2173
2172
|
clearable?: boolean | undefined;
|
|
2174
2173
|
labelField?: string | undefined;
|
|
2175
2174
|
valueField?: string | undefined;
|
|
@@ -2215,11 +2214,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2215
2214
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
2216
2215
|
componentWillMount?(): void;
|
|
2217
2216
|
UNSAFE_componentWillMount?(): void;
|
|
2218
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2219
|
-
|
|
2217
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2218
|
+
inline?: boolean | undefined;
|
|
2220
2219
|
multiple?: boolean | undefined;
|
|
2220
|
+
disabled?: boolean | undefined;
|
|
2221
2221
|
placeholder?: string | undefined;
|
|
2222
|
-
inline?: boolean | undefined;
|
|
2223
2222
|
clearable?: boolean | undefined;
|
|
2224
2223
|
labelField?: string | undefined;
|
|
2225
2224
|
valueField?: string | undefined;
|
|
@@ -2263,11 +2262,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2263
2262
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2264
2263
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2265
2264
|
}, "store">>, nextContext: any): void;
|
|
2266
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2267
|
-
|
|
2265
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2266
|
+
inline?: boolean | undefined;
|
|
2268
2267
|
multiple?: boolean | undefined;
|
|
2268
|
+
disabled?: boolean | undefined;
|
|
2269
2269
|
placeholder?: string | undefined;
|
|
2270
|
-
inline?: boolean | undefined;
|
|
2271
2270
|
clearable?: boolean | undefined;
|
|
2272
2271
|
labelField?: string | undefined;
|
|
2273
2272
|
valueField?: string | undefined;
|
|
@@ -2311,11 +2310,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2311
2310
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2312
2311
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2313
2312
|
}, "store">>, nextContext: any): void;
|
|
2314
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2315
|
-
|
|
2313
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2314
|
+
inline?: boolean | undefined;
|
|
2316
2315
|
multiple?: boolean | undefined;
|
|
2316
|
+
disabled?: boolean | undefined;
|
|
2317
2317
|
placeholder?: string | undefined;
|
|
2318
|
-
inline?: boolean | undefined;
|
|
2319
2318
|
clearable?: boolean | undefined;
|
|
2320
2319
|
labelField?: string | undefined;
|
|
2321
2320
|
valueField?: string | undefined;
|
|
@@ -2359,11 +2358,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2359
2358
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2360
2359
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2361
2360
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2362
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2363
|
-
|
|
2361
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2362
|
+
inline?: boolean | undefined;
|
|
2364
2363
|
multiple?: boolean | undefined;
|
|
2364
|
+
disabled?: boolean | undefined;
|
|
2365
2365
|
placeholder?: string | undefined;
|
|
2366
|
-
inline?: boolean | undefined;
|
|
2367
2366
|
clearable?: boolean | undefined;
|
|
2368
2367
|
labelField?: string | undefined;
|
|
2369
2368
|
valueField?: string | undefined;
|
|
@@ -2410,11 +2409,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2410
2409
|
};
|
|
2411
2410
|
displayName: string;
|
|
2412
2411
|
ComposedComponent: React.ComponentType<{
|
|
2413
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2414
|
-
|
|
2412
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2413
|
+
inline?: boolean | undefined;
|
|
2415
2414
|
multiple?: boolean | undefined;
|
|
2415
|
+
disabled?: boolean | undefined;
|
|
2416
2416
|
placeholder?: string | undefined;
|
|
2417
|
-
inline?: boolean | undefined;
|
|
2418
2417
|
clearable?: boolean | undefined;
|
|
2419
2418
|
labelField?: string | undefined;
|
|
2420
2419
|
valueField?: string | undefined;
|
|
@@ -2470,11 +2469,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2470
2469
|
deferLoadConfig(item: any): Promise<void>;
|
|
2471
2470
|
render(): React.JSX.Element;
|
|
2472
2471
|
context: unknown;
|
|
2473
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2474
|
-
|
|
2472
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2473
|
+
inline?: boolean | undefined;
|
|
2475
2474
|
multiple?: boolean | undefined;
|
|
2475
|
+
disabled?: boolean | undefined;
|
|
2476
2476
|
placeholder?: string | undefined;
|
|
2477
|
-
inline?: boolean | undefined;
|
|
2478
2477
|
clearable?: boolean | undefined;
|
|
2479
2478
|
labelField?: string | undefined;
|
|
2480
2479
|
valueField?: string | undefined;
|
|
@@ -2519,11 +2518,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2519
2518
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2520
2519
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
2521
2520
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2522
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2523
|
-
|
|
2521
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2522
|
+
inline?: boolean | undefined;
|
|
2524
2523
|
multiple?: boolean | undefined;
|
|
2524
|
+
disabled?: boolean | undefined;
|
|
2525
2525
|
placeholder?: string | undefined;
|
|
2526
|
-
inline?: boolean | undefined;
|
|
2527
2526
|
clearable?: boolean | undefined;
|
|
2528
2527
|
labelField?: string | undefined;
|
|
2529
2528
|
valueField?: string | undefined;
|
|
@@ -2571,11 +2570,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2571
2570
|
refs: {
|
|
2572
2571
|
[key: string]: React.ReactInstance;
|
|
2573
2572
|
};
|
|
2574
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2575
|
-
|
|
2573
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2574
|
+
inline?: boolean | undefined;
|
|
2576
2575
|
multiple?: boolean | undefined;
|
|
2576
|
+
disabled?: boolean | undefined;
|
|
2577
2577
|
placeholder?: string | undefined;
|
|
2578
|
-
inline?: boolean | undefined;
|
|
2579
2578
|
clearable?: boolean | undefined;
|
|
2580
2579
|
labelField?: string | undefined;
|
|
2581
2580
|
valueField?: string | undefined;
|
|
@@ -2620,11 +2619,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2620
2619
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2621
2620
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2622
2621
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2623
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2624
|
-
|
|
2622
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2623
|
+
inline?: boolean | undefined;
|
|
2625
2624
|
multiple?: boolean | undefined;
|
|
2625
|
+
disabled?: boolean | undefined;
|
|
2626
2626
|
placeholder?: string | undefined;
|
|
2627
|
-
inline?: boolean | undefined;
|
|
2628
2627
|
clearable?: boolean | undefined;
|
|
2629
2628
|
labelField?: string | undefined;
|
|
2630
2629
|
valueField?: string | undefined;
|
|
@@ -2670,11 +2669,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2670
2669
|
}>, prevState: Readonly<{}>): any;
|
|
2671
2670
|
componentWillMount?(): void;
|
|
2672
2671
|
UNSAFE_componentWillMount?(): void;
|
|
2673
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2674
|
-
|
|
2672
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2673
|
+
inline?: boolean | undefined;
|
|
2675
2674
|
multiple?: boolean | undefined;
|
|
2675
|
+
disabled?: boolean | undefined;
|
|
2676
2676
|
placeholder?: string | undefined;
|
|
2677
|
-
inline?: boolean | undefined;
|
|
2678
2677
|
clearable?: boolean | undefined;
|
|
2679
2678
|
labelField?: string | undefined;
|
|
2680
2679
|
valueField?: string | undefined;
|
|
@@ -2718,11 +2717,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2718
2717
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2719
2718
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2720
2719
|
}>, nextContext: any): void;
|
|
2721
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2722
|
-
|
|
2720
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2721
|
+
inline?: boolean | undefined;
|
|
2723
2722
|
multiple?: boolean | undefined;
|
|
2723
|
+
disabled?: boolean | undefined;
|
|
2724
2724
|
placeholder?: string | undefined;
|
|
2725
|
-
inline?: boolean | undefined;
|
|
2726
2725
|
clearable?: boolean | undefined;
|
|
2727
2726
|
labelField?: string | undefined;
|
|
2728
2727
|
valueField?: string | undefined;
|
|
@@ -2766,11 +2765,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2766
2765
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2767
2766
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2768
2767
|
}>, nextContext: any): void;
|
|
2769
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2770
|
-
|
|
2768
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2769
|
+
inline?: boolean | undefined;
|
|
2771
2770
|
multiple?: boolean | undefined;
|
|
2771
|
+
disabled?: boolean | undefined;
|
|
2772
2772
|
placeholder?: string | undefined;
|
|
2773
|
-
inline?: boolean | undefined;
|
|
2774
2773
|
clearable?: boolean | undefined;
|
|
2775
2774
|
labelField?: string | undefined;
|
|
2776
2775
|
valueField?: string | undefined;
|
|
@@ -2814,11 +2813,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2814
2813
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2815
2814
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2816
2815
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2817
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2818
|
-
|
|
2816
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2817
|
+
inline?: boolean | undefined;
|
|
2819
2818
|
multiple?: boolean | undefined;
|
|
2819
|
+
disabled?: boolean | undefined;
|
|
2820
2820
|
placeholder?: string | undefined;
|
|
2821
|
-
inline?: boolean | undefined;
|
|
2822
2821
|
clearable?: boolean | undefined;
|
|
2823
2822
|
labelField?: string | undefined;
|
|
2824
2823
|
valueField?: string | undefined;
|
|
@@ -2865,11 +2864,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2865
2864
|
};
|
|
2866
2865
|
displayName: string;
|
|
2867
2866
|
ComposedComponent: React.ComponentType<{
|
|
2868
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2869
|
-
|
|
2867
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2868
|
+
inline?: boolean | undefined;
|
|
2870
2869
|
multiple?: boolean | undefined;
|
|
2870
|
+
disabled?: boolean | undefined;
|
|
2871
2871
|
placeholder?: string | undefined;
|
|
2872
|
-
inline?: boolean | undefined;
|
|
2873
2872
|
clearable?: boolean | undefined;
|
|
2874
2873
|
labelField?: string | undefined;
|
|
2875
2874
|
valueField?: string | undefined;
|
|
@@ -2890,11 +2889,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2890
2889
|
} & {} & {
|
|
2891
2890
|
locale?: string | undefined;
|
|
2892
2891
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2893
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2894
|
-
|
|
2892
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2893
|
+
inline?: boolean | undefined;
|
|
2895
2894
|
multiple?: boolean | undefined;
|
|
2895
|
+
disabled?: boolean | undefined;
|
|
2896
2896
|
placeholder?: string | undefined;
|
|
2897
|
-
inline?: boolean | undefined;
|
|
2898
2897
|
clearable?: boolean | undefined;
|
|
2899
2898
|
labelField?: string | undefined;
|
|
2900
2899
|
valueField?: string | undefined;
|
|
@@ -2918,11 +2917,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2918
2917
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>): {
|
|
2919
2918
|
render(): React.JSX.Element;
|
|
2920
2919
|
context: unknown;
|
|
2921
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2922
|
-
|
|
2920
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2921
|
+
inline?: boolean | undefined;
|
|
2923
2922
|
multiple?: boolean | undefined;
|
|
2923
|
+
disabled?: boolean | undefined;
|
|
2924
2924
|
placeholder?: string | undefined;
|
|
2925
|
-
inline?: boolean | undefined;
|
|
2926
2925
|
clearable?: boolean | undefined;
|
|
2927
2926
|
labelField?: string | undefined;
|
|
2928
2927
|
valueField?: string | undefined;
|
|
@@ -2945,11 +2944,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2945
2944
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2946
2945
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
2947
2946
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2948
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2949
|
-
|
|
2947
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2948
|
+
inline?: boolean | undefined;
|
|
2950
2949
|
multiple?: boolean | undefined;
|
|
2950
|
+
disabled?: boolean | undefined;
|
|
2951
2951
|
placeholder?: string | undefined;
|
|
2952
|
-
inline?: boolean | undefined;
|
|
2953
2952
|
clearable?: boolean | undefined;
|
|
2954
2953
|
labelField?: string | undefined;
|
|
2955
2954
|
valueField?: string | undefined;
|
|
@@ -2976,11 +2975,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2976
2975
|
[key: string]: React.ReactInstance;
|
|
2977
2976
|
};
|
|
2978
2977
|
componentDidMount?(): void;
|
|
2979
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
2980
|
-
|
|
2978
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2979
|
+
inline?: boolean | undefined;
|
|
2981
2980
|
multiple?: boolean | undefined;
|
|
2981
|
+
disabled?: boolean | undefined;
|
|
2982
2982
|
placeholder?: string | undefined;
|
|
2983
|
-
inline?: boolean | undefined;
|
|
2984
2983
|
clearable?: boolean | undefined;
|
|
2985
2984
|
labelField?: string | undefined;
|
|
2986
2985
|
valueField?: string | undefined;
|
|
@@ -3004,11 +3003,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3004
3003
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3005
3004
|
componentWillUnmount?(): void;
|
|
3006
3005
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3007
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3008
|
-
|
|
3006
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3007
|
+
inline?: boolean | undefined;
|
|
3009
3008
|
multiple?: boolean | undefined;
|
|
3009
|
+
disabled?: boolean | undefined;
|
|
3010
3010
|
placeholder?: string | undefined;
|
|
3011
|
-
inline?: boolean | undefined;
|
|
3012
3011
|
clearable?: boolean | undefined;
|
|
3013
3012
|
labelField?: string | undefined;
|
|
3014
3013
|
valueField?: string | undefined;
|
|
@@ -3030,11 +3029,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3030
3029
|
locale?: string | undefined;
|
|
3031
3030
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3032
3031
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
3033
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3034
|
-
|
|
3032
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3033
|
+
inline?: boolean | undefined;
|
|
3035
3034
|
multiple?: boolean | undefined;
|
|
3035
|
+
disabled?: boolean | undefined;
|
|
3036
3036
|
placeholder?: string | undefined;
|
|
3037
|
-
inline?: boolean | undefined;
|
|
3038
3037
|
clearable?: boolean | undefined;
|
|
3039
3038
|
labelField?: string | undefined;
|
|
3040
3039
|
valueField?: string | undefined;
|
|
@@ -3058,11 +3057,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3058
3057
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3059
3058
|
componentWillMount?(): void;
|
|
3060
3059
|
UNSAFE_componentWillMount?(): void;
|
|
3061
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3062
|
-
|
|
3060
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3061
|
+
inline?: boolean | undefined;
|
|
3063
3062
|
multiple?: boolean | undefined;
|
|
3063
|
+
disabled?: boolean | undefined;
|
|
3064
3064
|
placeholder?: string | undefined;
|
|
3065
|
-
inline?: boolean | undefined;
|
|
3066
3065
|
clearable?: boolean | undefined;
|
|
3067
3066
|
labelField?: string | undefined;
|
|
3068
3067
|
valueField?: string | undefined;
|
|
@@ -3084,11 +3083,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3084
3083
|
locale?: string | undefined;
|
|
3085
3084
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3086
3085
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3087
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3088
|
-
|
|
3086
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3087
|
+
inline?: boolean | undefined;
|
|
3089
3088
|
multiple?: boolean | undefined;
|
|
3089
|
+
disabled?: boolean | undefined;
|
|
3090
3090
|
placeholder?: string | undefined;
|
|
3091
|
-
inline?: boolean | undefined;
|
|
3092
3091
|
clearable?: boolean | undefined;
|
|
3093
3092
|
labelField?: string | undefined;
|
|
3094
3093
|
valueField?: string | undefined;
|
|
@@ -3110,11 +3109,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3110
3109
|
locale?: string | undefined;
|
|
3111
3110
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3112
3111
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3113
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3114
|
-
|
|
3112
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3113
|
+
inline?: boolean | undefined;
|
|
3115
3114
|
multiple?: boolean | undefined;
|
|
3115
|
+
disabled?: boolean | undefined;
|
|
3116
3116
|
placeholder?: string | undefined;
|
|
3117
|
-
inline?: boolean | undefined;
|
|
3118
3117
|
clearable?: boolean | undefined;
|
|
3119
3118
|
labelField?: string | undefined;
|
|
3120
3119
|
valueField?: string | undefined;
|
|
@@ -3136,11 +3135,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3136
3135
|
locale?: string | undefined;
|
|
3137
3136
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3138
3137
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3139
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3140
|
-
|
|
3138
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3139
|
+
inline?: boolean | undefined;
|
|
3141
3140
|
multiple?: boolean | undefined;
|
|
3141
|
+
disabled?: boolean | undefined;
|
|
3142
3142
|
placeholder?: string | undefined;
|
|
3143
|
-
inline?: boolean | undefined;
|
|
3144
3143
|
clearable?: boolean | undefined;
|
|
3145
3144
|
labelField?: string | undefined;
|
|
3146
3145
|
valueField?: string | undefined;
|
|
@@ -3163,11 +3162,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3163
3162
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3164
3163
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3165
3164
|
};
|
|
3166
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3167
|
-
|
|
3165
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3166
|
+
inline?: boolean | undefined;
|
|
3168
3167
|
multiple?: boolean | undefined;
|
|
3168
|
+
disabled?: boolean | undefined;
|
|
3169
3169
|
placeholder?: string | undefined;
|
|
3170
|
-
inline?: boolean | undefined;
|
|
3171
3170
|
clearable?: boolean | undefined;
|
|
3172
3171
|
labelField?: string | undefined;
|
|
3173
3172
|
valueField?: string | undefined;
|
|
@@ -3191,11 +3190,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3191
3190
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
3192
3191
|
render(): React.JSX.Element;
|
|
3193
3192
|
context: unknown;
|
|
3194
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3195
|
-
|
|
3193
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3194
|
+
inline?: boolean | undefined;
|
|
3196
3195
|
multiple?: boolean | undefined;
|
|
3196
|
+
disabled?: boolean | undefined;
|
|
3197
3197
|
placeholder?: string | undefined;
|
|
3198
|
-
inline?: boolean | undefined;
|
|
3199
3198
|
clearable?: boolean | undefined;
|
|
3200
3199
|
labelField?: string | undefined;
|
|
3201
3200
|
valueField?: string | undefined;
|
|
@@ -3218,11 +3217,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3218
3217
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3219
3218
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3220
3219
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3221
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3222
|
-
|
|
3220
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3221
|
+
inline?: boolean | undefined;
|
|
3223
3222
|
multiple?: boolean | undefined;
|
|
3223
|
+
disabled?: boolean | undefined;
|
|
3224
3224
|
placeholder?: string | undefined;
|
|
3225
|
-
inline?: boolean | undefined;
|
|
3226
3225
|
clearable?: boolean | undefined;
|
|
3227
3226
|
labelField?: string | undefined;
|
|
3228
3227
|
valueField?: string | undefined;
|
|
@@ -3249,11 +3248,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3249
3248
|
[key: string]: React.ReactInstance;
|
|
3250
3249
|
};
|
|
3251
3250
|
componentDidMount?(): void;
|
|
3252
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3253
|
-
|
|
3251
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3252
|
+
inline?: boolean | undefined;
|
|
3254
3253
|
multiple?: boolean | undefined;
|
|
3254
|
+
disabled?: boolean | undefined;
|
|
3255
3255
|
placeholder?: string | undefined;
|
|
3256
|
-
inline?: boolean | undefined;
|
|
3257
3256
|
clearable?: boolean | undefined;
|
|
3258
3257
|
labelField?: string | undefined;
|
|
3259
3258
|
valueField?: string | undefined;
|
|
@@ -3277,11 +3276,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3277
3276
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3278
3277
|
componentWillUnmount?(): void;
|
|
3279
3278
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3280
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3281
|
-
|
|
3279
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3280
|
+
inline?: boolean | undefined;
|
|
3282
3281
|
multiple?: boolean | undefined;
|
|
3282
|
+
disabled?: boolean | undefined;
|
|
3283
3283
|
placeholder?: string | undefined;
|
|
3284
|
-
inline?: boolean | undefined;
|
|
3285
3284
|
clearable?: boolean | undefined;
|
|
3286
3285
|
labelField?: string | undefined;
|
|
3287
3286
|
valueField?: string | undefined;
|
|
@@ -3303,11 +3302,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3303
3302
|
locale?: string | undefined;
|
|
3304
3303
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3305
3304
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
3306
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3307
|
-
|
|
3305
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3306
|
+
inline?: boolean | undefined;
|
|
3308
3307
|
multiple?: boolean | undefined;
|
|
3308
|
+
disabled?: boolean | undefined;
|
|
3309
3309
|
placeholder?: string | undefined;
|
|
3310
|
-
inline?: boolean | undefined;
|
|
3311
3310
|
clearable?: boolean | undefined;
|
|
3312
3311
|
labelField?: string | undefined;
|
|
3313
3312
|
valueField?: string | undefined;
|
|
@@ -3331,11 +3330,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3331
3330
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3332
3331
|
componentWillMount?(): void;
|
|
3333
3332
|
UNSAFE_componentWillMount?(): void;
|
|
3334
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3335
|
-
|
|
3333
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3334
|
+
inline?: boolean | undefined;
|
|
3336
3335
|
multiple?: boolean | undefined;
|
|
3336
|
+
disabled?: boolean | undefined;
|
|
3337
3337
|
placeholder?: string | undefined;
|
|
3338
|
-
inline?: boolean | undefined;
|
|
3339
3338
|
clearable?: boolean | undefined;
|
|
3340
3339
|
labelField?: string | undefined;
|
|
3341
3340
|
valueField?: string | undefined;
|
|
@@ -3357,11 +3356,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3357
3356
|
locale?: string | undefined;
|
|
3358
3357
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3359
3358
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3360
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3361
|
-
|
|
3359
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3360
|
+
inline?: boolean | undefined;
|
|
3362
3361
|
multiple?: boolean | undefined;
|
|
3362
|
+
disabled?: boolean | undefined;
|
|
3363
3363
|
placeholder?: string | undefined;
|
|
3364
|
-
inline?: boolean | undefined;
|
|
3365
3364
|
clearable?: boolean | undefined;
|
|
3366
3365
|
labelField?: string | undefined;
|
|
3367
3366
|
valueField?: string | undefined;
|
|
@@ -3383,11 +3382,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3383
3382
|
locale?: string | undefined;
|
|
3384
3383
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3385
3384
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3386
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3387
|
-
|
|
3385
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3386
|
+
inline?: boolean | undefined;
|
|
3388
3387
|
multiple?: boolean | undefined;
|
|
3388
|
+
disabled?: boolean | undefined;
|
|
3389
3389
|
placeholder?: string | undefined;
|
|
3390
|
-
inline?: boolean | undefined;
|
|
3391
3390
|
clearable?: boolean | undefined;
|
|
3392
3391
|
labelField?: string | undefined;
|
|
3393
3392
|
valueField?: string | undefined;
|
|
@@ -3409,11 +3408,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3409
3408
|
locale?: string | undefined;
|
|
3410
3409
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3411
3410
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3412
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3413
|
-
|
|
3411
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3412
|
+
inline?: boolean | undefined;
|
|
3414
3413
|
multiple?: boolean | undefined;
|
|
3414
|
+
disabled?: boolean | undefined;
|
|
3415
3415
|
placeholder?: string | undefined;
|
|
3416
|
-
inline?: boolean | undefined;
|
|
3417
3416
|
clearable?: boolean | undefined;
|
|
3418
3417
|
labelField?: string | undefined;
|
|
3419
3418
|
valueField?: string | undefined;
|
|
@@ -3442,11 +3441,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3442
3441
|
}>;
|
|
3443
3442
|
contextType?: React.Context<any> | undefined;
|
|
3444
3443
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
3445
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3446
|
-
|
|
3444
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3445
|
+
inline?: boolean | undefined;
|
|
3447
3446
|
multiple?: boolean | undefined;
|
|
3447
|
+
disabled?: boolean | undefined;
|
|
3448
3448
|
placeholder?: string | undefined;
|
|
3449
|
-
inline?: boolean | undefined;
|
|
3450
3449
|
clearable?: boolean | undefined;
|
|
3451
3450
|
labelField?: string | undefined;
|
|
3452
3451
|
valueField?: string | undefined;
|
|
@@ -3502,11 +3501,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3502
3501
|
deferLoadConfig(item: any): Promise<void>;
|
|
3503
3502
|
render(): React.JSX.Element;
|
|
3504
3503
|
context: unknown;
|
|
3505
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3506
|
-
|
|
3504
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3505
|
+
inline?: boolean | undefined;
|
|
3507
3506
|
multiple?: boolean | undefined;
|
|
3507
|
+
disabled?: boolean | undefined;
|
|
3508
3508
|
placeholder?: string | undefined;
|
|
3509
|
-
inline?: boolean | undefined;
|
|
3510
3509
|
clearable?: boolean | undefined;
|
|
3511
3510
|
labelField?: string | undefined;
|
|
3512
3511
|
valueField?: string | undefined;
|
|
@@ -3551,11 +3550,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3551
3550
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3552
3551
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
3553
3552
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3554
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3555
|
-
|
|
3553
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3554
|
+
inline?: boolean | undefined;
|
|
3556
3555
|
multiple?: boolean | undefined;
|
|
3556
|
+
disabled?: boolean | undefined;
|
|
3557
3557
|
placeholder?: string | undefined;
|
|
3558
|
-
inline?: boolean | undefined;
|
|
3559
3558
|
clearable?: boolean | undefined;
|
|
3560
3559
|
labelField?: string | undefined;
|
|
3561
3560
|
valueField?: string | undefined;
|
|
@@ -3603,11 +3602,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3603
3602
|
refs: {
|
|
3604
3603
|
[key: string]: React.ReactInstance;
|
|
3605
3604
|
};
|
|
3606
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3607
|
-
|
|
3605
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3606
|
+
inline?: boolean | undefined;
|
|
3608
3607
|
multiple?: boolean | undefined;
|
|
3608
|
+
disabled?: boolean | undefined;
|
|
3609
3609
|
placeholder?: string | undefined;
|
|
3610
|
-
inline?: boolean | undefined;
|
|
3611
3610
|
clearable?: boolean | undefined;
|
|
3612
3611
|
labelField?: string | undefined;
|
|
3613
3612
|
valueField?: string | undefined;
|
|
@@ -3652,11 +3651,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3652
3651
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3653
3652
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3654
3653
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3655
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3656
|
-
|
|
3654
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3655
|
+
inline?: boolean | undefined;
|
|
3657
3656
|
multiple?: boolean | undefined;
|
|
3657
|
+
disabled?: boolean | undefined;
|
|
3658
3658
|
placeholder?: string | undefined;
|
|
3659
|
-
inline?: boolean | undefined;
|
|
3660
3659
|
clearable?: boolean | undefined;
|
|
3661
3660
|
labelField?: string | undefined;
|
|
3662
3661
|
valueField?: string | undefined;
|
|
@@ -3702,11 +3701,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3702
3701
|
}>, prevState: Readonly<{}>): any;
|
|
3703
3702
|
componentWillMount?(): void;
|
|
3704
3703
|
UNSAFE_componentWillMount?(): void;
|
|
3705
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3706
|
-
|
|
3704
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3705
|
+
inline?: boolean | undefined;
|
|
3707
3706
|
multiple?: boolean | undefined;
|
|
3707
|
+
disabled?: boolean | undefined;
|
|
3708
3708
|
placeholder?: string | undefined;
|
|
3709
|
-
inline?: boolean | undefined;
|
|
3710
3709
|
clearable?: boolean | undefined;
|
|
3711
3710
|
labelField?: string | undefined;
|
|
3712
3711
|
valueField?: string | undefined;
|
|
@@ -3750,11 +3749,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3750
3749
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3751
3750
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3752
3751
|
}>, nextContext: any): void;
|
|
3753
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3754
|
-
|
|
3752
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3753
|
+
inline?: boolean | undefined;
|
|
3755
3754
|
multiple?: boolean | undefined;
|
|
3755
|
+
disabled?: boolean | undefined;
|
|
3756
3756
|
placeholder?: string | undefined;
|
|
3757
|
-
inline?: boolean | undefined;
|
|
3758
3757
|
clearable?: boolean | undefined;
|
|
3759
3758
|
labelField?: string | undefined;
|
|
3760
3759
|
valueField?: string | undefined;
|
|
@@ -3798,11 +3797,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3798
3797
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3799
3798
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3800
3799
|
}>, nextContext: any): void;
|
|
3801
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3802
|
-
|
|
3800
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3801
|
+
inline?: boolean | undefined;
|
|
3803
3802
|
multiple?: boolean | undefined;
|
|
3803
|
+
disabled?: boolean | undefined;
|
|
3804
3804
|
placeholder?: string | undefined;
|
|
3805
|
-
inline?: boolean | undefined;
|
|
3806
3805
|
clearable?: boolean | undefined;
|
|
3807
3806
|
labelField?: string | undefined;
|
|
3808
3807
|
valueField?: string | undefined;
|
|
@@ -3846,11 +3845,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3846
3845
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3847
3846
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3848
3847
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3849
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3850
|
-
|
|
3848
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3849
|
+
inline?: boolean | undefined;
|
|
3851
3850
|
multiple?: boolean | undefined;
|
|
3851
|
+
disabled?: boolean | undefined;
|
|
3852
3852
|
placeholder?: string | undefined;
|
|
3853
|
-
inline?: boolean | undefined;
|
|
3854
3853
|
clearable?: boolean | undefined;
|
|
3855
3854
|
labelField?: string | undefined;
|
|
3856
3855
|
valueField?: string | undefined;
|
|
@@ -3897,11 +3896,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3897
3896
|
};
|
|
3898
3897
|
displayName: string;
|
|
3899
3898
|
ComposedComponent: React.ComponentType<{
|
|
3900
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3901
|
-
|
|
3899
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3900
|
+
inline?: boolean | undefined;
|
|
3902
3901
|
multiple?: boolean | undefined;
|
|
3902
|
+
disabled?: boolean | undefined;
|
|
3903
3903
|
placeholder?: string | undefined;
|
|
3904
|
-
inline?: boolean | undefined;
|
|
3905
3904
|
clearable?: boolean | undefined;
|
|
3906
3905
|
labelField?: string | undefined;
|
|
3907
3906
|
valueField?: string | undefined;
|
|
@@ -3922,11 +3921,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3922
3921
|
} & {} & {
|
|
3923
3922
|
locale?: string | undefined;
|
|
3924
3923
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3925
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3926
|
-
|
|
3924
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3925
|
+
inline?: boolean | undefined;
|
|
3927
3926
|
multiple?: boolean | undefined;
|
|
3927
|
+
disabled?: boolean | undefined;
|
|
3928
3928
|
placeholder?: string | undefined;
|
|
3929
|
-
inline?: boolean | undefined;
|
|
3930
3929
|
clearable?: boolean | undefined;
|
|
3931
3930
|
labelField?: string | undefined;
|
|
3932
3931
|
valueField?: string | undefined;
|
|
@@ -3950,11 +3949,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3950
3949
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>): {
|
|
3951
3950
|
render(): React.JSX.Element;
|
|
3952
3951
|
context: unknown;
|
|
3953
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3954
|
-
|
|
3952
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3953
|
+
inline?: boolean | undefined;
|
|
3955
3954
|
multiple?: boolean | undefined;
|
|
3955
|
+
disabled?: boolean | undefined;
|
|
3956
3956
|
placeholder?: string | undefined;
|
|
3957
|
-
inline?: boolean | undefined;
|
|
3958
3957
|
clearable?: boolean | undefined;
|
|
3959
3958
|
labelField?: string | undefined;
|
|
3960
3959
|
valueField?: string | undefined;
|
|
@@ -3977,11 +3976,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3977
3976
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3978
3977
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3979
3978
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3980
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
3981
|
-
|
|
3979
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3980
|
+
inline?: boolean | undefined;
|
|
3982
3981
|
multiple?: boolean | undefined;
|
|
3982
|
+
disabled?: boolean | undefined;
|
|
3983
3983
|
placeholder?: string | undefined;
|
|
3984
|
-
inline?: boolean | undefined;
|
|
3985
3984
|
clearable?: boolean | undefined;
|
|
3986
3985
|
labelField?: string | undefined;
|
|
3987
3986
|
valueField?: string | undefined;
|
|
@@ -4008,11 +4007,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4008
4007
|
[key: string]: React.ReactInstance;
|
|
4009
4008
|
};
|
|
4010
4009
|
componentDidMount?(): void;
|
|
4011
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4012
|
-
|
|
4010
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4011
|
+
inline?: boolean | undefined;
|
|
4013
4012
|
multiple?: boolean | undefined;
|
|
4013
|
+
disabled?: boolean | undefined;
|
|
4014
4014
|
placeholder?: string | undefined;
|
|
4015
|
-
inline?: boolean | undefined;
|
|
4016
4015
|
clearable?: boolean | undefined;
|
|
4017
4016
|
labelField?: string | undefined;
|
|
4018
4017
|
valueField?: string | undefined;
|
|
@@ -4036,11 +4035,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4036
4035
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4037
4036
|
componentWillUnmount?(): void;
|
|
4038
4037
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4039
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4040
|
-
|
|
4038
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4039
|
+
inline?: boolean | undefined;
|
|
4041
4040
|
multiple?: boolean | undefined;
|
|
4041
|
+
disabled?: boolean | undefined;
|
|
4042
4042
|
placeholder?: string | undefined;
|
|
4043
|
-
inline?: boolean | undefined;
|
|
4044
4043
|
clearable?: boolean | undefined;
|
|
4045
4044
|
labelField?: string | undefined;
|
|
4046
4045
|
valueField?: string | undefined;
|
|
@@ -4062,11 +4061,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4062
4061
|
locale?: string | undefined;
|
|
4063
4062
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4064
4063
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
4065
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4066
|
-
|
|
4064
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4065
|
+
inline?: boolean | undefined;
|
|
4067
4066
|
multiple?: boolean | undefined;
|
|
4067
|
+
disabled?: boolean | undefined;
|
|
4068
4068
|
placeholder?: string | undefined;
|
|
4069
|
-
inline?: boolean | undefined;
|
|
4070
4069
|
clearable?: boolean | undefined;
|
|
4071
4070
|
labelField?: string | undefined;
|
|
4072
4071
|
valueField?: string | undefined;
|
|
@@ -4090,11 +4089,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4090
4089
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4091
4090
|
componentWillMount?(): void;
|
|
4092
4091
|
UNSAFE_componentWillMount?(): void;
|
|
4093
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4094
|
-
|
|
4092
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4093
|
+
inline?: boolean | undefined;
|
|
4095
4094
|
multiple?: boolean | undefined;
|
|
4095
|
+
disabled?: boolean | undefined;
|
|
4096
4096
|
placeholder?: string | undefined;
|
|
4097
|
-
inline?: boolean | undefined;
|
|
4098
4097
|
clearable?: boolean | undefined;
|
|
4099
4098
|
labelField?: string | undefined;
|
|
4100
4099
|
valueField?: string | undefined;
|
|
@@ -4116,11 +4115,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4116
4115
|
locale?: string | undefined;
|
|
4117
4116
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4118
4117
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4119
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4120
|
-
|
|
4118
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4119
|
+
inline?: boolean | undefined;
|
|
4121
4120
|
multiple?: boolean | undefined;
|
|
4121
|
+
disabled?: boolean | undefined;
|
|
4122
4122
|
placeholder?: string | undefined;
|
|
4123
|
-
inline?: boolean | undefined;
|
|
4124
4123
|
clearable?: boolean | undefined;
|
|
4125
4124
|
labelField?: string | undefined;
|
|
4126
4125
|
valueField?: string | undefined;
|
|
@@ -4142,11 +4141,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4142
4141
|
locale?: string | undefined;
|
|
4143
4142
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4144
4143
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4145
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4146
|
-
|
|
4144
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4145
|
+
inline?: boolean | undefined;
|
|
4147
4146
|
multiple?: boolean | undefined;
|
|
4147
|
+
disabled?: boolean | undefined;
|
|
4148
4148
|
placeholder?: string | undefined;
|
|
4149
|
-
inline?: boolean | undefined;
|
|
4150
4149
|
clearable?: boolean | undefined;
|
|
4151
4150
|
labelField?: string | undefined;
|
|
4152
4151
|
valueField?: string | undefined;
|
|
@@ -4168,11 +4167,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4168
4167
|
locale?: string | undefined;
|
|
4169
4168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4170
4169
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4171
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4172
|
-
|
|
4170
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4171
|
+
inline?: boolean | undefined;
|
|
4173
4172
|
multiple?: boolean | undefined;
|
|
4173
|
+
disabled?: boolean | undefined;
|
|
4174
4174
|
placeholder?: string | undefined;
|
|
4175
|
-
inline?: boolean | undefined;
|
|
4176
4175
|
clearable?: boolean | undefined;
|
|
4177
4176
|
labelField?: string | undefined;
|
|
4178
4177
|
valueField?: string | undefined;
|
|
@@ -4195,11 +4194,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4195
4194
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4196
4195
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4197
4196
|
};
|
|
4198
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4199
|
-
|
|
4197
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4198
|
+
inline?: boolean | undefined;
|
|
4200
4199
|
multiple?: boolean | undefined;
|
|
4200
|
+
disabled?: boolean | undefined;
|
|
4201
4201
|
placeholder?: string | undefined;
|
|
4202
|
-
inline?: boolean | undefined;
|
|
4203
4202
|
clearable?: boolean | undefined;
|
|
4204
4203
|
labelField?: string | undefined;
|
|
4205
4204
|
valueField?: string | undefined;
|
|
@@ -4223,11 +4222,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4223
4222
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
4224
4223
|
render(): React.JSX.Element;
|
|
4225
4224
|
context: unknown;
|
|
4226
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4227
|
-
|
|
4225
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4226
|
+
inline?: boolean | undefined;
|
|
4228
4227
|
multiple?: boolean | undefined;
|
|
4228
|
+
disabled?: boolean | undefined;
|
|
4229
4229
|
placeholder?: string | undefined;
|
|
4230
|
-
inline?: boolean | undefined;
|
|
4231
4230
|
clearable?: boolean | undefined;
|
|
4232
4231
|
labelField?: string | undefined;
|
|
4233
4232
|
valueField?: string | undefined;
|
|
@@ -4250,11 +4249,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4250
4249
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4251
4250
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
4252
4251
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4253
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4254
|
-
|
|
4252
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4253
|
+
inline?: boolean | undefined;
|
|
4255
4254
|
multiple?: boolean | undefined;
|
|
4255
|
+
disabled?: boolean | undefined;
|
|
4256
4256
|
placeholder?: string | undefined;
|
|
4257
|
-
inline?: boolean | undefined;
|
|
4258
4257
|
clearable?: boolean | undefined;
|
|
4259
4258
|
labelField?: string | undefined;
|
|
4260
4259
|
valueField?: string | undefined;
|
|
@@ -4281,11 +4280,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4281
4280
|
[key: string]: React.ReactInstance;
|
|
4282
4281
|
};
|
|
4283
4282
|
componentDidMount?(): void;
|
|
4284
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4285
|
-
|
|
4283
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4284
|
+
inline?: boolean | undefined;
|
|
4286
4285
|
multiple?: boolean | undefined;
|
|
4286
|
+
disabled?: boolean | undefined;
|
|
4287
4287
|
placeholder?: string | undefined;
|
|
4288
|
-
inline?: boolean | undefined;
|
|
4289
4288
|
clearable?: boolean | undefined;
|
|
4290
4289
|
labelField?: string | undefined;
|
|
4291
4290
|
valueField?: string | undefined;
|
|
@@ -4309,11 +4308,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4309
4308
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4310
4309
|
componentWillUnmount?(): void;
|
|
4311
4310
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4312
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4313
|
-
|
|
4311
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4312
|
+
inline?: boolean | undefined;
|
|
4314
4313
|
multiple?: boolean | undefined;
|
|
4314
|
+
disabled?: boolean | undefined;
|
|
4315
4315
|
placeholder?: string | undefined;
|
|
4316
|
-
inline?: boolean | undefined;
|
|
4317
4316
|
clearable?: boolean | undefined;
|
|
4318
4317
|
labelField?: string | undefined;
|
|
4319
4318
|
valueField?: string | undefined;
|
|
@@ -4335,11 +4334,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4335
4334
|
locale?: string | undefined;
|
|
4336
4335
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4337
4336
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
4338
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4339
|
-
|
|
4337
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4338
|
+
inline?: boolean | undefined;
|
|
4340
4339
|
multiple?: boolean | undefined;
|
|
4340
|
+
disabled?: boolean | undefined;
|
|
4341
4341
|
placeholder?: string | undefined;
|
|
4342
|
-
inline?: boolean | undefined;
|
|
4343
4342
|
clearable?: boolean | undefined;
|
|
4344
4343
|
labelField?: string | undefined;
|
|
4345
4344
|
valueField?: string | undefined;
|
|
@@ -4363,11 +4362,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4363
4362
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4364
4363
|
componentWillMount?(): void;
|
|
4365
4364
|
UNSAFE_componentWillMount?(): void;
|
|
4366
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4367
|
-
|
|
4365
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4366
|
+
inline?: boolean | undefined;
|
|
4368
4367
|
multiple?: boolean | undefined;
|
|
4368
|
+
disabled?: boolean | undefined;
|
|
4369
4369
|
placeholder?: string | undefined;
|
|
4370
|
-
inline?: boolean | undefined;
|
|
4371
4370
|
clearable?: boolean | undefined;
|
|
4372
4371
|
labelField?: string | undefined;
|
|
4373
4372
|
valueField?: string | undefined;
|
|
@@ -4389,11 +4388,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4389
4388
|
locale?: string | undefined;
|
|
4390
4389
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4391
4390
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4392
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4393
|
-
|
|
4391
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4392
|
+
inline?: boolean | undefined;
|
|
4394
4393
|
multiple?: boolean | undefined;
|
|
4394
|
+
disabled?: boolean | undefined;
|
|
4395
4395
|
placeholder?: string | undefined;
|
|
4396
|
-
inline?: boolean | undefined;
|
|
4397
4396
|
clearable?: boolean | undefined;
|
|
4398
4397
|
labelField?: string | undefined;
|
|
4399
4398
|
valueField?: string | undefined;
|
|
@@ -4415,11 +4414,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4415
4414
|
locale?: string | undefined;
|
|
4416
4415
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4417
4416
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4418
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4419
|
-
|
|
4417
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4418
|
+
inline?: boolean | undefined;
|
|
4420
4419
|
multiple?: boolean | undefined;
|
|
4420
|
+
disabled?: boolean | undefined;
|
|
4421
4421
|
placeholder?: string | undefined;
|
|
4422
|
-
inline?: boolean | undefined;
|
|
4423
4422
|
clearable?: boolean | undefined;
|
|
4424
4423
|
labelField?: string | undefined;
|
|
4425
4424
|
valueField?: string | undefined;
|
|
@@ -4441,11 +4440,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4441
4440
|
locale?: string | undefined;
|
|
4442
4441
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4443
4442
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4444
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4445
|
-
|
|
4443
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4444
|
+
inline?: boolean | undefined;
|
|
4446
4445
|
multiple?: boolean | undefined;
|
|
4446
|
+
disabled?: boolean | undefined;
|
|
4447
4447
|
placeholder?: string | undefined;
|
|
4448
|
-
inline?: boolean | undefined;
|
|
4449
4448
|
clearable?: boolean | undefined;
|
|
4450
4449
|
labelField?: string | undefined;
|
|
4451
4450
|
valueField?: string | undefined;
|
|
@@ -4473,11 +4472,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4473
4472
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
4474
4473
|
}, {}> & {
|
|
4475
4474
|
ComposedComponent: {
|
|
4476
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4477
|
-
|
|
4475
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4476
|
+
inline?: boolean | undefined;
|
|
4478
4477
|
multiple?: boolean | undefined;
|
|
4478
|
+
disabled?: boolean | undefined;
|
|
4479
4479
|
placeholder?: string | undefined;
|
|
4480
|
-
inline?: boolean | undefined;
|
|
4481
4480
|
clearable?: boolean | undefined;
|
|
4482
4481
|
labelField?: string | undefined;
|
|
4483
4482
|
valueField?: string | undefined;
|
|
@@ -4533,11 +4532,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4533
4532
|
deferLoadConfig(item: any): Promise<void>;
|
|
4534
4533
|
render(): React.JSX.Element;
|
|
4535
4534
|
context: unknown;
|
|
4536
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4537
|
-
|
|
4535
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4536
|
+
inline?: boolean | undefined;
|
|
4538
4537
|
multiple?: boolean | undefined;
|
|
4538
|
+
disabled?: boolean | undefined;
|
|
4539
4539
|
placeholder?: string | undefined;
|
|
4540
|
-
inline?: boolean | undefined;
|
|
4541
4540
|
clearable?: boolean | undefined;
|
|
4542
4541
|
labelField?: string | undefined;
|
|
4543
4542
|
valueField?: string | undefined;
|
|
@@ -4582,11 +4581,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4582
4581
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4583
4582
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
4584
4583
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4585
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4586
|
-
|
|
4584
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4585
|
+
inline?: boolean | undefined;
|
|
4587
4586
|
multiple?: boolean | undefined;
|
|
4587
|
+
disabled?: boolean | undefined;
|
|
4588
4588
|
placeholder?: string | undefined;
|
|
4589
|
-
inline?: boolean | undefined;
|
|
4590
4589
|
clearable?: boolean | undefined;
|
|
4591
4590
|
labelField?: string | undefined;
|
|
4592
4591
|
valueField?: string | undefined;
|
|
@@ -4634,11 +4633,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4634
4633
|
refs: {
|
|
4635
4634
|
[key: string]: React.ReactInstance;
|
|
4636
4635
|
};
|
|
4637
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4638
|
-
|
|
4636
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4637
|
+
inline?: boolean | undefined;
|
|
4639
4638
|
multiple?: boolean | undefined;
|
|
4639
|
+
disabled?: boolean | undefined;
|
|
4640
4640
|
placeholder?: string | undefined;
|
|
4641
|
-
inline?: boolean | undefined;
|
|
4642
4641
|
clearable?: boolean | undefined;
|
|
4643
4642
|
labelField?: string | undefined;
|
|
4644
4643
|
valueField?: string | undefined;
|
|
@@ -4683,11 +4682,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4683
4682
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4684
4683
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4685
4684
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4686
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4687
|
-
|
|
4685
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4686
|
+
inline?: boolean | undefined;
|
|
4688
4687
|
multiple?: boolean | undefined;
|
|
4688
|
+
disabled?: boolean | undefined;
|
|
4689
4689
|
placeholder?: string | undefined;
|
|
4690
|
-
inline?: boolean | undefined;
|
|
4691
4690
|
clearable?: boolean | undefined;
|
|
4692
4691
|
labelField?: string | undefined;
|
|
4693
4692
|
valueField?: string | undefined;
|
|
@@ -4733,11 +4732,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4733
4732
|
}>, prevState: Readonly<{}>): any;
|
|
4734
4733
|
componentWillMount?(): void;
|
|
4735
4734
|
UNSAFE_componentWillMount?(): void;
|
|
4736
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4737
|
-
|
|
4735
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4736
|
+
inline?: boolean | undefined;
|
|
4738
4737
|
multiple?: boolean | undefined;
|
|
4738
|
+
disabled?: boolean | undefined;
|
|
4739
4739
|
placeholder?: string | undefined;
|
|
4740
|
-
inline?: boolean | undefined;
|
|
4741
4740
|
clearable?: boolean | undefined;
|
|
4742
4741
|
labelField?: string | undefined;
|
|
4743
4742
|
valueField?: string | undefined;
|
|
@@ -4781,11 +4780,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4781
4780
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4782
4781
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4783
4782
|
}>, nextContext: any): void;
|
|
4784
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4785
|
-
|
|
4783
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4784
|
+
inline?: boolean | undefined;
|
|
4786
4785
|
multiple?: boolean | undefined;
|
|
4786
|
+
disabled?: boolean | undefined;
|
|
4787
4787
|
placeholder?: string | undefined;
|
|
4788
|
-
inline?: boolean | undefined;
|
|
4789
4788
|
clearable?: boolean | undefined;
|
|
4790
4789
|
labelField?: string | undefined;
|
|
4791
4790
|
valueField?: string | undefined;
|
|
@@ -4829,11 +4828,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4829
4828
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4830
4829
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4831
4830
|
}>, nextContext: any): void;
|
|
4832
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4833
|
-
|
|
4831
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4832
|
+
inline?: boolean | undefined;
|
|
4834
4833
|
multiple?: boolean | undefined;
|
|
4834
|
+
disabled?: boolean | undefined;
|
|
4835
4835
|
placeholder?: string | undefined;
|
|
4836
|
-
inline?: boolean | undefined;
|
|
4837
4836
|
clearable?: boolean | undefined;
|
|
4838
4837
|
labelField?: string | undefined;
|
|
4839
4838
|
valueField?: string | undefined;
|
|
@@ -4877,11 +4876,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4877
4876
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4878
4877
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4879
4878
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4880
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4881
|
-
|
|
4879
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4880
|
+
inline?: boolean | undefined;
|
|
4882
4881
|
multiple?: boolean | undefined;
|
|
4882
|
+
disabled?: boolean | undefined;
|
|
4883
4883
|
placeholder?: string | undefined;
|
|
4884
|
-
inline?: boolean | undefined;
|
|
4885
4884
|
clearable?: boolean | undefined;
|
|
4886
4885
|
labelField?: string | undefined;
|
|
4887
4886
|
valueField?: string | undefined;
|
|
@@ -4928,11 +4927,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4928
4927
|
};
|
|
4929
4928
|
displayName: string;
|
|
4930
4929
|
ComposedComponent: React.ComponentType<{
|
|
4931
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4932
|
-
|
|
4930
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4931
|
+
inline?: boolean | undefined;
|
|
4933
4932
|
multiple?: boolean | undefined;
|
|
4933
|
+
disabled?: boolean | undefined;
|
|
4934
4934
|
placeholder?: string | undefined;
|
|
4935
|
-
inline?: boolean | undefined;
|
|
4936
4935
|
clearable?: boolean | undefined;
|
|
4937
4936
|
labelField?: string | undefined;
|
|
4938
4937
|
valueField?: string | undefined;
|
|
@@ -4953,11 +4952,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4953
4952
|
} & {} & {
|
|
4954
4953
|
locale?: string | undefined;
|
|
4955
4954
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4956
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4957
|
-
|
|
4955
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4956
|
+
inline?: boolean | undefined;
|
|
4958
4957
|
multiple?: boolean | undefined;
|
|
4958
|
+
disabled?: boolean | undefined;
|
|
4959
4959
|
placeholder?: string | undefined;
|
|
4960
|
-
inline?: boolean | undefined;
|
|
4961
4960
|
clearable?: boolean | undefined;
|
|
4962
4961
|
labelField?: string | undefined;
|
|
4963
4962
|
valueField?: string | undefined;
|
|
@@ -4981,11 +4980,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4981
4980
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>): {
|
|
4982
4981
|
render(): React.JSX.Element;
|
|
4983
4982
|
context: unknown;
|
|
4984
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
4985
|
-
|
|
4983
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4984
|
+
inline?: boolean | undefined;
|
|
4986
4985
|
multiple?: boolean | undefined;
|
|
4986
|
+
disabled?: boolean | undefined;
|
|
4987
4987
|
placeholder?: string | undefined;
|
|
4988
|
-
inline?: boolean | undefined;
|
|
4989
4988
|
clearable?: boolean | undefined;
|
|
4990
4989
|
labelField?: string | undefined;
|
|
4991
4990
|
valueField?: string | undefined;
|
|
@@ -5008,11 +5007,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5008
5007
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5009
5008
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5010
5009
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5011
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5012
|
-
|
|
5010
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5011
|
+
inline?: boolean | undefined;
|
|
5013
5012
|
multiple?: boolean | undefined;
|
|
5013
|
+
disabled?: boolean | undefined;
|
|
5014
5014
|
placeholder?: string | undefined;
|
|
5015
|
-
inline?: boolean | undefined;
|
|
5016
5015
|
clearable?: boolean | undefined;
|
|
5017
5016
|
labelField?: string | undefined;
|
|
5018
5017
|
valueField?: string | undefined;
|
|
@@ -5039,11 +5038,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5039
5038
|
[key: string]: React.ReactInstance;
|
|
5040
5039
|
};
|
|
5041
5040
|
componentDidMount?(): void;
|
|
5042
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5043
|
-
|
|
5041
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5042
|
+
inline?: boolean | undefined;
|
|
5044
5043
|
multiple?: boolean | undefined;
|
|
5044
|
+
disabled?: boolean | undefined;
|
|
5045
5045
|
placeholder?: string | undefined;
|
|
5046
|
-
inline?: boolean | undefined;
|
|
5047
5046
|
clearable?: boolean | undefined;
|
|
5048
5047
|
labelField?: string | undefined;
|
|
5049
5048
|
valueField?: string | undefined;
|
|
@@ -5067,11 +5066,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5067
5066
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5068
5067
|
componentWillUnmount?(): void;
|
|
5069
5068
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5070
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5071
|
-
|
|
5069
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5070
|
+
inline?: boolean | undefined;
|
|
5072
5071
|
multiple?: boolean | undefined;
|
|
5072
|
+
disabled?: boolean | undefined;
|
|
5073
5073
|
placeholder?: string | undefined;
|
|
5074
|
-
inline?: boolean | undefined;
|
|
5075
5074
|
clearable?: boolean | undefined;
|
|
5076
5075
|
labelField?: string | undefined;
|
|
5077
5076
|
valueField?: string | undefined;
|
|
@@ -5093,11 +5092,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5093
5092
|
locale?: string | undefined;
|
|
5094
5093
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5095
5094
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5096
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5097
|
-
|
|
5095
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5096
|
+
inline?: boolean | undefined;
|
|
5098
5097
|
multiple?: boolean | undefined;
|
|
5098
|
+
disabled?: boolean | undefined;
|
|
5099
5099
|
placeholder?: string | undefined;
|
|
5100
|
-
inline?: boolean | undefined;
|
|
5101
5100
|
clearable?: boolean | undefined;
|
|
5102
5101
|
labelField?: string | undefined;
|
|
5103
5102
|
valueField?: string | undefined;
|
|
@@ -5121,11 +5120,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5121
5120
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5122
5121
|
componentWillMount?(): void;
|
|
5123
5122
|
UNSAFE_componentWillMount?(): void;
|
|
5124
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5125
|
-
|
|
5123
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5124
|
+
inline?: boolean | undefined;
|
|
5126
5125
|
multiple?: boolean | undefined;
|
|
5126
|
+
disabled?: boolean | undefined;
|
|
5127
5127
|
placeholder?: string | undefined;
|
|
5128
|
-
inline?: boolean | undefined;
|
|
5129
5128
|
clearable?: boolean | undefined;
|
|
5130
5129
|
labelField?: string | undefined;
|
|
5131
5130
|
valueField?: string | undefined;
|
|
@@ -5147,11 +5146,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5147
5146
|
locale?: string | undefined;
|
|
5148
5147
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5149
5148
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5150
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5151
|
-
|
|
5149
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5150
|
+
inline?: boolean | undefined;
|
|
5152
5151
|
multiple?: boolean | undefined;
|
|
5152
|
+
disabled?: boolean | undefined;
|
|
5153
5153
|
placeholder?: string | undefined;
|
|
5154
|
-
inline?: boolean | undefined;
|
|
5155
5154
|
clearable?: boolean | undefined;
|
|
5156
5155
|
labelField?: string | undefined;
|
|
5157
5156
|
valueField?: string | undefined;
|
|
@@ -5173,11 +5172,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5173
5172
|
locale?: string | undefined;
|
|
5174
5173
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5175
5174
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5176
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5177
|
-
|
|
5175
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5176
|
+
inline?: boolean | undefined;
|
|
5178
5177
|
multiple?: boolean | undefined;
|
|
5178
|
+
disabled?: boolean | undefined;
|
|
5179
5179
|
placeholder?: string | undefined;
|
|
5180
|
-
inline?: boolean | undefined;
|
|
5181
5180
|
clearable?: boolean | undefined;
|
|
5182
5181
|
labelField?: string | undefined;
|
|
5183
5182
|
valueField?: string | undefined;
|
|
@@ -5199,11 +5198,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5199
5198
|
locale?: string | undefined;
|
|
5200
5199
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5201
5200
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5202
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5203
|
-
|
|
5201
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5202
|
+
inline?: boolean | undefined;
|
|
5204
5203
|
multiple?: boolean | undefined;
|
|
5204
|
+
disabled?: boolean | undefined;
|
|
5205
5205
|
placeholder?: string | undefined;
|
|
5206
|
-
inline?: boolean | undefined;
|
|
5207
5206
|
clearable?: boolean | undefined;
|
|
5208
5207
|
labelField?: string | undefined;
|
|
5209
5208
|
valueField?: string | undefined;
|
|
@@ -5226,11 +5225,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5226
5225
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5227
5226
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5228
5227
|
};
|
|
5229
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5230
|
-
|
|
5228
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5229
|
+
inline?: boolean | undefined;
|
|
5231
5230
|
multiple?: boolean | undefined;
|
|
5231
|
+
disabled?: boolean | undefined;
|
|
5232
5232
|
placeholder?: string | undefined;
|
|
5233
|
-
inline?: boolean | undefined;
|
|
5234
5233
|
clearable?: boolean | undefined;
|
|
5235
5234
|
labelField?: string | undefined;
|
|
5236
5235
|
valueField?: string | undefined;
|
|
@@ -5254,11 +5253,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5254
5253
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
5255
5254
|
render(): React.JSX.Element;
|
|
5256
5255
|
context: unknown;
|
|
5257
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5258
|
-
|
|
5256
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5257
|
+
inline?: boolean | undefined;
|
|
5259
5258
|
multiple?: boolean | undefined;
|
|
5259
|
+
disabled?: boolean | undefined;
|
|
5260
5260
|
placeholder?: string | undefined;
|
|
5261
|
-
inline?: boolean | undefined;
|
|
5262
5261
|
clearable?: boolean | undefined;
|
|
5263
5262
|
labelField?: string | undefined;
|
|
5264
5263
|
valueField?: string | undefined;
|
|
@@ -5281,11 +5280,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5281
5280
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5282
5281
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5283
5282
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5284
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5285
|
-
|
|
5283
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5284
|
+
inline?: boolean | undefined;
|
|
5286
5285
|
multiple?: boolean | undefined;
|
|
5286
|
+
disabled?: boolean | undefined;
|
|
5287
5287
|
placeholder?: string | undefined;
|
|
5288
|
-
inline?: boolean | undefined;
|
|
5289
5288
|
clearable?: boolean | undefined;
|
|
5290
5289
|
labelField?: string | undefined;
|
|
5291
5290
|
valueField?: string | undefined;
|
|
@@ -5312,11 +5311,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5312
5311
|
[key: string]: React.ReactInstance;
|
|
5313
5312
|
};
|
|
5314
5313
|
componentDidMount?(): void;
|
|
5315
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5316
|
-
|
|
5314
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5315
|
+
inline?: boolean | undefined;
|
|
5317
5316
|
multiple?: boolean | undefined;
|
|
5317
|
+
disabled?: boolean | undefined;
|
|
5318
5318
|
placeholder?: string | undefined;
|
|
5319
|
-
inline?: boolean | undefined;
|
|
5320
5319
|
clearable?: boolean | undefined;
|
|
5321
5320
|
labelField?: string | undefined;
|
|
5322
5321
|
valueField?: string | undefined;
|
|
@@ -5340,11 +5339,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5340
5339
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5341
5340
|
componentWillUnmount?(): void;
|
|
5342
5341
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5343
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5344
|
-
|
|
5342
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5343
|
+
inline?: boolean | undefined;
|
|
5345
5344
|
multiple?: boolean | undefined;
|
|
5345
|
+
disabled?: boolean | undefined;
|
|
5346
5346
|
placeholder?: string | undefined;
|
|
5347
|
-
inline?: boolean | undefined;
|
|
5348
5347
|
clearable?: boolean | undefined;
|
|
5349
5348
|
labelField?: string | undefined;
|
|
5350
5349
|
valueField?: string | undefined;
|
|
@@ -5366,11 +5365,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5366
5365
|
locale?: string | undefined;
|
|
5367
5366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5368
5367
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5369
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5370
|
-
|
|
5368
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5369
|
+
inline?: boolean | undefined;
|
|
5371
5370
|
multiple?: boolean | undefined;
|
|
5371
|
+
disabled?: boolean | undefined;
|
|
5372
5372
|
placeholder?: string | undefined;
|
|
5373
|
-
inline?: boolean | undefined;
|
|
5374
5373
|
clearable?: boolean | undefined;
|
|
5375
5374
|
labelField?: string | undefined;
|
|
5376
5375
|
valueField?: string | undefined;
|
|
@@ -5394,11 +5393,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5394
5393
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5395
5394
|
componentWillMount?(): void;
|
|
5396
5395
|
UNSAFE_componentWillMount?(): void;
|
|
5397
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5398
|
-
|
|
5396
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5397
|
+
inline?: boolean | undefined;
|
|
5399
5398
|
multiple?: boolean | undefined;
|
|
5399
|
+
disabled?: boolean | undefined;
|
|
5400
5400
|
placeholder?: string | undefined;
|
|
5401
|
-
inline?: boolean | undefined;
|
|
5402
5401
|
clearable?: boolean | undefined;
|
|
5403
5402
|
labelField?: string | undefined;
|
|
5404
5403
|
valueField?: string | undefined;
|
|
@@ -5420,11 +5419,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5420
5419
|
locale?: string | undefined;
|
|
5421
5420
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5422
5421
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5423
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5424
|
-
|
|
5422
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5423
|
+
inline?: boolean | undefined;
|
|
5425
5424
|
multiple?: boolean | undefined;
|
|
5425
|
+
disabled?: boolean | undefined;
|
|
5426
5426
|
placeholder?: string | undefined;
|
|
5427
|
-
inline?: boolean | undefined;
|
|
5428
5427
|
clearable?: boolean | undefined;
|
|
5429
5428
|
labelField?: string | undefined;
|
|
5430
5429
|
valueField?: string | undefined;
|
|
@@ -5446,11 +5445,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5446
5445
|
locale?: string | undefined;
|
|
5447
5446
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5448
5447
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5449
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5450
|
-
|
|
5448
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5449
|
+
inline?: boolean | undefined;
|
|
5451
5450
|
multiple?: boolean | undefined;
|
|
5451
|
+
disabled?: boolean | undefined;
|
|
5452
5452
|
placeholder?: string | undefined;
|
|
5453
|
-
inline?: boolean | undefined;
|
|
5454
5453
|
clearable?: boolean | undefined;
|
|
5455
5454
|
labelField?: string | undefined;
|
|
5456
5455
|
valueField?: string | undefined;
|
|
@@ -5472,11 +5471,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5472
5471
|
locale?: string | undefined;
|
|
5473
5472
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5474
5473
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5475
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5476
|
-
|
|
5474
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5475
|
+
inline?: boolean | undefined;
|
|
5477
5476
|
multiple?: boolean | undefined;
|
|
5477
|
+
disabled?: boolean | undefined;
|
|
5478
5478
|
placeholder?: string | undefined;
|
|
5479
|
-
inline?: boolean | undefined;
|
|
5480
5479
|
clearable?: boolean | undefined;
|
|
5481
5480
|
labelField?: string | undefined;
|
|
5482
5481
|
valueField?: string | undefined;
|
|
@@ -5504,11 +5503,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5504
5503
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
5505
5504
|
};
|
|
5506
5505
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
5507
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5508
|
-
|
|
5506
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5507
|
+
inline?: boolean | undefined;
|
|
5509
5508
|
multiple?: boolean | undefined;
|
|
5509
|
+
disabled?: boolean | undefined;
|
|
5510
5510
|
placeholder?: string | undefined;
|
|
5511
|
-
inline?: boolean | undefined;
|
|
5512
5511
|
clearable?: boolean | undefined;
|
|
5513
5512
|
labelField?: string | undefined;
|
|
5514
5513
|
valueField?: string | undefined;
|
|
@@ -5529,11 +5528,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5529
5528
|
} & {} & {
|
|
5530
5529
|
locale?: string | undefined;
|
|
5531
5530
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5532
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5533
|
-
|
|
5531
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5532
|
+
inline?: boolean | undefined;
|
|
5534
5533
|
multiple?: boolean | undefined;
|
|
5534
|
+
disabled?: boolean | undefined;
|
|
5535
5535
|
placeholder?: string | undefined;
|
|
5536
|
-
inline?: boolean | undefined;
|
|
5537
5536
|
clearable?: boolean | undefined;
|
|
5538
5537
|
labelField?: string | undefined;
|
|
5539
5538
|
valueField?: string | undefined;
|
|
@@ -5557,11 +5556,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5557
5556
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>): {
|
|
5558
5557
|
render(): React.JSX.Element;
|
|
5559
5558
|
context: unknown;
|
|
5560
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5561
|
-
|
|
5559
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5560
|
+
inline?: boolean | undefined;
|
|
5562
5561
|
multiple?: boolean | undefined;
|
|
5562
|
+
disabled?: boolean | undefined;
|
|
5563
5563
|
placeholder?: string | undefined;
|
|
5564
|
-
inline?: boolean | undefined;
|
|
5565
5564
|
clearable?: boolean | undefined;
|
|
5566
5565
|
labelField?: string | undefined;
|
|
5567
5566
|
valueField?: string | undefined;
|
|
@@ -5584,11 +5583,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5584
5583
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5585
5584
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5586
5585
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5587
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5588
|
-
|
|
5586
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5587
|
+
inline?: boolean | undefined;
|
|
5589
5588
|
multiple?: boolean | undefined;
|
|
5589
|
+
disabled?: boolean | undefined;
|
|
5590
5590
|
placeholder?: string | undefined;
|
|
5591
|
-
inline?: boolean | undefined;
|
|
5592
5591
|
clearable?: boolean | undefined;
|
|
5593
5592
|
labelField?: string | undefined;
|
|
5594
5593
|
valueField?: string | undefined;
|
|
@@ -5615,11 +5614,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5615
5614
|
[key: string]: React.ReactInstance;
|
|
5616
5615
|
};
|
|
5617
5616
|
componentDidMount?(): void;
|
|
5618
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5619
|
-
|
|
5617
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5618
|
+
inline?: boolean | undefined;
|
|
5620
5619
|
multiple?: boolean | undefined;
|
|
5620
|
+
disabled?: boolean | undefined;
|
|
5621
5621
|
placeholder?: string | undefined;
|
|
5622
|
-
inline?: boolean | undefined;
|
|
5623
5622
|
clearable?: boolean | undefined;
|
|
5624
5623
|
labelField?: string | undefined;
|
|
5625
5624
|
valueField?: string | undefined;
|
|
@@ -5643,11 +5642,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5643
5642
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5644
5643
|
componentWillUnmount?(): void;
|
|
5645
5644
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5646
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5647
|
-
|
|
5645
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5646
|
+
inline?: boolean | undefined;
|
|
5648
5647
|
multiple?: boolean | undefined;
|
|
5648
|
+
disabled?: boolean | undefined;
|
|
5649
5649
|
placeholder?: string | undefined;
|
|
5650
|
-
inline?: boolean | undefined;
|
|
5651
5650
|
clearable?: boolean | undefined;
|
|
5652
5651
|
labelField?: string | undefined;
|
|
5653
5652
|
valueField?: string | undefined;
|
|
@@ -5669,11 +5668,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5669
5668
|
locale?: string | undefined;
|
|
5670
5669
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5671
5670
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5672
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5673
|
-
|
|
5671
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5672
|
+
inline?: boolean | undefined;
|
|
5674
5673
|
multiple?: boolean | undefined;
|
|
5674
|
+
disabled?: boolean | undefined;
|
|
5675
5675
|
placeholder?: string | undefined;
|
|
5676
|
-
inline?: boolean | undefined;
|
|
5677
5676
|
clearable?: boolean | undefined;
|
|
5678
5677
|
labelField?: string | undefined;
|
|
5679
5678
|
valueField?: string | undefined;
|
|
@@ -5697,11 +5696,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5697
5696
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5698
5697
|
componentWillMount?(): void;
|
|
5699
5698
|
UNSAFE_componentWillMount?(): void;
|
|
5700
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5701
|
-
|
|
5699
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5700
|
+
inline?: boolean | undefined;
|
|
5702
5701
|
multiple?: boolean | undefined;
|
|
5702
|
+
disabled?: boolean | undefined;
|
|
5703
5703
|
placeholder?: string | undefined;
|
|
5704
|
-
inline?: boolean | undefined;
|
|
5705
5704
|
clearable?: boolean | undefined;
|
|
5706
5705
|
labelField?: string | undefined;
|
|
5707
5706
|
valueField?: string | undefined;
|
|
@@ -5723,11 +5722,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5723
5722
|
locale?: string | undefined;
|
|
5724
5723
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5725
5724
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5726
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5727
|
-
|
|
5725
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5726
|
+
inline?: boolean | undefined;
|
|
5728
5727
|
multiple?: boolean | undefined;
|
|
5728
|
+
disabled?: boolean | undefined;
|
|
5729
5729
|
placeholder?: string | undefined;
|
|
5730
|
-
inline?: boolean | undefined;
|
|
5731
5730
|
clearable?: boolean | undefined;
|
|
5732
5731
|
labelField?: string | undefined;
|
|
5733
5732
|
valueField?: string | undefined;
|
|
@@ -5749,11 +5748,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5749
5748
|
locale?: string | undefined;
|
|
5750
5749
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5751
5750
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5752
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5753
|
-
|
|
5751
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5752
|
+
inline?: boolean | undefined;
|
|
5754
5753
|
multiple?: boolean | undefined;
|
|
5754
|
+
disabled?: boolean | undefined;
|
|
5755
5755
|
placeholder?: string | undefined;
|
|
5756
|
-
inline?: boolean | undefined;
|
|
5757
5756
|
clearable?: boolean | undefined;
|
|
5758
5757
|
labelField?: string | undefined;
|
|
5759
5758
|
valueField?: string | undefined;
|
|
@@ -5775,11 +5774,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5775
5774
|
locale?: string | undefined;
|
|
5776
5775
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5777
5776
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5778
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5779
|
-
|
|
5777
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5778
|
+
inline?: boolean | undefined;
|
|
5780
5779
|
multiple?: boolean | undefined;
|
|
5780
|
+
disabled?: boolean | undefined;
|
|
5781
5781
|
placeholder?: string | undefined;
|
|
5782
|
-
inline?: boolean | undefined;
|
|
5783
5782
|
clearable?: boolean | undefined;
|
|
5784
5783
|
labelField?: string | undefined;
|
|
5785
5784
|
valueField?: string | undefined;
|
|
@@ -5802,11 +5801,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5802
5801
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5803
5802
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5804
5803
|
};
|
|
5805
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5806
|
-
|
|
5804
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5805
|
+
inline?: boolean | undefined;
|
|
5807
5806
|
multiple?: boolean | undefined;
|
|
5807
|
+
disabled?: boolean | undefined;
|
|
5808
5808
|
placeholder?: string | undefined;
|
|
5809
|
-
inline?: boolean | undefined;
|
|
5810
5809
|
clearable?: boolean | undefined;
|
|
5811
5810
|
labelField?: string | undefined;
|
|
5812
5811
|
valueField?: string | undefined;
|
|
@@ -5830,11 +5829,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5830
5829
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
5831
5830
|
render(): React.JSX.Element;
|
|
5832
5831
|
context: unknown;
|
|
5833
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5834
|
-
|
|
5832
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5833
|
+
inline?: boolean | undefined;
|
|
5835
5834
|
multiple?: boolean | undefined;
|
|
5835
|
+
disabled?: boolean | undefined;
|
|
5836
5836
|
placeholder?: string | undefined;
|
|
5837
|
-
inline?: boolean | undefined;
|
|
5838
5837
|
clearable?: boolean | undefined;
|
|
5839
5838
|
labelField?: string | undefined;
|
|
5840
5839
|
valueField?: string | undefined;
|
|
@@ -5857,11 +5856,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5857
5856
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5858
5857
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5859
5858
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5860
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5861
|
-
|
|
5859
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5860
|
+
inline?: boolean | undefined;
|
|
5862
5861
|
multiple?: boolean | undefined;
|
|
5862
|
+
disabled?: boolean | undefined;
|
|
5863
5863
|
placeholder?: string | undefined;
|
|
5864
|
-
inline?: boolean | undefined;
|
|
5865
5864
|
clearable?: boolean | undefined;
|
|
5866
5865
|
labelField?: string | undefined;
|
|
5867
5866
|
valueField?: string | undefined;
|
|
@@ -5888,11 +5887,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5888
5887
|
[key: string]: React.ReactInstance;
|
|
5889
5888
|
};
|
|
5890
5889
|
componentDidMount?(): void;
|
|
5891
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5892
|
-
|
|
5890
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5891
|
+
inline?: boolean | undefined;
|
|
5893
5892
|
multiple?: boolean | undefined;
|
|
5893
|
+
disabled?: boolean | undefined;
|
|
5894
5894
|
placeholder?: string | undefined;
|
|
5895
|
-
inline?: boolean | undefined;
|
|
5896
5895
|
clearable?: boolean | undefined;
|
|
5897
5896
|
labelField?: string | undefined;
|
|
5898
5897
|
valueField?: string | undefined;
|
|
@@ -5916,11 +5915,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5916
5915
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5917
5916
|
componentWillUnmount?(): void;
|
|
5918
5917
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5919
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5920
|
-
|
|
5918
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5919
|
+
inline?: boolean | undefined;
|
|
5921
5920
|
multiple?: boolean | undefined;
|
|
5921
|
+
disabled?: boolean | undefined;
|
|
5922
5922
|
placeholder?: string | undefined;
|
|
5923
|
-
inline?: boolean | undefined;
|
|
5924
5923
|
clearable?: boolean | undefined;
|
|
5925
5924
|
labelField?: string | undefined;
|
|
5926
5925
|
valueField?: string | undefined;
|
|
@@ -5942,11 +5941,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5942
5941
|
locale?: string | undefined;
|
|
5943
5942
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5944
5943
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5945
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5946
|
-
|
|
5944
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5945
|
+
inline?: boolean | undefined;
|
|
5947
5946
|
multiple?: boolean | undefined;
|
|
5947
|
+
disabled?: boolean | undefined;
|
|
5948
5948
|
placeholder?: string | undefined;
|
|
5949
|
-
inline?: boolean | undefined;
|
|
5950
5949
|
clearable?: boolean | undefined;
|
|
5951
5950
|
labelField?: string | undefined;
|
|
5952
5951
|
valueField?: string | undefined;
|
|
@@ -5970,11 +5969,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5970
5969
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5971
5970
|
componentWillMount?(): void;
|
|
5972
5971
|
UNSAFE_componentWillMount?(): void;
|
|
5973
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
5974
|
-
|
|
5972
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5973
|
+
inline?: boolean | undefined;
|
|
5975
5974
|
multiple?: boolean | undefined;
|
|
5975
|
+
disabled?: boolean | undefined;
|
|
5976
5976
|
placeholder?: string | undefined;
|
|
5977
|
-
inline?: boolean | undefined;
|
|
5978
5977
|
clearable?: boolean | undefined;
|
|
5979
5978
|
labelField?: string | undefined;
|
|
5980
5979
|
valueField?: string | undefined;
|
|
@@ -5996,11 +5995,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5996
5995
|
locale?: string | undefined;
|
|
5997
5996
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5998
5997
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5999
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6000
|
-
|
|
5998
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5999
|
+
inline?: boolean | undefined;
|
|
6001
6000
|
multiple?: boolean | undefined;
|
|
6001
|
+
disabled?: boolean | undefined;
|
|
6002
6002
|
placeholder?: string | undefined;
|
|
6003
|
-
inline?: boolean | undefined;
|
|
6004
6003
|
clearable?: boolean | undefined;
|
|
6005
6004
|
labelField?: string | undefined;
|
|
6006
6005
|
valueField?: string | undefined;
|
|
@@ -6022,11 +6021,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6022
6021
|
locale?: string | undefined;
|
|
6023
6022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6024
6023
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6025
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6026
|
-
|
|
6024
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6025
|
+
inline?: boolean | undefined;
|
|
6027
6026
|
multiple?: boolean | undefined;
|
|
6027
|
+
disabled?: boolean | undefined;
|
|
6028
6028
|
placeholder?: string | undefined;
|
|
6029
|
-
inline?: boolean | undefined;
|
|
6030
6029
|
clearable?: boolean | undefined;
|
|
6031
6030
|
labelField?: string | undefined;
|
|
6032
6031
|
valueField?: string | undefined;
|
|
@@ -6048,11 +6047,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6048
6047
|
locale?: string | undefined;
|
|
6049
6048
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6050
6049
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6051
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6052
|
-
|
|
6050
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6051
|
+
inline?: boolean | undefined;
|
|
6053
6052
|
multiple?: boolean | undefined;
|
|
6053
|
+
disabled?: boolean | undefined;
|
|
6054
6054
|
placeholder?: string | undefined;
|
|
6055
|
-
inline?: boolean | undefined;
|
|
6056
6055
|
clearable?: boolean | undefined;
|
|
6057
6056
|
labelField?: string | undefined;
|
|
6058
6057
|
valueField?: string | undefined;
|
|
@@ -6078,11 +6077,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6078
6077
|
contextType?: React.Context<any> | undefined;
|
|
6079
6078
|
}, {}> & {
|
|
6080
6079
|
ComposedComponent: {
|
|
6081
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6082
|
-
|
|
6080
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6081
|
+
inline?: boolean | undefined;
|
|
6083
6082
|
multiple?: boolean | undefined;
|
|
6083
|
+
disabled?: boolean | undefined;
|
|
6084
6084
|
placeholder?: string | undefined;
|
|
6085
|
-
inline?: boolean | undefined;
|
|
6086
6085
|
clearable?: boolean | undefined;
|
|
6087
6086
|
labelField?: string | undefined;
|
|
6088
6087
|
valueField?: string | undefined;
|
|
@@ -6103,11 +6102,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6103
6102
|
} & {} & {
|
|
6104
6103
|
locale?: string | undefined;
|
|
6105
6104
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6106
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6107
|
-
|
|
6105
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6106
|
+
inline?: boolean | undefined;
|
|
6108
6107
|
multiple?: boolean | undefined;
|
|
6108
|
+
disabled?: boolean | undefined;
|
|
6109
6109
|
placeholder?: string | undefined;
|
|
6110
|
-
inline?: boolean | undefined;
|
|
6111
6110
|
clearable?: boolean | undefined;
|
|
6112
6111
|
labelField?: string | undefined;
|
|
6113
6112
|
valueField?: string | undefined;
|
|
@@ -6131,11 +6130,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6131
6130
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>): {
|
|
6132
6131
|
render(): React.JSX.Element;
|
|
6133
6132
|
context: unknown;
|
|
6134
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6135
|
-
|
|
6133
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6134
|
+
inline?: boolean | undefined;
|
|
6136
6135
|
multiple?: boolean | undefined;
|
|
6136
|
+
disabled?: boolean | undefined;
|
|
6137
6137
|
placeholder?: string | undefined;
|
|
6138
|
-
inline?: boolean | undefined;
|
|
6139
6138
|
clearable?: boolean | undefined;
|
|
6140
6139
|
labelField?: string | undefined;
|
|
6141
6140
|
valueField?: string | undefined;
|
|
@@ -6158,11 +6157,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6158
6157
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6159
6158
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6160
6159
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6161
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6162
|
-
|
|
6160
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6161
|
+
inline?: boolean | undefined;
|
|
6163
6162
|
multiple?: boolean | undefined;
|
|
6163
|
+
disabled?: boolean | undefined;
|
|
6164
6164
|
placeholder?: string | undefined;
|
|
6165
|
-
inline?: boolean | undefined;
|
|
6166
6165
|
clearable?: boolean | undefined;
|
|
6167
6166
|
labelField?: string | undefined;
|
|
6168
6167
|
valueField?: string | undefined;
|
|
@@ -6189,11 +6188,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6189
6188
|
[key: string]: React.ReactInstance;
|
|
6190
6189
|
};
|
|
6191
6190
|
componentDidMount?(): void;
|
|
6192
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6193
|
-
|
|
6191
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6192
|
+
inline?: boolean | undefined;
|
|
6194
6193
|
multiple?: boolean | undefined;
|
|
6194
|
+
disabled?: boolean | undefined;
|
|
6195
6195
|
placeholder?: string | undefined;
|
|
6196
|
-
inline?: boolean | undefined;
|
|
6197
6196
|
clearable?: boolean | undefined;
|
|
6198
6197
|
labelField?: string | undefined;
|
|
6199
6198
|
valueField?: string | undefined;
|
|
@@ -6217,11 +6216,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6217
6216
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6218
6217
|
componentWillUnmount?(): void;
|
|
6219
6218
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6220
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6221
|
-
|
|
6219
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6220
|
+
inline?: boolean | undefined;
|
|
6222
6221
|
multiple?: boolean | undefined;
|
|
6222
|
+
disabled?: boolean | undefined;
|
|
6223
6223
|
placeholder?: string | undefined;
|
|
6224
|
-
inline?: boolean | undefined;
|
|
6225
6224
|
clearable?: boolean | undefined;
|
|
6226
6225
|
labelField?: string | undefined;
|
|
6227
6226
|
valueField?: string | undefined;
|
|
@@ -6243,11 +6242,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6243
6242
|
locale?: string | undefined;
|
|
6244
6243
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6245
6244
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
6246
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6247
|
-
|
|
6245
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6246
|
+
inline?: boolean | undefined;
|
|
6248
6247
|
multiple?: boolean | undefined;
|
|
6248
|
+
disabled?: boolean | undefined;
|
|
6249
6249
|
placeholder?: string | undefined;
|
|
6250
|
-
inline?: boolean | undefined;
|
|
6251
6250
|
clearable?: boolean | undefined;
|
|
6252
6251
|
labelField?: string | undefined;
|
|
6253
6252
|
valueField?: string | undefined;
|
|
@@ -6271,11 +6270,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6271
6270
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6272
6271
|
componentWillMount?(): void;
|
|
6273
6272
|
UNSAFE_componentWillMount?(): void;
|
|
6274
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6275
|
-
|
|
6273
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6274
|
+
inline?: boolean | undefined;
|
|
6276
6275
|
multiple?: boolean | undefined;
|
|
6276
|
+
disabled?: boolean | undefined;
|
|
6277
6277
|
placeholder?: string | undefined;
|
|
6278
|
-
inline?: boolean | undefined;
|
|
6279
6278
|
clearable?: boolean | undefined;
|
|
6280
6279
|
labelField?: string | undefined;
|
|
6281
6280
|
valueField?: string | undefined;
|
|
@@ -6297,11 +6296,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6297
6296
|
locale?: string | undefined;
|
|
6298
6297
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6299
6298
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6300
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6301
|
-
|
|
6299
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6300
|
+
inline?: boolean | undefined;
|
|
6302
6301
|
multiple?: boolean | undefined;
|
|
6302
|
+
disabled?: boolean | undefined;
|
|
6303
6303
|
placeholder?: string | undefined;
|
|
6304
|
-
inline?: boolean | undefined;
|
|
6305
6304
|
clearable?: boolean | undefined;
|
|
6306
6305
|
labelField?: string | undefined;
|
|
6307
6306
|
valueField?: string | undefined;
|
|
@@ -6323,11 +6322,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6323
6322
|
locale?: string | undefined;
|
|
6324
6323
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6325
6324
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6326
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6327
|
-
|
|
6325
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6326
|
+
inline?: boolean | undefined;
|
|
6328
6327
|
multiple?: boolean | undefined;
|
|
6328
|
+
disabled?: boolean | undefined;
|
|
6329
6329
|
placeholder?: string | undefined;
|
|
6330
|
-
inline?: boolean | undefined;
|
|
6331
6330
|
clearable?: boolean | undefined;
|
|
6332
6331
|
labelField?: string | undefined;
|
|
6333
6332
|
valueField?: string | undefined;
|
|
@@ -6349,11 +6348,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6349
6348
|
locale?: string | undefined;
|
|
6350
6349
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6351
6350
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6352
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6353
|
-
|
|
6351
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6352
|
+
inline?: boolean | undefined;
|
|
6354
6353
|
multiple?: boolean | undefined;
|
|
6354
|
+
disabled?: boolean | undefined;
|
|
6355
6355
|
placeholder?: string | undefined;
|
|
6356
|
-
inline?: boolean | undefined;
|
|
6357
6356
|
clearable?: boolean | undefined;
|
|
6358
6357
|
labelField?: string | undefined;
|
|
6359
6358
|
valueField?: string | undefined;
|
|
@@ -6376,11 +6375,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6376
6375
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6377
6376
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6378
6377
|
};
|
|
6379
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6380
|
-
|
|
6378
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6379
|
+
inline?: boolean | undefined;
|
|
6381
6380
|
multiple?: boolean | undefined;
|
|
6381
|
+
disabled?: boolean | undefined;
|
|
6382
6382
|
placeholder?: string | undefined;
|
|
6383
|
-
inline?: boolean | undefined;
|
|
6384
6383
|
clearable?: boolean | undefined;
|
|
6385
6384
|
labelField?: string | undefined;
|
|
6386
6385
|
valueField?: string | undefined;
|
|
@@ -6404,11 +6403,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6404
6403
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
6405
6404
|
render(): React.JSX.Element;
|
|
6406
6405
|
context: unknown;
|
|
6407
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6408
|
-
|
|
6406
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6407
|
+
inline?: boolean | undefined;
|
|
6409
6408
|
multiple?: boolean | undefined;
|
|
6409
|
+
disabled?: boolean | undefined;
|
|
6410
6410
|
placeholder?: string | undefined;
|
|
6411
|
-
inline?: boolean | undefined;
|
|
6412
6411
|
clearable?: boolean | undefined;
|
|
6413
6412
|
labelField?: string | undefined;
|
|
6414
6413
|
valueField?: string | undefined;
|
|
@@ -6431,11 +6430,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6431
6430
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6432
6431
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6433
6432
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6434
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6435
|
-
|
|
6433
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6434
|
+
inline?: boolean | undefined;
|
|
6436
6435
|
multiple?: boolean | undefined;
|
|
6436
|
+
disabled?: boolean | undefined;
|
|
6437
6437
|
placeholder?: string | undefined;
|
|
6438
|
-
inline?: boolean | undefined;
|
|
6439
6438
|
clearable?: boolean | undefined;
|
|
6440
6439
|
labelField?: string | undefined;
|
|
6441
6440
|
valueField?: string | undefined;
|
|
@@ -6462,11 +6461,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6462
6461
|
[key: string]: React.ReactInstance;
|
|
6463
6462
|
};
|
|
6464
6463
|
componentDidMount?(): void;
|
|
6465
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6466
|
-
|
|
6464
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6465
|
+
inline?: boolean | undefined;
|
|
6467
6466
|
multiple?: boolean | undefined;
|
|
6467
|
+
disabled?: boolean | undefined;
|
|
6468
6468
|
placeholder?: string | undefined;
|
|
6469
|
-
inline?: boolean | undefined;
|
|
6470
6469
|
clearable?: boolean | undefined;
|
|
6471
6470
|
labelField?: string | undefined;
|
|
6472
6471
|
valueField?: string | undefined;
|
|
@@ -6490,11 +6489,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6490
6489
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6491
6490
|
componentWillUnmount?(): void;
|
|
6492
6491
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6493
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6494
|
-
|
|
6492
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6493
|
+
inline?: boolean | undefined;
|
|
6495
6494
|
multiple?: boolean | undefined;
|
|
6495
|
+
disabled?: boolean | undefined;
|
|
6496
6496
|
placeholder?: string | undefined;
|
|
6497
|
-
inline?: boolean | undefined;
|
|
6498
6497
|
clearable?: boolean | undefined;
|
|
6499
6498
|
labelField?: string | undefined;
|
|
6500
6499
|
valueField?: string | undefined;
|
|
@@ -6516,11 +6515,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6516
6515
|
locale?: string | undefined;
|
|
6517
6516
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6518
6517
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
6519
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6520
|
-
|
|
6518
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6519
|
+
inline?: boolean | undefined;
|
|
6521
6520
|
multiple?: boolean | undefined;
|
|
6521
|
+
disabled?: boolean | undefined;
|
|
6522
6522
|
placeholder?: string | undefined;
|
|
6523
|
-
inline?: boolean | undefined;
|
|
6524
6523
|
clearable?: boolean | undefined;
|
|
6525
6524
|
labelField?: string | undefined;
|
|
6526
6525
|
valueField?: string | undefined;
|
|
@@ -6544,11 +6543,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6544
6543
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6545
6544
|
componentWillMount?(): void;
|
|
6546
6545
|
UNSAFE_componentWillMount?(): void;
|
|
6547
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6548
|
-
|
|
6546
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6547
|
+
inline?: boolean | undefined;
|
|
6549
6548
|
multiple?: boolean | undefined;
|
|
6549
|
+
disabled?: boolean | undefined;
|
|
6550
6550
|
placeholder?: string | undefined;
|
|
6551
|
-
inline?: boolean | undefined;
|
|
6552
6551
|
clearable?: boolean | undefined;
|
|
6553
6552
|
labelField?: string | undefined;
|
|
6554
6553
|
valueField?: string | undefined;
|
|
@@ -6570,11 +6569,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6570
6569
|
locale?: string | undefined;
|
|
6571
6570
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6572
6571
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6573
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6574
|
-
|
|
6572
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6573
|
+
inline?: boolean | undefined;
|
|
6575
6574
|
multiple?: boolean | undefined;
|
|
6575
|
+
disabled?: boolean | undefined;
|
|
6576
6576
|
placeholder?: string | undefined;
|
|
6577
|
-
inline?: boolean | undefined;
|
|
6578
6577
|
clearable?: boolean | undefined;
|
|
6579
6578
|
labelField?: string | undefined;
|
|
6580
6579
|
valueField?: string | undefined;
|
|
@@ -6596,11 +6595,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6596
6595
|
locale?: string | undefined;
|
|
6597
6596
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6598
6597
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6599
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6600
|
-
|
|
6598
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6599
|
+
inline?: boolean | undefined;
|
|
6601
6600
|
multiple?: boolean | undefined;
|
|
6601
|
+
disabled?: boolean | undefined;
|
|
6602
6602
|
placeholder?: string | undefined;
|
|
6603
|
-
inline?: boolean | undefined;
|
|
6604
6603
|
clearable?: boolean | undefined;
|
|
6605
6604
|
labelField?: string | undefined;
|
|
6606
6605
|
valueField?: string | undefined;
|
|
@@ -6622,11 +6621,11 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6622
6621
|
locale?: string | undefined;
|
|
6623
6622
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6624
6623
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6625
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "
|
|
6626
|
-
|
|
6624
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "overlay" | "block" | "value" | "onChange" | "popOverContainer" | "classnames" | "classPrefix" | "theme" | "mobileUI" | "loading" | "onFocus" | "onBlur" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6625
|
+
inline?: boolean | undefined;
|
|
6627
6626
|
multiple?: boolean | undefined;
|
|
6627
|
+
disabled?: boolean | undefined;
|
|
6628
6628
|
placeholder?: string | undefined;
|
|
6629
|
-
inline?: boolean | undefined;
|
|
6630
6629
|
clearable?: boolean | undefined;
|
|
6631
6630
|
labelField?: string | undefined;
|
|
6632
6631
|
valueField?: string | undefined;
|