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