amis-ui 2.3.0 → 2.3.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +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 +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +13 -5
- 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 +10 -3
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/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.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +11 -1
- package/esm/components/Spinner.js +15 -4
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.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 +6 -5
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.js +19 -14
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +1 -1
- package/esm/components/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.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.d.ts +3 -3
- 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 +2 -1
- package/esm/locale/en-US.js +2 -1
- package/esm/locale/zh-CN.js +2 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +10 -10
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +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 +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +10 -10
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +13 -5
- 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 +10 -3
- package/lib/components/DateRangePicker.d.ts +40 -40
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/Drawer.d.ts +10 -10
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/NumberInput.d.ts +10 -10
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.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 +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +193 -193
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +21 -11
- package/lib/components/Spinner.js +15 -4
- 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 +6 -5
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- 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 +40 -40
- package/lib/components/Transfer.js +18 -13
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +40 -40
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +1 -1
- package/lib/components/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 +40 -40
- package/lib/components/table/index.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.d.ts +3 -3
- package/lib/components/virtual-list/index.js +1 -1
- 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 +2 -1
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/zh-CN.js +2 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +7 -41
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +7 -41
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +7 -41
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +7 -41
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +7 -41
- package/package.json +4 -4
- package/scss/components/_images.scss +4 -0
|
@@ -50,7 +50,7 @@ export declare class BaseResultTableSelection extends BaseSelection<ResultTableS
|
|
|
50
50
|
render(): JSX.Element;
|
|
51
51
|
}
|
|
52
52
|
declare const _default: {
|
|
53
|
-
new (props: Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
53
|
+
new (props: Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
54
54
|
cellRender: (column: {
|
|
55
55
|
[propName: string]: any;
|
|
56
56
|
name: string;
|
|
@@ -69,7 +69,7 @@ declare const _default: {
|
|
|
69
69
|
getWrappedInstance(): any;
|
|
70
70
|
render(): JSX.Element;
|
|
71
71
|
context: any;
|
|
72
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
72
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
73
73
|
cellRender: (column: {
|
|
74
74
|
[propName: string]: any;
|
|
75
75
|
name: string;
|
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
84
84
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
85
85
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
86
86
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
87
|
-
readonly props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
87
|
+
readonly props: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
88
88
|
cellRender: (column: {
|
|
89
89
|
[propName: string]: any;
|
|
90
90
|
name: string;
|
|
@@ -105,7 +105,7 @@ declare const _default: {
|
|
|
105
105
|
[key: string]: React.ReactInstance;
|
|
106
106
|
};
|
|
107
107
|
componentDidMount?(): void;
|
|
108
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
108
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
109
109
|
cellRender: (column: {
|
|
110
110
|
[propName: string]: any;
|
|
111
111
|
name: string;
|
|
@@ -121,7 +121,7 @@ declare const _default: {
|
|
|
121
121
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
122
122
|
componentWillUnmount?(): void;
|
|
123
123
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
124
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
124
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
125
125
|
cellRender: (column: {
|
|
126
126
|
[propName: string]: any;
|
|
127
127
|
name: string;
|
|
@@ -135,7 +135,7 @@ declare const _default: {
|
|
|
135
135
|
locale?: string | undefined;
|
|
136
136
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
137
137
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
138
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
138
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
139
139
|
cellRender: (column: {
|
|
140
140
|
[propName: string]: any;
|
|
141
141
|
name: string;
|
|
@@ -151,7 +151,7 @@ declare const _default: {
|
|
|
151
151
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
152
152
|
componentWillMount?(): void;
|
|
153
153
|
UNSAFE_componentWillMount?(): void;
|
|
154
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
154
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
155
155
|
cellRender: (column: {
|
|
156
156
|
[propName: string]: any;
|
|
157
157
|
name: string;
|
|
@@ -165,7 +165,7 @@ declare const _default: {
|
|
|
165
165
|
locale?: string | undefined;
|
|
166
166
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
167
167
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
168
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
168
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
169
169
|
cellRender: (column: {
|
|
170
170
|
[propName: string]: any;
|
|
171
171
|
name: string;
|
|
@@ -179,7 +179,7 @@ declare const _default: {
|
|
|
179
179
|
locale?: string | undefined;
|
|
180
180
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
181
181
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
182
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
182
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
183
183
|
cellRender: (column: {
|
|
184
184
|
[propName: string]: any;
|
|
185
185
|
name: string;
|
|
@@ -193,7 +193,7 @@ declare const _default: {
|
|
|
193
193
|
locale?: string | undefined;
|
|
194
194
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
195
195
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
196
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
196
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
197
197
|
cellRender: (column: {
|
|
198
198
|
[propName: string]: any;
|
|
199
199
|
name: string;
|
|
@@ -211,7 +211,7 @@ declare const _default: {
|
|
|
211
211
|
displayName: string;
|
|
212
212
|
contextType: React.Context<string>;
|
|
213
213
|
ComposedComponent: React.ComponentType<{
|
|
214
|
-
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
214
|
+
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
215
215
|
cellRender: (column: {
|
|
216
216
|
[propName: string]: any;
|
|
217
217
|
name: string;
|
|
@@ -230,7 +230,7 @@ declare const _default: {
|
|
|
230
230
|
getWrappedInstance(): any;
|
|
231
231
|
render(): JSX.Element;
|
|
232
232
|
context: any;
|
|
233
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
233
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
234
234
|
cellRender: (column: {
|
|
235
235
|
[propName: string]: any;
|
|
236
236
|
name: string;
|
|
@@ -245,7 +245,7 @@ declare const _default: {
|
|
|
245
245
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
246
246
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
247
247
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
248
|
-
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
248
|
+
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
249
249
|
cellRender: (column: {
|
|
250
250
|
[propName: string]: any;
|
|
251
251
|
name: string;
|
|
@@ -266,7 +266,7 @@ declare const _default: {
|
|
|
266
266
|
[key: string]: React.ReactInstance;
|
|
267
267
|
};
|
|
268
268
|
componentDidMount?(): void;
|
|
269
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
269
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
270
270
|
cellRender: (column: {
|
|
271
271
|
[propName: string]: any;
|
|
272
272
|
name: string;
|
|
@@ -282,7 +282,7 @@ declare const _default: {
|
|
|
282
282
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
283
283
|
componentWillUnmount?(): void;
|
|
284
284
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
285
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
285
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
286
286
|
cellRender: (column: {
|
|
287
287
|
[propName: string]: any;
|
|
288
288
|
name: string;
|
|
@@ -296,7 +296,7 @@ declare const _default: {
|
|
|
296
296
|
locale?: string | undefined;
|
|
297
297
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
298
298
|
}>, prevState: Readonly<{}>): any;
|
|
299
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
299
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
300
300
|
cellRender: (column: {
|
|
301
301
|
[propName: string]: any;
|
|
302
302
|
name: string;
|
|
@@ -312,7 +312,7 @@ declare const _default: {
|
|
|
312
312
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
313
313
|
componentWillMount?(): void;
|
|
314
314
|
UNSAFE_componentWillMount?(): void;
|
|
315
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
315
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
316
316
|
cellRender: (column: {
|
|
317
317
|
[propName: string]: any;
|
|
318
318
|
name: string;
|
|
@@ -326,7 +326,7 @@ declare const _default: {
|
|
|
326
326
|
locale?: string | undefined;
|
|
327
327
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
328
328
|
}>, nextContext: any): void;
|
|
329
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
329
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
330
330
|
cellRender: (column: {
|
|
331
331
|
[propName: string]: any;
|
|
332
332
|
name: string;
|
|
@@ -340,7 +340,7 @@ declare const _default: {
|
|
|
340
340
|
locale?: string | undefined;
|
|
341
341
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
342
342
|
}>, nextContext: any): void;
|
|
343
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
343
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
344
344
|
cellRender: (column: {
|
|
345
345
|
[propName: string]: any;
|
|
346
346
|
name: string;
|
|
@@ -354,7 +354,7 @@ declare const _default: {
|
|
|
354
354
|
locale?: string | undefined;
|
|
355
355
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
356
356
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
357
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
357
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
358
358
|
cellRender: (column: {
|
|
359
359
|
[propName: string]: any;
|
|
360
360
|
name: string;
|
|
@@ -376,7 +376,7 @@ declare const _default: {
|
|
|
376
376
|
ComposedComponent: typeof BaseResultTableSelection;
|
|
377
377
|
}>;
|
|
378
378
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
379
|
-
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
379
|
+
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
380
380
|
cellRender: (column: {
|
|
381
381
|
[propName: string]: any;
|
|
382
382
|
name: string;
|
|
@@ -395,7 +395,7 @@ declare const _default: {
|
|
|
395
395
|
getWrappedInstance(): any;
|
|
396
396
|
render(): JSX.Element;
|
|
397
397
|
context: any;
|
|
398
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
398
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
399
399
|
cellRender: (column: {
|
|
400
400
|
[propName: string]: any;
|
|
401
401
|
name: string;
|
|
@@ -410,7 +410,7 @@ declare const _default: {
|
|
|
410
410
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
411
411
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
412
412
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
413
|
-
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
413
|
+
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
414
414
|
cellRender: (column: {
|
|
415
415
|
[propName: string]: any;
|
|
416
416
|
name: string;
|
|
@@ -431,7 +431,7 @@ declare const _default: {
|
|
|
431
431
|
[key: string]: React.ReactInstance;
|
|
432
432
|
};
|
|
433
433
|
componentDidMount?(): void;
|
|
434
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
434
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
435
435
|
cellRender: (column: {
|
|
436
436
|
[propName: string]: any;
|
|
437
437
|
name: string;
|
|
@@ -447,7 +447,7 @@ declare const _default: {
|
|
|
447
447
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
448
448
|
componentWillUnmount?(): void;
|
|
449
449
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
450
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
450
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
451
451
|
cellRender: (column: {
|
|
452
452
|
[propName: string]: any;
|
|
453
453
|
name: string;
|
|
@@ -461,7 +461,7 @@ declare const _default: {
|
|
|
461
461
|
locale?: string | undefined;
|
|
462
462
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
463
463
|
}>, prevState: Readonly<{}>): any;
|
|
464
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
464
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
465
465
|
cellRender: (column: {
|
|
466
466
|
[propName: string]: any;
|
|
467
467
|
name: string;
|
|
@@ -477,7 +477,7 @@ declare const _default: {
|
|
|
477
477
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
478
478
|
componentWillMount?(): void;
|
|
479
479
|
UNSAFE_componentWillMount?(): void;
|
|
480
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
480
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
481
481
|
cellRender: (column: {
|
|
482
482
|
[propName: string]: any;
|
|
483
483
|
name: string;
|
|
@@ -491,7 +491,7 @@ declare const _default: {
|
|
|
491
491
|
locale?: string | undefined;
|
|
492
492
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
493
493
|
}>, nextContext: any): void;
|
|
494
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
494
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
495
495
|
cellRender: (column: {
|
|
496
496
|
[propName: string]: any;
|
|
497
497
|
name: string;
|
|
@@ -505,7 +505,7 @@ declare const _default: {
|
|
|
505
505
|
locale?: string | undefined;
|
|
506
506
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
507
507
|
}>, nextContext: any): void;
|
|
508
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
508
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
509
509
|
cellRender: (column: {
|
|
510
510
|
[propName: string]: any;
|
|
511
511
|
name: string;
|
|
@@ -519,7 +519,7 @@ declare const _default: {
|
|
|
519
519
|
locale?: string | undefined;
|
|
520
520
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
521
521
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
522
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
522
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
523
523
|
cellRender: (column: {
|
|
524
524
|
[propName: string]: any;
|
|
525
525
|
name: string;
|
|
@@ -541,7 +541,7 @@ declare const _default: {
|
|
|
541
541
|
ComposedComponent: typeof BaseResultTableSelection;
|
|
542
542
|
}, {}> & {
|
|
543
543
|
ComposedComponent: {
|
|
544
|
-
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
544
|
+
new (props: Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
545
545
|
cellRender: (column: {
|
|
546
546
|
[propName: string]: any;
|
|
547
547
|
name: string;
|
|
@@ -560,7 +560,7 @@ declare const _default: {
|
|
|
560
560
|
getWrappedInstance(): any;
|
|
561
561
|
render(): JSX.Element;
|
|
562
562
|
context: any;
|
|
563
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
563
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
564
564
|
cellRender: (column: {
|
|
565
565
|
[propName: string]: any;
|
|
566
566
|
name: string;
|
|
@@ -575,7 +575,7 @@ declare const _default: {
|
|
|
575
575
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
576
576
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
577
577
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
578
|
-
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
578
|
+
readonly props: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
579
579
|
cellRender: (column: {
|
|
580
580
|
[propName: string]: any;
|
|
581
581
|
name: string;
|
|
@@ -596,7 +596,7 @@ declare const _default: {
|
|
|
596
596
|
[key: string]: React.ReactInstance;
|
|
597
597
|
};
|
|
598
598
|
componentDidMount?(): void;
|
|
599
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
599
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
600
600
|
cellRender: (column: {
|
|
601
601
|
[propName: string]: any;
|
|
602
602
|
name: string;
|
|
@@ -612,7 +612,7 @@ declare const _default: {
|
|
|
612
612
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
613
613
|
componentWillUnmount?(): void;
|
|
614
614
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
615
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
615
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
616
616
|
cellRender: (column: {
|
|
617
617
|
[propName: string]: any;
|
|
618
618
|
name: string;
|
|
@@ -626,7 +626,7 @@ declare const _default: {
|
|
|
626
626
|
locale?: string | undefined;
|
|
627
627
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
628
628
|
}>, prevState: Readonly<{}>): any;
|
|
629
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
629
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
630
630
|
cellRender: (column: {
|
|
631
631
|
[propName: string]: any;
|
|
632
632
|
name: string;
|
|
@@ -642,7 +642,7 @@ declare const _default: {
|
|
|
642
642
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
643
643
|
componentWillMount?(): void;
|
|
644
644
|
UNSAFE_componentWillMount?(): void;
|
|
645
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
645
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
646
646
|
cellRender: (column: {
|
|
647
647
|
[propName: string]: any;
|
|
648
648
|
name: string;
|
|
@@ -656,7 +656,7 @@ declare const _default: {
|
|
|
656
656
|
locale?: string | undefined;
|
|
657
657
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
658
658
|
}>, nextContext: any): void;
|
|
659
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
659
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
660
660
|
cellRender: (column: {
|
|
661
661
|
[propName: string]: any;
|
|
662
662
|
name: string;
|
|
@@ -670,7 +670,7 @@ declare const _default: {
|
|
|
670
670
|
locale?: string | undefined;
|
|
671
671
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
672
672
|
}>, nextContext: any): void;
|
|
673
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
673
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
674
674
|
cellRender: (column: {
|
|
675
675
|
[propName: string]: any;
|
|
676
676
|
name: string;
|
|
@@ -684,7 +684,7 @@ declare const _default: {
|
|
|
684
684
|
locale?: string | undefined;
|
|
685
685
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
686
686
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
687
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "
|
|
687
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "title" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "columns" | "searchable" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender" | "onSearch" | "searchPlaceholder"> & Partial<Pick<Omit<ResultTableSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender" | "cellRender">> & Partial<Pick<{
|
|
688
688
|
cellRender: (column: {
|
|
689
689
|
[propName: string]: any;
|
|
690
690
|
name: string;
|