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
|
@@ -8,7 +8,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
8
8
|
columns: {
|
|
9
9
|
type: ArrayConstructor;
|
|
10
10
|
required: false;
|
|
11
|
-
default: () => VxeColumnProps[];
|
|
11
|
+
default: () => VxeColumnProps<import("vxe-table").VxeTableDataRow>[];
|
|
12
12
|
};
|
|
13
13
|
isShowSeq: {
|
|
14
14
|
type: BooleanConstructor;
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
23
|
actionColumn: {
|
|
24
|
-
type:
|
|
24
|
+
type: any;
|
|
25
25
|
required: false;
|
|
26
26
|
default: () => {
|
|
27
27
|
title: string;
|
|
@@ -287,7 +287,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
287
287
|
href: string;
|
|
288
288
|
target: string;
|
|
289
289
|
title: string;
|
|
290
|
-
shape: "default" | "
|
|
290
|
+
shape: "default" | "circle" | "round";
|
|
291
291
|
size: "small" | "large" | "middle";
|
|
292
292
|
onClick: (event: MouseEvent) => void;
|
|
293
293
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -305,7 +305,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
305
305
|
href: string;
|
|
306
306
|
target: string;
|
|
307
307
|
title: string;
|
|
308
|
-
shape: "default" | "
|
|
308
|
+
shape: "default" | "circle" | "round";
|
|
309
309
|
size: "small" | "large" | "middle";
|
|
310
310
|
onClick: (event: MouseEvent) => void;
|
|
311
311
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -323,7 +323,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
323
323
|
href: string;
|
|
324
324
|
target: string;
|
|
325
325
|
title: string;
|
|
326
|
-
shape: "default" | "
|
|
326
|
+
shape: "default" | "circle" | "round";
|
|
327
327
|
size: "small" | "large" | "middle";
|
|
328
328
|
onClick: (event: MouseEvent) => void;
|
|
329
329
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -341,7 +341,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
341
341
|
href: string;
|
|
342
342
|
target: string;
|
|
343
343
|
title: string;
|
|
344
|
-
shape: "default" | "
|
|
344
|
+
shape: "default" | "circle" | "round";
|
|
345
345
|
size: "small" | "large" | "middle";
|
|
346
346
|
onClick: (event: MouseEvent) => void;
|
|
347
347
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -366,7 +366,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
366
366
|
href: string;
|
|
367
367
|
target: string;
|
|
368
368
|
title: string;
|
|
369
|
-
shape: "default" | "
|
|
369
|
+
shape: "default" | "circle" | "round";
|
|
370
370
|
size: "small" | "large" | "middle";
|
|
371
371
|
onClick: (event: MouseEvent) => void;
|
|
372
372
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -384,7 +384,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
384
384
|
href: string;
|
|
385
385
|
target: string;
|
|
386
386
|
title: string;
|
|
387
|
-
shape: "default" | "
|
|
387
|
+
shape: "default" | "circle" | "round";
|
|
388
388
|
size: "small" | "large" | "middle";
|
|
389
389
|
onClick: (event: MouseEvent) => void;
|
|
390
390
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -402,7 +402,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
402
402
|
href: string;
|
|
403
403
|
target: string;
|
|
404
404
|
title: string;
|
|
405
|
-
shape: "default" | "
|
|
405
|
+
shape: "default" | "circle" | "round";
|
|
406
406
|
size: "small" | "large" | "middle";
|
|
407
407
|
onClick: (event: MouseEvent) => void;
|
|
408
408
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -420,7 +420,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
420
420
|
href: string;
|
|
421
421
|
target: string;
|
|
422
422
|
title: string;
|
|
423
|
-
shape: "default" | "
|
|
423
|
+
shape: "default" | "circle" | "round";
|
|
424
424
|
size: "small" | "large" | "middle";
|
|
425
425
|
onClick: (event: MouseEvent) => void;
|
|
426
426
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -473,21 +473,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
473
473
|
rowProps: {
|
|
474
474
|
type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
475
475
|
align: {
|
|
476
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
477
|
-
xxl?: "top" | "bottom" | "
|
|
478
|
-
xl?: "top" | "bottom" | "
|
|
479
|
-
lg?: "top" | "bottom" | "
|
|
480
|
-
md?: "top" | "bottom" | "
|
|
481
|
-
sm?: "top" | "bottom" | "
|
|
482
|
-
xs?: "top" | "bottom" | "
|
|
476
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
477
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
478
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
479
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
480
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
481
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
482
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
483
483
|
}>;
|
|
484
|
-
default: "top" | "bottom" | "
|
|
485
|
-
xxl?: "top" | "bottom" | "
|
|
486
|
-
xl?: "top" | "bottom" | "
|
|
487
|
-
lg?: "top" | "bottom" | "
|
|
488
|
-
md?: "top" | "bottom" | "
|
|
489
|
-
sm?: "top" | "bottom" | "
|
|
490
|
-
xs?: "top" | "bottom" | "
|
|
484
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
485
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
486
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
487
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
488
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
489
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
490
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
491
491
|
};
|
|
492
492
|
};
|
|
493
493
|
justify: {
|
|
@@ -519,21 +519,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
519
519
|
};
|
|
520
520
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
521
521
|
align: {
|
|
522
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
523
|
-
xxl?: "top" | "bottom" | "
|
|
524
|
-
xl?: "top" | "bottom" | "
|
|
525
|
-
lg?: "top" | "bottom" | "
|
|
526
|
-
md?: "top" | "bottom" | "
|
|
527
|
-
sm?: "top" | "bottom" | "
|
|
528
|
-
xs?: "top" | "bottom" | "
|
|
522
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
523
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
524
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
525
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
526
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
527
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
528
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
529
529
|
}>;
|
|
530
|
-
default: "top" | "bottom" | "
|
|
531
|
-
xxl?: "top" | "bottom" | "
|
|
532
|
-
xl?: "top" | "bottom" | "
|
|
533
|
-
lg?: "top" | "bottom" | "
|
|
534
|
-
md?: "top" | "bottom" | "
|
|
535
|
-
sm?: "top" | "bottom" | "
|
|
536
|
-
xs?: "top" | "bottom" | "
|
|
530
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
531
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
532
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
533
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
534
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
535
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
536
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
537
537
|
};
|
|
538
538
|
};
|
|
539
539
|
justify: {
|
|
@@ -565,21 +565,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
565
565
|
};
|
|
566
566
|
}>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
567
567
|
align: {
|
|
568
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
569
|
-
xxl?: "top" | "bottom" | "
|
|
570
|
-
xl?: "top" | "bottom" | "
|
|
571
|
-
lg?: "top" | "bottom" | "
|
|
572
|
-
md?: "top" | "bottom" | "
|
|
573
|
-
sm?: "top" | "bottom" | "
|
|
574
|
-
xs?: "top" | "bottom" | "
|
|
568
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
569
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
570
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
571
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
572
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
573
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
574
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
575
575
|
}>;
|
|
576
|
-
default: "top" | "bottom" | "
|
|
577
|
-
xxl?: "top" | "bottom" | "
|
|
578
|
-
xl?: "top" | "bottom" | "
|
|
579
|
-
lg?: "top" | "bottom" | "
|
|
580
|
-
md?: "top" | "bottom" | "
|
|
581
|
-
sm?: "top" | "bottom" | "
|
|
582
|
-
xs?: "top" | "bottom" | "
|
|
576
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
577
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
578
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
579
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
580
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
581
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
582
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
583
583
|
};
|
|
584
584
|
};
|
|
585
585
|
justify: {
|
|
@@ -611,21 +611,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
611
611
|
};
|
|
612
612
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
613
613
|
align: {
|
|
614
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
615
|
-
xxl?: "top" | "bottom" | "
|
|
616
|
-
xl?: "top" | "bottom" | "
|
|
617
|
-
lg?: "top" | "bottom" | "
|
|
618
|
-
md?: "top" | "bottom" | "
|
|
619
|
-
sm?: "top" | "bottom" | "
|
|
620
|
-
xs?: "top" | "bottom" | "
|
|
614
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
615
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
616
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
617
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
618
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
619
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
620
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
621
621
|
}>;
|
|
622
|
-
default: "top" | "bottom" | "
|
|
623
|
-
xxl?: "top" | "bottom" | "
|
|
624
|
-
xl?: "top" | "bottom" | "
|
|
625
|
-
lg?: "top" | "bottom" | "
|
|
626
|
-
md?: "top" | "bottom" | "
|
|
627
|
-
sm?: "top" | "bottom" | "
|
|
628
|
-
xs?: "top" | "bottom" | "
|
|
622
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
623
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
624
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
625
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
626
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
627
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
628
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
629
629
|
};
|
|
630
630
|
};
|
|
631
631
|
justify: {
|
|
@@ -672,7 +672,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
672
672
|
readonly prototype: any;
|
|
673
673
|
})[];
|
|
674
674
|
};
|
|
675
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "submit" | "register" | "advanced-change" | "field-value-change")[], "
|
|
675
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "submit" | "register" | "advanced-change" | "field-value-change")[], "reset" | "submit" | "register" | "advanced-change" | "field-value-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
676
676
|
gap: {
|
|
677
677
|
type: NumberConstructor;
|
|
678
678
|
default: number;
|
|
@@ -791,7 +791,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
791
791
|
href: string;
|
|
792
792
|
target: string;
|
|
793
793
|
title: string;
|
|
794
|
-
shape: "default" | "
|
|
794
|
+
shape: "default" | "circle" | "round";
|
|
795
795
|
size: "small" | "large" | "middle";
|
|
796
796
|
onClick: (event: MouseEvent) => void;
|
|
797
797
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -809,7 +809,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
809
809
|
href: string;
|
|
810
810
|
target: string;
|
|
811
811
|
title: string;
|
|
812
|
-
shape: "default" | "
|
|
812
|
+
shape: "default" | "circle" | "round";
|
|
813
813
|
size: "small" | "large" | "middle";
|
|
814
814
|
onClick: (event: MouseEvent) => void;
|
|
815
815
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -827,7 +827,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
827
827
|
href: string;
|
|
828
828
|
target: string;
|
|
829
829
|
title: string;
|
|
830
|
-
shape: "default" | "
|
|
830
|
+
shape: "default" | "circle" | "round";
|
|
831
831
|
size: "small" | "large" | "middle";
|
|
832
832
|
onClick: (event: MouseEvent) => void;
|
|
833
833
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -845,7 +845,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
845
845
|
href: string;
|
|
846
846
|
target: string;
|
|
847
847
|
title: string;
|
|
848
|
-
shape: "default" | "
|
|
848
|
+
shape: "default" | "circle" | "round";
|
|
849
849
|
size: "small" | "large" | "middle";
|
|
850
850
|
onClick: (event: MouseEvent) => void;
|
|
851
851
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -870,7 +870,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
870
870
|
href: string;
|
|
871
871
|
target: string;
|
|
872
872
|
title: string;
|
|
873
|
-
shape: "default" | "
|
|
873
|
+
shape: "default" | "circle" | "round";
|
|
874
874
|
size: "small" | "large" | "middle";
|
|
875
875
|
onClick: (event: MouseEvent) => void;
|
|
876
876
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -888,7 +888,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
888
888
|
href: string;
|
|
889
889
|
target: string;
|
|
890
890
|
title: string;
|
|
891
|
-
shape: "default" | "
|
|
891
|
+
shape: "default" | "circle" | "round";
|
|
892
892
|
size: "small" | "large" | "middle";
|
|
893
893
|
onClick: (event: MouseEvent) => void;
|
|
894
894
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -906,7 +906,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
906
906
|
href: string;
|
|
907
907
|
target: string;
|
|
908
908
|
title: string;
|
|
909
|
-
shape: "default" | "
|
|
909
|
+
shape: "default" | "circle" | "round";
|
|
910
910
|
size: "small" | "large" | "middle";
|
|
911
911
|
onClick: (event: MouseEvent) => void;
|
|
912
912
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -924,7 +924,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
924
924
|
href: string;
|
|
925
925
|
target: string;
|
|
926
926
|
title: string;
|
|
927
|
-
shape: "default" | "
|
|
927
|
+
shape: "default" | "circle" | "round";
|
|
928
928
|
size: "small" | "large" | "middle";
|
|
929
929
|
onClick: (event: MouseEvent) => void;
|
|
930
930
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -977,21 +977,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
977
977
|
rowProps: {
|
|
978
978
|
type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
979
979
|
align: {
|
|
980
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
981
|
-
xxl?: "top" | "bottom" | "
|
|
982
|
-
xl?: "top" | "bottom" | "
|
|
983
|
-
lg?: "top" | "bottom" | "
|
|
984
|
-
md?: "top" | "bottom" | "
|
|
985
|
-
sm?: "top" | "bottom" | "
|
|
986
|
-
xs?: "top" | "bottom" | "
|
|
980
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
981
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
982
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
983
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
984
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
985
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
986
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
987
987
|
}>;
|
|
988
|
-
default: "top" | "bottom" | "
|
|
989
|
-
xxl?: "top" | "bottom" | "
|
|
990
|
-
xl?: "top" | "bottom" | "
|
|
991
|
-
lg?: "top" | "bottom" | "
|
|
992
|
-
md?: "top" | "bottom" | "
|
|
993
|
-
sm?: "top" | "bottom" | "
|
|
994
|
-
xs?: "top" | "bottom" | "
|
|
988
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
989
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
990
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
991
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
992
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
993
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
994
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
995
995
|
};
|
|
996
996
|
};
|
|
997
997
|
justify: {
|
|
@@ -1023,21 +1023,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1023
1023
|
};
|
|
1024
1024
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1025
1025
|
align: {
|
|
1026
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
1027
|
-
xxl?: "top" | "bottom" | "
|
|
1028
|
-
xl?: "top" | "bottom" | "
|
|
1029
|
-
lg?: "top" | "bottom" | "
|
|
1030
|
-
md?: "top" | "bottom" | "
|
|
1031
|
-
sm?: "top" | "bottom" | "
|
|
1032
|
-
xs?: "top" | "bottom" | "
|
|
1026
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1027
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
1028
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
1029
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
1030
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
1031
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
1032
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
1033
1033
|
}>;
|
|
1034
|
-
default: "top" | "bottom" | "
|
|
1035
|
-
xxl?: "top" | "bottom" | "
|
|
1036
|
-
xl?: "top" | "bottom" | "
|
|
1037
|
-
lg?: "top" | "bottom" | "
|
|
1038
|
-
md?: "top" | "bottom" | "
|
|
1039
|
-
sm?: "top" | "bottom" | "
|
|
1040
|
-
xs?: "top" | "bottom" | "
|
|
1034
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1035
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
1036
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
1037
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
1038
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
1039
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
1040
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
1041
1041
|
};
|
|
1042
1042
|
};
|
|
1043
1043
|
justify: {
|
|
@@ -1069,21 +1069,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1069
1069
|
};
|
|
1070
1070
|
}>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
1071
1071
|
align: {
|
|
1072
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
1073
|
-
xxl?: "top" | "bottom" | "
|
|
1074
|
-
xl?: "top" | "bottom" | "
|
|
1075
|
-
lg?: "top" | "bottom" | "
|
|
1076
|
-
md?: "top" | "bottom" | "
|
|
1077
|
-
sm?: "top" | "bottom" | "
|
|
1078
|
-
xs?: "top" | "bottom" | "
|
|
1072
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1073
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
1074
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
1075
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
1076
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
1077
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
1078
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
1079
1079
|
}>;
|
|
1080
|
-
default: "top" | "bottom" | "
|
|
1081
|
-
xxl?: "top" | "bottom" | "
|
|
1082
|
-
xl?: "top" | "bottom" | "
|
|
1083
|
-
lg?: "top" | "bottom" | "
|
|
1084
|
-
md?: "top" | "bottom" | "
|
|
1085
|
-
sm?: "top" | "bottom" | "
|
|
1086
|
-
xs?: "top" | "bottom" | "
|
|
1080
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1081
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
1082
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
1083
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
1084
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
1085
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
1086
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
1087
1087
|
};
|
|
1088
1088
|
};
|
|
1089
1089
|
justify: {
|
|
@@ -1115,21 +1115,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1115
1115
|
};
|
|
1116
1116
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
1117
1117
|
align: {
|
|
1118
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
1119
|
-
xxl?: "top" | "bottom" | "
|
|
1120
|
-
xl?: "top" | "bottom" | "
|
|
1121
|
-
lg?: "top" | "bottom" | "
|
|
1122
|
-
md?: "top" | "bottom" | "
|
|
1123
|
-
sm?: "top" | "bottom" | "
|
|
1124
|
-
xs?: "top" | "bottom" | "
|
|
1118
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
1119
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
1120
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
1121
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
1122
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
1123
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
1124
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
1125
1125
|
}>;
|
|
1126
|
-
default: "top" | "bottom" | "
|
|
1127
|
-
xxl?: "top" | "bottom" | "
|
|
1128
|
-
xl?: "top" | "bottom" | "
|
|
1129
|
-
lg?: "top" | "bottom" | "
|
|
1130
|
-
md?: "top" | "bottom" | "
|
|
1131
|
-
sm?: "top" | "bottom" | "
|
|
1132
|
-
xs?: "top" | "bottom" | "
|
|
1126
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
1127
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
1128
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
1129
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
1130
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
1131
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
1132
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
1133
1133
|
};
|
|
1134
1134
|
};
|
|
1135
1135
|
justify: {
|
|
@@ -1184,10 +1184,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1184
1184
|
"onField-value-change"?: (...args: any[]) => any;
|
|
1185
1185
|
}, {
|
|
1186
1186
|
size: "small" | "large" | "middle";
|
|
1187
|
-
gap: number;
|
|
1188
|
-
disabled: boolean;
|
|
1189
|
-
compact: boolean;
|
|
1190
1187
|
schemas: import("../ShyForm").ShyFormSchema[];
|
|
1188
|
+
disabled: boolean;
|
|
1189
|
+
gap: number;
|
|
1191
1190
|
labelWidth: string | number;
|
|
1192
1191
|
layout: "vertical" | "horizontal" | "inline";
|
|
1193
1192
|
colon: boolean;
|
|
@@ -1195,6 +1194,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1195
1194
|
model: import("vue").PropType<Recordable<any>>;
|
|
1196
1195
|
formLabelInInput: boolean;
|
|
1197
1196
|
fieldMapToTime: import("../ShyForm").FieldMapToTime;
|
|
1197
|
+
compact: boolean;
|
|
1198
1198
|
mergeDynamicData: any;
|
|
1199
1199
|
autoSetPlaceHolder: boolean;
|
|
1200
1200
|
autoSubmitOnEnter: boolean;
|
|
@@ -1212,8 +1212,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1212
1212
|
showSubmitButton: boolean;
|
|
1213
1213
|
rangePickerField: unknown[];
|
|
1214
1214
|
}, {}>;
|
|
1215
|
-
readonly VxeTable: import("vxe-table").VXEComponent<import("vxe-table").VxeTableProps<any>, import("vxe-table").VxeTableEventProps
|
|
1216
|
-
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps,
|
|
1215
|
+
readonly VxeTable: import("vxe-table").VXEComponent<import("vxe-table").VxeTableProps<any>, import("vxe-table").VxeTableEventProps<any>, import("vxe-table").VxeTableSlots<any>>;
|
|
1216
|
+
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps<any>, import("vxe-table").VxeColumnEventProps, import("vxe-table").VxeColumnSlots<any>>;
|
|
1217
1217
|
readonly Pagination: {
|
|
1218
1218
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
1219
1219
|
total: NumberConstructor;
|
|
@@ -1658,7 +1658,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1658
1658
|
'onUpdate:current': (current: number) => void;
|
|
1659
1659
|
'onUpdate:pageSize': (size: number) => void;
|
|
1660
1660
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
1661
|
-
readonly CellComponent: import("vue").FunctionalComponent<{}, {}, any>;
|
|
1661
|
+
readonly CellComponent: import("vue").FunctionalComponent<{}, {}, any, {}>;
|
|
1662
1662
|
ButtonGroupEdit: import("vue").DefineComponent<{
|
|
1663
1663
|
row: {
|
|
1664
1664
|
default: any;
|
|
@@ -1711,7 +1711,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1711
1711
|
iconDirection: {
|
|
1712
1712
|
type: StringConstructor;
|
|
1713
1713
|
};
|
|
1714
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1714
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1715
1715
|
type: {
|
|
1716
1716
|
type: ((new (...args: any[]) => "button" | "link") | (() => "button" | "link")) | ((new (...args: any[]) => "button" | "link") | (() => "button" | "link"))[];
|
|
1717
1717
|
default: string;
|
|
@@ -1751,7 +1751,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1751
1751
|
outside: boolean;
|
|
1752
1752
|
stopButtonPropagation: boolean;
|
|
1753
1753
|
}, {}>;
|
|
1754
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure")[], "edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure", import("vue").
|
|
1754
|
+
}, 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<{
|
|
1755
1755
|
row: {
|
|
1756
1756
|
default: any;
|
|
1757
1757
|
};
|
|
@@ -1773,9 +1773,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1773
1773
|
getSwitchShowText: (column: any, row: any) => any;
|
|
1774
1774
|
handleSortChange: (field: any, type: any) => void;
|
|
1775
1775
|
filterColumn: (column: any) => any;
|
|
1776
|
-
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps,
|
|
1777
|
-
readonly VxeColgroup: import("vxe-table").VXEComponent<import("vxe-table").VxeColgroupProps,
|
|
1778
|
-
readonly CellComponent: import("vue").FunctionalComponent<{}, {}, any>;
|
|
1776
|
+
readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps<any>, import("vxe-table").VxeColumnEventProps, import("vxe-table").VxeColumnSlots<any>>;
|
|
1777
|
+
readonly VxeColgroup: import("vxe-table").VXEComponent<import("vxe-table").VxeColgroupProps, import("vxe-table").VxeColgroupEventProps, import("vxe-table").VxeColgroupSlots<any>>;
|
|
1778
|
+
readonly CellComponent: import("vue").FunctionalComponent<{}, {}, any, {}>;
|
|
1779
1779
|
IconSort: import("vue").DefineComponent<{}, {
|
|
1780
1780
|
basStyle: {
|
|
1781
1781
|
display: string;
|
|
@@ -1800,11 +1800,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1800
1800
|
}>;
|
|
1801
1801
|
readonly CaretUpOutlined: import("@ant-design/icons-vue/lib/icons/CaretUpOutlined").CaretUpOutlinedIconType;
|
|
1802
1802
|
readonly CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
1803
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").
|
|
1803
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
1804
1804
|
onChange?: (...args: any[]) => any;
|
|
1805
1805
|
}, {}, {}>;
|
|
1806
1806
|
readonly BasicHelp: any;
|
|
1807
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleSortChange"[], "handleSortChange", import("vue").
|
|
1807
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "handleSortChange"[], "handleSortChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1808
1808
|
column: {
|
|
1809
1809
|
type: any;
|
|
1810
1810
|
required: false;
|
|
@@ -1839,10 +1839,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1839
1839
|
}>;
|
|
1840
1840
|
readonly CaretUpOutlined: import("@ant-design/icons-vue/lib/icons/CaretUpOutlined").CaretUpOutlinedIconType;
|
|
1841
1841
|
readonly CaretDownOutlined: import("@ant-design/icons-vue/lib/icons/CaretDownOutlined").CaretDownOutlinedIconType;
|
|
1842
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").
|
|
1842
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
1843
1843
|
onChange?: (...args: any[]) => any;
|
|
1844
1844
|
}, {}, {}>;
|
|
1845
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "selection-change" | "row-ensure" | "row-cancel" | "row-remove")[], "register" | "selection-change" | "row-ensure" | "row-cancel" | "row-remove", import("vue").
|
|
1845
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "selection-change" | "row-ensure" | "row-cancel" | "row-remove")[], "register" | "selection-change" | "row-ensure" | "row-cancel" | "row-remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1846
1846
|
api: {
|
|
1847
1847
|
type: any;
|
|
1848
1848
|
required: false;
|
|
@@ -1850,7 +1850,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1850
1850
|
columns: {
|
|
1851
1851
|
type: ArrayConstructor;
|
|
1852
1852
|
required: false;
|
|
1853
|
-
default: () => VxeColumnProps[];
|
|
1853
|
+
default: () => VxeColumnProps<import("vxe-table").VxeTableDataRow>[];
|
|
1854
1854
|
};
|
|
1855
1855
|
isShowSeq: {
|
|
1856
1856
|
type: BooleanConstructor;
|
|
@@ -1863,7 +1863,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1863
1863
|
default: boolean;
|
|
1864
1864
|
};
|
|
1865
1865
|
actionColumn: {
|
|
1866
|
-
type:
|
|
1866
|
+
type: any;
|
|
1867
1867
|
required: false;
|
|
1868
1868
|
default: () => {
|
|
1869
1869
|
title: string;
|
|
@@ -1954,11 +1954,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1954
1954
|
"onRow-cancel"?: (...args: any[]) => any;
|
|
1955
1955
|
"onRow-remove"?: (...args: any[]) => any;
|
|
1956
1956
|
}, {
|
|
1957
|
-
columns: unknown[];
|
|
1958
1957
|
api: any;
|
|
1958
|
+
columns: unknown[];
|
|
1959
1959
|
isShowPagination: boolean;
|
|
1960
1960
|
beforeFetch: any;
|
|
1961
|
-
actionColumn:
|
|
1961
|
+
actionColumn: any;
|
|
1962
1962
|
searchInfo: any;
|
|
1963
1963
|
formConfig: any;
|
|
1964
1964
|
isShowSeq: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
import type { ComponentType } from './types/componentType';
|
|
3
|
-
declare const componentMap: Map<ComponentType, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
|
|
3
|
+
declare const componentMap: Map<ComponentType, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>>;
|
|
4
4
|
export declare function add(compName: ComponentType, component: Component): void;
|
|
5
5
|
export declare function del(compName: ComponentType): void;
|
|
6
6
|
export { componentMap };
|