3h1-ui 3.0.0-next.212 → 3.0.0-next.214
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 +270 -182
- 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 +11 -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 +269 -181
- 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 +11 -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,10 +50,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
50
50
|
default: any;
|
|
51
51
|
};
|
|
52
52
|
loading: {
|
|
53
|
-
/**
|
|
54
|
-
* Whether to trigger window.resize when expanding and contracting,
|
|
55
|
-
* Can adapt to tables and forms, when the form shrinks, the form triggers resize to adapt to the height
|
|
56
|
-
*/
|
|
57
53
|
type: BooleanConstructor;
|
|
58
54
|
default: any;
|
|
59
55
|
};
|
|
@@ -350,10 +346,86 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
350
346
|
rows: NumberConstructor;
|
|
351
347
|
}>>;
|
|
352
348
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
|
|
353
|
-
readonly Button:
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
349
|
+
readonly Button: import("vue").DefineComponent<{
|
|
350
|
+
size: PropType<"small" | "default" | "large">;
|
|
351
|
+
block: BooleanConstructor;
|
|
352
|
+
prefixCls: StringConstructor;
|
|
353
|
+
shape: PropType<"default" | "circle" | "round" | "square">;
|
|
354
|
+
active: {
|
|
355
|
+
type: BooleanConstructor;
|
|
356
|
+
default: any;
|
|
357
|
+
};
|
|
358
|
+
}, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
359
|
+
size: PropType<"small" | "default" | "large">;
|
|
360
|
+
block: BooleanConstructor;
|
|
361
|
+
prefixCls: StringConstructor;
|
|
362
|
+
shape: PropType<"default" | "circle" | "round" | "square">;
|
|
363
|
+
active: {
|
|
364
|
+
type: BooleanConstructor;
|
|
365
|
+
default: any;
|
|
366
|
+
};
|
|
367
|
+
}>>, {
|
|
368
|
+
block: boolean;
|
|
369
|
+
active: boolean;
|
|
370
|
+
}, {}>;
|
|
371
|
+
readonly Avatar: import("vue").DefineComponent<{
|
|
372
|
+
shape: PropType<"circle" | "square">;
|
|
373
|
+
prefixCls: StringConstructor;
|
|
374
|
+
size: PropType<number | "small" | "default" | "large">;
|
|
375
|
+
active: {
|
|
376
|
+
type: BooleanConstructor;
|
|
377
|
+
default: any;
|
|
378
|
+
};
|
|
379
|
+
}, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
380
|
+
shape: PropType<"circle" | "square">;
|
|
381
|
+
prefixCls: StringConstructor;
|
|
382
|
+
size: PropType<number | "small" | "default" | "large">;
|
|
383
|
+
active: {
|
|
384
|
+
type: BooleanConstructor;
|
|
385
|
+
default: any;
|
|
386
|
+
};
|
|
387
|
+
}>>, {
|
|
388
|
+
active: boolean;
|
|
389
|
+
}, {}>;
|
|
390
|
+
readonly Input: import("vue").DefineComponent<{
|
|
391
|
+
size: PropType<"small" | "default" | "large">;
|
|
392
|
+
block: BooleanConstructor;
|
|
393
|
+
active: {
|
|
394
|
+
type: BooleanConstructor;
|
|
395
|
+
default: any;
|
|
396
|
+
};
|
|
397
|
+
prefixCls: StringConstructor;
|
|
398
|
+
}, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
399
|
+
size: PropType<"small" | "default" | "large">;
|
|
400
|
+
block: BooleanConstructor;
|
|
401
|
+
active: {
|
|
402
|
+
type: BooleanConstructor;
|
|
403
|
+
default: any;
|
|
404
|
+
};
|
|
405
|
+
prefixCls: StringConstructor;
|
|
406
|
+
}>>, {
|
|
407
|
+
block: boolean;
|
|
408
|
+
active: boolean;
|
|
409
|
+
}, {}>;
|
|
410
|
+
readonly Image: import("vue").DefineComponent<Omit<{
|
|
411
|
+
prefixCls: StringConstructor;
|
|
412
|
+
size: PropType<number | "small" | "default" | "large">;
|
|
413
|
+
shape: PropType<"default" | "circle" | "round" | "square">;
|
|
414
|
+
active: {
|
|
415
|
+
type: BooleanConstructor;
|
|
416
|
+
default: any;
|
|
417
|
+
}; /**
|
|
418
|
+
* @description: Handling development events
|
|
419
|
+
*/
|
|
420
|
+
}, "size" | "active" | "shape">, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
421
|
+
prefixCls: StringConstructor;
|
|
422
|
+
size: PropType<number | "small" | "default" | "large">;
|
|
423
|
+
shape: PropType<"default" | "circle" | "round" | "square">;
|
|
424
|
+
active: {
|
|
425
|
+
type: BooleanConstructor;
|
|
426
|
+
default: any;
|
|
427
|
+
};
|
|
428
|
+
}, "size" | "active" | "shape">>>, {}, {}>;
|
|
357
429
|
};
|
|
358
430
|
readonly CollapseTransition: import("vue").DefineComponent<{}, {
|
|
359
431
|
on: {
|
|
@@ -364,7 +436,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
364
436
|
leave(el: any): void;
|
|
365
437
|
afterLeave(el: any): void;
|
|
366
438
|
};
|
|
367
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
439
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
368
440
|
CollapseHeader: import("vue").DefineComponent<{
|
|
369
441
|
prefixCls: {
|
|
370
442
|
type: StringConstructor;
|
|
@@ -382,7 +454,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
382
454
|
canExpan: {
|
|
383
455
|
type: BooleanConstructor;
|
|
384
456
|
};
|
|
385
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").
|
|
457
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
386
458
|
prefixCls: {
|
|
387
459
|
type: StringConstructor;
|
|
388
460
|
};
|
|
@@ -406,7 +478,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
406
478
|
canExpan: boolean;
|
|
407
479
|
show: boolean;
|
|
408
480
|
}, {}>;
|
|
409
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
481
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
410
482
|
title: {
|
|
411
483
|
type: StringConstructor;
|
|
412
484
|
default: string;
|
|
@@ -15,7 +15,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
15
15
|
canExpan: {
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
};
|
|
18
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").
|
|
18
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "expand"[], "expand", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
prefixCls: {
|
|
20
20
|
type: StringConstructor;
|
|
21
21
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type ScrollType = 'default' | 'main';
|
|
2
2
|
export interface CollapseContainerOptions {
|
|
3
3
|
canExpand?: boolean;
|
|
4
4
|
title?: string;
|
|
@@ -8,7 +8,7 @@ export interface ScrollContainerOptions {
|
|
|
8
8
|
enableScroll?: boolean;
|
|
9
9
|
type?: ScrollType;
|
|
10
10
|
}
|
|
11
|
-
export
|
|
11
|
+
export type ScrollActionType = RefType<{
|
|
12
12
|
scrollBottom: () => void;
|
|
13
13
|
getScrollWrap: () => Nullable<HTMLElement>;
|
|
14
14
|
scrollTo: (top: number) => void;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
type: PropType<ContextMenuItem[]>;
|
|
28
28
|
default(): any[];
|
|
29
29
|
};
|
|
30
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
30
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
width: {
|
|
32
32
|
type: NumberConstructor;
|
|
33
33
|
default: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
2
|
value: {
|
|
3
|
-
type: (ObjectConstructor | NumberConstructor |
|
|
3
|
+
type: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
|
|
4
4
|
};
|
|
5
5
|
count: {
|
|
6
6
|
type: NumberConstructor;
|
|
@@ -16,9 +16,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
loading: import("vue").Ref<boolean>;
|
|
17
17
|
getButtonText: import("vue").ComputedRef<string>;
|
|
18
18
|
isStart: import("vue").Ref<boolean>;
|
|
19
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
19
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
value: {
|
|
21
|
-
type: (ObjectConstructor | NumberConstructor |
|
|
21
|
+
type: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
|
|
22
22
|
};
|
|
23
23
|
count: {
|
|
24
24
|
type: NumberConstructor;
|
|
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
18
18
|
}, {
|
|
19
19
|
prefixCls: string;
|
|
20
20
|
state: import("vue").WritableComputedRef<string | number | (() => Promise<boolean>)>;
|
|
21
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
value: {
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
};
|
|
@@ -60,7 +60,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
60
60
|
value: import("vue").ComputedRef<string>;
|
|
61
61
|
start: () => void;
|
|
62
62
|
reset: () => void;
|
|
63
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onStarted" | "onFinished")[], "onStarted" | "onFinished", import("vue").
|
|
63
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onStarted" | "onFinished")[], "onStarted" | "onFinished", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
64
|
startVal: {
|
|
65
65
|
type: NumberConstructor;
|
|
66
66
|
default: number;
|
|
@@ -122,16 +122,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
122
122
|
onOnStarted?: (...args: any[]) => any;
|
|
123
123
|
onOnFinished?: (...args: any[]) => any;
|
|
124
124
|
}, {
|
|
125
|
-
prefix: string;
|
|
126
|
-
transition: string;
|
|
127
125
|
duration: number;
|
|
128
126
|
startVal: number;
|
|
129
127
|
endVal: number;
|
|
130
128
|
autoplay: boolean;
|
|
131
129
|
decimals: number;
|
|
130
|
+
prefix: string;
|
|
132
131
|
suffix: string;
|
|
133
132
|
separator: string;
|
|
134
133
|
decimal: string;
|
|
135
134
|
useEasing: boolean;
|
|
135
|
+
transition: string;
|
|
136
136
|
}, {}>;
|
|
137
137
|
export default _sfc_main;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { CropendResult, Cropper } from './typing';
|
|
2
|
-
|
|
2
|
+
type apiFunParams = {
|
|
3
3
|
file: Blob;
|
|
4
4
|
name: string;
|
|
5
5
|
filename: string;
|
|
@@ -22,7 +22,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
22
22
|
handleReady: (cropperInstance: Cropper) => void;
|
|
23
23
|
handlerToolbar: (event: string, arg?: number) => void;
|
|
24
24
|
handleOk: () => Promise<void>;
|
|
25
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "beforeUpload" | "uploadSuccess")[], "register" | "beforeUpload" | "uploadSuccess", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
circled: {
|
|
27
27
|
type: BooleanConstructor;
|
|
28
28
|
default: boolean;
|
|
@@ -32,8 +32,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
32
32
|
};
|
|
33
33
|
}>> & {
|
|
34
34
|
onRegister?: (...args: any[]) => any;
|
|
35
|
-
onUploadSuccess?: (...args: any[]) => any;
|
|
36
35
|
onBeforeUpload?: (...args: any[]) => any;
|
|
36
|
+
onUploadSuccess?: (...args: any[]) => any;
|
|
37
37
|
}, {
|
|
38
38
|
circled: boolean;
|
|
39
39
|
}, {}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CSSProperties } from 'vue';
|
|
2
2
|
import Cropper from 'cropperjs';
|
|
3
|
-
|
|
3
|
+
type Options = Cropper.Options;
|
|
4
4
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
5
5
|
src: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -40,7 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
40
40
|
getImageStyle: import("vue").ComputedRef<CSSProperties>;
|
|
41
41
|
isReady: import("vue").Ref<boolean>;
|
|
42
42
|
croppered: () => void;
|
|
43
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
43
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cropend" | "ready" | "cropendError")[], "cropend" | "ready" | "cropendError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
44
|
src: {
|
|
45
45
|
type: StringConstructor;
|
|
46
46
|
required: boolean;
|
|
@@ -73,8 +73,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
73
73
|
default: () => {};
|
|
74
74
|
};
|
|
75
75
|
}>> & {
|
|
76
|
-
onReady?: (...args: any[]) => any;
|
|
77
76
|
onCropend?: (...args: any[]) => any;
|
|
77
|
+
onReady?: (...args: any[]) => any;
|
|
78
78
|
onCropendError?: (...args: any[]) => any;
|
|
79
79
|
}, {
|
|
80
80
|
options: {};
|
|
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
btnProps: {
|
|
15
15
|
type: PropType<Partial<import("vue").ExtractPropTypes<{
|
|
16
16
|
type: {
|
|
17
|
-
type: ((new (...args: any[]) => "link" | "
|
|
17
|
+
type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
color: {
|
|
@@ -89,7 +89,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
89
89
|
closeModal: any;
|
|
90
90
|
filename: any;
|
|
91
91
|
}) => void;
|
|
92
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value" | "beforeUpload")[], "change" | "update:value" | "beforeUpload", import("vue").
|
|
92
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value" | "beforeUpload")[], "change" | "update:value" | "beforeUpload", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
93
|
width: {
|
|
94
94
|
type: (NumberConstructor | StringConstructor)[];
|
|
95
95
|
default: string;
|
|
@@ -104,7 +104,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
104
104
|
btnProps: {
|
|
105
105
|
type: PropType<Partial<import("vue").ExtractPropTypes<{
|
|
106
106
|
type: {
|
|
107
|
-
type: ((new (...args: any[]) => "link" | "
|
|
107
|
+
type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
|
|
108
108
|
default: string;
|
|
109
109
|
};
|
|
110
110
|
color: {
|
|
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
type: ((new (...args: any[]) => "vertical| horizontal") | (() => "vertical| horizontal")) | ((new (...args: any[]) => "vertical| horizontal") | (() => "vertical| horizontal"))[];
|
|
41
41
|
default: () => "horizontal";
|
|
42
42
|
};
|
|
43
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").
|
|
43
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
44
|
schema: {
|
|
45
45
|
type: ((new (...args: any[]) => Schema[]) | (() => Schema[])) | ((new (...args: any[]) => Schema[]) | (() => Schema[]))[];
|
|
46
46
|
default: () => any[];
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: () => string;
|
|
5
5
|
};
|
|
6
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
label: {
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
default: () => string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { JSXComponent } from 'vue';
|
|
2
2
|
import type { ComponentType } from '../../ShyForm/src/types/index';
|
|
3
|
-
declare const ShyComponentMap: Map<ComponentType, JSXComponent
|
|
3
|
+
declare const ShyComponentMap: Map<ComponentType, JSXComponent>;
|
|
4
4
|
export declare function add(compName: ComponentType, component: JSXComponent): void;
|
|
5
5
|
export declare function del(compName: ComponentType): void;
|
|
6
6
|
export { ShyComponentMap };
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: ObjectConstructor;
|
|
17
17
|
default: () => {};
|
|
18
18
|
};
|
|
19
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
19
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
formModel: {
|
|
21
21
|
type: ObjectConstructor;
|
|
22
22
|
};
|
|
@@ -31,8 +31,8 @@ export interface DescInstance {
|
|
|
31
31
|
getFieldsValue(): void;
|
|
32
32
|
setFieldsValue(form: any): void;
|
|
33
33
|
}
|
|
34
|
-
export
|
|
34
|
+
export type Register = (descInstance: DescInstance) => void;
|
|
35
35
|
/**
|
|
36
36
|
* @description:
|
|
37
37
|
*/
|
|
38
|
-
export
|
|
38
|
+
export type UseDescReturnType = [Register, DescInstance];
|
|
@@ -100,9 +100,9 @@ export declare const ShyDescriptions: {
|
|
|
100
100
|
onRegister?: (...args: any[]) => any;
|
|
101
101
|
}, {
|
|
102
102
|
data: Record<string, any>;
|
|
103
|
-
mode: "vertical| horizontal";
|
|
104
103
|
render: Record<string, any>;
|
|
105
104
|
schemas: import("./src/typing").DescItem[];
|
|
105
|
+
mode: "vertical| horizontal";
|
|
106
106
|
bordered: boolean;
|
|
107
107
|
summaryPrecision: number;
|
|
108
108
|
summaryTotalFields: string[];
|
|
@@ -168,9 +168,9 @@ export declare const ShyDescriptions: {
|
|
|
168
168
|
onRegister?: (...args: any[]) => any;
|
|
169
169
|
}, () => JSX.Element, {}, {}, {}, {
|
|
170
170
|
data: Record<string, any>;
|
|
171
|
-
mode: "vertical| horizontal";
|
|
172
171
|
render: Record<string, any>;
|
|
173
172
|
schemas: import("./src/typing").DescItem[];
|
|
173
|
+
mode: "vertical| horizontal";
|
|
174
174
|
bordered: boolean;
|
|
175
175
|
summaryPrecision: number;
|
|
176
176
|
summaryTotalFields: string[];
|
|
@@ -233,9 +233,9 @@ export declare const ShyDescriptions: {
|
|
|
233
233
|
onRegister?: (...args: any[]) => any;
|
|
234
234
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", {
|
|
235
235
|
data: Record<string, any>;
|
|
236
|
-
mode: "vertical| horizontal";
|
|
237
236
|
render: Record<string, any>;
|
|
238
237
|
schemas: import("./src/typing").DescItem[];
|
|
238
|
+
mode: "vertical| horizontal";
|
|
239
239
|
bordered: boolean;
|
|
240
240
|
summaryPrecision: number;
|
|
241
241
|
summaryTotalFields: string[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SlotsType } from 'vue';
|
|
2
2
|
declare const Descriptions: import("vue").DefineComponent<{
|
|
3
3
|
bordered: BooleanConstructor;
|
|
4
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
4
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5
5
|
bordered: BooleanConstructor;
|
|
6
6
|
}>>, {
|
|
7
7
|
bordered: boolean;
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
span: number;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").
|
|
49
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "register"[], "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
50
|
schemas: {
|
|
51
51
|
type: ((new (...args: any[]) => DescItem[]) | (() => DescItem[])) | ((new (...args: any[]) => DescItem[]) | (() => DescItem[]))[];
|
|
52
52
|
default: () => any[];
|
|
@@ -97,9 +97,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
onRegister?: (...args: any[]) => any;
|
|
98
98
|
}, {
|
|
99
99
|
data: Record<string, any>;
|
|
100
|
-
mode: "vertical| horizontal";
|
|
101
100
|
render: Record<string, any>;
|
|
102
101
|
schemas: DescItem[];
|
|
102
|
+
mode: "vertical| horizontal";
|
|
103
103
|
bordered: boolean;
|
|
104
104
|
summaryPrecision: number;
|
|
105
105
|
summaryTotalFields: string[];
|
|
@@ -35,8 +35,8 @@ export interface DescriptionProps {
|
|
|
35
35
|
export interface DescInstance {
|
|
36
36
|
setDescProps(descProps: Partial<DescriptionProps>): void;
|
|
37
37
|
}
|
|
38
|
-
export
|
|
38
|
+
export type Register = (descInstance: DescInstance) => void;
|
|
39
39
|
/**
|
|
40
40
|
* @description:
|
|
41
41
|
*/
|
|
42
|
-
export
|
|
42
|
+
export type UseDescReturnType = [Register, DescInstance];
|
|
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
getBindValues: import("vue").ComputedRef<DrawerProps>;
|
|
78
78
|
getFooterHeight: import("vue").ComputedRef<string>;
|
|
79
79
|
handleOk: () => void;
|
|
80
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok" | "visible-change" | "register")[], "close" | "
|
|
80
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok" | "visible-change" | "register")[], "close" | "ok" | "visible-change" | "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
81
|
confirmLoading: {
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
};
|
|
@@ -145,14 +145,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
145
145
|
type: BooleanConstructor;
|
|
146
146
|
};
|
|
147
147
|
}>> & {
|
|
148
|
+
onClose?: (...args: any[]) => any;
|
|
148
149
|
onOk?: (...args: any[]) => any;
|
|
149
150
|
"onVisible-change"?: (...args: any[]) => any;
|
|
150
151
|
onRegister?: (...args: any[]) => any;
|
|
151
|
-
onClose?: (...args: any[]) => any;
|
|
152
152
|
}, {
|
|
153
153
|
title: string;
|
|
154
|
-
visible: boolean;
|
|
155
154
|
loading: boolean;
|
|
155
|
+
visible: boolean;
|
|
156
156
|
showCancelBtn: boolean;
|
|
157
157
|
showOkBtn: boolean;
|
|
158
158
|
confirmLoading: boolean;
|
|
@@ -41,7 +41,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
41
41
|
prefixCls: string;
|
|
42
42
|
handleClose: () => void;
|
|
43
43
|
getStyle: import("vue").ComputedRef<CSSProperties>;
|
|
44
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", import("vue").
|
|
44
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "ok")[], "close" | "ok", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
height: {
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
default: string;
|
|
@@ -79,8 +79,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
79
79
|
default: number;
|
|
80
80
|
};
|
|
81
81
|
}>> & {
|
|
82
|
-
onOk?: (...args: any[]) => any;
|
|
83
82
|
onClose?: (...args: any[]) => any;
|
|
83
|
+
onOk?: (...args: any[]) => any;
|
|
84
84
|
}, {
|
|
85
85
|
height: string;
|
|
86
86
|
showCancelBtn: boolean;
|
|
@@ -11,7 +11,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
11
11
|
}, {
|
|
12
12
|
prefixCls: string;
|
|
13
13
|
handleClose: () => void;
|
|
14
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").
|
|
14
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
isDetail: {
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
};
|
|
@@ -10,15 +10,15 @@ export interface ReturnDrawerMethods extends DrawerInstance {
|
|
|
10
10
|
closeDrawer: () => void;
|
|
11
11
|
getVisible?: ComputedRef<boolean>;
|
|
12
12
|
}
|
|
13
|
-
export
|
|
13
|
+
export type RegisterDrawerFn = (drawerInstance: DrawerInstance, uuid?: string) => void;
|
|
14
14
|
export interface ReturnDrawerInnerMethods extends DrawerInstance {
|
|
15
15
|
closeDrawer: () => void;
|
|
16
16
|
changeLoading: (loading: boolean) => void;
|
|
17
17
|
changeOkLoading: (loading: boolean) => void;
|
|
18
18
|
getVisible?: ComputedRef<boolean>;
|
|
19
19
|
}
|
|
20
|
-
export
|
|
21
|
-
export
|
|
20
|
+
export type UseDrawerReturnType = [RegisterDrawerFn, ReturnDrawerMethods];
|
|
21
|
+
export type UseDrawerInnerReturnType = [RegisterDrawerFn, ReturnDrawerInnerMethods];
|
|
22
22
|
export interface DrawerFooterProps {
|
|
23
23
|
showOkBtn: boolean;
|
|
24
24
|
showCancelBtn: boolean;
|
|
@@ -24,7 +24,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
24
24
|
getWrapStyle: import("vue").ComputedRef<CSSProperties>;
|
|
25
25
|
isSvgIcon: import("vue").ComputedRef<boolean>;
|
|
26
26
|
getSvgIcon: import("vue").ComputedRef<string>;
|
|
27
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
27
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
icon: {
|
|
29
29
|
type: StringConstructor;
|
|
30
30
|
};
|
|
@@ -20,7 +20,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
symbolId: import("vue").ComputedRef<string>;
|
|
21
21
|
prefixCls: string;
|
|
22
22
|
getStyle: import("vue").ComputedRef<CSSProperties>;
|
|
23
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
prefix: {
|
|
25
25
|
type: StringConstructor;
|
|
26
26
|
default: string;
|
|
@@ -13,7 +13,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
13
13
|
}, {
|
|
14
14
|
prefixCls: string;
|
|
15
15
|
getSize: import("vue").ComputedRef<string>;
|
|
16
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
16
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
title: {
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
};
|
|
@@ -24,7 +24,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
24
24
|
theme: {
|
|
25
25
|
type: PropType<"dark" | "light">;
|
|
26
26
|
};
|
|
27
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
27
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
tip: {
|
|
29
29
|
type: PropType<string>;
|
|
30
30
|
default: string;
|