amis-ui 3.4.2 → 3.4.3
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.d.ts +1 -0
- package/esm/components/Alert.js +4 -2
- 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/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +5 -3
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +2 -2
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +1 -0
- package/esm/components/ContextMenu.js +4 -2
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +3 -2
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +7 -4
- 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 +3 -2
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +6 -11
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.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.d.ts +2 -1
- package/esm/components/ResultList.js +12 -3
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +7 -4
- package/esm/components/Selection.d.ts +2 -1
- package/esm/components/Selection.js +11 -4
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +8 -4
- 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 +1 -1
- 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 +5 -5
- 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 +3 -2
- package/esm/components/TreeSelection.js +3 -2
- 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/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/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +7 -6
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +17 -17
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/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 +3 -3
- package/esm/components/table/ColGroup.d.ts +19 -0
- package/esm/components/table/ColGroup.js +52 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +56 -3
- package/esm/components/table/index.js +149 -89
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/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 +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +1 -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.d.ts +41 -40
- package/lib/components/Alert.js +4 -2
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- 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 +80 -80
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +70 -70
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +5 -3
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +120 -120
- package/lib/components/Collapse.js +2 -2
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +80 -80
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +1 -0
- package/lib/components/ContextMenu.js +4 -2
- package/lib/components/DatePicker.d.ts +81 -81
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +120 -120
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +3 -2
- 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/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +7 -4
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +3 -2
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +80 -80
- 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 +80 -80
- package/lib/components/Modal.js +6 -11
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +120 -120
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +80 -80
- 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.d.ts +120 -120
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- 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 +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +42 -41
- package/lib/components/ResultList.js +12 -3
- package/lib/components/ResultTableList.d.ts +80 -80
- 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 +80 -80
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1160 -1160
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +7 -4
- package/lib/components/Selection.d.ts +82 -81
- package/lib/components/Selection.js +11 -4
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +50 -50
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +8 -4
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- 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.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +60 -60
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +30 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +169 -169
- package/lib/components/Transfer.js +5 -5
- package/lib/components/TransferDropDown.d.ts +160 -160
- 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 +160 -160
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +3 -2
- 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/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/Input.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 +7 -6
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +17 -17
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +60 -60
- package/lib/components/menu/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 +3 -3
- package/lib/components/table/ColGroup.d.ts +19 -0
- package/lib/components/table/ColGroup.js +64 -0
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +136 -83
- package/lib/components/table/index.js +149 -88
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/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 +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +1 -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 +187 -127
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +187 -127
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +187 -127
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +187 -127
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +187 -127
- package/package.json +4 -4
- package/scss/_components.scss +9 -2
- package/scss/components/_collapse.scss +31 -1
- package/scss/components/_divider.scss +37 -2
- package/scss/components/_formula.scss +2 -1
- package/scss/components/_menu.scss +6 -3
- package/scss/components/_modal.scss +5 -5
- package/scss/components/_table.scss +7 -1
- package/scss/components/_table2.scss +4 -15
- package/scss/components/form/_combo.scss +9 -2
- package/scss/components/form/_icon-select.scss +0 -1
- package/scss/components/form/_result-list.scss +1 -0
- package/scss/components/form/_selection.scss +7 -0
- package/scss/components/form/_textarea.scss +5 -5
package/lib/components/Tree.d.ts
CHANGED
|
@@ -234,18 +234,18 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
|
|
|
234
234
|
render(): React.JSX.Element;
|
|
235
235
|
}
|
|
236
236
|
declare const _default: {
|
|
237
|
-
new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
237
|
+
new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
238
238
|
disabled?: boolean | undefined;
|
|
239
239
|
multiple?: boolean | undefined;
|
|
240
|
+
showIcon?: boolean | undefined;
|
|
240
241
|
labelField?: string | undefined;
|
|
241
242
|
valueField?: string | undefined;
|
|
242
243
|
itemHeight?: number | undefined;
|
|
244
|
+
virtualThreshold?: number | undefined;
|
|
243
245
|
joinValues?: boolean | undefined;
|
|
244
246
|
delimiter?: string | undefined;
|
|
245
|
-
pathSeparator?: string | undefined;
|
|
246
247
|
extractValue?: boolean | undefined;
|
|
247
|
-
|
|
248
|
-
showIcon?: boolean | undefined;
|
|
248
|
+
pathSeparator?: string | undefined;
|
|
249
249
|
initiallyOpen?: boolean | undefined;
|
|
250
250
|
unfoldedLevel?: number | undefined;
|
|
251
251
|
showRadio?: boolean | undefined;
|
|
@@ -278,18 +278,18 @@ declare const _default: {
|
|
|
278
278
|
getWrappedInstance(): any;
|
|
279
279
|
render(): React.JSX.Element;
|
|
280
280
|
context: unknown;
|
|
281
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
281
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
282
282
|
disabled?: boolean | undefined;
|
|
283
283
|
multiple?: boolean | undefined;
|
|
284
|
+
showIcon?: boolean | undefined;
|
|
284
285
|
labelField?: string | undefined;
|
|
285
286
|
valueField?: string | undefined;
|
|
286
287
|
itemHeight?: number | undefined;
|
|
288
|
+
virtualThreshold?: number | undefined;
|
|
287
289
|
joinValues?: boolean | undefined;
|
|
288
290
|
delimiter?: string | undefined;
|
|
289
|
-
pathSeparator?: string | undefined;
|
|
290
291
|
extractValue?: boolean | undefined;
|
|
291
|
-
|
|
292
|
-
showIcon?: boolean | undefined;
|
|
292
|
+
pathSeparator?: string | undefined;
|
|
293
293
|
initiallyOpen?: boolean | undefined;
|
|
294
294
|
unfoldedLevel?: number | undefined;
|
|
295
295
|
showRadio?: boolean | undefined;
|
|
@@ -318,18 +318,18 @@ declare const _default: {
|
|
|
318
318
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
319
319
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
320
320
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
321
|
-
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
321
|
+
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
322
322
|
disabled?: boolean | undefined;
|
|
323
323
|
multiple?: boolean | undefined;
|
|
324
|
+
showIcon?: boolean | undefined;
|
|
324
325
|
labelField?: string | undefined;
|
|
325
326
|
valueField?: string | undefined;
|
|
326
327
|
itemHeight?: number | undefined;
|
|
328
|
+
virtualThreshold?: number | undefined;
|
|
327
329
|
joinValues?: boolean | undefined;
|
|
328
330
|
delimiter?: string | undefined;
|
|
329
|
-
pathSeparator?: string | undefined;
|
|
330
331
|
extractValue?: boolean | undefined;
|
|
331
|
-
|
|
332
|
-
showIcon?: boolean | undefined;
|
|
332
|
+
pathSeparator?: string | undefined;
|
|
333
333
|
initiallyOpen?: boolean | undefined;
|
|
334
334
|
unfoldedLevel?: number | undefined;
|
|
335
335
|
showRadio?: boolean | undefined;
|
|
@@ -362,18 +362,18 @@ declare const _default: {
|
|
|
362
362
|
[key: string]: React.ReactInstance;
|
|
363
363
|
};
|
|
364
364
|
componentDidMount?(): void;
|
|
365
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
365
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
366
366
|
disabled?: boolean | undefined;
|
|
367
367
|
multiple?: boolean | undefined;
|
|
368
|
+
showIcon?: boolean | undefined;
|
|
368
369
|
labelField?: string | undefined;
|
|
369
370
|
valueField?: string | undefined;
|
|
370
371
|
itemHeight?: number | undefined;
|
|
372
|
+
virtualThreshold?: number | undefined;
|
|
371
373
|
joinValues?: boolean | undefined;
|
|
372
374
|
delimiter?: string | undefined;
|
|
373
|
-
pathSeparator?: string | undefined;
|
|
374
375
|
extractValue?: boolean | undefined;
|
|
375
|
-
|
|
376
|
-
showIcon?: boolean | undefined;
|
|
376
|
+
pathSeparator?: string | undefined;
|
|
377
377
|
initiallyOpen?: boolean | undefined;
|
|
378
378
|
unfoldedLevel?: number | undefined;
|
|
379
379
|
showRadio?: boolean | undefined;
|
|
@@ -403,18 +403,18 @@ declare const _default: {
|
|
|
403
403
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
404
404
|
componentWillUnmount?(): void;
|
|
405
405
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
406
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
406
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
407
407
|
disabled?: boolean | undefined;
|
|
408
408
|
multiple?: boolean | undefined;
|
|
409
|
+
showIcon?: boolean | undefined;
|
|
409
410
|
labelField?: string | undefined;
|
|
410
411
|
valueField?: string | undefined;
|
|
411
412
|
itemHeight?: number | undefined;
|
|
413
|
+
virtualThreshold?: number | undefined;
|
|
412
414
|
joinValues?: boolean | undefined;
|
|
413
415
|
delimiter?: string | undefined;
|
|
414
|
-
pathSeparator?: string | undefined;
|
|
415
416
|
extractValue?: boolean | undefined;
|
|
416
|
-
|
|
417
|
-
showIcon?: boolean | undefined;
|
|
417
|
+
pathSeparator?: string | undefined;
|
|
418
418
|
initiallyOpen?: boolean | undefined;
|
|
419
419
|
unfoldedLevel?: number | undefined;
|
|
420
420
|
showRadio?: boolean | undefined;
|
|
@@ -442,18 +442,18 @@ declare const _default: {
|
|
|
442
442
|
locale?: string | undefined;
|
|
443
443
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
444
444
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
445
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
445
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
446
446
|
disabled?: boolean | undefined;
|
|
447
447
|
multiple?: boolean | undefined;
|
|
448
|
+
showIcon?: boolean | undefined;
|
|
448
449
|
labelField?: string | undefined;
|
|
449
450
|
valueField?: string | undefined;
|
|
450
451
|
itemHeight?: number | undefined;
|
|
452
|
+
virtualThreshold?: number | undefined;
|
|
451
453
|
joinValues?: boolean | undefined;
|
|
452
454
|
delimiter?: string | undefined;
|
|
453
|
-
pathSeparator?: string | undefined;
|
|
454
455
|
extractValue?: boolean | undefined;
|
|
455
|
-
|
|
456
|
-
showIcon?: boolean | undefined;
|
|
456
|
+
pathSeparator?: string | undefined;
|
|
457
457
|
initiallyOpen?: boolean | undefined;
|
|
458
458
|
unfoldedLevel?: number | undefined;
|
|
459
459
|
showRadio?: boolean | undefined;
|
|
@@ -483,18 +483,18 @@ declare const _default: {
|
|
|
483
483
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
484
484
|
componentWillMount?(): void;
|
|
485
485
|
UNSAFE_componentWillMount?(): void;
|
|
486
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
486
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
487
487
|
disabled?: boolean | undefined;
|
|
488
488
|
multiple?: boolean | undefined;
|
|
489
|
+
showIcon?: boolean | undefined;
|
|
489
490
|
labelField?: string | undefined;
|
|
490
491
|
valueField?: string | undefined;
|
|
491
492
|
itemHeight?: number | undefined;
|
|
493
|
+
virtualThreshold?: number | undefined;
|
|
492
494
|
joinValues?: boolean | undefined;
|
|
493
495
|
delimiter?: string | undefined;
|
|
494
|
-
pathSeparator?: string | undefined;
|
|
495
496
|
extractValue?: boolean | undefined;
|
|
496
|
-
|
|
497
|
-
showIcon?: boolean | undefined;
|
|
497
|
+
pathSeparator?: string | undefined;
|
|
498
498
|
initiallyOpen?: boolean | undefined;
|
|
499
499
|
unfoldedLevel?: number | undefined;
|
|
500
500
|
showRadio?: boolean | undefined;
|
|
@@ -522,18 +522,18 @@ declare const _default: {
|
|
|
522
522
|
locale?: string | undefined;
|
|
523
523
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
524
524
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
525
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
525
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
526
526
|
disabled?: boolean | undefined;
|
|
527
527
|
multiple?: boolean | undefined;
|
|
528
|
+
showIcon?: boolean | undefined;
|
|
528
529
|
labelField?: string | undefined;
|
|
529
530
|
valueField?: string | undefined;
|
|
530
531
|
itemHeight?: number | undefined;
|
|
532
|
+
virtualThreshold?: number | undefined;
|
|
531
533
|
joinValues?: boolean | undefined;
|
|
532
534
|
delimiter?: string | undefined;
|
|
533
|
-
pathSeparator?: string | undefined;
|
|
534
535
|
extractValue?: boolean | undefined;
|
|
535
|
-
|
|
536
|
-
showIcon?: boolean | undefined;
|
|
536
|
+
pathSeparator?: string | undefined;
|
|
537
537
|
initiallyOpen?: boolean | undefined;
|
|
538
538
|
unfoldedLevel?: number | undefined;
|
|
539
539
|
showRadio?: boolean | undefined;
|
|
@@ -561,18 +561,18 @@ declare const _default: {
|
|
|
561
561
|
locale?: string | undefined;
|
|
562
562
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
563
563
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
564
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
564
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
565
565
|
disabled?: boolean | undefined;
|
|
566
566
|
multiple?: boolean | undefined;
|
|
567
|
+
showIcon?: boolean | undefined;
|
|
567
568
|
labelField?: string | undefined;
|
|
568
569
|
valueField?: string | undefined;
|
|
569
570
|
itemHeight?: number | undefined;
|
|
571
|
+
virtualThreshold?: number | undefined;
|
|
570
572
|
joinValues?: boolean | undefined;
|
|
571
573
|
delimiter?: string | undefined;
|
|
572
|
-
pathSeparator?: string | undefined;
|
|
573
574
|
extractValue?: boolean | undefined;
|
|
574
|
-
|
|
575
|
-
showIcon?: boolean | undefined;
|
|
575
|
+
pathSeparator?: string | undefined;
|
|
576
576
|
initiallyOpen?: boolean | undefined;
|
|
577
577
|
unfoldedLevel?: number | undefined;
|
|
578
578
|
showRadio?: boolean | undefined;
|
|
@@ -600,18 +600,18 @@ declare const _default: {
|
|
|
600
600
|
locale?: string | undefined;
|
|
601
601
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
602
602
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
603
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
603
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
604
604
|
disabled?: boolean | undefined;
|
|
605
605
|
multiple?: boolean | undefined;
|
|
606
|
+
showIcon?: boolean | undefined;
|
|
606
607
|
labelField?: string | undefined;
|
|
607
608
|
valueField?: string | undefined;
|
|
608
609
|
itemHeight?: number | undefined;
|
|
610
|
+
virtualThreshold?: number | undefined;
|
|
609
611
|
joinValues?: boolean | undefined;
|
|
610
612
|
delimiter?: string | undefined;
|
|
611
|
-
pathSeparator?: string | undefined;
|
|
612
613
|
extractValue?: boolean | undefined;
|
|
613
|
-
|
|
614
|
-
showIcon?: boolean | undefined;
|
|
614
|
+
pathSeparator?: string | undefined;
|
|
615
615
|
initiallyOpen?: boolean | undefined;
|
|
616
616
|
unfoldedLevel?: number | undefined;
|
|
617
617
|
showRadio?: boolean | undefined;
|
|
@@ -643,18 +643,18 @@ declare const _default: {
|
|
|
643
643
|
displayName: string;
|
|
644
644
|
contextType: React.Context<string>;
|
|
645
645
|
ComposedComponent: React.ComponentType<{
|
|
646
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
646
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
647
647
|
disabled?: boolean | undefined;
|
|
648
648
|
multiple?: boolean | undefined;
|
|
649
|
+
showIcon?: boolean | undefined;
|
|
649
650
|
labelField?: string | undefined;
|
|
650
651
|
valueField?: string | undefined;
|
|
651
652
|
itemHeight?: number | undefined;
|
|
653
|
+
virtualThreshold?: number | undefined;
|
|
652
654
|
joinValues?: boolean | undefined;
|
|
653
655
|
delimiter?: string | undefined;
|
|
654
|
-
pathSeparator?: string | undefined;
|
|
655
656
|
extractValue?: boolean | undefined;
|
|
656
|
-
|
|
657
|
-
showIcon?: boolean | undefined;
|
|
657
|
+
pathSeparator?: string | undefined;
|
|
658
658
|
initiallyOpen?: boolean | undefined;
|
|
659
659
|
unfoldedLevel?: number | undefined;
|
|
660
660
|
showRadio?: boolean | undefined;
|
|
@@ -687,18 +687,18 @@ declare const _default: {
|
|
|
687
687
|
getWrappedInstance(): any;
|
|
688
688
|
render(): React.JSX.Element;
|
|
689
689
|
context: unknown;
|
|
690
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
690
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
691
691
|
disabled?: boolean | undefined;
|
|
692
692
|
multiple?: boolean | undefined;
|
|
693
|
+
showIcon?: boolean | undefined;
|
|
693
694
|
labelField?: string | undefined;
|
|
694
695
|
valueField?: string | undefined;
|
|
695
696
|
itemHeight?: number | undefined;
|
|
697
|
+
virtualThreshold?: number | undefined;
|
|
696
698
|
joinValues?: boolean | undefined;
|
|
697
699
|
delimiter?: string | undefined;
|
|
698
|
-
pathSeparator?: string | undefined;
|
|
699
700
|
extractValue?: boolean | undefined;
|
|
700
|
-
|
|
701
|
-
showIcon?: boolean | undefined;
|
|
701
|
+
pathSeparator?: string | undefined;
|
|
702
702
|
initiallyOpen?: boolean | undefined;
|
|
703
703
|
unfoldedLevel?: number | undefined;
|
|
704
704
|
showRadio?: boolean | undefined;
|
|
@@ -727,18 +727,18 @@ declare const _default: {
|
|
|
727
727
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
728
728
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
729
729
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
730
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
730
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
731
731
|
disabled?: boolean | undefined;
|
|
732
732
|
multiple?: boolean | undefined;
|
|
733
|
+
showIcon?: boolean | undefined;
|
|
733
734
|
labelField?: string | undefined;
|
|
734
735
|
valueField?: string | undefined;
|
|
735
736
|
itemHeight?: number | undefined;
|
|
737
|
+
virtualThreshold?: number | undefined;
|
|
736
738
|
joinValues?: boolean | undefined;
|
|
737
739
|
delimiter?: string | undefined;
|
|
738
|
-
pathSeparator?: string | undefined;
|
|
739
740
|
extractValue?: boolean | undefined;
|
|
740
|
-
|
|
741
|
-
showIcon?: boolean | undefined;
|
|
741
|
+
pathSeparator?: string | undefined;
|
|
742
742
|
initiallyOpen?: boolean | undefined;
|
|
743
743
|
unfoldedLevel?: number | undefined;
|
|
744
744
|
showRadio?: boolean | undefined;
|
|
@@ -771,18 +771,18 @@ declare const _default: {
|
|
|
771
771
|
[key: string]: React.ReactInstance;
|
|
772
772
|
};
|
|
773
773
|
componentDidMount?(): void;
|
|
774
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
774
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
775
775
|
disabled?: boolean | undefined;
|
|
776
776
|
multiple?: boolean | undefined;
|
|
777
|
+
showIcon?: boolean | undefined;
|
|
777
778
|
labelField?: string | undefined;
|
|
778
779
|
valueField?: string | undefined;
|
|
779
780
|
itemHeight?: number | undefined;
|
|
781
|
+
virtualThreshold?: number | undefined;
|
|
780
782
|
joinValues?: boolean | undefined;
|
|
781
783
|
delimiter?: string | undefined;
|
|
782
|
-
pathSeparator?: string | undefined;
|
|
783
784
|
extractValue?: boolean | undefined;
|
|
784
|
-
|
|
785
|
-
showIcon?: boolean | undefined;
|
|
785
|
+
pathSeparator?: string | undefined;
|
|
786
786
|
initiallyOpen?: boolean | undefined;
|
|
787
787
|
unfoldedLevel?: number | undefined;
|
|
788
788
|
showRadio?: boolean | undefined;
|
|
@@ -812,18 +812,18 @@ declare const _default: {
|
|
|
812
812
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
813
813
|
componentWillUnmount?(): void;
|
|
814
814
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
815
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
815
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
816
816
|
disabled?: boolean | undefined;
|
|
817
817
|
multiple?: boolean | undefined;
|
|
818
|
+
showIcon?: boolean | undefined;
|
|
818
819
|
labelField?: string | undefined;
|
|
819
820
|
valueField?: string | undefined;
|
|
820
821
|
itemHeight?: number | undefined;
|
|
822
|
+
virtualThreshold?: number | undefined;
|
|
821
823
|
joinValues?: boolean | undefined;
|
|
822
824
|
delimiter?: string | undefined;
|
|
823
|
-
pathSeparator?: string | undefined;
|
|
824
825
|
extractValue?: boolean | undefined;
|
|
825
|
-
|
|
826
|
-
showIcon?: boolean | undefined;
|
|
826
|
+
pathSeparator?: string | undefined;
|
|
827
827
|
initiallyOpen?: boolean | undefined;
|
|
828
828
|
unfoldedLevel?: number | undefined;
|
|
829
829
|
showRadio?: boolean | undefined;
|
|
@@ -851,18 +851,18 @@ declare const _default: {
|
|
|
851
851
|
locale?: string | undefined;
|
|
852
852
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
853
853
|
}>, prevState: Readonly<{}>): any;
|
|
854
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
854
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
855
855
|
disabled?: boolean | undefined;
|
|
856
856
|
multiple?: boolean | undefined;
|
|
857
|
+
showIcon?: boolean | undefined;
|
|
857
858
|
labelField?: string | undefined;
|
|
858
859
|
valueField?: string | undefined;
|
|
859
860
|
itemHeight?: number | undefined;
|
|
861
|
+
virtualThreshold?: number | undefined;
|
|
860
862
|
joinValues?: boolean | undefined;
|
|
861
863
|
delimiter?: string | undefined;
|
|
862
|
-
pathSeparator?: string | undefined;
|
|
863
864
|
extractValue?: boolean | undefined;
|
|
864
|
-
|
|
865
|
-
showIcon?: boolean | undefined;
|
|
865
|
+
pathSeparator?: string | undefined;
|
|
866
866
|
initiallyOpen?: boolean | undefined;
|
|
867
867
|
unfoldedLevel?: number | undefined;
|
|
868
868
|
showRadio?: boolean | undefined;
|
|
@@ -892,18 +892,18 @@ declare const _default: {
|
|
|
892
892
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
893
893
|
componentWillMount?(): void;
|
|
894
894
|
UNSAFE_componentWillMount?(): void;
|
|
895
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
895
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
896
896
|
disabled?: boolean | undefined;
|
|
897
897
|
multiple?: boolean | undefined;
|
|
898
|
+
showIcon?: boolean | undefined;
|
|
898
899
|
labelField?: string | undefined;
|
|
899
900
|
valueField?: string | undefined;
|
|
900
901
|
itemHeight?: number | undefined;
|
|
902
|
+
virtualThreshold?: number | undefined;
|
|
901
903
|
joinValues?: boolean | undefined;
|
|
902
904
|
delimiter?: string | undefined;
|
|
903
|
-
pathSeparator?: string | undefined;
|
|
904
905
|
extractValue?: boolean | undefined;
|
|
905
|
-
|
|
906
|
-
showIcon?: boolean | undefined;
|
|
906
|
+
pathSeparator?: string | undefined;
|
|
907
907
|
initiallyOpen?: boolean | undefined;
|
|
908
908
|
unfoldedLevel?: number | undefined;
|
|
909
909
|
showRadio?: boolean | undefined;
|
|
@@ -931,18 +931,18 @@ declare const _default: {
|
|
|
931
931
|
locale?: string | undefined;
|
|
932
932
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
933
933
|
}>, nextContext: any): void;
|
|
934
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
934
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
935
935
|
disabled?: boolean | undefined;
|
|
936
936
|
multiple?: boolean | undefined;
|
|
937
|
+
showIcon?: boolean | undefined;
|
|
937
938
|
labelField?: string | undefined;
|
|
938
939
|
valueField?: string | undefined;
|
|
939
940
|
itemHeight?: number | undefined;
|
|
941
|
+
virtualThreshold?: number | undefined;
|
|
940
942
|
joinValues?: boolean | undefined;
|
|
941
943
|
delimiter?: string | undefined;
|
|
942
|
-
pathSeparator?: string | undefined;
|
|
943
944
|
extractValue?: boolean | undefined;
|
|
944
|
-
|
|
945
|
-
showIcon?: boolean | undefined;
|
|
945
|
+
pathSeparator?: string | undefined;
|
|
946
946
|
initiallyOpen?: boolean | undefined;
|
|
947
947
|
unfoldedLevel?: number | undefined;
|
|
948
948
|
showRadio?: boolean | undefined;
|
|
@@ -970,18 +970,18 @@ declare const _default: {
|
|
|
970
970
|
locale?: string | undefined;
|
|
971
971
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
972
972
|
}>, nextContext: any): void;
|
|
973
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
973
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
974
974
|
disabled?: boolean | undefined;
|
|
975
975
|
multiple?: boolean | undefined;
|
|
976
|
+
showIcon?: boolean | undefined;
|
|
976
977
|
labelField?: string | undefined;
|
|
977
978
|
valueField?: string | undefined;
|
|
978
979
|
itemHeight?: number | undefined;
|
|
980
|
+
virtualThreshold?: number | undefined;
|
|
979
981
|
joinValues?: boolean | undefined;
|
|
980
982
|
delimiter?: string | undefined;
|
|
981
|
-
pathSeparator?: string | undefined;
|
|
982
983
|
extractValue?: boolean | undefined;
|
|
983
|
-
|
|
984
|
-
showIcon?: boolean | undefined;
|
|
984
|
+
pathSeparator?: string | undefined;
|
|
985
985
|
initiallyOpen?: boolean | undefined;
|
|
986
986
|
unfoldedLevel?: number | undefined;
|
|
987
987
|
showRadio?: boolean | undefined;
|
|
@@ -1009,18 +1009,18 @@ declare const _default: {
|
|
|
1009
1009
|
locale?: string | undefined;
|
|
1010
1010
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1011
1011
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1012
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1012
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1013
1013
|
disabled?: boolean | undefined;
|
|
1014
1014
|
multiple?: boolean | undefined;
|
|
1015
|
+
showIcon?: boolean | undefined;
|
|
1015
1016
|
labelField?: string | undefined;
|
|
1016
1017
|
valueField?: string | undefined;
|
|
1017
1018
|
itemHeight?: number | undefined;
|
|
1019
|
+
virtualThreshold?: number | undefined;
|
|
1018
1020
|
joinValues?: boolean | undefined;
|
|
1019
1021
|
delimiter?: string | undefined;
|
|
1020
|
-
pathSeparator?: string | undefined;
|
|
1021
1022
|
extractValue?: boolean | undefined;
|
|
1022
|
-
|
|
1023
|
-
showIcon?: boolean | undefined;
|
|
1023
|
+
pathSeparator?: string | undefined;
|
|
1024
1024
|
initiallyOpen?: boolean | undefined;
|
|
1025
1025
|
unfoldedLevel?: number | undefined;
|
|
1026
1026
|
showRadio?: boolean | undefined;
|
|
@@ -1056,18 +1056,18 @@ declare const _default: {
|
|
|
1056
1056
|
ComposedComponent: typeof TreeSelector;
|
|
1057
1057
|
}>;
|
|
1058
1058
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
1059
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1059
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1060
1060
|
disabled?: boolean | undefined;
|
|
1061
1061
|
multiple?: boolean | undefined;
|
|
1062
|
+
showIcon?: boolean | undefined;
|
|
1062
1063
|
labelField?: string | undefined;
|
|
1063
1064
|
valueField?: string | undefined;
|
|
1064
1065
|
itemHeight?: number | undefined;
|
|
1066
|
+
virtualThreshold?: number | undefined;
|
|
1065
1067
|
joinValues?: boolean | undefined;
|
|
1066
1068
|
delimiter?: string | undefined;
|
|
1067
|
-
pathSeparator?: string | undefined;
|
|
1068
1069
|
extractValue?: boolean | undefined;
|
|
1069
|
-
|
|
1070
|
-
showIcon?: boolean | undefined;
|
|
1070
|
+
pathSeparator?: string | undefined;
|
|
1071
1071
|
initiallyOpen?: boolean | undefined;
|
|
1072
1072
|
unfoldedLevel?: number | undefined;
|
|
1073
1073
|
showRadio?: boolean | undefined;
|
|
@@ -1100,18 +1100,18 @@ declare const _default: {
|
|
|
1100
1100
|
getWrappedInstance(): any;
|
|
1101
1101
|
render(): React.JSX.Element;
|
|
1102
1102
|
context: unknown;
|
|
1103
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1103
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1104
1104
|
disabled?: boolean | undefined;
|
|
1105
1105
|
multiple?: boolean | undefined;
|
|
1106
|
+
showIcon?: boolean | undefined;
|
|
1106
1107
|
labelField?: string | undefined;
|
|
1107
1108
|
valueField?: string | undefined;
|
|
1108
1109
|
itemHeight?: number | undefined;
|
|
1110
|
+
virtualThreshold?: number | undefined;
|
|
1109
1111
|
joinValues?: boolean | undefined;
|
|
1110
1112
|
delimiter?: string | undefined;
|
|
1111
|
-
pathSeparator?: string | undefined;
|
|
1112
1113
|
extractValue?: boolean | undefined;
|
|
1113
|
-
|
|
1114
|
-
showIcon?: boolean | undefined;
|
|
1114
|
+
pathSeparator?: string | undefined;
|
|
1115
1115
|
initiallyOpen?: boolean | undefined;
|
|
1116
1116
|
unfoldedLevel?: number | undefined;
|
|
1117
1117
|
showRadio?: boolean | undefined;
|
|
@@ -1140,18 +1140,18 @@ declare const _default: {
|
|
|
1140
1140
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1141
1141
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1142
1142
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1143
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1143
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1144
1144
|
disabled?: boolean | undefined;
|
|
1145
1145
|
multiple?: boolean | undefined;
|
|
1146
|
+
showIcon?: boolean | undefined;
|
|
1146
1147
|
labelField?: string | undefined;
|
|
1147
1148
|
valueField?: string | undefined;
|
|
1148
1149
|
itemHeight?: number | undefined;
|
|
1150
|
+
virtualThreshold?: number | undefined;
|
|
1149
1151
|
joinValues?: boolean | undefined;
|
|
1150
1152
|
delimiter?: string | undefined;
|
|
1151
|
-
pathSeparator?: string | undefined;
|
|
1152
1153
|
extractValue?: boolean | undefined;
|
|
1153
|
-
|
|
1154
|
-
showIcon?: boolean | undefined;
|
|
1154
|
+
pathSeparator?: string | undefined;
|
|
1155
1155
|
initiallyOpen?: boolean | undefined;
|
|
1156
1156
|
unfoldedLevel?: number | undefined;
|
|
1157
1157
|
showRadio?: boolean | undefined;
|
|
@@ -1184,18 +1184,18 @@ declare const _default: {
|
|
|
1184
1184
|
[key: string]: React.ReactInstance;
|
|
1185
1185
|
};
|
|
1186
1186
|
componentDidMount?(): void;
|
|
1187
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1187
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1188
1188
|
disabled?: boolean | undefined;
|
|
1189
1189
|
multiple?: boolean | undefined;
|
|
1190
|
+
showIcon?: boolean | undefined;
|
|
1190
1191
|
labelField?: string | undefined;
|
|
1191
1192
|
valueField?: string | undefined;
|
|
1192
1193
|
itemHeight?: number | undefined;
|
|
1194
|
+
virtualThreshold?: number | undefined;
|
|
1193
1195
|
joinValues?: boolean | undefined;
|
|
1194
1196
|
delimiter?: string | undefined;
|
|
1195
|
-
pathSeparator?: string | undefined;
|
|
1196
1197
|
extractValue?: boolean | undefined;
|
|
1197
|
-
|
|
1198
|
-
showIcon?: boolean | undefined;
|
|
1198
|
+
pathSeparator?: string | undefined;
|
|
1199
1199
|
initiallyOpen?: boolean | undefined;
|
|
1200
1200
|
unfoldedLevel?: number | undefined;
|
|
1201
1201
|
showRadio?: boolean | undefined;
|
|
@@ -1225,18 +1225,18 @@ declare const _default: {
|
|
|
1225
1225
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1226
1226
|
componentWillUnmount?(): void;
|
|
1227
1227
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1228
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1228
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1229
1229
|
disabled?: boolean | undefined;
|
|
1230
1230
|
multiple?: boolean | undefined;
|
|
1231
|
+
showIcon?: boolean | undefined;
|
|
1231
1232
|
labelField?: string | undefined;
|
|
1232
1233
|
valueField?: string | undefined;
|
|
1233
1234
|
itemHeight?: number | undefined;
|
|
1235
|
+
virtualThreshold?: number | undefined;
|
|
1234
1236
|
joinValues?: boolean | undefined;
|
|
1235
1237
|
delimiter?: string | undefined;
|
|
1236
|
-
pathSeparator?: string | undefined;
|
|
1237
1238
|
extractValue?: boolean | undefined;
|
|
1238
|
-
|
|
1239
|
-
showIcon?: boolean | undefined;
|
|
1239
|
+
pathSeparator?: string | undefined;
|
|
1240
1240
|
initiallyOpen?: boolean | undefined;
|
|
1241
1241
|
unfoldedLevel?: number | undefined;
|
|
1242
1242
|
showRadio?: boolean | undefined;
|
|
@@ -1264,18 +1264,18 @@ declare const _default: {
|
|
|
1264
1264
|
locale?: string | undefined;
|
|
1265
1265
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1266
1266
|
}>, prevState: Readonly<{}>): any;
|
|
1267
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1267
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1268
1268
|
disabled?: boolean | undefined;
|
|
1269
1269
|
multiple?: boolean | undefined;
|
|
1270
|
+
showIcon?: boolean | undefined;
|
|
1270
1271
|
labelField?: string | undefined;
|
|
1271
1272
|
valueField?: string | undefined;
|
|
1272
1273
|
itemHeight?: number | undefined;
|
|
1274
|
+
virtualThreshold?: number | undefined;
|
|
1273
1275
|
joinValues?: boolean | undefined;
|
|
1274
1276
|
delimiter?: string | undefined;
|
|
1275
|
-
pathSeparator?: string | undefined;
|
|
1276
1277
|
extractValue?: boolean | undefined;
|
|
1277
|
-
|
|
1278
|
-
showIcon?: boolean | undefined;
|
|
1278
|
+
pathSeparator?: string | undefined;
|
|
1279
1279
|
initiallyOpen?: boolean | undefined;
|
|
1280
1280
|
unfoldedLevel?: number | undefined;
|
|
1281
1281
|
showRadio?: boolean | undefined;
|
|
@@ -1305,18 +1305,18 @@ declare const _default: {
|
|
|
1305
1305
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1306
1306
|
componentWillMount?(): void;
|
|
1307
1307
|
UNSAFE_componentWillMount?(): void;
|
|
1308
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1308
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1309
1309
|
disabled?: boolean | undefined;
|
|
1310
1310
|
multiple?: boolean | undefined;
|
|
1311
|
+
showIcon?: boolean | undefined;
|
|
1311
1312
|
labelField?: string | undefined;
|
|
1312
1313
|
valueField?: string | undefined;
|
|
1313
1314
|
itemHeight?: number | undefined;
|
|
1315
|
+
virtualThreshold?: number | undefined;
|
|
1314
1316
|
joinValues?: boolean | undefined;
|
|
1315
1317
|
delimiter?: string | undefined;
|
|
1316
|
-
pathSeparator?: string | undefined;
|
|
1317
1318
|
extractValue?: boolean | undefined;
|
|
1318
|
-
|
|
1319
|
-
showIcon?: boolean | undefined;
|
|
1319
|
+
pathSeparator?: string | undefined;
|
|
1320
1320
|
initiallyOpen?: boolean | undefined;
|
|
1321
1321
|
unfoldedLevel?: number | undefined;
|
|
1322
1322
|
showRadio?: boolean | undefined;
|
|
@@ -1344,18 +1344,18 @@ declare const _default: {
|
|
|
1344
1344
|
locale?: string | undefined;
|
|
1345
1345
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1346
1346
|
}>, nextContext: any): void;
|
|
1347
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1347
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1348
1348
|
disabled?: boolean | undefined;
|
|
1349
1349
|
multiple?: boolean | undefined;
|
|
1350
|
+
showIcon?: boolean | undefined;
|
|
1350
1351
|
labelField?: string | undefined;
|
|
1351
1352
|
valueField?: string | undefined;
|
|
1352
1353
|
itemHeight?: number | undefined;
|
|
1354
|
+
virtualThreshold?: number | undefined;
|
|
1353
1355
|
joinValues?: boolean | undefined;
|
|
1354
1356
|
delimiter?: string | undefined;
|
|
1355
|
-
pathSeparator?: string | undefined;
|
|
1356
1357
|
extractValue?: boolean | undefined;
|
|
1357
|
-
|
|
1358
|
-
showIcon?: boolean | undefined;
|
|
1358
|
+
pathSeparator?: string | undefined;
|
|
1359
1359
|
initiallyOpen?: boolean | undefined;
|
|
1360
1360
|
unfoldedLevel?: number | undefined;
|
|
1361
1361
|
showRadio?: boolean | undefined;
|
|
@@ -1383,18 +1383,18 @@ declare const _default: {
|
|
|
1383
1383
|
locale?: string | undefined;
|
|
1384
1384
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1385
1385
|
}>, nextContext: any): void;
|
|
1386
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1386
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1387
1387
|
disabled?: boolean | undefined;
|
|
1388
1388
|
multiple?: boolean | undefined;
|
|
1389
|
+
showIcon?: boolean | undefined;
|
|
1389
1390
|
labelField?: string | undefined;
|
|
1390
1391
|
valueField?: string | undefined;
|
|
1391
1392
|
itemHeight?: number | undefined;
|
|
1393
|
+
virtualThreshold?: number | undefined;
|
|
1392
1394
|
joinValues?: boolean | undefined;
|
|
1393
1395
|
delimiter?: string | undefined;
|
|
1394
|
-
pathSeparator?: string | undefined;
|
|
1395
1396
|
extractValue?: boolean | undefined;
|
|
1396
|
-
|
|
1397
|
-
showIcon?: boolean | undefined;
|
|
1397
|
+
pathSeparator?: string | undefined;
|
|
1398
1398
|
initiallyOpen?: boolean | undefined;
|
|
1399
1399
|
unfoldedLevel?: number | undefined;
|
|
1400
1400
|
showRadio?: boolean | undefined;
|
|
@@ -1422,18 +1422,18 @@ declare const _default: {
|
|
|
1422
1422
|
locale?: string | undefined;
|
|
1423
1423
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1424
1424
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1425
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1425
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1426
1426
|
disabled?: boolean | undefined;
|
|
1427
1427
|
multiple?: boolean | undefined;
|
|
1428
|
+
showIcon?: boolean | undefined;
|
|
1428
1429
|
labelField?: string | undefined;
|
|
1429
1430
|
valueField?: string | undefined;
|
|
1430
1431
|
itemHeight?: number | undefined;
|
|
1432
|
+
virtualThreshold?: number | undefined;
|
|
1431
1433
|
joinValues?: boolean | undefined;
|
|
1432
1434
|
delimiter?: string | undefined;
|
|
1433
|
-
pathSeparator?: string | undefined;
|
|
1434
1435
|
extractValue?: boolean | undefined;
|
|
1435
|
-
|
|
1436
|
-
showIcon?: boolean | undefined;
|
|
1436
|
+
pathSeparator?: string | undefined;
|
|
1437
1437
|
initiallyOpen?: boolean | undefined;
|
|
1438
1438
|
unfoldedLevel?: number | undefined;
|
|
1439
1439
|
showRadio?: boolean | undefined;
|
|
@@ -1469,18 +1469,18 @@ declare const _default: {
|
|
|
1469
1469
|
ComposedComponent: typeof TreeSelector;
|
|
1470
1470
|
}, {}> & {
|
|
1471
1471
|
ComposedComponent: {
|
|
1472
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1472
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1473
1473
|
disabled?: boolean | undefined;
|
|
1474
1474
|
multiple?: boolean | undefined;
|
|
1475
|
+
showIcon?: boolean | undefined;
|
|
1475
1476
|
labelField?: string | undefined;
|
|
1476
1477
|
valueField?: string | undefined;
|
|
1477
1478
|
itemHeight?: number | undefined;
|
|
1479
|
+
virtualThreshold?: number | undefined;
|
|
1478
1480
|
joinValues?: boolean | undefined;
|
|
1479
1481
|
delimiter?: string | undefined;
|
|
1480
|
-
pathSeparator?: string | undefined;
|
|
1481
1482
|
extractValue?: boolean | undefined;
|
|
1482
|
-
|
|
1483
|
-
showIcon?: boolean | undefined;
|
|
1483
|
+
pathSeparator?: string | undefined;
|
|
1484
1484
|
initiallyOpen?: boolean | undefined;
|
|
1485
1485
|
unfoldedLevel?: number | undefined;
|
|
1486
1486
|
showRadio?: boolean | undefined;
|
|
@@ -1513,18 +1513,18 @@ declare const _default: {
|
|
|
1513
1513
|
getWrappedInstance(): any;
|
|
1514
1514
|
render(): React.JSX.Element;
|
|
1515
1515
|
context: unknown;
|
|
1516
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1516
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1517
1517
|
disabled?: boolean | undefined;
|
|
1518
1518
|
multiple?: boolean | undefined;
|
|
1519
|
+
showIcon?: boolean | undefined;
|
|
1519
1520
|
labelField?: string | undefined;
|
|
1520
1521
|
valueField?: string | undefined;
|
|
1521
1522
|
itemHeight?: number | undefined;
|
|
1523
|
+
virtualThreshold?: number | undefined;
|
|
1522
1524
|
joinValues?: boolean | undefined;
|
|
1523
1525
|
delimiter?: string | undefined;
|
|
1524
|
-
pathSeparator?: string | undefined;
|
|
1525
1526
|
extractValue?: boolean | undefined;
|
|
1526
|
-
|
|
1527
|
-
showIcon?: boolean | undefined;
|
|
1527
|
+
pathSeparator?: string | undefined;
|
|
1528
1528
|
initiallyOpen?: boolean | undefined;
|
|
1529
1529
|
unfoldedLevel?: number | undefined;
|
|
1530
1530
|
showRadio?: boolean | undefined;
|
|
@@ -1553,18 +1553,18 @@ declare const _default: {
|
|
|
1553
1553
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1554
1554
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1555
1555
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1556
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1556
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1557
1557
|
disabled?: boolean | undefined;
|
|
1558
1558
|
multiple?: boolean | undefined;
|
|
1559
|
+
showIcon?: boolean | undefined;
|
|
1559
1560
|
labelField?: string | undefined;
|
|
1560
1561
|
valueField?: string | undefined;
|
|
1561
1562
|
itemHeight?: number | undefined;
|
|
1563
|
+
virtualThreshold?: number | undefined;
|
|
1562
1564
|
joinValues?: boolean | undefined;
|
|
1563
1565
|
delimiter?: string | undefined;
|
|
1564
|
-
pathSeparator?: string | undefined;
|
|
1565
1566
|
extractValue?: boolean | undefined;
|
|
1566
|
-
|
|
1567
|
-
showIcon?: boolean | undefined;
|
|
1567
|
+
pathSeparator?: string | undefined;
|
|
1568
1568
|
initiallyOpen?: boolean | undefined;
|
|
1569
1569
|
unfoldedLevel?: number | undefined;
|
|
1570
1570
|
showRadio?: boolean | undefined;
|
|
@@ -1597,18 +1597,18 @@ declare const _default: {
|
|
|
1597
1597
|
[key: string]: React.ReactInstance;
|
|
1598
1598
|
};
|
|
1599
1599
|
componentDidMount?(): void;
|
|
1600
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1600
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1601
1601
|
disabled?: boolean | undefined;
|
|
1602
1602
|
multiple?: boolean | undefined;
|
|
1603
|
+
showIcon?: boolean | undefined;
|
|
1603
1604
|
labelField?: string | undefined;
|
|
1604
1605
|
valueField?: string | undefined;
|
|
1605
1606
|
itemHeight?: number | undefined;
|
|
1607
|
+
virtualThreshold?: number | undefined;
|
|
1606
1608
|
joinValues?: boolean | undefined;
|
|
1607
1609
|
delimiter?: string | undefined;
|
|
1608
|
-
pathSeparator?: string | undefined;
|
|
1609
1610
|
extractValue?: boolean | undefined;
|
|
1610
|
-
|
|
1611
|
-
showIcon?: boolean | undefined;
|
|
1611
|
+
pathSeparator?: string | undefined;
|
|
1612
1612
|
initiallyOpen?: boolean | undefined;
|
|
1613
1613
|
unfoldedLevel?: number | undefined;
|
|
1614
1614
|
showRadio?: boolean | undefined;
|
|
@@ -1638,18 +1638,18 @@ declare const _default: {
|
|
|
1638
1638
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1639
1639
|
componentWillUnmount?(): void;
|
|
1640
1640
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1641
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1641
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1642
1642
|
disabled?: boolean | undefined;
|
|
1643
1643
|
multiple?: boolean | undefined;
|
|
1644
|
+
showIcon?: boolean | undefined;
|
|
1644
1645
|
labelField?: string | undefined;
|
|
1645
1646
|
valueField?: string | undefined;
|
|
1646
1647
|
itemHeight?: number | undefined;
|
|
1648
|
+
virtualThreshold?: number | undefined;
|
|
1647
1649
|
joinValues?: boolean | undefined;
|
|
1648
1650
|
delimiter?: string | undefined;
|
|
1649
|
-
pathSeparator?: string | undefined;
|
|
1650
1651
|
extractValue?: boolean | undefined;
|
|
1651
|
-
|
|
1652
|
-
showIcon?: boolean | undefined;
|
|
1652
|
+
pathSeparator?: string | undefined;
|
|
1653
1653
|
initiallyOpen?: boolean | undefined;
|
|
1654
1654
|
unfoldedLevel?: number | undefined;
|
|
1655
1655
|
showRadio?: boolean | undefined;
|
|
@@ -1677,18 +1677,18 @@ declare const _default: {
|
|
|
1677
1677
|
locale?: string | undefined;
|
|
1678
1678
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1679
1679
|
}>, prevState: Readonly<{}>): any;
|
|
1680
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1680
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1681
1681
|
disabled?: boolean | undefined;
|
|
1682
1682
|
multiple?: boolean | undefined;
|
|
1683
|
+
showIcon?: boolean | undefined;
|
|
1683
1684
|
labelField?: string | undefined;
|
|
1684
1685
|
valueField?: string | undefined;
|
|
1685
1686
|
itemHeight?: number | undefined;
|
|
1687
|
+
virtualThreshold?: number | undefined;
|
|
1686
1688
|
joinValues?: boolean | undefined;
|
|
1687
1689
|
delimiter?: string | undefined;
|
|
1688
|
-
pathSeparator?: string | undefined;
|
|
1689
1690
|
extractValue?: boolean | undefined;
|
|
1690
|
-
|
|
1691
|
-
showIcon?: boolean | undefined;
|
|
1691
|
+
pathSeparator?: string | undefined;
|
|
1692
1692
|
initiallyOpen?: boolean | undefined;
|
|
1693
1693
|
unfoldedLevel?: number | undefined;
|
|
1694
1694
|
showRadio?: boolean | undefined;
|
|
@@ -1718,18 +1718,18 @@ declare const _default: {
|
|
|
1718
1718
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1719
1719
|
componentWillMount?(): void;
|
|
1720
1720
|
UNSAFE_componentWillMount?(): void;
|
|
1721
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1721
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1722
1722
|
disabled?: boolean | undefined;
|
|
1723
1723
|
multiple?: boolean | undefined;
|
|
1724
|
+
showIcon?: boolean | undefined;
|
|
1724
1725
|
labelField?: string | undefined;
|
|
1725
1726
|
valueField?: string | undefined;
|
|
1726
1727
|
itemHeight?: number | undefined;
|
|
1728
|
+
virtualThreshold?: number | undefined;
|
|
1727
1729
|
joinValues?: boolean | undefined;
|
|
1728
1730
|
delimiter?: string | undefined;
|
|
1729
|
-
pathSeparator?: string | undefined;
|
|
1730
1731
|
extractValue?: boolean | undefined;
|
|
1731
|
-
|
|
1732
|
-
showIcon?: boolean | undefined;
|
|
1732
|
+
pathSeparator?: string | undefined;
|
|
1733
1733
|
initiallyOpen?: boolean | undefined;
|
|
1734
1734
|
unfoldedLevel?: number | undefined;
|
|
1735
1735
|
showRadio?: boolean | undefined;
|
|
@@ -1757,18 +1757,18 @@ declare const _default: {
|
|
|
1757
1757
|
locale?: string | undefined;
|
|
1758
1758
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1759
1759
|
}>, nextContext: any): void;
|
|
1760
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1760
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1761
1761
|
disabled?: boolean | undefined;
|
|
1762
1762
|
multiple?: boolean | undefined;
|
|
1763
|
+
showIcon?: boolean | undefined;
|
|
1763
1764
|
labelField?: string | undefined;
|
|
1764
1765
|
valueField?: string | undefined;
|
|
1765
1766
|
itemHeight?: number | undefined;
|
|
1767
|
+
virtualThreshold?: number | undefined;
|
|
1766
1768
|
joinValues?: boolean | undefined;
|
|
1767
1769
|
delimiter?: string | undefined;
|
|
1768
|
-
pathSeparator?: string | undefined;
|
|
1769
1770
|
extractValue?: boolean | undefined;
|
|
1770
|
-
|
|
1771
|
-
showIcon?: boolean | undefined;
|
|
1771
|
+
pathSeparator?: string | undefined;
|
|
1772
1772
|
initiallyOpen?: boolean | undefined;
|
|
1773
1773
|
unfoldedLevel?: number | undefined;
|
|
1774
1774
|
showRadio?: boolean | undefined;
|
|
@@ -1796,18 +1796,18 @@ declare const _default: {
|
|
|
1796
1796
|
locale?: string | undefined;
|
|
1797
1797
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1798
1798
|
}>, nextContext: any): void;
|
|
1799
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1799
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1800
1800
|
disabled?: boolean | undefined;
|
|
1801
1801
|
multiple?: boolean | undefined;
|
|
1802
|
+
showIcon?: boolean | undefined;
|
|
1802
1803
|
labelField?: string | undefined;
|
|
1803
1804
|
valueField?: string | undefined;
|
|
1804
1805
|
itemHeight?: number | undefined;
|
|
1806
|
+
virtualThreshold?: number | undefined;
|
|
1805
1807
|
joinValues?: boolean | undefined;
|
|
1806
1808
|
delimiter?: string | undefined;
|
|
1807
|
-
pathSeparator?: string | undefined;
|
|
1808
1809
|
extractValue?: boolean | undefined;
|
|
1809
|
-
|
|
1810
|
-
showIcon?: boolean | undefined;
|
|
1810
|
+
pathSeparator?: string | undefined;
|
|
1811
1811
|
initiallyOpen?: boolean | undefined;
|
|
1812
1812
|
unfoldedLevel?: number | undefined;
|
|
1813
1813
|
showRadio?: boolean | undefined;
|
|
@@ -1835,18 +1835,18 @@ declare const _default: {
|
|
|
1835
1835
|
locale?: string | undefined;
|
|
1836
1836
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1837
1837
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1838
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1838
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "style" | "className" | "classPrefix" | "value" | "maxLength" | "minLength" | "classnames" | "theme" | "mobileUI" | "draggable" | "placeholder" | "onChange" | "loadingConfig" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1839
1839
|
disabled?: boolean | undefined;
|
|
1840
1840
|
multiple?: boolean | undefined;
|
|
1841
|
+
showIcon?: boolean | undefined;
|
|
1841
1842
|
labelField?: string | undefined;
|
|
1842
1843
|
valueField?: string | undefined;
|
|
1843
1844
|
itemHeight?: number | undefined;
|
|
1845
|
+
virtualThreshold?: number | undefined;
|
|
1844
1846
|
joinValues?: boolean | undefined;
|
|
1845
1847
|
delimiter?: string | undefined;
|
|
1846
|
-
pathSeparator?: string | undefined;
|
|
1847
1848
|
extractValue?: boolean | undefined;
|
|
1848
|
-
|
|
1849
|
-
showIcon?: boolean | undefined;
|
|
1849
|
+
pathSeparator?: string | undefined;
|
|
1850
1850
|
initiallyOpen?: boolean | undefined;
|
|
1851
1851
|
unfoldedLevel?: number | undefined;
|
|
1852
1852
|
showRadio?: boolean | undefined;
|