amis-ui 2.7.2 → 2.8.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/_virtual/index.js +1 -1
- package/esm/_virtual/react-is.development.js +1 -1
- package/esm/_virtual/react-is.production.min.js +1 -1
- 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 +5 -2
- 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 +23 -13
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +12 -12
- 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.d.ts +40 -40
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +28 -15
- package/esm/components/ConfirmBox.js +9 -6
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +40 -40
- package/esm/components/DatePicker.js +6 -4
- package/esm/components/DateRangePicker.d.ts +40 -40
- package/esm/components/DateRangePicker.js +7 -5
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.js +28 -15
- 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.d.ts +40 -40
- 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/MonthRangePicker.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +15 -11
- package/esm/components/NumberInput.js +9 -9
- package/esm/components/Pagination.js +1 -1
- package/esm/components/Picker.js +4 -4
- package/esm/components/PickerColumn.js +4 -4
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.d.ts +18 -0
- package/esm/components/PopOverContainer.js +42 -9
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +4 -4
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +3 -3
- 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.d.ts +82 -40
- package/esm/components/SearchBox.js +10 -7
- package/esm/components/Select.d.ts +195 -193
- package/esm/components/Select.js +19 -9
- package/esm/components/Selection.js +3 -3
- package/esm/components/SparkLine.js +4 -4
- package/esm/components/Spinner.js +29 -33
- 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.d.ts +41 -40
- package/esm/components/Tabs.js +15 -10
- 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 +3 -2
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +3 -3
- 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.d.ts +44 -40
- package/esm/components/TransferDropDown.js +3 -3
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +82 -40
- package/esm/components/Tree.js +45 -28
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +32 -13
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +4 -4
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +3 -3
- 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/Formula.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 +2 -2
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +5 -4
- package/esm/components/formula/Editor.js +3 -3
- package/esm/components/formula/FuncList.js +4 -4
- package/esm/components/formula/Picker.js +3 -3
- package/esm/components/formula/VariableList.js +3 -2
- package/esm/components/formula/plugin.js +3 -2
- package/esm/components/icons.js +4 -4
- package/esm/components/json-schema/Array.js +4 -4
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +30 -10
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +5 -5
- package/esm/components/menu/SubMenu.js +5 -6
- package/esm/components/menu/index.d.ts +6 -9
- package/esm/components/menu/index.js +59 -43
- package/esm/components/schema-editor/Array.js +3 -3
- package/esm/components/schema-editor/Common.d.ts +10 -0
- package/esm/components/schema-editor/Common.js +16 -6
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.d.ts +2 -1
- package/esm/components/schema-editor/Object.js +10 -6
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +46 -41
- package/esm/components/schema-editor/index.js +6 -4
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +3 -3
- 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 +19 -19
- 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 +3 -3
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +3 -3
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +56 -32
- 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/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 +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +2 -4
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +2 -4
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/esm/node_modules/rc-overflow/es/Item.js +3 -3
- package/esm/node_modules/rc-overflow/es/Overflow.js +3 -3
- package/esm/node_modules/rc-overflow/es/RawItem.js +1 -1
- package/esm/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +1 -1
- package/esm/node_modules/rc-overflow/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/Collection.js +4 -5
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -7
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +38 -37
- package/esm/node_modules/rc-resize-observer/es/index.js +13 -11
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +6 -12
- package/esm/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useState.js +1 -1
- package/esm/node_modules/rc-util/es/raf.js +1 -1
- package/esm/node_modules/rc-util/es/ref.js +1 -1
- package/esm/node_modules/rc-util/es/warning.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -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/_virtual/index.js +1 -1
- package/lib/_virtual/react-is.development.js +1 -1
- package/lib/_virtual/react-is.production.min.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +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 +10 -10
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +5 -2
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +10 -10
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +22 -12
- 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 +11 -11
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +10 -10
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +27 -14
- package/lib/components/ConfirmBox.d.ts +40 -40
- package/lib/components/ConfirmBox.js +8 -5
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +5 -3
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +6 -4
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputTable.js +27 -14
- 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 +40 -40
- 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.js +1 -1
- package/lib/components/NumberInput.d.ts +15 -11
- package/lib/components/NumberInput.js +8 -8
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.js +3 -3
- package/lib/components/PickerColumn.js +3 -3
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.d.ts +18 -0
- package/lib/components/PopOverContainer.js +41 -8
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +10 -10
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +4 -4
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +2 -2
- 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 +82 -40
- package/lib/components/SearchBox.js +9 -6
- package/lib/components/Select.d.ts +195 -193
- package/lib/components/Select.js +18 -8
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +2 -2
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +3 -3
- package/lib/components/Spinner.d.ts +10 -10
- package/lib/components/Spinner.js +29 -33
- 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 +41 -40
- package/lib/components/Tabs.js +15 -10
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +10 -10
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +3 -2
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.js +2 -2
- package/lib/components/Tooltip.js +1 -1
- 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 +44 -40
- package/lib/components/TransferDropDown.js +3 -3
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +82 -40
- package/lib/components/Tree.js +44 -27
- 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 +31 -12
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +3 -3
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +2 -2
- 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/Formula.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 +2 -2
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +4 -3
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +2 -2
- package/lib/components/formula/FuncList.js +3 -3
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +2 -2
- package/lib/components/formula/VariableList.js +3 -2
- package/lib/components/formula/plugin.js +3 -2
- package/lib/components/icons.js +3 -3
- package/lib/components/json-schema/Array.js +3 -3
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +29 -9
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +5 -5
- package/lib/components/menu/SubMenu.js +4 -5
- package/lib/components/menu/index.d.ts +16 -19
- package/lib/components/menu/index.js +56 -41
- package/lib/components/schema-editor/Array.js +3 -3
- package/lib/components/schema-editor/Common.d.ts +10 -0
- package/lib/components/schema-editor/Common.js +16 -5
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.d.ts +2 -1
- package/lib/components/schema-editor/Object.js +10 -6
- 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 +46 -41
- package/lib/components/schema-editor/index.js +6 -4
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +2 -2
- 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 +40 -40
- package/lib/components/table/index.js +18 -18
- 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 +2 -2
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +2 -2
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +55 -31
- 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/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 +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +2 -4
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +2 -4
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/lib/node_modules/rc-overflow/es/Item.js +1 -1
- package/lib/node_modules/rc-overflow/es/Overflow.js +1 -1
- package/lib/node_modules/rc-overflow/es/RawItem.js +1 -1
- package/lib/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +1 -1
- package/lib/node_modules/rc-overflow/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/Collection.js +4 -5
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -7
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +38 -37
- package/lib/node_modules/rc-resize-observer/es/index.js +11 -9
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +6 -12
- package/lib/node_modules/rc-util/es/Children/toArray.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useState.js +1 -1
- package/lib/node_modules/rc-util/es/raf.js +1 -1
- package/lib/node_modules/rc-util/es/ref.js +1 -1
- package/lib/node_modules/rc-util/es/warning.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +1 -1
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +1 -1
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/lib/packages/amis-ui/scss/helper.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/ang.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/antd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/cxd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/dark.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +903 -429
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +917 -435
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +903 -429
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +903 -429
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +903 -429
- package/package.json +4 -4
- package/scss/_components.scss +464 -6
- package/scss/_properties.scss +3 -199
- package/scss/base/_normalize.scss +11 -0
- package/scss/components/_button.scss +8 -17
- package/scss/components/_formula.scss +13 -0
- package/scss/components/_menu.scss +93 -75
- package/scss/components/_result-box.scss +83 -17
- package/scss/components/_table.scss +0 -5
- package/scss/components/_tabs.scss +4 -0
- package/scss/components/form/_chained-select.scss +5 -0
- package/scss/components/form/_checks.scss +0 -4
- package/scss/components/form/_date-range.scss +73 -11
- package/scss/components/form/_date.scss +93 -23
- package/scss/components/form/_form.scss +0 -1
- package/scss/components/form/_input-group.scss +11 -0
- package/scss/components/form/_location.scss +16 -16
- package/scss/components/form/_nested-select.scss +6 -2
- package/scss/components/form/_number.scss +12 -3
- package/scss/components/form/_select.scss +119 -52
- package/scss/components/form/_selection.scss +62 -40
- package/scss/components/form/_tag.scss +0 -4
- package/scss/components/form/_text.scss +13 -3
- package/scss/components/form/_tree.scss +22 -2
- package/scss/components/react-datetime.scss +8 -2
- package/scss/themes/_antd-variables.scss +20 -6
|
@@ -13,6 +13,7 @@ import { LocaleProps } from 'amis-core';
|
|
|
13
13
|
import { SpinnerExtraProps } from './Spinner';
|
|
14
14
|
import type { Option, Options } from 'amis-core';
|
|
15
15
|
import { RemoteOptionsProps } from './WithRemoteConfig';
|
|
16
|
+
import { PopOverOverlay } from './PopOverContainer';
|
|
16
17
|
import type { TooltipObject } from '../components/TooltipWrapper';
|
|
17
18
|
export { Option, Options };
|
|
18
19
|
export interface OptionProps {
|
|
@@ -91,6 +92,7 @@ interface SelectProps extends OptionProps, ThemeProps, LocaleProps, SpinnerExtra
|
|
|
91
92
|
popOverContainer?: any;
|
|
92
93
|
popOverContainerSelector?: string;
|
|
93
94
|
overlayPlacement?: string;
|
|
95
|
+
overlay?: PopOverOverlay;
|
|
94
96
|
onChange: (value: void | string | Option | Array<Option>) => void;
|
|
95
97
|
onFocus?: Function;
|
|
96
98
|
onBlur?: Function;
|
|
@@ -188,7 +190,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
|
188
190
|
render(): JSX.Element;
|
|
189
191
|
}
|
|
190
192
|
declare const EnhancedSelect: {
|
|
191
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
193
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
192
194
|
multiple: boolean;
|
|
193
195
|
clearable: boolean;
|
|
194
196
|
creatable: boolean;
|
|
@@ -219,7 +221,7 @@ declare const EnhancedSelect: {
|
|
|
219
221
|
getWrappedInstance(): any;
|
|
220
222
|
render(): JSX.Element;
|
|
221
223
|
context: any;
|
|
222
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
224
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
223
225
|
multiple: boolean;
|
|
224
226
|
clearable: boolean;
|
|
225
227
|
creatable: boolean;
|
|
@@ -246,7 +248,7 @@ declare const EnhancedSelect: {
|
|
|
246
248
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
247
249
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
248
250
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
249
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
251
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
250
252
|
multiple: boolean;
|
|
251
253
|
clearable: boolean;
|
|
252
254
|
creatable: boolean;
|
|
@@ -279,7 +281,7 @@ declare const EnhancedSelect: {
|
|
|
279
281
|
[key: string]: React.ReactInstance;
|
|
280
282
|
};
|
|
281
283
|
componentDidMount?(): void;
|
|
282
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
284
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
283
285
|
multiple: boolean;
|
|
284
286
|
clearable: boolean;
|
|
285
287
|
creatable: boolean;
|
|
@@ -307,7 +309,7 @@ declare const EnhancedSelect: {
|
|
|
307
309
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
308
310
|
componentWillUnmount?(): void;
|
|
309
311
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
310
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
312
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
311
313
|
multiple: boolean;
|
|
312
314
|
clearable: boolean;
|
|
313
315
|
creatable: boolean;
|
|
@@ -333,7 +335,7 @@ declare const EnhancedSelect: {
|
|
|
333
335
|
locale?: string | undefined;
|
|
334
336
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
335
337
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
336
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
338
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
337
339
|
multiple: boolean;
|
|
338
340
|
clearable: boolean;
|
|
339
341
|
creatable: boolean;
|
|
@@ -361,7 +363,7 @@ declare const EnhancedSelect: {
|
|
|
361
363
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
362
364
|
componentWillMount?(): void;
|
|
363
365
|
UNSAFE_componentWillMount?(): void;
|
|
364
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
366
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
365
367
|
multiple: boolean;
|
|
366
368
|
clearable: boolean;
|
|
367
369
|
creatable: boolean;
|
|
@@ -387,7 +389,7 @@ declare const EnhancedSelect: {
|
|
|
387
389
|
locale?: string | undefined;
|
|
388
390
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
389
391
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
390
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
392
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
391
393
|
multiple: boolean;
|
|
392
394
|
clearable: boolean;
|
|
393
395
|
creatable: boolean;
|
|
@@ -413,7 +415,7 @@ declare const EnhancedSelect: {
|
|
|
413
415
|
locale?: string | undefined;
|
|
414
416
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
415
417
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
416
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
418
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
417
419
|
multiple: boolean;
|
|
418
420
|
clearable: boolean;
|
|
419
421
|
creatable: boolean;
|
|
@@ -439,7 +441,7 @@ declare const EnhancedSelect: {
|
|
|
439
441
|
locale?: string | undefined;
|
|
440
442
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
441
443
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
442
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
444
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
443
445
|
multiple: boolean;
|
|
444
446
|
clearable: boolean;
|
|
445
447
|
creatable: boolean;
|
|
@@ -469,7 +471,7 @@ declare const EnhancedSelect: {
|
|
|
469
471
|
displayName: string;
|
|
470
472
|
contextType: React.Context<string>;
|
|
471
473
|
ComposedComponent: React.ComponentType<{
|
|
472
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
474
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
473
475
|
multiple: boolean;
|
|
474
476
|
clearable: boolean;
|
|
475
477
|
creatable: boolean;
|
|
@@ -500,7 +502,7 @@ declare const EnhancedSelect: {
|
|
|
500
502
|
getWrappedInstance(): any;
|
|
501
503
|
render(): JSX.Element;
|
|
502
504
|
context: any;
|
|
503
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
505
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
504
506
|
multiple: boolean;
|
|
505
507
|
clearable: boolean;
|
|
506
508
|
creatable: boolean;
|
|
@@ -527,7 +529,7 @@ declare const EnhancedSelect: {
|
|
|
527
529
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
528
530
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
529
531
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
530
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
532
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
531
533
|
multiple: boolean;
|
|
532
534
|
clearable: boolean;
|
|
533
535
|
creatable: boolean;
|
|
@@ -560,7 +562,7 @@ declare const EnhancedSelect: {
|
|
|
560
562
|
[key: string]: React.ReactInstance;
|
|
561
563
|
};
|
|
562
564
|
componentDidMount?(): void;
|
|
563
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
565
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
564
566
|
multiple: boolean;
|
|
565
567
|
clearable: boolean;
|
|
566
568
|
creatable: boolean;
|
|
@@ -588,7 +590,7 @@ declare const EnhancedSelect: {
|
|
|
588
590
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
589
591
|
componentWillUnmount?(): void;
|
|
590
592
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
591
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
593
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
592
594
|
multiple: boolean;
|
|
593
595
|
clearable: boolean;
|
|
594
596
|
creatable: boolean;
|
|
@@ -614,7 +616,7 @@ declare const EnhancedSelect: {
|
|
|
614
616
|
locale?: string | undefined;
|
|
615
617
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
616
618
|
}>, prevState: Readonly<{}>): any;
|
|
617
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
619
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
618
620
|
multiple: boolean;
|
|
619
621
|
clearable: boolean;
|
|
620
622
|
creatable: boolean;
|
|
@@ -642,7 +644,7 @@ declare const EnhancedSelect: {
|
|
|
642
644
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
643
645
|
componentWillMount?(): void;
|
|
644
646
|
UNSAFE_componentWillMount?(): void;
|
|
645
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
647
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
646
648
|
multiple: boolean;
|
|
647
649
|
clearable: boolean;
|
|
648
650
|
creatable: boolean;
|
|
@@ -668,7 +670,7 @@ declare const EnhancedSelect: {
|
|
|
668
670
|
locale?: string | undefined;
|
|
669
671
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
670
672
|
}>, nextContext: any): void;
|
|
671
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
673
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
672
674
|
multiple: boolean;
|
|
673
675
|
clearable: boolean;
|
|
674
676
|
creatable: boolean;
|
|
@@ -694,7 +696,7 @@ declare const EnhancedSelect: {
|
|
|
694
696
|
locale?: string | undefined;
|
|
695
697
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
696
698
|
}>, nextContext: any): void;
|
|
697
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
699
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
698
700
|
multiple: boolean;
|
|
699
701
|
clearable: boolean;
|
|
700
702
|
creatable: boolean;
|
|
@@ -720,7 +722,7 @@ declare const EnhancedSelect: {
|
|
|
720
722
|
locale?: string | undefined;
|
|
721
723
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
722
724
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
723
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
725
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
724
726
|
multiple: boolean;
|
|
725
727
|
clearable: boolean;
|
|
726
728
|
creatable: boolean;
|
|
@@ -754,7 +756,7 @@ declare const EnhancedSelect: {
|
|
|
754
756
|
ComposedComponent: typeof Select;
|
|
755
757
|
}>;
|
|
756
758
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
757
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
759
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
758
760
|
multiple: boolean;
|
|
759
761
|
clearable: boolean;
|
|
760
762
|
creatable: boolean;
|
|
@@ -785,7 +787,7 @@ declare const EnhancedSelect: {
|
|
|
785
787
|
getWrappedInstance(): any;
|
|
786
788
|
render(): JSX.Element;
|
|
787
789
|
context: any;
|
|
788
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
790
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
789
791
|
multiple: boolean;
|
|
790
792
|
clearable: boolean;
|
|
791
793
|
creatable: boolean;
|
|
@@ -812,7 +814,7 @@ declare const EnhancedSelect: {
|
|
|
812
814
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
813
815
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
814
816
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
815
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
817
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
816
818
|
multiple: boolean;
|
|
817
819
|
clearable: boolean;
|
|
818
820
|
creatable: boolean;
|
|
@@ -845,7 +847,7 @@ declare const EnhancedSelect: {
|
|
|
845
847
|
[key: string]: React.ReactInstance;
|
|
846
848
|
};
|
|
847
849
|
componentDidMount?(): void;
|
|
848
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
850
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
849
851
|
multiple: boolean;
|
|
850
852
|
clearable: boolean;
|
|
851
853
|
creatable: boolean;
|
|
@@ -873,7 +875,7 @@ declare const EnhancedSelect: {
|
|
|
873
875
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
874
876
|
componentWillUnmount?(): void;
|
|
875
877
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
876
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
878
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
877
879
|
multiple: boolean;
|
|
878
880
|
clearable: boolean;
|
|
879
881
|
creatable: boolean;
|
|
@@ -899,7 +901,7 @@ declare const EnhancedSelect: {
|
|
|
899
901
|
locale?: string | undefined;
|
|
900
902
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
901
903
|
}>, prevState: Readonly<{}>): any;
|
|
902
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
904
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
903
905
|
multiple: boolean;
|
|
904
906
|
clearable: boolean;
|
|
905
907
|
creatable: boolean;
|
|
@@ -927,7 +929,7 @@ declare const EnhancedSelect: {
|
|
|
927
929
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
928
930
|
componentWillMount?(): void;
|
|
929
931
|
UNSAFE_componentWillMount?(): void;
|
|
930
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
932
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
931
933
|
multiple: boolean;
|
|
932
934
|
clearable: boolean;
|
|
933
935
|
creatable: boolean;
|
|
@@ -953,7 +955,7 @@ declare const EnhancedSelect: {
|
|
|
953
955
|
locale?: string | undefined;
|
|
954
956
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
955
957
|
}>, nextContext: any): void;
|
|
956
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
958
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
957
959
|
multiple: boolean;
|
|
958
960
|
clearable: boolean;
|
|
959
961
|
creatable: boolean;
|
|
@@ -979,7 +981,7 @@ declare const EnhancedSelect: {
|
|
|
979
981
|
locale?: string | undefined;
|
|
980
982
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
981
983
|
}>, nextContext: any): void;
|
|
982
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
984
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
983
985
|
multiple: boolean;
|
|
984
986
|
clearable: boolean;
|
|
985
987
|
creatable: boolean;
|
|
@@ -1005,7 +1007,7 @@ declare const EnhancedSelect: {
|
|
|
1005
1007
|
locale?: string | undefined;
|
|
1006
1008
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1007
1009
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1008
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1010
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1009
1011
|
multiple: boolean;
|
|
1010
1012
|
clearable: boolean;
|
|
1011
1013
|
creatable: boolean;
|
|
@@ -1039,7 +1041,7 @@ declare const EnhancedSelect: {
|
|
|
1039
1041
|
ComposedComponent: typeof Select;
|
|
1040
1042
|
}, {}> & {
|
|
1041
1043
|
ComposedComponent: {
|
|
1042
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1044
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1043
1045
|
multiple: boolean;
|
|
1044
1046
|
clearable: boolean;
|
|
1045
1047
|
creatable: boolean;
|
|
@@ -1070,7 +1072,7 @@ declare const EnhancedSelect: {
|
|
|
1070
1072
|
getWrappedInstance(): any;
|
|
1071
1073
|
render(): JSX.Element;
|
|
1072
1074
|
context: any;
|
|
1073
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1075
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1074
1076
|
multiple: boolean;
|
|
1075
1077
|
clearable: boolean;
|
|
1076
1078
|
creatable: boolean;
|
|
@@ -1097,7 +1099,7 @@ declare const EnhancedSelect: {
|
|
|
1097
1099
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1098
1100
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1099
1101
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1100
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1102
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1101
1103
|
multiple: boolean;
|
|
1102
1104
|
clearable: boolean;
|
|
1103
1105
|
creatable: boolean;
|
|
@@ -1130,7 +1132,7 @@ declare const EnhancedSelect: {
|
|
|
1130
1132
|
[key: string]: React.ReactInstance;
|
|
1131
1133
|
};
|
|
1132
1134
|
componentDidMount?(): void;
|
|
1133
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1135
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1134
1136
|
multiple: boolean;
|
|
1135
1137
|
clearable: boolean;
|
|
1136
1138
|
creatable: boolean;
|
|
@@ -1158,7 +1160,7 @@ declare const EnhancedSelect: {
|
|
|
1158
1160
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1159
1161
|
componentWillUnmount?(): void;
|
|
1160
1162
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1161
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1163
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1162
1164
|
multiple: boolean;
|
|
1163
1165
|
clearable: boolean;
|
|
1164
1166
|
creatable: boolean;
|
|
@@ -1184,7 +1186,7 @@ declare const EnhancedSelect: {
|
|
|
1184
1186
|
locale?: string | undefined;
|
|
1185
1187
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1186
1188
|
}>, prevState: Readonly<{}>): any;
|
|
1187
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1189
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1188
1190
|
multiple: boolean;
|
|
1189
1191
|
clearable: boolean;
|
|
1190
1192
|
creatable: boolean;
|
|
@@ -1212,7 +1214,7 @@ declare const EnhancedSelect: {
|
|
|
1212
1214
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1213
1215
|
componentWillMount?(): void;
|
|
1214
1216
|
UNSAFE_componentWillMount?(): void;
|
|
1215
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1217
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1216
1218
|
multiple: boolean;
|
|
1217
1219
|
clearable: boolean;
|
|
1218
1220
|
creatable: boolean;
|
|
@@ -1238,7 +1240,7 @@ declare const EnhancedSelect: {
|
|
|
1238
1240
|
locale?: string | undefined;
|
|
1239
1241
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1240
1242
|
}>, nextContext: any): void;
|
|
1241
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1243
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1242
1244
|
multiple: boolean;
|
|
1243
1245
|
clearable: boolean;
|
|
1244
1246
|
creatable: boolean;
|
|
@@ -1264,7 +1266,7 @@ declare const EnhancedSelect: {
|
|
|
1264
1266
|
locale?: string | undefined;
|
|
1265
1267
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1266
1268
|
}>, nextContext: any): void;
|
|
1267
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1269
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1268
1270
|
multiple: boolean;
|
|
1269
1271
|
clearable: boolean;
|
|
1270
1272
|
creatable: boolean;
|
|
@@ -1290,7 +1292,7 @@ declare const EnhancedSelect: {
|
|
|
1290
1292
|
locale?: string | undefined;
|
|
1291
1293
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1292
1294
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1293
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1295
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1294
1296
|
multiple: boolean;
|
|
1295
1297
|
clearable: boolean;
|
|
1296
1298
|
creatable: boolean;
|
|
@@ -1326,7 +1328,7 @@ declare const EnhancedSelect: {
|
|
|
1326
1328
|
};
|
|
1327
1329
|
export default EnhancedSelect;
|
|
1328
1330
|
export declare const SelectWithRemoteOptions: {
|
|
1329
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1331
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1330
1332
|
multiple: boolean;
|
|
1331
1333
|
clearable: boolean;
|
|
1332
1334
|
creatable: boolean;
|
|
@@ -1373,7 +1375,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1373
1375
|
setData(data: any): void;
|
|
1374
1376
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1375
1377
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1376
|
-
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1378
|
+
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1377
1379
|
multiple: boolean;
|
|
1378
1380
|
clearable: boolean;
|
|
1379
1381
|
creatable: boolean;
|
|
@@ -1448,7 +1450,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1448
1450
|
getWrappedInstance(): any;
|
|
1449
1451
|
render(): JSX.Element;
|
|
1450
1452
|
context: any;
|
|
1451
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1453
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1452
1454
|
multiple: boolean;
|
|
1453
1455
|
clearable: boolean;
|
|
1454
1456
|
creatable: boolean;
|
|
@@ -1497,7 +1499,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1497
1499
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1498
1500
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
1499
1501
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1500
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1502
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1501
1503
|
multiple: boolean;
|
|
1502
1504
|
clearable: boolean;
|
|
1503
1505
|
creatable: boolean;
|
|
@@ -1552,7 +1554,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1552
1554
|
[key: string]: React.ReactInstance;
|
|
1553
1555
|
};
|
|
1554
1556
|
componentDidMount?(): void;
|
|
1555
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1557
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1556
1558
|
multiple: boolean;
|
|
1557
1559
|
clearable: boolean;
|
|
1558
1560
|
creatable: boolean;
|
|
@@ -1601,7 +1603,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1601
1603
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1602
1604
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1603
1605
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1604
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1606
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1605
1607
|
multiple: boolean;
|
|
1606
1608
|
clearable: boolean;
|
|
1607
1609
|
creatable: boolean;
|
|
@@ -1649,7 +1651,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1649
1651
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1650
1652
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1651
1653
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
1652
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1654
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1653
1655
|
multiple: boolean;
|
|
1654
1656
|
clearable: boolean;
|
|
1655
1657
|
creatable: boolean;
|
|
@@ -1699,7 +1701,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1699
1701
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1700
1702
|
componentWillMount?(): void;
|
|
1701
1703
|
UNSAFE_componentWillMount?(): void;
|
|
1702
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1704
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1703
1705
|
multiple: boolean;
|
|
1704
1706
|
clearable: boolean;
|
|
1705
1707
|
creatable: boolean;
|
|
@@ -1747,7 +1749,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1747
1749
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1748
1750
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1749
1751
|
}, "store">>, nextContext: any): void;
|
|
1750
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1752
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1751
1753
|
multiple: boolean;
|
|
1752
1754
|
clearable: boolean;
|
|
1753
1755
|
creatable: boolean;
|
|
@@ -1795,7 +1797,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1795
1797
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1796
1798
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1797
1799
|
}, "store">>, nextContext: any): void;
|
|
1798
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1800
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1799
1801
|
multiple: boolean;
|
|
1800
1802
|
clearable: boolean;
|
|
1801
1803
|
creatable: boolean;
|
|
@@ -1843,7 +1845,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1843
1845
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1844
1846
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1845
1847
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1846
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1848
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1847
1849
|
multiple: boolean;
|
|
1848
1850
|
clearable: boolean;
|
|
1849
1851
|
creatable: boolean;
|
|
@@ -1892,7 +1894,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1892
1894
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1893
1895
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1894
1896
|
};
|
|
1895
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1897
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1896
1898
|
multiple: boolean;
|
|
1897
1899
|
clearable: boolean;
|
|
1898
1900
|
creatable: boolean;
|
|
@@ -1967,7 +1969,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1967
1969
|
getWrappedInstance(): any;
|
|
1968
1970
|
render(): JSX.Element;
|
|
1969
1971
|
context: any;
|
|
1970
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
1972
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1971
1973
|
multiple: boolean;
|
|
1972
1974
|
clearable: boolean;
|
|
1973
1975
|
creatable: boolean;
|
|
@@ -2016,7 +2018,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2016
2018
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2017
2019
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
2018
2020
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2019
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2021
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2020
2022
|
multiple: boolean;
|
|
2021
2023
|
clearable: boolean;
|
|
2022
2024
|
creatable: boolean;
|
|
@@ -2071,7 +2073,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2071
2073
|
[key: string]: React.ReactInstance;
|
|
2072
2074
|
};
|
|
2073
2075
|
componentDidMount?(): void;
|
|
2074
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2076
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2075
2077
|
multiple: boolean;
|
|
2076
2078
|
clearable: boolean;
|
|
2077
2079
|
creatable: boolean;
|
|
@@ -2120,7 +2122,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2120
2122
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2121
2123
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2122
2124
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2123
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2125
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2124
2126
|
multiple: boolean;
|
|
2125
2127
|
clearable: boolean;
|
|
2126
2128
|
creatable: boolean;
|
|
@@ -2168,7 +2170,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2168
2170
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2169
2171
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2170
2172
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
2171
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2173
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2172
2174
|
multiple: boolean;
|
|
2173
2175
|
clearable: boolean;
|
|
2174
2176
|
creatable: boolean;
|
|
@@ -2218,7 +2220,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2218
2220
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
2219
2221
|
componentWillMount?(): void;
|
|
2220
2222
|
UNSAFE_componentWillMount?(): void;
|
|
2221
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2223
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2222
2224
|
multiple: boolean;
|
|
2223
2225
|
clearable: boolean;
|
|
2224
2226
|
creatable: boolean;
|
|
@@ -2266,7 +2268,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2266
2268
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2267
2269
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2268
2270
|
}, "store">>, nextContext: any): void;
|
|
2269
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2271
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2270
2272
|
multiple: boolean;
|
|
2271
2273
|
clearable: boolean;
|
|
2272
2274
|
creatable: boolean;
|
|
@@ -2314,7 +2316,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2314
2316
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2315
2317
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2316
2318
|
}, "store">>, nextContext: any): void;
|
|
2317
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2319
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2318
2320
|
multiple: boolean;
|
|
2319
2321
|
clearable: boolean;
|
|
2320
2322
|
creatable: boolean;
|
|
@@ -2362,7 +2364,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2362
2364
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2363
2365
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2364
2366
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2365
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2367
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2366
2368
|
multiple: boolean;
|
|
2367
2369
|
clearable: boolean;
|
|
2368
2370
|
creatable: boolean;
|
|
@@ -2413,7 +2415,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2413
2415
|
};
|
|
2414
2416
|
displayName: string;
|
|
2415
2417
|
ComposedComponent: React.ComponentType<{
|
|
2416
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2418
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2417
2419
|
multiple: boolean;
|
|
2418
2420
|
clearable: boolean;
|
|
2419
2421
|
creatable: boolean;
|
|
@@ -2473,7 +2475,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2473
2475
|
deferLoadConfig(item: any): Promise<void>;
|
|
2474
2476
|
render(): JSX.Element;
|
|
2475
2477
|
context: any;
|
|
2476
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2478
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2477
2479
|
multiple: boolean;
|
|
2478
2480
|
clearable: boolean;
|
|
2479
2481
|
creatable: boolean;
|
|
@@ -2522,7 +2524,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2522
2524
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2523
2525
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
2524
2526
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2525
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2527
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2526
2528
|
multiple: boolean;
|
|
2527
2529
|
clearable: boolean;
|
|
2528
2530
|
creatable: boolean;
|
|
@@ -2576,7 +2578,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2576
2578
|
refs: {
|
|
2577
2579
|
[key: string]: React.ReactInstance;
|
|
2578
2580
|
};
|
|
2579
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2581
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2580
2582
|
multiple: boolean;
|
|
2581
2583
|
clearable: boolean;
|
|
2582
2584
|
creatable: boolean;
|
|
@@ -2625,7 +2627,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2625
2627
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2626
2628
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2627
2629
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2628
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2630
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2629
2631
|
multiple: boolean;
|
|
2630
2632
|
clearable: boolean;
|
|
2631
2633
|
creatable: boolean;
|
|
@@ -2675,7 +2677,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2675
2677
|
}>, prevState: Readonly<{}>): any;
|
|
2676
2678
|
componentWillMount?(): void;
|
|
2677
2679
|
UNSAFE_componentWillMount?(): void;
|
|
2678
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2680
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2679
2681
|
multiple: boolean;
|
|
2680
2682
|
clearable: boolean;
|
|
2681
2683
|
creatable: boolean;
|
|
@@ -2723,7 +2725,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2723
2725
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2724
2726
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2725
2727
|
}>, nextContext: any): void;
|
|
2726
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2728
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2727
2729
|
multiple: boolean;
|
|
2728
2730
|
clearable: boolean;
|
|
2729
2731
|
creatable: boolean;
|
|
@@ -2771,7 +2773,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2771
2773
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2772
2774
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2773
2775
|
}>, nextContext: any): void;
|
|
2774
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2776
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2775
2777
|
multiple: boolean;
|
|
2776
2778
|
clearable: boolean;
|
|
2777
2779
|
creatable: boolean;
|
|
@@ -2819,7 +2821,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2819
2821
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2820
2822
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2821
2823
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2822
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2824
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2823
2825
|
multiple: boolean;
|
|
2824
2826
|
clearable: boolean;
|
|
2825
2827
|
creatable: boolean;
|
|
@@ -2870,7 +2872,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2870
2872
|
};
|
|
2871
2873
|
displayName: string;
|
|
2872
2874
|
ComposedComponent: React.ComponentType<{
|
|
2873
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2875
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2874
2876
|
multiple: boolean;
|
|
2875
2877
|
clearable: boolean;
|
|
2876
2878
|
creatable: boolean;
|
|
@@ -2895,7 +2897,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2895
2897
|
}, never>> & {
|
|
2896
2898
|
locale?: string | undefined;
|
|
2897
2899
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2898
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2900
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2899
2901
|
multiple: boolean;
|
|
2900
2902
|
clearable: boolean;
|
|
2901
2903
|
creatable: boolean;
|
|
@@ -2923,7 +2925,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2923
2925
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
2924
2926
|
render(): JSX.Element;
|
|
2925
2927
|
context: any;
|
|
2926
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2928
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2927
2929
|
multiple: boolean;
|
|
2928
2930
|
clearable: boolean;
|
|
2929
2931
|
creatable: boolean;
|
|
@@ -2950,7 +2952,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2950
2952
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2951
2953
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
2952
2954
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2953
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2955
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2954
2956
|
multiple: boolean;
|
|
2955
2957
|
clearable: boolean;
|
|
2956
2958
|
creatable: boolean;
|
|
@@ -2983,7 +2985,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2983
2985
|
[key: string]: React.ReactInstance;
|
|
2984
2986
|
};
|
|
2985
2987
|
componentDidMount?(): void;
|
|
2986
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
2988
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2987
2989
|
multiple: boolean;
|
|
2988
2990
|
clearable: boolean;
|
|
2989
2991
|
creatable: boolean;
|
|
@@ -3011,7 +3013,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3011
3013
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3012
3014
|
componentWillUnmount?(): void;
|
|
3013
3015
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3014
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3016
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3015
3017
|
multiple: boolean;
|
|
3016
3018
|
clearable: boolean;
|
|
3017
3019
|
creatable: boolean;
|
|
@@ -3037,7 +3039,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3037
3039
|
locale?: string | undefined;
|
|
3038
3040
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3039
3041
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
3040
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3042
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3041
3043
|
multiple: boolean;
|
|
3042
3044
|
clearable: boolean;
|
|
3043
3045
|
creatable: boolean;
|
|
@@ -3065,7 +3067,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3065
3067
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3066
3068
|
componentWillMount?(): void;
|
|
3067
3069
|
UNSAFE_componentWillMount?(): void;
|
|
3068
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3070
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3069
3071
|
multiple: boolean;
|
|
3070
3072
|
clearable: boolean;
|
|
3071
3073
|
creatable: boolean;
|
|
@@ -3091,7 +3093,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3091
3093
|
locale?: string | undefined;
|
|
3092
3094
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3093
3095
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3094
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3096
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3095
3097
|
multiple: boolean;
|
|
3096
3098
|
clearable: boolean;
|
|
3097
3099
|
creatable: boolean;
|
|
@@ -3117,7 +3119,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3117
3119
|
locale?: string | undefined;
|
|
3118
3120
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3119
3121
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3120
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3122
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3121
3123
|
multiple: boolean;
|
|
3122
3124
|
clearable: boolean;
|
|
3123
3125
|
creatable: boolean;
|
|
@@ -3143,7 +3145,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3143
3145
|
locale?: string | undefined;
|
|
3144
3146
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3145
3147
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3146
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3148
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3147
3149
|
multiple: boolean;
|
|
3148
3150
|
clearable: boolean;
|
|
3149
3151
|
creatable: boolean;
|
|
@@ -3170,7 +3172,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3170
3172
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3171
3173
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3172
3174
|
};
|
|
3173
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3175
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3174
3176
|
multiple: boolean;
|
|
3175
3177
|
clearable: boolean;
|
|
3176
3178
|
creatable: boolean;
|
|
@@ -3198,7 +3200,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3198
3200
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
3199
3201
|
render(): JSX.Element;
|
|
3200
3202
|
context: any;
|
|
3201
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3203
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3202
3204
|
multiple: boolean;
|
|
3203
3205
|
clearable: boolean;
|
|
3204
3206
|
creatable: boolean;
|
|
@@ -3225,7 +3227,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3225
3227
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3226
3228
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3227
3229
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3228
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3230
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3229
3231
|
multiple: boolean;
|
|
3230
3232
|
clearable: boolean;
|
|
3231
3233
|
creatable: boolean;
|
|
@@ -3258,7 +3260,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3258
3260
|
[key: string]: React.ReactInstance;
|
|
3259
3261
|
};
|
|
3260
3262
|
componentDidMount?(): void;
|
|
3261
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3263
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3262
3264
|
multiple: boolean;
|
|
3263
3265
|
clearable: boolean;
|
|
3264
3266
|
creatable: boolean;
|
|
@@ -3286,7 +3288,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3286
3288
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3287
3289
|
componentWillUnmount?(): void;
|
|
3288
3290
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3289
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3291
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3290
3292
|
multiple: boolean;
|
|
3291
3293
|
clearable: boolean;
|
|
3292
3294
|
creatable: boolean;
|
|
@@ -3312,7 +3314,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3312
3314
|
locale?: string | undefined;
|
|
3313
3315
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3314
3316
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
3315
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3317
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3316
3318
|
multiple: boolean;
|
|
3317
3319
|
clearable: boolean;
|
|
3318
3320
|
creatable: boolean;
|
|
@@ -3340,7 +3342,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3340
3342
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3341
3343
|
componentWillMount?(): void;
|
|
3342
3344
|
UNSAFE_componentWillMount?(): void;
|
|
3343
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3345
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3344
3346
|
multiple: boolean;
|
|
3345
3347
|
clearable: boolean;
|
|
3346
3348
|
creatable: boolean;
|
|
@@ -3366,7 +3368,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3366
3368
|
locale?: string | undefined;
|
|
3367
3369
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3368
3370
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3369
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3371
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3370
3372
|
multiple: boolean;
|
|
3371
3373
|
clearable: boolean;
|
|
3372
3374
|
creatable: boolean;
|
|
@@ -3392,7 +3394,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3392
3394
|
locale?: string | undefined;
|
|
3393
3395
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3394
3396
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3395
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3397
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3396
3398
|
multiple: boolean;
|
|
3397
3399
|
clearable: boolean;
|
|
3398
3400
|
creatable: boolean;
|
|
@@ -3418,7 +3420,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3418
3420
|
locale?: string | undefined;
|
|
3419
3421
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3420
3422
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3421
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3423
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3422
3424
|
multiple: boolean;
|
|
3423
3425
|
clearable: boolean;
|
|
3424
3426
|
creatable: boolean;
|
|
@@ -3451,7 +3453,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3451
3453
|
}>;
|
|
3452
3454
|
contextType?: React.Context<any> | undefined;
|
|
3453
3455
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
3454
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3456
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3455
3457
|
multiple: boolean;
|
|
3456
3458
|
clearable: boolean;
|
|
3457
3459
|
creatable: boolean;
|
|
@@ -3511,7 +3513,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3511
3513
|
deferLoadConfig(item: any): Promise<void>;
|
|
3512
3514
|
render(): JSX.Element;
|
|
3513
3515
|
context: any;
|
|
3514
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3516
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3515
3517
|
multiple: boolean;
|
|
3516
3518
|
clearable: boolean;
|
|
3517
3519
|
creatable: boolean;
|
|
@@ -3560,7 +3562,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3560
3562
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3561
3563
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
3562
3564
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3563
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3565
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3564
3566
|
multiple: boolean;
|
|
3565
3567
|
clearable: boolean;
|
|
3566
3568
|
creatable: boolean;
|
|
@@ -3614,7 +3616,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3614
3616
|
refs: {
|
|
3615
3617
|
[key: string]: React.ReactInstance;
|
|
3616
3618
|
};
|
|
3617
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3619
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3618
3620
|
multiple: boolean;
|
|
3619
3621
|
clearable: boolean;
|
|
3620
3622
|
creatable: boolean;
|
|
@@ -3663,7 +3665,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3663
3665
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3664
3666
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3665
3667
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3666
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3668
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3667
3669
|
multiple: boolean;
|
|
3668
3670
|
clearable: boolean;
|
|
3669
3671
|
creatable: boolean;
|
|
@@ -3713,7 +3715,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3713
3715
|
}>, prevState: Readonly<{}>): any;
|
|
3714
3716
|
componentWillMount?(): void;
|
|
3715
3717
|
UNSAFE_componentWillMount?(): void;
|
|
3716
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3718
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3717
3719
|
multiple: boolean;
|
|
3718
3720
|
clearable: boolean;
|
|
3719
3721
|
creatable: boolean;
|
|
@@ -3761,7 +3763,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3761
3763
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3762
3764
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3763
3765
|
}>, nextContext: any): void;
|
|
3764
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3766
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3765
3767
|
multiple: boolean;
|
|
3766
3768
|
clearable: boolean;
|
|
3767
3769
|
creatable: boolean;
|
|
@@ -3809,7 +3811,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3809
3811
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3810
3812
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3811
3813
|
}>, nextContext: any): void;
|
|
3812
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3814
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3813
3815
|
multiple: boolean;
|
|
3814
3816
|
clearable: boolean;
|
|
3815
3817
|
creatable: boolean;
|
|
@@ -3857,7 +3859,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3857
3859
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3858
3860
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3859
3861
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3860
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3862
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3861
3863
|
multiple: boolean;
|
|
3862
3864
|
clearable: boolean;
|
|
3863
3865
|
creatable: boolean;
|
|
@@ -3908,7 +3910,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3908
3910
|
};
|
|
3909
3911
|
displayName: string;
|
|
3910
3912
|
ComposedComponent: React.ComponentType<{
|
|
3911
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3913
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3912
3914
|
multiple: boolean;
|
|
3913
3915
|
clearable: boolean;
|
|
3914
3916
|
creatable: boolean;
|
|
@@ -3933,7 +3935,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3933
3935
|
}, never>> & {
|
|
3934
3936
|
locale?: string | undefined;
|
|
3935
3937
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3936
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3938
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3937
3939
|
multiple: boolean;
|
|
3938
3940
|
clearable: boolean;
|
|
3939
3941
|
creatable: boolean;
|
|
@@ -3961,7 +3963,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3961
3963
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
3962
3964
|
render(): JSX.Element;
|
|
3963
3965
|
context: any;
|
|
3964
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3966
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3965
3967
|
multiple: boolean;
|
|
3966
3968
|
clearable: boolean;
|
|
3967
3969
|
creatable: boolean;
|
|
@@ -3988,7 +3990,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3988
3990
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3989
3991
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3990
3992
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3991
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
3993
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3992
3994
|
multiple: boolean;
|
|
3993
3995
|
clearable: boolean;
|
|
3994
3996
|
creatable: boolean;
|
|
@@ -4021,7 +4023,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4021
4023
|
[key: string]: React.ReactInstance;
|
|
4022
4024
|
};
|
|
4023
4025
|
componentDidMount?(): void;
|
|
4024
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4026
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4025
4027
|
multiple: boolean;
|
|
4026
4028
|
clearable: boolean;
|
|
4027
4029
|
creatable: boolean;
|
|
@@ -4049,7 +4051,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4049
4051
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4050
4052
|
componentWillUnmount?(): void;
|
|
4051
4053
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4052
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4054
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4053
4055
|
multiple: boolean;
|
|
4054
4056
|
clearable: boolean;
|
|
4055
4057
|
creatable: boolean;
|
|
@@ -4075,7 +4077,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4075
4077
|
locale?: string | undefined;
|
|
4076
4078
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4077
4079
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
4078
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4080
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4079
4081
|
multiple: boolean;
|
|
4080
4082
|
clearable: boolean;
|
|
4081
4083
|
creatable: boolean;
|
|
@@ -4103,7 +4105,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4103
4105
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4104
4106
|
componentWillMount?(): void;
|
|
4105
4107
|
UNSAFE_componentWillMount?(): void;
|
|
4106
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4108
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4107
4109
|
multiple: boolean;
|
|
4108
4110
|
clearable: boolean;
|
|
4109
4111
|
creatable: boolean;
|
|
@@ -4129,7 +4131,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4129
4131
|
locale?: string | undefined;
|
|
4130
4132
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4131
4133
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4132
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4134
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4133
4135
|
multiple: boolean;
|
|
4134
4136
|
clearable: boolean;
|
|
4135
4137
|
creatable: boolean;
|
|
@@ -4155,7 +4157,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4155
4157
|
locale?: string | undefined;
|
|
4156
4158
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4157
4159
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4158
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4160
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4159
4161
|
multiple: boolean;
|
|
4160
4162
|
clearable: boolean;
|
|
4161
4163
|
creatable: boolean;
|
|
@@ -4181,7 +4183,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4181
4183
|
locale?: string | undefined;
|
|
4182
4184
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4183
4185
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4184
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4186
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4185
4187
|
multiple: boolean;
|
|
4186
4188
|
clearable: boolean;
|
|
4187
4189
|
creatable: boolean;
|
|
@@ -4208,7 +4210,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4208
4210
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4209
4211
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4210
4212
|
};
|
|
4211
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4213
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4212
4214
|
multiple: boolean;
|
|
4213
4215
|
clearable: boolean;
|
|
4214
4216
|
creatable: boolean;
|
|
@@ -4236,7 +4238,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4236
4238
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
4237
4239
|
render(): JSX.Element;
|
|
4238
4240
|
context: any;
|
|
4239
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4241
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4240
4242
|
multiple: boolean;
|
|
4241
4243
|
clearable: boolean;
|
|
4242
4244
|
creatable: boolean;
|
|
@@ -4263,7 +4265,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4263
4265
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4264
4266
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
4265
4267
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4266
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4268
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4267
4269
|
multiple: boolean;
|
|
4268
4270
|
clearable: boolean;
|
|
4269
4271
|
creatable: boolean;
|
|
@@ -4296,7 +4298,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4296
4298
|
[key: string]: React.ReactInstance;
|
|
4297
4299
|
};
|
|
4298
4300
|
componentDidMount?(): void;
|
|
4299
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4301
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4300
4302
|
multiple: boolean;
|
|
4301
4303
|
clearable: boolean;
|
|
4302
4304
|
creatable: boolean;
|
|
@@ -4324,7 +4326,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4324
4326
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4325
4327
|
componentWillUnmount?(): void;
|
|
4326
4328
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4327
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4329
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4328
4330
|
multiple: boolean;
|
|
4329
4331
|
clearable: boolean;
|
|
4330
4332
|
creatable: boolean;
|
|
@@ -4350,7 +4352,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4350
4352
|
locale?: string | undefined;
|
|
4351
4353
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4352
4354
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
4353
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4355
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4354
4356
|
multiple: boolean;
|
|
4355
4357
|
clearable: boolean;
|
|
4356
4358
|
creatable: boolean;
|
|
@@ -4378,7 +4380,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4378
4380
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4379
4381
|
componentWillMount?(): void;
|
|
4380
4382
|
UNSAFE_componentWillMount?(): void;
|
|
4381
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4383
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4382
4384
|
multiple: boolean;
|
|
4383
4385
|
clearable: boolean;
|
|
4384
4386
|
creatable: boolean;
|
|
@@ -4404,7 +4406,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4404
4406
|
locale?: string | undefined;
|
|
4405
4407
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4406
4408
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4407
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4409
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4408
4410
|
multiple: boolean;
|
|
4409
4411
|
clearable: boolean;
|
|
4410
4412
|
creatable: boolean;
|
|
@@ -4430,7 +4432,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4430
4432
|
locale?: string | undefined;
|
|
4431
4433
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4432
4434
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4433
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4435
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4434
4436
|
multiple: boolean;
|
|
4435
4437
|
clearable: boolean;
|
|
4436
4438
|
creatable: boolean;
|
|
@@ -4456,7 +4458,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4456
4458
|
locale?: string | undefined;
|
|
4457
4459
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4458
4460
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4459
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4461
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4460
4462
|
multiple: boolean;
|
|
4461
4463
|
clearable: boolean;
|
|
4462
4464
|
creatable: boolean;
|
|
@@ -4488,7 +4490,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4488
4490
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
4489
4491
|
}, {}> & {
|
|
4490
4492
|
ComposedComponent: {
|
|
4491
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4493
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4492
4494
|
multiple: boolean;
|
|
4493
4495
|
clearable: boolean;
|
|
4494
4496
|
creatable: boolean;
|
|
@@ -4548,7 +4550,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4548
4550
|
deferLoadConfig(item: any): Promise<void>;
|
|
4549
4551
|
render(): JSX.Element;
|
|
4550
4552
|
context: any;
|
|
4551
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4553
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4552
4554
|
multiple: boolean;
|
|
4553
4555
|
clearable: boolean;
|
|
4554
4556
|
creatable: boolean;
|
|
@@ -4597,7 +4599,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4597
4599
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4598
4600
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
4599
4601
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4600
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4602
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4601
4603
|
multiple: boolean;
|
|
4602
4604
|
clearable: boolean;
|
|
4603
4605
|
creatable: boolean;
|
|
@@ -4651,7 +4653,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4651
4653
|
refs: {
|
|
4652
4654
|
[key: string]: React.ReactInstance;
|
|
4653
4655
|
};
|
|
4654
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4656
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4655
4657
|
multiple: boolean;
|
|
4656
4658
|
clearable: boolean;
|
|
4657
4659
|
creatable: boolean;
|
|
@@ -4700,7 +4702,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4700
4702
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4701
4703
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4702
4704
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4703
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4705
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4704
4706
|
multiple: boolean;
|
|
4705
4707
|
clearable: boolean;
|
|
4706
4708
|
creatable: boolean;
|
|
@@ -4750,7 +4752,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4750
4752
|
}>, prevState: Readonly<{}>): any;
|
|
4751
4753
|
componentWillMount?(): void;
|
|
4752
4754
|
UNSAFE_componentWillMount?(): void;
|
|
4753
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4755
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4754
4756
|
multiple: boolean;
|
|
4755
4757
|
clearable: boolean;
|
|
4756
4758
|
creatable: boolean;
|
|
@@ -4798,7 +4800,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4798
4800
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4799
4801
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4800
4802
|
}>, nextContext: any): void;
|
|
4801
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4803
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4802
4804
|
multiple: boolean;
|
|
4803
4805
|
clearable: boolean;
|
|
4804
4806
|
creatable: boolean;
|
|
@@ -4846,7 +4848,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4846
4848
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4847
4849
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4848
4850
|
}>, nextContext: any): void;
|
|
4849
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4851
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4850
4852
|
multiple: boolean;
|
|
4851
4853
|
clearable: boolean;
|
|
4852
4854
|
creatable: boolean;
|
|
@@ -4894,7 +4896,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4894
4896
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4895
4897
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4896
4898
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4897
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4899
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4898
4900
|
multiple: boolean;
|
|
4899
4901
|
clearable: boolean;
|
|
4900
4902
|
creatable: boolean;
|
|
@@ -4945,7 +4947,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4945
4947
|
};
|
|
4946
4948
|
displayName: string;
|
|
4947
4949
|
ComposedComponent: React.ComponentType<{
|
|
4948
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4950
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4949
4951
|
multiple: boolean;
|
|
4950
4952
|
clearable: boolean;
|
|
4951
4953
|
creatable: boolean;
|
|
@@ -4970,7 +4972,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4970
4972
|
}, never>> & {
|
|
4971
4973
|
locale?: string | undefined;
|
|
4972
4974
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4973
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
4975
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4974
4976
|
multiple: boolean;
|
|
4975
4977
|
clearable: boolean;
|
|
4976
4978
|
creatable: boolean;
|
|
@@ -4998,7 +5000,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4998
5000
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
4999
5001
|
render(): JSX.Element;
|
|
5000
5002
|
context: any;
|
|
5001
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5003
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5002
5004
|
multiple: boolean;
|
|
5003
5005
|
clearable: boolean;
|
|
5004
5006
|
creatable: boolean;
|
|
@@ -5025,7 +5027,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5025
5027
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5026
5028
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5027
5029
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5028
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5030
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5029
5031
|
multiple: boolean;
|
|
5030
5032
|
clearable: boolean;
|
|
5031
5033
|
creatable: boolean;
|
|
@@ -5058,7 +5060,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5058
5060
|
[key: string]: React.ReactInstance;
|
|
5059
5061
|
};
|
|
5060
5062
|
componentDidMount?(): void;
|
|
5061
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5063
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5062
5064
|
multiple: boolean;
|
|
5063
5065
|
clearable: boolean;
|
|
5064
5066
|
creatable: boolean;
|
|
@@ -5086,7 +5088,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5086
5088
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5087
5089
|
componentWillUnmount?(): void;
|
|
5088
5090
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5089
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5091
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5090
5092
|
multiple: boolean;
|
|
5091
5093
|
clearable: boolean;
|
|
5092
5094
|
creatable: boolean;
|
|
@@ -5112,7 +5114,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5112
5114
|
locale?: string | undefined;
|
|
5113
5115
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5114
5116
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5115
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5117
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5116
5118
|
multiple: boolean;
|
|
5117
5119
|
clearable: boolean;
|
|
5118
5120
|
creatable: boolean;
|
|
@@ -5140,7 +5142,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5140
5142
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5141
5143
|
componentWillMount?(): void;
|
|
5142
5144
|
UNSAFE_componentWillMount?(): void;
|
|
5143
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5145
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5144
5146
|
multiple: boolean;
|
|
5145
5147
|
clearable: boolean;
|
|
5146
5148
|
creatable: boolean;
|
|
@@ -5166,7 +5168,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5166
5168
|
locale?: string | undefined;
|
|
5167
5169
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5168
5170
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5169
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5171
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5170
5172
|
multiple: boolean;
|
|
5171
5173
|
clearable: boolean;
|
|
5172
5174
|
creatable: boolean;
|
|
@@ -5192,7 +5194,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5192
5194
|
locale?: string | undefined;
|
|
5193
5195
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5194
5196
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5195
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5197
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5196
5198
|
multiple: boolean;
|
|
5197
5199
|
clearable: boolean;
|
|
5198
5200
|
creatable: boolean;
|
|
@@ -5218,7 +5220,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5218
5220
|
locale?: string | undefined;
|
|
5219
5221
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5220
5222
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5221
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5223
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5222
5224
|
multiple: boolean;
|
|
5223
5225
|
clearable: boolean;
|
|
5224
5226
|
creatable: boolean;
|
|
@@ -5245,7 +5247,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5245
5247
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5246
5248
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5247
5249
|
};
|
|
5248
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5250
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5249
5251
|
multiple: boolean;
|
|
5250
5252
|
clearable: boolean;
|
|
5251
5253
|
creatable: boolean;
|
|
@@ -5273,7 +5275,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5273
5275
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
5274
5276
|
render(): JSX.Element;
|
|
5275
5277
|
context: any;
|
|
5276
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5278
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5277
5279
|
multiple: boolean;
|
|
5278
5280
|
clearable: boolean;
|
|
5279
5281
|
creatable: boolean;
|
|
@@ -5300,7 +5302,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5300
5302
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5301
5303
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5302
5304
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5303
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5305
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5304
5306
|
multiple: boolean;
|
|
5305
5307
|
clearable: boolean;
|
|
5306
5308
|
creatable: boolean;
|
|
@@ -5333,7 +5335,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5333
5335
|
[key: string]: React.ReactInstance;
|
|
5334
5336
|
};
|
|
5335
5337
|
componentDidMount?(): void;
|
|
5336
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5338
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5337
5339
|
multiple: boolean;
|
|
5338
5340
|
clearable: boolean;
|
|
5339
5341
|
creatable: boolean;
|
|
@@ -5361,7 +5363,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5361
5363
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5362
5364
|
componentWillUnmount?(): void;
|
|
5363
5365
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5364
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5366
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5365
5367
|
multiple: boolean;
|
|
5366
5368
|
clearable: boolean;
|
|
5367
5369
|
creatable: boolean;
|
|
@@ -5387,7 +5389,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5387
5389
|
locale?: string | undefined;
|
|
5388
5390
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5389
5391
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5390
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5392
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5391
5393
|
multiple: boolean;
|
|
5392
5394
|
clearable: boolean;
|
|
5393
5395
|
creatable: boolean;
|
|
@@ -5415,7 +5417,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5415
5417
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5416
5418
|
componentWillMount?(): void;
|
|
5417
5419
|
UNSAFE_componentWillMount?(): void;
|
|
5418
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5420
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5419
5421
|
multiple: boolean;
|
|
5420
5422
|
clearable: boolean;
|
|
5421
5423
|
creatable: boolean;
|
|
@@ -5441,7 +5443,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5441
5443
|
locale?: string | undefined;
|
|
5442
5444
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5443
5445
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5444
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5446
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5445
5447
|
multiple: boolean;
|
|
5446
5448
|
clearable: boolean;
|
|
5447
5449
|
creatable: boolean;
|
|
@@ -5467,7 +5469,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5467
5469
|
locale?: string | undefined;
|
|
5468
5470
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5469
5471
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5470
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5472
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5471
5473
|
multiple: boolean;
|
|
5472
5474
|
clearable: boolean;
|
|
5473
5475
|
creatable: boolean;
|
|
@@ -5493,7 +5495,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5493
5495
|
locale?: string | undefined;
|
|
5494
5496
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5495
5497
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5496
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5498
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5497
5499
|
multiple: boolean;
|
|
5498
5500
|
clearable: boolean;
|
|
5499
5501
|
creatable: boolean;
|
|
@@ -5525,7 +5527,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5525
5527
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
5526
5528
|
};
|
|
5527
5529
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
5528
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5530
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5529
5531
|
multiple: boolean;
|
|
5530
5532
|
clearable: boolean;
|
|
5531
5533
|
creatable: boolean;
|
|
@@ -5550,7 +5552,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5550
5552
|
}, never>> & {
|
|
5551
5553
|
locale?: string | undefined;
|
|
5552
5554
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5553
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5555
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5554
5556
|
multiple: boolean;
|
|
5555
5557
|
clearable: boolean;
|
|
5556
5558
|
creatable: boolean;
|
|
@@ -5578,7 +5580,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5578
5580
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
5579
5581
|
render(): JSX.Element;
|
|
5580
5582
|
context: any;
|
|
5581
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5583
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5582
5584
|
multiple: boolean;
|
|
5583
5585
|
clearable: boolean;
|
|
5584
5586
|
creatable: boolean;
|
|
@@ -5605,7 +5607,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5605
5607
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5606
5608
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5607
5609
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5608
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5610
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5609
5611
|
multiple: boolean;
|
|
5610
5612
|
clearable: boolean;
|
|
5611
5613
|
creatable: boolean;
|
|
@@ -5638,7 +5640,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5638
5640
|
[key: string]: React.ReactInstance;
|
|
5639
5641
|
};
|
|
5640
5642
|
componentDidMount?(): void;
|
|
5641
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5643
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5642
5644
|
multiple: boolean;
|
|
5643
5645
|
clearable: boolean;
|
|
5644
5646
|
creatable: boolean;
|
|
@@ -5666,7 +5668,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5666
5668
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5667
5669
|
componentWillUnmount?(): void;
|
|
5668
5670
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5669
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5671
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5670
5672
|
multiple: boolean;
|
|
5671
5673
|
clearable: boolean;
|
|
5672
5674
|
creatable: boolean;
|
|
@@ -5692,7 +5694,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5692
5694
|
locale?: string | undefined;
|
|
5693
5695
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5694
5696
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5695
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5697
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5696
5698
|
multiple: boolean;
|
|
5697
5699
|
clearable: boolean;
|
|
5698
5700
|
creatable: boolean;
|
|
@@ -5720,7 +5722,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5720
5722
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5721
5723
|
componentWillMount?(): void;
|
|
5722
5724
|
UNSAFE_componentWillMount?(): void;
|
|
5723
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5725
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5724
5726
|
multiple: boolean;
|
|
5725
5727
|
clearable: boolean;
|
|
5726
5728
|
creatable: boolean;
|
|
@@ -5746,7 +5748,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5746
5748
|
locale?: string | undefined;
|
|
5747
5749
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5748
5750
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5749
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5751
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5750
5752
|
multiple: boolean;
|
|
5751
5753
|
clearable: boolean;
|
|
5752
5754
|
creatable: boolean;
|
|
@@ -5772,7 +5774,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5772
5774
|
locale?: string | undefined;
|
|
5773
5775
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5774
5776
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5775
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5777
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5776
5778
|
multiple: boolean;
|
|
5777
5779
|
clearable: boolean;
|
|
5778
5780
|
creatable: boolean;
|
|
@@ -5798,7 +5800,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5798
5800
|
locale?: string | undefined;
|
|
5799
5801
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5800
5802
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5801
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5803
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5802
5804
|
multiple: boolean;
|
|
5803
5805
|
clearable: boolean;
|
|
5804
5806
|
creatable: boolean;
|
|
@@ -5825,7 +5827,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5825
5827
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5826
5828
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5827
5829
|
};
|
|
5828
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5830
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5829
5831
|
multiple: boolean;
|
|
5830
5832
|
clearable: boolean;
|
|
5831
5833
|
creatable: boolean;
|
|
@@ -5853,7 +5855,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5853
5855
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
5854
5856
|
render(): JSX.Element;
|
|
5855
5857
|
context: any;
|
|
5856
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5858
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5857
5859
|
multiple: boolean;
|
|
5858
5860
|
clearable: boolean;
|
|
5859
5861
|
creatable: boolean;
|
|
@@ -5880,7 +5882,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5880
5882
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5881
5883
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5882
5884
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5883
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5885
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5884
5886
|
multiple: boolean;
|
|
5885
5887
|
clearable: boolean;
|
|
5886
5888
|
creatable: boolean;
|
|
@@ -5913,7 +5915,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5913
5915
|
[key: string]: React.ReactInstance;
|
|
5914
5916
|
};
|
|
5915
5917
|
componentDidMount?(): void;
|
|
5916
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5918
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5917
5919
|
multiple: boolean;
|
|
5918
5920
|
clearable: boolean;
|
|
5919
5921
|
creatable: boolean;
|
|
@@ -5941,7 +5943,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5941
5943
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5942
5944
|
componentWillUnmount?(): void;
|
|
5943
5945
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5944
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5946
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5945
5947
|
multiple: boolean;
|
|
5946
5948
|
clearable: boolean;
|
|
5947
5949
|
creatable: boolean;
|
|
@@ -5967,7 +5969,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5967
5969
|
locale?: string | undefined;
|
|
5968
5970
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5969
5971
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5970
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
5972
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5971
5973
|
multiple: boolean;
|
|
5972
5974
|
clearable: boolean;
|
|
5973
5975
|
creatable: boolean;
|
|
@@ -5995,7 +5997,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5995
5997
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5996
5998
|
componentWillMount?(): void;
|
|
5997
5999
|
UNSAFE_componentWillMount?(): void;
|
|
5998
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6000
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5999
6001
|
multiple: boolean;
|
|
6000
6002
|
clearable: boolean;
|
|
6001
6003
|
creatable: boolean;
|
|
@@ -6021,7 +6023,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6021
6023
|
locale?: string | undefined;
|
|
6022
6024
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6023
6025
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6024
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6026
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6025
6027
|
multiple: boolean;
|
|
6026
6028
|
clearable: boolean;
|
|
6027
6029
|
creatable: boolean;
|
|
@@ -6047,7 +6049,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6047
6049
|
locale?: string | undefined;
|
|
6048
6050
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6049
6051
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6050
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6052
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6051
6053
|
multiple: boolean;
|
|
6052
6054
|
clearable: boolean;
|
|
6053
6055
|
creatable: boolean;
|
|
@@ -6073,7 +6075,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6073
6075
|
locale?: string | undefined;
|
|
6074
6076
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6075
6077
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6076
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6078
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6077
6079
|
multiple: boolean;
|
|
6078
6080
|
clearable: boolean;
|
|
6079
6081
|
creatable: boolean;
|
|
@@ -6103,7 +6105,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6103
6105
|
contextType?: React.Context<any> | undefined;
|
|
6104
6106
|
}, {}> & {
|
|
6105
6107
|
ComposedComponent: {
|
|
6106
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6108
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6107
6109
|
multiple: boolean;
|
|
6108
6110
|
clearable: boolean;
|
|
6109
6111
|
creatable: boolean;
|
|
@@ -6128,7 +6130,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6128
6130
|
}, never>> & {
|
|
6129
6131
|
locale?: string | undefined;
|
|
6130
6132
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6131
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6133
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6132
6134
|
multiple: boolean;
|
|
6133
6135
|
clearable: boolean;
|
|
6134
6136
|
creatable: boolean;
|
|
@@ -6156,7 +6158,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6156
6158
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
6157
6159
|
render(): JSX.Element;
|
|
6158
6160
|
context: any;
|
|
6159
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6161
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6160
6162
|
multiple: boolean;
|
|
6161
6163
|
clearable: boolean;
|
|
6162
6164
|
creatable: boolean;
|
|
@@ -6183,7 +6185,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6183
6185
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6184
6186
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6185
6187
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6186
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6188
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6187
6189
|
multiple: boolean;
|
|
6188
6190
|
clearable: boolean;
|
|
6189
6191
|
creatable: boolean;
|
|
@@ -6216,7 +6218,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6216
6218
|
[key: string]: React.ReactInstance;
|
|
6217
6219
|
};
|
|
6218
6220
|
componentDidMount?(): void;
|
|
6219
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6221
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6220
6222
|
multiple: boolean;
|
|
6221
6223
|
clearable: boolean;
|
|
6222
6224
|
creatable: boolean;
|
|
@@ -6244,7 +6246,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6244
6246
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6245
6247
|
componentWillUnmount?(): void;
|
|
6246
6248
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6247
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6249
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6248
6250
|
multiple: boolean;
|
|
6249
6251
|
clearable: boolean;
|
|
6250
6252
|
creatable: boolean;
|
|
@@ -6270,7 +6272,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6270
6272
|
locale?: string | undefined;
|
|
6271
6273
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6272
6274
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
6273
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6275
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6274
6276
|
multiple: boolean;
|
|
6275
6277
|
clearable: boolean;
|
|
6276
6278
|
creatable: boolean;
|
|
@@ -6298,7 +6300,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6298
6300
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6299
6301
|
componentWillMount?(): void;
|
|
6300
6302
|
UNSAFE_componentWillMount?(): void;
|
|
6301
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6303
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6302
6304
|
multiple: boolean;
|
|
6303
6305
|
clearable: boolean;
|
|
6304
6306
|
creatable: boolean;
|
|
@@ -6324,7 +6326,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6324
6326
|
locale?: string | undefined;
|
|
6325
6327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6326
6328
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6327
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6329
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6328
6330
|
multiple: boolean;
|
|
6329
6331
|
clearable: boolean;
|
|
6330
6332
|
creatable: boolean;
|
|
@@ -6350,7 +6352,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6350
6352
|
locale?: string | undefined;
|
|
6351
6353
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6352
6354
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6353
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6355
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6354
6356
|
multiple: boolean;
|
|
6355
6357
|
clearable: boolean;
|
|
6356
6358
|
creatable: boolean;
|
|
@@ -6376,7 +6378,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6376
6378
|
locale?: string | undefined;
|
|
6377
6379
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6378
6380
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6379
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6381
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6380
6382
|
multiple: boolean;
|
|
6381
6383
|
clearable: boolean;
|
|
6382
6384
|
creatable: boolean;
|
|
@@ -6403,7 +6405,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6403
6405
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6404
6406
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6405
6407
|
};
|
|
6406
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6408
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6407
6409
|
multiple: boolean;
|
|
6408
6410
|
clearable: boolean;
|
|
6409
6411
|
creatable: boolean;
|
|
@@ -6431,7 +6433,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6431
6433
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
6432
6434
|
render(): JSX.Element;
|
|
6433
6435
|
context: any;
|
|
6434
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6436
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6435
6437
|
multiple: boolean;
|
|
6436
6438
|
clearable: boolean;
|
|
6437
6439
|
creatable: boolean;
|
|
@@ -6458,7 +6460,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6458
6460
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6459
6461
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6460
6462
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6461
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6463
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6462
6464
|
multiple: boolean;
|
|
6463
6465
|
clearable: boolean;
|
|
6464
6466
|
creatable: boolean;
|
|
@@ -6491,7 +6493,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6491
6493
|
[key: string]: React.ReactInstance;
|
|
6492
6494
|
};
|
|
6493
6495
|
componentDidMount?(): void;
|
|
6494
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6496
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6495
6497
|
multiple: boolean;
|
|
6496
6498
|
clearable: boolean;
|
|
6497
6499
|
creatable: boolean;
|
|
@@ -6519,7 +6521,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6519
6521
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6520
6522
|
componentWillUnmount?(): void;
|
|
6521
6523
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6522
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6524
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6523
6525
|
multiple: boolean;
|
|
6524
6526
|
clearable: boolean;
|
|
6525
6527
|
creatable: boolean;
|
|
@@ -6545,7 +6547,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6545
6547
|
locale?: string | undefined;
|
|
6546
6548
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6547
6549
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
6548
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6550
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6549
6551
|
multiple: boolean;
|
|
6550
6552
|
clearable: boolean;
|
|
6551
6553
|
creatable: boolean;
|
|
@@ -6573,7 +6575,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6573
6575
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6574
6576
|
componentWillMount?(): void;
|
|
6575
6577
|
UNSAFE_componentWillMount?(): void;
|
|
6576
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6578
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6577
6579
|
multiple: boolean;
|
|
6578
6580
|
clearable: boolean;
|
|
6579
6581
|
creatable: boolean;
|
|
@@ -6599,7 +6601,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6599
6601
|
locale?: string | undefined;
|
|
6600
6602
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6601
6603
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6602
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6604
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6603
6605
|
multiple: boolean;
|
|
6604
6606
|
clearable: boolean;
|
|
6605
6607
|
creatable: boolean;
|
|
@@ -6625,7 +6627,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6625
6627
|
locale?: string | undefined;
|
|
6626
6628
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6627
6629
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6628
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6630
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6629
6631
|
multiple: boolean;
|
|
6630
6632
|
clearable: boolean;
|
|
6631
6633
|
creatable: boolean;
|
|
@@ -6651,7 +6653,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6651
6653
|
locale?: string | undefined;
|
|
6652
6654
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6653
6655
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6654
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "
|
|
6656
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "style" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "overlay" | "block" | "spinnerClassName" | "loadingConfig" | "loading" | "loadOptions" | "itemHeight" | "options" | "popOverContainer" | "useMobileUI" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6655
6657
|
multiple: boolean;
|
|
6656
6658
|
clearable: boolean;
|
|
6657
6659
|
creatable: boolean;
|