3h1-ui 3.0.0-next.212 → 3.0.0-next.213
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/es/index.js +265 -181
- package/es/style.css +3209 -1584
- package/es/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
- package/es/ui/src/Basic/src/BasicHelp.d.ts +6 -6
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
- package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
- package/es/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
- package/es/ui/src/Button/index.d.ts +13 -13
- package/es/ui/src/Button/src/BasicButton.d.ts +6 -6
- package/es/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
- package/es/ui/src/Button/src/props.d.ts +1 -1
- package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
- package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
- package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
- package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
- package/es/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
- package/es/ui/src/Container/src/typing.d.ts +2 -2
- package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
- package/es/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
- package/es/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
- package/es/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/es/ui/src/Description/src/Description.d.ts +1 -1
- package/es/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
- package/es/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
- package/es/ui/src/Description/src/components/formItem.d.ts +1 -1
- package/es/ui/src/Description/src/typing.d.ts +2 -2
- package/es/ui/src/Descriptions/index.d.ts +3 -3
- package/es/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
- package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
- package/es/ui/src/Descriptions/src/typing.d.ts +2 -2
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
- package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
- package/es/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
- package/es/ui/src/Drawer/src/typing.d.ts +3 -3
- package/es/ui/src/Icon/src/Icon.vue.d.ts +1 -1
- package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
- package/es/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
- package/es/ui/src/Loading/src/Loading.vue.d.ts +1 -1
- package/es/ui/src/Modal/index.d.ts +10 -10
- package/es/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
- package/es/ui/src/Modal/src/components/Modal.d.ts +4 -4
- package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
- package/es/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
- package/es/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
- package/es/ui/src/Modal/src/typing.d.ts +3 -3
- package/es/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
- package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/es/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
- package/es/ui/src/Process/src/Process.d.ts +2 -2
- package/es/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
- package/es/ui/src/Scrollbar/src/bar.d.ts +1 -1
- package/es/ui/src/Scrollbar/src/types.d.ts +18 -18
- package/es/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
- package/es/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
- package/es/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
- package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
- package/es/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
- package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/Group.d.ts +5 -6
- package/es/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
- package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/es/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
- package/es/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
- package/es/ui/src/ShyForm/src/props.d.ts +60 -60
- package/es/ui/src/ShyForm/src/types/form.d.ts +6 -6
- package/es/ui/src/ShyForm/src/types/index.d.ts +2 -2
- package/es/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
- package/es/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
- package/es/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
- package/es/ui/src/ShyTable/src/componentMap.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
- package/es/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
- package/es/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
- package/es/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
- package/es/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
- package/es/ui/src/ShyTable/src/types/table.d.ts +7 -7
- package/es/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
- package/es/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
- package/es/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
- package/es/ui/src/TablePlus/componentMap.d.ts +1 -1
- package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
- package/es/ui/src/TablePlus/types/componentType.d.ts +1 -1
- package/es/ui/src/Transition/index.d.ts +24 -24
- package/es/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
- package/es/ui/src/Transition/src/CreateTransition.d.ts +4 -4
- package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/es/ui/src/Tree/src/types/tree.d.ts +3 -3
- package/es/ui/src/Upload/src/components/FileList.d.ts +37 -34
- package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
- package/es/ui/src/Upload/src/props.d.ts +3 -3
- package/es/ui/types/global.d.ts +102 -102
- package/es/ui/types/index.d.ts +36 -36
- package/lib/index.js +264 -180
- package/lib/style.css +10176 -0
- package/lib/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
- package/lib/ui/src/Basic/src/BasicHelp.d.ts +6 -6
- package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
- package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
- package/lib/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Button/index.d.ts +13 -13
- package/lib/ui/src/Button/src/BasicButton.d.ts +6 -6
- package/lib/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
- package/lib/ui/src/Button/src/props.d.ts +1 -1
- package/lib/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
- package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
- package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
- package/lib/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
- package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
- package/lib/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
- package/lib/ui/src/Container/src/typing.d.ts +2 -2
- package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
- package/lib/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
- package/lib/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
- package/lib/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/lib/ui/src/Description/src/Description.d.ts +1 -1
- package/lib/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
- package/lib/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
- package/lib/ui/src/Description/src/components/formItem.d.ts +1 -1
- package/lib/ui/src/Description/src/typing.d.ts +2 -2
- package/lib/ui/src/Descriptions/index.d.ts +3 -3
- package/lib/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
- package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
- package/lib/ui/src/Descriptions/src/typing.d.ts +2 -2
- package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
- package/lib/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
- package/lib/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
- package/lib/ui/src/Drawer/src/typing.d.ts +3 -3
- package/lib/ui/src/Icon/src/Icon.vue.d.ts +1 -1
- package/lib/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
- package/lib/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
- package/lib/ui/src/Loading/src/Loading.vue.d.ts +1 -1
- package/lib/ui/src/Modal/index.d.ts +10 -10
- package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
- package/lib/ui/src/Modal/src/components/Modal.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
- package/lib/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
- package/lib/ui/src/Modal/src/typing.d.ts +3 -3
- package/lib/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
- package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/lib/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Process/src/Process.d.ts +2 -2
- package/lib/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
- package/lib/ui/src/Scrollbar/src/bar.d.ts +1 -1
- package/lib/ui/src/Scrollbar/src/types.d.ts +18 -18
- package/lib/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
- package/lib/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
- package/lib/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
- package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
- package/lib/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
- package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/Group.d.ts +5 -6
- package/lib/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
- package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
- package/lib/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/props.d.ts +60 -60
- package/lib/ui/src/ShyForm/src/types/form.d.ts +6 -6
- package/lib/ui/src/ShyForm/src/types/index.d.ts +2 -2
- package/lib/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
- package/lib/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
- package/lib/ui/src/ShyTable/src/componentMap.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
- package/lib/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
- package/lib/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/types/table.d.ts +7 -7
- package/lib/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
- package/lib/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
- package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
- package/lib/ui/src/TablePlus/componentMap.d.ts +1 -1
- package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
- package/lib/ui/src/TablePlus/types/componentType.d.ts +1 -1
- package/lib/ui/src/Transition/index.d.ts +24 -24
- package/lib/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
- package/lib/ui/src/Transition/src/CreateTransition.d.ts +4 -4
- package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/lib/ui/src/Tree/src/types/tree.d.ts +3 -3
- package/lib/ui/src/Upload/src/components/FileList.d.ts +37 -34
- package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
- package/lib/ui/src/Upload/src/props.d.ts +3 -3
- package/lib/ui/types/global.d.ts +102 -102
- package/lib/ui/types/index.d.ts +36 -36
- package/package.json +2 -2
- package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107
- package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107
|
@@ -50,7 +50,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
50
50
|
iconDirection: {
|
|
51
51
|
type: StringConstructor;
|
|
52
52
|
};
|
|
53
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
53
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
type: {
|
|
55
55
|
type: ((new (...args: any[]) => "button" | "link") | (() => "button" | "link")) | ((new (...args: any[]) => "button" | "link") | (() => "button" | "link"))[];
|
|
56
56
|
default: string;
|
|
@@ -90,7 +90,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
90
90
|
outside: boolean;
|
|
91
91
|
stopButtonPropagation: boolean;
|
|
92
92
|
}, {}>;
|
|
93
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure")[], "edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure", import("vue").
|
|
93
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure")[], "edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
94
94
|
row: {
|
|
95
95
|
default: any;
|
|
96
96
|
};
|
|
@@ -22,7 +22,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
22
22
|
}>;
|
|
23
23
|
readonly CaretUpOutlined: import("@ant-design/icons-vue/lib/icons/CaretUpOutlined").CaretUpOutlinedIconType;
|
|
24
24
|
readonly CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").
|
|
25
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
26
26
|
onChange?: (...args: any[]) => any;
|
|
27
27
|
}, {}, {}>;
|
|
28
28
|
export default _sfc_main;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type ComponentType = 'Input' | 'InputNumber' | 'InputTextArea' | 'Select' | 'ApiSelect' | 'AutoComplete' | 'ApiTreeSelect' | 'Checkbox' | 'Switch' | 'DatePicker' | 'TimePicker' | 'RadioGroup' | 'RadioButtonGroup' | 'ApiRadioGroup';
|
|
@@ -12,7 +12,7 @@ export declare const FadeTransition: import("vue").DefineComponent<{
|
|
|
12
12
|
type: import("vue").PropType<string>;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
15
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
group: {
|
|
17
17
|
type: import("vue").PropType<boolean>;
|
|
18
18
|
default: boolean;
|
|
@@ -26,9 +26,9 @@ export declare const FadeTransition: import("vue").DefineComponent<{
|
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
}>>, {
|
|
29
|
-
origin: string;
|
|
30
29
|
mode: "default" | "in-out" | "out-in";
|
|
31
30
|
group: boolean;
|
|
31
|
+
origin: string;
|
|
32
32
|
}, {}>;
|
|
33
33
|
export declare const ScaleTransition: import("vue").DefineComponent<{
|
|
34
34
|
group: {
|
|
@@ -43,7 +43,7 @@ export declare const ScaleTransition: import("vue").DefineComponent<{
|
|
|
43
43
|
type: import("vue").PropType<string>;
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
46
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
group: {
|
|
48
48
|
type: import("vue").PropType<boolean>;
|
|
49
49
|
default: boolean;
|
|
@@ -57,9 +57,9 @@ export declare const ScaleTransition: import("vue").DefineComponent<{
|
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
}>>, {
|
|
60
|
-
origin: string;
|
|
61
60
|
mode: "default" | "in-out" | "out-in";
|
|
62
61
|
group: boolean;
|
|
62
|
+
origin: string;
|
|
63
63
|
}, {}>;
|
|
64
64
|
export declare const SlideYTransition: import("vue").DefineComponent<{
|
|
65
65
|
group: {
|
|
@@ -74,7 +74,7 @@ export declare const SlideYTransition: import("vue").DefineComponent<{
|
|
|
74
74
|
type: import("vue").PropType<string>;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
77
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
78
|
group: {
|
|
79
79
|
type: import("vue").PropType<boolean>;
|
|
80
80
|
default: boolean;
|
|
@@ -88,9 +88,9 @@ export declare const SlideYTransition: import("vue").DefineComponent<{
|
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
90
|
}>>, {
|
|
91
|
-
origin: string;
|
|
92
91
|
mode: "default" | "in-out" | "out-in";
|
|
93
92
|
group: boolean;
|
|
93
|
+
origin: string;
|
|
94
94
|
}, {}>;
|
|
95
95
|
export declare const ScrollYTransition: import("vue").DefineComponent<{
|
|
96
96
|
group: {
|
|
@@ -105,7 +105,7 @@ export declare const ScrollYTransition: import("vue").DefineComponent<{
|
|
|
105
105
|
type: import("vue").PropType<string>;
|
|
106
106
|
default: string;
|
|
107
107
|
};
|
|
108
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
108
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
109
109
|
group: {
|
|
110
110
|
type: import("vue").PropType<boolean>;
|
|
111
111
|
default: boolean;
|
|
@@ -119,9 +119,9 @@ export declare const ScrollYTransition: import("vue").DefineComponent<{
|
|
|
119
119
|
default: string;
|
|
120
120
|
};
|
|
121
121
|
}>>, {
|
|
122
|
-
origin: string;
|
|
123
122
|
mode: "default" | "in-out" | "out-in";
|
|
124
123
|
group: boolean;
|
|
124
|
+
origin: string;
|
|
125
125
|
}, {}>;
|
|
126
126
|
export declare const SlideYReverseTransition: import("vue").DefineComponent<{
|
|
127
127
|
group: {
|
|
@@ -136,7 +136,7 @@ export declare const SlideYReverseTransition: import("vue").DefineComponent<{
|
|
|
136
136
|
type: import("vue").PropType<string>;
|
|
137
137
|
default: string;
|
|
138
138
|
};
|
|
139
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
139
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
140
140
|
group: {
|
|
141
141
|
type: import("vue").PropType<boolean>;
|
|
142
142
|
default: boolean;
|
|
@@ -150,9 +150,9 @@ export declare const SlideYReverseTransition: import("vue").DefineComponent<{
|
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
152
152
|
}>>, {
|
|
153
|
-
origin: string;
|
|
154
153
|
mode: "default" | "in-out" | "out-in";
|
|
155
154
|
group: boolean;
|
|
155
|
+
origin: string;
|
|
156
156
|
}, {}>;
|
|
157
157
|
export declare const ScrollYReverseTransition: import("vue").DefineComponent<{
|
|
158
158
|
group: {
|
|
@@ -167,7 +167,7 @@ export declare const ScrollYReverseTransition: import("vue").DefineComponent<{
|
|
|
167
167
|
type: import("vue").PropType<string>;
|
|
168
168
|
default: string;
|
|
169
169
|
};
|
|
170
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
170
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
171
171
|
group: {
|
|
172
172
|
type: import("vue").PropType<boolean>;
|
|
173
173
|
default: boolean;
|
|
@@ -181,9 +181,9 @@ export declare const ScrollYReverseTransition: import("vue").DefineComponent<{
|
|
|
181
181
|
default: string;
|
|
182
182
|
};
|
|
183
183
|
}>>, {
|
|
184
|
-
origin: string;
|
|
185
184
|
mode: "default" | "in-out" | "out-in";
|
|
186
185
|
group: boolean;
|
|
186
|
+
origin: string;
|
|
187
187
|
}, {}>;
|
|
188
188
|
export declare const SlideXTransition: import("vue").DefineComponent<{
|
|
189
189
|
group: {
|
|
@@ -198,7 +198,7 @@ export declare const SlideXTransition: import("vue").DefineComponent<{
|
|
|
198
198
|
type: import("vue").PropType<string>;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
201
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
202
202
|
group: {
|
|
203
203
|
type: import("vue").PropType<boolean>;
|
|
204
204
|
default: boolean;
|
|
@@ -212,9 +212,9 @@ export declare const SlideXTransition: import("vue").DefineComponent<{
|
|
|
212
212
|
default: string;
|
|
213
213
|
};
|
|
214
214
|
}>>, {
|
|
215
|
-
origin: string;
|
|
216
215
|
mode: "default" | "in-out" | "out-in";
|
|
217
216
|
group: boolean;
|
|
217
|
+
origin: string;
|
|
218
218
|
}, {}>;
|
|
219
219
|
export declare const ScrollXTransition: import("vue").DefineComponent<{
|
|
220
220
|
group: {
|
|
@@ -229,7 +229,7 @@ export declare const ScrollXTransition: import("vue").DefineComponent<{
|
|
|
229
229
|
type: import("vue").PropType<string>;
|
|
230
230
|
default: string;
|
|
231
231
|
};
|
|
232
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
232
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
233
233
|
group: {
|
|
234
234
|
type: import("vue").PropType<boolean>;
|
|
235
235
|
default: boolean;
|
|
@@ -243,9 +243,9 @@ export declare const ScrollXTransition: import("vue").DefineComponent<{
|
|
|
243
243
|
default: string;
|
|
244
244
|
};
|
|
245
245
|
}>>, {
|
|
246
|
-
origin: string;
|
|
247
246
|
mode: "default" | "in-out" | "out-in";
|
|
248
247
|
group: boolean;
|
|
248
|
+
origin: string;
|
|
249
249
|
}, {}>;
|
|
250
250
|
export declare const SlideXReverseTransition: import("vue").DefineComponent<{
|
|
251
251
|
group: {
|
|
@@ -260,7 +260,7 @@ export declare const SlideXReverseTransition: import("vue").DefineComponent<{
|
|
|
260
260
|
type: import("vue").PropType<string>;
|
|
261
261
|
default: string;
|
|
262
262
|
};
|
|
263
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
263
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
264
|
group: {
|
|
265
265
|
type: import("vue").PropType<boolean>;
|
|
266
266
|
default: boolean;
|
|
@@ -274,9 +274,9 @@ export declare const SlideXReverseTransition: import("vue").DefineComponent<{
|
|
|
274
274
|
default: string;
|
|
275
275
|
};
|
|
276
276
|
}>>, {
|
|
277
|
-
origin: string;
|
|
278
277
|
mode: "default" | "in-out" | "out-in";
|
|
279
278
|
group: boolean;
|
|
279
|
+
origin: string;
|
|
280
280
|
}, {}>;
|
|
281
281
|
export declare const ScrollXReverseTransition: import("vue").DefineComponent<{
|
|
282
282
|
group: {
|
|
@@ -291,7 +291,7 @@ export declare const ScrollXReverseTransition: import("vue").DefineComponent<{
|
|
|
291
291
|
type: import("vue").PropType<string>;
|
|
292
292
|
default: string;
|
|
293
293
|
};
|
|
294
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
294
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
295
295
|
group: {
|
|
296
296
|
type: import("vue").PropType<boolean>;
|
|
297
297
|
default: boolean;
|
|
@@ -305,9 +305,9 @@ export declare const ScrollXReverseTransition: import("vue").DefineComponent<{
|
|
|
305
305
|
default: string;
|
|
306
306
|
};
|
|
307
307
|
}>>, {
|
|
308
|
-
origin: string;
|
|
309
308
|
mode: "default" | "in-out" | "out-in";
|
|
310
309
|
group: boolean;
|
|
310
|
+
origin: string;
|
|
311
311
|
}, {}>;
|
|
312
312
|
export declare const ScaleRotateTransition: import("vue").DefineComponent<{
|
|
313
313
|
group: {
|
|
@@ -322,7 +322,7 @@ export declare const ScaleRotateTransition: import("vue").DefineComponent<{
|
|
|
322
322
|
type: import("vue").PropType<string>;
|
|
323
323
|
default: string;
|
|
324
324
|
};
|
|
325
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
325
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
326
326
|
group: {
|
|
327
327
|
type: import("vue").PropType<boolean>;
|
|
328
328
|
default: boolean;
|
|
@@ -336,16 +336,16 @@ export declare const ScaleRotateTransition: import("vue").DefineComponent<{
|
|
|
336
336
|
default: string;
|
|
337
337
|
};
|
|
338
338
|
}>>, {
|
|
339
|
-
origin: string;
|
|
340
339
|
mode: "default" | "in-out" | "out-in";
|
|
341
340
|
group: boolean;
|
|
341
|
+
origin: string;
|
|
342
342
|
}, {}>;
|
|
343
343
|
export declare const ExpandXTransition: import("vue").DefineComponent<{
|
|
344
344
|
mode: {
|
|
345
345
|
type: import("vue").PropType<"default" | "in-out" | "out-in">;
|
|
346
346
|
default: "default" | "in-out" | "out-in";
|
|
347
347
|
};
|
|
348
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
348
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
349
349
|
mode: {
|
|
350
350
|
type: import("vue").PropType<"default" | "in-out" | "out-in">;
|
|
351
351
|
default: "default" | "in-out" | "out-in";
|
|
@@ -358,7 +358,7 @@ export declare const ExpandTransition: import("vue").DefineComponent<{
|
|
|
358
358
|
type: import("vue").PropType<"default" | "in-out" | "out-in">;
|
|
359
359
|
default: "default" | "in-out" | "out-in";
|
|
360
360
|
};
|
|
361
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
361
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
362
362
|
mode: {
|
|
363
363
|
type: import("vue").PropType<"default" | "in-out" | "out-in">;
|
|
364
364
|
default: "default" | "in-out" | "out-in";
|
|
@@ -7,5 +7,5 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
7
7
|
leave(el: any): void;
|
|
8
8
|
afterLeave(el: any): void;
|
|
9
9
|
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
11
11
|
export default _sfc_main;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
type Mode = 'in-out' | 'out-in' | 'default' | undefined;
|
|
3
3
|
export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): import("vue").DefineComponent<{
|
|
4
4
|
group: {
|
|
5
5
|
type: PropType<boolean>;
|
|
@@ -13,7 +13,7 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
|
|
|
13
13
|
type: PropType<string>;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
16
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
group: {
|
|
18
18
|
type: PropType<boolean>;
|
|
19
19
|
default: boolean;
|
|
@@ -27,16 +27,16 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
|
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
29
|
}>>, {
|
|
30
|
-
origin: string;
|
|
31
30
|
mode: Mode;
|
|
32
31
|
group: boolean;
|
|
32
|
+
origin: string;
|
|
33
33
|
}, {}>;
|
|
34
34
|
export declare function createJavascriptTransition(name: string, functions: Recordable, mode?: Mode): import("vue").DefineComponent<{
|
|
35
35
|
mode: {
|
|
36
36
|
type: PropType<Mode>;
|
|
37
37
|
default: Mode;
|
|
38
38
|
};
|
|
39
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
39
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
40
|
mode: {
|
|
41
41
|
type: PropType<Mode>;
|
|
42
42
|
default: Mode;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
selectedOnSearch: BooleanConstructor;
|
|
32
32
|
loading: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
|
|
33
33
|
treeWrapperClassName: StringConstructor;
|
|
34
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").
|
|
34
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
value: import("@shy-plugins/utils").BuildPropReturn<PropType<KeyType[] | CheckKeys>, (() => KeyType[]) | (() => KeyType[]) | (() => {
|
|
36
36
|
checked: string[] | number[];
|
|
37
37
|
halfChecked: string[] | number[];
|
|
@@ -68,16 +68,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
}, {
|
|
69
69
|
value: import("@shy-plugins/utils").BuildPropType<PropType<KeyType[] | CheckKeys>, unknown, unknown>;
|
|
70
70
|
title: string;
|
|
71
|
-
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
72
|
-
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
73
71
|
loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
74
72
|
fieldNames: undefined;
|
|
75
73
|
searchValue: string;
|
|
74
|
+
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
76
75
|
helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
|
|
77
76
|
selectedKeys: KeyType[];
|
|
78
77
|
filterFn: (searchValue: any, node: TreeItem, fieldNames: FieldNames) => boolean;
|
|
79
78
|
treeData: import("ant-design-vue/es/tree").DataNode[];
|
|
80
79
|
renderIcon: (params: Recordable<any>) => string;
|
|
80
|
+
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
81
81
|
checkStrictly: boolean;
|
|
82
82
|
clickRowToExpand: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
83
83
|
checkable: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
@@ -21,8 +21,8 @@ export interface FieldNames {
|
|
|
21
21
|
title?: string;
|
|
22
22
|
key?: string;
|
|
23
23
|
}
|
|
24
|
-
export
|
|
25
|
-
export
|
|
24
|
+
export type KeyType = string | number;
|
|
25
|
+
export type CheckKeys = KeyType[] | {
|
|
26
26
|
checked: string[] | number[];
|
|
27
27
|
halfChecked: string[] | number[];
|
|
28
28
|
};
|
|
@@ -59,7 +59,7 @@ export declare const treeProps: {
|
|
|
59
59
|
loading: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
|
|
60
60
|
treeWrapperClassName: StringConstructor;
|
|
61
61
|
};
|
|
62
|
-
export
|
|
62
|
+
export type TreeProps = ExtractPropTypes<typeof treeProps>;
|
|
63
63
|
export interface ContextMenuItem {
|
|
64
64
|
label: string;
|
|
65
65
|
icon?: string;
|
|
@@ -18,23 +18,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
dragOptions: {
|
|
19
19
|
type: import("vue").PropType<{
|
|
20
20
|
scroll: boolean | HTMLElement;
|
|
21
|
-
draggable: string;
|
|
22
|
-
animation: number;
|
|
23
|
-
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
24
21
|
filter: string | ((this: import("sortablejs"), event: Event | TouchEvent, target: HTMLElement, sortable: import("sortablejs")) => boolean);
|
|
25
|
-
disabled: boolean;
|
|
26
22
|
sort: boolean;
|
|
27
|
-
store: {
|
|
28
|
-
get: (sortable: import("sortablejs")) => string[];
|
|
29
|
-
set: (sortable: import("sortablejs")) => void;
|
|
30
|
-
};
|
|
31
|
-
group: string | import("sortablejs").GroupOptions;
|
|
32
|
-
delay: number;
|
|
33
23
|
onChange: (evt: import("sortablejs").SortableEvent) => void;
|
|
34
24
|
onSelect: (event: import("sortablejs").SortableEvent) => void;
|
|
25
|
+
animation: number;
|
|
26
|
+
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
27
|
+
disabled: boolean;
|
|
35
28
|
onDeselect: (event: import("sortablejs").SortableEvent) => void;
|
|
29
|
+
draggable: string;
|
|
36
30
|
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
37
31
|
handle: string;
|
|
32
|
+
delay: number;
|
|
33
|
+
group: string | import("sortablejs").GroupOptions;
|
|
38
34
|
chosenClass: string;
|
|
39
35
|
dataIdAttr: string;
|
|
40
36
|
delayOnTouchOnly: boolean;
|
|
@@ -57,6 +53,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
53
|
invertedSwapThreshold: number;
|
|
58
54
|
preventOnFilter: boolean;
|
|
59
55
|
removeCloneOnHide: boolean;
|
|
56
|
+
store: {
|
|
57
|
+
get: (sortable: import("sortablejs")) => string[];
|
|
58
|
+
set: (sortable: import("sortablejs")) => void;
|
|
59
|
+
};
|
|
60
60
|
swapThreshold: number;
|
|
61
61
|
touchStartThreshold: number;
|
|
62
62
|
setData: (dataTransfer: DataTransfer, draggedElement: HTMLElement) => void;
|
|
@@ -69,13 +69,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
onSort: (event: import("sortablejs").SortableEvent) => void;
|
|
70
70
|
onFilter: (event: import("sortablejs").SortableEvent) => void;
|
|
71
71
|
onMove: (evt: import("sortablejs").MoveEvent, originalEvent: Event) => boolean | void | 1 | -1;
|
|
72
|
+
forceAutoScrollFallback: boolean;
|
|
72
73
|
scrollFn: (this: import("sortablejs"), offsetX: number, offsetY: number, originalEvent: Event, touchEvt: TouchEvent, hoverTargetEl: HTMLElement) => void | "continue";
|
|
73
74
|
scrollSensitivity: number;
|
|
74
75
|
scrollSpeed: number;
|
|
75
76
|
bubbleScroll: boolean;
|
|
76
77
|
multiDrag: boolean;
|
|
77
78
|
selectedClass: string;
|
|
78
|
-
multiDragKey:
|
|
79
|
+
multiDragKey: string;
|
|
79
80
|
avoidImplicitDeselect: boolean;
|
|
80
81
|
revertOnSpill: boolean;
|
|
81
82
|
removeOnSpill: boolean;
|
|
@@ -86,7 +87,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
87
|
}>;
|
|
87
88
|
default: () => {};
|
|
88
89
|
};
|
|
89
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
90
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
91
|
columns: {
|
|
91
92
|
type: import("vue").PropType<import("../types/typing").FileBasicColumn[]>;
|
|
92
93
|
default: any;
|
|
@@ -106,23 +107,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
107
|
dragOptions: {
|
|
107
108
|
type: import("vue").PropType<{
|
|
108
109
|
scroll: boolean | HTMLElement;
|
|
109
|
-
draggable: string;
|
|
110
|
-
animation: number;
|
|
111
|
-
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
112
110
|
filter: string | ((this: import("sortablejs"), event: Event | TouchEvent, target: HTMLElement, sortable: import("sortablejs")) => boolean);
|
|
113
|
-
disabled: boolean;
|
|
114
111
|
sort: boolean;
|
|
115
|
-
store: {
|
|
116
|
-
get: (sortable: import("sortablejs")) => string[];
|
|
117
|
-
set: (sortable: import("sortablejs")) => void;
|
|
118
|
-
};
|
|
119
|
-
group: string | import("sortablejs").GroupOptions;
|
|
120
|
-
delay: number;
|
|
121
112
|
onChange: (evt: import("sortablejs").SortableEvent) => void;
|
|
122
113
|
onSelect: (event: import("sortablejs").SortableEvent) => void;
|
|
114
|
+
animation: number;
|
|
115
|
+
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
116
|
+
disabled: boolean;
|
|
123
117
|
onDeselect: (event: import("sortablejs").SortableEvent) => void;
|
|
118
|
+
draggable: string;
|
|
124
119
|
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
125
120
|
handle: string;
|
|
121
|
+
delay: number;
|
|
122
|
+
group: string | import("sortablejs").GroupOptions;
|
|
126
123
|
chosenClass: string;
|
|
127
124
|
dataIdAttr: string;
|
|
128
125
|
delayOnTouchOnly: boolean;
|
|
@@ -145,6 +142,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
142
|
invertedSwapThreshold: number;
|
|
146
143
|
preventOnFilter: boolean;
|
|
147
144
|
removeCloneOnHide: boolean;
|
|
145
|
+
store: {
|
|
146
|
+
get: (sortable: import("sortablejs")) => string[];
|
|
147
|
+
set: (sortable: import("sortablejs")) => void;
|
|
148
|
+
};
|
|
148
149
|
swapThreshold: number;
|
|
149
150
|
touchStartThreshold: number;
|
|
150
151
|
setData: (dataTransfer: DataTransfer, draggedElement: HTMLElement) => void;
|
|
@@ -157,13 +158,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
158
|
onSort: (event: import("sortablejs").SortableEvent) => void;
|
|
158
159
|
onFilter: (event: import("sortablejs").SortableEvent) => void;
|
|
159
160
|
onMove: (evt: import("sortablejs").MoveEvent, originalEvent: Event) => boolean | void | 1 | -1;
|
|
161
|
+
forceAutoScrollFallback: boolean;
|
|
160
162
|
scrollFn: (this: import("sortablejs"), offsetX: number, offsetY: number, originalEvent: Event, touchEvt: TouchEvent, hoverTargetEl: HTMLElement) => void | "continue";
|
|
161
163
|
scrollSensitivity: number;
|
|
162
164
|
scrollSpeed: number;
|
|
163
165
|
bubbleScroll: boolean;
|
|
164
166
|
multiDrag: boolean;
|
|
165
167
|
selectedClass: string;
|
|
166
|
-
multiDragKey:
|
|
168
|
+
multiDragKey: string;
|
|
167
169
|
avoidImplicitDeselect: boolean;
|
|
168
170
|
revertOnSpill: boolean;
|
|
169
171
|
removeOnSpill: boolean;
|
|
@@ -181,23 +183,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
181
183
|
openDrag: boolean;
|
|
182
184
|
dragOptions: {
|
|
183
185
|
scroll: boolean | HTMLElement;
|
|
184
|
-
draggable: string;
|
|
185
|
-
animation: number;
|
|
186
|
-
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
187
186
|
filter: string | ((this: import("sortablejs"), event: Event | TouchEvent, target: HTMLElement, sortable: import("sortablejs")) => boolean);
|
|
188
|
-
disabled: boolean;
|
|
189
187
|
sort: boolean;
|
|
190
|
-
store: {
|
|
191
|
-
get: (sortable: import("sortablejs")) => string[];
|
|
192
|
-
set: (sortable: import("sortablejs")) => void;
|
|
193
|
-
};
|
|
194
|
-
group: string | import("sortablejs").GroupOptions;
|
|
195
|
-
delay: number;
|
|
196
188
|
onChange: (evt: import("sortablejs").SortableEvent) => void;
|
|
197
189
|
onSelect: (event: import("sortablejs").SortableEvent) => void;
|
|
190
|
+
animation: number;
|
|
191
|
+
direction: ((evt: import("sortablejs").SortableEvent, target: HTMLElement, dragEl: HTMLElement) => import("sortablejs").Direction) | import("sortablejs").Direction;
|
|
192
|
+
disabled: boolean;
|
|
198
193
|
onDeselect: (event: import("sortablejs").SortableEvent) => void;
|
|
194
|
+
draggable: string;
|
|
199
195
|
onRemove: (event: import("sortablejs").SortableEvent) => void;
|
|
200
196
|
handle: string;
|
|
197
|
+
delay: number;
|
|
198
|
+
group: string | import("sortablejs").GroupOptions;
|
|
201
199
|
chosenClass: string;
|
|
202
200
|
dataIdAttr: string;
|
|
203
201
|
delayOnTouchOnly: boolean;
|
|
@@ -220,6 +218,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
218
|
invertedSwapThreshold: number;
|
|
221
219
|
preventOnFilter: boolean;
|
|
222
220
|
removeCloneOnHide: boolean;
|
|
221
|
+
store: {
|
|
222
|
+
get: (sortable: import("sortablejs")) => string[];
|
|
223
|
+
set: (sortable: import("sortablejs")) => void;
|
|
224
|
+
};
|
|
223
225
|
swapThreshold: number;
|
|
224
226
|
touchStartThreshold: number;
|
|
225
227
|
setData: (dataTransfer: DataTransfer, draggedElement: HTMLElement) => void;
|
|
@@ -232,13 +234,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
232
234
|
onSort: (event: import("sortablejs").SortableEvent) => void;
|
|
233
235
|
onFilter: (event: import("sortablejs").SortableEvent) => void;
|
|
234
236
|
onMove: (evt: import("sortablejs").MoveEvent, originalEvent: Event) => boolean | void | 1 | -1;
|
|
237
|
+
forceAutoScrollFallback: boolean;
|
|
235
238
|
scrollFn: (this: import("sortablejs"), offsetX: number, offsetY: number, originalEvent: Event, touchEvt: TouchEvent, hoverTargetEl: HTMLElement) => void | "continue";
|
|
236
239
|
scrollSensitivity: number;
|
|
237
240
|
scrollSpeed: number;
|
|
238
241
|
bubbleScroll: boolean;
|
|
239
242
|
multiDrag: boolean;
|
|
240
243
|
selectedClass: string;
|
|
241
|
-
multiDragKey:
|
|
244
|
+
multiDragKey: string;
|
|
242
245
|
avoidImplicitDeselect: boolean;
|
|
243
246
|
revertOnSpill: boolean;
|
|
244
247
|
removeOnSpill: boolean;
|