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
|
@@ -118,7 +118,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
118
118
|
href: string;
|
|
119
119
|
target: string;
|
|
120
120
|
title: string;
|
|
121
|
-
shape: "default" | "
|
|
121
|
+
shape: "default" | "circle" | "round";
|
|
122
122
|
size: "small" | "large" | "middle";
|
|
123
123
|
onClick: (event: MouseEvent) => void;
|
|
124
124
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -136,7 +136,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
136
136
|
href: string;
|
|
137
137
|
target: string;
|
|
138
138
|
title: string;
|
|
139
|
-
shape: "default" | "
|
|
139
|
+
shape: "default" | "circle" | "round";
|
|
140
140
|
size: "small" | "large" | "middle";
|
|
141
141
|
onClick: (event: MouseEvent) => void;
|
|
142
142
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -154,7 +154,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
154
154
|
href: string;
|
|
155
155
|
target: string;
|
|
156
156
|
title: string;
|
|
157
|
-
shape: "default" | "
|
|
157
|
+
shape: "default" | "circle" | "round";
|
|
158
158
|
size: "small" | "large" | "middle";
|
|
159
159
|
onClick: (event: MouseEvent) => void;
|
|
160
160
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -172,7 +172,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
172
172
|
href: string;
|
|
173
173
|
target: string;
|
|
174
174
|
title: string;
|
|
175
|
-
shape: "default" | "
|
|
175
|
+
shape: "default" | "circle" | "round";
|
|
176
176
|
size: "small" | "large" | "middle";
|
|
177
177
|
onClick: (event: MouseEvent) => void;
|
|
178
178
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -197,7 +197,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
197
197
|
href: string;
|
|
198
198
|
target: string;
|
|
199
199
|
title: string;
|
|
200
|
-
shape: "default" | "
|
|
200
|
+
shape: "default" | "circle" | "round";
|
|
201
201
|
size: "small" | "large" | "middle";
|
|
202
202
|
onClick: (event: MouseEvent) => void;
|
|
203
203
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -215,7 +215,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
215
215
|
href: string;
|
|
216
216
|
target: string;
|
|
217
217
|
title: string;
|
|
218
|
-
shape: "default" | "
|
|
218
|
+
shape: "default" | "circle" | "round";
|
|
219
219
|
size: "small" | "large" | "middle";
|
|
220
220
|
onClick: (event: MouseEvent) => void;
|
|
221
221
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -233,7 +233,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
233
233
|
href: string;
|
|
234
234
|
target: string;
|
|
235
235
|
title: string;
|
|
236
|
-
shape: "default" | "
|
|
236
|
+
shape: "default" | "circle" | "round";
|
|
237
237
|
size: "small" | "large" | "middle";
|
|
238
238
|
onClick: (event: MouseEvent) => void;
|
|
239
239
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -251,7 +251,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
251
251
|
href: string;
|
|
252
252
|
target: string;
|
|
253
253
|
title: string;
|
|
254
|
-
shape: "default" | "
|
|
254
|
+
shape: "default" | "circle" | "round";
|
|
255
255
|
size: "small" | "large" | "middle";
|
|
256
256
|
onClick: (event: MouseEvent) => void;
|
|
257
257
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -304,21 +304,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
304
304
|
rowProps: {
|
|
305
305
|
type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
306
306
|
align: {
|
|
307
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
308
|
-
xxl?: "top" | "bottom" | "
|
|
309
|
-
xl?: "top" | "bottom" | "
|
|
310
|
-
lg?: "top" | "bottom" | "
|
|
311
|
-
md?: "top" | "bottom" | "
|
|
312
|
-
sm?: "top" | "bottom" | "
|
|
313
|
-
xs?: "top" | "bottom" | "
|
|
307
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
308
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
309
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
310
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
311
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
312
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
313
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
314
314
|
}>;
|
|
315
|
-
default: "top" | "bottom" | "
|
|
316
|
-
xxl?: "top" | "bottom" | "
|
|
317
|
-
xl?: "top" | "bottom" | "
|
|
318
|
-
lg?: "top" | "bottom" | "
|
|
319
|
-
md?: "top" | "bottom" | "
|
|
320
|
-
sm?: "top" | "bottom" | "
|
|
321
|
-
xs?: "top" | "bottom" | "
|
|
315
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
316
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
317
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
318
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
319
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
320
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
321
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
322
322
|
};
|
|
323
323
|
};
|
|
324
324
|
justify: {
|
|
@@ -350,21 +350,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
350
350
|
};
|
|
351
351
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
352
352
|
align: {
|
|
353
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
354
|
-
xxl?: "top" | "bottom" | "
|
|
355
|
-
xl?: "top" | "bottom" | "
|
|
356
|
-
lg?: "top" | "bottom" | "
|
|
357
|
-
md?: "top" | "bottom" | "
|
|
358
|
-
sm?: "top" | "bottom" | "
|
|
359
|
-
xs?: "top" | "bottom" | "
|
|
353
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
354
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
355
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
356
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
357
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
358
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
359
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
360
360
|
}>;
|
|
361
|
-
default: "top" | "bottom" | "
|
|
362
|
-
xxl?: "top" | "bottom" | "
|
|
363
|
-
xl?: "top" | "bottom" | "
|
|
364
|
-
lg?: "top" | "bottom" | "
|
|
365
|
-
md?: "top" | "bottom" | "
|
|
366
|
-
sm?: "top" | "bottom" | "
|
|
367
|
-
xs?: "top" | "bottom" | "
|
|
361
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
362
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
363
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
364
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
365
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
366
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
367
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
368
368
|
};
|
|
369
369
|
};
|
|
370
370
|
justify: {
|
|
@@ -396,21 +396,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
396
396
|
};
|
|
397
397
|
}>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
398
398
|
align: {
|
|
399
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
400
|
-
xxl?: "top" | "bottom" | "
|
|
401
|
-
xl?: "top" | "bottom" | "
|
|
402
|
-
lg?: "top" | "bottom" | "
|
|
403
|
-
md?: "top" | "bottom" | "
|
|
404
|
-
sm?: "top" | "bottom" | "
|
|
405
|
-
xs?: "top" | "bottom" | "
|
|
399
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
400
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
401
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
402
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
403
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
404
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
405
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
406
406
|
}>;
|
|
407
|
-
default: "top" | "bottom" | "
|
|
408
|
-
xxl?: "top" | "bottom" | "
|
|
409
|
-
xl?: "top" | "bottom" | "
|
|
410
|
-
lg?: "top" | "bottom" | "
|
|
411
|
-
md?: "top" | "bottom" | "
|
|
412
|
-
sm?: "top" | "bottom" | "
|
|
413
|
-
xs?: "top" | "bottom" | "
|
|
407
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
408
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
409
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
410
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
411
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
412
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
413
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
414
414
|
};
|
|
415
415
|
};
|
|
416
416
|
justify: {
|
|
@@ -442,21 +442,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
442
442
|
};
|
|
443
443
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
444
444
|
align: {
|
|
445
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
446
|
-
xxl?: "top" | "bottom" | "
|
|
447
|
-
xl?: "top" | "bottom" | "
|
|
448
|
-
lg?: "top" | "bottom" | "
|
|
449
|
-
md?: "top" | "bottom" | "
|
|
450
|
-
sm?: "top" | "bottom" | "
|
|
451
|
-
xs?: "top" | "bottom" | "
|
|
445
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
446
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
447
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
448
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
449
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
450
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
451
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
452
452
|
}>;
|
|
453
|
-
default: "top" | "bottom" | "
|
|
454
|
-
xxl?: "top" | "bottom" | "
|
|
455
|
-
xl?: "top" | "bottom" | "
|
|
456
|
-
lg?: "top" | "bottom" | "
|
|
457
|
-
md?: "top" | "bottom" | "
|
|
458
|
-
sm?: "top" | "bottom" | "
|
|
459
|
-
xs?: "top" | "bottom" | "
|
|
453
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
454
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
455
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
456
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
457
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
458
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
459
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
460
460
|
};
|
|
461
461
|
};
|
|
462
462
|
justify: {
|
|
@@ -503,7 +503,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
503
503
|
readonly prototype: any;
|
|
504
504
|
})[];
|
|
505
505
|
};
|
|
506
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "submit" | "register" | "advanced-change" | "field-value-change")[], "
|
|
506
|
+
}, () => 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<{
|
|
507
507
|
gap: {
|
|
508
508
|
type: NumberConstructor;
|
|
509
509
|
default: number;
|
|
@@ -622,7 +622,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
622
622
|
href: string;
|
|
623
623
|
target: string;
|
|
624
624
|
title: string;
|
|
625
|
-
shape: "default" | "
|
|
625
|
+
shape: "default" | "circle" | "round";
|
|
626
626
|
size: "small" | "large" | "middle";
|
|
627
627
|
onClick: (event: MouseEvent) => void;
|
|
628
628
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -640,7 +640,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
640
640
|
href: string;
|
|
641
641
|
target: string;
|
|
642
642
|
title: string;
|
|
643
|
-
shape: "default" | "
|
|
643
|
+
shape: "default" | "circle" | "round";
|
|
644
644
|
size: "small" | "large" | "middle";
|
|
645
645
|
onClick: (event: MouseEvent) => void;
|
|
646
646
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -658,7 +658,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
658
658
|
href: string;
|
|
659
659
|
target: string;
|
|
660
660
|
title: string;
|
|
661
|
-
shape: "default" | "
|
|
661
|
+
shape: "default" | "circle" | "round";
|
|
662
662
|
size: "small" | "large" | "middle";
|
|
663
663
|
onClick: (event: MouseEvent) => void;
|
|
664
664
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -676,7 +676,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
676
676
|
href: string;
|
|
677
677
|
target: string;
|
|
678
678
|
title: string;
|
|
679
|
-
shape: "default" | "
|
|
679
|
+
shape: "default" | "circle" | "round";
|
|
680
680
|
size: "small" | "large" | "middle";
|
|
681
681
|
onClick: (event: MouseEvent) => void;
|
|
682
682
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -701,7 +701,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
701
701
|
href: string;
|
|
702
702
|
target: string;
|
|
703
703
|
title: string;
|
|
704
|
-
shape: "default" | "
|
|
704
|
+
shape: "default" | "circle" | "round";
|
|
705
705
|
size: "small" | "large" | "middle";
|
|
706
706
|
onClick: (event: MouseEvent) => void;
|
|
707
707
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -719,7 +719,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
719
719
|
href: string;
|
|
720
720
|
target: string;
|
|
721
721
|
title: string;
|
|
722
|
-
shape: "default" | "
|
|
722
|
+
shape: "default" | "circle" | "round";
|
|
723
723
|
size: "small" | "large" | "middle";
|
|
724
724
|
onClick: (event: MouseEvent) => void;
|
|
725
725
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -737,7 +737,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
737
737
|
href: string;
|
|
738
738
|
target: string;
|
|
739
739
|
title: string;
|
|
740
|
-
shape: "default" | "
|
|
740
|
+
shape: "default" | "circle" | "round";
|
|
741
741
|
size: "small" | "large" | "middle";
|
|
742
742
|
onClick: (event: MouseEvent) => void;
|
|
743
743
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -755,7 +755,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
755
755
|
href: string;
|
|
756
756
|
target: string;
|
|
757
757
|
title: string;
|
|
758
|
-
shape: "default" | "
|
|
758
|
+
shape: "default" | "circle" | "round";
|
|
759
759
|
size: "small" | "large" | "middle";
|
|
760
760
|
onClick: (event: MouseEvent) => void;
|
|
761
761
|
onMousedown?: (event: MouseEvent) => void;
|
|
@@ -808,21 +808,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
808
808
|
rowProps: {
|
|
809
809
|
type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
810
810
|
align: {
|
|
811
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
812
|
-
xxl?: "top" | "bottom" | "
|
|
813
|
-
xl?: "top" | "bottom" | "
|
|
814
|
-
lg?: "top" | "bottom" | "
|
|
815
|
-
md?: "top" | "bottom" | "
|
|
816
|
-
sm?: "top" | "bottom" | "
|
|
817
|
-
xs?: "top" | "bottom" | "
|
|
811
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
812
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
813
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
814
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
815
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
816
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
817
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
818
818
|
}>;
|
|
819
|
-
default: "top" | "bottom" | "
|
|
820
|
-
xxl?: "top" | "bottom" | "
|
|
821
|
-
xl?: "top" | "bottom" | "
|
|
822
|
-
lg?: "top" | "bottom" | "
|
|
823
|
-
md?: "top" | "bottom" | "
|
|
824
|
-
sm?: "top" | "bottom" | "
|
|
825
|
-
xs?: "top" | "bottom" | "
|
|
819
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
820
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
821
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
822
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
823
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
824
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
825
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
826
826
|
};
|
|
827
827
|
};
|
|
828
828
|
justify: {
|
|
@@ -854,21 +854,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
854
854
|
};
|
|
855
855
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
856
856
|
align: {
|
|
857
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
858
|
-
xxl?: "top" | "bottom" | "
|
|
859
|
-
xl?: "top" | "bottom" | "
|
|
860
|
-
lg?: "top" | "bottom" | "
|
|
861
|
-
md?: "top" | "bottom" | "
|
|
862
|
-
sm?: "top" | "bottom" | "
|
|
863
|
-
xs?: "top" | "bottom" | "
|
|
857
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
858
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
859
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
860
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
861
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
862
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
863
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
864
864
|
}>;
|
|
865
|
-
default: "top" | "bottom" | "
|
|
866
|
-
xxl?: "top" | "bottom" | "
|
|
867
|
-
xl?: "top" | "bottom" | "
|
|
868
|
-
lg?: "top" | "bottom" | "
|
|
869
|
-
md?: "top" | "bottom" | "
|
|
870
|
-
sm?: "top" | "bottom" | "
|
|
871
|
-
xs?: "top" | "bottom" | "
|
|
865
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
866
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
867
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
868
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
869
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
870
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
871
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
872
872
|
};
|
|
873
873
|
};
|
|
874
874
|
justify: {
|
|
@@ -900,21 +900,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
900
900
|
};
|
|
901
901
|
}>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
902
902
|
align: {
|
|
903
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
904
|
-
xxl?: "top" | "bottom" | "
|
|
905
|
-
xl?: "top" | "bottom" | "
|
|
906
|
-
lg?: "top" | "bottom" | "
|
|
907
|
-
md?: "top" | "bottom" | "
|
|
908
|
-
sm?: "top" | "bottom" | "
|
|
909
|
-
xs?: "top" | "bottom" | "
|
|
903
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
904
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
905
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
906
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
907
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
908
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
909
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
910
910
|
}>;
|
|
911
|
-
default: "top" | "bottom" | "
|
|
912
|
-
xxl?: "top" | "bottom" | "
|
|
913
|
-
xl?: "top" | "bottom" | "
|
|
914
|
-
lg?: "top" | "bottom" | "
|
|
915
|
-
md?: "top" | "bottom" | "
|
|
916
|
-
sm?: "top" | "bottom" | "
|
|
917
|
-
xs?: "top" | "bottom" | "
|
|
911
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
912
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
913
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
914
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
915
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
916
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
917
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
918
918
|
};
|
|
919
919
|
};
|
|
920
920
|
justify: {
|
|
@@ -946,21 +946,21 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
946
946
|
};
|
|
947
947
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
948
948
|
align: {
|
|
949
|
-
type: import("vue").PropType<"top" | "bottom" | "
|
|
950
|
-
xxl?: "top" | "bottom" | "
|
|
951
|
-
xl?: "top" | "bottom" | "
|
|
952
|
-
lg?: "top" | "bottom" | "
|
|
953
|
-
md?: "top" | "bottom" | "
|
|
954
|
-
sm?: "top" | "bottom" | "
|
|
955
|
-
xs?: "top" | "bottom" | "
|
|
949
|
+
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
950
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
951
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
952
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
953
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
954
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
955
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
956
956
|
}>;
|
|
957
|
-
default: "top" | "bottom" | "
|
|
958
|
-
xxl?: "top" | "bottom" | "
|
|
959
|
-
xl?: "top" | "bottom" | "
|
|
960
|
-
lg?: "top" | "bottom" | "
|
|
961
|
-
md?: "top" | "bottom" | "
|
|
962
|
-
sm?: "top" | "bottom" | "
|
|
963
|
-
xs?: "top" | "bottom" | "
|
|
957
|
+
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
958
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
959
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
960
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
961
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
962
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
963
|
+
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
964
964
|
};
|
|
965
965
|
};
|
|
966
966
|
justify: {
|
|
@@ -1015,10 +1015,9 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
1015
1015
|
"onField-value-change"?: (...args: any[]) => any;
|
|
1016
1016
|
}, {
|
|
1017
1017
|
size: "small" | "large" | "middle";
|
|
1018
|
-
gap: number;
|
|
1019
|
-
disabled: boolean;
|
|
1020
|
-
compact: boolean;
|
|
1021
1018
|
schemas: FormSchema[];
|
|
1019
|
+
disabled: boolean;
|
|
1020
|
+
gap: number;
|
|
1022
1021
|
labelWidth: string | number;
|
|
1023
1022
|
layout: "vertical" | "horizontal" | "inline";
|
|
1024
1023
|
colon: boolean;
|
|
@@ -1026,6 +1025,7 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
1026
1025
|
model: import("vue").PropType<Recordable<any>>;
|
|
1027
1026
|
formLabelInInput: boolean;
|
|
1028
1027
|
fieldMapToTime: import("./types/form").FieldMapToTime;
|
|
1028
|
+
compact: boolean;
|
|
1029
1029
|
mergeDynamicData: any;
|
|
1030
1030
|
autoSetPlaceHolder: boolean;
|
|
1031
1031
|
autoSubmitOnEnter: boolean;
|
|
@@ -72,7 +72,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
72
72
|
labels: any;
|
|
73
73
|
selectedOptions: any;
|
|
74
74
|
}) => any;
|
|
75
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "defaultChange")[], "change" | "defaultChange", import("vue").
|
|
75
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "defaultChange")[], "change" | "defaultChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
76
|
value: {
|
|
77
77
|
type: ArrayConstructor;
|
|
78
78
|
};
|
|
@@ -49,7 +49,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
49
49
|
selectedOnSearch: BooleanConstructor;
|
|
50
50
|
loading: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
|
|
51
51
|
treeWrapperClassName: StringConstructor;
|
|
52
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").
|
|
52
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
value: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, (() => import("../../../../Tree").KeyType[]) | (() => import("../../../../Tree").KeyType[]) | (() => {
|
|
54
54
|
checked: string[] | number[];
|
|
55
55
|
halfChecked: string[] | number[];
|
|
@@ -86,16 +86,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
86
86
|
}, {
|
|
87
87
|
value: import("@shy-plugins/utils").BuildPropType<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, unknown, unknown>;
|
|
88
88
|
title: string;
|
|
89
|
-
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
90
|
-
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
91
89
|
loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
92
90
|
fieldNames: undefined;
|
|
93
91
|
searchValue: string;
|
|
92
|
+
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
94
93
|
helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
|
|
95
94
|
selectedKeys: import("../../../../Tree").KeyType[];
|
|
96
95
|
filterFn: (searchValue: any, node: TreeItem, fieldNames: import("../../../../Tree").FieldNames) => boolean;
|
|
97
96
|
treeData: import("ant-design-vue/es/tree").DataNode[];
|
|
98
97
|
renderIcon: (params: Recordable<any>) => string;
|
|
98
|
+
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
99
99
|
checkStrictly: boolean;
|
|
100
100
|
clickRowToExpand: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
101
101
|
checkable: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
@@ -112,7 +112,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
112
112
|
checkOnSearch: boolean;
|
|
113
113
|
selectedOnSearch: boolean;
|
|
114
114
|
}, {}>;
|
|
115
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").
|
|
115
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
116
116
|
api: {
|
|
117
117
|
default: () => () => Promise<unknown>;
|
|
118
118
|
};
|