amis-ui 6.9.0-rc.3 → 6.9.0-rc.4
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 +40 -40
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +10 -10
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +80 -80
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/AutoSizer.js +1 -1
- package/esm/components/Avatar.d.ts +50 -50
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +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.d.ts +20 -20
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +40 -40
- package/esm/components/CalendarMobile.js +7 -9
- package/esm/components/Card.d.ts +61 -50
- package/esm/components/Card.js +14 -13
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +80 -80
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +80 -80
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +10 -10
- 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.d.ts +40 -40
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +30 -30
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +80 -80
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConditionBuilder.js +1 -1
- package/esm/components/ConfirmBox.d.ts +40 -40
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +80 -80
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +240 -240
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DiffEditor.d.ts +20 -0
- package/esm/components/DiffEditor.js +99 -0
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +30 -30
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +80 -80
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.d.ts +59 -61
- package/esm/components/Editor.js +12 -14
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.d.ts +80 -80
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.d.ts +43 -43
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +20 -20
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.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.d.ts +40 -40
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +80 -80
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Menu.js +1 -1
- package/esm/components/MobileDevTool.d.ts +10 -0
- package/esm/components/MobileDevTool.js +300 -0
- package/esm/components/Modal.d.ts +120 -120
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +200 -200
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +26 -26
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.d.ts +0 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +84 -161
- package/esm/components/Pagination.js +1 -1
- package/esm/components/PdfViewer.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.d.ts +80 -80
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +50 -50
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +4 -0
- package/esm/components/PullRefresh.js +47 -26
- package/esm/components/Radios.d.ts +30 -30
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +10 -10
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +120 -120
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +40 -40
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +80 -80
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +40 -40
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +1887 -1886
- package/esm/components/Select.js +3 -3
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +80 -80
- package/esm/components/Selection.js +1 -1
- package/esm/components/Signature.js +5 -1
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +60 -60
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +10 -10
- package/esm/components/Switch.js +1 -1
- package/esm/components/Tab.js +1 -1
- package/esm/components/Table.js +1 -1
- package/esm/components/TableSelection.d.ts +80 -80
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +40 -40
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +40 -40
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +40 -40
- 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.d.ts +40 -40
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +10 -10
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +108 -93
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.d.ts +80 -80
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +203 -201
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.d.ts +80 -80
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +80 -80
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.d.ts +40 -40
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.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.d.ts +1 -0
- 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.d.ts +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/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.d.ts +82 -52
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.d.ts +3 -0
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.d.ts +64 -59
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +3 -1
- package/esm/components/index.d.ts +3 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/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.d.ts +24 -27
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +3 -2
- package/esm/components/schema-editor/Common.d.ts +3 -0
- package/esm/components/schema-editor/Common.js +3 -2
- package/esm/components/schema-editor/Item.js +3 -13
- package/esm/components/schema-editor/Object.js +3 -2
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +51 -52
- package/esm/components/schema-editor/index.js +3 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +40 -40
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.d.ts +80 -80
- package/esm/components/table/index.js +1 -1
- package/esm/components/table/util.d.ts +5 -5
- package/esm/components/table/util.js +1 -1
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/components/withBadge.js +1 -1
- package/esm/hooks/index.d.ts +1 -0
- package/esm/hooks/use-on-screen.d.ts +2 -0
- package/esm/hooks/use-on-screen.js +28 -0
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/fullscreen.svg.js +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/rotate-screen.svg.js +21 -0
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.svg.js +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-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.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 +4 -1
- package/esm/locale/de-DE.js +6 -1
- package/esm/locale/en-US.js +6 -1
- package/esm/locale/zh-CN.js +6 -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/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +40 -40
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- 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/AnchorNavSection.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +90 -90
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +7 -9
- package/lib/components/Card.d.ts +81 -70
- package/lib/components/Card.js +14 -13
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- 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 +70 -70
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +30 -30
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +80 -80
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConditionBuilder.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +121 -121
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +320 -320
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DiffEditor.d.ts +20 -0
- package/lib/components/DiffEditor.js +110 -0
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +20 -20
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +59 -61
- package/lib/components/Editor.js +12 -14
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +43 -43
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Menu.js +1 -1
- package/lib/components/MobileDevTool.d.ts +10 -0
- package/lib/components/MobileDevTool.js +313 -0
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -30
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.d.ts +0 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +124 -201
- package/lib/components/Pagination.js +1 -1
- package/lib/components/PdfViewer.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 +80 -80
- 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.d.ts +4 -0
- package/lib/components/PullRefresh.js +50 -25
- package/lib/components/Radios.d.ts +20 -20
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +80 -80
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +749 -749
- package/lib/components/Select.js +3 -3
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.js +3 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +70 -70
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +120 -120
- 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.js +1 -1
- package/lib/components/Toast.d.ts +120 -120
- 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 +77 -62
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +123 -121
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -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.d.ts +1 -0
- 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.d.ts +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.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +82 -52
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.d.ts +3 -0
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +64 -59
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +3 -1
- package/lib/components/index.d.ts +3 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/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 +54 -57
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +2 -1
- package/lib/components/schema-editor/Common.d.ts +3 -0
- package/lib/components/schema-editor/Common.js +3 -1
- package/lib/components/schema-editor/Item.js +2 -12
- package/lib/components/schema-editor/Object.js +2 -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 +51 -52
- package/lib/components/schema-editor/index.js +3 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +80 -80
- package/lib/components/table/index.js +1 -1
- package/lib/components/table/util.d.ts +9 -9
- package/lib/components/table/util.js +1 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/components/withBadge.js +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/use-on-screen.d.ts +2 -0
- package/lib/hooks/use-on-screen.js +32 -0
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/fullscreen.svg.js +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/rotate-screen.svg.js +28 -0
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.svg.js +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-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.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 +7 -1
- package/lib/locale/de-DE.js +6 -1
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/zh-CN.js +6 -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 +312 -15
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +312 -15
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +312 -15
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +312 -15
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +312 -15
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +3 -3
- package/scss/_properties.scss +4 -0
- package/scss/components/_card.scss +13 -0
- package/scss/components/_crud2.scss +119 -13
- package/scss/components/_mobile-dev-tool.scss +175 -0
- package/scss/components/_modal.scss +1 -0
- package/scss/components/_panel.scss +23 -9
- package/scss/components/_pull-refresh.scss +6 -1
- package/scss/components/_table.scss +6 -1
- package/scss/components/form/_form.scss +4 -5
- package/scss/themes/_common.scss +2 -0
package/lib/components/Tree.d.ts
CHANGED
|
@@ -238,17 +238,17 @@ export declare class TreeSelector extends React.Component<TreeSelectorProps, Tre
|
|
|
238
238
|
render(): React.JSX.Element;
|
|
239
239
|
}
|
|
240
240
|
declare const _default: {
|
|
241
|
-
new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
241
|
+
new (props: Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
242
242
|
disabled?: boolean | undefined;
|
|
243
243
|
multiple?: boolean | undefined;
|
|
244
|
+
joinValues?: boolean | undefined;
|
|
245
|
+
delimiter?: string | undefined;
|
|
244
246
|
showIcon?: boolean | undefined;
|
|
245
247
|
labelField?: string | undefined;
|
|
246
248
|
valueField?: string | undefined;
|
|
247
249
|
deferField?: string | undefined;
|
|
248
250
|
itemHeight?: number | undefined;
|
|
249
251
|
virtualThreshold?: number | undefined;
|
|
250
|
-
joinValues?: boolean | undefined;
|
|
251
|
-
delimiter?: string | undefined;
|
|
252
252
|
extractValue?: boolean | undefined;
|
|
253
253
|
pathSeparator?: string | undefined;
|
|
254
254
|
initiallyOpen?: boolean | undefined;
|
|
@@ -283,17 +283,17 @@ declare const _default: {
|
|
|
283
283
|
getWrappedInstance(): any;
|
|
284
284
|
render(): React.JSX.Element;
|
|
285
285
|
context: unknown;
|
|
286
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
286
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
287
287
|
disabled?: boolean | undefined;
|
|
288
288
|
multiple?: boolean | undefined;
|
|
289
|
+
joinValues?: boolean | undefined;
|
|
290
|
+
delimiter?: string | undefined;
|
|
289
291
|
showIcon?: boolean | undefined;
|
|
290
292
|
labelField?: string | undefined;
|
|
291
293
|
valueField?: string | undefined;
|
|
292
294
|
deferField?: string | undefined;
|
|
293
295
|
itemHeight?: number | undefined;
|
|
294
296
|
virtualThreshold?: number | undefined;
|
|
295
|
-
joinValues?: boolean | undefined;
|
|
296
|
-
delimiter?: string | undefined;
|
|
297
297
|
extractValue?: boolean | undefined;
|
|
298
298
|
pathSeparator?: string | undefined;
|
|
299
299
|
initiallyOpen?: boolean | undefined;
|
|
@@ -324,17 +324,17 @@ declare const _default: {
|
|
|
324
324
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
325
325
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
326
326
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
327
|
-
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
327
|
+
readonly props: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
328
328
|
disabled?: boolean | undefined;
|
|
329
329
|
multiple?: boolean | undefined;
|
|
330
|
+
joinValues?: boolean | undefined;
|
|
331
|
+
delimiter?: string | undefined;
|
|
330
332
|
showIcon?: boolean | undefined;
|
|
331
333
|
labelField?: string | undefined;
|
|
332
334
|
valueField?: string | undefined;
|
|
333
335
|
deferField?: string | undefined;
|
|
334
336
|
itemHeight?: number | undefined;
|
|
335
337
|
virtualThreshold?: number | undefined;
|
|
336
|
-
joinValues?: boolean | undefined;
|
|
337
|
-
delimiter?: string | undefined;
|
|
338
338
|
extractValue?: boolean | undefined;
|
|
339
339
|
pathSeparator?: string | undefined;
|
|
340
340
|
initiallyOpen?: boolean | undefined;
|
|
@@ -369,17 +369,17 @@ declare const _default: {
|
|
|
369
369
|
[key: string]: React.ReactInstance;
|
|
370
370
|
};
|
|
371
371
|
componentDidMount?(): void;
|
|
372
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
372
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
373
373
|
disabled?: boolean | undefined;
|
|
374
374
|
multiple?: boolean | undefined;
|
|
375
|
+
joinValues?: boolean | undefined;
|
|
376
|
+
delimiter?: string | undefined;
|
|
375
377
|
showIcon?: boolean | undefined;
|
|
376
378
|
labelField?: string | undefined;
|
|
377
379
|
valueField?: string | undefined;
|
|
378
380
|
deferField?: string | undefined;
|
|
379
381
|
itemHeight?: number | undefined;
|
|
380
382
|
virtualThreshold?: number | undefined;
|
|
381
|
-
joinValues?: boolean | undefined;
|
|
382
|
-
delimiter?: string | undefined;
|
|
383
383
|
extractValue?: boolean | undefined;
|
|
384
384
|
pathSeparator?: string | undefined;
|
|
385
385
|
initiallyOpen?: boolean | undefined;
|
|
@@ -410,18 +410,20 @@ declare const _default: {
|
|
|
410
410
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
411
411
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
412
412
|
componentWillUnmount?(): void;
|
|
413
|
-
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
414
|
-
|
|
413
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; /**
|
|
414
|
+
* 是否使用 disable 字段
|
|
415
|
+
*/
|
|
416
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
415
417
|
disabled?: boolean | undefined;
|
|
416
418
|
multiple?: boolean | undefined;
|
|
419
|
+
joinValues?: boolean | undefined;
|
|
420
|
+
delimiter?: string | undefined;
|
|
417
421
|
showIcon?: boolean | undefined;
|
|
418
422
|
labelField?: string | undefined;
|
|
419
423
|
valueField?: string | undefined;
|
|
420
424
|
deferField?: string | undefined;
|
|
421
425
|
itemHeight?: number | undefined;
|
|
422
426
|
virtualThreshold?: number | undefined;
|
|
423
|
-
joinValues?: boolean | undefined;
|
|
424
|
-
delimiter?: string | undefined;
|
|
425
427
|
extractValue?: boolean | undefined;
|
|
426
428
|
pathSeparator?: string | undefined;
|
|
427
429
|
initiallyOpen?: boolean | undefined;
|
|
@@ -451,17 +453,17 @@ declare const _default: {
|
|
|
451
453
|
locale?: string | undefined;
|
|
452
454
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
453
455
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
454
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
456
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
455
457
|
disabled?: boolean | undefined;
|
|
456
458
|
multiple?: boolean | undefined;
|
|
459
|
+
joinValues?: boolean | undefined;
|
|
460
|
+
delimiter?: string | undefined;
|
|
457
461
|
showIcon?: boolean | undefined;
|
|
458
462
|
labelField?: string | undefined;
|
|
459
463
|
valueField?: string | undefined;
|
|
460
464
|
deferField?: string | undefined;
|
|
461
465
|
itemHeight?: number | undefined;
|
|
462
466
|
virtualThreshold?: number | undefined;
|
|
463
|
-
joinValues?: boolean | undefined;
|
|
464
|
-
delimiter?: string | undefined;
|
|
465
467
|
extractValue?: boolean | undefined;
|
|
466
468
|
pathSeparator?: string | undefined;
|
|
467
469
|
initiallyOpen?: boolean | undefined;
|
|
@@ -493,17 +495,17 @@ declare const _default: {
|
|
|
493
495
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
494
496
|
componentWillMount?(): void;
|
|
495
497
|
UNSAFE_componentWillMount?(): void;
|
|
496
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
498
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
497
499
|
disabled?: boolean | undefined;
|
|
498
500
|
multiple?: boolean | undefined;
|
|
501
|
+
joinValues?: boolean | undefined;
|
|
502
|
+
delimiter?: string | undefined;
|
|
499
503
|
showIcon?: boolean | undefined;
|
|
500
504
|
labelField?: string | undefined;
|
|
501
505
|
valueField?: string | undefined;
|
|
502
506
|
deferField?: string | undefined;
|
|
503
507
|
itemHeight?: number | undefined;
|
|
504
508
|
virtualThreshold?: number | undefined;
|
|
505
|
-
joinValues?: boolean | undefined;
|
|
506
|
-
delimiter?: string | undefined;
|
|
507
509
|
extractValue?: boolean | undefined;
|
|
508
510
|
pathSeparator?: string | undefined;
|
|
509
511
|
initiallyOpen?: boolean | undefined;
|
|
@@ -533,17 +535,17 @@ declare const _default: {
|
|
|
533
535
|
locale?: string | undefined;
|
|
534
536
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
535
537
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
536
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
538
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
537
539
|
disabled?: boolean | undefined;
|
|
538
540
|
multiple?: boolean | undefined;
|
|
541
|
+
joinValues?: boolean | undefined;
|
|
542
|
+
delimiter?: string | undefined;
|
|
539
543
|
showIcon?: boolean | undefined;
|
|
540
544
|
labelField?: string | undefined;
|
|
541
545
|
valueField?: string | undefined;
|
|
542
546
|
deferField?: string | undefined;
|
|
543
547
|
itemHeight?: number | undefined;
|
|
544
548
|
virtualThreshold?: number | undefined;
|
|
545
|
-
joinValues?: boolean | undefined;
|
|
546
|
-
delimiter?: string | undefined;
|
|
547
549
|
extractValue?: boolean | undefined;
|
|
548
550
|
pathSeparator?: string | undefined;
|
|
549
551
|
initiallyOpen?: boolean | undefined;
|
|
@@ -573,17 +575,17 @@ declare const _default: {
|
|
|
573
575
|
locale?: string | undefined;
|
|
574
576
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
575
577
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
576
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
578
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
577
579
|
disabled?: boolean | undefined;
|
|
578
580
|
multiple?: boolean | undefined;
|
|
581
|
+
joinValues?: boolean | undefined;
|
|
582
|
+
delimiter?: string | undefined;
|
|
579
583
|
showIcon?: boolean | undefined;
|
|
580
584
|
labelField?: string | undefined;
|
|
581
585
|
valueField?: string | undefined;
|
|
582
586
|
deferField?: string | undefined;
|
|
583
587
|
itemHeight?: number | undefined;
|
|
584
588
|
virtualThreshold?: number | undefined;
|
|
585
|
-
joinValues?: boolean | undefined;
|
|
586
|
-
delimiter?: string | undefined;
|
|
587
589
|
extractValue?: boolean | undefined;
|
|
588
590
|
pathSeparator?: string | undefined;
|
|
589
591
|
initiallyOpen?: boolean | undefined;
|
|
@@ -613,17 +615,17 @@ declare const _default: {
|
|
|
613
615
|
locale?: string | undefined;
|
|
614
616
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
615
617
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
616
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
618
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
617
619
|
disabled?: boolean | undefined;
|
|
618
620
|
multiple?: boolean | undefined;
|
|
621
|
+
joinValues?: boolean | undefined;
|
|
622
|
+
delimiter?: string | undefined;
|
|
619
623
|
showIcon?: boolean | undefined;
|
|
620
624
|
labelField?: string | undefined;
|
|
621
625
|
valueField?: string | undefined;
|
|
622
626
|
deferField?: string | undefined;
|
|
623
627
|
itemHeight?: number | undefined;
|
|
624
628
|
virtualThreshold?: number | undefined;
|
|
625
|
-
joinValues?: boolean | undefined;
|
|
626
|
-
delimiter?: string | undefined;
|
|
627
629
|
extractValue?: boolean | undefined;
|
|
628
630
|
pathSeparator?: string | undefined;
|
|
629
631
|
initiallyOpen?: boolean | undefined;
|
|
@@ -657,17 +659,17 @@ declare const _default: {
|
|
|
657
659
|
displayName: string;
|
|
658
660
|
contextType: React.Context<string>;
|
|
659
661
|
ComposedComponent: React.ComponentType<{
|
|
660
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
662
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
661
663
|
disabled?: boolean | undefined;
|
|
662
664
|
multiple?: boolean | undefined;
|
|
665
|
+
joinValues?: boolean | undefined;
|
|
666
|
+
delimiter?: string | undefined;
|
|
663
667
|
showIcon?: boolean | undefined;
|
|
664
668
|
labelField?: string | undefined;
|
|
665
669
|
valueField?: string | undefined;
|
|
666
670
|
deferField?: string | undefined;
|
|
667
671
|
itemHeight?: number | undefined;
|
|
668
672
|
virtualThreshold?: number | undefined;
|
|
669
|
-
joinValues?: boolean | undefined;
|
|
670
|
-
delimiter?: string | undefined;
|
|
671
673
|
extractValue?: boolean | undefined;
|
|
672
674
|
pathSeparator?: string | undefined;
|
|
673
675
|
initiallyOpen?: boolean | undefined;
|
|
@@ -702,17 +704,17 @@ declare const _default: {
|
|
|
702
704
|
getWrappedInstance(): any;
|
|
703
705
|
render(): React.JSX.Element;
|
|
704
706
|
context: unknown;
|
|
705
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
707
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
706
708
|
disabled?: boolean | undefined;
|
|
707
709
|
multiple?: boolean | undefined;
|
|
710
|
+
joinValues?: boolean | undefined;
|
|
711
|
+
delimiter?: string | undefined;
|
|
708
712
|
showIcon?: boolean | undefined;
|
|
709
713
|
labelField?: string | undefined;
|
|
710
714
|
valueField?: string | undefined;
|
|
711
715
|
deferField?: string | undefined;
|
|
712
716
|
itemHeight?: number | undefined;
|
|
713
717
|
virtualThreshold?: number | undefined;
|
|
714
|
-
joinValues?: boolean | undefined;
|
|
715
|
-
delimiter?: string | undefined;
|
|
716
718
|
extractValue?: boolean | undefined;
|
|
717
719
|
pathSeparator?: string | undefined;
|
|
718
720
|
initiallyOpen?: boolean | undefined;
|
|
@@ -743,17 +745,17 @@ declare const _default: {
|
|
|
743
745
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
744
746
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
745
747
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
746
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
748
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
747
749
|
disabled?: boolean | undefined;
|
|
748
750
|
multiple?: boolean | undefined;
|
|
751
|
+
joinValues?: boolean | undefined;
|
|
752
|
+
delimiter?: string | undefined;
|
|
749
753
|
showIcon?: boolean | undefined;
|
|
750
754
|
labelField?: string | undefined;
|
|
751
755
|
valueField?: string | undefined;
|
|
752
756
|
deferField?: string | undefined;
|
|
753
757
|
itemHeight?: number | undefined;
|
|
754
758
|
virtualThreshold?: number | undefined;
|
|
755
|
-
joinValues?: boolean | undefined;
|
|
756
|
-
delimiter?: string | undefined;
|
|
757
759
|
extractValue?: boolean | undefined;
|
|
758
760
|
pathSeparator?: string | undefined;
|
|
759
761
|
initiallyOpen?: boolean | undefined;
|
|
@@ -788,17 +790,17 @@ declare const _default: {
|
|
|
788
790
|
[key: string]: React.ReactInstance;
|
|
789
791
|
};
|
|
790
792
|
componentDidMount?(): void;
|
|
791
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
793
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
792
794
|
disabled?: boolean | undefined;
|
|
793
795
|
multiple?: boolean | undefined;
|
|
796
|
+
joinValues?: boolean | undefined;
|
|
797
|
+
delimiter?: string | undefined;
|
|
794
798
|
showIcon?: boolean | undefined;
|
|
795
799
|
labelField?: string | undefined;
|
|
796
800
|
valueField?: string | undefined;
|
|
797
801
|
deferField?: string | undefined;
|
|
798
802
|
itemHeight?: number | undefined;
|
|
799
803
|
virtualThreshold?: number | undefined;
|
|
800
|
-
joinValues?: boolean | undefined;
|
|
801
|
-
delimiter?: string | undefined;
|
|
802
804
|
extractValue?: boolean | undefined;
|
|
803
805
|
pathSeparator?: string | undefined;
|
|
804
806
|
initiallyOpen?: boolean | undefined;
|
|
@@ -830,17 +832,17 @@ declare const _default: {
|
|
|
830
832
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
831
833
|
componentWillUnmount?(): void;
|
|
832
834
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
833
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
835
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
834
836
|
disabled?: boolean | undefined;
|
|
835
837
|
multiple?: boolean | undefined;
|
|
838
|
+
joinValues?: boolean | undefined;
|
|
839
|
+
delimiter?: string | undefined;
|
|
836
840
|
showIcon?: boolean | undefined;
|
|
837
841
|
labelField?: string | undefined;
|
|
838
842
|
valueField?: string | undefined;
|
|
839
843
|
deferField?: string | undefined;
|
|
840
844
|
itemHeight?: number | undefined;
|
|
841
845
|
virtualThreshold?: number | undefined;
|
|
842
|
-
joinValues?: boolean | undefined;
|
|
843
|
-
delimiter?: string | undefined;
|
|
844
846
|
extractValue?: boolean | undefined;
|
|
845
847
|
pathSeparator?: string | undefined;
|
|
846
848
|
initiallyOpen?: boolean | undefined;
|
|
@@ -870,17 +872,17 @@ declare const _default: {
|
|
|
870
872
|
locale?: string | undefined;
|
|
871
873
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
872
874
|
}>, prevState: Readonly<{}>): any;
|
|
873
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
875
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
874
876
|
disabled?: boolean | undefined;
|
|
875
877
|
multiple?: boolean | undefined;
|
|
878
|
+
joinValues?: boolean | undefined;
|
|
879
|
+
delimiter?: string | undefined;
|
|
876
880
|
showIcon?: boolean | undefined;
|
|
877
881
|
labelField?: string | undefined;
|
|
878
882
|
valueField?: string | undefined;
|
|
879
883
|
deferField?: string | undefined;
|
|
880
884
|
itemHeight?: number | undefined;
|
|
881
885
|
virtualThreshold?: number | undefined;
|
|
882
|
-
joinValues?: boolean | undefined;
|
|
883
|
-
delimiter?: string | undefined;
|
|
884
886
|
extractValue?: boolean | undefined;
|
|
885
887
|
pathSeparator?: string | undefined;
|
|
886
888
|
initiallyOpen?: boolean | undefined;
|
|
@@ -912,17 +914,17 @@ declare const _default: {
|
|
|
912
914
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
913
915
|
componentWillMount?(): void;
|
|
914
916
|
UNSAFE_componentWillMount?(): void;
|
|
915
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
917
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
916
918
|
disabled?: boolean | undefined;
|
|
917
919
|
multiple?: boolean | undefined;
|
|
920
|
+
joinValues?: boolean | undefined;
|
|
921
|
+
delimiter?: string | undefined;
|
|
918
922
|
showIcon?: boolean | undefined;
|
|
919
923
|
labelField?: string | undefined;
|
|
920
924
|
valueField?: string | undefined;
|
|
921
925
|
deferField?: string | undefined;
|
|
922
926
|
itemHeight?: number | undefined;
|
|
923
927
|
virtualThreshold?: number | undefined;
|
|
924
|
-
joinValues?: boolean | undefined;
|
|
925
|
-
delimiter?: string | undefined;
|
|
926
928
|
extractValue?: boolean | undefined;
|
|
927
929
|
pathSeparator?: string | undefined;
|
|
928
930
|
initiallyOpen?: boolean | undefined;
|
|
@@ -952,17 +954,17 @@ declare const _default: {
|
|
|
952
954
|
locale?: string | undefined;
|
|
953
955
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
954
956
|
}>, nextContext: any): void;
|
|
955
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
957
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
956
958
|
disabled?: boolean | undefined;
|
|
957
959
|
multiple?: boolean | undefined;
|
|
960
|
+
joinValues?: boolean | undefined;
|
|
961
|
+
delimiter?: string | undefined;
|
|
958
962
|
showIcon?: boolean | undefined;
|
|
959
963
|
labelField?: string | undefined;
|
|
960
964
|
valueField?: string | undefined;
|
|
961
965
|
deferField?: string | undefined;
|
|
962
966
|
itemHeight?: number | undefined;
|
|
963
967
|
virtualThreshold?: number | undefined;
|
|
964
|
-
joinValues?: boolean | undefined;
|
|
965
|
-
delimiter?: string | undefined;
|
|
966
968
|
extractValue?: boolean | undefined;
|
|
967
969
|
pathSeparator?: string | undefined;
|
|
968
970
|
initiallyOpen?: boolean | undefined;
|
|
@@ -992,17 +994,17 @@ declare const _default: {
|
|
|
992
994
|
locale?: string | undefined;
|
|
993
995
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
994
996
|
}>, nextContext: any): void;
|
|
995
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
997
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
996
998
|
disabled?: boolean | undefined;
|
|
997
999
|
multiple?: boolean | undefined;
|
|
1000
|
+
joinValues?: boolean | undefined;
|
|
1001
|
+
delimiter?: string | undefined;
|
|
998
1002
|
showIcon?: boolean | undefined;
|
|
999
1003
|
labelField?: string | undefined;
|
|
1000
1004
|
valueField?: string | undefined;
|
|
1001
1005
|
deferField?: string | undefined;
|
|
1002
1006
|
itemHeight?: number | undefined;
|
|
1003
1007
|
virtualThreshold?: number | undefined;
|
|
1004
|
-
joinValues?: boolean | undefined;
|
|
1005
|
-
delimiter?: string | undefined;
|
|
1006
1008
|
extractValue?: boolean | undefined;
|
|
1007
1009
|
pathSeparator?: string | undefined;
|
|
1008
1010
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1032,17 +1034,17 @@ declare const _default: {
|
|
|
1032
1034
|
locale?: string | undefined;
|
|
1033
1035
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1034
1036
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1035
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1037
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1036
1038
|
disabled?: boolean | undefined;
|
|
1037
1039
|
multiple?: boolean | undefined;
|
|
1040
|
+
joinValues?: boolean | undefined;
|
|
1041
|
+
delimiter?: string | undefined;
|
|
1038
1042
|
showIcon?: boolean | undefined;
|
|
1039
1043
|
labelField?: string | undefined;
|
|
1040
1044
|
valueField?: string | undefined;
|
|
1041
1045
|
deferField?: string | undefined;
|
|
1042
1046
|
itemHeight?: number | undefined;
|
|
1043
1047
|
virtualThreshold?: number | undefined;
|
|
1044
|
-
joinValues?: boolean | undefined;
|
|
1045
|
-
delimiter?: string | undefined;
|
|
1046
1048
|
extractValue?: boolean | undefined;
|
|
1047
1049
|
pathSeparator?: string | undefined;
|
|
1048
1050
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1080,17 +1082,17 @@ declare const _default: {
|
|
|
1080
1082
|
ComposedComponent: typeof TreeSelector;
|
|
1081
1083
|
}>;
|
|
1082
1084
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
1083
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1085
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1084
1086
|
disabled?: boolean | undefined;
|
|
1085
1087
|
multiple?: boolean | undefined;
|
|
1088
|
+
joinValues?: boolean | undefined;
|
|
1089
|
+
delimiter?: string | undefined;
|
|
1086
1090
|
showIcon?: boolean | undefined;
|
|
1087
1091
|
labelField?: string | undefined;
|
|
1088
1092
|
valueField?: string | undefined;
|
|
1089
1093
|
deferField?: string | undefined;
|
|
1090
1094
|
itemHeight?: number | undefined;
|
|
1091
1095
|
virtualThreshold?: number | undefined;
|
|
1092
|
-
joinValues?: boolean | undefined;
|
|
1093
|
-
delimiter?: string | undefined;
|
|
1094
1096
|
extractValue?: boolean | undefined;
|
|
1095
1097
|
pathSeparator?: string | undefined;
|
|
1096
1098
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1125,17 +1127,17 @@ declare const _default: {
|
|
|
1125
1127
|
getWrappedInstance(): any;
|
|
1126
1128
|
render(): React.JSX.Element;
|
|
1127
1129
|
context: unknown;
|
|
1128
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1130
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1129
1131
|
disabled?: boolean | undefined;
|
|
1130
1132
|
multiple?: boolean | undefined;
|
|
1133
|
+
joinValues?: boolean | undefined;
|
|
1134
|
+
delimiter?: string | undefined;
|
|
1131
1135
|
showIcon?: boolean | undefined;
|
|
1132
1136
|
labelField?: string | undefined;
|
|
1133
1137
|
valueField?: string | undefined;
|
|
1134
1138
|
deferField?: string | undefined;
|
|
1135
1139
|
itemHeight?: number | undefined;
|
|
1136
1140
|
virtualThreshold?: number | undefined;
|
|
1137
|
-
joinValues?: boolean | undefined;
|
|
1138
|
-
delimiter?: string | undefined;
|
|
1139
1141
|
extractValue?: boolean | undefined;
|
|
1140
1142
|
pathSeparator?: string | undefined;
|
|
1141
1143
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1166,17 +1168,17 @@ declare const _default: {
|
|
|
1166
1168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1167
1169
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1168
1170
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1169
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1171
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1170
1172
|
disabled?: boolean | undefined;
|
|
1171
1173
|
multiple?: boolean | undefined;
|
|
1174
|
+
joinValues?: boolean | undefined;
|
|
1175
|
+
delimiter?: string | undefined;
|
|
1172
1176
|
showIcon?: boolean | undefined;
|
|
1173
1177
|
labelField?: string | undefined;
|
|
1174
1178
|
valueField?: string | undefined;
|
|
1175
1179
|
deferField?: string | undefined;
|
|
1176
1180
|
itemHeight?: number | undefined;
|
|
1177
1181
|
virtualThreshold?: number | undefined;
|
|
1178
|
-
joinValues?: boolean | undefined;
|
|
1179
|
-
delimiter?: string | undefined;
|
|
1180
1182
|
extractValue?: boolean | undefined;
|
|
1181
1183
|
pathSeparator?: string | undefined;
|
|
1182
1184
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1211,17 +1213,17 @@ declare const _default: {
|
|
|
1211
1213
|
[key: string]: React.ReactInstance;
|
|
1212
1214
|
};
|
|
1213
1215
|
componentDidMount?(): void;
|
|
1214
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1216
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1215
1217
|
disabled?: boolean | undefined;
|
|
1216
1218
|
multiple?: boolean | undefined;
|
|
1219
|
+
joinValues?: boolean | undefined;
|
|
1220
|
+
delimiter?: string | undefined;
|
|
1217
1221
|
showIcon?: boolean | undefined;
|
|
1218
1222
|
labelField?: string | undefined;
|
|
1219
1223
|
valueField?: string | undefined;
|
|
1220
1224
|
deferField?: string | undefined;
|
|
1221
1225
|
itemHeight?: number | undefined;
|
|
1222
1226
|
virtualThreshold?: number | undefined;
|
|
1223
|
-
joinValues?: boolean | undefined;
|
|
1224
|
-
delimiter?: string | undefined;
|
|
1225
1227
|
extractValue?: boolean | undefined;
|
|
1226
1228
|
pathSeparator?: string | undefined;
|
|
1227
1229
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1253,17 +1255,17 @@ declare const _default: {
|
|
|
1253
1255
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1254
1256
|
componentWillUnmount?(): void;
|
|
1255
1257
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1256
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1258
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1257
1259
|
disabled?: boolean | undefined;
|
|
1258
1260
|
multiple?: boolean | undefined;
|
|
1261
|
+
joinValues?: boolean | undefined;
|
|
1262
|
+
delimiter?: string | undefined;
|
|
1259
1263
|
showIcon?: boolean | undefined;
|
|
1260
1264
|
labelField?: string | undefined;
|
|
1261
1265
|
valueField?: string | undefined;
|
|
1262
1266
|
deferField?: string | undefined;
|
|
1263
1267
|
itemHeight?: number | undefined;
|
|
1264
1268
|
virtualThreshold?: number | undefined;
|
|
1265
|
-
joinValues?: boolean | undefined;
|
|
1266
|
-
delimiter?: string | undefined;
|
|
1267
1269
|
extractValue?: boolean | undefined;
|
|
1268
1270
|
pathSeparator?: string | undefined;
|
|
1269
1271
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1293,17 +1295,17 @@ declare const _default: {
|
|
|
1293
1295
|
locale?: string | undefined;
|
|
1294
1296
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1295
1297
|
}>, prevState: Readonly<{}>): any;
|
|
1296
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1298
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1297
1299
|
disabled?: boolean | undefined;
|
|
1298
1300
|
multiple?: boolean | undefined;
|
|
1301
|
+
joinValues?: boolean | undefined;
|
|
1302
|
+
delimiter?: string | undefined;
|
|
1299
1303
|
showIcon?: boolean | undefined;
|
|
1300
1304
|
labelField?: string | undefined;
|
|
1301
1305
|
valueField?: string | undefined;
|
|
1302
1306
|
deferField?: string | undefined;
|
|
1303
1307
|
itemHeight?: number | undefined;
|
|
1304
1308
|
virtualThreshold?: number | undefined;
|
|
1305
|
-
joinValues?: boolean | undefined;
|
|
1306
|
-
delimiter?: string | undefined;
|
|
1307
1309
|
extractValue?: boolean | undefined;
|
|
1308
1310
|
pathSeparator?: string | undefined;
|
|
1309
1311
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1335,17 +1337,17 @@ declare const _default: {
|
|
|
1335
1337
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1336
1338
|
componentWillMount?(): void;
|
|
1337
1339
|
UNSAFE_componentWillMount?(): void;
|
|
1338
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1340
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1339
1341
|
disabled?: boolean | undefined;
|
|
1340
1342
|
multiple?: boolean | undefined;
|
|
1343
|
+
joinValues?: boolean | undefined;
|
|
1344
|
+
delimiter?: string | undefined;
|
|
1341
1345
|
showIcon?: boolean | undefined;
|
|
1342
1346
|
labelField?: string | undefined;
|
|
1343
1347
|
valueField?: string | undefined;
|
|
1344
1348
|
deferField?: string | undefined;
|
|
1345
1349
|
itemHeight?: number | undefined;
|
|
1346
1350
|
virtualThreshold?: number | undefined;
|
|
1347
|
-
joinValues?: boolean | undefined;
|
|
1348
|
-
delimiter?: string | undefined;
|
|
1349
1351
|
extractValue?: boolean | undefined;
|
|
1350
1352
|
pathSeparator?: string | undefined;
|
|
1351
1353
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1375,17 +1377,17 @@ declare const _default: {
|
|
|
1375
1377
|
locale?: string | undefined;
|
|
1376
1378
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1377
1379
|
}>, nextContext: any): void;
|
|
1378
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1380
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1379
1381
|
disabled?: boolean | undefined;
|
|
1380
1382
|
multiple?: boolean | undefined;
|
|
1383
|
+
joinValues?: boolean | undefined;
|
|
1384
|
+
delimiter?: string | undefined;
|
|
1381
1385
|
showIcon?: boolean | undefined;
|
|
1382
1386
|
labelField?: string | undefined;
|
|
1383
1387
|
valueField?: string | undefined;
|
|
1384
1388
|
deferField?: string | undefined;
|
|
1385
1389
|
itemHeight?: number | undefined;
|
|
1386
1390
|
virtualThreshold?: number | undefined;
|
|
1387
|
-
joinValues?: boolean | undefined;
|
|
1388
|
-
delimiter?: string | undefined;
|
|
1389
1391
|
extractValue?: boolean | undefined;
|
|
1390
1392
|
pathSeparator?: string | undefined;
|
|
1391
1393
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1415,17 +1417,17 @@ declare const _default: {
|
|
|
1415
1417
|
locale?: string | undefined;
|
|
1416
1418
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1417
1419
|
}>, nextContext: any): void;
|
|
1418
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1420
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1419
1421
|
disabled?: boolean | undefined;
|
|
1420
1422
|
multiple?: boolean | undefined;
|
|
1423
|
+
joinValues?: boolean | undefined;
|
|
1424
|
+
delimiter?: string | undefined;
|
|
1421
1425
|
showIcon?: boolean | undefined;
|
|
1422
1426
|
labelField?: string | undefined;
|
|
1423
1427
|
valueField?: string | undefined;
|
|
1424
1428
|
deferField?: string | undefined;
|
|
1425
1429
|
itemHeight?: number | undefined;
|
|
1426
1430
|
virtualThreshold?: number | undefined;
|
|
1427
|
-
joinValues?: boolean | undefined;
|
|
1428
|
-
delimiter?: string | undefined;
|
|
1429
1431
|
extractValue?: boolean | undefined;
|
|
1430
1432
|
pathSeparator?: string | undefined;
|
|
1431
1433
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1455,17 +1457,17 @@ declare const _default: {
|
|
|
1455
1457
|
locale?: string | undefined;
|
|
1456
1458
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1457
1459
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1458
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1460
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1459
1461
|
disabled?: boolean | undefined;
|
|
1460
1462
|
multiple?: boolean | undefined;
|
|
1463
|
+
joinValues?: boolean | undefined;
|
|
1464
|
+
delimiter?: string | undefined;
|
|
1461
1465
|
showIcon?: boolean | undefined;
|
|
1462
1466
|
labelField?: string | undefined;
|
|
1463
1467
|
valueField?: string | undefined;
|
|
1464
1468
|
deferField?: string | undefined;
|
|
1465
1469
|
itemHeight?: number | undefined;
|
|
1466
1470
|
virtualThreshold?: number | undefined;
|
|
1467
|
-
joinValues?: boolean | undefined;
|
|
1468
|
-
delimiter?: string | undefined;
|
|
1469
1471
|
extractValue?: boolean | undefined;
|
|
1470
1472
|
pathSeparator?: string | undefined;
|
|
1471
1473
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1503,17 +1505,17 @@ declare const _default: {
|
|
|
1503
1505
|
ComposedComponent: typeof TreeSelector;
|
|
1504
1506
|
}, {}> & {
|
|
1505
1507
|
ComposedComponent: {
|
|
1506
|
-
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1508
|
+
new (props: Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1507
1509
|
disabled?: boolean | undefined;
|
|
1508
1510
|
multiple?: boolean | undefined;
|
|
1511
|
+
joinValues?: boolean | undefined;
|
|
1512
|
+
delimiter?: string | undefined;
|
|
1509
1513
|
showIcon?: boolean | undefined;
|
|
1510
1514
|
labelField?: string | undefined;
|
|
1511
1515
|
valueField?: string | undefined;
|
|
1512
1516
|
deferField?: string | undefined;
|
|
1513
1517
|
itemHeight?: number | undefined;
|
|
1514
1518
|
virtualThreshold?: number | undefined;
|
|
1515
|
-
joinValues?: boolean | undefined;
|
|
1516
|
-
delimiter?: string | undefined;
|
|
1517
1519
|
extractValue?: boolean | undefined;
|
|
1518
1520
|
pathSeparator?: string | undefined;
|
|
1519
1521
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1548,17 +1550,17 @@ declare const _default: {
|
|
|
1548
1550
|
getWrappedInstance(): any;
|
|
1549
1551
|
render(): React.JSX.Element;
|
|
1550
1552
|
context: unknown;
|
|
1551
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1553
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1552
1554
|
disabled?: boolean | undefined;
|
|
1553
1555
|
multiple?: boolean | undefined;
|
|
1556
|
+
joinValues?: boolean | undefined;
|
|
1557
|
+
delimiter?: string | undefined;
|
|
1554
1558
|
showIcon?: boolean | undefined;
|
|
1555
1559
|
labelField?: string | undefined;
|
|
1556
1560
|
valueField?: string | undefined;
|
|
1557
1561
|
deferField?: string | undefined;
|
|
1558
1562
|
itemHeight?: number | undefined;
|
|
1559
1563
|
virtualThreshold?: number | undefined;
|
|
1560
|
-
joinValues?: boolean | undefined;
|
|
1561
|
-
delimiter?: string | undefined;
|
|
1562
1564
|
extractValue?: boolean | undefined;
|
|
1563
1565
|
pathSeparator?: string | undefined;
|
|
1564
1566
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1589,17 +1591,17 @@ declare const _default: {
|
|
|
1589
1591
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1590
1592
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
1591
1593
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
1592
|
-
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1594
|
+
readonly props: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1593
1595
|
disabled?: boolean | undefined;
|
|
1594
1596
|
multiple?: boolean | undefined;
|
|
1597
|
+
joinValues?: boolean | undefined;
|
|
1598
|
+
delimiter?: string | undefined;
|
|
1595
1599
|
showIcon?: boolean | undefined;
|
|
1596
1600
|
labelField?: string | undefined;
|
|
1597
1601
|
valueField?: string | undefined;
|
|
1598
1602
|
deferField?: string | undefined;
|
|
1599
1603
|
itemHeight?: number | undefined;
|
|
1600
1604
|
virtualThreshold?: number | undefined;
|
|
1601
|
-
joinValues?: boolean | undefined;
|
|
1602
|
-
delimiter?: string | undefined;
|
|
1603
1605
|
extractValue?: boolean | undefined;
|
|
1604
1606
|
pathSeparator?: string | undefined;
|
|
1605
1607
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1634,17 +1636,17 @@ declare const _default: {
|
|
|
1634
1636
|
[key: string]: React.ReactInstance;
|
|
1635
1637
|
};
|
|
1636
1638
|
componentDidMount?(): void;
|
|
1637
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1639
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1638
1640
|
disabled?: boolean | undefined;
|
|
1639
1641
|
multiple?: boolean | undefined;
|
|
1642
|
+
joinValues?: boolean | undefined;
|
|
1643
|
+
delimiter?: string | undefined;
|
|
1640
1644
|
showIcon?: boolean | undefined;
|
|
1641
1645
|
labelField?: string | undefined;
|
|
1642
1646
|
valueField?: string | undefined;
|
|
1643
1647
|
deferField?: string | undefined;
|
|
1644
1648
|
itemHeight?: number | undefined;
|
|
1645
1649
|
virtualThreshold?: number | undefined;
|
|
1646
|
-
joinValues?: boolean | undefined;
|
|
1647
|
-
delimiter?: string | undefined;
|
|
1648
1650
|
extractValue?: boolean | undefined;
|
|
1649
1651
|
pathSeparator?: string | undefined;
|
|
1650
1652
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1676,17 +1678,17 @@ declare const _default: {
|
|
|
1676
1678
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
1677
1679
|
componentWillUnmount?(): void;
|
|
1678
1680
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
1679
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1681
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1680
1682
|
disabled?: boolean | undefined;
|
|
1681
1683
|
multiple?: boolean | undefined;
|
|
1684
|
+
joinValues?: boolean | undefined;
|
|
1685
|
+
delimiter?: string | undefined;
|
|
1682
1686
|
showIcon?: boolean | undefined;
|
|
1683
1687
|
labelField?: string | undefined;
|
|
1684
1688
|
valueField?: string | undefined;
|
|
1685
1689
|
deferField?: string | undefined;
|
|
1686
1690
|
itemHeight?: number | undefined;
|
|
1687
1691
|
virtualThreshold?: number | undefined;
|
|
1688
|
-
joinValues?: boolean | undefined;
|
|
1689
|
-
delimiter?: string | undefined;
|
|
1690
1692
|
extractValue?: boolean | undefined;
|
|
1691
1693
|
pathSeparator?: string | undefined;
|
|
1692
1694
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1716,17 +1718,17 @@ declare const _default: {
|
|
|
1716
1718
|
locale?: string | undefined;
|
|
1717
1719
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1718
1720
|
}>, prevState: Readonly<{}>): any;
|
|
1719
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1721
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1720
1722
|
disabled?: boolean | undefined;
|
|
1721
1723
|
multiple?: boolean | undefined;
|
|
1724
|
+
joinValues?: boolean | undefined;
|
|
1725
|
+
delimiter?: string | undefined;
|
|
1722
1726
|
showIcon?: boolean | undefined;
|
|
1723
1727
|
labelField?: string | undefined;
|
|
1724
1728
|
valueField?: string | undefined;
|
|
1725
1729
|
deferField?: string | undefined;
|
|
1726
1730
|
itemHeight?: number | undefined;
|
|
1727
1731
|
virtualThreshold?: number | undefined;
|
|
1728
|
-
joinValues?: boolean | undefined;
|
|
1729
|
-
delimiter?: string | undefined;
|
|
1730
1732
|
extractValue?: boolean | undefined;
|
|
1731
1733
|
pathSeparator?: string | undefined;
|
|
1732
1734
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1758,17 +1760,17 @@ declare const _default: {
|
|
|
1758
1760
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
1759
1761
|
componentWillMount?(): void;
|
|
1760
1762
|
UNSAFE_componentWillMount?(): void;
|
|
1761
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1763
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1762
1764
|
disabled?: boolean | undefined;
|
|
1763
1765
|
multiple?: boolean | undefined;
|
|
1766
|
+
joinValues?: boolean | undefined;
|
|
1767
|
+
delimiter?: string | undefined;
|
|
1764
1768
|
showIcon?: boolean | undefined;
|
|
1765
1769
|
labelField?: string | undefined;
|
|
1766
1770
|
valueField?: string | undefined;
|
|
1767
1771
|
deferField?: string | undefined;
|
|
1768
1772
|
itemHeight?: number | undefined;
|
|
1769
1773
|
virtualThreshold?: number | undefined;
|
|
1770
|
-
joinValues?: boolean | undefined;
|
|
1771
|
-
delimiter?: string | undefined;
|
|
1772
1774
|
extractValue?: boolean | undefined;
|
|
1773
1775
|
pathSeparator?: string | undefined;
|
|
1774
1776
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1798,17 +1800,17 @@ declare const _default: {
|
|
|
1798
1800
|
locale?: string | undefined;
|
|
1799
1801
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1800
1802
|
}>, nextContext: any): void;
|
|
1801
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1803
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1802
1804
|
disabled?: boolean | undefined;
|
|
1803
1805
|
multiple?: boolean | undefined;
|
|
1806
|
+
joinValues?: boolean | undefined;
|
|
1807
|
+
delimiter?: string | undefined;
|
|
1804
1808
|
showIcon?: boolean | undefined;
|
|
1805
1809
|
labelField?: string | undefined;
|
|
1806
1810
|
valueField?: string | undefined;
|
|
1807
1811
|
deferField?: string | undefined;
|
|
1808
1812
|
itemHeight?: number | undefined;
|
|
1809
1813
|
virtualThreshold?: number | undefined;
|
|
1810
|
-
joinValues?: boolean | undefined;
|
|
1811
|
-
delimiter?: string | undefined;
|
|
1812
1814
|
extractValue?: boolean | undefined;
|
|
1813
1815
|
pathSeparator?: string | undefined;
|
|
1814
1816
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1838,17 +1840,17 @@ declare const _default: {
|
|
|
1838
1840
|
locale?: string | undefined;
|
|
1839
1841
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1840
1842
|
}>, nextContext: any): void;
|
|
1841
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1843
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1842
1844
|
disabled?: boolean | undefined;
|
|
1843
1845
|
multiple?: boolean | undefined;
|
|
1846
|
+
joinValues?: boolean | undefined;
|
|
1847
|
+
delimiter?: string | undefined;
|
|
1844
1848
|
showIcon?: boolean | undefined;
|
|
1845
1849
|
labelField?: string | undefined;
|
|
1846
1850
|
valueField?: string | undefined;
|
|
1847
1851
|
deferField?: string | undefined;
|
|
1848
1852
|
itemHeight?: number | undefined;
|
|
1849
1853
|
virtualThreshold?: number | undefined;
|
|
1850
|
-
joinValues?: boolean | undefined;
|
|
1851
|
-
delimiter?: string | undefined;
|
|
1852
1854
|
extractValue?: boolean | undefined;
|
|
1853
1855
|
pathSeparator?: string | undefined;
|
|
1854
1856
|
initiallyOpen?: boolean | undefined;
|
|
@@ -1878,17 +1880,17 @@ declare const _default: {
|
|
|
1878
1880
|
locale?: string | undefined;
|
|
1879
1881
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1880
1882
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1881
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "
|
|
1883
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TreeSelectorProps, keyof LocaleProps>, "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "loadingConfig" | "testIdBuilder" | "maxLength" | "minLength" | "placeholder" | "value" | "onChange" | "draggable" | "options" | "onDeferLoad" | "itemClassName" | "itemRender" | "checkAll" | "checkAllLabel" | "onRef" | "onAdd" | "editable" | "onEdit" | "creatable" | "removable" | "onDelete" | "highlightTxt" | "onlyLeaf" | "bultinCUD" | "rootCreatable" | "onExpandTree" | "onMove"> & {
|
|
1882
1884
|
disabled?: boolean | undefined;
|
|
1883
1885
|
multiple?: boolean | undefined;
|
|
1886
|
+
joinValues?: boolean | undefined;
|
|
1887
|
+
delimiter?: string | undefined;
|
|
1884
1888
|
showIcon?: boolean | undefined;
|
|
1885
1889
|
labelField?: string | undefined;
|
|
1886
1890
|
valueField?: string | undefined;
|
|
1887
1891
|
deferField?: string | undefined;
|
|
1888
1892
|
itemHeight?: number | undefined;
|
|
1889
1893
|
virtualThreshold?: number | undefined;
|
|
1890
|
-
joinValues?: boolean | undefined;
|
|
1891
|
-
delimiter?: string | undefined;
|
|
1892
1894
|
extractValue?: boolean | undefined;
|
|
1893
1895
|
pathSeparator?: string | undefined;
|
|
1894
1896
|
initiallyOpen?: boolean | undefined;
|