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
|
@@ -8,7 +8,7 @@ export declare class GroupedSelection extends BaseSelection<BaseSelectionProps>
|
|
|
8
8
|
render(): JSX.Element;
|
|
9
9
|
}
|
|
10
10
|
declare const _default: {
|
|
11
|
-
new (props: Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
11
|
+
new (props: Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
12
12
|
placeholder: string;
|
|
13
13
|
itemRender: typeof BaseSelection.itemRender;
|
|
14
14
|
multiple: boolean;
|
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
|
22
22
|
getWrappedInstance(): any;
|
|
23
23
|
render(): JSX.Element;
|
|
24
24
|
context: any;
|
|
25
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
25
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
26
26
|
placeholder: string;
|
|
27
27
|
itemRender: typeof BaseSelection.itemRender;
|
|
28
28
|
multiple: boolean;
|
|
@@ -32,7 +32,7 @@ declare const _default: {
|
|
|
32
32
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
33
33
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
34
34
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
35
|
-
readonly props: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
35
|
+
readonly props: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
36
36
|
placeholder: string;
|
|
37
37
|
itemRender: typeof BaseSelection.itemRender;
|
|
38
38
|
multiple: boolean;
|
|
@@ -48,7 +48,7 @@ declare const _default: {
|
|
|
48
48
|
[key: string]: React.ReactInstance;
|
|
49
49
|
};
|
|
50
50
|
componentDidMount?(): void;
|
|
51
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
51
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
52
52
|
placeholder: string;
|
|
53
53
|
itemRender: typeof BaseSelection.itemRender;
|
|
54
54
|
multiple: boolean;
|
|
@@ -59,7 +59,7 @@ declare const _default: {
|
|
|
59
59
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
60
60
|
componentWillUnmount?(): void;
|
|
61
61
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
62
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
62
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
63
63
|
placeholder: string;
|
|
64
64
|
itemRender: typeof BaseSelection.itemRender;
|
|
65
65
|
multiple: boolean;
|
|
@@ -68,7 +68,7 @@ declare const _default: {
|
|
|
68
68
|
locale?: string | undefined;
|
|
69
69
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
70
70
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
71
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
71
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
72
72
|
placeholder: string;
|
|
73
73
|
itemRender: typeof BaseSelection.itemRender;
|
|
74
74
|
multiple: boolean;
|
|
@@ -79,7 +79,7 @@ declare const _default: {
|
|
|
79
79
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
80
80
|
componentWillMount?(): void;
|
|
81
81
|
UNSAFE_componentWillMount?(): void;
|
|
82
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
82
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
83
83
|
placeholder: string;
|
|
84
84
|
itemRender: typeof BaseSelection.itemRender;
|
|
85
85
|
multiple: boolean;
|
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
|
88
88
|
locale?: string | undefined;
|
|
89
89
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
90
90
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
91
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
91
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
92
92
|
placeholder: string;
|
|
93
93
|
itemRender: typeof BaseSelection.itemRender;
|
|
94
94
|
multiple: boolean;
|
|
@@ -97,7 +97,7 @@ declare const _default: {
|
|
|
97
97
|
locale?: string | undefined;
|
|
98
98
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
99
99
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
100
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
100
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
101
101
|
placeholder: string;
|
|
102
102
|
itemRender: typeof BaseSelection.itemRender;
|
|
103
103
|
multiple: boolean;
|
|
@@ -106,7 +106,7 @@ declare const _default: {
|
|
|
106
106
|
locale?: string | undefined;
|
|
107
107
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
108
108
|
}, keyof import("amis-core").ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
109
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
109
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
110
110
|
placeholder: string;
|
|
111
111
|
itemRender: typeof BaseSelection.itemRender;
|
|
112
112
|
multiple: boolean;
|
|
@@ -119,7 +119,7 @@ declare const _default: {
|
|
|
119
119
|
displayName: string;
|
|
120
120
|
contextType: React.Context<string>;
|
|
121
121
|
ComposedComponent: React.ComponentType<{
|
|
122
|
-
new (props: Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
122
|
+
new (props: Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
123
123
|
placeholder: string;
|
|
124
124
|
itemRender: typeof BaseSelection.itemRender;
|
|
125
125
|
multiple: boolean;
|
|
@@ -133,7 +133,7 @@ declare const _default: {
|
|
|
133
133
|
getWrappedInstance(): any;
|
|
134
134
|
render(): JSX.Element;
|
|
135
135
|
context: any;
|
|
136
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
136
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
137
137
|
placeholder: string;
|
|
138
138
|
itemRender: typeof BaseSelection.itemRender;
|
|
139
139
|
multiple: boolean;
|
|
@@ -143,7 +143,7 @@ declare const _default: {
|
|
|
143
143
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
144
144
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
145
145
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
146
|
-
readonly props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
146
|
+
readonly props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
147
147
|
placeholder: string;
|
|
148
148
|
itemRender: typeof BaseSelection.itemRender;
|
|
149
149
|
multiple: boolean;
|
|
@@ -159,7 +159,7 @@ declare const _default: {
|
|
|
159
159
|
[key: string]: React.ReactInstance;
|
|
160
160
|
};
|
|
161
161
|
componentDidMount?(): void;
|
|
162
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
162
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
163
163
|
placeholder: string;
|
|
164
164
|
itemRender: typeof BaseSelection.itemRender;
|
|
165
165
|
multiple: boolean;
|
|
@@ -170,7 +170,7 @@ declare const _default: {
|
|
|
170
170
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
171
171
|
componentWillUnmount?(): void;
|
|
172
172
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
173
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
173
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
174
174
|
placeholder: string;
|
|
175
175
|
itemRender: typeof BaseSelection.itemRender;
|
|
176
176
|
multiple: boolean;
|
|
@@ -179,7 +179,7 @@ declare const _default: {
|
|
|
179
179
|
locale?: string | undefined;
|
|
180
180
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
181
181
|
}>, prevState: Readonly<{}>): any;
|
|
182
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
182
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
183
183
|
placeholder: string;
|
|
184
184
|
itemRender: typeof BaseSelection.itemRender;
|
|
185
185
|
multiple: boolean;
|
|
@@ -190,7 +190,7 @@ declare const _default: {
|
|
|
190
190
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
191
191
|
componentWillMount?(): void;
|
|
192
192
|
UNSAFE_componentWillMount?(): void;
|
|
193
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
193
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
194
194
|
placeholder: string;
|
|
195
195
|
itemRender: typeof BaseSelection.itemRender;
|
|
196
196
|
multiple: boolean;
|
|
@@ -199,7 +199,7 @@ declare const _default: {
|
|
|
199
199
|
locale?: string | undefined;
|
|
200
200
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
201
201
|
}>, nextContext: any): void;
|
|
202
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
202
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
203
203
|
placeholder: string;
|
|
204
204
|
itemRender: typeof BaseSelection.itemRender;
|
|
205
205
|
multiple: boolean;
|
|
@@ -208,7 +208,7 @@ declare const _default: {
|
|
|
208
208
|
locale?: string | undefined;
|
|
209
209
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
210
210
|
}>, nextContext: any): void;
|
|
211
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
211
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
212
212
|
placeholder: string;
|
|
213
213
|
itemRender: typeof BaseSelection.itemRender;
|
|
214
214
|
multiple: boolean;
|
|
@@ -217,7 +217,7 @@ declare const _default: {
|
|
|
217
217
|
locale?: string | undefined;
|
|
218
218
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
219
219
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
220
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
220
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
221
221
|
placeholder: string;
|
|
222
222
|
itemRender: typeof BaseSelection.itemRender;
|
|
223
223
|
multiple: boolean;
|
|
@@ -234,7 +234,7 @@ declare const _default: {
|
|
|
234
234
|
ComposedComponent: typeof GroupedSelection;
|
|
235
235
|
}>;
|
|
236
236
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
237
|
-
new (props: Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
237
|
+
new (props: Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
238
238
|
placeholder: string;
|
|
239
239
|
itemRender: typeof BaseSelection.itemRender;
|
|
240
240
|
multiple: boolean;
|
|
@@ -248,7 +248,7 @@ declare const _default: {
|
|
|
248
248
|
getWrappedInstance(): any;
|
|
249
249
|
render(): JSX.Element;
|
|
250
250
|
context: any;
|
|
251
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
251
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
252
252
|
placeholder: string;
|
|
253
253
|
itemRender: typeof BaseSelection.itemRender;
|
|
254
254
|
multiple: boolean;
|
|
@@ -258,7 +258,7 @@ declare const _default: {
|
|
|
258
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
259
259
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
260
260
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
261
|
-
readonly props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
261
|
+
readonly props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
262
262
|
placeholder: string;
|
|
263
263
|
itemRender: typeof BaseSelection.itemRender;
|
|
264
264
|
multiple: boolean;
|
|
@@ -274,7 +274,7 @@ declare const _default: {
|
|
|
274
274
|
[key: string]: React.ReactInstance;
|
|
275
275
|
};
|
|
276
276
|
componentDidMount?(): void;
|
|
277
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
277
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
278
278
|
placeholder: string;
|
|
279
279
|
itemRender: typeof BaseSelection.itemRender;
|
|
280
280
|
multiple: boolean;
|
|
@@ -285,7 +285,7 @@ declare const _default: {
|
|
|
285
285
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
286
286
|
componentWillUnmount?(): void;
|
|
287
287
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
288
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
288
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
289
289
|
placeholder: string;
|
|
290
290
|
itemRender: typeof BaseSelection.itemRender;
|
|
291
291
|
multiple: boolean;
|
|
@@ -294,7 +294,7 @@ declare const _default: {
|
|
|
294
294
|
locale?: string | undefined;
|
|
295
295
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
296
296
|
}>, prevState: Readonly<{}>): any;
|
|
297
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
297
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
298
298
|
placeholder: string;
|
|
299
299
|
itemRender: typeof BaseSelection.itemRender;
|
|
300
300
|
multiple: boolean;
|
|
@@ -305,7 +305,7 @@ declare const _default: {
|
|
|
305
305
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
306
306
|
componentWillMount?(): void;
|
|
307
307
|
UNSAFE_componentWillMount?(): void;
|
|
308
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
308
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
309
309
|
placeholder: string;
|
|
310
310
|
itemRender: typeof BaseSelection.itemRender;
|
|
311
311
|
multiple: boolean;
|
|
@@ -314,7 +314,7 @@ declare const _default: {
|
|
|
314
314
|
locale?: string | undefined;
|
|
315
315
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
316
316
|
}>, nextContext: any): void;
|
|
317
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
317
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
318
318
|
placeholder: string;
|
|
319
319
|
itemRender: typeof BaseSelection.itemRender;
|
|
320
320
|
multiple: boolean;
|
|
@@ -323,7 +323,7 @@ declare const _default: {
|
|
|
323
323
|
locale?: string | undefined;
|
|
324
324
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
325
325
|
}>, nextContext: any): void;
|
|
326
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
326
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
327
327
|
placeholder: string;
|
|
328
328
|
itemRender: typeof BaseSelection.itemRender;
|
|
329
329
|
multiple: boolean;
|
|
@@ -332,7 +332,7 @@ declare const _default: {
|
|
|
332
332
|
locale?: string | undefined;
|
|
333
333
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
334
334
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
335
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
335
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
336
336
|
placeholder: string;
|
|
337
337
|
itemRender: typeof BaseSelection.itemRender;
|
|
338
338
|
multiple: boolean;
|
|
@@ -349,7 +349,7 @@ declare const _default: {
|
|
|
349
349
|
ComposedComponent: typeof GroupedSelection;
|
|
350
350
|
}, {}> & {
|
|
351
351
|
ComposedComponent: {
|
|
352
|
-
new (props: Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
352
|
+
new (props: Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
353
353
|
placeholder: string;
|
|
354
354
|
itemRender: typeof BaseSelection.itemRender;
|
|
355
355
|
multiple: boolean;
|
|
@@ -363,7 +363,7 @@ declare const _default: {
|
|
|
363
363
|
getWrappedInstance(): any;
|
|
364
364
|
render(): JSX.Element;
|
|
365
365
|
context: any;
|
|
366
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
366
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
367
367
|
placeholder: string;
|
|
368
368
|
itemRender: typeof BaseSelection.itemRender;
|
|
369
369
|
multiple: boolean;
|
|
@@ -373,7 +373,7 @@ declare const _default: {
|
|
|
373
373
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
374
374
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
375
375
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
376
|
-
readonly props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
376
|
+
readonly props: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
377
377
|
placeholder: string;
|
|
378
378
|
itemRender: typeof BaseSelection.itemRender;
|
|
379
379
|
multiple: boolean;
|
|
@@ -389,7 +389,7 @@ declare const _default: {
|
|
|
389
389
|
[key: string]: React.ReactInstance;
|
|
390
390
|
};
|
|
391
391
|
componentDidMount?(): void;
|
|
392
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
392
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
393
393
|
placeholder: string;
|
|
394
394
|
itemRender: typeof BaseSelection.itemRender;
|
|
395
395
|
multiple: boolean;
|
|
@@ -400,7 +400,7 @@ declare const _default: {
|
|
|
400
400
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
401
401
|
componentWillUnmount?(): void;
|
|
402
402
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
403
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
403
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
404
404
|
placeholder: string;
|
|
405
405
|
itemRender: typeof BaseSelection.itemRender;
|
|
406
406
|
multiple: boolean;
|
|
@@ -409,7 +409,7 @@ declare const _default: {
|
|
|
409
409
|
locale?: string | undefined;
|
|
410
410
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
411
411
|
}>, prevState: Readonly<{}>): any;
|
|
412
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
412
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
413
413
|
placeholder: string;
|
|
414
414
|
itemRender: typeof BaseSelection.itemRender;
|
|
415
415
|
multiple: boolean;
|
|
@@ -420,7 +420,7 @@ declare const _default: {
|
|
|
420
420
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
421
421
|
componentWillMount?(): void;
|
|
422
422
|
UNSAFE_componentWillMount?(): void;
|
|
423
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
423
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
424
424
|
placeholder: string;
|
|
425
425
|
itemRender: typeof BaseSelection.itemRender;
|
|
426
426
|
multiple: boolean;
|
|
@@ -429,7 +429,7 @@ declare const _default: {
|
|
|
429
429
|
locale?: string | undefined;
|
|
430
430
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
431
431
|
}>, nextContext: any): void;
|
|
432
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
432
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
433
433
|
placeholder: string;
|
|
434
434
|
itemRender: typeof BaseSelection.itemRender;
|
|
435
435
|
multiple: boolean;
|
|
@@ -438,7 +438,7 @@ declare const _default: {
|
|
|
438
438
|
locale?: string | undefined;
|
|
439
439
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
440
440
|
}>, nextContext: any): void;
|
|
441
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
441
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
442
442
|
placeholder: string;
|
|
443
443
|
itemRender: typeof BaseSelection.itemRender;
|
|
444
444
|
multiple: boolean;
|
|
@@ -447,7 +447,7 @@ declare const _default: {
|
|
|
447
447
|
locale?: string | undefined;
|
|
448
448
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
449
449
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
450
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "
|
|
450
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "onChange" | "onClick" | "value" | "inline" | "disabled" | "itemClassName" | "labelClassName" | "options" | "labelField" | "onDeferLoad" | "onLeftDeferLoad" | "option2value" | "placeholderRender"> & Partial<Pick<Omit<BaseSelectionProps, keyof import("amis-core").LocaleProps>, "placeholder" | "multiple" | "clearable" | "itemRender">> & Partial<Pick<{
|
|
451
451
|
placeholder: string;
|
|
452
452
|
itemRender: typeof BaseSelection.itemRender;
|
|
453
453
|
multiple: boolean;
|
package/lib/components/Html.js
CHANGED
package/lib/components/Input.js
CHANGED