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
|
@@ -268,11 +268,9 @@ export declare const BasicModal: {
|
|
|
268
268
|
onRegister?: (...args: any[]) => any;
|
|
269
269
|
}, {
|
|
270
270
|
size: "small" | "default" | "large";
|
|
271
|
-
scrollTop: boolean;
|
|
272
|
-
draggable: boolean;
|
|
273
271
|
mask: boolean;
|
|
274
|
-
visible: boolean;
|
|
275
272
|
loading: boolean;
|
|
273
|
+
visible: boolean;
|
|
276
274
|
defaultFullscreen: boolean;
|
|
277
275
|
canFullscreen: boolean;
|
|
278
276
|
wrapperFooterOffset: number;
|
|
@@ -285,6 +283,8 @@ export declare const BasicModal: {
|
|
|
285
283
|
maskClosable: boolean;
|
|
286
284
|
keyboard: boolean;
|
|
287
285
|
okType: string;
|
|
286
|
+
scrollTop: boolean;
|
|
287
|
+
draggable: boolean;
|
|
288
288
|
centered: boolean;
|
|
289
289
|
cancelText: string;
|
|
290
290
|
okText: string;
|
|
@@ -438,11 +438,9 @@ export declare const BasicModal: {
|
|
|
438
438
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
439
439
|
}, {}, {}, {}, {
|
|
440
440
|
size: "small" | "default" | "large";
|
|
441
|
-
scrollTop: boolean;
|
|
442
|
-
draggable: boolean;
|
|
443
441
|
mask: boolean;
|
|
444
|
-
visible: boolean;
|
|
445
442
|
loading: boolean;
|
|
443
|
+
visible: boolean;
|
|
446
444
|
defaultFullscreen: boolean;
|
|
447
445
|
canFullscreen: boolean;
|
|
448
446
|
wrapperFooterOffset: number;
|
|
@@ -455,6 +453,8 @@ export declare const BasicModal: {
|
|
|
455
453
|
maskClosable: boolean;
|
|
456
454
|
keyboard: boolean;
|
|
457
455
|
okType: string;
|
|
456
|
+
scrollTop: boolean;
|
|
457
|
+
draggable: boolean;
|
|
458
458
|
centered: boolean;
|
|
459
459
|
cancelText: string;
|
|
460
460
|
okText: string;
|
|
@@ -603,13 +603,11 @@ export declare const BasicModal: {
|
|
|
603
603
|
handleHeightChange: (height: string) => void;
|
|
604
604
|
handleTitleDbClick: (e: Event) => void;
|
|
605
605
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
606
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], "
|
|
606
|
+
}, 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", {
|
|
607
607
|
size: "small" | "default" | "large";
|
|
608
|
-
scrollTop: boolean;
|
|
609
|
-
draggable: boolean;
|
|
610
608
|
mask: boolean;
|
|
611
|
-
visible: boolean;
|
|
612
609
|
loading: boolean;
|
|
610
|
+
visible: boolean;
|
|
613
611
|
defaultFullscreen: boolean;
|
|
614
612
|
canFullscreen: boolean;
|
|
615
613
|
wrapperFooterOffset: number;
|
|
@@ -622,6 +620,8 @@ export declare const BasicModal: {
|
|
|
622
620
|
maskClosable: boolean;
|
|
623
621
|
keyboard: boolean;
|
|
624
622
|
okType: string;
|
|
623
|
+
scrollTop: boolean;
|
|
624
|
+
draggable: boolean;
|
|
625
625
|
centered: boolean;
|
|
626
626
|
cancelText: string;
|
|
627
627
|
okText: string;
|
|
@@ -132,7 +132,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
132
132
|
handleHeightChange: (height: string) => void;
|
|
133
133
|
handleTitleDbClick: (e: Event) => void;
|
|
134
134
|
getWrapperHeight: import("vue").ComputedRef<any>;
|
|
135
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "height-change" | "ok" | "visible-change" | "register" | "update:visible")[], "
|
|
135
|
+
}, 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", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
136
136
|
visible: {
|
|
137
137
|
type: BooleanConstructor;
|
|
138
138
|
};
|
|
@@ -258,11 +258,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
258
258
|
onRegister?: (...args: any[]) => any;
|
|
259
259
|
}, {
|
|
260
260
|
size: "small" | "default" | "large";
|
|
261
|
-
scrollTop: boolean;
|
|
262
|
-
draggable: boolean;
|
|
263
261
|
mask: boolean;
|
|
264
|
-
visible: boolean;
|
|
265
262
|
loading: boolean;
|
|
263
|
+
visible: boolean;
|
|
266
264
|
defaultFullscreen: boolean;
|
|
267
265
|
canFullscreen: boolean;
|
|
268
266
|
wrapperFooterOffset: number;
|
|
@@ -275,6 +273,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
275
273
|
maskClosable: boolean;
|
|
276
274
|
keyboard: boolean;
|
|
277
275
|
okType: string;
|
|
276
|
+
scrollTop: boolean;
|
|
277
|
+
draggable: boolean;
|
|
278
278
|
centered: boolean;
|
|
279
279
|
cancelText: string;
|
|
280
280
|
okText: string;
|
|
@@ -54,13 +54,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
56
|
text: {
|
|
57
|
-
type: PropType<
|
|
57
|
+
type: PropType<any>;
|
|
58
58
|
};
|
|
59
59
|
iconSize: {
|
|
60
60
|
type: StringConstructor;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
63
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
64
|
maxWidth: {
|
|
65
65
|
type: StringConstructor;
|
|
66
66
|
default: string;
|
|
@@ -81,21 +81,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
default: string;
|
|
82
82
|
};
|
|
83
83
|
text: {
|
|
84
|
-
type: PropType<
|
|
84
|
+
type: PropType<any>;
|
|
85
85
|
};
|
|
86
86
|
iconSize: {
|
|
87
87
|
type: StringConstructor;
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
90
|
}>>, {
|
|
91
|
+
placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
|
|
91
92
|
color: string;
|
|
92
|
-
fontSize: string;
|
|
93
93
|
maxWidth: string;
|
|
94
|
-
placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
|
|
95
94
|
showIndex: boolean;
|
|
95
|
+
fontSize: string;
|
|
96
96
|
iconSize: string;
|
|
97
97
|
}, {}>;
|
|
98
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
98
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
99
|
/**
|
|
100
100
|
* Help text list or string
|
|
101
101
|
* @default: ''
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
type: import("vue").PropType<"small" | "default" | "large">;
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancel"[], "cancel", import("vue").
|
|
118
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancel"[], "cancel", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
119
119
|
visible: {
|
|
120
120
|
type: BooleanConstructor;
|
|
121
121
|
};
|
|
@@ -236,11 +236,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
236
|
onCancel?: (...args: any[]) => any;
|
|
237
237
|
}, {
|
|
238
238
|
size: "small" | "default" | "large";
|
|
239
|
-
scrollTop: boolean;
|
|
240
|
-
draggable: boolean;
|
|
241
239
|
mask: boolean;
|
|
242
|
-
visible: boolean;
|
|
243
240
|
loading: boolean;
|
|
241
|
+
visible: boolean;
|
|
244
242
|
defaultFullscreen: boolean;
|
|
245
243
|
canFullscreen: boolean;
|
|
246
244
|
wrapperFooterOffset: number;
|
|
@@ -253,6 +251,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
253
251
|
maskClosable: boolean;
|
|
254
252
|
keyboard: boolean;
|
|
255
253
|
okType: string;
|
|
254
|
+
scrollTop: boolean;
|
|
255
|
+
draggable: boolean;
|
|
256
256
|
centered: boolean;
|
|
257
257
|
cancelText: string;
|
|
258
258
|
okText: string;
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
prefixCls: string;
|
|
22
22
|
handleCancel: (e: Event) => void;
|
|
23
23
|
handleFullScreen: (e: Event) => void;
|
|
24
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "fullscreen")[], "
|
|
24
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "fullscreen")[], "cancel" | "fullscreen", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
canFullscreen: {
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
default: boolean;
|
|
@@ -118,7 +118,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
118
118
|
}, {
|
|
119
119
|
handleOk: (e: Event) => void;
|
|
120
120
|
handleCancel: (e: Event) => void;
|
|
121
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "ok")[], "cancel" | "ok", import("vue").
|
|
121
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "ok")[], "cancel" | "ok", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
122
122
|
visible: {
|
|
123
123
|
type: BooleanConstructor;
|
|
124
124
|
};
|
|
@@ -240,11 +240,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
240
240
|
onOk?: (...args: any[]) => any;
|
|
241
241
|
}, {
|
|
242
242
|
size: "small" | "default" | "large";
|
|
243
|
-
scrollTop: boolean;
|
|
244
|
-
draggable: boolean;
|
|
245
243
|
mask: boolean;
|
|
246
|
-
visible: boolean;
|
|
247
244
|
loading: boolean;
|
|
245
|
+
visible: boolean;
|
|
248
246
|
defaultFullscreen: boolean;
|
|
249
247
|
canFullscreen: boolean;
|
|
250
248
|
wrapperFooterOffset: number;
|
|
@@ -257,6 +255,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
257
255
|
maskClosable: boolean;
|
|
258
256
|
keyboard: boolean;
|
|
259
257
|
okType: string;
|
|
258
|
+
scrollTop: boolean;
|
|
259
|
+
draggable: boolean;
|
|
260
260
|
centered: boolean;
|
|
261
261
|
cancelText: string;
|
|
262
262
|
okText: string;
|
|
@@ -6,7 +6,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
6
6
|
title: {
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
};
|
|
9
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "dblclick"[], "dblclick", import("vue").
|
|
9
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "dblclick"[], "dblclick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
helpMessage: {
|
|
11
11
|
type: PropType<string | string[]>;
|
|
12
12
|
};
|
|
@@ -39,7 +39,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
39
39
|
type: PropType<"small" | "default" | "large">;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
|
-
}, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("height-change" | "ext-height")[], "height-change" | "ext-height", import("vue").
|
|
42
|
+
}, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("height-change" | "ext-height")[], "height-change" | "ext-height", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
43
|
loading: {
|
|
44
44
|
type: BooleanConstructor;
|
|
45
45
|
default: boolean;
|
|
@@ -85,13 +85,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
85
85
|
"onExt-height"?: (...args: any[]) => any;
|
|
86
86
|
}, {
|
|
87
87
|
size: "small" | "default" | "large";
|
|
88
|
-
minHeight: number;
|
|
89
|
-
visible: boolean;
|
|
90
88
|
loading: boolean;
|
|
89
|
+
visible: boolean;
|
|
91
90
|
useWrapper: boolean;
|
|
92
91
|
footerOffset: number;
|
|
93
92
|
modalHeaderHeight: number;
|
|
94
93
|
modalFooterHeight: number;
|
|
94
|
+
minHeight: number;
|
|
95
95
|
fullScreen: boolean;
|
|
96
96
|
}, {}>;
|
|
97
97
|
export default _sfc_main;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createI18n } from 'vue-i18n';
|
|
2
2
|
export declare let i18n: ReturnType<typeof createI18n>;
|
|
3
|
-
|
|
3
|
+
type I18nGlobalTranslation = {
|
|
4
4
|
(key: string): string;
|
|
5
5
|
(key: string, locale: string): string;
|
|
6
6
|
(key: string, locale: string, list: unknown[]): string;
|
|
@@ -8,13 +8,13 @@ export interface ModalMethods {
|
|
|
8
8
|
emitVisible?: (visible: boolean, uid: number) => void;
|
|
9
9
|
redoModalHeight?: () => void;
|
|
10
10
|
}
|
|
11
|
-
export
|
|
11
|
+
export type RegisterFn = (modalMethods: ModalMethods, uuid?: string) => void;
|
|
12
12
|
export interface ReturnMethods extends ModalMethods {
|
|
13
13
|
openModal: <T = any>(props?: boolean, data?: T, openOnSet?: boolean) => void;
|
|
14
14
|
closeModal: () => void;
|
|
15
15
|
getVisible?: ComputedRef<boolean>;
|
|
16
16
|
}
|
|
17
|
-
export
|
|
17
|
+
export type UseModalReturnType = [RegisterFn, ReturnMethods];
|
|
18
18
|
export interface ReturnInnerMethods extends ModalMethods {
|
|
19
19
|
closeModal: () => void;
|
|
20
20
|
changeLoading: (loading: boolean) => void;
|
|
@@ -22,7 +22,7 @@ export interface ReturnInnerMethods extends ModalMethods {
|
|
|
22
22
|
getVisible?: ComputedRef<boolean>;
|
|
23
23
|
redoModalHeight: () => void;
|
|
24
24
|
}
|
|
25
|
-
export
|
|
25
|
+
export type UseModalInnerReturnType = [RegisterFn, ReturnInnerMethods];
|
|
26
26
|
export interface ModalProps {
|
|
27
27
|
minHeight?: number;
|
|
28
28
|
height?: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
2
2
|
prefixCls: string;
|
|
3
3
|
getCalcContentWidth: string;
|
|
4
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
5
5
|
export default _sfc_main;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: () => string;
|
|
25
25
|
};
|
|
26
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "click-return" | "confirm")[], "
|
|
26
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "click-return" | "confirm")[], "cancel" | "click-return" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
title: {
|
|
28
28
|
type: StringConstructor;
|
|
29
29
|
default: () => string;
|
|
@@ -45,7 +45,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
45
45
|
getContentClass: import("vue").ComputedRef<(string | {
|
|
46
46
|
[x: string]: boolean;
|
|
47
47
|
})[]>;
|
|
48
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
48
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
49
|
title: {
|
|
50
50
|
type: StringConstructor;
|
|
51
51
|
};
|
|
@@ -33,7 +33,7 @@ declare const Process: import("vue").DefineComponent<{
|
|
|
33
33
|
type: StringConstructor;
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
36
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
title: {
|
|
38
38
|
type: StringConstructor;
|
|
39
39
|
default: string;
|
|
@@ -72,9 +72,9 @@ declare const Process: import("vue").DefineComponent<{
|
|
|
72
72
|
data: Recordable<any>[];
|
|
73
73
|
title: string;
|
|
74
74
|
options: Recordable<any>[];
|
|
75
|
-
columns: Recordable<any>[];
|
|
76
75
|
fieldNames: Record<string, any>;
|
|
77
76
|
labelWidth: number;
|
|
77
|
+
columns: Recordable<any>[];
|
|
78
78
|
timeFormat: string;
|
|
79
79
|
}, {}>;
|
|
80
80
|
export { Process };
|
|
@@ -4,19 +4,19 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
6
|
wrapStyle: {
|
|
7
|
-
type: (
|
|
7
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
wrapClass: {
|
|
11
|
-
type: (
|
|
11
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
viewClass: {
|
|
15
|
-
type: (
|
|
15
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
viewStyle: {
|
|
19
|
-
type: (
|
|
19
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
noresize: BooleanConstructor;
|
|
@@ -34,25 +34,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
34
34
|
resize: import("vue").Ref<any>;
|
|
35
35
|
update: () => void;
|
|
36
36
|
handleScroll: () => void;
|
|
37
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
37
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
native: {
|
|
39
39
|
type: BooleanConstructor;
|
|
40
40
|
default: boolean;
|
|
41
41
|
};
|
|
42
42
|
wrapStyle: {
|
|
43
|
-
type: (
|
|
43
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
46
|
wrapClass: {
|
|
47
|
-
type: (
|
|
47
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
50
|
viewClass: {
|
|
51
|
-
type: (
|
|
51
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
viewStyle: {
|
|
55
|
-
type: (
|
|
55
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
noresize: BooleanConstructor;
|
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4
4
|
move: NumberConstructor;
|
|
5
5
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
6
|
[key: string]: any;
|
|
7
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
7
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
vertical: BooleanConstructor;
|
|
9
9
|
size: StringConstructor;
|
|
10
10
|
move: NumberConstructor;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export interface BarMapItem {
|
|
2
|
-
offset: string
|
|
3
|
-
scroll: string
|
|
4
|
-
scrollSize: string
|
|
5
|
-
size: string
|
|
6
|
-
key: string
|
|
7
|
-
axis: string
|
|
8
|
-
client: string
|
|
9
|
-
direction: string
|
|
10
|
-
}
|
|
11
|
-
export interface BarMap {
|
|
12
|
-
vertical: BarMapItem
|
|
13
|
-
horizontal: BarMapItem
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export interface ScrollbarType {
|
|
17
|
-
wrap: ElRef
|
|
18
|
-
}
|
|
1
|
+
export interface BarMapItem {
|
|
2
|
+
offset: string
|
|
3
|
+
scroll: string
|
|
4
|
+
scrollSize: string
|
|
5
|
+
size: string
|
|
6
|
+
key: string
|
|
7
|
+
axis: string
|
|
8
|
+
client: string
|
|
9
|
+
direction: string
|
|
10
|
+
}
|
|
11
|
+
export interface BarMap {
|
|
12
|
+
vertical: BarMapItem
|
|
13
|
+
horizontal: BarMapItem
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface ScrollbarType {
|
|
17
|
+
wrap: ElRef
|
|
18
|
+
}
|
|
@@ -2,7 +2,7 @@ declare const ShyAdvancedSearch: import("vue").DefineComponent<{
|
|
|
2
2
|
onRegister: {
|
|
3
3
|
type: FunctionConstructor;
|
|
4
4
|
};
|
|
5
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "register")[], "
|
|
5
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "register")[], "reset" | "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
onRegister: {
|
|
7
7
|
type: FunctionConstructor;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@ declare const ShyGlobalSearch: import("vue").DefineComponent<{
|
|
|
2
2
|
onRegister: {
|
|
3
3
|
type: FunctionConstructor;
|
|
4
4
|
};
|
|
5
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "register")[], "
|
|
5
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "register")[], "reset" | "register", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
onRegister: {
|
|
7
7
|
type: FunctionConstructor;
|
|
8
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentProps, ComponentType } from "../../../ShyForm";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type AdvancedSearchType = 'number' | 'string' | 'date' | 'equal' | 'contain';
|
|
3
|
+
export type SchemasAdvancedSearch = {
|
|
4
4
|
label: string;
|
|
5
5
|
field: string;
|
|
6
6
|
type: AdvancedSearchType;
|
|
@@ -94,7 +94,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
94
|
type: ((new (...args: any[]) => "arrow" | "flag") | (() => "arrow" | "flag")) | ((new (...args: any[]) => "arrow" | "flag") | (() => "arrow" | "flag"))[];
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
97
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "submit" | "save" | "route-change")[], "cancel" | "submit" | "save" | "route-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
98
|
title: {
|
|
99
99
|
type: StringConstructor;
|
|
100
100
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { JSXComponent } from 'vue';
|
|
2
2
|
import type { ComponentType } from './types/index';
|
|
3
|
-
declare const ShyComponentMap: Map<ComponentType, JSXComponent
|
|
3
|
+
declare const ShyComponentMap: Map<ComponentType, JSXComponent>;
|
|
4
4
|
export declare function add(compName: ComponentType, component: JSXComponent): void;
|
|
5
5
|
export declare function del(compName: ComponentType): void;
|
|
6
6
|
export { ShyComponentMap };
|