amis-ui 2.1.1-beta.2 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.d.ts +33 -1
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +494 -2
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.d.ts +33 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +67 -3
- package/esm/components/AnchorNav.js +9 -9
- package/esm/components/ArrayInput.d.ts +574 -2
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +83 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +454 -2
- package/esm/components/AssociatedSelection.js +3 -3
- package/esm/components/Avatar.d.ts +33 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +54 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +33 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.d.ts +33 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +33 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +33 -1
- package/esm/components/Button.js +4 -5
- package/esm/components/CalendarMobile.d.ts +254 -2
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.d.ts +33 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +33 -1
- package/esm/components/Cascader.js +3 -9
- package/esm/components/ChainedSelection.d.ts +454 -2
- package/esm/components/ChainedSelection.js +7 -5
- package/esm/components/Checkbox.d.ts +33 -1
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.d.ts +254 -2
- 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 +33 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +33 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +454 -2
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/ContextMenu.d.ts +33 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +495 -2
- package/esm/components/DatePicker.js +3 -3
- package/esm/components/DateRangePicker.d.ts +787 -2
- package/esm/components/DateRangePicker.js +107 -37
- package/esm/components/Drawer.d.ts +33 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/Editor.d.ts +541 -3
- package/esm/components/Editor.js +9 -8
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.d.ts +254 -2
- package/esm/components/FormField.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +455 -3
- package/esm/components/GroupedSelection.js +12 -5
- package/esm/components/Html.d.ts +53 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +261 -2
- package/esm/components/ImageGallery.js +18 -6
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +63 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.d.ts +254 -2
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/Layout.d.ts +93 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.d.ts +33 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +53 -1
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +534 -2
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +374 -2
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +1200 -8
- package/esm/components/Modal.js +8 -3
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +654 -2
- package/esm/components/NumberInput.d.ts +42 -1
- package/esm/components/NumberInput.js +39 -10
- package/esm/components/Pagination.d.ts +543 -2
- package/esm/components/Pagination.js +3 -3
- package/esm/components/Picker.d.ts +254 -2
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.d.ts +33 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.d.ts +254 -2
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.d.ts +1 -0
- package/esm/components/PopOverContainer.js +3 -3
- package/esm/components/PopUp.d.ts +534 -2
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +39 -1
- package/esm/components/Progress.js +20 -2
- package/esm/components/PullRefresh.d.ts +33 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +123 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.d.ts +33 -1
- package/esm/components/Range.js +7 -4
- package/esm/components/Rating.d.ts +173 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +254 -2
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +259 -4
- package/esm/components/ResultList.js +10 -8
- package/esm/components/ResultTableList.d.ts +655 -2
- package/esm/components/ResultTableList.js +3 -3
- package/esm/components/ResultTreeList.d.ts +255 -2
- package/esm/components/ResultTreeList.js +4 -4
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +497 -2
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +6201 -56
- package/esm/components/Select.js +1 -1
- package/esm/components/Selection.d.ts +456 -2
- package/esm/components/Selection.js +6 -3
- package/esm/components/SparkLine.d.ts +374 -2
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +145 -1
- package/esm/components/Spinner.js +111 -23
- package/esm/components/Steps.d.ts +33 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +63 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +654 -2
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +239 -7
- package/esm/components/Tabs.js +39 -9
- package/esm/components/TabsTransfer.d.ts +254 -2
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.d.ts +254 -2
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +66 -2
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +494 -2
- package/esm/components/Textarea.js +2 -2
- package/esm/components/Timeline.d.ts +33 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +254 -2
- package/esm/components/TimelineItem.js +2 -2
- package/esm/components/Tinymce.js +2 -2
- package/esm/components/TitleBar.d.ts +83 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +254 -2
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.d.ts +33 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +33 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +1050 -6
- package/esm/components/Transfer.js +12 -12
- package/esm/components/TransferDropDown.d.ts +254 -2
- package/esm/components/TransferDropDown.js +4 -4
- package/esm/components/TransferPicker.d.ts +254 -2
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.d.ts +254 -4
- package/esm/components/TransferSearch.js +2 -8
- package/esm/components/Tree.d.ts +1534 -2
- package/esm/components/Tree.js +3 -2
- package/esm/components/TreeSelection.d.ts +494 -2
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +419 -3
- package/esm/components/UserSelect.js +87 -28
- package/esm/components/UserTabSelect.d.ts +258 -5
- package/esm/components/UserTabSelect.js +64 -18
- package/esm/components/WithRemoteConfig.d.ts +260 -4
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.d.ts +63 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +1 -0
- package/esm/components/calendar/Calendar.js +5 -2
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +64 -2
- package/esm/components/calendar/DaysView.js +53 -24
- package/esm/components/calendar/MonthsView.d.ts +63 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +63 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +63 -2
- package/esm/components/calendar/TimeView.js +5 -6
- package/esm/components/calendar/YearsView.d.ts +63 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +255 -2
- package/esm/components/condition-builder/Expression.js +3 -3
- package/esm/components/condition-builder/Field.d.ts +256 -3
- package/esm/components/condition-builder/Field.js +9 -5
- package/esm/components/condition-builder/Formula.d.ts +254 -2
- package/esm/components/condition-builder/Formula.js +1 -1
- package/esm/components/condition-builder/Func.d.ts +254 -2
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.d.ts +255 -2
- package/esm/components/condition-builder/Group.js +3 -3
- package/esm/components/condition-builder/GroupOrItem.d.ts +34 -1
- package/esm/components/condition-builder/GroupOrItem.js +3 -3
- package/esm/components/condition-builder/InputSwitch.d.ts +33 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +255 -2
- package/esm/components/condition-builder/Item.js +3 -3
- package/esm/components/condition-builder/Value.d.ts +254 -2
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +255 -2
- package/esm/components/condition-builder/index.js +3 -3
- package/esm/components/formula/Editor.d.ts +256 -2
- package/esm/components/formula/Editor.js +17 -6
- package/esm/components/formula/FuncList.d.ts +33 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Picker.d.ts +357 -4
- package/esm/components/formula/Picker.js +30 -8
- package/esm/components/formula/VariableList.d.ts +33 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.d.ts +1 -1
- package/esm/components/formula/plugin.js +6 -4
- package/esm/components/icons.js +1 -1
- package/esm/components/json-schema/Array.d.ts +1 -0
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.d.ts +1 -0
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.d.ts +1 -0
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.d.ts +254 -2
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/schema-editor/Array.d.ts +1 -0
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.d.ts +1 -0
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.d.ts +164 -2
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.d.ts +164 -2
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +263 -2
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.d.ts +456 -3
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.d.ts +257 -3
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +377 -4
- package/esm/components/table/HeadCellFilter.js +4 -4
- package/esm/components/table/HeadCellSelect.d.ts +337 -4
- package/esm/components/table/HeadCellSelect.js +4 -2
- package/esm/components/table/HeadCellSort.d.ts +258 -5
- package/esm/components/table/HeadCellSort.js +6 -6
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +586 -9
- package/esm/components/table/index.js +106 -59
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.d.ts +3 -3
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check-circle.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/status-fail.svg.js +1 -1
- package/esm/icons/status-info.svg.js +1 -1
- package/esm/icons/status-success.svg.js +1 -1
- package/esm/icons/status-warning.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +26 -6
- package/esm/locale/en-US.js +22 -3
- package/esm/locale/zh-CN.js +24 -7
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.d.ts +33 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +494 -2
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +33 -1
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +67 -3
- package/lib/components/AnchorNav.js +9 -9
- package/lib/components/ArrayInput.d.ts +574 -2
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +83 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +454 -2
- package/lib/components/AssociatedSelection.js +3 -3
- package/lib/components/Avatar.d.ts +33 -1
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +54 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +33 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.d.ts +33 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +33 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +33 -1
- package/lib/components/Button.js +4 -5
- package/lib/components/CalendarMobile.d.ts +254 -2
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +33 -1
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.d.ts +33 -1
- package/lib/components/Cascader.js +3 -9
- package/lib/components/ChainedSelection.d.ts +454 -2
- package/lib/components/ChainedSelection.js +7 -5
- package/lib/components/Checkbox.d.ts +33 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.d.ts +254 -2
- 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 +33 -1
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +33 -1
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +454 -2
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ContextMenu.d.ts +33 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +495 -2
- package/lib/components/DatePicker.js +3 -3
- package/lib/components/DateRangePicker.d.ts +787 -2
- package/lib/components/DateRangePicker.js +108 -36
- package/lib/components/Drawer.d.ts +33 -1
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Editor.d.ts +541 -3
- package/lib/components/Editor.js +9 -9
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.d.ts +254 -2
- package/lib/components/FormField.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +455 -3
- package/lib/components/GroupedSelection.js +12 -5
- package/lib/components/Html.d.ts +53 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +261 -2
- package/lib/components/ImageGallery.js +18 -6
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +63 -1
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.d.ts +254 -2
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/Layout.d.ts +93 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.d.ts +33 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +53 -1
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +534 -2
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +374 -2
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +1200 -8
- package/lib/components/Modal.js +8 -3
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +654 -2
- package/lib/components/NumberInput.d.ts +42 -1
- package/lib/components/NumberInput.js +39 -10
- package/lib/components/Pagination.d.ts +543 -2
- package/lib/components/Pagination.js +3 -3
- package/lib/components/Picker.d.ts +254 -2
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.d.ts +33 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.d.ts +254 -2
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +3 -3
- package/lib/components/PopUp.d.ts +534 -2
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +39 -1
- package/lib/components/Progress.js +20 -2
- package/lib/components/PullRefresh.d.ts +33 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +123 -1
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.d.ts +33 -1
- package/lib/components/Range.js +7 -4
- package/lib/components/Rating.d.ts +173 -1
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +254 -2
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +259 -4
- package/lib/components/ResultList.js +10 -8
- package/lib/components/ResultTableList.d.ts +655 -2
- package/lib/components/ResultTableList.js +3 -3
- package/lib/components/ResultTreeList.d.ts +255 -2
- package/lib/components/ResultTreeList.js +4 -4
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +497 -2
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +6201 -56
- package/lib/components/Select.js +1 -1
- package/lib/components/Selection.d.ts +456 -2
- package/lib/components/Selection.js +6 -3
- package/lib/components/SparkLine.d.ts +374 -2
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +145 -1
- package/lib/components/Spinner.js +111 -23
- package/lib/components/Steps.d.ts +33 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +63 -1
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +654 -2
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +239 -7
- package/lib/components/Tabs.js +39 -9
- package/lib/components/TabsTransfer.d.ts +254 -2
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.d.ts +254 -2
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +66 -2
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +494 -2
- package/lib/components/Textarea.js +2 -2
- package/lib/components/Timeline.d.ts +33 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +254 -2
- package/lib/components/TimelineItem.js +2 -2
- package/lib/components/Tinymce.js +2 -2
- package/lib/components/TitleBar.d.ts +83 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +254 -2
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.d.ts +33 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +33 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +1050 -6
- package/lib/components/Transfer.js +12 -12
- package/lib/components/TransferDropDown.d.ts +254 -2
- package/lib/components/TransferDropDown.js +4 -4
- package/lib/components/TransferPicker.d.ts +254 -2
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.d.ts +254 -4
- package/lib/components/TransferSearch.js +2 -8
- package/lib/components/Tree.d.ts +1534 -2
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +494 -2
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +419 -3
- package/lib/components/UserSelect.js +86 -27
- package/lib/components/UserTabSelect.d.ts +258 -5
- package/lib/components/UserTabSelect.js +64 -18
- package/lib/components/WithRemoteConfig.d.ts +260 -4
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.d.ts +63 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +1 -0
- package/lib/components/calendar/Calendar.js +5 -2
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +64 -2
- package/lib/components/calendar/DaysView.js +57 -24
- package/lib/components/calendar/MonthsView.d.ts +63 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.d.ts +63 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +63 -2
- package/lib/components/calendar/TimeView.js +5 -6
- package/lib/components/calendar/YearsView.d.ts +63 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.d.ts +255 -2
- package/lib/components/condition-builder/Expression.js +3 -3
- package/lib/components/condition-builder/Field.d.ts +256 -3
- package/lib/components/condition-builder/Field.js +9 -5
- package/lib/components/condition-builder/Formula.d.ts +254 -2
- package/lib/components/condition-builder/Formula.js +1 -1
- package/lib/components/condition-builder/Func.d.ts +254 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.d.ts +255 -2
- package/lib/components/condition-builder/Group.js +3 -3
- package/lib/components/condition-builder/GroupOrItem.d.ts +34 -1
- package/lib/components/condition-builder/GroupOrItem.js +3 -3
- package/lib/components/condition-builder/InputSwitch.d.ts +33 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +255 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Value.d.ts +254 -2
- 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 +255 -2
- package/lib/components/condition-builder/index.js +3 -3
- package/lib/components/formula/Editor.d.ts +256 -2
- package/lib/components/formula/Editor.js +17 -6
- package/lib/components/formula/FuncList.d.ts +33 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Picker.d.ts +357 -4
- package/lib/components/formula/Picker.js +30 -8
- package/lib/components/formula/VariableList.d.ts +33 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.d.ts +1 -1
- package/lib/components/formula/plugin.js +6 -4
- package/lib/components/icons.js +1 -1
- package/lib/components/json-schema/Array.d.ts +1 -0
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.d.ts +1 -0
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.d.ts +1 -0
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.d.ts +254 -2
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/schema-editor/Array.d.ts +1 -0
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.d.ts +1 -0
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.d.ts +164 -2
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +164 -2
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +263 -2
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +456 -3
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/HeadCellDropDown.d.ts +257 -3
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +377 -4
- package/lib/components/table/HeadCellFilter.js +4 -4
- package/lib/components/table/HeadCellSelect.d.ts +337 -4
- package/lib/components/table/HeadCellSelect.js +4 -2
- package/lib/components/table/HeadCellSort.d.ts +258 -5
- package/lib/components/table/HeadCellSort.js +6 -6
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +586 -9
- package/lib/components/table/index.js +106 -59
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.d.ts +3 -3
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/helper.css +0 -39
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check-circle.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/status-fail.svg.js +1 -1
- package/lib/icons/status-info.svg.js +1 -1
- package/lib/icons/status-success.svg.js +1 -1
- package/lib/icons/status-warning.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +26 -6
- package/lib/locale/en-US.js +22 -3
- package/lib/locale/zh-CN.js +24 -7
- 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 +9368 -5984
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +9483 -6105
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +9383 -6000
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +9458 -6073
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +9383 -6000
- package/package.json +26 -24
- package/scss/_mixins.scss +10 -0
- package/scss/_properties.scss +5 -2
- package/scss/_thirds.scss +6 -6
- package/scss/components/_anchor-nav.scss +9 -2
- package/scss/components/_collapse.scss +4 -4
- package/scss/components/_column-toggler.scss +7 -1
- package/scss/components/_drawer.scss +58 -5
- package/scss/components/_dropdown.scss +1 -0
- package/scss/components/_modal.scss +2 -7
- package/scss/components/_progress.scss +13 -0
- package/scss/components/_result-box.scss +0 -1
- package/scss/components/_spinner.scss +6 -0
- package/scss/components/_table.scss +42 -7
- package/scss/components/{_table-v2.scss → _table2.scss} +1 -1
- package/scss/components/_tabs.scss +53 -9
- package/scss/components/form/_date-range.scss +16 -2
- package/scss/components/form/_date.scss +4 -2
- package/scss/components/form/_editor.scss +11 -0
- package/scss/components/form/_fieldset.scss +20 -0
- package/scss/components/form/_form.scss +6 -2
- package/scss/components/form/_input-group.scss +5 -0
- package/scss/components/form/_select.scss +0 -2
- package/scss/components/form/_selection.scss +6 -1
- package/scss/components/form/_textarea.scss +4 -2
- package/scss/components/form/_transfer.scss +32 -7
- package/scss/components/form/_tree.scss +8 -9
- package/scss/components/form/_user-select.scss +35 -2
- package/scss/themes/_antd-variables.scss +4 -2
- package/scss/themes/_common.scss +1 -1
- package/scss/themes/_cxd-variables.scss +5 -1
- package/scss/themes/_dark-variables.scss +3 -0
- package/scss/themes/cxd.scss +4 -0
package/esm/components/Tabs.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/// <reference types="hoist-non-react-statics" />
|
|
7
7
|
/// <reference types="lodash" />
|
|
8
8
|
import React from 'react';
|
|
9
|
-
import
|
|
9
|
+
import { ClassName, LocaleProps, Schema } from 'amis-core';
|
|
10
10
|
import { ThemeProps } from 'amis-core';
|
|
11
11
|
import Sortable from 'sortablejs';
|
|
12
12
|
export declare type TabsMode = '' | 'line' | 'card' | 'radio' | 'vertical' | 'chrome' | 'simple' | 'strong' | 'tiled' | 'sidebar';
|
|
@@ -29,10 +29,42 @@ declare class TabComponent extends React.PureComponent<TabProps> {
|
|
|
29
29
|
contentRef: (ref: any) => any;
|
|
30
30
|
render(): JSX.Element;
|
|
31
31
|
}
|
|
32
|
-
export declare const Tab:
|
|
32
|
+
export declare const Tab: {
|
|
33
|
+
new (props: Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
34
|
+
ref: any;
|
|
35
|
+
childRef(ref: any): void;
|
|
36
|
+
getWrappedInstance(): any;
|
|
37
|
+
render(): JSX.Element;
|
|
38
|
+
context: any;
|
|
39
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
40
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
41
|
+
readonly props: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
42
|
+
children?: React.ReactNode;
|
|
43
|
+
}>;
|
|
44
|
+
state: Readonly<{}>;
|
|
45
|
+
refs: {
|
|
46
|
+
[key: string]: React.ReactInstance;
|
|
47
|
+
};
|
|
48
|
+
componentDidMount?(): void;
|
|
49
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
50
|
+
componentWillUnmount?(): void;
|
|
51
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
52
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
53
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
54
|
+
componentWillMount?(): void;
|
|
55
|
+
UNSAFE_componentWillMount?(): void;
|
|
56
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
57
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
58
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
59
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
60
|
+
};
|
|
61
|
+
displayName: string;
|
|
62
|
+
contextType: React.Context<string>;
|
|
63
|
+
ComposedComponent: React.ComponentType<typeof TabComponent>;
|
|
64
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof TabComponent, {}> & {
|
|
33
65
|
ComposedComponent: typeof TabComponent;
|
|
34
66
|
};
|
|
35
|
-
export interface TabsProps extends ThemeProps {
|
|
67
|
+
export interface TabsProps extends ThemeProps, LocaleProps {
|
|
36
68
|
mode: TabsMode;
|
|
37
69
|
tabsMode?: TabsMode;
|
|
38
70
|
additionBtns?: React.ReactNode;
|
|
@@ -57,13 +89,48 @@ export interface TabsProps extends ThemeProps {
|
|
|
57
89
|
onEdit?: (index: number, text: string) => void;
|
|
58
90
|
sidePosition?: 'left' | 'right';
|
|
59
91
|
addBtnText?: string;
|
|
92
|
+
collapseOnExceed?: number;
|
|
93
|
+
collapseBtnLabel?: string;
|
|
94
|
+
popOverContainer?: any;
|
|
60
95
|
}
|
|
61
96
|
export interface IDragInfo {
|
|
62
97
|
nodeId: string;
|
|
63
98
|
}
|
|
64
99
|
export declare class Tabs extends React.Component<TabsProps, any> {
|
|
65
|
-
static defaultProps: Pick<TabsProps, 'mode' | 'contentClassName' | 'showTip' | 'showTipClassName' | 'sidePosition' | 'addBtnText'>;
|
|
66
|
-
static Tab:
|
|
100
|
+
static defaultProps: Pick<TabsProps, 'mode' | 'contentClassName' | 'showTip' | 'showTipClassName' | 'sidePosition' | 'addBtnText' | 'collapseBtnLabel'>;
|
|
101
|
+
static Tab: {
|
|
102
|
+
new (props: Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
103
|
+
ref: any;
|
|
104
|
+
childRef(ref: any): void;
|
|
105
|
+
getWrappedInstance(): any;
|
|
106
|
+
render(): JSX.Element;
|
|
107
|
+
context: any;
|
|
108
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
109
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
110
|
+
readonly props: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
111
|
+
children?: React.ReactNode;
|
|
112
|
+
}>;
|
|
113
|
+
state: Readonly<{}>;
|
|
114
|
+
refs: {
|
|
115
|
+
[key: string]: React.ReactInstance;
|
|
116
|
+
};
|
|
117
|
+
componentDidMount?(): void;
|
|
118
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
119
|
+
componentWillUnmount?(): void;
|
|
120
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
121
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
122
|
+
componentDidUpdate?(prevProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
123
|
+
componentWillMount?(): void;
|
|
124
|
+
UNSAFE_componentWillMount?(): void;
|
|
125
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
126
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
127
|
+
componentWillUpdate?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
128
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<TabProps, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
129
|
+
};
|
|
130
|
+
displayName: string;
|
|
131
|
+
contextType: React.Context<string>;
|
|
132
|
+
ComposedComponent: React.ComponentType<typeof TabComponent>;
|
|
133
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof TabComponent, {}> & {
|
|
67
134
|
ComposedComponent: typeof TabComponent;
|
|
68
135
|
};
|
|
69
136
|
navMain: React.RefObject<HTMLUListElement>;
|
|
@@ -103,11 +170,176 @@ export declare class Tabs extends React.Component<TabsProps, any> {
|
|
|
103
170
|
renderTab(child: any, index: number): React.DetailedReactHTMLElement<any, HTMLElement> | undefined;
|
|
104
171
|
renderArrow(type: 'left' | 'right'): JSX.Element | null | undefined;
|
|
105
172
|
handleAddBtn(): void;
|
|
173
|
+
renderNavs(showClose?: boolean): any[] | null;
|
|
106
174
|
render(): JSX.Element | null;
|
|
107
175
|
}
|
|
108
|
-
declare const _default:
|
|
176
|
+
declare const _default: {
|
|
177
|
+
new (props: Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
178
|
+
locale?: string | undefined;
|
|
179
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
180
|
+
}): {
|
|
181
|
+
ref: any;
|
|
182
|
+
childRef(ref: any): void;
|
|
183
|
+
getWrappedInstance(): any;
|
|
184
|
+
render(): JSX.Element;
|
|
185
|
+
context: any;
|
|
186
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
187
|
+
locale?: string | undefined;
|
|
188
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
189
|
+
}>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
190
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
191
|
+
readonly props: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
192
|
+
locale?: string | undefined;
|
|
193
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
194
|
+
}> & Readonly<{
|
|
195
|
+
children?: React.ReactNode;
|
|
196
|
+
}>;
|
|
197
|
+
state: Readonly<{}>;
|
|
198
|
+
refs: {
|
|
199
|
+
[key: string]: React.ReactInstance;
|
|
200
|
+
};
|
|
201
|
+
componentDidMount?(): void;
|
|
202
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
203
|
+
locale?: string | undefined;
|
|
204
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
205
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
206
|
+
componentWillUnmount?(): void;
|
|
207
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
208
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
209
|
+
locale?: string | undefined;
|
|
210
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
211
|
+
}>, prevState: Readonly<{}>): any;
|
|
212
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
213
|
+
locale?: string | undefined;
|
|
214
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
215
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
216
|
+
componentWillMount?(): void;
|
|
217
|
+
UNSAFE_componentWillMount?(): void;
|
|
218
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
219
|
+
locale?: string | undefined;
|
|
220
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
221
|
+
}>, nextContext: any): void;
|
|
222
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
223
|
+
locale?: string | undefined;
|
|
224
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
225
|
+
}>, nextContext: any): void;
|
|
226
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
227
|
+
locale?: string | undefined;
|
|
228
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
229
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
230
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps, keyof LocaleProps> & {
|
|
231
|
+
locale?: string | undefined;
|
|
232
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
233
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
234
|
+
};
|
|
235
|
+
displayName: string;
|
|
236
|
+
contextType: React.Context<string>;
|
|
237
|
+
ComposedComponent: React.ComponentType<{
|
|
238
|
+
new (props: Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
239
|
+
ref: any;
|
|
240
|
+
childRef(ref: any): void;
|
|
241
|
+
getWrappedInstance(): any;
|
|
242
|
+
render(): JSX.Element;
|
|
243
|
+
context: any;
|
|
244
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
245
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
246
|
+
readonly props: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
247
|
+
children?: React.ReactNode;
|
|
248
|
+
}>;
|
|
249
|
+
state: Readonly<{}>;
|
|
250
|
+
refs: {
|
|
251
|
+
[key: string]: React.ReactInstance;
|
|
252
|
+
};
|
|
253
|
+
componentDidMount?(): void;
|
|
254
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
255
|
+
componentWillUnmount?(): void;
|
|
256
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
257
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
258
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
259
|
+
componentWillMount?(): void;
|
|
260
|
+
UNSAFE_componentWillMount?(): void;
|
|
261
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
262
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
263
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
264
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
265
|
+
};
|
|
266
|
+
displayName: string;
|
|
267
|
+
contextType: React.Context<string>;
|
|
268
|
+
ComposedComponent: React.ComponentType<typeof Tabs>;
|
|
269
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof Tabs, {}> & {
|
|
270
|
+
ComposedComponent: typeof Tabs;
|
|
271
|
+
}>;
|
|
272
|
+
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
273
|
+
new (props: Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
274
|
+
ref: any;
|
|
275
|
+
childRef(ref: any): void;
|
|
276
|
+
getWrappedInstance(): any;
|
|
277
|
+
render(): JSX.Element;
|
|
278
|
+
context: any;
|
|
279
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
280
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
281
|
+
readonly props: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
282
|
+
children?: React.ReactNode;
|
|
283
|
+
}>;
|
|
284
|
+
state: Readonly<{}>;
|
|
285
|
+
refs: {
|
|
286
|
+
[key: string]: React.ReactInstance;
|
|
287
|
+
};
|
|
288
|
+
componentDidMount?(): void;
|
|
289
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
290
|
+
componentWillUnmount?(): void;
|
|
291
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
292
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
293
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
294
|
+
componentWillMount?(): void;
|
|
295
|
+
UNSAFE_componentWillMount?(): void;
|
|
296
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
297
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
298
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
299
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
300
|
+
};
|
|
301
|
+
displayName: string;
|
|
302
|
+
contextType: React.Context<string>;
|
|
303
|
+
ComposedComponent: React.ComponentType<typeof Tabs>;
|
|
304
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof Tabs, {}> & {
|
|
109
305
|
ComposedComponent: typeof Tabs;
|
|
110
|
-
}
|
|
306
|
+
}, {}> & {
|
|
307
|
+
ComposedComponent: {
|
|
308
|
+
new (props: Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps): {
|
|
309
|
+
ref: any;
|
|
310
|
+
childRef(ref: any): void;
|
|
311
|
+
getWrappedInstance(): any;
|
|
312
|
+
render(): JSX.Element;
|
|
313
|
+
context: any;
|
|
314
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
315
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
|
316
|
+
readonly props: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps> & Readonly<{
|
|
317
|
+
children?: React.ReactNode;
|
|
318
|
+
}>;
|
|
319
|
+
state: Readonly<{}>;
|
|
320
|
+
refs: {
|
|
321
|
+
[key: string]: React.ReactInstance;
|
|
322
|
+
};
|
|
323
|
+
componentDidMount?(): void;
|
|
324
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
325
|
+
componentWillUnmount?(): void;
|
|
326
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
327
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
|
328
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
329
|
+
componentWillMount?(): void;
|
|
330
|
+
UNSAFE_componentWillMount?(): void;
|
|
331
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
332
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
|
|
333
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
334
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TabsProps, keyof ThemeProps>, "onClose" | "toolbar" | "locale" | "translate" | "draggable" | "onSelect" | "onAdd" | "editable" | "onEdit" | "popOverContainer" | "activeKey" | "tabsMode" | "additionBtns" | "linksClassName" | "tabs" | "tabRender" | "addable" | "closable" | "onDragChange" | "scrollable" | "collapseOnExceed"> & Partial<Pick<Omit<TabsProps, keyof ThemeProps>, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">> & Partial<Pick<Pick<TabsProps, "contentClassName" | "mode" | "showTip" | "showTipClassName" | "sidePosition" | "addBtnText" | "collapseBtnLabel">, never>> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
335
|
+
};
|
|
336
|
+
displayName: string;
|
|
337
|
+
contextType: React.Context<string>;
|
|
338
|
+
ComposedComponent: React.ComponentType<typeof Tabs>;
|
|
339
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof Tabs, {}> & {
|
|
340
|
+
ComposedComponent: typeof Tabs;
|
|
341
|
+
};
|
|
342
|
+
} & {
|
|
111
343
|
Tab: typeof Tab;
|
|
112
344
|
};
|
|
113
345
|
export default _default;
|
package/esm/components/Tabs.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-ui v2.
|
|
2
|
+
* amis-ui v2.3.0
|
|
3
3
|
* Copyright 2018-2022 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { __extends, __assign, __decorate, __metadata } from 'tslib';
|
|
7
7
|
import React__default from 'react';
|
|
8
|
+
import { themeable, guid, resizeSensor, generateIcon, autobind, localeable, uncontrollable } from 'amis-core';
|
|
8
9
|
import Transition, { ENTERING, ENTERED } from 'react-transition-group/Transition';
|
|
9
|
-
import { themeable, guid, resizeSensor, generateIcon, autobind, uncontrollable } from 'amis-core';
|
|
10
10
|
import { Icon } from './icons.js';
|
|
11
11
|
import debounce from 'lodash/debounce';
|
|
12
12
|
import { findDOMNode } from 'react-dom';
|
|
13
13
|
import TooltipWrapper from './TooltipWrapper.js';
|
|
14
|
+
import { PopOverContainer } from './PopOverContainer.js';
|
|
14
15
|
import Sortable from 'sortablejs';
|
|
15
16
|
|
|
16
17
|
/**
|
|
@@ -371,6 +372,36 @@ var Tabs = /** @class */ (function (_super) {
|
|
|
371
372
|
var onAdd = this.props.onAdd;
|
|
372
373
|
onAdd && onAdd();
|
|
373
374
|
};
|
|
375
|
+
Tabs.prototype.renderNavs = function (showClose) {
|
|
376
|
+
var _this = this;
|
|
377
|
+
if (showClose === void 0) { showClose = false; }
|
|
378
|
+
var _a = this.props, children = _a.children, collapseOnExceed = _a.collapseOnExceed, __ = _a.translate, cx = _a.classnames, popOverContainer = _a.popOverContainer, collapseBtnLabel = _a.collapseBtnLabel;
|
|
379
|
+
if (!Array.isArray(children)) {
|
|
380
|
+
return null;
|
|
381
|
+
}
|
|
382
|
+
var doms = children.map(function (tab, index) {
|
|
383
|
+
return _this.renderNav(tab, index, showClose);
|
|
384
|
+
});
|
|
385
|
+
if (typeof collapseOnExceed == 'number' &&
|
|
386
|
+
collapseOnExceed &&
|
|
387
|
+
doms.length > collapseOnExceed) {
|
|
388
|
+
var rest_1 = doms.splice(collapseOnExceed - 1, doms.length + 1 - collapseOnExceed);
|
|
389
|
+
doms.push(React__default.createElement(PopOverContainer, { key: "togglor", placement: "center-bottom-center-top center-top-center-bottom", popOverClassName: cx('Tabs-PopOver'), popOverContainer: popOverContainer || (function () { return findDOMNode(_this); }), popOverRender: function (_a) {
|
|
390
|
+
var onClose = _a.onClose;
|
|
391
|
+
return (React__default.createElement("ul", { className: cx('Tabs-PopOverList', 'DropDown-menu'), onClick: onClose }, rest_1));
|
|
392
|
+
} }, function (_a) {
|
|
393
|
+
var onClick = _a.onClick; _a.ref; var isOpened = _a.isOpened;
|
|
394
|
+
return (React__default.createElement("li", { className: cx('Tabs-link', rest_1.some(function (item) { return ~item.props.className.indexOf('is-active'); })
|
|
395
|
+
? 'is-active'
|
|
396
|
+
: '') },
|
|
397
|
+
React__default.createElement("a", { className: cx('Tabs-togglor', isOpened ? 'is-opened' : ''), onClick: onClick },
|
|
398
|
+
React__default.createElement("span", null, __(collapseBtnLabel || 'more')),
|
|
399
|
+
React__default.createElement("span", { className: cx('Tabs-togglor-arrow') },
|
|
400
|
+
React__default.createElement(Icon, { icon: "right-arrow-bold", className: "icon" })))));
|
|
401
|
+
}));
|
|
402
|
+
}
|
|
403
|
+
return doms;
|
|
404
|
+
};
|
|
374
405
|
Tabs.prototype.render = function () {
|
|
375
406
|
var _a;
|
|
376
407
|
var _this = this;
|
|
@@ -394,15 +425,13 @@ var Tabs = /** @class */ (function (_super) {
|
|
|
394
425
|
this.renderArrow('left'),
|
|
395
426
|
React__default.createElement("div", { className: cx('Tabs-linksContainer-main') },
|
|
396
427
|
React__default.createElement("ul", { className: cx('Tabs-links', linksClassName), role: "tablist", ref: this.navMain },
|
|
397
|
-
|
|
398
|
-
return _this.renderNav(tab, index, true);
|
|
399
|
-
}),
|
|
428
|
+
this.renderNavs(true),
|
|
400
429
|
additionBtns,
|
|
401
430
|
!isOverflow && toolButtons)),
|
|
402
431
|
this.renderArrow('right')),
|
|
403
432
|
isOverflow && toolButtons)) : (React__default.createElement("div", { className: cx('Tabs-linksWrapper') },
|
|
404
433
|
React__default.createElement("ul", { className: cx('Tabs-links', linksClassName), role: "tablist" },
|
|
405
|
-
|
|
434
|
+
this.renderNavs(),
|
|
406
435
|
additionBtns,
|
|
407
436
|
toolbar))),
|
|
408
437
|
React__default.createElement("div", { className: cx('Tabs-content', contentClassName) }, children.map(function (child, index) {
|
|
@@ -416,7 +445,8 @@ var Tabs = /** @class */ (function (_super) {
|
|
|
416
445
|
showTip: false,
|
|
417
446
|
showTipClassName: '',
|
|
418
447
|
sidePosition: 'left',
|
|
419
|
-
addBtnText: '新增'
|
|
448
|
+
addBtnText: '新增',
|
|
449
|
+
collapseBtnLabel: 'more'
|
|
420
450
|
};
|
|
421
451
|
Tabs.Tab = Tab;
|
|
422
452
|
__decorate([
|
|
@@ -463,8 +493,8 @@ var Tabs = /** @class */ (function (_super) {
|
|
|
463
493
|
], Tabs.prototype, "handleWheel", null);
|
|
464
494
|
return Tabs;
|
|
465
495
|
}(React__default.Component));
|
|
466
|
-
var ThemedTabs = themeable(uncontrollable(Tabs, {
|
|
496
|
+
var ThemedTabs = localeable(themeable(uncontrollable(Tabs, {
|
|
467
497
|
activeKey: 'onSelect'
|
|
468
|
-
}));
|
|
498
|
+
})));
|
|
469
499
|
|
|
470
500
|
export { Tab, Tabs, ThemedTabs as default };
|