3h1-ui 3.0.0-next.212 → 3.0.0-next.213
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +265 -181
- package/es/style.css +3209 -1584
- package/es/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
- package/es/ui/src/Basic/src/BasicHelp.d.ts +6 -6
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
- package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
- package/es/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
- package/es/ui/src/Button/index.d.ts +13 -13
- package/es/ui/src/Button/src/BasicButton.d.ts +6 -6
- package/es/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
- package/es/ui/src/Button/src/props.d.ts +1 -1
- package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
- package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
- package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
- package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
- package/es/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
- package/es/ui/src/Container/src/typing.d.ts +2 -2
- package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
- package/es/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
- package/es/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
- package/es/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/es/ui/src/Description/src/Description.d.ts +1 -1
- package/es/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
- package/es/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
- package/es/ui/src/Description/src/components/formItem.d.ts +1 -1
- package/es/ui/src/Description/src/typing.d.ts +2 -2
- package/es/ui/src/Descriptions/index.d.ts +3 -3
- package/es/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
- package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
- package/es/ui/src/Descriptions/src/typing.d.ts +2 -2
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
- package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
- package/es/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
- package/es/ui/src/Drawer/src/typing.d.ts +3 -3
- package/es/ui/src/Icon/src/Icon.vue.d.ts +1 -1
- package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
- package/es/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
- package/es/ui/src/Loading/src/Loading.vue.d.ts +1 -1
- package/es/ui/src/Modal/index.d.ts +10 -10
- package/es/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
- package/es/ui/src/Modal/src/components/Modal.d.ts +4 -4
- package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
- package/es/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
- package/es/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
- package/es/ui/src/Modal/src/typing.d.ts +3 -3
- package/es/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
- package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/es/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
- package/es/ui/src/Process/src/Process.d.ts +2 -2
- package/es/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
- package/es/ui/src/Scrollbar/src/bar.d.ts +1 -1
- package/es/ui/src/Scrollbar/src/types.d.ts +18 -18
- package/es/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
- package/es/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
- package/es/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
- package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
- package/es/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
- package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/Group.d.ts +5 -6
- package/es/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
- package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/es/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
- package/es/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
- package/es/ui/src/ShyForm/src/props.d.ts +60 -60
- package/es/ui/src/ShyForm/src/types/form.d.ts +6 -6
- package/es/ui/src/ShyForm/src/types/index.d.ts +2 -2
- package/es/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
- package/es/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
- package/es/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
- package/es/ui/src/ShyTable/src/componentMap.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
- package/es/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
- package/es/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
- package/es/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
- package/es/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
- package/es/ui/src/ShyTable/src/types/table.d.ts +7 -7
- package/es/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
- package/es/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
- package/es/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
- package/es/ui/src/TablePlus/componentMap.d.ts +1 -1
- package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
- package/es/ui/src/TablePlus/types/componentType.d.ts +1 -1
- package/es/ui/src/Transition/index.d.ts +24 -24
- package/es/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
- package/es/ui/src/Transition/src/CreateTransition.d.ts +4 -4
- package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/es/ui/src/Tree/src/types/tree.d.ts +3 -3
- package/es/ui/src/Upload/src/components/FileList.d.ts +37 -34
- package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
- package/es/ui/src/Upload/src/props.d.ts +3 -3
- package/es/ui/types/global.d.ts +102 -102
- package/es/ui/types/index.d.ts +36 -36
- package/lib/index.js +264 -180
- package/lib/style.css +10176 -0
- package/lib/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
- package/lib/ui/src/Basic/src/BasicHelp.d.ts +6 -6
- package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
- package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
- package/lib/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Button/index.d.ts +13 -13
- package/lib/ui/src/Button/src/BasicButton.d.ts +6 -6
- package/lib/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
- package/lib/ui/src/Button/src/props.d.ts +1 -1
- package/lib/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
- package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
- package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
- package/lib/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
- package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
- package/lib/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
- package/lib/ui/src/Container/src/typing.d.ts +2 -2
- package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
- package/lib/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
- package/lib/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
- package/lib/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/lib/ui/src/Description/src/Description.d.ts +1 -1
- package/lib/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
- package/lib/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
- package/lib/ui/src/Description/src/components/formItem.d.ts +1 -1
- package/lib/ui/src/Description/src/typing.d.ts +2 -2
- package/lib/ui/src/Descriptions/index.d.ts +3 -3
- package/lib/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
- package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
- package/lib/ui/src/Descriptions/src/typing.d.ts +2 -2
- package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
- package/lib/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
- package/lib/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
- package/lib/ui/src/Drawer/src/typing.d.ts +3 -3
- package/lib/ui/src/Icon/src/Icon.vue.d.ts +1 -1
- package/lib/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
- package/lib/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
- package/lib/ui/src/Loading/src/Loading.vue.d.ts +1 -1
- package/lib/ui/src/Modal/index.d.ts +10 -10
- package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
- package/lib/ui/src/Modal/src/components/Modal.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
- package/lib/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
- package/lib/ui/src/Modal/src/typing.d.ts +3 -3
- package/lib/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
- package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/lib/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Process/src/Process.d.ts +2 -2
- package/lib/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
- package/lib/ui/src/Scrollbar/src/bar.d.ts +1 -1
- package/lib/ui/src/Scrollbar/src/types.d.ts +18 -18
- package/lib/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
- package/lib/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
- package/lib/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
- package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
- package/lib/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
- package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/Group.d.ts +5 -6
- package/lib/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
- package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
- package/lib/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/props.d.ts +60 -60
- package/lib/ui/src/ShyForm/src/types/form.d.ts +6 -6
- package/lib/ui/src/ShyForm/src/types/index.d.ts +2 -2
- package/lib/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
- package/lib/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
- package/lib/ui/src/ShyTable/src/componentMap.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
- package/lib/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
- package/lib/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/types/table.d.ts +7 -7
- package/lib/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
- package/lib/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
- package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
- package/lib/ui/src/TablePlus/componentMap.d.ts +1 -1
- package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
- package/lib/ui/src/TablePlus/types/componentType.d.ts +1 -1
- package/lib/ui/src/Transition/index.d.ts +24 -24
- package/lib/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
- package/lib/ui/src/Transition/src/CreateTransition.d.ts +4 -4
- package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/lib/ui/src/Tree/src/types/tree.d.ts +3 -3
- package/lib/ui/src/Upload/src/components/FileList.d.ts +37 -34
- package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
- package/lib/ui/src/Upload/src/props.d.ts +3 -3
- package/lib/ui/types/global.d.ts +102 -102
- package/lib/ui/types/index.d.ts +36 -36
- package/package.json +2 -2
- package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107
- package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107
|
@@ -283,11 +283,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
283
283
|
onRegister?: (...args: any[]) => any;
|
|
284
284
|
}, {
|
|
285
285
|
size: "small" | "default" | "large";
|
|
286
|
-
scrollTop: boolean;
|
|
287
|
-
draggable: boolean;
|
|
288
286
|
mask: boolean;
|
|
289
|
-
visible: boolean;
|
|
290
287
|
loading: boolean;
|
|
288
|
+
visible: boolean;
|
|
291
289
|
defaultFullscreen: boolean;
|
|
292
290
|
canFullscreen: boolean;
|
|
293
291
|
wrapperFooterOffset: number;
|
|
@@ -300,6 +298,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
300
298
|
maskClosable: boolean;
|
|
301
299
|
keyboard: boolean;
|
|
302
300
|
okType: string;
|
|
301
|
+
scrollTop: boolean;
|
|
302
|
+
draggable: boolean;
|
|
303
303
|
centered: boolean;
|
|
304
304
|
cancelText: string;
|
|
305
305
|
okText: string;
|
|
@@ -453,11 +453,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
453
453
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
454
454
|
}, {}, {}, {}, {
|
|
455
455
|
size: "small" | "default" | "large";
|
|
456
|
-
scrollTop: boolean;
|
|
457
|
-
draggable: boolean;
|
|
458
456
|
mask: boolean;
|
|
459
|
-
visible: boolean;
|
|
460
457
|
loading: boolean;
|
|
458
|
+
visible: boolean;
|
|
461
459
|
defaultFullscreen: boolean;
|
|
462
460
|
canFullscreen: boolean;
|
|
463
461
|
wrapperFooterOffset: number;
|
|
@@ -470,6 +468,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
470
468
|
maskClosable: boolean;
|
|
471
469
|
keyboard: boolean;
|
|
472
470
|
okType: string;
|
|
471
|
+
scrollTop: boolean;
|
|
472
|
+
draggable: boolean;
|
|
473
473
|
centered: boolean;
|
|
474
474
|
cancelText: string;
|
|
475
475
|
okText: string;
|
|
@@ -618,13 +618,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
618
618
|
handleHeightChange: (height: string) => void;
|
|
619
619
|
handleTitleDbClick: (e: Event) => void;
|
|
620
620
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
621
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], "
|
|
621
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], "cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible", {
|
|
622
622
|
size: "small" | "default" | "large";
|
|
623
|
-
scrollTop: boolean;
|
|
624
|
-
draggable: boolean;
|
|
625
623
|
mask: boolean;
|
|
626
|
-
visible: boolean;
|
|
627
624
|
loading: boolean;
|
|
625
|
+
visible: boolean;
|
|
628
626
|
defaultFullscreen: boolean;
|
|
629
627
|
canFullscreen: boolean;
|
|
630
628
|
wrapperFooterOffset: number;
|
|
@@ -637,6 +635,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
637
635
|
maskClosable: boolean;
|
|
638
636
|
keyboard: boolean;
|
|
639
637
|
okType: string;
|
|
638
|
+
scrollTop: boolean;
|
|
639
|
+
draggable: boolean;
|
|
640
640
|
centered: boolean;
|
|
641
641
|
cancelText: string;
|
|
642
642
|
okText: string;
|
|
@@ -691,7 +691,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
691
691
|
selectedOnSearch: BooleanConstructor;
|
|
692
692
|
loading: import("@shy-plugins/utils").BuildPropReturn<BooleanConstructor, boolean | (() => false) | (() => true), unknown, unknown, unknown>;
|
|
693
693
|
treeWrapperClassName: StringConstructor;
|
|
694
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").
|
|
694
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
695
695
|
value: import("@shy-plugins/utils").BuildPropReturn<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, (() => import("../../../../Tree").KeyType[]) | (() => import("../../../../Tree").KeyType[]) | (() => {
|
|
696
696
|
checked: string[] | number[];
|
|
697
697
|
halfChecked: string[] | number[];
|
|
@@ -728,16 +728,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
728
728
|
}, {
|
|
729
729
|
value: import("@shy-plugins/utils").BuildPropType<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, unknown, unknown>;
|
|
730
730
|
title: string;
|
|
731
|
-
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
732
|
-
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
733
731
|
loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
734
732
|
fieldNames: undefined;
|
|
735
733
|
searchValue: string;
|
|
734
|
+
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
736
735
|
helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
|
|
737
736
|
selectedKeys: import("../../../../Tree").KeyType[];
|
|
738
737
|
filterFn: (searchValue: any, node: import("../../../../Tree").TreeItem, fieldNames: import("../../../../Tree").FieldNames) => boolean;
|
|
739
738
|
treeData: import("ant-design-vue/es/tree").DataNode[];
|
|
740
739
|
renderIcon: (params: Recordable<any>) => string;
|
|
740
|
+
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
741
741
|
checkStrictly: boolean;
|
|
742
742
|
clickRowToExpand: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
743
743
|
checkable: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
@@ -754,7 +754,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
754
754
|
checkOnSearch: boolean;
|
|
755
755
|
selectedOnSearch: boolean;
|
|
756
756
|
}, {}>;
|
|
757
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").
|
|
757
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "select"[], "select", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
758
758
|
api: {
|
|
759
759
|
default: () => () => Promise<unknown>;
|
|
760
760
|
};
|
|
@@ -1344,7 +1344,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1344
1344
|
type: ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig)) | ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig))[];
|
|
1345
1345
|
default: () => {};
|
|
1346
1346
|
};
|
|
1347
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset")[], "
|
|
1347
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset")[], "change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1348
1348
|
inset: {
|
|
1349
1349
|
type: BooleanConstructor;
|
|
1350
1350
|
default: boolean;
|
|
@@ -1926,16 +1926,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1926
1926
|
x: number | true;
|
|
1927
1927
|
y: number;
|
|
1928
1928
|
};
|
|
1929
|
-
columns: import("../../../../ShyTable").ShyColumn[];
|
|
1930
|
-
inset: boolean;
|
|
1931
|
-
loading: boolean;
|
|
1932
1929
|
bordered: boolean;
|
|
1930
|
+
loading: boolean;
|
|
1933
1931
|
api: (...arg: any[]) => Promise<any>;
|
|
1934
1932
|
immediate: boolean;
|
|
1933
|
+
inset: boolean;
|
|
1935
1934
|
isShowHeader: boolean;
|
|
1936
1935
|
isShowFooter: boolean;
|
|
1937
1936
|
summaryPrecision: number;
|
|
1938
1937
|
summaryTotalFields: string[];
|
|
1938
|
+
columns: import("../../../../ShyTable").ShyColumn[];
|
|
1939
1939
|
formLabelInInput: boolean;
|
|
1940
1940
|
resizable: boolean;
|
|
1941
1941
|
ellipsis: boolean;
|
|
@@ -1984,8 +1984,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1984
1984
|
useInfo: boolean;
|
|
1985
1985
|
infoConfig: {};
|
|
1986
1986
|
}, {}>;
|
|
1987
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1988
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "confirm")[], "
|
|
1987
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
1988
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("register" | "confirm")[], "register" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1989
1989
|
title: {
|
|
1990
1990
|
type: StringConstructor;
|
|
1991
1991
|
required: true;
|
|
@@ -569,7 +569,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
569
569
|
type: ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig)) | ((new (...args: any[]) => import("../../../../ShyTable").InfoConfig) | (() => import("../../../../ShyTable").InfoConfig))[];
|
|
570
570
|
default: () => {};
|
|
571
571
|
};
|
|
572
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset")[], "
|
|
572
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset")[], "change" | "register" | "fetch-success" | "fetch-error" | "selection-change" | "row-click" | "row-dbClick" | "row-contextmenu" | "row-mouseenter" | "row-mouseleave" | "edit-end" | "edit-cancel" | "edit-row-end" | "edit-change" | "expanded-rows-change" | "columns-change" | "columns-reset", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
573
573
|
inset: {
|
|
574
574
|
type: BooleanConstructor;
|
|
575
575
|
default: boolean;
|
|
@@ -1151,16 +1151,16 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1151
1151
|
x: number | true;
|
|
1152
1152
|
y: number;
|
|
1153
1153
|
};
|
|
1154
|
-
columns: import("../../../../ShyTable").ShyColumn[];
|
|
1155
|
-
inset: boolean;
|
|
1156
|
-
loading: boolean;
|
|
1157
1154
|
bordered: boolean;
|
|
1155
|
+
loading: boolean;
|
|
1158
1156
|
api: (...arg: any[]) => Promise<any>;
|
|
1159
1157
|
immediate: boolean;
|
|
1158
|
+
inset: boolean;
|
|
1160
1159
|
isShowHeader: boolean;
|
|
1161
1160
|
isShowFooter: boolean;
|
|
1162
1161
|
summaryPrecision: number;
|
|
1163
1162
|
summaryTotalFields: string[];
|
|
1163
|
+
columns: import("../../../../ShyTable").ShyColumn[];
|
|
1164
1164
|
formLabelInInput: boolean;
|
|
1165
1165
|
resizable: boolean;
|
|
1166
1166
|
ellipsis: boolean;
|
|
@@ -1209,5 +1209,5 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1209
1209
|
useInfo: boolean;
|
|
1210
1210
|
infoConfig: {};
|
|
1211
1211
|
}, {}>;
|
|
1212
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1212
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
1213
1213
|
export default _sfc_main;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
type OptionsItem = {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
};
|
|
7
7
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
8
|
-
value: (ObjectConstructor | NumberConstructor |
|
|
8
|
+
value: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
|
|
9
9
|
numberToString: {
|
|
10
10
|
type: BooleanConstructor;
|
|
11
11
|
};
|
|
@@ -48,8 +48,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
48
48
|
handleFetch: (visible: any) => Promise<void>;
|
|
49
49
|
handleChange: (val: any, ...args: any[]) => void;
|
|
50
50
|
filterOption: (input: string, option: any) => boolean;
|
|
51
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change" | "update:value")[], "change" | "options-change" | "update:value", import("vue").
|
|
52
|
-
value: (ObjectConstructor | NumberConstructor |
|
|
51
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change" | "update:value")[], "change" | "options-change" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
value: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
|
|
53
53
|
numberToString: {
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
};
|
|
@@ -69,7 +69,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
69
69
|
}[];
|
|
70
70
|
}>;
|
|
71
71
|
handleChange: (keys: string[], direction: TransferDirection, moveKeys: string[]) => void;
|
|
72
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change" | "update:value")[], "change" | "options-change" | "update:value", import("vue").
|
|
72
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change" | "update:value")[], "change" | "options-change" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
73
73
|
value: {
|
|
74
74
|
type: PropType<string[]>;
|
|
75
75
|
};
|
|
@@ -22,7 +22,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
22
22
|
}>;
|
|
23
23
|
loading: import("vue").Ref<boolean>;
|
|
24
24
|
handleChange: (...args: any[]) => void;
|
|
25
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change")[], "change" | "options-change", import("vue").
|
|
25
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change")[], "change" | "options-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
api: {
|
|
27
27
|
type: PropType<(arg?: Recordable) => Promise<Recordable>>;
|
|
28
28
|
};
|
|
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
18
18
|
loading: import("vue").Ref<boolean>;
|
|
19
19
|
handleChange: (...args: any[]) => void;
|
|
20
20
|
filterTreeNode: (input: any, node: any) => boolean;
|
|
21
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change")[], "change" | "options-change", import("vue").
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change")[], "change" | "options-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
api: {
|
|
23
23
|
type: PropType<(arg?: Recordable) => Promise<Recordable>>;
|
|
24
24
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ColEx } from '../types/index';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
import { ButtonProps } from '../../../Button';
|
|
4
|
-
|
|
4
|
+
type ButtonOptions = Partial<ButtonProps> & {
|
|
5
5
|
text: string;
|
|
6
6
|
};
|
|
7
7
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
@@ -51,9 +51,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
51
51
|
text: string;
|
|
52
52
|
} & {
|
|
53
53
|
loading: boolean;
|
|
54
|
-
type?: "link" | "
|
|
55
|
-
color?: "" | "error" | "warning" | "success";
|
|
54
|
+
type?: "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success";
|
|
56
55
|
disabled?: boolean;
|
|
56
|
+
color?: "" | "error" | "warning" | "success";
|
|
57
57
|
iconSize?: number;
|
|
58
58
|
isContinuousClicks?: boolean;
|
|
59
59
|
closeConfigProvide?: boolean;
|
|
@@ -62,7 +62,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
62
62
|
postIcon?: string;
|
|
63
63
|
text: string;
|
|
64
64
|
}>;
|
|
65
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
65
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
66
|
showResetButton: {
|
|
67
67
|
type: BooleanConstructor;
|
|
68
68
|
default: boolean;
|
|
@@ -29,7 +29,7 @@ declare const FormItem: import("vue").DefineComponent<{
|
|
|
29
29
|
isAdvanced: {
|
|
30
30
|
type: BooleanConstructor;
|
|
31
31
|
};
|
|
32
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
32
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
schema: {
|
|
34
34
|
type: import("vue").PropType<FormSchema>;
|
|
35
35
|
default: () => {};
|
|
@@ -7,7 +7,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
prefixCls: string;
|
|
8
8
|
props: any;
|
|
9
9
|
getClass: import("vue").ComputedRef<string>;
|
|
10
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
10
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
span: {
|
|
12
12
|
type: NumberConstructor;
|
|
13
13
|
default: () => number;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { JSXComponent } from 'vue';
|
|
2
1
|
import { FormSchema } from '../types/form';
|
|
3
2
|
import { ColEx } from '../types';
|
|
4
3
|
declare const Group: import("vue").DefineComponent<{
|
|
@@ -18,10 +17,10 @@ declare const Group: import("vue").DefineComponent<{
|
|
|
18
17
|
type: PropType<Partial<ColEx>>;
|
|
19
18
|
};
|
|
20
19
|
CustomGroupComp: {
|
|
21
|
-
type: PropType<JSXComponent
|
|
20
|
+
type: PropType<JSXComponent>;
|
|
22
21
|
};
|
|
23
22
|
slots: {
|
|
24
|
-
type: PropType<Record<string, JSXComponent
|
|
23
|
+
type: PropType<Record<string, JSXComponent>>;
|
|
25
24
|
};
|
|
26
25
|
deconstructLevel: {
|
|
27
26
|
type: NumberConstructor;
|
|
@@ -56,7 +55,7 @@ declare const Group: import("vue").DefineComponent<{
|
|
|
56
55
|
isAdvanced: {
|
|
57
56
|
type: BooleanConstructor;
|
|
58
57
|
};
|
|
59
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
58
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
59
|
schemas: {
|
|
61
60
|
type: PropType<FormSchema[]>;
|
|
62
61
|
default: () => PropType<FormSchema[]>;
|
|
@@ -73,10 +72,10 @@ declare const Group: import("vue").DefineComponent<{
|
|
|
73
72
|
type: PropType<Partial<ColEx>>;
|
|
74
73
|
};
|
|
75
74
|
CustomGroupComp: {
|
|
76
|
-
type: PropType<JSXComponent
|
|
75
|
+
type: PropType<JSXComponent>;
|
|
77
76
|
};
|
|
78
77
|
slots: {
|
|
79
|
-
type: PropType<Record<string, JSXComponent
|
|
78
|
+
type: PropType<Record<string, JSXComponent>>;
|
|
80
79
|
};
|
|
81
80
|
deconstructLevel: {
|
|
82
81
|
type: NumberConstructor;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
type OptionsItem = {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string | number | boolean;
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
};
|
|
7
|
-
|
|
7
|
+
type RadioItem = string | OptionsItem;
|
|
8
8
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
9
9
|
value: {
|
|
10
10
|
type: PropType<string | number | boolean>;
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
})[]>;
|
|
22
22
|
getOptions: import("vue").ComputedRef<OptionsItem[]>;
|
|
23
23
|
attrs: Recordable<any> | import("vue").Ref<Recordable<any>>;
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
value: {
|
|
26
26
|
type: PropType<string | number | boolean>;
|
|
27
27
|
};
|
|
@@ -62,7 +62,7 @@ declare const ShyFormTable: import("vue").DefineComponent<{
|
|
|
62
62
|
setFormModel: {
|
|
63
63
|
type: FunctionConstructor;
|
|
64
64
|
};
|
|
65
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
65
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "change" | "update:value" | "remove")[], "add" | "change" | "update:value" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
66
|
rowKey: {
|
|
67
67
|
type: StringConstructor;
|
|
68
68
|
default: () => "uuid";
|
|
@@ -131,8 +131,8 @@ declare const ShyFormTable: import("vue").DefineComponent<{
|
|
|
131
131
|
onAdd?: (...args: any[]) => any;
|
|
132
132
|
}, {
|
|
133
133
|
value: Recordable<any>[];
|
|
134
|
-
columns: Recordable<any>[];
|
|
135
134
|
isShowFooter: boolean;
|
|
135
|
+
columns: Recordable<any>[];
|
|
136
136
|
tableAction: Function;
|
|
137
137
|
rowKey: string;
|
|
138
138
|
isShowAction: boolean;
|
|
@@ -7,7 +7,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
Tinymce: any;
|
|
8
8
|
props: any;
|
|
9
9
|
state: import("vue").WritableComputedRef<any>;
|
|
10
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change")[], "input" | "change", import("vue").
|
|
10
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change")[], "input" | "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
value: {
|
|
12
12
|
type: any;
|
|
13
13
|
required: true;
|
|
@@ -94,12 +94,12 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
94
94
|
offset: number;
|
|
95
95
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
96
96
|
span?: string | number;
|
|
97
|
-
flex?: string | number;
|
|
98
|
-
offset?: string | number;
|
|
99
|
-
order?: string | number;
|
|
100
97
|
push?: string | number;
|
|
101
|
-
pull?: string | number;
|
|
102
98
|
prefixCls?: string;
|
|
99
|
+
order?: string | number;
|
|
100
|
+
offset?: string | number;
|
|
101
|
+
pull?: string | number;
|
|
102
|
+
flex?: string | number;
|
|
103
103
|
innerHTML?: string;
|
|
104
104
|
class?: any;
|
|
105
105
|
style: any;
|
|
@@ -138,8 +138,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
138
138
|
itemref?: string;
|
|
139
139
|
results?: string | number;
|
|
140
140
|
security?: string;
|
|
141
|
-
unselectable?: "
|
|
142
|
-
inputmode?: "
|
|
141
|
+
unselectable?: "off" | "on";
|
|
142
|
+
inputmode?: "none" | "text" | "search" | "decimal" | "url" | "email" | "tel" | "numeric";
|
|
143
143
|
is?: string;
|
|
144
144
|
'aria-activedescendant'?: string;
|
|
145
145
|
'aria-atomic'?: boolean | "false" | "true";
|
|
@@ -150,7 +150,7 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
150
150
|
'aria-colindex'?: string | number;
|
|
151
151
|
'aria-colspan'?: string | number;
|
|
152
152
|
'aria-controls'?: string;
|
|
153
|
-
'aria-current'?: "time" | "
|
|
153
|
+
'aria-current'?: "time" | "date" | "step" | "page" | (boolean | "false" | "true") | "location";
|
|
154
154
|
'aria-describedby'?: string;
|
|
155
155
|
'aria-details'?: string;
|
|
156
156
|
'aria-disabled'?: boolean | "false" | "true";
|
|
@@ -252,7 +252,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
252
252
|
onVolumechange?: (payload: Event) => void;
|
|
253
253
|
onWaiting?: (payload: Event) => void;
|
|
254
254
|
onSelect?: (payload: Event) => void;
|
|
255
|
-
onScroll?: (payload:
|
|
255
|
+
onScroll?: (payload: Event) => void;
|
|
256
|
+
onScrollend?: (payload: Event) => void;
|
|
256
257
|
onTouchcancel?: (payload: TouchEvent) => void;
|
|
257
258
|
onTouchend?: (payload: TouchEvent) => void;
|
|
258
259
|
onTouchmove?: (payload: TouchEvent) => void;
|
|
@@ -298,12 +299,12 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
298
299
|
offset: number;
|
|
299
300
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
300
301
|
span?: string | number;
|
|
301
|
-
flex?: string | number;
|
|
302
|
-
offset?: string | number;
|
|
303
|
-
order?: string | number;
|
|
304
302
|
push?: string | number;
|
|
305
|
-
pull?: string | number;
|
|
306
303
|
prefixCls?: string;
|
|
304
|
+
order?: string | number;
|
|
305
|
+
offset?: string | number;
|
|
306
|
+
pull?: string | number;
|
|
307
|
+
flex?: string | number;
|
|
307
308
|
style: any;
|
|
308
309
|
};
|
|
309
310
|
}>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { FormProps, UseFormReturnType } from '../types/form';
|
|
2
2
|
import type { NamePath } from 'ant-design-vue/lib/form/interface';
|
|
3
3
|
import { Ref, ComputedRef } from 'vue';
|
|
4
|
-
export
|
|
4
|
+
export type DynamicProps<T> = {
|
|
5
5
|
[P in keyof T]: Ref<T[P]> | T[P] | ComputedRef<T[P]>;
|
|
6
6
|
};
|
|
7
7
|
export declare type ValidateFields = (nameList?: NamePath[]) => Promise<Recordable>;
|
|
8
|
-
|
|
8
|
+
type Props = Partial<DynamicProps<FormProps>>;
|
|
9
9
|
export declare function useShyForm(props?: Props): UseFormReturnType;
|
|
10
10
|
export {};
|