amis-ui 6.11.0-beta.9 → 6.12.0-ab.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AlphabetIndexer.d.ts +11 -0
- package/esm/components/AlphabetIndexer.js +48 -0
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/AutoSizer.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +9 -0
- package/esm/components/BaiduMapPicker.js +50 -12
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConditionBuilder.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +1 -0
- package/esm/components/ContextMenu.js +6 -3
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DiffEditor.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/DropdownContextMenus.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/HorizontalScroll.d.ts +75 -0
- package/esm/components/HorizontalScroll.js +271 -0
- package/esm/components/Html.d.ts +2 -0
- package/esm/components/Html.js +6 -3
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +41 -40
- package/esm/components/LocationPicker.js +6 -6
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Menu.js +1 -1
- package/esm/components/MobileDevTool.js +1 -1
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +47 -0
- package/esm/components/Pagination.js +25 -26
- package/esm/components/PdfViewer.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +12 -0
- package/esm/components/PullRefresh.js +23 -13
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.js +1 -1
- package/esm/components/Shape.js +1 -1
- package/esm/components/Signature.d.ts +2 -3
- package/esm/components/Signature.js +29 -21
- package/esm/components/Slider.d.ts +56 -0
- package/esm/components/Slider.js +140 -0
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.d.ts +7 -0
- package/esm/components/Steps.js +6 -6
- package/esm/components/Switch.js +1 -1
- package/esm/components/Tab.js +1 -1
- package/esm/components/Table.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.d.ts +8 -1
- package/esm/components/Timeline.js +46 -5
- package/esm/components/TimelineItem.d.ts +984 -23
- package/esm/components/TimelineItem.js +86 -30
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +3 -3
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +47 -46
- package/esm/components/Tree.js +52 -12
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.js +13 -9
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +14 -10
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +1 -1
- package/esm/components/index.d.ts +5 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.d.ts +12 -2
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/PanelMenu.d.ts +46 -0
- package/esm/components/menu/PanelMenu.js +68 -0
- package/esm/components/menu/SubMenu.d.ts +1 -1
- package/esm/components/menu/SubMenu.js +16 -5
- package/esm/components/menu/index.d.ts +29 -25
- package/esm/components/menu/index.js +23 -8
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.d.ts +2 -0
- package/esm/components/table/Cell.js +10 -3
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.d.ts +1 -0
- package/esm/components/table/Head.js +12 -17
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.js +18 -7
- package/esm/components/table/util.d.ts +1 -0
- package/esm/components/table/util.js +23 -2
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/components/withBadge.js +1 -1
- package/esm/hooks/use-click-away.d.ts +12 -0
- package/esm/hooks/use-click-away.js +55 -0
- package/esm/hooks/use-on-screen.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/fullscreen.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/rotate-screen.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.d.ts +2 -1
- package/esm/index.js +5 -2
- package/esm/locale/de-DE.js +2 -1
- package/esm/locale/en-US.js +2 -1
- package/esm/locale/zh-CN.js +2 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/esm/utils/vectorComputed.js +1 -1
- package/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +40 -40
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AlphabetIndexer.d.ts +11 -0
- package/lib/components/AlphabetIndexer.js +59 -0
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/AnchorNavSection.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +110 -110
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +9 -0
- package/lib/components/BaiduMapPicker.js +50 -12
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +80 -80
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +60 -60
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +50 -50
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConditionBuilder.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +1 -0
- package/lib/components/ContextMenu.js +6 -3
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DiffEditor.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/DropdownContextMenus.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/HorizontalScroll.d.ts +75 -0
- package/lib/components/HorizontalScroll.js +283 -0
- package/lib/components/Html.d.ts +2 -0
- package/lib/components/Html.js +6 -2
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +41 -40
- package/lib/components/LocationPicker.js +6 -6
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Menu.js +1 -1
- package/lib/components/MobileDevTool.js +1 -1
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +10 -10
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +87 -40
- package/lib/components/Pagination.js +25 -26
- package/lib/components/PdfViewer.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +40 -40
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +90 -90
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +12 -0
- package/lib/components/PullRefresh.js +23 -13
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +187 -188
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/Shape.js +1 -1
- package/lib/components/Signature.d.ts +2 -3
- package/lib/components/Signature.js +31 -21
- package/lib/components/Slider.d.ts +56 -0
- package/lib/components/Slider.js +146 -0
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +20 -20
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.d.ts +7 -0
- package/lib/components/Steps.js +6 -6
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +80 -80
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +70 -70
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.d.ts +8 -1
- package/lib/components/Timeline.js +44 -3
- package/lib/components/TimelineItem.d.ts +984 -23
- package/lib/components/TimelineItem.js +88 -27
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +40 -40
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +20 -20
- package/lib/components/TooltipWrapper.js +3 -3
- package/lib/components/Transfer.d.ts +40 -40
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +47 -46
- package/lib/components/Tree.js +51 -11
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +13 -9
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +14 -10
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +1 -1
- package/lib/components/index.d.ts +5 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.d.ts +12 -2
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/PanelMenu.d.ts +46 -0
- package/lib/components/menu/PanelMenu.js +74 -0
- package/lib/components/menu/SubMenu.d.ts +1 -1
- package/lib/components/menu/SubMenu.js +16 -5
- package/lib/components/menu/index.d.ts +29 -25
- package/lib/components/menu/index.js +23 -8
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +2 -0
- package/lib/components/table/Cell.js +10 -3
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.d.ts +1 -0
- package/lib/components/table/Head.js +11 -16
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +120 -120
- package/lib/components/table/index.js +18 -7
- package/lib/components/table/util.d.ts +6 -5
- package/lib/components/table/util.js +23 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/components/withBadge.js +1 -1
- package/lib/hooks/use-click-away.d.ts +12 -0
- package/lib/hooks/use-click-away.js +59 -0
- package/lib/hooks/use-on-screen.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/fullscreen.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/rotate-screen.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +8 -1
- package/lib/locale/de-DE.js +2 -1
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/zh-CN.js +2 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1109 -129
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1109 -129
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1109 -129
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1109 -129
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1109 -129
- package/lib/utils/vectorComputed.js +1 -1
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +4 -3
- package/scss/_components.scss +22 -10
- package/scss/_properties.scss +13 -1
- package/scss/base/_animate.scss +84 -0
- package/scss/components/_cards.scss +26 -0
- package/scss/components/_carousel.scss +9 -8
- package/scss/components/_context-menu.scss +34 -42
- package/scss/components/_dropdown.scss +0 -1
- package/scss/components/_horizontal-scroll.scss +51 -0
- package/scss/components/_images.scss +435 -0
- package/scss/components/_list.scss +57 -0
- package/scss/components/_menu.scss +58 -0
- package/scss/components/_page.scss +27 -1
- package/scss/components/_pagination.scss +96 -3
- package/scss/components/_popoverable.scss +6 -5
- package/scss/components/_signature.scss +1 -0
- package/scss/components/_slider.scss +27 -0
- package/scss/components/_steps.scss +17 -2
- package/scss/components/_table.scss +19 -1
- package/scss/components/_table2.scss +28 -0
- package/scss/components/_timeline.scss +366 -88
- package/scss/themes/_common.scss +3 -0
- package/esm/utils/smoothSignature.js +0 -386
- package/lib/utils/smoothSignature.js +0 -390
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* @date 2017-11-07
|
|
6
6
|
*/
|
|
7
7
|
/// <reference types="hoist-non-react-statics" />
|
|
8
|
-
/// <reference types="lodash" />
|
|
9
8
|
import React from 'react';
|
|
10
9
|
import { ControllerStateAndHelpers } from 'downshift';
|
|
11
10
|
import { ThemeProps } from 'amis-core';
|
|
@@ -204,7 +203,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
|
|
|
204
203
|
render(): React.JSX.Element;
|
|
205
204
|
}
|
|
206
205
|
declare const EnhancedSelect: {
|
|
207
|
-
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
206
|
+
new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
208
207
|
disabled?: boolean | undefined;
|
|
209
208
|
multiple?: boolean | undefined;
|
|
210
209
|
placeholder?: string | undefined;
|
|
@@ -235,7 +234,7 @@ declare const EnhancedSelect: {
|
|
|
235
234
|
getWrappedInstance(): any;
|
|
236
235
|
render(): React.JSX.Element;
|
|
237
236
|
context: unknown;
|
|
238
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
237
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
239
238
|
disabled?: boolean | undefined;
|
|
240
239
|
multiple?: boolean | undefined;
|
|
241
240
|
placeholder?: string | undefined;
|
|
@@ -262,7 +261,7 @@ declare const EnhancedSelect: {
|
|
|
262
261
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
263
262
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
264
263
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
265
|
-
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
264
|
+
readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
266
265
|
disabled?: boolean | undefined;
|
|
267
266
|
multiple?: boolean | undefined;
|
|
268
267
|
placeholder?: string | undefined;
|
|
@@ -293,7 +292,7 @@ declare const EnhancedSelect: {
|
|
|
293
292
|
[key: string]: React.ReactInstance;
|
|
294
293
|
};
|
|
295
294
|
componentDidMount?(): void;
|
|
296
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
295
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
297
296
|
disabled?: boolean | undefined;
|
|
298
297
|
multiple?: boolean | undefined;
|
|
299
298
|
placeholder?: string | undefined;
|
|
@@ -321,7 +320,7 @@ declare const EnhancedSelect: {
|
|
|
321
320
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
322
321
|
componentWillUnmount?(): void;
|
|
323
322
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
324
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
323
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
325
324
|
disabled?: boolean | undefined;
|
|
326
325
|
multiple?: boolean | undefined;
|
|
327
326
|
placeholder?: string | undefined;
|
|
@@ -347,7 +346,7 @@ declare const EnhancedSelect: {
|
|
|
347
346
|
locale?: string | undefined;
|
|
348
347
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
349
348
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
350
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
349
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
351
350
|
disabled?: boolean | undefined;
|
|
352
351
|
multiple?: boolean | undefined;
|
|
353
352
|
placeholder?: string | undefined;
|
|
@@ -375,7 +374,7 @@ declare const EnhancedSelect: {
|
|
|
375
374
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
376
375
|
componentWillMount?(): void;
|
|
377
376
|
UNSAFE_componentWillMount?(): void;
|
|
378
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
377
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
379
378
|
disabled?: boolean | undefined;
|
|
380
379
|
multiple?: boolean | undefined;
|
|
381
380
|
placeholder?: string | undefined;
|
|
@@ -401,7 +400,7 @@ declare const EnhancedSelect: {
|
|
|
401
400
|
locale?: string | undefined;
|
|
402
401
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
403
402
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
404
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
403
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
405
404
|
disabled?: boolean | undefined;
|
|
406
405
|
multiple?: boolean | undefined;
|
|
407
406
|
placeholder?: string | undefined;
|
|
@@ -427,7 +426,7 @@ declare const EnhancedSelect: {
|
|
|
427
426
|
locale?: string | undefined;
|
|
428
427
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
429
428
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
430
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
429
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
431
430
|
disabled?: boolean | undefined;
|
|
432
431
|
multiple?: boolean | undefined;
|
|
433
432
|
placeholder?: string | undefined;
|
|
@@ -453,7 +452,7 @@ declare const EnhancedSelect: {
|
|
|
453
452
|
locale?: string | undefined;
|
|
454
453
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
455
454
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
456
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
455
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
457
456
|
disabled?: boolean | undefined;
|
|
458
457
|
multiple?: boolean | undefined;
|
|
459
458
|
placeholder?: string | undefined;
|
|
@@ -483,7 +482,7 @@ declare const EnhancedSelect: {
|
|
|
483
482
|
displayName: string;
|
|
484
483
|
contextType: React.Context<string>;
|
|
485
484
|
ComposedComponent: React.ComponentType<{
|
|
486
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
485
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
487
486
|
disabled?: boolean | undefined;
|
|
488
487
|
multiple?: boolean | undefined;
|
|
489
488
|
placeholder?: string | undefined;
|
|
@@ -514,7 +513,7 @@ declare const EnhancedSelect: {
|
|
|
514
513
|
getWrappedInstance(): any;
|
|
515
514
|
render(): React.JSX.Element;
|
|
516
515
|
context: unknown;
|
|
517
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
516
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
518
517
|
disabled?: boolean | undefined;
|
|
519
518
|
multiple?: boolean | undefined;
|
|
520
519
|
placeholder?: string | undefined;
|
|
@@ -541,7 +540,7 @@ declare const EnhancedSelect: {
|
|
|
541
540
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
542
541
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
543
542
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
544
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
543
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
545
544
|
disabled?: boolean | undefined;
|
|
546
545
|
multiple?: boolean | undefined;
|
|
547
546
|
placeholder?: string | undefined;
|
|
@@ -572,7 +571,7 @@ declare const EnhancedSelect: {
|
|
|
572
571
|
[key: string]: React.ReactInstance;
|
|
573
572
|
};
|
|
574
573
|
componentDidMount?(): void;
|
|
575
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
574
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
576
575
|
disabled?: boolean | undefined;
|
|
577
576
|
multiple?: boolean | undefined;
|
|
578
577
|
placeholder?: string | undefined;
|
|
@@ -600,7 +599,7 @@ declare const EnhancedSelect: {
|
|
|
600
599
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
601
600
|
componentWillUnmount?(): void;
|
|
602
601
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
603
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
602
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
604
603
|
disabled?: boolean | undefined;
|
|
605
604
|
multiple?: boolean | undefined;
|
|
606
605
|
placeholder?: string | undefined;
|
|
@@ -626,7 +625,7 @@ declare const EnhancedSelect: {
|
|
|
626
625
|
locale?: string | undefined;
|
|
627
626
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
628
627
|
}>, prevState: Readonly<{}>): any;
|
|
629
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
628
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
630
629
|
disabled?: boolean | undefined;
|
|
631
630
|
multiple?: boolean | undefined;
|
|
632
631
|
placeholder?: string | undefined;
|
|
@@ -654,7 +653,7 @@ declare const EnhancedSelect: {
|
|
|
654
653
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
655
654
|
componentWillMount?(): void;
|
|
656
655
|
UNSAFE_componentWillMount?(): void;
|
|
657
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
656
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
658
657
|
disabled?: boolean | undefined;
|
|
659
658
|
multiple?: boolean | undefined;
|
|
660
659
|
placeholder?: string | undefined;
|
|
@@ -680,7 +679,7 @@ declare const EnhancedSelect: {
|
|
|
680
679
|
locale?: string | undefined;
|
|
681
680
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
682
681
|
}>, nextContext: any): void;
|
|
683
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
682
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
684
683
|
disabled?: boolean | undefined;
|
|
685
684
|
multiple?: boolean | undefined;
|
|
686
685
|
placeholder?: string | undefined;
|
|
@@ -706,7 +705,7 @@ declare const EnhancedSelect: {
|
|
|
706
705
|
locale?: string | undefined;
|
|
707
706
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
708
707
|
}>, nextContext: any): void;
|
|
709
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
708
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
710
709
|
disabled?: boolean | undefined;
|
|
711
710
|
multiple?: boolean | undefined;
|
|
712
711
|
placeholder?: string | undefined;
|
|
@@ -732,7 +731,7 @@ declare const EnhancedSelect: {
|
|
|
732
731
|
locale?: string | undefined;
|
|
733
732
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
734
733
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
735
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
734
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
736
735
|
disabled?: boolean | undefined;
|
|
737
736
|
multiple?: boolean | undefined;
|
|
738
737
|
placeholder?: string | undefined;
|
|
@@ -766,7 +765,7 @@ declare const EnhancedSelect: {
|
|
|
766
765
|
ComposedComponent: typeof Select;
|
|
767
766
|
}>;
|
|
768
767
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
769
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
768
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
770
769
|
disabled?: boolean | undefined;
|
|
771
770
|
multiple?: boolean | undefined;
|
|
772
771
|
placeholder?: string | undefined;
|
|
@@ -797,7 +796,7 @@ declare const EnhancedSelect: {
|
|
|
797
796
|
getWrappedInstance(): any;
|
|
798
797
|
render(): React.JSX.Element;
|
|
799
798
|
context: unknown;
|
|
800
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
799
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
801
800
|
disabled?: boolean | undefined;
|
|
802
801
|
multiple?: boolean | undefined;
|
|
803
802
|
placeholder?: string | undefined;
|
|
@@ -824,7 +823,7 @@ declare const EnhancedSelect: {
|
|
|
824
823
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
825
824
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
826
825
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
827
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
826
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
828
827
|
disabled?: boolean | undefined;
|
|
829
828
|
multiple?: boolean | undefined;
|
|
830
829
|
placeholder?: string | undefined;
|
|
@@ -855,7 +854,7 @@ declare const EnhancedSelect: {
|
|
|
855
854
|
[key: string]: React.ReactInstance;
|
|
856
855
|
};
|
|
857
856
|
componentDidMount?(): void;
|
|
858
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
857
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
859
858
|
disabled?: boolean | undefined;
|
|
860
859
|
multiple?: boolean | undefined;
|
|
861
860
|
placeholder?: string | undefined;
|
|
@@ -883,7 +882,7 @@ declare const EnhancedSelect: {
|
|
|
883
882
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
884
883
|
componentWillUnmount?(): void;
|
|
885
884
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
886
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
885
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
887
886
|
disabled?: boolean | undefined;
|
|
888
887
|
multiple?: boolean | undefined;
|
|
889
888
|
placeholder?: string | undefined;
|
|
@@ -909,7 +908,7 @@ declare const EnhancedSelect: {
|
|
|
909
908
|
locale?: string | undefined;
|
|
910
909
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
911
910
|
}>, prevState: Readonly<{}>): any;
|
|
912
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
911
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
913
912
|
disabled?: boolean | undefined;
|
|
914
913
|
multiple?: boolean | undefined;
|
|
915
914
|
placeholder?: string | undefined;
|
|
@@ -937,7 +936,7 @@ declare const EnhancedSelect: {
|
|
|
937
936
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
938
937
|
componentWillMount?(): void;
|
|
939
938
|
UNSAFE_componentWillMount?(): void;
|
|
940
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
939
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
941
940
|
disabled?: boolean | undefined;
|
|
942
941
|
multiple?: boolean | undefined;
|
|
943
942
|
placeholder?: string | undefined;
|
|
@@ -963,7 +962,7 @@ declare const EnhancedSelect: {
|
|
|
963
962
|
locale?: string | undefined;
|
|
964
963
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
965
964
|
}>, nextContext: any): void;
|
|
966
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
965
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
967
966
|
disabled?: boolean | undefined;
|
|
968
967
|
multiple?: boolean | undefined;
|
|
969
968
|
placeholder?: string | undefined;
|
|
@@ -989,7 +988,7 @@ declare const EnhancedSelect: {
|
|
|
989
988
|
locale?: string | undefined;
|
|
990
989
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
991
990
|
}>, nextContext: any): void;
|
|
992
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
991
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
993
992
|
disabled?: boolean | undefined;
|
|
994
993
|
multiple?: boolean | undefined;
|
|
995
994
|
placeholder?: string | undefined;
|
|
@@ -1015,7 +1014,7 @@ declare const EnhancedSelect: {
|
|
|
1015
1014
|
locale?: string | undefined;
|
|
1016
1015
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1017
1016
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1018
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1017
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1019
1018
|
disabled?: boolean | undefined;
|
|
1020
1019
|
multiple?: boolean | undefined;
|
|
1021
1020
|
placeholder?: string | undefined;
|
|
@@ -1049,7 +1048,7 @@ declare const EnhancedSelect: {
|
|
|
1049
1048
|
ComposedComponent: typeof Select;
|
|
1050
1049
|
}, {}> & {
|
|
1051
1050
|
ComposedComponent: {
|
|
1052
|
-
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1051
|
+
new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1053
1052
|
disabled?: boolean | undefined;
|
|
1054
1053
|
multiple?: boolean | undefined;
|
|
1055
1054
|
placeholder?: string | undefined;
|
|
@@ -1080,7 +1079,7 @@ declare const EnhancedSelect: {
|
|
|
1080
1079
|
getWrappedInstance(): any;
|
|
1081
1080
|
render(): React.JSX.Element;
|
|
1082
1081
|
context: unknown;
|
|
1083
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1082
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1084
1083
|
disabled?: boolean | undefined;
|
|
1085
1084
|
multiple?: boolean | undefined;
|
|
1086
1085
|
placeholder?: string | undefined;
|
|
@@ -1107,7 +1106,7 @@ declare const EnhancedSelect: {
|
|
|
1107
1106
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1108
1107
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1109
1108
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1110
|
-
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1109
|
+
readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1111
1110
|
disabled?: boolean | undefined;
|
|
1112
1111
|
multiple?: boolean | undefined;
|
|
1113
1112
|
placeholder?: string | undefined;
|
|
@@ -1138,7 +1137,7 @@ declare const EnhancedSelect: {
|
|
|
1138
1137
|
[key: string]: React.ReactInstance;
|
|
1139
1138
|
};
|
|
1140
1139
|
componentDidMount?(): void;
|
|
1141
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1140
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1142
1141
|
disabled?: boolean | undefined;
|
|
1143
1142
|
multiple?: boolean | undefined;
|
|
1144
1143
|
placeholder?: string | undefined;
|
|
@@ -1166,7 +1165,7 @@ declare const EnhancedSelect: {
|
|
|
1166
1165
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1167
1166
|
componentWillUnmount?(): void;
|
|
1168
1167
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1169
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1168
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1170
1169
|
disabled?: boolean | undefined;
|
|
1171
1170
|
multiple?: boolean | undefined;
|
|
1172
1171
|
placeholder?: string | undefined;
|
|
@@ -1192,7 +1191,7 @@ declare const EnhancedSelect: {
|
|
|
1192
1191
|
locale?: string | undefined;
|
|
1193
1192
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1194
1193
|
}>, prevState: Readonly<{}>): any;
|
|
1195
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1194
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1196
1195
|
disabled?: boolean | undefined;
|
|
1197
1196
|
multiple?: boolean | undefined;
|
|
1198
1197
|
placeholder?: string | undefined;
|
|
@@ -1220,7 +1219,7 @@ declare const EnhancedSelect: {
|
|
|
1220
1219
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1221
1220
|
componentWillMount?(): void;
|
|
1222
1221
|
UNSAFE_componentWillMount?(): void;
|
|
1223
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1222
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1224
1223
|
disabled?: boolean | undefined;
|
|
1225
1224
|
multiple?: boolean | undefined;
|
|
1226
1225
|
placeholder?: string | undefined;
|
|
@@ -1246,7 +1245,7 @@ declare const EnhancedSelect: {
|
|
|
1246
1245
|
locale?: string | undefined;
|
|
1247
1246
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1248
1247
|
}>, nextContext: any): void;
|
|
1249
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1248
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1250
1249
|
disabled?: boolean | undefined;
|
|
1251
1250
|
multiple?: boolean | undefined;
|
|
1252
1251
|
placeholder?: string | undefined;
|
|
@@ -1272,7 +1271,7 @@ declare const EnhancedSelect: {
|
|
|
1272
1271
|
locale?: string | undefined;
|
|
1273
1272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1274
1273
|
}>, nextContext: any): void;
|
|
1275
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1274
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1276
1275
|
disabled?: boolean | undefined;
|
|
1277
1276
|
multiple?: boolean | undefined;
|
|
1278
1277
|
placeholder?: string | undefined;
|
|
@@ -1298,7 +1297,7 @@ declare const EnhancedSelect: {
|
|
|
1298
1297
|
locale?: string | undefined;
|
|
1299
1298
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1300
1299
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1301
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1300
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1302
1301
|
disabled?: boolean | undefined;
|
|
1303
1302
|
multiple?: boolean | undefined;
|
|
1304
1303
|
placeholder?: string | undefined;
|
|
@@ -1334,7 +1333,7 @@ declare const EnhancedSelect: {
|
|
|
1334
1333
|
};
|
|
1335
1334
|
export default EnhancedSelect;
|
|
1336
1335
|
export declare const SelectWithRemoteOptions: {
|
|
1337
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1336
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1338
1337
|
disabled?: boolean | undefined;
|
|
1339
1338
|
multiple?: boolean | undefined;
|
|
1340
1339
|
placeholder?: string | undefined;
|
|
@@ -1409,7 +1408,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1409
1408
|
getWrappedInstance(): any;
|
|
1410
1409
|
render(): React.JSX.Element;
|
|
1411
1410
|
context: unknown;
|
|
1412
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1411
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1413
1412
|
disabled?: boolean | undefined;
|
|
1414
1413
|
multiple?: boolean | undefined;
|
|
1415
1414
|
placeholder?: string | undefined;
|
|
@@ -1458,7 +1457,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1458
1457
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1459
1458
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
1460
1459
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1461
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1460
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1462
1461
|
disabled?: boolean | undefined;
|
|
1463
1462
|
multiple?: boolean | undefined;
|
|
1464
1463
|
placeholder?: string | undefined;
|
|
@@ -1511,7 +1510,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1511
1510
|
[key: string]: React.ReactInstance;
|
|
1512
1511
|
};
|
|
1513
1512
|
componentDidMount?(): void;
|
|
1514
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1513
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1515
1514
|
disabled?: boolean | undefined;
|
|
1516
1515
|
multiple?: boolean | undefined;
|
|
1517
1516
|
placeholder?: string | undefined;
|
|
@@ -1560,7 +1559,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1560
1559
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1561
1560
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1562
1561
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1563
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1562
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1564
1563
|
disabled?: boolean | undefined;
|
|
1565
1564
|
multiple?: boolean | undefined;
|
|
1566
1565
|
placeholder?: string | undefined;
|
|
@@ -1608,7 +1607,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1608
1607
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1609
1608
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1610
1609
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
1611
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1610
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1612
1611
|
disabled?: boolean | undefined;
|
|
1613
1612
|
multiple?: boolean | undefined;
|
|
1614
1613
|
placeholder?: string | undefined;
|
|
@@ -1658,7 +1657,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1658
1657
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1659
1658
|
componentWillMount?(): void;
|
|
1660
1659
|
UNSAFE_componentWillMount?(): void;
|
|
1661
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1660
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1662
1661
|
disabled?: boolean | undefined;
|
|
1663
1662
|
multiple?: boolean | undefined;
|
|
1664
1663
|
placeholder?: string | undefined;
|
|
@@ -1706,7 +1705,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1706
1705
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1707
1706
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1708
1707
|
}, "store">>, nextContext: any): void;
|
|
1709
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1708
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1710
1709
|
disabled?: boolean | undefined;
|
|
1711
1710
|
multiple?: boolean | undefined;
|
|
1712
1711
|
placeholder?: string | undefined;
|
|
@@ -1754,7 +1753,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1754
1753
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1755
1754
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1756
1755
|
}, "store">>, nextContext: any): void;
|
|
1757
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1756
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1758
1757
|
disabled?: boolean | undefined;
|
|
1759
1758
|
multiple?: boolean | undefined;
|
|
1760
1759
|
placeholder?: string | undefined;
|
|
@@ -1802,7 +1801,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1802
1801
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
1803
1802
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1804
1803
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1805
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1804
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1806
1805
|
disabled?: boolean | undefined;
|
|
1807
1806
|
multiple?: boolean | undefined;
|
|
1808
1807
|
placeholder?: string | undefined;
|
|
@@ -1851,7 +1850,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1851
1850
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1852
1851
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1853
1852
|
};
|
|
1854
|
-
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1853
|
+
new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1855
1854
|
disabled?: boolean | undefined;
|
|
1856
1855
|
multiple?: boolean | undefined;
|
|
1857
1856
|
placeholder?: string | undefined;
|
|
@@ -1926,7 +1925,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1926
1925
|
getWrappedInstance(): any;
|
|
1927
1926
|
render(): React.JSX.Element;
|
|
1928
1927
|
context: unknown;
|
|
1929
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1928
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1930
1929
|
disabled?: boolean | undefined;
|
|
1931
1930
|
multiple?: boolean | undefined;
|
|
1932
1931
|
placeholder?: string | undefined;
|
|
@@ -1975,7 +1974,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
1975
1974
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1976
1975
|
}, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
1977
1976
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1978
|
-
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
1977
|
+
readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
1979
1978
|
disabled?: boolean | undefined;
|
|
1980
1979
|
multiple?: boolean | undefined;
|
|
1981
1980
|
placeholder?: string | undefined;
|
|
@@ -2028,7 +2027,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2028
2027
|
[key: string]: React.ReactInstance;
|
|
2029
2028
|
};
|
|
2030
2029
|
componentDidMount?(): void;
|
|
2031
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2030
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2032
2031
|
disabled?: boolean | undefined;
|
|
2033
2032
|
multiple?: boolean | undefined;
|
|
2034
2033
|
placeholder?: string | undefined;
|
|
@@ -2077,7 +2076,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2077
2076
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2078
2077
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2079
2078
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2080
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2079
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2081
2080
|
disabled?: boolean | undefined;
|
|
2082
2081
|
multiple?: boolean | undefined;
|
|
2083
2082
|
placeholder?: string | undefined;
|
|
@@ -2125,7 +2124,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2125
2124
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2126
2125
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2127
2126
|
}, "store">>, prevState: Readonly<{}>): any;
|
|
2128
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2127
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2129
2128
|
disabled?: boolean | undefined;
|
|
2130
2129
|
multiple?: boolean | undefined;
|
|
2131
2130
|
placeholder?: string | undefined;
|
|
@@ -2175,7 +2174,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2175
2174
|
}, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
2176
2175
|
componentWillMount?(): void;
|
|
2177
2176
|
UNSAFE_componentWillMount?(): void;
|
|
2178
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2177
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2179
2178
|
disabled?: boolean | undefined;
|
|
2180
2179
|
multiple?: boolean | undefined;
|
|
2181
2180
|
placeholder?: string | undefined;
|
|
@@ -2223,7 +2222,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2223
2222
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2224
2223
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2225
2224
|
}, "store">>, nextContext: any): void;
|
|
2226
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2225
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2227
2226
|
disabled?: boolean | undefined;
|
|
2228
2227
|
multiple?: boolean | undefined;
|
|
2229
2228
|
placeholder?: string | undefined;
|
|
@@ -2271,7 +2270,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2271
2270
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2272
2271
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2273
2272
|
}, "store">>, nextContext: any): void;
|
|
2274
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2273
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2275
2274
|
disabled?: boolean | undefined;
|
|
2276
2275
|
multiple?: boolean | undefined;
|
|
2277
2276
|
placeholder?: string | undefined;
|
|
@@ -2319,7 +2318,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2319
2318
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2320
2319
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2321
2320
|
}, "store">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2322
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2321
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2323
2322
|
disabled?: boolean | undefined;
|
|
2324
2323
|
multiple?: boolean | undefined;
|
|
2325
2324
|
placeholder?: string | undefined;
|
|
@@ -2370,7 +2369,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2370
2369
|
};
|
|
2371
2370
|
displayName: string;
|
|
2372
2371
|
ComposedComponent: React.ComponentType<{
|
|
2373
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2372
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2374
2373
|
disabled?: boolean | undefined;
|
|
2375
2374
|
multiple?: boolean | undefined;
|
|
2376
2375
|
placeholder?: string | undefined;
|
|
@@ -2433,7 +2432,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2433
2432
|
getWrappedInstance(): any;
|
|
2434
2433
|
render(): React.JSX.Element;
|
|
2435
2434
|
context: unknown;
|
|
2436
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2435
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2437
2436
|
disabled?: boolean | undefined;
|
|
2438
2437
|
multiple?: boolean | undefined;
|
|
2439
2438
|
placeholder?: string | undefined;
|
|
@@ -2482,7 +2481,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2482
2481
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2483
2482
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
2484
2483
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2485
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2484
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2486
2485
|
disabled?: boolean | undefined;
|
|
2487
2486
|
multiple?: boolean | undefined;
|
|
2488
2487
|
placeholder?: string | undefined;
|
|
@@ -2534,7 +2533,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2534
2533
|
refs: {
|
|
2535
2534
|
[key: string]: React.ReactInstance;
|
|
2536
2535
|
};
|
|
2537
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2536
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2538
2537
|
disabled?: boolean | undefined;
|
|
2539
2538
|
multiple?: boolean | undefined;
|
|
2540
2539
|
placeholder?: string | undefined;
|
|
@@ -2583,7 +2582,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2583
2582
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2584
2583
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2585
2584
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2586
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2585
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2587
2586
|
disabled?: boolean | undefined;
|
|
2588
2587
|
multiple?: boolean | undefined;
|
|
2589
2588
|
placeholder?: string | undefined;
|
|
@@ -2633,7 +2632,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2633
2632
|
}>, prevState: Readonly<{}>): any;
|
|
2634
2633
|
componentWillMount?(): void;
|
|
2635
2634
|
UNSAFE_componentWillMount?(): void;
|
|
2636
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2635
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2637
2636
|
disabled?: boolean | undefined;
|
|
2638
2637
|
multiple?: boolean | undefined;
|
|
2639
2638
|
placeholder?: string | undefined;
|
|
@@ -2681,7 +2680,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2681
2680
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2682
2681
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2683
2682
|
}>, nextContext: any): void;
|
|
2684
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2683
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2685
2684
|
disabled?: boolean | undefined;
|
|
2686
2685
|
multiple?: boolean | undefined;
|
|
2687
2686
|
placeholder?: string | undefined;
|
|
@@ -2729,7 +2728,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2729
2728
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2730
2729
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2731
2730
|
}>, nextContext: any): void;
|
|
2732
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2731
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2733
2732
|
disabled?: boolean | undefined;
|
|
2734
2733
|
multiple?: boolean | undefined;
|
|
2735
2734
|
placeholder?: string | undefined;
|
|
@@ -2777,7 +2776,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2777
2776
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
2778
2777
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2779
2778
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
2780
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2779
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2781
2780
|
disabled?: boolean | undefined;
|
|
2782
2781
|
multiple?: boolean | undefined;
|
|
2783
2782
|
placeholder?: string | undefined;
|
|
@@ -2828,7 +2827,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2828
2827
|
};
|
|
2829
2828
|
displayName: string;
|
|
2830
2829
|
ComposedComponent: React.ComponentType<{
|
|
2831
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2830
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2832
2831
|
disabled?: boolean | undefined;
|
|
2833
2832
|
multiple?: boolean | undefined;
|
|
2834
2833
|
placeholder?: string | undefined;
|
|
@@ -2856,7 +2855,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2856
2855
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps): {
|
|
2857
2856
|
render(): React.JSX.Element;
|
|
2858
2857
|
context: unknown;
|
|
2859
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2858
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2860
2859
|
disabled?: boolean | undefined;
|
|
2861
2860
|
multiple?: boolean | undefined;
|
|
2862
2861
|
placeholder?: string | undefined;
|
|
@@ -2883,7 +2882,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2883
2882
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2884
2883
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
2885
2884
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
2886
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2885
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2887
2886
|
disabled?: boolean | undefined;
|
|
2888
2887
|
multiple?: boolean | undefined;
|
|
2889
2888
|
placeholder?: string | undefined;
|
|
@@ -2914,7 +2913,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2914
2913
|
[key: string]: React.ReactInstance;
|
|
2915
2914
|
};
|
|
2916
2915
|
componentDidMount?(): void;
|
|
2917
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2916
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2918
2917
|
disabled?: boolean | undefined;
|
|
2919
2918
|
multiple?: boolean | undefined;
|
|
2920
2919
|
placeholder?: string | undefined;
|
|
@@ -2942,7 +2941,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2942
2941
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
2943
2942
|
componentWillUnmount?(): void;
|
|
2944
2943
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
2945
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2944
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2946
2945
|
disabled?: boolean | undefined;
|
|
2947
2946
|
multiple?: boolean | undefined;
|
|
2948
2947
|
placeholder?: string | undefined;
|
|
@@ -2968,7 +2967,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2968
2967
|
locale?: string | undefined;
|
|
2969
2968
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
2970
2969
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
2971
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2970
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
2972
2971
|
disabled?: boolean | undefined;
|
|
2973
2972
|
multiple?: boolean | undefined;
|
|
2974
2973
|
placeholder?: string | undefined;
|
|
@@ -2996,7 +2995,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
2996
2995
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
2997
2996
|
componentWillMount?(): void;
|
|
2998
2997
|
UNSAFE_componentWillMount?(): void;
|
|
2999
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
2998
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3000
2999
|
disabled?: boolean | undefined;
|
|
3001
3000
|
multiple?: boolean | undefined;
|
|
3002
3001
|
placeholder?: string | undefined;
|
|
@@ -3022,7 +3021,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3022
3021
|
locale?: string | undefined;
|
|
3023
3022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3024
3023
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3025
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3024
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3026
3025
|
disabled?: boolean | undefined;
|
|
3027
3026
|
multiple?: boolean | undefined;
|
|
3028
3027
|
placeholder?: string | undefined;
|
|
@@ -3048,7 +3047,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3048
3047
|
locale?: string | undefined;
|
|
3049
3048
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3050
3049
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3051
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3050
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3052
3051
|
disabled?: boolean | undefined;
|
|
3053
3052
|
multiple?: boolean | undefined;
|
|
3054
3053
|
placeholder?: string | undefined;
|
|
@@ -3074,7 +3073,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3074
3073
|
locale?: string | undefined;
|
|
3075
3074
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3076
3075
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3077
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3076
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3078
3077
|
disabled?: boolean | undefined;
|
|
3079
3078
|
multiple?: boolean | undefined;
|
|
3080
3079
|
placeholder?: string | undefined;
|
|
@@ -3101,7 +3100,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3101
3100
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3102
3101
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3103
3102
|
};
|
|
3104
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3103
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3105
3104
|
disabled?: boolean | undefined;
|
|
3106
3105
|
multiple?: boolean | undefined;
|
|
3107
3106
|
placeholder?: string | undefined;
|
|
@@ -3129,7 +3128,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3129
3128
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
3130
3129
|
render(): React.JSX.Element;
|
|
3131
3130
|
context: unknown;
|
|
3132
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3131
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3133
3132
|
disabled?: boolean | undefined;
|
|
3134
3133
|
multiple?: boolean | undefined;
|
|
3135
3134
|
placeholder?: string | undefined;
|
|
@@ -3156,7 +3155,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3156
3155
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3157
3156
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3158
3157
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3159
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3158
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3160
3159
|
disabled?: boolean | undefined;
|
|
3161
3160
|
multiple?: boolean | undefined;
|
|
3162
3161
|
placeholder?: string | undefined;
|
|
@@ -3187,7 +3186,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3187
3186
|
[key: string]: React.ReactInstance;
|
|
3188
3187
|
};
|
|
3189
3188
|
componentDidMount?(): void;
|
|
3190
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3189
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3191
3190
|
disabled?: boolean | undefined;
|
|
3192
3191
|
multiple?: boolean | undefined;
|
|
3193
3192
|
placeholder?: string | undefined;
|
|
@@ -3215,7 +3214,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3215
3214
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3216
3215
|
componentWillUnmount?(): void;
|
|
3217
3216
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3218
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3217
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3219
3218
|
disabled?: boolean | undefined;
|
|
3220
3219
|
multiple?: boolean | undefined;
|
|
3221
3220
|
placeholder?: string | undefined;
|
|
@@ -3241,7 +3240,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3241
3240
|
locale?: string | undefined;
|
|
3242
3241
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3243
3242
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
3244
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3243
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3245
3244
|
disabled?: boolean | undefined;
|
|
3246
3245
|
multiple?: boolean | undefined;
|
|
3247
3246
|
placeholder?: string | undefined;
|
|
@@ -3269,7 +3268,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3269
3268
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
3270
3269
|
componentWillMount?(): void;
|
|
3271
3270
|
UNSAFE_componentWillMount?(): void;
|
|
3272
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3271
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3273
3272
|
disabled?: boolean | undefined;
|
|
3274
3273
|
multiple?: boolean | undefined;
|
|
3275
3274
|
placeholder?: string | undefined;
|
|
@@ -3295,7 +3294,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3295
3294
|
locale?: string | undefined;
|
|
3296
3295
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3297
3296
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3298
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3297
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3299
3298
|
disabled?: boolean | undefined;
|
|
3300
3299
|
multiple?: boolean | undefined;
|
|
3301
3300
|
placeholder?: string | undefined;
|
|
@@ -3321,7 +3320,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3321
3320
|
locale?: string | undefined;
|
|
3322
3321
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3323
3322
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
3324
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3323
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3325
3324
|
disabled?: boolean | undefined;
|
|
3326
3325
|
multiple?: boolean | undefined;
|
|
3327
3326
|
placeholder?: string | undefined;
|
|
@@ -3347,7 +3346,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3347
3346
|
locale?: string | undefined;
|
|
3348
3347
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3349
3348
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3350
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3349
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3351
3350
|
disabled?: boolean | undefined;
|
|
3352
3351
|
multiple?: boolean | undefined;
|
|
3353
3352
|
placeholder?: string | undefined;
|
|
@@ -3380,7 +3379,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3380
3379
|
}>;
|
|
3381
3380
|
contextType?: React.Context<any> | undefined;
|
|
3382
3381
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
3383
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3382
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3384
3383
|
disabled?: boolean | undefined;
|
|
3385
3384
|
multiple?: boolean | undefined;
|
|
3386
3385
|
placeholder?: string | undefined;
|
|
@@ -3443,7 +3442,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3443
3442
|
getWrappedInstance(): any;
|
|
3444
3443
|
render(): React.JSX.Element;
|
|
3445
3444
|
context: unknown;
|
|
3446
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3445
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3447
3446
|
disabled?: boolean | undefined;
|
|
3448
3447
|
multiple?: boolean | undefined;
|
|
3449
3448
|
placeholder?: string | undefined;
|
|
@@ -3492,7 +3491,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3492
3491
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3493
3492
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
3494
3493
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3495
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3494
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3496
3495
|
disabled?: boolean | undefined;
|
|
3497
3496
|
multiple?: boolean | undefined;
|
|
3498
3497
|
placeholder?: string | undefined;
|
|
@@ -3544,7 +3543,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3544
3543
|
refs: {
|
|
3545
3544
|
[key: string]: React.ReactInstance;
|
|
3546
3545
|
};
|
|
3547
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3546
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3548
3547
|
disabled?: boolean | undefined;
|
|
3549
3548
|
multiple?: boolean | undefined;
|
|
3550
3549
|
placeholder?: string | undefined;
|
|
@@ -3593,7 +3592,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3593
3592
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3594
3593
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3595
3594
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3596
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3595
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3597
3596
|
disabled?: boolean | undefined;
|
|
3598
3597
|
multiple?: boolean | undefined;
|
|
3599
3598
|
placeholder?: string | undefined;
|
|
@@ -3643,7 +3642,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3643
3642
|
}>, prevState: Readonly<{}>): any;
|
|
3644
3643
|
componentWillMount?(): void;
|
|
3645
3644
|
UNSAFE_componentWillMount?(): void;
|
|
3646
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3645
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3647
3646
|
disabled?: boolean | undefined;
|
|
3648
3647
|
multiple?: boolean | undefined;
|
|
3649
3648
|
placeholder?: string | undefined;
|
|
@@ -3691,7 +3690,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3691
3690
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3692
3691
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3693
3692
|
}>, nextContext: any): void;
|
|
3694
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3693
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3695
3694
|
disabled?: boolean | undefined;
|
|
3696
3695
|
multiple?: boolean | undefined;
|
|
3697
3696
|
placeholder?: string | undefined;
|
|
@@ -3739,7 +3738,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3739
3738
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3740
3739
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3741
3740
|
}>, nextContext: any): void;
|
|
3742
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3741
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3743
3742
|
disabled?: boolean | undefined;
|
|
3744
3743
|
multiple?: boolean | undefined;
|
|
3745
3744
|
placeholder?: string | undefined;
|
|
@@ -3787,7 +3786,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3787
3786
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
3788
3787
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
3789
3788
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
3790
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3789
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3791
3790
|
disabled?: boolean | undefined;
|
|
3792
3791
|
multiple?: boolean | undefined;
|
|
3793
3792
|
placeholder?: string | undefined;
|
|
@@ -3838,7 +3837,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3838
3837
|
};
|
|
3839
3838
|
displayName: string;
|
|
3840
3839
|
ComposedComponent: React.ComponentType<{
|
|
3841
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3840
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3842
3841
|
disabled?: boolean | undefined;
|
|
3843
3842
|
multiple?: boolean | undefined;
|
|
3844
3843
|
placeholder?: string | undefined;
|
|
@@ -3866,7 +3865,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3866
3865
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps): {
|
|
3867
3866
|
render(): React.JSX.Element;
|
|
3868
3867
|
context: unknown;
|
|
3869
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3868
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3870
3869
|
disabled?: boolean | undefined;
|
|
3871
3870
|
multiple?: boolean | undefined;
|
|
3872
3871
|
placeholder?: string | undefined;
|
|
@@ -3893,7 +3892,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3893
3892
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3894
3893
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
3895
3894
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
3896
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3895
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3897
3896
|
disabled?: boolean | undefined;
|
|
3898
3897
|
multiple?: boolean | undefined;
|
|
3899
3898
|
placeholder?: string | undefined;
|
|
@@ -3924,7 +3923,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3924
3923
|
[key: string]: React.ReactInstance;
|
|
3925
3924
|
};
|
|
3926
3925
|
componentDidMount?(): void;
|
|
3927
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3926
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3928
3927
|
disabled?: boolean | undefined;
|
|
3929
3928
|
multiple?: boolean | undefined;
|
|
3930
3929
|
placeholder?: string | undefined;
|
|
@@ -3952,7 +3951,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3952
3951
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
3953
3952
|
componentWillUnmount?(): void;
|
|
3954
3953
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
3955
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3954
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3956
3955
|
disabled?: boolean | undefined;
|
|
3957
3956
|
multiple?: boolean | undefined;
|
|
3958
3957
|
placeholder?: string | undefined;
|
|
@@ -3978,7 +3977,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
3978
3977
|
locale?: string | undefined;
|
|
3979
3978
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
3980
3979
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
3981
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
3980
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
3982
3981
|
disabled?: boolean | undefined;
|
|
3983
3982
|
multiple?: boolean | undefined;
|
|
3984
3983
|
placeholder?: string | undefined;
|
|
@@ -4006,7 +4005,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4006
4005
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4007
4006
|
componentWillMount?(): void;
|
|
4008
4007
|
UNSAFE_componentWillMount?(): void;
|
|
4009
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4008
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4010
4009
|
disabled?: boolean | undefined;
|
|
4011
4010
|
multiple?: boolean | undefined;
|
|
4012
4011
|
placeholder?: string | undefined;
|
|
@@ -4032,7 +4031,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4032
4031
|
locale?: string | undefined;
|
|
4033
4032
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4034
4033
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4035
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4034
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4036
4035
|
disabled?: boolean | undefined;
|
|
4037
4036
|
multiple?: boolean | undefined;
|
|
4038
4037
|
placeholder?: string | undefined;
|
|
@@ -4058,7 +4057,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4058
4057
|
locale?: string | undefined;
|
|
4059
4058
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4060
4059
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4061
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4060
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4062
4061
|
disabled?: boolean | undefined;
|
|
4063
4062
|
multiple?: boolean | undefined;
|
|
4064
4063
|
placeholder?: string | undefined;
|
|
@@ -4084,7 +4083,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4084
4083
|
locale?: string | undefined;
|
|
4085
4084
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4086
4085
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4087
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4086
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4088
4087
|
disabled?: boolean | undefined;
|
|
4089
4088
|
multiple?: boolean | undefined;
|
|
4090
4089
|
placeholder?: string | undefined;
|
|
@@ -4111,7 +4110,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4111
4110
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4112
4111
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4113
4112
|
};
|
|
4114
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4113
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4115
4114
|
disabled?: boolean | undefined;
|
|
4116
4115
|
multiple?: boolean | undefined;
|
|
4117
4116
|
placeholder?: string | undefined;
|
|
@@ -4139,7 +4138,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4139
4138
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
4140
4139
|
render(): React.JSX.Element;
|
|
4141
4140
|
context: unknown;
|
|
4142
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4141
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4143
4142
|
disabled?: boolean | undefined;
|
|
4144
4143
|
multiple?: boolean | undefined;
|
|
4145
4144
|
placeholder?: string | undefined;
|
|
@@ -4166,7 +4165,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4166
4165
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4167
4166
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
4168
4167
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4169
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4168
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4170
4169
|
disabled?: boolean | undefined;
|
|
4171
4170
|
multiple?: boolean | undefined;
|
|
4172
4171
|
placeholder?: string | undefined;
|
|
@@ -4197,7 +4196,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4197
4196
|
[key: string]: React.ReactInstance;
|
|
4198
4197
|
};
|
|
4199
4198
|
componentDidMount?(): void;
|
|
4200
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4199
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4201
4200
|
disabled?: boolean | undefined;
|
|
4202
4201
|
multiple?: boolean | undefined;
|
|
4203
4202
|
placeholder?: string | undefined;
|
|
@@ -4225,7 +4224,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4225
4224
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4226
4225
|
componentWillUnmount?(): void;
|
|
4227
4226
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4228
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4227
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4229
4228
|
disabled?: boolean | undefined;
|
|
4230
4229
|
multiple?: boolean | undefined;
|
|
4231
4230
|
placeholder?: string | undefined;
|
|
@@ -4251,7 +4250,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4251
4250
|
locale?: string | undefined;
|
|
4252
4251
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4253
4252
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
4254
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4253
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4255
4254
|
disabled?: boolean | undefined;
|
|
4256
4255
|
multiple?: boolean | undefined;
|
|
4257
4256
|
placeholder?: string | undefined;
|
|
@@ -4279,7 +4278,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4279
4278
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
4280
4279
|
componentWillMount?(): void;
|
|
4281
4280
|
UNSAFE_componentWillMount?(): void;
|
|
4282
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4281
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4283
4282
|
disabled?: boolean | undefined;
|
|
4284
4283
|
multiple?: boolean | undefined;
|
|
4285
4284
|
placeholder?: string | undefined;
|
|
@@ -4305,7 +4304,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4305
4304
|
locale?: string | undefined;
|
|
4306
4305
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4307
4306
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4308
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4307
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4309
4308
|
disabled?: boolean | undefined;
|
|
4310
4309
|
multiple?: boolean | undefined;
|
|
4311
4310
|
placeholder?: string | undefined;
|
|
@@ -4331,7 +4330,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4331
4330
|
locale?: string | undefined;
|
|
4332
4331
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4333
4332
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
4334
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4333
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4335
4334
|
disabled?: boolean | undefined;
|
|
4336
4335
|
multiple?: boolean | undefined;
|
|
4337
4336
|
placeholder?: string | undefined;
|
|
@@ -4357,7 +4356,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4357
4356
|
locale?: string | undefined;
|
|
4358
4357
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4359
4358
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4360
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4359
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4361
4360
|
disabled?: boolean | undefined;
|
|
4362
4361
|
multiple?: boolean | undefined;
|
|
4363
4362
|
placeholder?: string | undefined;
|
|
@@ -4389,7 +4388,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4389
4388
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
4390
4389
|
}, {}> & {
|
|
4391
4390
|
ComposedComponent: {
|
|
4392
|
-
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4391
|
+
new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4393
4392
|
disabled?: boolean | undefined;
|
|
4394
4393
|
multiple?: boolean | undefined;
|
|
4395
4394
|
placeholder?: string | undefined;
|
|
@@ -4452,7 +4451,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4452
4451
|
getWrappedInstance(): any;
|
|
4453
4452
|
render(): React.JSX.Element;
|
|
4454
4453
|
context: unknown;
|
|
4455
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4454
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4456
4455
|
disabled?: boolean | undefined;
|
|
4457
4456
|
multiple?: boolean | undefined;
|
|
4458
4457
|
placeholder?: string | undefined;
|
|
@@ -4501,7 +4500,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4501
4500
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4502
4501
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
4503
4502
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4504
|
-
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4503
|
+
readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4505
4504
|
disabled?: boolean | undefined;
|
|
4506
4505
|
multiple?: boolean | undefined;
|
|
4507
4506
|
placeholder?: string | undefined;
|
|
@@ -4553,7 +4552,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4553
4552
|
refs: {
|
|
4554
4553
|
[key: string]: React.ReactInstance;
|
|
4555
4554
|
};
|
|
4556
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4555
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4557
4556
|
disabled?: boolean | undefined;
|
|
4558
4557
|
multiple?: boolean | undefined;
|
|
4559
4558
|
placeholder?: string | undefined;
|
|
@@ -4602,7 +4601,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4602
4601
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4603
4602
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4604
4603
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4605
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4604
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4606
4605
|
disabled?: boolean | undefined;
|
|
4607
4606
|
multiple?: boolean | undefined;
|
|
4608
4607
|
placeholder?: string | undefined;
|
|
@@ -4652,7 +4651,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4652
4651
|
}>, prevState: Readonly<{}>): any;
|
|
4653
4652
|
componentWillMount?(): void;
|
|
4654
4653
|
UNSAFE_componentWillMount?(): void;
|
|
4655
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4654
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4656
4655
|
disabled?: boolean | undefined;
|
|
4657
4656
|
multiple?: boolean | undefined;
|
|
4658
4657
|
placeholder?: string | undefined;
|
|
@@ -4700,7 +4699,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4700
4699
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4701
4700
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4702
4701
|
}>, nextContext: any): void;
|
|
4703
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4702
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4704
4703
|
disabled?: boolean | undefined;
|
|
4705
4704
|
multiple?: boolean | undefined;
|
|
4706
4705
|
placeholder?: string | undefined;
|
|
@@ -4748,7 +4747,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4748
4747
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4749
4748
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4750
4749
|
}>, nextContext: any): void;
|
|
4751
|
-
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4750
|
+
componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4752
4751
|
disabled?: boolean | undefined;
|
|
4753
4752
|
multiple?: boolean | undefined;
|
|
4754
4753
|
placeholder?: string | undefined;
|
|
@@ -4796,7 +4795,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4796
4795
|
setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
|
|
4797
4796
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4798
4797
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
4799
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4798
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4800
4799
|
disabled?: boolean | undefined;
|
|
4801
4800
|
multiple?: boolean | undefined;
|
|
4802
4801
|
placeholder?: string | undefined;
|
|
@@ -4847,7 +4846,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4847
4846
|
};
|
|
4848
4847
|
displayName: string;
|
|
4849
4848
|
ComposedComponent: React.ComponentType<{
|
|
4850
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4849
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4851
4850
|
disabled?: boolean | undefined;
|
|
4852
4851
|
multiple?: boolean | undefined;
|
|
4853
4852
|
placeholder?: string | undefined;
|
|
@@ -4875,7 +4874,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4875
4874
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps): {
|
|
4876
4875
|
render(): React.JSX.Element;
|
|
4877
4876
|
context: unknown;
|
|
4878
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4877
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4879
4878
|
disabled?: boolean | undefined;
|
|
4880
4879
|
multiple?: boolean | undefined;
|
|
4881
4880
|
placeholder?: string | undefined;
|
|
@@ -4902,7 +4901,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4902
4901
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4903
4902
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
4904
4903
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
4905
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4904
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4906
4905
|
disabled?: boolean | undefined;
|
|
4907
4906
|
multiple?: boolean | undefined;
|
|
4908
4907
|
placeholder?: string | undefined;
|
|
@@ -4933,7 +4932,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4933
4932
|
[key: string]: React.ReactInstance;
|
|
4934
4933
|
};
|
|
4935
4934
|
componentDidMount?(): void;
|
|
4936
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4935
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4937
4936
|
disabled?: boolean | undefined;
|
|
4938
4937
|
multiple?: boolean | undefined;
|
|
4939
4938
|
placeholder?: string | undefined;
|
|
@@ -4961,7 +4960,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4961
4960
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
4962
4961
|
componentWillUnmount?(): void;
|
|
4963
4962
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
4964
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4963
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4965
4964
|
disabled?: boolean | undefined;
|
|
4966
4965
|
multiple?: boolean | undefined;
|
|
4967
4966
|
placeholder?: string | undefined;
|
|
@@ -4987,7 +4986,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
4987
4986
|
locale?: string | undefined;
|
|
4988
4987
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
4989
4988
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
4990
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
4989
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
4991
4990
|
disabled?: boolean | undefined;
|
|
4992
4991
|
multiple?: boolean | undefined;
|
|
4993
4992
|
placeholder?: string | undefined;
|
|
@@ -5015,7 +5014,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5015
5014
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5016
5015
|
componentWillMount?(): void;
|
|
5017
5016
|
UNSAFE_componentWillMount?(): void;
|
|
5018
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5017
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5019
5018
|
disabled?: boolean | undefined;
|
|
5020
5019
|
multiple?: boolean | undefined;
|
|
5021
5020
|
placeholder?: string | undefined;
|
|
@@ -5041,7 +5040,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5041
5040
|
locale?: string | undefined;
|
|
5042
5041
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5043
5042
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5044
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5043
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5045
5044
|
disabled?: boolean | undefined;
|
|
5046
5045
|
multiple?: boolean | undefined;
|
|
5047
5046
|
placeholder?: string | undefined;
|
|
@@ -5067,7 +5066,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5067
5066
|
locale?: string | undefined;
|
|
5068
5067
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5069
5068
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5070
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5069
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5071
5070
|
disabled?: boolean | undefined;
|
|
5072
5071
|
multiple?: boolean | undefined;
|
|
5073
5072
|
placeholder?: string | undefined;
|
|
@@ -5093,7 +5092,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5093
5092
|
locale?: string | undefined;
|
|
5094
5093
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5095
5094
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5096
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5095
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5097
5096
|
disabled?: boolean | undefined;
|
|
5098
5097
|
multiple?: boolean | undefined;
|
|
5099
5098
|
placeholder?: string | undefined;
|
|
@@ -5120,7 +5119,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5120
5119
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5121
5120
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5122
5121
|
};
|
|
5123
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5122
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5124
5123
|
disabled?: boolean | undefined;
|
|
5125
5124
|
multiple?: boolean | undefined;
|
|
5126
5125
|
placeholder?: string | undefined;
|
|
@@ -5148,7 +5147,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5148
5147
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
5149
5148
|
render(): React.JSX.Element;
|
|
5150
5149
|
context: unknown;
|
|
5151
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5150
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5152
5151
|
disabled?: boolean | undefined;
|
|
5153
5152
|
multiple?: boolean | undefined;
|
|
5154
5153
|
placeholder?: string | undefined;
|
|
@@ -5175,7 +5174,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5175
5174
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5176
5175
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5177
5176
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5178
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5177
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5179
5178
|
disabled?: boolean | undefined;
|
|
5180
5179
|
multiple?: boolean | undefined;
|
|
5181
5180
|
placeholder?: string | undefined;
|
|
@@ -5206,7 +5205,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5206
5205
|
[key: string]: React.ReactInstance;
|
|
5207
5206
|
};
|
|
5208
5207
|
componentDidMount?(): void;
|
|
5209
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5208
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5210
5209
|
disabled?: boolean | undefined;
|
|
5211
5210
|
multiple?: boolean | undefined;
|
|
5212
5211
|
placeholder?: string | undefined;
|
|
@@ -5234,7 +5233,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5234
5233
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5235
5234
|
componentWillUnmount?(): void;
|
|
5236
5235
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5237
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5236
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5238
5237
|
disabled?: boolean | undefined;
|
|
5239
5238
|
multiple?: boolean | undefined;
|
|
5240
5239
|
placeholder?: string | undefined;
|
|
@@ -5260,7 +5259,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5260
5259
|
locale?: string | undefined;
|
|
5261
5260
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5262
5261
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5263
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5262
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5264
5263
|
disabled?: boolean | undefined;
|
|
5265
5264
|
multiple?: boolean | undefined;
|
|
5266
5265
|
placeholder?: string | undefined;
|
|
@@ -5288,7 +5287,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5288
5287
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5289
5288
|
componentWillMount?(): void;
|
|
5290
5289
|
UNSAFE_componentWillMount?(): void;
|
|
5291
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5290
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5292
5291
|
disabled?: boolean | undefined;
|
|
5293
5292
|
multiple?: boolean | undefined;
|
|
5294
5293
|
placeholder?: string | undefined;
|
|
@@ -5314,7 +5313,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5314
5313
|
locale?: string | undefined;
|
|
5315
5314
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5316
5315
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5317
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5316
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5318
5317
|
disabled?: boolean | undefined;
|
|
5319
5318
|
multiple?: boolean | undefined;
|
|
5320
5319
|
placeholder?: string | undefined;
|
|
@@ -5340,7 +5339,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5340
5339
|
locale?: string | undefined;
|
|
5341
5340
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5342
5341
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5343
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5342
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5344
5343
|
disabled?: boolean | undefined;
|
|
5345
5344
|
multiple?: boolean | undefined;
|
|
5346
5345
|
placeholder?: string | undefined;
|
|
@@ -5366,7 +5365,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5366
5365
|
locale?: string | undefined;
|
|
5367
5366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5368
5367
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5369
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5368
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5370
5369
|
disabled?: boolean | undefined;
|
|
5371
5370
|
multiple?: boolean | undefined;
|
|
5372
5371
|
placeholder?: string | undefined;
|
|
@@ -5398,7 +5397,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5398
5397
|
contextType: React.Context<void | import("amis-core").RendererEnv>;
|
|
5399
5398
|
};
|
|
5400
5399
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
5401
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5400
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5402
5401
|
disabled?: boolean | undefined;
|
|
5403
5402
|
multiple?: boolean | undefined;
|
|
5404
5403
|
placeholder?: string | undefined;
|
|
@@ -5426,7 +5425,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5426
5425
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps): {
|
|
5427
5426
|
render(): React.JSX.Element;
|
|
5428
5427
|
context: unknown;
|
|
5429
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5428
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5430
5429
|
disabled?: boolean | undefined;
|
|
5431
5430
|
multiple?: boolean | undefined;
|
|
5432
5431
|
placeholder?: string | undefined;
|
|
@@ -5453,7 +5452,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5453
5452
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5454
5453
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5455
5454
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5456
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5455
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5457
5456
|
disabled?: boolean | undefined;
|
|
5458
5457
|
multiple?: boolean | undefined;
|
|
5459
5458
|
placeholder?: string | undefined;
|
|
@@ -5484,7 +5483,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5484
5483
|
[key: string]: React.ReactInstance;
|
|
5485
5484
|
};
|
|
5486
5485
|
componentDidMount?(): void;
|
|
5487
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5486
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5488
5487
|
disabled?: boolean | undefined;
|
|
5489
5488
|
multiple?: boolean | undefined;
|
|
5490
5489
|
placeholder?: string | undefined;
|
|
@@ -5512,7 +5511,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5512
5511
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5513
5512
|
componentWillUnmount?(): void;
|
|
5514
5513
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5515
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5514
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5516
5515
|
disabled?: boolean | undefined;
|
|
5517
5516
|
multiple?: boolean | undefined;
|
|
5518
5517
|
placeholder?: string | undefined;
|
|
@@ -5538,7 +5537,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5538
5537
|
locale?: string | undefined;
|
|
5539
5538
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5540
5539
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5541
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5540
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5542
5541
|
disabled?: boolean | undefined;
|
|
5543
5542
|
multiple?: boolean | undefined;
|
|
5544
5543
|
placeholder?: string | undefined;
|
|
@@ -5566,7 +5565,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5566
5565
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5567
5566
|
componentWillMount?(): void;
|
|
5568
5567
|
UNSAFE_componentWillMount?(): void;
|
|
5569
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5568
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5570
5569
|
disabled?: boolean | undefined;
|
|
5571
5570
|
multiple?: boolean | undefined;
|
|
5572
5571
|
placeholder?: string | undefined;
|
|
@@ -5592,7 +5591,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5592
5591
|
locale?: string | undefined;
|
|
5593
5592
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5594
5593
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5595
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5594
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5596
5595
|
disabled?: boolean | undefined;
|
|
5597
5596
|
multiple?: boolean | undefined;
|
|
5598
5597
|
placeholder?: string | undefined;
|
|
@@ -5618,7 +5617,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5618
5617
|
locale?: string | undefined;
|
|
5619
5618
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5620
5619
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5621
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5620
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5622
5621
|
disabled?: boolean | undefined;
|
|
5623
5622
|
multiple?: boolean | undefined;
|
|
5624
5623
|
placeholder?: string | undefined;
|
|
@@ -5644,7 +5643,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5644
5643
|
locale?: string | undefined;
|
|
5645
5644
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5646
5645
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5647
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5646
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5648
5647
|
disabled?: boolean | undefined;
|
|
5649
5648
|
multiple?: boolean | undefined;
|
|
5650
5649
|
placeholder?: string | undefined;
|
|
@@ -5671,7 +5670,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5671
5670
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5672
5671
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5673
5672
|
};
|
|
5674
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5673
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5675
5674
|
disabled?: boolean | undefined;
|
|
5676
5675
|
multiple?: boolean | undefined;
|
|
5677
5676
|
placeholder?: string | undefined;
|
|
@@ -5699,7 +5698,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5699
5698
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
5700
5699
|
render(): React.JSX.Element;
|
|
5701
5700
|
context: unknown;
|
|
5702
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5701
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5703
5702
|
disabled?: boolean | undefined;
|
|
5704
5703
|
multiple?: boolean | undefined;
|
|
5705
5704
|
placeholder?: string | undefined;
|
|
@@ -5726,7 +5725,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5726
5725
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5727
5726
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
5728
5727
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
5729
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5728
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5730
5729
|
disabled?: boolean | undefined;
|
|
5731
5730
|
multiple?: boolean | undefined;
|
|
5732
5731
|
placeholder?: string | undefined;
|
|
@@ -5757,7 +5756,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5757
5756
|
[key: string]: React.ReactInstance;
|
|
5758
5757
|
};
|
|
5759
5758
|
componentDidMount?(): void;
|
|
5760
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5759
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5761
5760
|
disabled?: boolean | undefined;
|
|
5762
5761
|
multiple?: boolean | undefined;
|
|
5763
5762
|
placeholder?: string | undefined;
|
|
@@ -5785,7 +5784,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5785
5784
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
5786
5785
|
componentWillUnmount?(): void;
|
|
5787
5786
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
5788
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5787
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5789
5788
|
disabled?: boolean | undefined;
|
|
5790
5789
|
multiple?: boolean | undefined;
|
|
5791
5790
|
placeholder?: string | undefined;
|
|
@@ -5811,7 +5810,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5811
5810
|
locale?: string | undefined;
|
|
5812
5811
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5813
5812
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
5814
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5813
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5815
5814
|
disabled?: boolean | undefined;
|
|
5816
5815
|
multiple?: boolean | undefined;
|
|
5817
5816
|
placeholder?: string | undefined;
|
|
@@ -5839,7 +5838,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5839
5838
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
5840
5839
|
componentWillMount?(): void;
|
|
5841
5840
|
UNSAFE_componentWillMount?(): void;
|
|
5842
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5841
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5843
5842
|
disabled?: boolean | undefined;
|
|
5844
5843
|
multiple?: boolean | undefined;
|
|
5845
5844
|
placeholder?: string | undefined;
|
|
@@ -5865,7 +5864,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5865
5864
|
locale?: string | undefined;
|
|
5866
5865
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5867
5866
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5868
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5867
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5869
5868
|
disabled?: boolean | undefined;
|
|
5870
5869
|
multiple?: boolean | undefined;
|
|
5871
5870
|
placeholder?: string | undefined;
|
|
@@ -5891,7 +5890,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5891
5890
|
locale?: string | undefined;
|
|
5892
5891
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5893
5892
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
5894
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5893
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5895
5894
|
disabled?: boolean | undefined;
|
|
5896
5895
|
multiple?: boolean | undefined;
|
|
5897
5896
|
placeholder?: string | undefined;
|
|
@@ -5917,7 +5916,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5917
5916
|
locale?: string | undefined;
|
|
5918
5917
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
5919
5918
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
5920
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5919
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5921
5920
|
disabled?: boolean | undefined;
|
|
5922
5921
|
multiple?: boolean | undefined;
|
|
5923
5922
|
placeholder?: string | undefined;
|
|
@@ -5947,7 +5946,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5947
5946
|
contextType?: React.Context<any> | undefined;
|
|
5948
5947
|
}, {}> & {
|
|
5949
5948
|
ComposedComponent: {
|
|
5950
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5949
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5951
5950
|
disabled?: boolean | undefined;
|
|
5952
5951
|
multiple?: boolean | undefined;
|
|
5953
5952
|
placeholder?: string | undefined;
|
|
@@ -5975,7 +5974,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
5975
5974
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps): {
|
|
5976
5975
|
render(): React.JSX.Element;
|
|
5977
5976
|
context: unknown;
|
|
5978
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
5977
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
5979
5978
|
disabled?: boolean | undefined;
|
|
5980
5979
|
multiple?: boolean | undefined;
|
|
5981
5980
|
placeholder?: string | undefined;
|
|
@@ -6002,7 +6001,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6002
6001
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6003
6002
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6004
6003
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6005
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6004
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6006
6005
|
disabled?: boolean | undefined;
|
|
6007
6006
|
multiple?: boolean | undefined;
|
|
6008
6007
|
placeholder?: string | undefined;
|
|
@@ -6033,7 +6032,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6033
6032
|
[key: string]: React.ReactInstance;
|
|
6034
6033
|
};
|
|
6035
6034
|
componentDidMount?(): void;
|
|
6036
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6035
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6037
6036
|
disabled?: boolean | undefined;
|
|
6038
6037
|
multiple?: boolean | undefined;
|
|
6039
6038
|
placeholder?: string | undefined;
|
|
@@ -6061,7 +6060,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6061
6060
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6062
6061
|
componentWillUnmount?(): void;
|
|
6063
6062
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6064
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6063
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6065
6064
|
disabled?: boolean | undefined;
|
|
6066
6065
|
multiple?: boolean | undefined;
|
|
6067
6066
|
placeholder?: string | undefined;
|
|
@@ -6087,7 +6086,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6087
6086
|
locale?: string | undefined;
|
|
6088
6087
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6089
6088
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
6090
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6089
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6091
6090
|
disabled?: boolean | undefined;
|
|
6092
6091
|
multiple?: boolean | undefined;
|
|
6093
6092
|
placeholder?: string | undefined;
|
|
@@ -6115,7 +6114,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6115
6114
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6116
6115
|
componentWillMount?(): void;
|
|
6117
6116
|
UNSAFE_componentWillMount?(): void;
|
|
6118
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6117
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6119
6118
|
disabled?: boolean | undefined;
|
|
6120
6119
|
multiple?: boolean | undefined;
|
|
6121
6120
|
placeholder?: string | undefined;
|
|
@@ -6141,7 +6140,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6141
6140
|
locale?: string | undefined;
|
|
6142
6141
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6143
6142
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6144
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6143
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6145
6144
|
disabled?: boolean | undefined;
|
|
6146
6145
|
multiple?: boolean | undefined;
|
|
6147
6146
|
placeholder?: string | undefined;
|
|
@@ -6167,7 +6166,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6167
6166
|
locale?: string | undefined;
|
|
6168
6167
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6169
6168
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6170
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6169
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6171
6170
|
disabled?: boolean | undefined;
|
|
6172
6171
|
multiple?: boolean | undefined;
|
|
6173
6172
|
placeholder?: string | undefined;
|
|
@@ -6193,7 +6192,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6193
6192
|
locale?: string | undefined;
|
|
6194
6193
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6195
6194
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6196
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6195
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6197
6196
|
disabled?: boolean | undefined;
|
|
6198
6197
|
multiple?: boolean | undefined;
|
|
6199
6198
|
placeholder?: string | undefined;
|
|
@@ -6220,7 +6219,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6220
6219
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6221
6220
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6222
6221
|
};
|
|
6223
|
-
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6222
|
+
new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6224
6223
|
disabled?: boolean | undefined;
|
|
6225
6224
|
multiple?: boolean | undefined;
|
|
6226
6225
|
placeholder?: string | undefined;
|
|
@@ -6248,7 +6247,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6248
6247
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps, context: any): {
|
|
6249
6248
|
render(): React.JSX.Element;
|
|
6250
6249
|
context: unknown;
|
|
6251
|
-
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6250
|
+
setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6252
6251
|
disabled?: boolean | undefined;
|
|
6253
6252
|
multiple?: boolean | undefined;
|
|
6254
6253
|
placeholder?: string | undefined;
|
|
@@ -6275,7 +6274,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6275
6274
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6276
6275
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
|
|
6277
6276
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
6278
|
-
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6277
|
+
readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6279
6278
|
disabled?: boolean | undefined;
|
|
6280
6279
|
multiple?: boolean | undefined;
|
|
6281
6280
|
placeholder?: string | undefined;
|
|
@@ -6306,7 +6305,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6306
6305
|
[key: string]: React.ReactInstance;
|
|
6307
6306
|
};
|
|
6308
6307
|
componentDidMount?(): void;
|
|
6309
|
-
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6308
|
+
shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6310
6309
|
disabled?: boolean | undefined;
|
|
6311
6310
|
multiple?: boolean | undefined;
|
|
6312
6311
|
placeholder?: string | undefined;
|
|
@@ -6334,7 +6333,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6334
6333
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
6335
6334
|
componentWillUnmount?(): void;
|
|
6336
6335
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
6337
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6336
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6338
6337
|
disabled?: boolean | undefined;
|
|
6339
6338
|
multiple?: boolean | undefined;
|
|
6340
6339
|
placeholder?: string | undefined;
|
|
@@ -6360,7 +6359,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6360
6359
|
locale?: string | undefined;
|
|
6361
6360
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6362
6361
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
6363
|
-
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6362
|
+
componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6364
6363
|
disabled?: boolean | undefined;
|
|
6365
6364
|
multiple?: boolean | undefined;
|
|
6366
6365
|
placeholder?: string | undefined;
|
|
@@ -6388,7 +6387,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6388
6387
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
6389
6388
|
componentWillMount?(): void;
|
|
6390
6389
|
UNSAFE_componentWillMount?(): void;
|
|
6391
|
-
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6390
|
+
componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6392
6391
|
disabled?: boolean | undefined;
|
|
6393
6392
|
multiple?: boolean | undefined;
|
|
6394
6393
|
placeholder?: string | undefined;
|
|
@@ -6414,7 +6413,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6414
6413
|
locale?: string | undefined;
|
|
6415
6414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6416
6415
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6417
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6416
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6418
6417
|
disabled?: boolean | undefined;
|
|
6419
6418
|
multiple?: boolean | undefined;
|
|
6420
6419
|
placeholder?: string | undefined;
|
|
@@ -6440,7 +6439,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6440
6439
|
locale?: string | undefined;
|
|
6441
6440
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6442
6441
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
6443
|
-
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6442
|
+
componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6444
6443
|
disabled?: boolean | undefined;
|
|
6445
6444
|
multiple?: boolean | undefined;
|
|
6446
6445
|
placeholder?: string | undefined;
|
|
@@ -6466,7 +6465,7 @@ export declare const SelectWithRemoteOptions: {
|
|
|
6466
6465
|
locale?: string | undefined;
|
|
6467
6466
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
6468
6467
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
6469
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "
|
|
6468
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "onFocus" | "onBlur" | "loading" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "spinnerClassName" | "overlay" | "loadingConfig" | "testIdBuilder" | "value" | "onChange" | "popoverClassName" | "joinValues" | "delimiter" | "popOverContainer" | "options" | "block" | "dataName" | "itemHeight" | "popOverContainerSelector" | "borderMode" | "onAdd" | "editable" | "onEdit" | "multi" | "simpleValue" | "extractValue" | "pathSeparator" | "hasError" | "controlStyle" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "renderValueLabel" | "searchable" | "loadOptions" | "checkAllBySearch" | "defaultOpen" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover" | "filterOption"> & {
|
|
6470
6469
|
disabled?: boolean | undefined;
|
|
6471
6470
|
multiple?: boolean | undefined;
|
|
6472
6471
|
placeholder?: string | undefined;
|