amis-ui 2.2.0 → 2.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/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +2 -2
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +11 -11
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +40 -40
- package/esm/components/AssociatedSelection.js +3 -3
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +4 -5
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedSelection.d.ts +40 -40
- package/esm/components/ChainedSelection.js +7 -5
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +4 -2
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +41 -41
- package/esm/components/GroupedSelection.js +12 -5
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +10 -3
- package/esm/components/ImageGallery.js +18 -6
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +18 -18
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/NumberInput.d.ts +19 -10
- package/esm/components/NumberInput.js +38 -9
- package/esm/components/Pagination.js +2 -2
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +5 -3
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +45 -42
- package/esm/components/ResultList.js +10 -8
- package/esm/components/ResultTableList.d.ts +41 -40
- package/esm/components/ResultTableList.js +3 -3
- package/esm/components/ResultTreeList.d.ts +41 -40
- package/esm/components/ResultTreeList.js +4 -4
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +193 -193
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.d.ts +42 -40
- package/esm/components/Selection.js +6 -3
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +12 -0
- package/esm/components/Spinner.js +111 -23
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +40 -40
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +2 -2
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +2 -2
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +50 -50
- package/esm/components/Transfer.js +12 -12
- package/esm/components/TransferDropDown.d.ts +40 -40
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.d.ts +40 -42
- package/esm/components/TransferSearch.js +2 -8
- package/esm/components/Tree.js +3 -2
- package/esm/components/TreeSelection.d.ts +40 -40
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +5 -1
- package/esm/components/UserSelect.js +87 -28
- package/esm/components/UserTabSelect.d.ts +4 -3
- package/esm/components/UserTabSelect.js +64 -18
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +1 -0
- package/esm/components/condition-builder/Expression.js +3 -3
- package/esm/components/condition-builder/Field.d.ts +2 -1
- package/esm/components/condition-builder/Field.js +9 -5
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +1 -0
- package/esm/components/condition-builder/Group.js +3 -3
- package/esm/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/esm/components/condition-builder/GroupOrItem.js +3 -3
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +1 -0
- package/esm/components/condition-builder/Item.js +3 -3
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +1 -0
- package/esm/components/condition-builder/index.js +3 -3
- package/esm/components/formula/Editor.d.ts +2 -0
- package/esm/components/formula/Editor.js +17 -6
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.d.ts +65 -54
- package/esm/components/formula/Picker.js +22 -9
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.d.ts +1 -1
- package/esm/components/formula/plugin.js +6 -4
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +49 -43
- package/esm/components/table/index.js +98 -51
- 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-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check-circle.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/status-fail.svg.js +1 -1
- package/esm/icons/status-info.svg.js +1 -1
- package/esm/icons/status-success.svg.js +1 -1
- package/esm/icons/status-warning.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +7 -2
- package/esm/locale/en-US.js +7 -3
- package/esm/locale/zh-CN.js +7 -3
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +2 -2
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +11 -11
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +3 -3
- package/lib/components/Avatar.d.ts +10 -10
- 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.js +1 -1
- package/lib/components/Button.d.ts +10 -10
- package/lib/components/Button.js +4 -5
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +10 -10
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +7 -5
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +10 -10
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +40 -40
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +4 -2
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +41 -41
- package/lib/components/GroupedSelection.js +12 -5
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +10 -3
- package/lib/components/ImageGallery.js +18 -6
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +58 -58
- 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/NumberInput.d.ts +19 -10
- package/lib/components/NumberInput.js +38 -9
- package/lib/components/Pagination.js +2 -2
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +10 -10
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +5 -3
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +45 -42
- package/lib/components/ResultList.js +10 -8
- package/lib/components/ResultTableList.d.ts +41 -40
- package/lib/components/ResultTableList.js +3 -3
- package/lib/components/ResultTreeList.d.ts +41 -40
- package/lib/components/ResultTreeList.js +4 -4
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +42 -40
- package/lib/components/Selection.js +6 -3
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +22 -10
- package/lib/components/Spinner.js +111 -23
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +10 -10
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +2 -2
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +2 -2
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +50 -50
- package/lib/components/Transfer.js +12 -12
- 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.d.ts +40 -42
- package/lib/components/TransferSearch.js +2 -8
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +45 -41
- package/lib/components/UserSelect.js +86 -27
- package/lib/components/UserTabSelect.d.ts +44 -43
- package/lib/components/UserTabSelect.js +64 -18
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +3 -3
- package/lib/components/condition-builder/Field.d.ts +2 -1
- package/lib/components/condition-builder/Field.js +9 -5
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +3 -3
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +3 -3
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +3 -3
- package/lib/components/formula/Editor.d.ts +42 -40
- package/lib/components/formula/Editor.js +17 -6
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +65 -54
- package/lib/components/formula/Picker.js +22 -9
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.d.ts +1 -1
- package/lib/components/formula/plugin.js +6 -4
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +49 -43
- package/lib/components/table/index.js +98 -51
- 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/helper.css +8335 -38
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check-circle.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/status-fail.svg.js +1 -1
- package/lib/icons/status-info.svg.js +1 -1
- package/lib/icons/status-success.svg.js +1 -1
- package/lib/icons/status-warning.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +7 -2
- package/lib/locale/en-US.js +7 -3
- package/lib/locale/zh-CN.js +7 -3
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +8847 -5617
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +8955 -5731
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +8855 -5630
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +8940 -5709
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +8855 -5630
- package/package.json +22 -22
- package/scss/_mixins.scss +10 -0
- package/scss/_thirds.scss +6 -6
- package/scss/components/_anchor-nav.scss +9 -2
- package/scss/components/_collapse.scss +4 -4
- package/scss/components/_spinner.scss +6 -0
- package/scss/components/_table.scss +1 -1
- package/scss/components/form/_fieldset.scss +20 -0
- package/scss/components/form/_input-group.scss +5 -0
- package/scss/components/form/_selection.scss +6 -1
- package/scss/components/form/_textarea.scss +4 -2
- package/scss/components/form/_user-select.scss +35 -2
- package/scss/themes/_antd-variables.scss +4 -2
- package/scss/themes/_cxd-variables.scss +5 -1
- package/scss/themes/_dark-variables.scss +3 -0
|
@@ -7,6 +7,7 @@ import { BaseSelection, BaseSelectionProps } from './Selection';
|
|
|
7
7
|
import { Option, Options } from './Select';
|
|
8
8
|
export interface ResultTableSelectionProps extends BaseSelectionProps {
|
|
9
9
|
title?: string;
|
|
10
|
+
searchPlaceholder?: string;
|
|
10
11
|
placeholder?: string;
|
|
11
12
|
searchable?: boolean;
|
|
12
13
|
onSearch?: Function;
|
|
@@ -49,7 +50,7 @@ export declare class BaseResultTableSelection extends BaseSelection<ResultTableS
|
|
|
49
50
|
render(): JSX.Element;
|
|
50
51
|
}
|
|
51
52
|
declare const _default: {
|
|
52
|
-
new (props: Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
53
|
+
new (props: Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
53
54
|
cellRender: (column: {
|
|
54
55
|
[propName: string]: any;
|
|
55
56
|
name: string;
|
|
@@ -68,7 +69,7 @@ declare const _default: {
|
|
|
68
69
|
getWrappedInstance(): any;
|
|
69
70
|
render(): JSX.Element;
|
|
70
71
|
context: any;
|
|
71
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
72
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
72
73
|
cellRender: (column: {
|
|
73
74
|
[propName: string]: any;
|
|
74
75
|
name: string;
|
|
@@ -83,7 +84,7 @@ declare const _default: {
|
|
|
83
84
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
84
85
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
85
86
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
86
|
-
readonly props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
87
|
+
readonly props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
87
88
|
cellRender: (column: {
|
|
88
89
|
[propName: string]: any;
|
|
89
90
|
name: string;
|
|
@@ -104,7 +105,7 @@ declare const _default: {
|
|
|
104
105
|
[key: string]: React.ReactInstance;
|
|
105
106
|
};
|
|
106
107
|
componentDidMount?(): void;
|
|
107
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
108
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
108
109
|
cellRender: (column: {
|
|
109
110
|
[propName: string]: any;
|
|
110
111
|
name: string;
|
|
@@ -120,7 +121,7 @@ declare const _default: {
|
|
|
120
121
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
121
122
|
componentWillUnmount?(): void;
|
|
122
123
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
123
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
124
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
124
125
|
cellRender: (column: {
|
|
125
126
|
[propName: string]: any;
|
|
126
127
|
name: string;
|
|
@@ -134,7 +135,7 @@ declare const _default: {
|
|
|
134
135
|
locale?: string | undefined;
|
|
135
136
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
136
137
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
137
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
138
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
138
139
|
cellRender: (column: {
|
|
139
140
|
[propName: string]: any;
|
|
140
141
|
name: string;
|
|
@@ -150,7 +151,7 @@ declare const _default: {
|
|
|
150
151
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
151
152
|
componentWillMount?(): void;
|
|
152
153
|
UNSAFE_componentWillMount?(): void;
|
|
153
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
154
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
154
155
|
cellRender: (column: {
|
|
155
156
|
[propName: string]: any;
|
|
156
157
|
name: string;
|
|
@@ -164,7 +165,7 @@ declare const _default: {
|
|
|
164
165
|
locale?: string | undefined;
|
|
165
166
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
166
167
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
167
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
168
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
168
169
|
cellRender: (column: {
|
|
169
170
|
[propName: string]: any;
|
|
170
171
|
name: string;
|
|
@@ -178,7 +179,7 @@ declare const _default: {
|
|
|
178
179
|
locale?: string | undefined;
|
|
179
180
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
180
181
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
181
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
182
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
182
183
|
cellRender: (column: {
|
|
183
184
|
[propName: string]: any;
|
|
184
185
|
name: string;
|
|
@@ -192,7 +193,7 @@ declare const _default: {
|
|
|
192
193
|
locale?: string | undefined;
|
|
193
194
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
194
195
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
195
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
196
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
196
197
|
cellRender: (column: {
|
|
197
198
|
[propName: string]: any;
|
|
198
199
|
name: string;
|
|
@@ -210,7 +211,7 @@ declare const _default: {
|
|
|
210
211
|
displayName: string;
|
|
211
212
|
contextType: React.Context<string>;
|
|
212
213
|
ComposedComponent: React.ComponentType<{
|
|
213
|
-
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
214
|
+
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
214
215
|
cellRender: (column: {
|
|
215
216
|
[propName: string]: any;
|
|
216
217
|
name: string;
|
|
@@ -229,7 +230,7 @@ declare const _default: {
|
|
|
229
230
|
getWrappedInstance(): any;
|
|
230
231
|
render(): JSX.Element;
|
|
231
232
|
context: any;
|
|
232
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
233
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
233
234
|
cellRender: (column: {
|
|
234
235
|
[propName: string]: any;
|
|
235
236
|
name: string;
|
|
@@ -244,7 +245,7 @@ declare const _default: {
|
|
|
244
245
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
245
246
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
246
247
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
247
|
-
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
248
|
+
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
248
249
|
cellRender: (column: {
|
|
249
250
|
[propName: string]: any;
|
|
250
251
|
name: string;
|
|
@@ -265,7 +266,7 @@ declare const _default: {
|
|
|
265
266
|
[key: string]: React.ReactInstance;
|
|
266
267
|
};
|
|
267
268
|
componentDidMount?(): void;
|
|
268
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
269
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
269
270
|
cellRender: (column: {
|
|
270
271
|
[propName: string]: any;
|
|
271
272
|
name: string;
|
|
@@ -281,7 +282,7 @@ declare const _default: {
|
|
|
281
282
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
282
283
|
componentWillUnmount?(): void;
|
|
283
284
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
284
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
285
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
285
286
|
cellRender: (column: {
|
|
286
287
|
[propName: string]: any;
|
|
287
288
|
name: string;
|
|
@@ -295,7 +296,7 @@ declare const _default: {
|
|
|
295
296
|
locale?: string | undefined;
|
|
296
297
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
297
298
|
}>, prevState: Readonly<{}>): any;
|
|
298
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
299
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
299
300
|
cellRender: (column: {
|
|
300
301
|
[propName: string]: any;
|
|
301
302
|
name: string;
|
|
@@ -311,7 +312,7 @@ declare const _default: {
|
|
|
311
312
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
312
313
|
componentWillMount?(): void;
|
|
313
314
|
UNSAFE_componentWillMount?(): void;
|
|
314
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
315
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
315
316
|
cellRender: (column: {
|
|
316
317
|
[propName: string]: any;
|
|
317
318
|
name: string;
|
|
@@ -325,7 +326,7 @@ declare const _default: {
|
|
|
325
326
|
locale?: string | undefined;
|
|
326
327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
327
328
|
}>, nextContext: any): void;
|
|
328
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
329
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
329
330
|
cellRender: (column: {
|
|
330
331
|
[propName: string]: any;
|
|
331
332
|
name: string;
|
|
@@ -339,7 +340,7 @@ declare const _default: {
|
|
|
339
340
|
locale?: string | undefined;
|
|
340
341
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
341
342
|
}>, nextContext: any): void;
|
|
342
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
343
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
343
344
|
cellRender: (column: {
|
|
344
345
|
[propName: string]: any;
|
|
345
346
|
name: string;
|
|
@@ -353,7 +354,7 @@ declare const _default: {
|
|
|
353
354
|
locale?: string | undefined;
|
|
354
355
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
355
356
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
356
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
357
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
357
358
|
cellRender: (column: {
|
|
358
359
|
[propName: string]: any;
|
|
359
360
|
name: string;
|
|
@@ -375,7 +376,7 @@ declare const _default: {
|
|
|
375
376
|
ComposedComponent: typeof BaseResultTableSelection;
|
|
376
377
|
}>;
|
|
377
378
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
378
|
-
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
379
|
+
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
379
380
|
cellRender: (column: {
|
|
380
381
|
[propName: string]: any;
|
|
381
382
|
name: string;
|
|
@@ -394,7 +395,7 @@ declare const _default: {
|
|
|
394
395
|
getWrappedInstance(): any;
|
|
395
396
|
render(): JSX.Element;
|
|
396
397
|
context: any;
|
|
397
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
398
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
398
399
|
cellRender: (column: {
|
|
399
400
|
[propName: string]: any;
|
|
400
401
|
name: string;
|
|
@@ -409,7 +410,7 @@ declare const _default: {
|
|
|
409
410
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
410
411
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
411
412
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
412
|
-
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
413
|
+
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
413
414
|
cellRender: (column: {
|
|
414
415
|
[propName: string]: any;
|
|
415
416
|
name: string;
|
|
@@ -430,7 +431,7 @@ declare const _default: {
|
|
|
430
431
|
[key: string]: React.ReactInstance;
|
|
431
432
|
};
|
|
432
433
|
componentDidMount?(): void;
|
|
433
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
434
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
434
435
|
cellRender: (column: {
|
|
435
436
|
[propName: string]: any;
|
|
436
437
|
name: string;
|
|
@@ -446,7 +447,7 @@ declare const _default: {
|
|
|
446
447
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
447
448
|
componentWillUnmount?(): void;
|
|
448
449
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
449
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
450
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
450
451
|
cellRender: (column: {
|
|
451
452
|
[propName: string]: any;
|
|
452
453
|
name: string;
|
|
@@ -460,7 +461,7 @@ declare const _default: {
|
|
|
460
461
|
locale?: string | undefined;
|
|
461
462
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
462
463
|
}>, prevState: Readonly<{}>): any;
|
|
463
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
464
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
464
465
|
cellRender: (column: {
|
|
465
466
|
[propName: string]: any;
|
|
466
467
|
name: string;
|
|
@@ -476,7 +477,7 @@ declare const _default: {
|
|
|
476
477
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
477
478
|
componentWillMount?(): void;
|
|
478
479
|
UNSAFE_componentWillMount?(): void;
|
|
479
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
480
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
480
481
|
cellRender: (column: {
|
|
481
482
|
[propName: string]: any;
|
|
482
483
|
name: string;
|
|
@@ -490,7 +491,7 @@ declare const _default: {
|
|
|
490
491
|
locale?: string | undefined;
|
|
491
492
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
492
493
|
}>, nextContext: any): void;
|
|
493
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
494
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
494
495
|
cellRender: (column: {
|
|
495
496
|
[propName: string]: any;
|
|
496
497
|
name: string;
|
|
@@ -504,7 +505,7 @@ declare const _default: {
|
|
|
504
505
|
locale?: string | undefined;
|
|
505
506
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
506
507
|
}>, nextContext: any): void;
|
|
507
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
508
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
508
509
|
cellRender: (column: {
|
|
509
510
|
[propName: string]: any;
|
|
510
511
|
name: string;
|
|
@@ -518,7 +519,7 @@ declare const _default: {
|
|
|
518
519
|
locale?: string | undefined;
|
|
519
520
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
520
521
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
521
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
522
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
522
523
|
cellRender: (column: {
|
|
523
524
|
[propName: string]: any;
|
|
524
525
|
name: string;
|
|
@@ -540,7 +541,7 @@ declare const _default: {
|
|
|
540
541
|
ComposedComponent: typeof BaseResultTableSelection;
|
|
541
542
|
}, {}> & {
|
|
542
543
|
ComposedComponent: {
|
|
543
|
-
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
544
|
+
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
544
545
|
cellRender: (column: {
|
|
545
546
|
[propName: string]: any;
|
|
546
547
|
name: string;
|
|
@@ -559,7 +560,7 @@ declare const _default: {
|
|
|
559
560
|
getWrappedInstance(): any;
|
|
560
561
|
render(): JSX.Element;
|
|
561
562
|
context: any;
|
|
562
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
563
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
563
564
|
cellRender: (column: {
|
|
564
565
|
[propName: string]: any;
|
|
565
566
|
name: string;
|
|
@@ -574,7 +575,7 @@ declare const _default: {
|
|
|
574
575
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
575
576
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
576
577
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
577
|
-
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
578
|
+
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
578
579
|
cellRender: (column: {
|
|
579
580
|
[propName: string]: any;
|
|
580
581
|
name: string;
|
|
@@ -595,7 +596,7 @@ declare const _default: {
|
|
|
595
596
|
[key: string]: React.ReactInstance;
|
|
596
597
|
};
|
|
597
598
|
componentDidMount?(): void;
|
|
598
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
599
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
599
600
|
cellRender: (column: {
|
|
600
601
|
[propName: string]: any;
|
|
601
602
|
name: string;
|
|
@@ -611,7 +612,7 @@ declare const _default: {
|
|
|
611
612
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
612
613
|
componentWillUnmount?(): void;
|
|
613
614
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
614
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
615
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
615
616
|
cellRender: (column: {
|
|
616
617
|
[propName: string]: any;
|
|
617
618
|
name: string;
|
|
@@ -625,7 +626,7 @@ declare const _default: {
|
|
|
625
626
|
locale?: string | undefined;
|
|
626
627
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
627
628
|
}>, prevState: Readonly<{}>): any;
|
|
628
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
629
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
629
630
|
cellRender: (column: {
|
|
630
631
|
[propName: string]: any;
|
|
631
632
|
name: string;
|
|
@@ -641,7 +642,7 @@ declare const _default: {
|
|
|
641
642
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
642
643
|
componentWillMount?(): void;
|
|
643
644
|
UNSAFE_componentWillMount?(): void;
|
|
644
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
645
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
645
646
|
cellRender: (column: {
|
|
646
647
|
[propName: string]: any;
|
|
647
648
|
name: string;
|
|
@@ -655,7 +656,7 @@ declare const _default: {
|
|
|
655
656
|
locale?: string | undefined;
|
|
656
657
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
657
658
|
}>, nextContext: any): void;
|
|
658
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
659
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
659
660
|
cellRender: (column: {
|
|
660
661
|
[propName: string]: any;
|
|
661
662
|
name: string;
|
|
@@ -669,7 +670,7 @@ declare const _default: {
|
|
|
669
670
|
locale?: string | undefined;
|
|
670
671
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
671
672
|
}>, nextContext: any): void;
|
|
672
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
673
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
673
674
|
cellRender: (column: {
|
|
674
675
|
[propName: string]: any;
|
|
675
676
|
name: string;
|
|
@@ -683,7 +684,7 @@ declare const _default: {
|
|
|
683
684
|
locale?: string | undefined;
|
|
684
685
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
685
686
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
686
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
687
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "disabled" | "columns" | "value" | "onChange" | "onClick" | "inline" | "itemClassName" | "labelClassName" | "options" | "labelField" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "multiple" | "placeholder" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
687
688
|
cellRender: (column: {
|
|
688
689
|
[propName: string]: any;
|
|
689
690
|
name: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-ui v2.
|
|
2
|
+
* amis-ui v2.3.0
|
|
3
3
|
* Copyright 2018-2022 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -94,10 +94,10 @@ var BaseResultTableSelection = /** @class */ (function (_super) {
|
|
|
94
94
|
} })) : (React__default.createElement("div", { className: cx('Selections-placeholder') }, __(placeholder)))));
|
|
95
95
|
};
|
|
96
96
|
BaseResultTableSelection.prototype.render = function () {
|
|
97
|
-
var _a = this.props, cx = _a.classnames, className = _a.className, title = _a.title, searchable = _a.searchable, __ = _a.translate, _b = _a.
|
|
97
|
+
var _a = this.props, cx = _a.classnames, className = _a.className, title = _a.title, searchable = _a.searchable, __ = _a.translate, _b = _a.searchPlaceholder, searchPlaceholder = _b === void 0 ? __('Transfer.searchKeyword') : _b;
|
|
98
98
|
return (React__default.createElement("div", { className: cx('Selections', className) },
|
|
99
99
|
title ? React__default.createElement("div", { className: cx('Selections-title') }, title) : null,
|
|
100
|
-
searchable ? (React__default.createElement(TransferSearch, { placeholder:
|
|
100
|
+
searchable ? (React__default.createElement(TransferSearch, { placeholder: searchPlaceholder, onSearch: this.search, onCancelSearch: this.clearSearch })) : null,
|
|
101
101
|
this.renderTable()));
|
|
102
102
|
};
|
|
103
103
|
BaseResultTableSelection.defaultProps = __assign(__assign({}, BaseSelection.defaultProps), { cellRender: function (column, option, colIndex, rowIndex) { return React__default.createElement("span", null, resolveVariable(column.name, option)); } });
|