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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.