amis-ui 2.6.0 → 2.7.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 +8 -0
- package/esm/_virtual/react-is.development.js +8 -0
- package/esm/_virtual/react-is.production.min.js +8 -0
- package/esm/components/404.js +2 -2
- package/esm/components/Alert.js +2 -2
- package/esm/components/Alert2.js +2 -2
- package/esm/components/AnchorNav.js +2 -2
- package/esm/components/ArrayInput.js +2 -2
- package/esm/components/AsideNav.js +2 -2
- package/esm/components/AssociatedSelection.js +2 -2
- package/esm/components/Avatar.js +2 -2
- package/esm/components/Badge.js +2 -2
- package/esm/components/BaiduMapPicker.js +2 -2
- package/esm/components/BarCode.js +2 -2
- package/esm/components/Breadcrumb.js +2 -2
- package/esm/components/Button.js +2 -2
- package/esm/components/CalendarMobile.js +2 -2
- package/esm/components/Card.js +2 -2
- package/esm/components/Cascader.js +2 -2
- package/esm/components/ChainedSelection.js +2 -2
- package/esm/components/Checkbox.js +2 -2
- package/esm/components/CityArea.js +2 -2
- package/esm/components/CityDB.js +2 -2
- package/esm/components/CodeMirror.js +2 -2
- package/esm/components/Collapse.js +5 -3
- package/esm/components/CollapseGroup.js +2 -2
- package/esm/components/ColorPicker.js +2 -2
- package/esm/components/Combo.js +2 -2
- package/esm/components/ConfirmBox.js +2 -2
- package/esm/components/ContextMenu.js +2 -2
- package/esm/components/DatePicker.js +7 -2
- package/esm/components/DateRangePicker.d.ts +7 -4
- package/esm/components/DateRangePicker.js +5 -6
- package/esm/components/DndContainer.d.ts +293 -0
- package/esm/components/DndContainer.js +25 -0
- package/esm/components/Drawer.js +2 -2
- package/esm/components/Editor.js +2 -2
- package/esm/components/Form.js +2 -2
- package/esm/components/FormField.js +2 -2
- package/esm/components/GridNav.js +2 -2
- package/esm/components/GroupedSelection.js +4 -4
- package/esm/components/Html.js +2 -2
- package/esm/components/ImageGallery.d.ts +6 -5
- package/esm/components/ImageGallery.js +26 -10
- package/esm/components/Input.js +2 -2
- package/esm/components/InputBox.js +2 -2
- package/esm/components/InputBoxWithSuggestion.js +2 -2
- package/esm/components/InputTable.js +2 -2
- package/esm/components/Layout.js +2 -2
- package/esm/components/Link.js +2 -2
- package/esm/components/ListGroup.js +2 -2
- package/esm/components/ListMenu.js +2 -2
- package/esm/components/LocationPicker.js +2 -2
- package/esm/components/Markdown.js +2 -2
- package/esm/components/Modal.js +2 -2
- package/esm/components/ModalManager.js +2 -2
- package/esm/components/MultilineText.js +2 -2
- package/esm/components/NumberInput.js +4 -4
- package/esm/components/Pagination.js +2 -2
- package/esm/components/Picker.js +2 -2
- package/esm/components/PickerColumn.js +2 -2
- package/esm/components/PickerContainer.js +2 -2
- package/esm/components/PopOverContainer.js +2 -2
- package/esm/components/PopUp.js +2 -2
- package/esm/components/Progress.js +2 -2
- package/esm/components/PullRefresh.js +2 -2
- package/esm/components/Radios.js +2 -2
- package/esm/components/Range.js +2 -2
- package/esm/components/Rating.d.ts +12 -55
- package/esm/components/Rating.js +32 -16
- package/esm/components/ResultBox.d.ts +41 -40
- package/esm/components/ResultBox.js +16 -7
- package/esm/components/ResultList.d.ts +41 -40
- package/esm/components/ResultList.js +4 -4
- package/esm/components/ResultTableList.js +2 -2
- package/esm/components/ResultTreeList.js +2 -2
- package/esm/components/RichText.js +2 -2
- package/esm/components/SearchBox.js +2 -2
- package/esm/components/Select.d.ts +194 -193
- package/esm/components/Select.js +12 -8
- package/esm/components/Selection.js +2 -2
- package/esm/components/SparkLine.js +2 -2
- package/esm/components/Spinner.js +2 -2
- package/esm/components/Steps.js +2 -2
- package/esm/components/Switch.js +2 -2
- package/esm/components/TableSelection.js +2 -2
- package/esm/components/Tabs.js +16 -12
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +2 -2
- package/esm/components/TabsTransferPicker.js +2 -2
- package/esm/components/Tag.d.ts +14 -10
- package/esm/components/Tag.js +22 -2
- package/esm/components/Textarea.js +2 -2
- package/esm/components/Timeline.js +2 -2
- package/esm/components/TimelineItem.js +2 -2
- package/esm/components/Tinymce.js +2 -2
- package/esm/components/TitleBar.js +2 -2
- package/esm/components/Toast.js +3 -3
- package/esm/components/Tooltip.js +2 -2
- package/esm/components/TooltipWrapper.js +2 -2
- package/esm/components/Transfer.d.ts +41 -40
- package/esm/components/Transfer.js +4 -4
- package/esm/components/TransferDropDown.d.ts +40 -40
- package/esm/components/TransferDropDown.js +4 -4
- package/esm/components/TransferPicker.js +2 -2
- package/esm/components/TransferSearch.js +2 -2
- package/esm/components/Tree.js +21 -8
- package/esm/components/TreeSelection.js +2 -2
- package/esm/components/UserSelect.js +4 -2
- package/esm/components/UserTabSelect.js +4 -2
- package/esm/components/WithRemoteConfig.js +7 -6
- package/esm/components/WithStore.js +2 -2
- package/esm/components/calendar/Calendar.js +2 -2
- package/esm/components/calendar/CalendarContainer.js +2 -2
- package/esm/components/calendar/DaysView.js +2 -2
- package/esm/components/calendar/MonthsView.js +2 -2
- package/esm/components/calendar/QuartersView.js +2 -2
- package/esm/components/calendar/TimeView.js +2 -2
- package/esm/components/calendar/YearsView.js +2 -2
- package/esm/components/condition-builder/Expression.js +2 -2
- package/esm/components/condition-builder/Field.js +2 -2
- package/esm/components/condition-builder/Formula.js +2 -2
- package/esm/components/condition-builder/Func.js +2 -2
- package/esm/components/condition-builder/Group.js +2 -2
- package/esm/components/condition-builder/GroupOrItem.js +2 -2
- package/esm/components/condition-builder/InputSwitch.js +2 -2
- package/esm/components/condition-builder/Item.js +2 -2
- package/esm/components/condition-builder/Value.js +2 -2
- package/esm/components/condition-builder/config.js +2 -2
- package/esm/components/condition-builder/index.js +2 -2
- package/esm/components/formula/Editor.js +2 -2
- package/esm/components/formula/FuncList.js +2 -2
- package/esm/components/formula/Picker.js +2 -2
- package/esm/components/formula/VariableList.js +2 -2
- package/esm/components/formula/plugin.js +2 -2
- package/esm/components/icons.d.ts +2 -1
- package/esm/components/icons.js +31 -15
- package/esm/components/index.d.ts +3 -1
- package/esm/components/json-schema/Array.js +2 -2
- package/esm/components/json-schema/Item.js +2 -2
- package/esm/components/json-schema/Object.js +2 -2
- package/esm/components/json-schema/index.js +2 -2
- package/esm/components/menu/MenuContext.d.ts +73 -0
- package/esm/components/menu/MenuContext.js +25 -0
- package/esm/components/menu/MenuItem.d.ts +84 -0
- package/esm/components/menu/MenuItem.js +125 -0
- package/esm/components/menu/SubMenu.d.ts +88 -0
- package/esm/components/menu/SubMenu.js +141 -0
- package/esm/components/menu/index.d.ts +246 -0
- package/esm/components/menu/index.js +315 -0
- package/esm/components/schema-editor/Array.js +2 -2
- package/esm/components/schema-editor/Common.js +2 -2
- package/esm/components/schema-editor/Item.js +2 -2
- package/esm/components/schema-editor/Object.js +2 -2
- package/esm/components/schema-editor/SchemaVariableList.js +2 -2
- package/esm/components/schema-editor/SchemaVariableListPicker.js +2 -2
- package/esm/components/schema-editor/index.js +2 -2
- package/esm/components/table/Cell.js +2 -2
- package/esm/components/table/HeadCellDropDown.js +2 -2
- package/esm/components/table/HeadCellFilter.js +2 -2
- package/esm/components/table/HeadCellSelect.js +2 -2
- package/esm/components/table/HeadCellSort.d.ts +2 -0
- package/esm/components/table/HeadCellSort.js +25 -17
- package/esm/components/table/ItemActionsWrapper.js +2 -2
- package/esm/components/table/index.d.ts +1 -0
- package/esm/components/table/index.js +16 -9
- package/esm/components/virtual-list/AutoSizer.js +2 -2
- package/esm/components/virtual-list/SizeAndPositionManager.js +2 -2
- package/esm/components/virtual-list/constants.js +2 -2
- package/esm/components/virtual-list/index.js +2 -2
- package/esm/hooks/use-set-state.js +2 -2
- package/esm/hooks/use-sub-form.js +2 -2
- package/esm/hooks/use-touch.js +2 -2
- package/esm/hooks/use-update-effect.js +2 -2
- package/esm/hooks/use-validation-resolver.js +2 -2
- package/esm/icons/alert-danger.svg.js +2 -2
- package/esm/icons/alert-info.svg.js +2 -2
- package/esm/icons/alert-success.svg.js +2 -2
- package/esm/icons/alert-warning.svg.js +2 -2
- package/esm/icons/back.svg.js +2 -2
- package/esm/icons/calendar.svg.js +2 -2
- package/esm/icons/caret.svg.js +2 -2
- package/esm/icons/check.svg.js +2 -2
- package/esm/icons/clock.svg.js +2 -2
- package/esm/icons/close-small.svg.js +2 -2
- package/esm/icons/close.svg.js +2 -2
- package/esm/icons/cloud-upload.svg.js +7 -16
- package/esm/icons/column-filter.svg.js +2 -2
- package/esm/icons/columns.svg.js +2 -2
- package/esm/icons/compress-alt.svg.js +2 -2
- package/esm/icons/copy.svg.js +2 -2
- package/esm/icons/date.svg.js +2 -2
- package/esm/icons/department.svg.js +2 -2
- package/esm/icons/desk-empty.svg.js +2 -2
- package/esm/icons/dot.svg.js +2 -2
- package/esm/icons/down-arrow-bold.svg.js +2 -2
- package/esm/icons/down.svg.js +2 -2
- package/esm/icons/download.svg.js +2 -2
- package/esm/icons/drag-bar.svg.js +2 -2
- package/esm/icons/drag.svg.js +2 -2
- package/esm/icons/edit.svg.js +2 -2
- package/esm/icons/ellipsis-v.svg.js +2 -2
- package/esm/icons/enter.svg.js +2 -2
- package/esm/icons/exchange.svg.js +2 -2
- package/esm/icons/expand-alt.svg.js +2 -2
- package/esm/icons/fail.svg.js +12 -10
- package/esm/icons/file.svg.js +2 -2
- package/esm/icons/filter.svg.js +2 -2
- package/esm/icons/folder.svg.js +2 -2
- package/esm/icons/function.svg.js +2 -2
- package/esm/icons/home.svg.js +2 -2
- package/esm/icons/image.svg.js +2 -2
- package/esm/icons/info-circle.svg.js +2 -2
- package/esm/icons/info.svg.js +2 -2
- package/esm/icons/input-clear.svg.js +2 -2
- package/esm/icons/invisible.svg.js +2 -2
- package/esm/icons/left-arrow.svg.js +2 -2
- package/esm/icons/loading-outline.svg.js +2 -2
- package/esm/icons/location.svg.js +2 -2
- package/esm/icons/menu.svg.js +2 -2
- package/esm/icons/minus.svg.js +2 -2
- package/esm/icons/move.svg.js +2 -2
- package/esm/icons/mute.svg.js +2 -2
- package/esm/icons/new-edit.svg.js +2 -2
- package/esm/icons/pause.svg.js +2 -2
- package/esm/icons/pencil.svg.js +2 -2
- package/esm/icons/play.svg.js +2 -2
- package/esm/icons/plus-cicle.svg.js +2 -2
- package/esm/icons/plus-fine.svg.js +2 -2
- package/esm/icons/plus.svg.js +2 -2
- package/esm/icons/post.svg.js +2 -2
- package/esm/icons/question-mark.svg.js +2 -2
- package/esm/icons/question.svg.js +2 -2
- package/esm/icons/redo.svg.js +2 -2
- package/esm/icons/refresh.svg.js +2 -2
- package/esm/icons/reload.svg.js +2 -2
- package/esm/icons/remove.svg.js +2 -2
- package/esm/icons/retry.svg.js +2 -2
- package/esm/icons/right-arrow-bold.svg.js +2 -2
- package/esm/icons/right-arrow.svg.js +2 -2
- package/esm/icons/right-double-arrow.svg.js +2 -2
- package/esm/icons/role.svg.js +2 -2
- package/esm/icons/rotate-left.svg.js +2 -2
- package/esm/icons/rotate-right.svg.js +2 -2
- package/esm/icons/scale-origin.svg.js +2 -2
- package/esm/icons/schedule.svg.js +2 -2
- package/esm/icons/search.svg.js +2 -2
- package/esm/icons/setting.svg.js +2 -2
- package/esm/icons/slider-handle-icon.svg.js +2 -2
- package/esm/icons/sort-asc.svg.js +2 -2
- package/esm/icons/sort-default.svg.js +2 -2
- package/esm/icons/sort-desc.svg.js +2 -2
- package/esm/icons/star.svg.js +2 -2
- package/esm/icons/status-close.svg.js +2 -2
- package/esm/icons/steps-finsh.svg.js +2 -2
- package/esm/icons/success.svg.js +14 -12
- package/esm/icons/transparent.svg.js +2 -2
- package/esm/icons/trash.svg.js +2 -2
- package/esm/icons/tree-down.svg.js +2 -2
- package/esm/icons/undo.svg.js +2 -2
- package/esm/icons/upload.svg.js +2 -2
- package/esm/icons/user-remove.svg.js +2 -2
- package/esm/icons/view.svg.js +2 -2
- package/esm/icons/volume.svg.js +2 -2
- package/esm/icons/warning-mark.svg.js +2 -2
- package/esm/icons/warning.svg.js +2 -2
- package/esm/icons/window-restore.svg.js +2 -2
- package/esm/icons/zoom-in.svg.js +2 -2
- package/esm/icons/zoom-out.svg.js +2 -2
- package/esm/index.js +4 -2
- package/esm/locale/de-DE.js +2 -2
- package/esm/locale/en-US.js +2 -2
- package/esm/locale/zh-CN.js +2 -2
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +14 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +10 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +13 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +12 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +26 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +25 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +23 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +21 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +13 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +25 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +18 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +36 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +10 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +30 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +24 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +19 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +18 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +14 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +15 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +19 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +14 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +16 -0
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +17 -0
- package/esm/node_modules/rc-overflow/es/Item.js +90 -0
- package/esm/node_modules/rc-overflow/es/Overflow.js +341 -0
- package/esm/node_modules/rc-overflow/es/RawItem.js +48 -0
- package/esm/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +51 -0
- package/esm/node_modules/rc-overflow/es/index.js +7 -0
- package/esm/node_modules/rc-resize-observer/es/Collection.js +41 -0
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +37 -0
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +108 -0
- package/esm/node_modules/rc-resize-observer/es/index.js +37 -0
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +48 -0
- package/esm/node_modules/rc-util/es/Children/toArray.js +28 -0
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +10 -0
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +22 -0
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +14 -0
- package/esm/node_modules/rc-util/es/hooks/useState.js +35 -0
- package/esm/node_modules/rc-util/es/raf.js +55 -0
- package/esm/node_modules/rc-util/es/ref.js +55 -0
- package/esm/node_modules/rc-util/es/warning.js +15 -0
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +195 -0
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +31 -0
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +17 -0
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +933 -0
- package/esm/themes/ang.js +2 -2
- package/esm/themes/antd.js +2 -2
- package/esm/themes/cxd.js +2 -2
- package/esm/themes/dark.js +2 -2
- package/lib/_virtual/index.js +12 -0
- package/lib/_virtual/react-is.development.js +12 -0
- package/lib/_virtual/react-is.production.min.js +12 -0
- package/lib/components/404.js +2 -2
- package/lib/components/Alert.d.ts +40 -40
- package/lib/components/Alert.js +2 -2
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +2 -2
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +2 -2
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +2 -2
- package/lib/components/AsideNav.d.ts +10 -10
- package/lib/components/AsideNav.js +2 -2
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/Avatar.d.ts +10 -10
- package/lib/components/Avatar.js +2 -2
- package/lib/components/Badge.js +2 -2
- package/lib/components/BaiduMapPicker.js +2 -2
- package/lib/components/BarCode.js +2 -2
- package/lib/components/Breadcrumb.js +2 -2
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +2 -2
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +2 -2
- package/lib/components/Card.d.ts +10 -10
- package/lib/components/Card.js +2 -2
- package/lib/components/Cascader.js +2 -2
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +2 -2
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +2 -2
- package/lib/components/CityArea.js +2 -2
- package/lib/components/CityDB.js +2 -2
- package/lib/components/CodeMirror.js +2 -2
- package/lib/components/Collapse.d.ts +10 -10
- package/lib/components/Collapse.js +5 -3
- package/lib/components/CollapseGroup.d.ts +10 -10
- package/lib/components/CollapseGroup.js +2 -2
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +2 -2
- package/lib/components/Combo.js +2 -2
- package/lib/components/ConfirmBox.d.ts +40 -40
- package/lib/components/ConfirmBox.js +2 -2
- package/lib/components/ContextMenu.js +2 -2
- package/lib/components/DatePicker.d.ts +81 -81
- package/lib/components/DatePicker.js +7 -2
- package/lib/components/DateRangePicker.d.ts +47 -44
- package/lib/components/DateRangePicker.js +5 -6
- package/lib/components/DndContainer.d.ts +293 -0
- package/lib/components/DndContainer.js +34 -0
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +2 -2
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +2 -2
- package/lib/components/Form.js +2 -2
- package/lib/components/FormField.js +2 -2
- package/lib/components/GridNav.js +2 -2
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +4 -4
- package/lib/components/Html.js +2 -2
- package/lib/components/ImageGallery.d.ts +46 -45
- package/lib/components/ImageGallery.js +26 -10
- package/lib/components/Input.js +2 -2
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +2 -2
- package/lib/components/InputBoxWithSuggestion.js +2 -2
- package/lib/components/InputTable.js +2 -2
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +2 -2
- package/lib/components/Link.js +2 -2
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +2 -2
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +2 -2
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +2 -2
- package/lib/components/Markdown.js +2 -2
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +2 -2
- package/lib/components/ModalManager.js +2 -2
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +2 -2
- package/lib/components/NumberInput.d.ts +10 -10
- package/lib/components/NumberInput.js +4 -4
- package/lib/components/Pagination.d.ts +40 -40
- package/lib/components/Pagination.js +2 -2
- package/lib/components/Picker.js +2 -2
- package/lib/components/PickerColumn.js +2 -2
- package/lib/components/PickerContainer.js +2 -2
- package/lib/components/PopOverContainer.js +2 -2
- package/lib/components/PopUp.d.ts +40 -40
- package/lib/components/PopUp.js +2 -2
- package/lib/components/Progress.d.ts +10 -10
- package/lib/components/Progress.js +2 -2
- package/lib/components/PullRefresh.js +2 -2
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +2 -2
- package/lib/components/Range.js +2 -2
- package/lib/components/Rating.d.ts +22 -65
- package/lib/components/Rating.js +32 -16
- package/lib/components/ResultBox.d.ts +41 -40
- package/lib/components/ResultBox.js +16 -7
- package/lib/components/ResultList.d.ts +41 -40
- package/lib/components/ResultList.js +4 -4
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +2 -2
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +2 -2
- package/lib/components/RichText.js +2 -2
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +2 -2
- package/lib/components/Select.d.ts +194 -193
- package/lib/components/Select.js +12 -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 +2 -2
- package/lib/components/Spinner.d.ts +10 -10
- package/lib/components/Spinner.js +2 -2
- package/lib/components/Steps.js +2 -2
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +2 -2
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +2 -2
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +16 -12
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +2 -2
- package/lib/components/TabsTransferPicker.js +2 -2
- package/lib/components/Tag.d.ts +14 -10
- package/lib/components/Tag.js +22 -2
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +2 -2
- package/lib/components/Timeline.js +2 -2
- package/lib/components/TimelineItem.js +2 -2
- package/lib/components/Tinymce.js +2 -2
- package/lib/components/TitleBar.js +2 -2
- package/lib/components/Toast.d.ts +40 -40
- package/lib/components/Toast.js +3 -3
- package/lib/components/Tooltip.js +2 -2
- package/lib/components/TooltipWrapper.d.ts +10 -10
- package/lib/components/TooltipWrapper.js +2 -2
- package/lib/components/Transfer.d.ts +50 -49
- package/lib/components/Transfer.js +4 -4
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +4 -4
- package/lib/components/TransferPicker.js +2 -2
- package/lib/components/TransferSearch.js +2 -2
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +21 -8
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +2 -2
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +4 -2
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +4 -2
- package/lib/components/WithRemoteConfig.js +7 -6
- package/lib/components/WithStore.js +2 -2
- package/lib/components/calendar/Calendar.js +2 -2
- package/lib/components/calendar/CalendarContainer.js +2 -2
- package/lib/components/calendar/DaysView.js +2 -2
- package/lib/components/calendar/MonthsView.js +2 -2
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/TimeView.js +2 -2
- package/lib/components/calendar/YearsView.js +2 -2
- package/lib/components/condition-builder/Expression.js +2 -2
- package/lib/components/condition-builder/Field.js +2 -2
- package/lib/components/condition-builder/Formula.js +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/Item.js +2 -2
- package/lib/components/condition-builder/Value.js +2 -2
- package/lib/components/condition-builder/config.js +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +2 -2
- package/lib/components/formula/FuncList.js +2 -2
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +2 -2
- package/lib/components/formula/VariableList.js +2 -2
- package/lib/components/formula/plugin.js +2 -2
- package/lib/components/icons.d.ts +2 -1
- package/lib/components/icons.js +30 -14
- package/lib/components/index.d.ts +3 -1
- package/lib/components/json-schema/Array.js +2 -2
- package/lib/components/json-schema/Item.js +2 -2
- package/lib/components/json-schema/Object.js +2 -2
- package/lib/components/json-schema/index.js +2 -2
- package/lib/components/menu/MenuContext.d.ts +73 -0
- package/lib/components/menu/MenuContext.js +29 -0
- package/lib/components/menu/MenuItem.d.ts +84 -0
- package/lib/components/menu/MenuItem.js +135 -0
- package/lib/components/menu/SubMenu.d.ts +88 -0
- package/lib/components/menu/SubMenu.js +151 -0
- package/lib/components/menu/index.d.ts +246 -0
- package/lib/components/menu/index.js +328 -0
- package/lib/components/schema-editor/Array.js +2 -2
- package/lib/components/schema-editor/Common.js +2 -2
- package/lib/components/schema-editor/Item.js +2 -2
- package/lib/components/schema-editor/Object.js +2 -2
- package/lib/components/schema-editor/SchemaVariableList.js +2 -2
- package/lib/components/schema-editor/SchemaVariableListPicker.js +2 -2
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +2 -2
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +2 -2
- package/lib/components/table/HeadCellDropDown.js +2 -2
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +2 -2
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +2 -2
- package/lib/components/table/HeadCellSort.d.ts +2 -0
- package/lib/components/table/HeadCellSort.js +25 -17
- package/lib/components/table/ItemActionsWrapper.js +2 -2
- package/lib/components/table/index.d.ts +41 -40
- package/lib/components/table/index.js +16 -9
- package/lib/components/virtual-list/AutoSizer.js +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js +2 -2
- package/lib/components/virtual-list/constants.js +2 -2
- package/lib/components/virtual-list/index.js +2 -2
- package/lib/hooks/use-set-state.js +2 -2
- package/lib/hooks/use-sub-form.js +2 -2
- package/lib/hooks/use-touch.js +2 -2
- package/lib/hooks/use-update-effect.js +2 -2
- package/lib/hooks/use-validation-resolver.js +2 -2
- package/lib/icons/alert-danger.svg.js +2 -2
- package/lib/icons/alert-info.svg.js +2 -2
- package/lib/icons/alert-success.svg.js +2 -2
- package/lib/icons/alert-warning.svg.js +2 -2
- package/lib/icons/back.svg.js +2 -2
- package/lib/icons/calendar.svg.js +2 -2
- package/lib/icons/caret.svg.js +2 -2
- package/lib/icons/check.svg.js +2 -2
- package/lib/icons/clock.svg.js +2 -2
- package/lib/icons/close-small.svg.js +2 -2
- package/lib/icons/close.svg.js +2 -2
- package/lib/icons/cloud-upload.svg.js +7 -16
- package/lib/icons/column-filter.svg.js +2 -2
- package/lib/icons/columns.svg.js +2 -2
- package/lib/icons/compress-alt.svg.js +2 -2
- package/lib/icons/copy.svg.js +2 -2
- package/lib/icons/date.svg.js +2 -2
- package/lib/icons/department.svg.js +2 -2
- package/lib/icons/desk-empty.svg.js +2 -2
- package/lib/icons/dot.svg.js +2 -2
- package/lib/icons/down-arrow-bold.svg.js +2 -2
- package/lib/icons/down.svg.js +2 -2
- package/lib/icons/download.svg.js +2 -2
- package/lib/icons/drag-bar.svg.js +2 -2
- package/lib/icons/drag.svg.js +2 -2
- package/lib/icons/edit.svg.js +2 -2
- package/lib/icons/ellipsis-v.svg.js +2 -2
- package/lib/icons/enter.svg.js +2 -2
- package/lib/icons/exchange.svg.js +2 -2
- package/lib/icons/expand-alt.svg.js +2 -2
- package/lib/icons/fail.svg.js +12 -10
- package/lib/icons/file.svg.js +2 -2
- package/lib/icons/filter.svg.js +2 -2
- package/lib/icons/folder.svg.js +2 -2
- package/lib/icons/function.svg.js +2 -2
- package/lib/icons/home.svg.js +2 -2
- package/lib/icons/image.svg.js +2 -2
- package/lib/icons/info-circle.svg.js +2 -2
- package/lib/icons/info.svg.js +2 -2
- package/lib/icons/input-clear.svg.js +2 -2
- package/lib/icons/invisible.svg.js +2 -2
- package/lib/icons/left-arrow.svg.js +2 -2
- package/lib/icons/loading-outline.svg.js +2 -2
- package/lib/icons/location.svg.js +2 -2
- package/lib/icons/menu.svg.js +2 -2
- package/lib/icons/minus.svg.js +2 -2
- package/lib/icons/move.svg.js +2 -2
- package/lib/icons/mute.svg.js +2 -2
- package/lib/icons/new-edit.svg.js +2 -2
- package/lib/icons/pause.svg.js +2 -2
- package/lib/icons/pencil.svg.js +2 -2
- package/lib/icons/play.svg.js +2 -2
- package/lib/icons/plus-cicle.svg.js +2 -2
- package/lib/icons/plus-fine.svg.js +2 -2
- package/lib/icons/plus.svg.js +2 -2
- package/lib/icons/post.svg.js +2 -2
- package/lib/icons/question-mark.svg.js +2 -2
- package/lib/icons/question.svg.js +2 -2
- package/lib/icons/redo.svg.js +2 -2
- package/lib/icons/refresh.svg.js +2 -2
- package/lib/icons/reload.svg.js +2 -2
- package/lib/icons/remove.svg.js +2 -2
- package/lib/icons/retry.svg.js +2 -2
- package/lib/icons/right-arrow-bold.svg.js +2 -2
- package/lib/icons/right-arrow.svg.js +2 -2
- package/lib/icons/right-double-arrow.svg.js +2 -2
- package/lib/icons/role.svg.js +2 -2
- package/lib/icons/rotate-left.svg.js +2 -2
- package/lib/icons/rotate-right.svg.js +2 -2
- package/lib/icons/scale-origin.svg.js +2 -2
- package/lib/icons/schedule.svg.js +2 -2
- package/lib/icons/search.svg.js +2 -2
- package/lib/icons/setting.svg.js +2 -2
- package/lib/icons/slider-handle-icon.svg.js +2 -2
- package/lib/icons/sort-asc.svg.js +2 -2
- package/lib/icons/sort-default.svg.js +2 -2
- package/lib/icons/sort-desc.svg.js +2 -2
- package/lib/icons/star.svg.js +2 -2
- package/lib/icons/status-close.svg.js +2 -2
- package/lib/icons/steps-finsh.svg.js +2 -2
- package/lib/icons/success.svg.js +29 -27
- package/lib/icons/transparent.svg.js +2 -2
- package/lib/icons/trash.svg.js +2 -2
- package/lib/icons/tree-down.svg.js +2 -2
- package/lib/icons/undo.svg.js +2 -2
- package/lib/icons/upload.svg.js +2 -2
- package/lib/icons/user-remove.svg.js +2 -2
- package/lib/icons/view.svg.js +2 -2
- package/lib/icons/volume.svg.js +2 -2
- package/lib/icons/warning-mark.svg.js +2 -2
- package/lib/icons/warning.svg.js +2 -2
- package/lib/icons/window-restore.svg.js +2 -2
- package/lib/icons/zoom-in.svg.js +2 -2
- package/lib/icons/zoom-out.svg.js +2 -2
- package/lib/index.js +6 -2
- package/lib/locale/de-DE.js +2 -2
- package/lib/locale/en-US.js +2 -2
- package/lib/locale/zh-CN.js +2 -2
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +18 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +14 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +17 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +16 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +30 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +29 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +27 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +25 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +17 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +29 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +22 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +40 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +14 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +34 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +28 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +23 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +22 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +18 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +19 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +23 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +18 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +20 -0
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +21 -0
- package/lib/node_modules/rc-overflow/es/Item.js +117 -0
- package/lib/node_modules/rc-overflow/es/Overflow.js +368 -0
- package/lib/node_modules/rc-overflow/es/RawItem.js +75 -0
- package/lib/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +55 -0
- package/lib/node_modules/rc-overflow/es/index.js +14 -0
- package/lib/node_modules/rc-resize-observer/es/Collection.js +66 -0
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +61 -0
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +132 -0
- package/lib/node_modules/rc-resize-observer/es/index.js +61 -0
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +53 -0
- package/lib/node_modules/rc-util/es/Children/toArray.js +36 -0
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +14 -0
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +31 -0
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +38 -0
- package/lib/node_modules/rc-util/es/hooks/useState.js +59 -0
- package/lib/node_modules/rc-util/es/raf.js +59 -0
- package/lib/node_modules/rc-util/es/ref.js +61 -0
- package/lib/node_modules/rc-util/es/warning.js +19 -0
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +199 -0
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +35 -0
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +19 -0
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +937 -0
- package/lib/{scss → packages/amis-ui/scss}/helper.scss.js +2 -2
- package/lib/{scss → packages/amis-ui/scss}/themes/ang.scss.js +2 -2
- package/lib/{scss → packages/amis-ui/scss}/themes/antd.scss.js +2 -2
- package/lib/{scss → packages/amis-ui/scss}/themes/cxd.scss.js +2 -2
- package/lib/{scss → packages/amis-ui/scss}/themes/dark.scss.js +2 -2
- package/lib/{scss → packages/amis-ui/scss}/themes/default.scss.js +2 -2
- package/lib/themes/ang.css +4130 -873
- package/lib/themes/ang.js +2 -2
- package/lib/themes/antd.css +4130 -873
- package/lib/themes/antd.js +2 -2
- package/lib/themes/cxd.css +4131 -873
- package/lib/themes/cxd.js +2 -2
- package/lib/themes/dark.css +4130 -873
- package/lib/themes/dark.js +2 -2
- package/lib/themes/default.css +4131 -873
- package/package.json +5 -3
- package/scss/_components.scss +1752 -72
- package/scss/_mixins.scss +15 -6
- package/scss/_properties.scss +60 -314
- package/scss/base/_typography.scss +13 -0
- package/scss/components/_anchor-nav.scss +3 -3
- package/scss/components/_array-input.scss +1 -0
- package/scss/components/_button.scss +5 -0
- package/scss/components/_collapse-group.scss +2 -1
- package/scss/components/_collapse.scss +49 -35
- package/scss/components/_divider.scss +3 -3
- package/scss/components/_formula.scss +9 -1
- package/scss/components/_link.scss +15 -1
- package/scss/components/_menu.scss +1153 -0
- package/scss/components/_nav.scss +137 -82
- package/scss/components/_panel.scss +44 -17
- package/scss/components/_result-box.scss +4 -0
- package/scss/components/_tabs.scss +405 -137
- package/scss/components/form/_checks.scss +174 -14
- package/scss/components/form/_combo.scss +1 -0
- package/scss/components/form/_file.scss +59 -14
- package/scss/components/form/_form.scss +27 -28
- package/scss/components/form/_image.scss +95 -50
- package/scss/components/form/_list.scss +84 -1
- package/scss/components/form/_number.scss +247 -25
- package/scss/components/form/_range.scss +35 -13
- package/scss/components/form/_rating.scss +9 -3
- package/scss/components/form/_switch.scss +45 -47
- package/scss/components/form/_tag.scss +1 -0
- package/scss/components/form/_text.scss +189 -13
- package/scss/components/form/_textarea.scss +7 -9
- package/scss/components/form/_tree.scss +7 -2
- package/scss/themes/_ang-variables.scss +50 -50
- package/scss/themes/_antd-variables.scss +50 -50
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +51 -50
- package/scss/themes/_dark-variables.scss +50 -50
- package/esm/icons/check-circle.svg.js +0 -29
- package/esm/icons/status-fail.svg.js +0 -22
- package/esm/icons/status-info.svg.js +0 -26
- package/esm/icons/status-success.svg.js +0 -22
- package/esm/icons/status-warning.svg.js +0 -26
- package/lib/icons/check-circle.svg.js +0 -53
- package/lib/icons/status-fail.svg.js +0 -46
- package/lib/icons/status-info.svg.js +0 -50
- package/lib/icons/status-success.svg.js +0 -46
- package/lib/icons/status-warning.svg.js +0 -50
|
@@ -73,6 +73,7 @@ interface SelectProps extends OptionProps, ThemeProps, LocaleProps, SpinnerExtra
|
|
|
73
73
|
inputValue?: string;
|
|
74
74
|
searchable?: boolean;
|
|
75
75
|
}) => JSX.Element;
|
|
76
|
+
renderValueLabel?: (item: Option) => JSX.Element;
|
|
76
77
|
searchable?: boolean;
|
|
77
78
|
options: Array<Option>;
|
|
78
79
|
value: any;
|
|
@@ -187,7 +188,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
|
187
188
|
render(): JSX.Element;
|
|
188
189
|
}
|
|
189
190
|
declare const EnhancedSelect: {
|
|
190
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
191
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
191
192
|
multiple: boolean;
|
|
192
193
|
clearable: boolean;
|
|
193
194
|
creatable: boolean;
|
|
@@ -218,7 +219,7 @@ declare const EnhancedSelect: {
|
|
|
218
219
|
getWrappedInstance(): any;
|
|
219
220
|
render(): JSX.Element;
|
|
220
221
|
context: any;
|
|
221
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
222
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
222
223
|
multiple: boolean;
|
|
223
224
|
clearable: boolean;
|
|
224
225
|
creatable: boolean;
|
|
@@ -245,7 +246,7 @@ declare const EnhancedSelect: {
|
|
|
245
246
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
246
247
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
247
248
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
248
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
249
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
249
250
|
multiple: boolean;
|
|
250
251
|
clearable: boolean;
|
|
251
252
|
creatable: boolean;
|
|
@@ -278,7 +279,7 @@ declare const EnhancedSelect: {
|
|
|
278
279
|
[key: string]: React.ReactInstance;
|
|
279
280
|
};
|
|
280
281
|
componentDidMount?(): void;
|
|
281
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
282
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
282
283
|
multiple: boolean;
|
|
283
284
|
clearable: boolean;
|
|
284
285
|
creatable: boolean;
|
|
@@ -306,7 +307,7 @@ declare const EnhancedSelect: {
|
|
|
306
307
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
307
308
|
componentWillUnmount?(): void;
|
|
308
309
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
309
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
310
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
310
311
|
multiple: boolean;
|
|
311
312
|
clearable: boolean;
|
|
312
313
|
creatable: boolean;
|
|
@@ -332,7 +333,7 @@ declare const EnhancedSelect: {
|
|
|
332
333
|
locale?: string | undefined;
|
|
333
334
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
334
335
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
335
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
336
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
336
337
|
multiple: boolean;
|
|
337
338
|
clearable: boolean;
|
|
338
339
|
creatable: boolean;
|
|
@@ -360,7 +361,7 @@ declare const EnhancedSelect: {
|
|
|
360
361
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
361
362
|
componentWillMount?(): void;
|
|
362
363
|
UNSAFE_componentWillMount?(): void;
|
|
363
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
364
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
364
365
|
multiple: boolean;
|
|
365
366
|
clearable: boolean;
|
|
366
367
|
creatable: boolean;
|
|
@@ -386,7 +387,7 @@ declare const EnhancedSelect: {
|
|
|
386
387
|
locale?: string | undefined;
|
|
387
388
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
388
389
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
389
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
390
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
390
391
|
multiple: boolean;
|
|
391
392
|
clearable: boolean;
|
|
392
393
|
creatable: boolean;
|
|
@@ -412,7 +413,7 @@ declare const EnhancedSelect: {
|
|
|
412
413
|
locale?: string | undefined;
|
|
413
414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
414
415
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
415
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
416
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
416
417
|
multiple: boolean;
|
|
417
418
|
clearable: boolean;
|
|
418
419
|
creatable: boolean;
|
|
@@ -438,7 +439,7 @@ declare const EnhancedSelect: {
|
|
|
438
439
|
locale?: string | undefined;
|
|
439
440
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
440
441
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
441
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
442
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
442
443
|
multiple: boolean;
|
|
443
444
|
clearable: boolean;
|
|
444
445
|
creatable: boolean;
|
|
@@ -468,7 +469,7 @@ declare const EnhancedSelect: {
|
|
|
468
469
|
displayName: string;
|
|
469
470
|
contextType: React.Context<string>;
|
|
470
471
|
ComposedComponent: React.ComponentType<{
|
|
471
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
472
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
472
473
|
multiple: boolean;
|
|
473
474
|
clearable: boolean;
|
|
474
475
|
creatable: boolean;
|
|
@@ -499,7 +500,7 @@ declare const EnhancedSelect: {
|
|
|
499
500
|
getWrappedInstance(): any;
|
|
500
501
|
render(): JSX.Element;
|
|
501
502
|
context: any;
|
|
502
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
503
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
503
504
|
multiple: boolean;
|
|
504
505
|
clearable: boolean;
|
|
505
506
|
creatable: boolean;
|
|
@@ -526,7 +527,7 @@ declare const EnhancedSelect: {
|
|
|
526
527
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
527
528
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
528
529
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
529
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
530
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
530
531
|
multiple: boolean;
|
|
531
532
|
clearable: boolean;
|
|
532
533
|
creatable: boolean;
|
|
@@ -559,7 +560,7 @@ declare const EnhancedSelect: {
|
|
|
559
560
|
[key: string]: React.ReactInstance;
|
|
560
561
|
};
|
|
561
562
|
componentDidMount?(): void;
|
|
562
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
563
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
563
564
|
multiple: boolean;
|
|
564
565
|
clearable: boolean;
|
|
565
566
|
creatable: boolean;
|
|
@@ -587,7 +588,7 @@ declare const EnhancedSelect: {
|
|
|
587
588
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
588
589
|
componentWillUnmount?(): void;
|
|
589
590
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
590
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
591
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
591
592
|
multiple: boolean;
|
|
592
593
|
clearable: boolean;
|
|
593
594
|
creatable: boolean;
|
|
@@ -613,7 +614,7 @@ declare const EnhancedSelect: {
|
|
|
613
614
|
locale?: string | undefined;
|
|
614
615
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
615
616
|
}>, prevState: Readonly<{}>): any;
|
|
616
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
617
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
617
618
|
multiple: boolean;
|
|
618
619
|
clearable: boolean;
|
|
619
620
|
creatable: boolean;
|
|
@@ -641,7 +642,7 @@ declare const EnhancedSelect: {
|
|
|
641
642
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
642
643
|
componentWillMount?(): void;
|
|
643
644
|
UNSAFE_componentWillMount?(): void;
|
|
644
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
645
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
645
646
|
multiple: boolean;
|
|
646
647
|
clearable: boolean;
|
|
647
648
|
creatable: boolean;
|
|
@@ -667,7 +668,7 @@ declare const EnhancedSelect: {
|
|
|
667
668
|
locale?: string | undefined;
|
|
668
669
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
669
670
|
}>, nextContext: any): void;
|
|
670
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
671
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
671
672
|
multiple: boolean;
|
|
672
673
|
clearable: boolean;
|
|
673
674
|
creatable: boolean;
|
|
@@ -693,7 +694,7 @@ declare const EnhancedSelect: {
|
|
|
693
694
|
locale?: string | undefined;
|
|
694
695
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
695
696
|
}>, nextContext: any): void;
|
|
696
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
697
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
697
698
|
multiple: boolean;
|
|
698
699
|
clearable: boolean;
|
|
699
700
|
creatable: boolean;
|
|
@@ -719,7 +720,7 @@ declare const EnhancedSelect: {
|
|
|
719
720
|
locale?: string | undefined;
|
|
720
721
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
721
722
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
722
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
723
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
723
724
|
multiple: boolean;
|
|
724
725
|
clearable: boolean;
|
|
725
726
|
creatable: boolean;
|
|
@@ -753,7 +754,7 @@ declare const EnhancedSelect: {
|
|
|
753
754
|
ComposedComponent: typeof Select;
|
|
754
755
|
}>;
|
|
755
756
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
756
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
757
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
757
758
|
multiple: boolean;
|
|
758
759
|
clearable: boolean;
|
|
759
760
|
creatable: boolean;
|
|
@@ -784,7 +785,7 @@ declare const EnhancedSelect: {
|
|
|
784
785
|
getWrappedInstance(): any;
|
|
785
786
|
render(): JSX.Element;
|
|
786
787
|
context: any;
|
|
787
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
788
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
788
789
|
multiple: boolean;
|
|
789
790
|
clearable: boolean;
|
|
790
791
|
creatable: boolean;
|
|
@@ -811,7 +812,7 @@ declare const EnhancedSelect: {
|
|
|
811
812
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
812
813
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
813
814
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
814
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
815
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
815
816
|
multiple: boolean;
|
|
816
817
|
clearable: boolean;
|
|
817
818
|
creatable: boolean;
|
|
@@ -844,7 +845,7 @@ declare const EnhancedSelect: {
|
|
|
844
845
|
[key: string]: React.ReactInstance;
|
|
845
846
|
};
|
|
846
847
|
componentDidMount?(): void;
|
|
847
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
848
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
848
849
|
multiple: boolean;
|
|
849
850
|
clearable: boolean;
|
|
850
851
|
creatable: boolean;
|
|
@@ -872,7 +873,7 @@ declare const EnhancedSelect: {
|
|
|
872
873
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
873
874
|
componentWillUnmount?(): void;
|
|
874
875
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
875
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
876
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
876
877
|
multiple: boolean;
|
|
877
878
|
clearable: boolean;
|
|
878
879
|
creatable: boolean;
|
|
@@ -898,7 +899,7 @@ declare const EnhancedSelect: {
|
|
|
898
899
|
locale?: string | undefined;
|
|
899
900
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
900
901
|
}>, prevState: Readonly<{}>): any;
|
|
901
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
902
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
902
903
|
multiple: boolean;
|
|
903
904
|
clearable: boolean;
|
|
904
905
|
creatable: boolean;
|
|
@@ -926,7 +927,7 @@ declare const EnhancedSelect: {
|
|
|
926
927
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
927
928
|
componentWillMount?(): void;
|
|
928
929
|
UNSAFE_componentWillMount?(): void;
|
|
929
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
930
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
930
931
|
multiple: boolean;
|
|
931
932
|
clearable: boolean;
|
|
932
933
|
creatable: boolean;
|
|
@@ -952,7 +953,7 @@ declare const EnhancedSelect: {
|
|
|
952
953
|
locale?: string | undefined;
|
|
953
954
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
954
955
|
}>, nextContext: any): void;
|
|
955
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
956
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
956
957
|
multiple: boolean;
|
|
957
958
|
clearable: boolean;
|
|
958
959
|
creatable: boolean;
|
|
@@ -978,7 +979,7 @@ declare const EnhancedSelect: {
|
|
|
978
979
|
locale?: string | undefined;
|
|
979
980
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
980
981
|
}>, nextContext: any): void;
|
|
981
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
982
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
982
983
|
multiple: boolean;
|
|
983
984
|
clearable: boolean;
|
|
984
985
|
creatable: boolean;
|
|
@@ -1004,7 +1005,7 @@ declare const EnhancedSelect: {
|
|
|
1004
1005
|
locale?: string | undefined;
|
|
1005
1006
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1006
1007
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1007
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1008
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1008
1009
|
multiple: boolean;
|
|
1009
1010
|
clearable: boolean;
|
|
1010
1011
|
creatable: boolean;
|
|
@@ -1038,7 +1039,7 @@ declare const EnhancedSelect: {
|
|
|
1038
1039
|
ComposedComponent: typeof Select;
|
|
1039
1040
|
}, {}> & {
|
|
1040
1041
|
ComposedComponent: {
|
|
1041
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1042
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1042
1043
|
multiple: boolean;
|
|
1043
1044
|
clearable: boolean;
|
|
1044
1045
|
creatable: boolean;
|
|
@@ -1069,7 +1070,7 @@ declare const EnhancedSelect: {
|
|
|
1069
1070
|
getWrappedInstance(): any;
|
|
1070
1071
|
render(): JSX.Element;
|
|
1071
1072
|
context: any;
|
|
1072
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1073
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1073
1074
|
multiple: boolean;
|
|
1074
1075
|
clearable: boolean;
|
|
1075
1076
|
creatable: boolean;
|
|
@@ -1096,7 +1097,7 @@ declare const EnhancedSelect: {
|
|
|
1096
1097
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1097
1098
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1098
1099
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1099
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1100
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1100
1101
|
multiple: boolean;
|
|
1101
1102
|
clearable: boolean;
|
|
1102
1103
|
creatable: boolean;
|
|
@@ -1129,7 +1130,7 @@ declare const EnhancedSelect: {
|
|
|
1129
1130
|
[key: string]: React.ReactInstance;
|
|
1130
1131
|
};
|
|
1131
1132
|
componentDidMount?(): void;
|
|
1132
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1133
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1133
1134
|
multiple: boolean;
|
|
1134
1135
|
clearable: boolean;
|
|
1135
1136
|
creatable: boolean;
|
|
@@ -1157,7 +1158,7 @@ declare const EnhancedSelect: {
|
|
|
1157
1158
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1158
1159
|
componentWillUnmount?(): void;
|
|
1159
1160
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1160
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1161
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1161
1162
|
multiple: boolean;
|
|
1162
1163
|
clearable: boolean;
|
|
1163
1164
|
creatable: boolean;
|
|
@@ -1183,7 +1184,7 @@ declare const EnhancedSelect: {
|
|
|
1183
1184
|
locale?: string | undefined;
|
|
1184
1185
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1185
1186
|
}>, prevState: Readonly<{}>): any;
|
|
1186
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1187
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1187
1188
|
multiple: boolean;
|
|
1188
1189
|
clearable: boolean;
|
|
1189
1190
|
creatable: boolean;
|
|
@@ -1211,7 +1212,7 @@ declare const EnhancedSelect: {
|
|
|
1211
1212
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1212
1213
|
componentWillMount?(): void;
|
|
1213
1214
|
UNSAFE_componentWillMount?(): void;
|
|
1214
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1215
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1215
1216
|
multiple: boolean;
|
|
1216
1217
|
clearable: boolean;
|
|
1217
1218
|
creatable: boolean;
|
|
@@ -1237,7 +1238,7 @@ declare const EnhancedSelect: {
|
|
|
1237
1238
|
locale?: string | undefined;
|
|
1238
1239
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1239
1240
|
}>, nextContext: any): void;
|
|
1240
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1241
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1241
1242
|
multiple: boolean;
|
|
1242
1243
|
clearable: boolean;
|
|
1243
1244
|
creatable: boolean;
|
|
@@ -1263,7 +1264,7 @@ declare const EnhancedSelect: {
|
|
|
1263
1264
|
locale?: string | undefined;
|
|
1264
1265
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1265
1266
|
}>, nextContext: any): void;
|
|
1266
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1267
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1267
1268
|
multiple: boolean;
|
|
1268
1269
|
clearable: boolean;
|
|
1269
1270
|
creatable: boolean;
|
|
@@ -1289,7 +1290,7 @@ declare const EnhancedSelect: {
|
|
|
1289
1290
|
locale?: string | undefined;
|
|
1290
1291
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1291
1292
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1292
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1293
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1293
1294
|
multiple: boolean;
|
|
1294
1295
|
clearable: boolean;
|
|
1295
1296
|
creatable: boolean;
|
|
@@ -1325,7 +1326,7 @@ declare const EnhancedSelect: {
|
|
|
1325
1326
|
};
|
|
1326
1327
|
export default EnhancedSelect;
|
|
1327
1328
|
export declare const SelectWithRemoteOptions: {
|
|
1328
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1329
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1329
1330
|
multiple: boolean;
|
|
1330
1331
|
clearable: boolean;
|
|
1331
1332
|
creatable: boolean;
|
|
@@ -1372,7 +1373,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1372
1373
|
setData(data: any): void;
|
|
1373
1374
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1374
1375
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1375
|
-
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1376
|
+
}, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1376
1377
|
multiple: boolean;
|
|
1377
1378
|
clearable: boolean;
|
|
1378
1379
|
creatable: boolean;
|
|
@@ -1447,7 +1448,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1447
1448
|
getWrappedInstance(): any;
|
|
1448
1449
|
render(): JSX.Element;
|
|
1449
1450
|
context: any;
|
|
1450
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1451
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1451
1452
|
multiple: boolean;
|
|
1452
1453
|
clearable: boolean;
|
|
1453
1454
|
creatable: boolean;
|
|
@@ -1496,7 +1497,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1496
1497
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1497
1498
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
1498
1499
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1499
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1500
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1500
1501
|
multiple: boolean;
|
|
1501
1502
|
clearable: boolean;
|
|
1502
1503
|
creatable: boolean;
|
|
@@ -1551,7 +1552,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1551
1552
|
[key: string]: React.ReactInstance;
|
|
1552
1553
|
};
|
|
1553
1554
|
componentDidMount?(): void;
|
|
1554
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1555
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1555
1556
|
multiple: boolean;
|
|
1556
1557
|
clearable: boolean;
|
|
1557
1558
|
creatable: boolean;
|
|
@@ -1600,7 +1601,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1600
1601
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1601
1602
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1602
1603
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1603
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1604
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1604
1605
|
multiple: boolean;
|
|
1605
1606
|
clearable: boolean;
|
|
1606
1607
|
creatable: boolean;
|
|
@@ -1648,7 +1649,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1648
1649
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1649
1650
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1650
1651
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
1651
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1652
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1652
1653
|
multiple: boolean;
|
|
1653
1654
|
clearable: boolean;
|
|
1654
1655
|
creatable: boolean;
|
|
@@ -1698,7 +1699,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1698
1699
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1699
1700
|
componentWillMount?(): void;
|
|
1700
1701
|
UNSAFE_componentWillMount?(): void;
|
|
1701
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1702
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1702
1703
|
multiple: boolean;
|
|
1703
1704
|
clearable: boolean;
|
|
1704
1705
|
creatable: boolean;
|
|
@@ -1746,7 +1747,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1746
1747
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1747
1748
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1748
1749
|
}, "store">>, nextContext: any): void;
|
|
1749
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1750
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1750
1751
|
multiple: boolean;
|
|
1751
1752
|
clearable: boolean;
|
|
1752
1753
|
creatable: boolean;
|
|
@@ -1794,7 +1795,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1794
1795
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1795
1796
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1796
1797
|
}, "store">>, nextContext: any): void;
|
|
1797
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1798
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1798
1799
|
multiple: boolean;
|
|
1799
1800
|
clearable: boolean;
|
|
1800
1801
|
creatable: boolean;
|
|
@@ -1842,7 +1843,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1842
1843
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1843
1844
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1844
1845
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1845
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1846
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1846
1847
|
multiple: boolean;
|
|
1847
1848
|
clearable: boolean;
|
|
1848
1849
|
creatable: boolean;
|
|
@@ -1891,7 +1892,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1891
1892
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1892
1893
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1893
1894
|
};
|
|
1894
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1895
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1895
1896
|
multiple: boolean;
|
|
1896
1897
|
clearable: boolean;
|
|
1897
1898
|
creatable: boolean;
|
|
@@ -1966,7 +1967,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1966
1967
|
getWrappedInstance(): any;
|
|
1967
1968
|
render(): JSX.Element;
|
|
1968
1969
|
context: any;
|
|
1969
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1970
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
1970
1971
|
multiple: boolean;
|
|
1971
1972
|
clearable: boolean;
|
|
1972
1973
|
creatable: boolean;
|
|
@@ -2015,7 +2016,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2015
2016
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2016
2017
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
2017
2018
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2018
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2019
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2019
2020
|
multiple: boolean;
|
|
2020
2021
|
clearable: boolean;
|
|
2021
2022
|
creatable: boolean;
|
|
@@ -2070,7 +2071,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2070
2071
|
[key: string]: React.ReactInstance;
|
|
2071
2072
|
};
|
|
2072
2073
|
componentDidMount?(): void;
|
|
2073
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2074
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2074
2075
|
multiple: boolean;
|
|
2075
2076
|
clearable: boolean;
|
|
2076
2077
|
creatable: boolean;
|
|
@@ -2119,7 +2120,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2119
2120
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2120
2121
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2121
2122
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2122
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2123
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2123
2124
|
multiple: boolean;
|
|
2124
2125
|
clearable: boolean;
|
|
2125
2126
|
creatable: boolean;
|
|
@@ -2167,7 +2168,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2167
2168
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2168
2169
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2169
2170
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
2170
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2171
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2171
2172
|
multiple: boolean;
|
|
2172
2173
|
clearable: boolean;
|
|
2173
2174
|
creatable: boolean;
|
|
@@ -2217,7 +2218,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2217
2218
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
2218
2219
|
componentWillMount?(): void;
|
|
2219
2220
|
UNSAFE_componentWillMount?(): void;
|
|
2220
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2221
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2221
2222
|
multiple: boolean;
|
|
2222
2223
|
clearable: boolean;
|
|
2223
2224
|
creatable: boolean;
|
|
@@ -2265,7 +2266,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2265
2266
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2266
2267
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2267
2268
|
}, "store">>, nextContext: any): void;
|
|
2268
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2269
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2269
2270
|
multiple: boolean;
|
|
2270
2271
|
clearable: boolean;
|
|
2271
2272
|
creatable: boolean;
|
|
@@ -2313,7 +2314,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2313
2314
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2314
2315
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2315
2316
|
}, "store">>, nextContext: any): void;
|
|
2316
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2317
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2317
2318
|
multiple: boolean;
|
|
2318
2319
|
clearable: boolean;
|
|
2319
2320
|
creatable: boolean;
|
|
@@ -2361,7 +2362,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2361
2362
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2362
2363
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2363
2364
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2364
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2365
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2365
2366
|
multiple: boolean;
|
|
2366
2367
|
clearable: boolean;
|
|
2367
2368
|
creatable: boolean;
|
|
@@ -2412,7 +2413,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2412
2413
|
};
|
|
2413
2414
|
displayName: string;
|
|
2414
2415
|
ComposedComponent: React.ComponentType<{
|
|
2415
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2416
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2416
2417
|
multiple: boolean;
|
|
2417
2418
|
clearable: boolean;
|
|
2418
2419
|
creatable: boolean;
|
|
@@ -2472,7 +2473,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2472
2473
|
deferLoadConfig(item: any): Promise<void>;
|
|
2473
2474
|
render(): JSX.Element;
|
|
2474
2475
|
context: any;
|
|
2475
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2476
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2476
2477
|
multiple: boolean;
|
|
2477
2478
|
clearable: boolean;
|
|
2478
2479
|
creatable: boolean;
|
|
@@ -2521,7 +2522,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2521
2522
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2522
2523
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
2523
2524
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2524
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2525
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2525
2526
|
multiple: boolean;
|
|
2526
2527
|
clearable: boolean;
|
|
2527
2528
|
creatable: boolean;
|
|
@@ -2575,7 +2576,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2575
2576
|
refs: {
|
|
2576
2577
|
[key: string]: React.ReactInstance;
|
|
2577
2578
|
};
|
|
2578
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2579
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2579
2580
|
multiple: boolean;
|
|
2580
2581
|
clearable: boolean;
|
|
2581
2582
|
creatable: boolean;
|
|
@@ -2624,7 +2625,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2624
2625
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2625
2626
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2626
2627
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2627
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2628
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2628
2629
|
multiple: boolean;
|
|
2629
2630
|
clearable: boolean;
|
|
2630
2631
|
creatable: boolean;
|
|
@@ -2674,7 +2675,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2674
2675
|
}>, prevState: Readonly<{}>): any;
|
|
2675
2676
|
componentWillMount?(): void;
|
|
2676
2677
|
UNSAFE_componentWillMount?(): void;
|
|
2677
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2678
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2678
2679
|
multiple: boolean;
|
|
2679
2680
|
clearable: boolean;
|
|
2680
2681
|
creatable: boolean;
|
|
@@ -2722,7 +2723,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2722
2723
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2723
2724
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2724
2725
|
}>, nextContext: any): void;
|
|
2725
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2726
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2726
2727
|
multiple: boolean;
|
|
2727
2728
|
clearable: boolean;
|
|
2728
2729
|
creatable: boolean;
|
|
@@ -2770,7 +2771,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2770
2771
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2771
2772
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2772
2773
|
}>, nextContext: any): void;
|
|
2773
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2774
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2774
2775
|
multiple: boolean;
|
|
2775
2776
|
clearable: boolean;
|
|
2776
2777
|
creatable: boolean;
|
|
@@ -2818,7 +2819,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2818
2819
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2819
2820
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2820
2821
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2821
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2822
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2822
2823
|
multiple: boolean;
|
|
2823
2824
|
clearable: boolean;
|
|
2824
2825
|
creatable: boolean;
|
|
@@ -2869,7 +2870,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2869
2870
|
};
|
|
2870
2871
|
displayName: string;
|
|
2871
2872
|
ComposedComponent: React.ComponentType<{
|
|
2872
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2873
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2873
2874
|
multiple: boolean;
|
|
2874
2875
|
clearable: boolean;
|
|
2875
2876
|
creatable: boolean;
|
|
@@ -2894,7 +2895,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2894
2895
|
}, never>> & {
|
|
2895
2896
|
locale?: string | undefined;
|
|
2896
2897
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2897
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2898
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2898
2899
|
multiple: boolean;
|
|
2899
2900
|
clearable: boolean;
|
|
2900
2901
|
creatable: boolean;
|
|
@@ -2922,7 +2923,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2922
2923
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
2923
2924
|
render(): JSX.Element;
|
|
2924
2925
|
context: any;
|
|
2925
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2926
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2926
2927
|
multiple: boolean;
|
|
2927
2928
|
clearable: boolean;
|
|
2928
2929
|
creatable: boolean;
|
|
@@ -2949,7 +2950,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2949
2950
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2950
2951
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
2951
2952
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2952
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2953
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2953
2954
|
multiple: boolean;
|
|
2954
2955
|
clearable: boolean;
|
|
2955
2956
|
creatable: boolean;
|
|
@@ -2982,7 +2983,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2982
2983
|
[key: string]: React.ReactInstance;
|
|
2983
2984
|
};
|
|
2984
2985
|
componentDidMount?(): void;
|
|
2985
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2986
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
2986
2987
|
multiple: boolean;
|
|
2987
2988
|
clearable: boolean;
|
|
2988
2989
|
creatable: boolean;
|
|
@@ -3010,7 +3011,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3010
3011
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3011
3012
|
componentWillUnmount?(): void;
|
|
3012
3013
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3013
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3014
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3014
3015
|
multiple: boolean;
|
|
3015
3016
|
clearable: boolean;
|
|
3016
3017
|
creatable: boolean;
|
|
@@ -3036,7 +3037,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3036
3037
|
locale?: string | undefined;
|
|
3037
3038
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3038
3039
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
3039
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3040
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3040
3041
|
multiple: boolean;
|
|
3041
3042
|
clearable: boolean;
|
|
3042
3043
|
creatable: boolean;
|
|
@@ -3064,7 +3065,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3064
3065
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3065
3066
|
componentWillMount?(): void;
|
|
3066
3067
|
UNSAFE_componentWillMount?(): void;
|
|
3067
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3068
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3068
3069
|
multiple: boolean;
|
|
3069
3070
|
clearable: boolean;
|
|
3070
3071
|
creatable: boolean;
|
|
@@ -3090,7 +3091,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3090
3091
|
locale?: string | undefined;
|
|
3091
3092
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3092
3093
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3093
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3094
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3094
3095
|
multiple: boolean;
|
|
3095
3096
|
clearable: boolean;
|
|
3096
3097
|
creatable: boolean;
|
|
@@ -3116,7 +3117,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3116
3117
|
locale?: string | undefined;
|
|
3117
3118
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3118
3119
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3119
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3120
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3120
3121
|
multiple: boolean;
|
|
3121
3122
|
clearable: boolean;
|
|
3122
3123
|
creatable: boolean;
|
|
@@ -3142,7 +3143,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3142
3143
|
locale?: string | undefined;
|
|
3143
3144
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3144
3145
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3145
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3146
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3146
3147
|
multiple: boolean;
|
|
3147
3148
|
clearable: boolean;
|
|
3148
3149
|
creatable: boolean;
|
|
@@ -3169,7 +3170,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3169
3170
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3170
3171
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3171
3172
|
};
|
|
3172
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3173
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3173
3174
|
multiple: boolean;
|
|
3174
3175
|
clearable: boolean;
|
|
3175
3176
|
creatable: boolean;
|
|
@@ -3197,7 +3198,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3197
3198
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
3198
3199
|
render(): JSX.Element;
|
|
3199
3200
|
context: any;
|
|
3200
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3201
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3201
3202
|
multiple: boolean;
|
|
3202
3203
|
clearable: boolean;
|
|
3203
3204
|
creatable: boolean;
|
|
@@ -3224,7 +3225,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3224
3225
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3225
3226
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3226
3227
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3227
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3228
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3228
3229
|
multiple: boolean;
|
|
3229
3230
|
clearable: boolean;
|
|
3230
3231
|
creatable: boolean;
|
|
@@ -3257,7 +3258,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3257
3258
|
[key: string]: React.ReactInstance;
|
|
3258
3259
|
};
|
|
3259
3260
|
componentDidMount?(): void;
|
|
3260
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3261
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3261
3262
|
multiple: boolean;
|
|
3262
3263
|
clearable: boolean;
|
|
3263
3264
|
creatable: boolean;
|
|
@@ -3285,7 +3286,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3285
3286
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3286
3287
|
componentWillUnmount?(): void;
|
|
3287
3288
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3288
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3289
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3289
3290
|
multiple: boolean;
|
|
3290
3291
|
clearable: boolean;
|
|
3291
3292
|
creatable: boolean;
|
|
@@ -3311,7 +3312,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3311
3312
|
locale?: string | undefined;
|
|
3312
3313
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3313
3314
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
3314
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3315
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3315
3316
|
multiple: boolean;
|
|
3316
3317
|
clearable: boolean;
|
|
3317
3318
|
creatable: boolean;
|
|
@@ -3339,7 +3340,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3339
3340
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3340
3341
|
componentWillMount?(): void;
|
|
3341
3342
|
UNSAFE_componentWillMount?(): void;
|
|
3342
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3343
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3343
3344
|
multiple: boolean;
|
|
3344
3345
|
clearable: boolean;
|
|
3345
3346
|
creatable: boolean;
|
|
@@ -3365,7 +3366,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3365
3366
|
locale?: string | undefined;
|
|
3366
3367
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3367
3368
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3368
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3369
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3369
3370
|
multiple: boolean;
|
|
3370
3371
|
clearable: boolean;
|
|
3371
3372
|
creatable: boolean;
|
|
@@ -3391,7 +3392,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3391
3392
|
locale?: string | undefined;
|
|
3392
3393
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3393
3394
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
3394
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3395
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3395
3396
|
multiple: boolean;
|
|
3396
3397
|
clearable: boolean;
|
|
3397
3398
|
creatable: boolean;
|
|
@@ -3417,7 +3418,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3417
3418
|
locale?: string | undefined;
|
|
3418
3419
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3419
3420
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3420
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3421
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3421
3422
|
multiple: boolean;
|
|
3422
3423
|
clearable: boolean;
|
|
3423
3424
|
creatable: boolean;
|
|
@@ -3450,7 +3451,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3450
3451
|
}>;
|
|
3451
3452
|
contextType?: React.Context<any> | undefined;
|
|
3452
3453
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
3453
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3454
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3454
3455
|
multiple: boolean;
|
|
3455
3456
|
clearable: boolean;
|
|
3456
3457
|
creatable: boolean;
|
|
@@ -3510,7 +3511,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3510
3511
|
deferLoadConfig(item: any): Promise<void>;
|
|
3511
3512
|
render(): JSX.Element;
|
|
3512
3513
|
context: any;
|
|
3513
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3514
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3514
3515
|
multiple: boolean;
|
|
3515
3516
|
clearable: boolean;
|
|
3516
3517
|
creatable: boolean;
|
|
@@ -3559,7 +3560,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3559
3560
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3560
3561
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
3561
3562
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3562
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3563
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3563
3564
|
multiple: boolean;
|
|
3564
3565
|
clearable: boolean;
|
|
3565
3566
|
creatable: boolean;
|
|
@@ -3613,7 +3614,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3613
3614
|
refs: {
|
|
3614
3615
|
[key: string]: React.ReactInstance;
|
|
3615
3616
|
};
|
|
3616
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3617
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3617
3618
|
multiple: boolean;
|
|
3618
3619
|
clearable: boolean;
|
|
3619
3620
|
creatable: boolean;
|
|
@@ -3662,7 +3663,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3662
3663
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3663
3664
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3664
3665
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3665
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3666
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3666
3667
|
multiple: boolean;
|
|
3667
3668
|
clearable: boolean;
|
|
3668
3669
|
creatable: boolean;
|
|
@@ -3712,7 +3713,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3712
3713
|
}>, prevState: Readonly<{}>): any;
|
|
3713
3714
|
componentWillMount?(): void;
|
|
3714
3715
|
UNSAFE_componentWillMount?(): void;
|
|
3715
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3716
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3716
3717
|
multiple: boolean;
|
|
3717
3718
|
clearable: boolean;
|
|
3718
3719
|
creatable: boolean;
|
|
@@ -3760,7 +3761,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3760
3761
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3761
3762
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3762
3763
|
}>, nextContext: any): void;
|
|
3763
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3764
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3764
3765
|
multiple: boolean;
|
|
3765
3766
|
clearable: boolean;
|
|
3766
3767
|
creatable: boolean;
|
|
@@ -3808,7 +3809,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3808
3809
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3809
3810
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3810
3811
|
}>, nextContext: any): void;
|
|
3811
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3812
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3812
3813
|
multiple: boolean;
|
|
3813
3814
|
clearable: boolean;
|
|
3814
3815
|
creatable: boolean;
|
|
@@ -3856,7 +3857,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3856
3857
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3857
3858
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3858
3859
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3859
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3860
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3860
3861
|
multiple: boolean;
|
|
3861
3862
|
clearable: boolean;
|
|
3862
3863
|
creatable: boolean;
|
|
@@ -3907,7 +3908,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3907
3908
|
};
|
|
3908
3909
|
displayName: string;
|
|
3909
3910
|
ComposedComponent: React.ComponentType<{
|
|
3910
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3911
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3911
3912
|
multiple: boolean;
|
|
3912
3913
|
clearable: boolean;
|
|
3913
3914
|
creatable: boolean;
|
|
@@ -3932,7 +3933,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3932
3933
|
}, never>> & {
|
|
3933
3934
|
locale?: string | undefined;
|
|
3934
3935
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3935
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3936
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3936
3937
|
multiple: boolean;
|
|
3937
3938
|
clearable: boolean;
|
|
3938
3939
|
creatable: boolean;
|
|
@@ -3960,7 +3961,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3960
3961
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
3961
3962
|
render(): JSX.Element;
|
|
3962
3963
|
context: any;
|
|
3963
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3964
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3964
3965
|
multiple: boolean;
|
|
3965
3966
|
clearable: boolean;
|
|
3966
3967
|
creatable: boolean;
|
|
@@ -3987,7 +3988,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3987
3988
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3988
3989
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3989
3990
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3990
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3991
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
3991
3992
|
multiple: boolean;
|
|
3992
3993
|
clearable: boolean;
|
|
3993
3994
|
creatable: boolean;
|
|
@@ -4020,7 +4021,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4020
4021
|
[key: string]: React.ReactInstance;
|
|
4021
4022
|
};
|
|
4022
4023
|
componentDidMount?(): void;
|
|
4023
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4024
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4024
4025
|
multiple: boolean;
|
|
4025
4026
|
clearable: boolean;
|
|
4026
4027
|
creatable: boolean;
|
|
@@ -4048,7 +4049,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4048
4049
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4049
4050
|
componentWillUnmount?(): void;
|
|
4050
4051
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4051
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4052
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4052
4053
|
multiple: boolean;
|
|
4053
4054
|
clearable: boolean;
|
|
4054
4055
|
creatable: boolean;
|
|
@@ -4074,7 +4075,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4074
4075
|
locale?: string | undefined;
|
|
4075
4076
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4076
4077
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
4077
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4078
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4078
4079
|
multiple: boolean;
|
|
4079
4080
|
clearable: boolean;
|
|
4080
4081
|
creatable: boolean;
|
|
@@ -4102,7 +4103,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4102
4103
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4103
4104
|
componentWillMount?(): void;
|
|
4104
4105
|
UNSAFE_componentWillMount?(): void;
|
|
4105
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4106
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4106
4107
|
multiple: boolean;
|
|
4107
4108
|
clearable: boolean;
|
|
4108
4109
|
creatable: boolean;
|
|
@@ -4128,7 +4129,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4128
4129
|
locale?: string | undefined;
|
|
4129
4130
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4130
4131
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4131
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4132
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4132
4133
|
multiple: boolean;
|
|
4133
4134
|
clearable: boolean;
|
|
4134
4135
|
creatable: boolean;
|
|
@@ -4154,7 +4155,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4154
4155
|
locale?: string | undefined;
|
|
4155
4156
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4156
4157
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4157
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4158
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4158
4159
|
multiple: boolean;
|
|
4159
4160
|
clearable: boolean;
|
|
4160
4161
|
creatable: boolean;
|
|
@@ -4180,7 +4181,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4180
4181
|
locale?: string | undefined;
|
|
4181
4182
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4182
4183
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4183
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4184
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4184
4185
|
multiple: boolean;
|
|
4185
4186
|
clearable: boolean;
|
|
4186
4187
|
creatable: boolean;
|
|
@@ -4207,7 +4208,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4207
4208
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4208
4209
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4209
4210
|
};
|
|
4210
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4211
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4211
4212
|
multiple: boolean;
|
|
4212
4213
|
clearable: boolean;
|
|
4213
4214
|
creatable: boolean;
|
|
@@ -4235,7 +4236,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4235
4236
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
4236
4237
|
render(): JSX.Element;
|
|
4237
4238
|
context: any;
|
|
4238
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4239
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4239
4240
|
multiple: boolean;
|
|
4240
4241
|
clearable: boolean;
|
|
4241
4242
|
creatable: boolean;
|
|
@@ -4262,7 +4263,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4262
4263
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4263
4264
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
4264
4265
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4265
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4266
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4266
4267
|
multiple: boolean;
|
|
4267
4268
|
clearable: boolean;
|
|
4268
4269
|
creatable: boolean;
|
|
@@ -4295,7 +4296,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4295
4296
|
[key: string]: React.ReactInstance;
|
|
4296
4297
|
};
|
|
4297
4298
|
componentDidMount?(): void;
|
|
4298
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4299
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4299
4300
|
multiple: boolean;
|
|
4300
4301
|
clearable: boolean;
|
|
4301
4302
|
creatable: boolean;
|
|
@@ -4323,7 +4324,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4323
4324
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4324
4325
|
componentWillUnmount?(): void;
|
|
4325
4326
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4326
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4327
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4327
4328
|
multiple: boolean;
|
|
4328
4329
|
clearable: boolean;
|
|
4329
4330
|
creatable: boolean;
|
|
@@ -4349,7 +4350,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4349
4350
|
locale?: string | undefined;
|
|
4350
4351
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4351
4352
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
4352
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4353
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4353
4354
|
multiple: boolean;
|
|
4354
4355
|
clearable: boolean;
|
|
4355
4356
|
creatable: boolean;
|
|
@@ -4377,7 +4378,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4377
4378
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4378
4379
|
componentWillMount?(): void;
|
|
4379
4380
|
UNSAFE_componentWillMount?(): void;
|
|
4380
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4381
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4381
4382
|
multiple: boolean;
|
|
4382
4383
|
clearable: boolean;
|
|
4383
4384
|
creatable: boolean;
|
|
@@ -4403,7 +4404,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4403
4404
|
locale?: string | undefined;
|
|
4404
4405
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4405
4406
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4406
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4407
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4407
4408
|
multiple: boolean;
|
|
4408
4409
|
clearable: boolean;
|
|
4409
4410
|
creatable: boolean;
|
|
@@ -4429,7 +4430,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4429
4430
|
locale?: string | undefined;
|
|
4430
4431
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4431
4432
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
4432
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4433
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4433
4434
|
multiple: boolean;
|
|
4434
4435
|
clearable: boolean;
|
|
4435
4436
|
creatable: boolean;
|
|
@@ -4455,7 +4456,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4455
4456
|
locale?: string | undefined;
|
|
4456
4457
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4457
4458
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4458
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4459
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4459
4460
|
multiple: boolean;
|
|
4460
4461
|
clearable: boolean;
|
|
4461
4462
|
creatable: boolean;
|
|
@@ -4487,7 +4488,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4487
4488
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
4488
4489
|
}, {}> & {
|
|
4489
4490
|
ComposedComponent: {
|
|
4490
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4491
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4491
4492
|
multiple: boolean;
|
|
4492
4493
|
clearable: boolean;
|
|
4493
4494
|
creatable: boolean;
|
|
@@ -4547,7 +4548,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4547
4548
|
deferLoadConfig(item: any): Promise<void>;
|
|
4548
4549
|
render(): JSX.Element;
|
|
4549
4550
|
context: any;
|
|
4550
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4551
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4551
4552
|
multiple: boolean;
|
|
4552
4553
|
clearable: boolean;
|
|
4553
4554
|
creatable: boolean;
|
|
@@ -4596,7 +4597,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4596
4597
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4597
4598
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
4598
4599
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4599
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4600
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4600
4601
|
multiple: boolean;
|
|
4601
4602
|
clearable: boolean;
|
|
4602
4603
|
creatable: boolean;
|
|
@@ -4650,7 +4651,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4650
4651
|
refs: {
|
|
4651
4652
|
[key: string]: React.ReactInstance;
|
|
4652
4653
|
};
|
|
4653
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4654
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4654
4655
|
multiple: boolean;
|
|
4655
4656
|
clearable: boolean;
|
|
4656
4657
|
creatable: boolean;
|
|
@@ -4699,7 +4700,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4699
4700
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4700
4701
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4701
4702
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4702
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4703
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4703
4704
|
multiple: boolean;
|
|
4704
4705
|
clearable: boolean;
|
|
4705
4706
|
creatable: boolean;
|
|
@@ -4749,7 +4750,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4749
4750
|
}>, prevState: Readonly<{}>): any;
|
|
4750
4751
|
componentWillMount?(): void;
|
|
4751
4752
|
UNSAFE_componentWillMount?(): void;
|
|
4752
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4753
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4753
4754
|
multiple: boolean;
|
|
4754
4755
|
clearable: boolean;
|
|
4755
4756
|
creatable: boolean;
|
|
@@ -4797,7 +4798,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4797
4798
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4798
4799
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4799
4800
|
}>, nextContext: any): void;
|
|
4800
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4801
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4801
4802
|
multiple: boolean;
|
|
4802
4803
|
clearable: boolean;
|
|
4803
4804
|
creatable: boolean;
|
|
@@ -4845,7 +4846,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4845
4846
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4846
4847
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4847
4848
|
}>, nextContext: any): void;
|
|
4848
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4849
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4849
4850
|
multiple: boolean;
|
|
4850
4851
|
clearable: boolean;
|
|
4851
4852
|
creatable: boolean;
|
|
@@ -4893,7 +4894,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4893
4894
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4894
4895
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4895
4896
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4896
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4897
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4897
4898
|
multiple: boolean;
|
|
4898
4899
|
clearable: boolean;
|
|
4899
4900
|
creatable: boolean;
|
|
@@ -4944,7 +4945,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4944
4945
|
};
|
|
4945
4946
|
displayName: string;
|
|
4946
4947
|
ComposedComponent: React.ComponentType<{
|
|
4947
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4948
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4948
4949
|
multiple: boolean;
|
|
4949
4950
|
clearable: boolean;
|
|
4950
4951
|
creatable: boolean;
|
|
@@ -4969,7 +4970,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4969
4970
|
}, never>> & {
|
|
4970
4971
|
locale?: string | undefined;
|
|
4971
4972
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4972
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4973
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
4973
4974
|
multiple: boolean;
|
|
4974
4975
|
clearable: boolean;
|
|
4975
4976
|
creatable: boolean;
|
|
@@ -4997,7 +4998,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4997
4998
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
4998
4999
|
render(): JSX.Element;
|
|
4999
5000
|
context: any;
|
|
5000
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5001
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5001
5002
|
multiple: boolean;
|
|
5002
5003
|
clearable: boolean;
|
|
5003
5004
|
creatable: boolean;
|
|
@@ -5024,7 +5025,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5024
5025
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5025
5026
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5026
5027
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5027
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5028
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5028
5029
|
multiple: boolean;
|
|
5029
5030
|
clearable: boolean;
|
|
5030
5031
|
creatable: boolean;
|
|
@@ -5057,7 +5058,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5057
5058
|
[key: string]: React.ReactInstance;
|
|
5058
5059
|
};
|
|
5059
5060
|
componentDidMount?(): void;
|
|
5060
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5061
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5061
5062
|
multiple: boolean;
|
|
5062
5063
|
clearable: boolean;
|
|
5063
5064
|
creatable: boolean;
|
|
@@ -5085,7 +5086,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5085
5086
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5086
5087
|
componentWillUnmount?(): void;
|
|
5087
5088
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5088
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5089
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5089
5090
|
multiple: boolean;
|
|
5090
5091
|
clearable: boolean;
|
|
5091
5092
|
creatable: boolean;
|
|
@@ -5111,7 +5112,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5111
5112
|
locale?: string | undefined;
|
|
5112
5113
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5113
5114
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5114
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5115
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5115
5116
|
multiple: boolean;
|
|
5116
5117
|
clearable: boolean;
|
|
5117
5118
|
creatable: boolean;
|
|
@@ -5139,7 +5140,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5139
5140
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5140
5141
|
componentWillMount?(): void;
|
|
5141
5142
|
UNSAFE_componentWillMount?(): void;
|
|
5142
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5143
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5143
5144
|
multiple: boolean;
|
|
5144
5145
|
clearable: boolean;
|
|
5145
5146
|
creatable: boolean;
|
|
@@ -5165,7 +5166,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5165
5166
|
locale?: string | undefined;
|
|
5166
5167
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5167
5168
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5168
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5169
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5169
5170
|
multiple: boolean;
|
|
5170
5171
|
clearable: boolean;
|
|
5171
5172
|
creatable: boolean;
|
|
@@ -5191,7 +5192,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5191
5192
|
locale?: string | undefined;
|
|
5192
5193
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5193
5194
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5194
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5195
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5195
5196
|
multiple: boolean;
|
|
5196
5197
|
clearable: boolean;
|
|
5197
5198
|
creatable: boolean;
|
|
@@ -5217,7 +5218,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5217
5218
|
locale?: string | undefined;
|
|
5218
5219
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5219
5220
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5220
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5221
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5221
5222
|
multiple: boolean;
|
|
5222
5223
|
clearable: boolean;
|
|
5223
5224
|
creatable: boolean;
|
|
@@ -5244,7 +5245,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5244
5245
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5245
5246
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5246
5247
|
};
|
|
5247
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5248
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5248
5249
|
multiple: boolean;
|
|
5249
5250
|
clearable: boolean;
|
|
5250
5251
|
creatable: boolean;
|
|
@@ -5272,7 +5273,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5272
5273
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
5273
5274
|
render(): JSX.Element;
|
|
5274
5275
|
context: any;
|
|
5275
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5276
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5276
5277
|
multiple: boolean;
|
|
5277
5278
|
clearable: boolean;
|
|
5278
5279
|
creatable: boolean;
|
|
@@ -5299,7 +5300,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5299
5300
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5300
5301
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5301
5302
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5302
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5303
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5303
5304
|
multiple: boolean;
|
|
5304
5305
|
clearable: boolean;
|
|
5305
5306
|
creatable: boolean;
|
|
@@ -5332,7 +5333,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5332
5333
|
[key: string]: React.ReactInstance;
|
|
5333
5334
|
};
|
|
5334
5335
|
componentDidMount?(): void;
|
|
5335
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5336
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5336
5337
|
multiple: boolean;
|
|
5337
5338
|
clearable: boolean;
|
|
5338
5339
|
creatable: boolean;
|
|
@@ -5360,7 +5361,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5360
5361
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5361
5362
|
componentWillUnmount?(): void;
|
|
5362
5363
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5363
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5364
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5364
5365
|
multiple: boolean;
|
|
5365
5366
|
clearable: boolean;
|
|
5366
5367
|
creatable: boolean;
|
|
@@ -5386,7 +5387,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5386
5387
|
locale?: string | undefined;
|
|
5387
5388
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5388
5389
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5389
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5390
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5390
5391
|
multiple: boolean;
|
|
5391
5392
|
clearable: boolean;
|
|
5392
5393
|
creatable: boolean;
|
|
@@ -5414,7 +5415,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5414
5415
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5415
5416
|
componentWillMount?(): void;
|
|
5416
5417
|
UNSAFE_componentWillMount?(): void;
|
|
5417
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5418
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5418
5419
|
multiple: boolean;
|
|
5419
5420
|
clearable: boolean;
|
|
5420
5421
|
creatable: boolean;
|
|
@@ -5440,7 +5441,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5440
5441
|
locale?: string | undefined;
|
|
5441
5442
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5442
5443
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5443
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5444
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5444
5445
|
multiple: boolean;
|
|
5445
5446
|
clearable: boolean;
|
|
5446
5447
|
creatable: boolean;
|
|
@@ -5466,7 +5467,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5466
5467
|
locale?: string | undefined;
|
|
5467
5468
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5468
5469
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5469
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5470
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5470
5471
|
multiple: boolean;
|
|
5471
5472
|
clearable: boolean;
|
|
5472
5473
|
creatable: boolean;
|
|
@@ -5492,7 +5493,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5492
5493
|
locale?: string | undefined;
|
|
5493
5494
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5494
5495
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5495
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5496
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5496
5497
|
multiple: boolean;
|
|
5497
5498
|
clearable: boolean;
|
|
5498
5499
|
creatable: boolean;
|
|
@@ -5524,7 +5525,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5524
5525
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
5525
5526
|
};
|
|
5526
5527
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
5527
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5528
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5528
5529
|
multiple: boolean;
|
|
5529
5530
|
clearable: boolean;
|
|
5530
5531
|
creatable: boolean;
|
|
@@ -5549,7 +5550,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5549
5550
|
}, never>> & {
|
|
5550
5551
|
locale?: string | undefined;
|
|
5551
5552
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5552
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5553
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5553
5554
|
multiple: boolean;
|
|
5554
5555
|
clearable: boolean;
|
|
5555
5556
|
creatable: boolean;
|
|
@@ -5577,7 +5578,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5577
5578
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
5578
5579
|
render(): JSX.Element;
|
|
5579
5580
|
context: any;
|
|
5580
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5581
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5581
5582
|
multiple: boolean;
|
|
5582
5583
|
clearable: boolean;
|
|
5583
5584
|
creatable: boolean;
|
|
@@ -5604,7 +5605,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5604
5605
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5605
5606
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5606
5607
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5607
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5608
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5608
5609
|
multiple: boolean;
|
|
5609
5610
|
clearable: boolean;
|
|
5610
5611
|
creatable: boolean;
|
|
@@ -5637,7 +5638,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5637
5638
|
[key: string]: React.ReactInstance;
|
|
5638
5639
|
};
|
|
5639
5640
|
componentDidMount?(): void;
|
|
5640
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5641
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5641
5642
|
multiple: boolean;
|
|
5642
5643
|
clearable: boolean;
|
|
5643
5644
|
creatable: boolean;
|
|
@@ -5665,7 +5666,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5665
5666
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5666
5667
|
componentWillUnmount?(): void;
|
|
5667
5668
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5668
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5669
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5669
5670
|
multiple: boolean;
|
|
5670
5671
|
clearable: boolean;
|
|
5671
5672
|
creatable: boolean;
|
|
@@ -5691,7 +5692,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5691
5692
|
locale?: string | undefined;
|
|
5692
5693
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5693
5694
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5694
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5695
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5695
5696
|
multiple: boolean;
|
|
5696
5697
|
clearable: boolean;
|
|
5697
5698
|
creatable: boolean;
|
|
@@ -5719,7 +5720,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5719
5720
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5720
5721
|
componentWillMount?(): void;
|
|
5721
5722
|
UNSAFE_componentWillMount?(): void;
|
|
5722
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5723
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5723
5724
|
multiple: boolean;
|
|
5724
5725
|
clearable: boolean;
|
|
5725
5726
|
creatable: boolean;
|
|
@@ -5745,7 +5746,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5745
5746
|
locale?: string | undefined;
|
|
5746
5747
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5747
5748
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5748
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5749
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5749
5750
|
multiple: boolean;
|
|
5750
5751
|
clearable: boolean;
|
|
5751
5752
|
creatable: boolean;
|
|
@@ -5771,7 +5772,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5771
5772
|
locale?: string | undefined;
|
|
5772
5773
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5773
5774
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
5774
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5775
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5775
5776
|
multiple: boolean;
|
|
5776
5777
|
clearable: boolean;
|
|
5777
5778
|
creatable: boolean;
|
|
@@ -5797,7 +5798,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5797
5798
|
locale?: string | undefined;
|
|
5798
5799
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5799
5800
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5800
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5801
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5801
5802
|
multiple: boolean;
|
|
5802
5803
|
clearable: boolean;
|
|
5803
5804
|
creatable: boolean;
|
|
@@ -5824,7 +5825,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5824
5825
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5825
5826
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5826
5827
|
};
|
|
5827
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5828
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5828
5829
|
multiple: boolean;
|
|
5829
5830
|
clearable: boolean;
|
|
5830
5831
|
creatable: boolean;
|
|
@@ -5852,7 +5853,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5852
5853
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
5853
5854
|
render(): JSX.Element;
|
|
5854
5855
|
context: any;
|
|
5855
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5856
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5856
5857
|
multiple: boolean;
|
|
5857
5858
|
clearable: boolean;
|
|
5858
5859
|
creatable: boolean;
|
|
@@ -5879,7 +5880,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5879
5880
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5880
5881
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5881
5882
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5882
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5883
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5883
5884
|
multiple: boolean;
|
|
5884
5885
|
clearable: boolean;
|
|
5885
5886
|
creatable: boolean;
|
|
@@ -5912,7 +5913,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5912
5913
|
[key: string]: React.ReactInstance;
|
|
5913
5914
|
};
|
|
5914
5915
|
componentDidMount?(): void;
|
|
5915
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5916
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5916
5917
|
multiple: boolean;
|
|
5917
5918
|
clearable: boolean;
|
|
5918
5919
|
creatable: boolean;
|
|
@@ -5940,7 +5941,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5940
5941
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5941
5942
|
componentWillUnmount?(): void;
|
|
5942
5943
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5943
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5944
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5944
5945
|
multiple: boolean;
|
|
5945
5946
|
clearable: boolean;
|
|
5946
5947
|
creatable: boolean;
|
|
@@ -5966,7 +5967,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5966
5967
|
locale?: string | undefined;
|
|
5967
5968
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5968
5969
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
5969
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5970
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5970
5971
|
multiple: boolean;
|
|
5971
5972
|
clearable: boolean;
|
|
5972
5973
|
creatable: boolean;
|
|
@@ -5994,7 +5995,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5994
5995
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5995
5996
|
componentWillMount?(): void;
|
|
5996
5997
|
UNSAFE_componentWillMount?(): void;
|
|
5997
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5998
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
5998
5999
|
multiple: boolean;
|
|
5999
6000
|
clearable: boolean;
|
|
6000
6001
|
creatable: boolean;
|
|
@@ -6020,7 +6021,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6020
6021
|
locale?: string | undefined;
|
|
6021
6022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6022
6023
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6023
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6024
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6024
6025
|
multiple: boolean;
|
|
6025
6026
|
clearable: boolean;
|
|
6026
6027
|
creatable: boolean;
|
|
@@ -6046,7 +6047,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6046
6047
|
locale?: string | undefined;
|
|
6047
6048
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6048
6049
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6049
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6050
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6050
6051
|
multiple: boolean;
|
|
6051
6052
|
clearable: boolean;
|
|
6052
6053
|
creatable: boolean;
|
|
@@ -6072,7 +6073,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6072
6073
|
locale?: string | undefined;
|
|
6073
6074
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6074
6075
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6075
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6076
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6076
6077
|
multiple: boolean;
|
|
6077
6078
|
clearable: boolean;
|
|
6078
6079
|
creatable: boolean;
|
|
@@ -6102,7 +6103,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6102
6103
|
contextType?: React.Context<any> | undefined;
|
|
6103
6104
|
}, {}> & {
|
|
6104
6105
|
ComposedComponent: {
|
|
6105
|
-
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6106
|
+
new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6106
6107
|
multiple: boolean;
|
|
6107
6108
|
clearable: boolean;
|
|
6108
6109
|
creatable: boolean;
|
|
@@ -6127,7 +6128,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6127
6128
|
}, never>> & {
|
|
6128
6129
|
locale?: string | undefined;
|
|
6129
6130
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6130
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6131
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6131
6132
|
multiple: boolean;
|
|
6132
6133
|
clearable: boolean;
|
|
6133
6134
|
creatable: boolean;
|
|
@@ -6155,7 +6156,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6155
6156
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>): {
|
|
6156
6157
|
render(): JSX.Element;
|
|
6157
6158
|
context: any;
|
|
6158
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6159
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6159
6160
|
multiple: boolean;
|
|
6160
6161
|
clearable: boolean;
|
|
6161
6162
|
creatable: boolean;
|
|
@@ -6182,7 +6183,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6182
6183
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6183
6184
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6184
6185
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6185
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6186
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6186
6187
|
multiple: boolean;
|
|
6187
6188
|
clearable: boolean;
|
|
6188
6189
|
creatable: boolean;
|
|
@@ -6215,7 +6216,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6215
6216
|
[key: string]: React.ReactInstance;
|
|
6216
6217
|
};
|
|
6217
6218
|
componentDidMount?(): void;
|
|
6218
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6219
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6219
6220
|
multiple: boolean;
|
|
6220
6221
|
clearable: boolean;
|
|
6221
6222
|
creatable: boolean;
|
|
@@ -6243,7 +6244,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6243
6244
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6244
6245
|
componentWillUnmount?(): void;
|
|
6245
6246
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6246
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6247
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6247
6248
|
multiple: boolean;
|
|
6248
6249
|
clearable: boolean;
|
|
6249
6250
|
creatable: boolean;
|
|
@@ -6269,7 +6270,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6269
6270
|
locale?: string | undefined;
|
|
6270
6271
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6271
6272
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
6272
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6273
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6273
6274
|
multiple: boolean;
|
|
6274
6275
|
clearable: boolean;
|
|
6275
6276
|
creatable: boolean;
|
|
@@ -6297,7 +6298,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6297
6298
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6298
6299
|
componentWillMount?(): void;
|
|
6299
6300
|
UNSAFE_componentWillMount?(): void;
|
|
6300
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6301
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6301
6302
|
multiple: boolean;
|
|
6302
6303
|
clearable: boolean;
|
|
6303
6304
|
creatable: boolean;
|
|
@@ -6323,7 +6324,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6323
6324
|
locale?: string | undefined;
|
|
6324
6325
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6325
6326
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6326
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6327
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6327
6328
|
multiple: boolean;
|
|
6328
6329
|
clearable: boolean;
|
|
6329
6330
|
creatable: boolean;
|
|
@@ -6349,7 +6350,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6349
6350
|
locale?: string | undefined;
|
|
6350
6351
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6351
6352
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6352
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6353
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6353
6354
|
multiple: boolean;
|
|
6354
6355
|
clearable: boolean;
|
|
6355
6356
|
creatable: boolean;
|
|
@@ -6375,7 +6376,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6375
6376
|
locale?: string | undefined;
|
|
6376
6377
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6377
6378
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6378
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6379
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6379
6380
|
multiple: boolean;
|
|
6380
6381
|
clearable: boolean;
|
|
6381
6382
|
creatable: boolean;
|
|
@@ -6402,7 +6403,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6402
6403
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6403
6404
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6404
6405
|
};
|
|
6405
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6406
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6406
6407
|
multiple: boolean;
|
|
6407
6408
|
clearable: boolean;
|
|
6408
6409
|
creatable: boolean;
|
|
@@ -6430,7 +6431,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6430
6431
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps, context: any): {
|
|
6431
6432
|
render(): JSX.Element;
|
|
6432
6433
|
context: any;
|
|
6433
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6434
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6434
6435
|
multiple: boolean;
|
|
6435
6436
|
clearable: boolean;
|
|
6436
6437
|
creatable: boolean;
|
|
@@ -6457,7 +6458,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6457
6458
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6458
6459
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6459
6460
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6460
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6461
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6461
6462
|
multiple: boolean;
|
|
6462
6463
|
clearable: boolean;
|
|
6463
6464
|
creatable: boolean;
|
|
@@ -6490,7 +6491,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6490
6491
|
[key: string]: React.ReactInstance;
|
|
6491
6492
|
};
|
|
6492
6493
|
componentDidMount?(): void;
|
|
6493
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6494
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6494
6495
|
multiple: boolean;
|
|
6495
6496
|
clearable: boolean;
|
|
6496
6497
|
creatable: boolean;
|
|
@@ -6518,7 +6519,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6518
6519
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6519
6520
|
componentWillUnmount?(): void;
|
|
6520
6521
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6521
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6522
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6522
6523
|
multiple: boolean;
|
|
6523
6524
|
clearable: boolean;
|
|
6524
6525
|
creatable: boolean;
|
|
@@ -6544,7 +6545,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6544
6545
|
locale?: string | undefined;
|
|
6545
6546
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6546
6547
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
6547
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6548
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6548
6549
|
multiple: boolean;
|
|
6549
6550
|
clearable: boolean;
|
|
6550
6551
|
creatable: boolean;
|
|
@@ -6572,7 +6573,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6572
6573
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6573
6574
|
componentWillMount?(): void;
|
|
6574
6575
|
UNSAFE_componentWillMount?(): void;
|
|
6575
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6576
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6576
6577
|
multiple: boolean;
|
|
6577
6578
|
clearable: boolean;
|
|
6578
6579
|
creatable: boolean;
|
|
@@ -6598,7 +6599,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6598
6599
|
locale?: string | undefined;
|
|
6599
6600
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6600
6601
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6601
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6602
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6602
6603
|
multiple: boolean;
|
|
6603
6604
|
clearable: boolean;
|
|
6604
6605
|
creatable: boolean;
|
|
@@ -6624,7 +6625,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6624
6625
|
locale?: string | undefined;
|
|
6625
6626
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6626
6627
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
6627
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6628
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6628
6629
|
multiple: boolean;
|
|
6629
6630
|
clearable: boolean;
|
|
6630
6631
|
creatable: boolean;
|
|
@@ -6650,7 +6651,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6650
6651
|
locale?: string | undefined;
|
|
6651
6652
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6652
6653
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6653
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6654
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "style" | "className" | "onFocus" | "onBlur" | "onChange" | "classPrefix" | "classnames" | "popOverContainer" | "theme" | "value" | "block" | "loading" | "loadingConfig" | "options" | "itemHeight" | "popoverClassName" | "borderMode" | "useMobileUI" | "joinValues" | "delimiter" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "spinnerClassName" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "placeholder" | "multiple" | "inline" | "clearable" | "labelField" | "virtualThreshold" | "overlayPlacement" | "resetValue" | "valueField" | "creatable" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
|
|
6654
6655
|
multiple: boolean;
|
|
6655
6656
|
clearable: boolean;
|
|
6656
6657
|
creatable: boolean;
|