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
package/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, createVNode, Transition, mergeProps, openBlock, createBlock, toHandlers, withCtx, renderSlot, computed, createElementBlock, normalizeClass, normalizeStyle as normalizeStyle$1, createElementVNode, ref, watch, onMounted, unref, nextTick, resolveComponent, getCurrentScope, onScopeDispose, getCurrentInstance, onUnmounted, watchEffect, Fragment, renderList, createCommentVNode, h as h$1, useSlots, resolveDynamicComponent, createTextVNode, toDisplayString, withDirectives, vShow, inject, provide, onBeforeUnmount, reactive, toRef, toRefs, TransitionGroup, shallowRef, isVNode,
|
|
1
|
+
import { defineComponent, createVNode, Transition, mergeProps, openBlock, createBlock, toHandlers, withCtx, renderSlot, computed, createElementBlock, normalizeClass, normalizeStyle as normalizeStyle$1, createElementVNode, ref, watch, onMounted, unref, nextTick, resolveComponent, getCurrentScope, onScopeDispose, getCurrentInstance, onUnmounted, readonly, watchEffect, Fragment, renderList, createCommentVNode, h as h$1, useSlots, resolveDynamicComponent, createTextVNode, toDisplayString, withDirectives, vShow, inject, provide, onBeforeUnmount, reactive, toRef, toRefs, TransitionGroup, shallowRef, isVNode, createSlots, normalizeProps, guardReactiveProps, toRaw, defineAsyncComponent, isRef, triggerRef, Comment, Text, cloneVNode, resolveDirective, onUpdated, withModifiers, onBeforeMount, Teleport, render as render$1, useAttrs as useAttrs$2, useCssVars } from "vue";
|
|
2
2
|
import { Input, Popover, Pagination as Pagination$1, Empty as Empty$3, Tooltip as Tooltip$2, Skeleton, Modal as Modal$2, Button as Button$1, ConfigProvider, Popconfirm, PageHeader, Space, Radio, Select, Tree, TreeSelect, Cascader, Transfer, Col as Col$1, Form as Form$1, Row as Row$1, Menu, Divider as Divider$1, Spin, FormItemRest as FormItemRest$1, InputNumber, AutoComplete, Switch, Checkbox, DatePicker as DatePicker$1, TimePicker as TimePicker$1, Dropdown, CheckboxGroup, Tag, Table, TableSummary, TableSummaryRow, TableSummaryCell, Image, Badge, FormItem as FormItem$3, Progress, Alert, Upload, theme, Collapse, CollapsePanel, Slider, Rate, Drawer, Avatar, Descriptions as Descriptions$2, DescriptionsItem as DescriptionsItem$1, Breadcrumb } from "ant-design-vue";
|
|
3
3
|
import { getSlot as getSlot$2, addClass as addClass$2, removeClass as removeClass$2, isString as isString$3, getPopupContainer, isArray as isArray$3, isFunction as isFunction$5, triggerWindowResize, off, on, addResizeListener, removeResizeListener, extendSlots as extendSlots$1, withInstall as withInstall$7, isNumber as isNumber$3, isBoolean as isBoolean$2, isNull, isObject as isObject$5, dateUtil, isNullOrUnDef, isDef as isDef$1, error as error$1, deepMerge as deepMerge$2, getDynamicProps, forEach as forEach$1, isClient as isClient$1, buildProps, createBEM, filter, treeToList, eachTree, isEmpty, findNodeAll, buildUUID, isServer, isNullAndUnDef, formatToDate, isMap as isMap$2, getViewportOffset, warn as warn$2, downloadByUrl, dataURLtoBlob, deepMergeObjects } from "@shy-plugins/utils";
|
|
4
4
|
import Iconify from "@purge-icons/generated";
|
|
@@ -2200,7 +2200,7 @@ const _sfc_main$_ = defineComponent({
|
|
|
2200
2200
|
return { symbolId, prefixCls: prefixCls2, getStyle: getStyle2 };
|
|
2201
2201
|
}
|
|
2202
2202
|
});
|
|
2203
|
-
const
|
|
2203
|
+
const SvgIcon_vue_vue_type_style_index_0_scoped_905fa4a6_lang = "";
|
|
2204
2204
|
const _hoisted_1$o = ["xlink:href"];
|
|
2205
2205
|
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2206
2206
|
return openBlock(), createElementBlock("svg", {
|
|
@@ -2211,7 +2211,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2211
2211
|
createElementVNode("use", { "xlink:href": _ctx.symbolId }, null, 8, _hoisted_1$o)
|
|
2212
2212
|
], 6);
|
|
2213
2213
|
}
|
|
2214
|
-
const SvgIcon = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$B], ["__scopeId", "data-v-
|
|
2214
|
+
const SvgIcon = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$B], ["__scopeId", "data-v-905fa4a6"]]);
|
|
2215
2215
|
const SVG_END_WITH_FLAG = "|svg";
|
|
2216
2216
|
const _sfc_main$Z = defineComponent({
|
|
2217
2217
|
name: "Icon",
|
|
@@ -4136,45 +4136,56 @@ const isString$2 = (val) => typeof val === "string";
|
|
|
4136
4136
|
const clamp$1 = (n2, min, max) => Math.min(max, Math.max(min, n2));
|
|
4137
4137
|
const noop$5 = () => {
|
|
4138
4138
|
};
|
|
4139
|
-
isClient && ((_a = window == null ? void 0 : window.navigator) == null ? void 0 : _a.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
4139
|
+
const isIOS = isClient && ((_a = window == null ? void 0 : window.navigator) == null ? void 0 : _a.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
4140
4140
|
function resolveUnref(r2) {
|
|
4141
4141
|
return typeof r2 === "function" ? r2() : unref(r2);
|
|
4142
4142
|
}
|
|
4143
4143
|
function createFilterWrapper$1(filter2, fn) {
|
|
4144
4144
|
function wrapper(...args) {
|
|
4145
|
-
|
|
4145
|
+
return new Promise((resolve, reject) => {
|
|
4146
|
+
Promise.resolve(filter2(() => fn.apply(this, args), { fn, thisArg: this, args })).then(resolve).catch(reject);
|
|
4147
|
+
});
|
|
4146
4148
|
}
|
|
4147
4149
|
return wrapper;
|
|
4148
4150
|
}
|
|
4149
4151
|
function debounceFilter$1(ms, options = {}) {
|
|
4150
4152
|
let timer;
|
|
4151
4153
|
let maxTimer;
|
|
4154
|
+
let lastRejector = noop$5;
|
|
4155
|
+
const _clearTimeout = (timer2) => {
|
|
4156
|
+
clearTimeout(timer2);
|
|
4157
|
+
lastRejector();
|
|
4158
|
+
lastRejector = noop$5;
|
|
4159
|
+
};
|
|
4152
4160
|
const filter2 = (invoke) => {
|
|
4153
4161
|
const duration = resolveUnref(ms);
|
|
4154
4162
|
const maxDuration = resolveUnref(options.maxWait);
|
|
4155
4163
|
if (timer)
|
|
4156
|
-
|
|
4164
|
+
_clearTimeout(timer);
|
|
4157
4165
|
if (duration <= 0 || maxDuration !== void 0 && maxDuration <= 0) {
|
|
4158
4166
|
if (maxTimer) {
|
|
4159
|
-
|
|
4167
|
+
_clearTimeout(maxTimer);
|
|
4160
4168
|
maxTimer = null;
|
|
4161
4169
|
}
|
|
4162
|
-
return invoke();
|
|
4170
|
+
return Promise.resolve(invoke());
|
|
4163
4171
|
}
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4172
|
+
return new Promise((resolve, reject) => {
|
|
4173
|
+
lastRejector = options.rejectOnCancel ? reject : resolve;
|
|
4174
|
+
if (maxDuration && !maxTimer) {
|
|
4175
|
+
maxTimer = setTimeout(() => {
|
|
4176
|
+
if (timer)
|
|
4177
|
+
_clearTimeout(timer);
|
|
4178
|
+
maxTimer = null;
|
|
4179
|
+
resolve(invoke());
|
|
4180
|
+
}, maxDuration);
|
|
4181
|
+
}
|
|
4182
|
+
timer = setTimeout(() => {
|
|
4183
|
+
if (maxTimer)
|
|
4184
|
+
_clearTimeout(maxTimer);
|
|
4168
4185
|
maxTimer = null;
|
|
4169
|
-
invoke();
|
|
4170
|
-
},
|
|
4171
|
-
}
|
|
4172
|
-
timer = setTimeout(() => {
|
|
4173
|
-
if (maxTimer)
|
|
4174
|
-
clearTimeout(maxTimer);
|
|
4175
|
-
maxTimer = null;
|
|
4176
|
-
invoke();
|
|
4177
|
-
}, duration);
|
|
4186
|
+
resolve(invoke());
|
|
4187
|
+
}, duration);
|
|
4188
|
+
});
|
|
4178
4189
|
};
|
|
4179
4190
|
return filter2;
|
|
4180
4191
|
}
|
|
@@ -4235,7 +4246,7 @@ function useTimeoutFn$1(cb, interval, options = {}) {
|
|
|
4235
4246
|
}
|
|
4236
4247
|
tryOnScopeDispose(stop);
|
|
4237
4248
|
return {
|
|
4238
|
-
isPending,
|
|
4249
|
+
isPending: readonly(isPending),
|
|
4239
4250
|
start,
|
|
4240
4251
|
stop
|
|
4241
4252
|
};
|
|
@@ -4269,16 +4280,16 @@ function useEventListener(...args) {
|
|
|
4269
4280
|
cleanups.forEach((fn) => fn());
|
|
4270
4281
|
cleanups.length = 0;
|
|
4271
4282
|
};
|
|
4272
|
-
const register2 = (el, event, listener) => {
|
|
4273
|
-
el.addEventListener(event, listener,
|
|
4274
|
-
return () => el.removeEventListener(event, listener,
|
|
4283
|
+
const register2 = (el, event, listener, options2) => {
|
|
4284
|
+
el.addEventListener(event, listener, options2);
|
|
4285
|
+
return () => el.removeEventListener(event, listener, options2);
|
|
4275
4286
|
};
|
|
4276
|
-
const stopWatch = watch(() => unrefElement(target), (el) => {
|
|
4287
|
+
const stopWatch = watch(() => [unrefElement(target), resolveUnref(options)], ([el, options2]) => {
|
|
4277
4288
|
cleanup2();
|
|
4278
4289
|
if (!el)
|
|
4279
4290
|
return;
|
|
4280
4291
|
cleanups.push(...events2.flatMap((event) => {
|
|
4281
|
-
return listeners.map((listener) => register2(el, event, listener));
|
|
4292
|
+
return listeners.map((listener) => register2(el, event, listener, options2));
|
|
4282
4293
|
}));
|
|
4283
4294
|
}, { immediate: true, flush: "post" });
|
|
4284
4295
|
const stop = () => {
|
|
@@ -4288,29 +4299,38 @@ function useEventListener(...args) {
|
|
|
4288
4299
|
tryOnScopeDispose(stop);
|
|
4289
4300
|
return stop;
|
|
4290
4301
|
}
|
|
4302
|
+
let _iOSWorkaround = false;
|
|
4291
4303
|
function onClickOutside(target, handler, options = {}) {
|
|
4292
|
-
const { window: window2 = defaultWindow, ignore, capture = true, detectIframe = false } = options;
|
|
4304
|
+
const { window: window2 = defaultWindow, ignore = [], capture = true, detectIframe = false } = options;
|
|
4293
4305
|
if (!window2)
|
|
4294
4306
|
return;
|
|
4307
|
+
if (isIOS && !_iOSWorkaround) {
|
|
4308
|
+
_iOSWorkaround = true;
|
|
4309
|
+
Array.from(window2.document.body.children).forEach((el) => el.addEventListener("click", noop$5));
|
|
4310
|
+
}
|
|
4295
4311
|
let shouldListen = true;
|
|
4296
|
-
|
|
4312
|
+
const shouldIgnore = (event) => {
|
|
4313
|
+
return ignore.some((target2) => {
|
|
4314
|
+
if (typeof target2 === "string") {
|
|
4315
|
+
return Array.from(window2.document.querySelectorAll(target2)).some((el) => el === event.target || event.composedPath().includes(el));
|
|
4316
|
+
} else {
|
|
4317
|
+
const el = unrefElement(target2);
|
|
4318
|
+
return el && (event.target === el || event.composedPath().includes(el));
|
|
4319
|
+
}
|
|
4320
|
+
});
|
|
4321
|
+
};
|
|
4297
4322
|
const listener = (event) => {
|
|
4298
|
-
window2.clearTimeout(fallback);
|
|
4299
4323
|
const el = unrefElement(target);
|
|
4300
4324
|
if (!el || el === event.target || event.composedPath().includes(el))
|
|
4301
4325
|
return;
|
|
4326
|
+
if (event.detail === 0)
|
|
4327
|
+
shouldListen = !shouldIgnore(event);
|
|
4302
4328
|
if (!shouldListen) {
|
|
4303
4329
|
shouldListen = true;
|
|
4304
4330
|
return;
|
|
4305
4331
|
}
|
|
4306
4332
|
handler(event);
|
|
4307
4333
|
};
|
|
4308
|
-
const shouldIgnore = (event) => {
|
|
4309
|
-
return ignore && ignore.some((target2) => {
|
|
4310
|
-
const el = unrefElement(target2);
|
|
4311
|
-
return el && (event.target === el || event.composedPath().includes(el));
|
|
4312
|
-
});
|
|
4313
|
-
};
|
|
4314
4334
|
const cleanup2 = [
|
|
4315
4335
|
useEventListener(window2, "click", listener, { passive: true, capture }),
|
|
4316
4336
|
useEventListener(window2, "pointerdown", (e2) => {
|
|
@@ -4318,13 +4338,6 @@ function onClickOutside(target, handler, options = {}) {
|
|
|
4318
4338
|
if (el)
|
|
4319
4339
|
shouldListen = !e2.composedPath().includes(el) && !shouldIgnore(e2);
|
|
4320
4340
|
}, { passive: true }),
|
|
4321
|
-
useEventListener(window2, "pointerup", (e2) => {
|
|
4322
|
-
if (e2.button === 0) {
|
|
4323
|
-
const path = e2.composedPath();
|
|
4324
|
-
e2.composedPath = () => path;
|
|
4325
|
-
fallback = window2.setTimeout(() => listener(e2), 50);
|
|
4326
|
-
}
|
|
4327
|
-
}, { passive: true }),
|
|
4328
4341
|
detectIframe && useEventListener(window2, "blur", (event) => {
|
|
4329
4342
|
var _a2;
|
|
4330
4343
|
const el = unrefElement(target);
|
|
@@ -4351,17 +4364,20 @@ function useRafFn(fn, options = {}) {
|
|
|
4351
4364
|
window: window2 = defaultWindow
|
|
4352
4365
|
} = options;
|
|
4353
4366
|
const isActive = ref(false);
|
|
4367
|
+
let previousFrameTimestamp = 0;
|
|
4354
4368
|
let rafId = null;
|
|
4355
|
-
function loop() {
|
|
4369
|
+
function loop(timestamp) {
|
|
4356
4370
|
if (!isActive.value || !window2)
|
|
4357
4371
|
return;
|
|
4358
|
-
|
|
4372
|
+
const delta = timestamp - previousFrameTimestamp;
|
|
4373
|
+
fn({ delta, timestamp });
|
|
4374
|
+
previousFrameTimestamp = timestamp;
|
|
4359
4375
|
rafId = window2.requestAnimationFrame(loop);
|
|
4360
4376
|
}
|
|
4361
4377
|
function resume() {
|
|
4362
4378
|
if (!isActive.value && window2) {
|
|
4363
4379
|
isActive.value = true;
|
|
4364
|
-
loop
|
|
4380
|
+
rafId = window2.requestAnimationFrame(loop);
|
|
4365
4381
|
}
|
|
4366
4382
|
}
|
|
4367
4383
|
function pause() {
|
|
@@ -4375,7 +4391,7 @@ function useRafFn(fn, options = {}) {
|
|
|
4375
4391
|
resume();
|
|
4376
4392
|
tryOnScopeDispose(pause);
|
|
4377
4393
|
return {
|
|
4378
|
-
isActive,
|
|
4394
|
+
isActive: readonly(isActive),
|
|
4379
4395
|
pause,
|
|
4380
4396
|
resume
|
|
4381
4397
|
};
|
|
@@ -4479,17 +4495,17 @@ function useFullscreen(target, options = {}) {
|
|
|
4479
4495
|
toggle
|
|
4480
4496
|
};
|
|
4481
4497
|
}
|
|
4482
|
-
var __getOwnPropSymbols$
|
|
4483
|
-
var __hasOwnProp$
|
|
4484
|
-
var __propIsEnum$
|
|
4498
|
+
var __getOwnPropSymbols$8 = Object.getOwnPropertySymbols;
|
|
4499
|
+
var __hasOwnProp$8 = Object.prototype.hasOwnProperty;
|
|
4500
|
+
var __propIsEnum$8 = Object.prototype.propertyIsEnumerable;
|
|
4485
4501
|
var __objRest$1 = (source, exclude) => {
|
|
4486
4502
|
var target = {};
|
|
4487
4503
|
for (var prop in source)
|
|
4488
|
-
if (__hasOwnProp$
|
|
4504
|
+
if (__hasOwnProp$8.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
4489
4505
|
target[prop] = source[prop];
|
|
4490
|
-
if (source != null && __getOwnPropSymbols$
|
|
4491
|
-
for (var prop of __getOwnPropSymbols$
|
|
4492
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
4506
|
+
if (source != null && __getOwnPropSymbols$8)
|
|
4507
|
+
for (var prop of __getOwnPropSymbols$8(source)) {
|
|
4508
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$8.call(source, prop))
|
|
4493
4509
|
target[prop] = source[prop];
|
|
4494
4510
|
}
|
|
4495
4511
|
return target;
|
|
@@ -4882,8 +4898,8 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
4882
4898
|
};
|
|
4883
4899
|
}
|
|
4884
4900
|
});
|
|
4885
|
-
const
|
|
4886
|
-
const BasicArrow = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-
|
|
4901
|
+
const BasicArrow_vue_vue_type_style_index_0_scoped_fea26917_lang = "";
|
|
4902
|
+
const BasicArrow = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-fea26917"]]);
|
|
4887
4903
|
function bound01$1(n2, max) {
|
|
4888
4904
|
if (isOnePointZero$1(n2)) {
|
|
4889
4905
|
n2 = "100%";
|
|
@@ -7435,8 +7451,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
7435
7451
|
};
|
|
7436
7452
|
}
|
|
7437
7453
|
});
|
|
7438
|
-
const
|
|
7439
|
-
const Divider = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-
|
|
7454
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_97cf8edc_lang = "";
|
|
7455
|
+
const Divider = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-97cf8edc"]]);
|
|
7440
7456
|
const props$a = {
|
|
7441
7457
|
prefixCls: { type: String },
|
|
7442
7458
|
helpMessage: {
|
|
@@ -8979,8 +8995,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
8979
8995
|
};
|
|
8980
8996
|
}
|
|
8981
8997
|
});
|
|
8982
|
-
const
|
|
8983
|
-
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-
|
|
8998
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_5cd7267e_lang = "";
|
|
8999
|
+
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-5cd7267e"]]);
|
|
8984
9000
|
const _sfc_main$L = defineComponent({
|
|
8985
9001
|
name: "BasicModalHeader",
|
|
8986
9002
|
components: { BasicTitle },
|
|
@@ -10164,7 +10180,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10164
10180
|
spin: "",
|
|
10165
10181
|
class: "mr-1"
|
|
10166
10182
|
}),
|
|
10167
|
-
createTextVNode(" " + toDisplayString("请等待数据加载完成...")
|
|
10183
|
+
createTextVNode(" " + toDisplayString("请等待数据加载完成..."))
|
|
10168
10184
|
])
|
|
10169
10185
|
]),
|
|
10170
10186
|
key: "1"
|
|
@@ -10581,7 +10597,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10581
10597
|
spin: "",
|
|
10582
10598
|
class: "mr-1"
|
|
10583
10599
|
}),
|
|
10584
|
-
createTextVNode(" " + toDisplayString("请等待数据加载完成...")
|
|
10600
|
+
createTextVNode(" " + toDisplayString("请等待数据加载完成..."))
|
|
10585
10601
|
])
|
|
10586
10602
|
]),
|
|
10587
10603
|
key: "1"
|
|
@@ -10771,7 +10787,7 @@ const _sfc_main$A = defineComponent({
|
|
|
10771
10787
|
};
|
|
10772
10788
|
}
|
|
10773
10789
|
});
|
|
10774
|
-
const
|
|
10790
|
+
const StrengthMeter_vue_vue_type_style_index_0_scoped_678d40fd_lang = "";
|
|
10775
10791
|
const _hoisted_1$i = ["data-score"];
|
|
10776
10792
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10777
10793
|
const _component_InputPassword = resolveComponent("InputPassword");
|
|
@@ -10803,7 +10819,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10803
10819
|
], 2)
|
|
10804
10820
|
], 2);
|
|
10805
10821
|
}
|
|
10806
|
-
const StrengthMeter = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$g], ["__scopeId", "data-v-
|
|
10822
|
+
const StrengthMeter = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$g], ["__scopeId", "data-v-678d40fd"]]);
|
|
10807
10823
|
function useCountdown(count) {
|
|
10808
10824
|
const currentCount = ref(count);
|
|
10809
10825
|
const isStart = ref(false);
|
|
@@ -12751,19 +12767,13 @@ function toPropertyKey(t2) {
|
|
|
12751
12767
|
var i2 = toPrimitive(t2, "string");
|
|
12752
12768
|
return "symbol" == _typeof$3(i2) ? i2 : i2 + "";
|
|
12753
12769
|
}
|
|
12754
|
-
function _defineProperty$a(
|
|
12755
|
-
|
|
12756
|
-
|
|
12757
|
-
|
|
12758
|
-
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
writable: true
|
|
12762
|
-
});
|
|
12763
|
-
} else {
|
|
12764
|
-
obj[key2] = value;
|
|
12765
|
-
}
|
|
12766
|
-
return obj;
|
|
12770
|
+
function _defineProperty$a(e2, r2, t2) {
|
|
12771
|
+
return (r2 = toPropertyKey(r2)) in e2 ? Object.defineProperty(e2, r2, {
|
|
12772
|
+
value: t2,
|
|
12773
|
+
enumerable: true,
|
|
12774
|
+
configurable: true,
|
|
12775
|
+
writable: true
|
|
12776
|
+
}) : e2[r2] = t2, e2;
|
|
12767
12777
|
}
|
|
12768
12778
|
function ownKeys$2(e2, r2) {
|
|
12769
12779
|
var t2 = Object.keys(e2);
|
|
@@ -12787,18 +12797,14 @@ function _objectSpread2$2(e2) {
|
|
|
12787
12797
|
return e2;
|
|
12788
12798
|
}
|
|
12789
12799
|
function _extends$1() {
|
|
12790
|
-
_extends$1 = Object.assign ? Object.assign.bind() : function(
|
|
12791
|
-
for (var
|
|
12792
|
-
var
|
|
12793
|
-
for (var
|
|
12794
|
-
|
|
12795
|
-
target[key2] = source[key2];
|
|
12796
|
-
}
|
|
12797
|
-
}
|
|
12800
|
+
return _extends$1 = Object.assign ? Object.assign.bind() : function(n2) {
|
|
12801
|
+
for (var e2 = 1; e2 < arguments.length; e2++) {
|
|
12802
|
+
var t2 = arguments[e2];
|
|
12803
|
+
for (var r2 in t2)
|
|
12804
|
+
({}).hasOwnProperty.call(t2, r2) && (n2[r2] = t2[r2]);
|
|
12798
12805
|
}
|
|
12799
|
-
return
|
|
12800
|
-
};
|
|
12801
|
-
return _extends$1.apply(this, arguments);
|
|
12806
|
+
return n2;
|
|
12807
|
+
}, _extends$1.apply(null, arguments);
|
|
12802
12808
|
}
|
|
12803
12809
|
function e$1(e2, t2) {
|
|
12804
12810
|
for (var n2 = 0; n2 < t2.length; n2++) {
|
|
@@ -14848,6 +14854,8 @@ function parse(value, root2, parent2, rule, rules2, rulesets, pseudo, points, de
|
|
|
14848
14854
|
case 42:
|
|
14849
14855
|
case 47:
|
|
14850
14856
|
append(comment(commenter(next(), caret()), root2, parent2, declarations), declarations);
|
|
14857
|
+
if ((token(previous || 1) == 5 || token(peek() || 1) == 5) && strlen(characters2) && substr(characters2, -1, void 0) !== " ")
|
|
14858
|
+
characters2 += " ";
|
|
14851
14859
|
break;
|
|
14852
14860
|
default:
|
|
14853
14861
|
characters2 += "/";
|
|
@@ -14865,7 +14873,7 @@ function parse(value, root2, parent2, rule, rules2, rulesets, pseudo, points, de
|
|
|
14865
14873
|
case 59 + offset2:
|
|
14866
14874
|
if (ampersand == -1)
|
|
14867
14875
|
characters2 = replace(characters2, /\f/g, "");
|
|
14868
|
-
if (property2 > 0 && strlen(characters2) - length2)
|
|
14876
|
+
if (property2 > 0 && (strlen(characters2) - length2 || variable === 0 && previous === 47))
|
|
14869
14877
|
append(property2 > 32 ? declaration(characters2 + ";", rule, parent2, length2 - 1, declarations) : declaration(replace(characters2, " ", "") + ";", rule, parent2, length2 - 2, declarations), declarations);
|
|
14870
14878
|
break;
|
|
14871
14879
|
case 59:
|
|
@@ -15290,7 +15298,7 @@ class Keyframe {
|
|
|
15290
15298
|
}
|
|
15291
15299
|
}
|
|
15292
15300
|
const Keyframes = Keyframe;
|
|
15293
|
-
const version = "4.
|
|
15301
|
+
const version = "4.2.5";
|
|
15294
15302
|
const PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"];
|
|
15295
15303
|
const genControlHeight = (token2) => {
|
|
15296
15304
|
const {
|
|
@@ -16891,8 +16899,6 @@ var __rest$1 = globalThis && globalThis.__rest || function(s2, e2) {
|
|
|
16891
16899
|
}
|
|
16892
16900
|
return t2;
|
|
16893
16901
|
};
|
|
16894
|
-
const defaultEmptyImg = createVNode(DefaultEmptyImg, null, null);
|
|
16895
|
-
const simpleEmptyImg = createVNode(SimpleEmptyImg, null, null);
|
|
16896
16902
|
const emptyProps = () => ({
|
|
16897
16903
|
prefixCls: String,
|
|
16898
16904
|
imageStyle: objectType(),
|
|
@@ -16920,11 +16926,13 @@ const Empty = defineComponent({
|
|
|
16920
16926
|
var _a2, _b;
|
|
16921
16927
|
const prefixCls2 = prefixClsRef.value;
|
|
16922
16928
|
const _c = _extends$1(_extends$1({}, props2), attrs), {
|
|
16923
|
-
image = ((_a2 = slots.image) === null || _a2 === void 0 ? void 0 : _a2.call(slots)) ||
|
|
16929
|
+
image: mergedImage = ((_a2 = slots.image) === null || _a2 === void 0 ? void 0 : _a2.call(slots)) || h$1(DefaultEmptyImg),
|
|
16924
16930
|
description = ((_b = slots.description) === null || _b === void 0 ? void 0 : _b.call(slots)) || void 0,
|
|
16925
16931
|
imageStyle,
|
|
16926
16932
|
class: className = ""
|
|
16927
16933
|
} = _c, restProps = __rest$1(_c, ["image", "description", "imageStyle", "class"]);
|
|
16934
|
+
const image = typeof mergedImage === "function" ? mergedImage() : mergedImage;
|
|
16935
|
+
const isNormal = typeof image === "object" && "type" in image && image.type.PRESENTED_IMAGE_SIMPLE;
|
|
16928
16936
|
return wrapSSR(createVNode(LocaleReceiver, {
|
|
16929
16937
|
"componentName": "Empty",
|
|
16930
16938
|
"children": (locale2) => {
|
|
@@ -16941,7 +16949,7 @@ const Empty = defineComponent({
|
|
|
16941
16949
|
}
|
|
16942
16950
|
return createVNode("div", _objectSpread2$2({
|
|
16943
16951
|
"class": classNames(prefixCls2, className, hashId.value, {
|
|
16944
|
-
[`${prefixCls2}-normal`]:
|
|
16952
|
+
[`${prefixCls2}-normal`]: isNormal,
|
|
16945
16953
|
[`${prefixCls2}-rtl`]: direction.value === "rtl"
|
|
16946
16954
|
})
|
|
16947
16955
|
}, restProps), [createVNode("div", {
|
|
@@ -16957,8 +16965,8 @@ const Empty = defineComponent({
|
|
|
16957
16965
|
};
|
|
16958
16966
|
}
|
|
16959
16967
|
});
|
|
16960
|
-
Empty.PRESENTED_IMAGE_DEFAULT =
|
|
16961
|
-
Empty.PRESENTED_IMAGE_SIMPLE =
|
|
16968
|
+
Empty.PRESENTED_IMAGE_DEFAULT = () => h$1(DefaultEmptyImg);
|
|
16969
|
+
Empty.PRESENTED_IMAGE_SIMPLE = () => h$1(SimpleEmptyImg);
|
|
16962
16970
|
const Empty$1 = withInstall$6(Empty);
|
|
16963
16971
|
const DefaultRenderEmpty = (props2) => {
|
|
16964
16972
|
const {
|
|
@@ -17151,6 +17159,9 @@ const genGridRowStyle = (token2) => {
|
|
|
17151
17159
|
"&-space-around ": {
|
|
17152
17160
|
justifyContent: "space-around"
|
|
17153
17161
|
},
|
|
17162
|
+
"&-space-evenly ": {
|
|
17163
|
+
justifyContent: "space-evenly"
|
|
17164
|
+
},
|
|
17154
17165
|
// Align at the top
|
|
17155
17166
|
"&-top": {
|
|
17156
17167
|
alignItems: "flex-start"
|
|
@@ -18965,6 +18976,7 @@ const triggerProps = () => ({
|
|
|
18965
18976
|
onPopupVisibleChange: Function,
|
|
18966
18977
|
afterPopupVisibleChange: PropTypes$1.func.def(noop$2),
|
|
18967
18978
|
popup: PropTypes$1.any,
|
|
18979
|
+
arrow: PropTypes$1.bool.def(true),
|
|
18968
18980
|
popupStyle: {
|
|
18969
18981
|
type: Object,
|
|
18970
18982
|
default: void 0
|
|
@@ -19092,6 +19104,10 @@ const innerProps = {
|
|
|
19092
19104
|
zIndex: Number,
|
|
19093
19105
|
destroyPopupOnHide: Boolean,
|
|
19094
19106
|
forceRender: Boolean,
|
|
19107
|
+
arrow: {
|
|
19108
|
+
type: Boolean,
|
|
19109
|
+
default: true
|
|
19110
|
+
},
|
|
19095
19111
|
// Legacy Motion
|
|
19096
19112
|
animation: [String, Object],
|
|
19097
19113
|
transitionName: String,
|
|
@@ -21270,7 +21286,7 @@ const PopupInner = defineComponent({
|
|
|
21270
21286
|
"class": `${prefixCls2}-content`
|
|
21271
21287
|
}, [childNode]);
|
|
21272
21288
|
}
|
|
21273
|
-
const mergedClassName = classNames(prefixCls2, attrs.class, alignedClassName.value);
|
|
21289
|
+
const mergedClassName = classNames(prefixCls2, attrs.class, alignedClassName.value, !props2.arrow && `${prefixCls2}-arrow-hidden`);
|
|
21274
21290
|
const hasAnimate = visible.value || !props2.visible;
|
|
21275
21291
|
const transitionProps = hasAnimate ? getTransitionProps(motion.value.name, motion.value) : {};
|
|
21276
21292
|
return createVNode(Transition, _objectSpread2$2(_objectSpread2$2({
|
|
@@ -22084,6 +22100,7 @@ const Trigger = defineComponent({
|
|
|
22084
22100
|
stretch,
|
|
22085
22101
|
alignPoint: alignPoint2,
|
|
22086
22102
|
mobile,
|
|
22103
|
+
arrow,
|
|
22087
22104
|
forceRender
|
|
22088
22105
|
} = this.$props;
|
|
22089
22106
|
const {
|
|
@@ -22092,6 +22109,7 @@ const Trigger = defineComponent({
|
|
|
22092
22109
|
} = this.$data;
|
|
22093
22110
|
const popupProps2 = _extends$1(_extends$1({
|
|
22094
22111
|
prefixCls: prefixCls2,
|
|
22112
|
+
arrow,
|
|
22095
22113
|
destroyPopupOnHide,
|
|
22096
22114
|
visible: sPopupVisible,
|
|
22097
22115
|
point: alignPoint2 ? point : null,
|
|
@@ -22551,7 +22569,11 @@ const Tooltip$1 = defineComponent({
|
|
|
22551
22569
|
default: void 0
|
|
22552
22570
|
},
|
|
22553
22571
|
onVisibleChange: Function,
|
|
22554
|
-
onPopupAlign: Function
|
|
22572
|
+
onPopupAlign: Function,
|
|
22573
|
+
arrow: {
|
|
22574
|
+
type: Boolean,
|
|
22575
|
+
default: true
|
|
22576
|
+
}
|
|
22555
22577
|
},
|
|
22556
22578
|
setup(props2, _ref) {
|
|
22557
22579
|
let {
|
|
@@ -22566,10 +22588,10 @@ const Tooltip$1 = defineComponent({
|
|
|
22566
22588
|
tipId,
|
|
22567
22589
|
overlayInnerStyle
|
|
22568
22590
|
} = props2;
|
|
22569
|
-
return [createVNode("div", {
|
|
22591
|
+
return [!!props2.arrow ? createVNode("div", {
|
|
22570
22592
|
"class": `${prefixCls2}-arrow`,
|
|
22571
22593
|
"key": "arrow"
|
|
22572
|
-
}, [getPropsSlot(slots, props2, "arrowContent")]), createVNode(Content, {
|
|
22594
|
+
}, [getPropsSlot(slots, props2, "arrowContent")]) : null, createVNode(Content, {
|
|
22573
22595
|
"key": "content",
|
|
22574
22596
|
"prefixCls": prefixCls2,
|
|
22575
22597
|
"id": tipId,
|
|
@@ -22645,6 +22667,7 @@ const Tooltip$1 = defineComponent({
|
|
|
22645
22667
|
onPopupVisibleChange: props2.onVisibleChange || noop$1,
|
|
22646
22668
|
onPopupAlign: props2.onPopupAlign || noop$1,
|
|
22647
22669
|
ref: triggerDOM,
|
|
22670
|
+
arrow: !!props2.arrow,
|
|
22648
22671
|
popup: getPopupElement()
|
|
22649
22672
|
});
|
|
22650
22673
|
return createVNode(Trigger, triggerProps2, {
|
|
@@ -22675,10 +22698,15 @@ const abstractTooltipProps = () => ({
|
|
|
22675
22698
|
mouseEnterDelay: Number,
|
|
22676
22699
|
mouseLeaveDelay: Number,
|
|
22677
22700
|
getPopupContainer: Function,
|
|
22701
|
+
/**@deprecated Please use `arrow={{ pointAtCenter: true }}` instead. */
|
|
22678
22702
|
arrowPointAtCenter: {
|
|
22679
22703
|
type: Boolean,
|
|
22680
22704
|
default: void 0
|
|
22681
22705
|
},
|
|
22706
|
+
arrow: {
|
|
22707
|
+
type: [Boolean, Object],
|
|
22708
|
+
default: true
|
|
22709
|
+
},
|
|
22682
22710
|
autoAdjustOverflow: {
|
|
22683
22711
|
type: [Boolean, Object],
|
|
22684
22712
|
default: void 0
|
|
@@ -23203,22 +23231,22 @@ function getArrowStyle(token2, options) {
|
|
|
23203
23231
|
// =========================== Offset ============================
|
|
23204
23232
|
// Offset the popover to account for the dropdown arrow
|
|
23205
23233
|
// >>>>> Top
|
|
23206
|
-
[connectArrowCls([`&-placement-topLeft`, `&-placement-top`, `&-placement-topRight`], showArrowCls)]: {
|
|
23234
|
+
[connectArrowCls([`&-placement-topLeft`, `&-placement-top`, `&-placement-topRight`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23207
23235
|
paddingBottom: dropdownArrowDistance
|
|
23208
23236
|
},
|
|
23209
23237
|
// >>>>> Bottom
|
|
23210
|
-
[connectArrowCls([`&-placement-bottomLeft`, `&-placement-bottom`, `&-placement-bottomRight`], showArrowCls)]: {
|
|
23238
|
+
[connectArrowCls([`&-placement-bottomLeft`, `&-placement-bottom`, `&-placement-bottomRight`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23211
23239
|
paddingTop: dropdownArrowDistance
|
|
23212
23240
|
},
|
|
23213
23241
|
// >>>>> Left
|
|
23214
|
-
[connectArrowCls([`&-placement-leftTop`, `&-placement-left`, `&-placement-leftBottom`], showArrowCls)]: {
|
|
23242
|
+
[connectArrowCls([`&-placement-leftTop`, `&-placement-left`, `&-placement-leftBottom`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23215
23243
|
paddingRight: {
|
|
23216
23244
|
_skip_check_: true,
|
|
23217
23245
|
value: dropdownArrowDistance
|
|
23218
23246
|
}
|
|
23219
23247
|
},
|
|
23220
23248
|
// >>>>> Right
|
|
23221
|
-
[connectArrowCls([`&-placement-rightTop`, `&-placement-right`, `&-placement-rightBottom`], showArrowCls)]: {
|
|
23249
|
+
[connectArrowCls([`&-placement-rightTop`, `&-placement-right`, `&-placement-rightBottom`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23222
23250
|
paddingLeft: {
|
|
23223
23251
|
_skip_check_: true,
|
|
23224
23252
|
value: dropdownArrowDistance
|
|
@@ -23447,13 +23475,19 @@ const ToolTip = defineComponent({
|
|
|
23447
23475
|
}
|
|
23448
23476
|
});
|
|
23449
23477
|
const tooltipPlacements = computed(() => {
|
|
23478
|
+
var _a2;
|
|
23450
23479
|
const {
|
|
23451
23480
|
builtinPlacements,
|
|
23452
|
-
|
|
23453
|
-
|
|
23481
|
+
autoAdjustOverflow: autoAdjustOverflow2,
|
|
23482
|
+
arrow,
|
|
23483
|
+
arrowPointAtCenter
|
|
23454
23484
|
} = props2;
|
|
23485
|
+
let mergedArrowPointAtCenter = arrowPointAtCenter;
|
|
23486
|
+
if (typeof arrow === "object") {
|
|
23487
|
+
mergedArrowPointAtCenter = (_a2 = arrow.pointAtCenter) !== null && _a2 !== void 0 ? _a2 : arrowPointAtCenter;
|
|
23488
|
+
}
|
|
23455
23489
|
return builtinPlacements || getPlacements({
|
|
23456
|
-
arrowPointAtCenter,
|
|
23490
|
+
arrowPointAtCenter: mergedArrowPointAtCenter,
|
|
23457
23491
|
autoAdjustOverflow: autoAdjustOverflow2
|
|
23458
23492
|
});
|
|
23459
23493
|
});
|
|
@@ -23550,6 +23584,7 @@ const ToolTip = defineComponent({
|
|
|
23550
23584
|
const arrowContentStyle = colorInfo.value.arrowStyle;
|
|
23551
23585
|
const vcTooltipProps = _extends$1(_extends$1(_extends$1({}, attrs), props2), {
|
|
23552
23586
|
prefixCls: prefixCls2.value,
|
|
23587
|
+
arrow: !!props2.arrow,
|
|
23553
23588
|
getPopupContainer: getPopupContainer2 === null || getPopupContainer2 === void 0 ? void 0 : getPopupContainer2.value,
|
|
23554
23589
|
builtinPlacements: tooltipPlacements.value,
|
|
23555
23590
|
visible: tempVisible,
|
|
@@ -24848,7 +24883,7 @@ const FormItem$1 = defineComponent({
|
|
|
24848
24883
|
"class": [itemClassName.value, withHelp ? `${prefixCls2.value}-item-with-help` : "", attrs.class],
|
|
24849
24884
|
"ref": itemRef
|
|
24850
24885
|
}, [createVNode(Row, _objectSpread2$2(_objectSpread2$2({}, attrs), {}, {
|
|
24851
|
-
"class": `${prefixCls2.value}-row`,
|
|
24886
|
+
"class": `${prefixCls2.value}-item-row`,
|
|
24852
24887
|
"key": "row"
|
|
24853
24888
|
}), {
|
|
24854
24889
|
default: () => {
|
|
@@ -25147,11 +25182,11 @@ function useForm(modelRef) {
|
|
|
25147
25182
|
return Promise.reject([]);
|
|
25148
25183
|
}).catch((results) => {
|
|
25149
25184
|
const errorList = results.filter((result) => result && result.errors.length);
|
|
25150
|
-
return Promise.reject({
|
|
25185
|
+
return errorList.length ? Promise.reject({
|
|
25151
25186
|
values,
|
|
25152
25187
|
errorFields: errorList,
|
|
25153
25188
|
outOfDate: lastValidatePromise !== summaryPromise
|
|
25154
|
-
});
|
|
25189
|
+
}) : Promise.resolve(values);
|
|
25155
25190
|
});
|
|
25156
25191
|
returnPromise.catch((e2) => e2);
|
|
25157
25192
|
return returnPromise;
|
|
@@ -25664,6 +25699,7 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
25664
25699
|
const getSchema = computed(() => {
|
|
25665
25700
|
const treeExpandField = (schemas2) => {
|
|
25666
25701
|
return schemas2.map((schema) => {
|
|
25702
|
+
var _a2, _b;
|
|
25667
25703
|
const {
|
|
25668
25704
|
defaultValue,
|
|
25669
25705
|
component,
|
|
@@ -25707,7 +25743,7 @@ const ShyForm = /* @__PURE__ */ defineComponent({
|
|
|
25707
25743
|
schema.defaultValue = def;
|
|
25708
25744
|
}
|
|
25709
25745
|
}
|
|
25710
|
-
if (schema.component.includes("Input")) {
|
|
25746
|
+
if ((_b = (_a2 = schema == null ? void 0 : schema.component) == null ? void 0 : _a2.includes) == null ? void 0 : _b.call(_a2, "Input")) {
|
|
25711
25747
|
schema.defaultValue = schema.defaultValue || "";
|
|
25712
25748
|
}
|
|
25713
25749
|
if (schema.component === "Table") {
|
|
@@ -26308,8 +26344,13 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
26308
26344
|
};
|
|
26309
26345
|
}
|
|
26310
26346
|
});
|
|
26311
|
-
|
|
26312
|
-
|
|
26347
|
+
/**
|
|
26348
|
+
* @vue/shared v3.5.12
|
|
26349
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
26350
|
+
* @license MIT
|
|
26351
|
+
**/
|
|
26352
|
+
!!(process.env.NODE_ENV !== "production") ? Object.freeze({}) : {};
|
|
26353
|
+
!!(process.env.NODE_ENV !== "production") ? Object.freeze([]) : [];
|
|
26313
26354
|
const isString = (val) => typeof val === "string";
|
|
26314
26355
|
const TreeIcon = ({
|
|
26315
26356
|
icon
|
|
@@ -27371,8 +27412,8 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
27371
27412
|
};
|
|
27372
27413
|
}
|
|
27373
27414
|
});
|
|
27374
|
-
const
|
|
27375
|
-
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
27415
|
+
const Modal_vue_vue_type_style_index_0_scoped_0ca4fd85_lang = "";
|
|
27416
|
+
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-0ca4fd85"]]);
|
|
27376
27417
|
const _hoisted_1$f = { class: "api-modal-select" };
|
|
27377
27418
|
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
27378
27419
|
__name: "ApiModalSelect",
|
|
@@ -27520,8 +27561,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
27520
27561
|
};
|
|
27521
27562
|
}
|
|
27522
27563
|
});
|
|
27523
|
-
const
|
|
27524
|
-
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-
|
|
27564
|
+
const ApiModalSelect_vue_vue_type_style_index_0_scoped_45845a8d_lang = "";
|
|
27565
|
+
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-45845a8d"]]);
|
|
27525
27566
|
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
27526
27567
|
__name: "FormWrapper",
|
|
27527
27568
|
props: {
|
|
@@ -31294,12 +31335,15 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
31294
31335
|
return openBlock(), createElementBlock(Fragment, {
|
|
31295
31336
|
key: `${item.event}`
|
|
31296
31337
|
}, [
|
|
31297
|
-
createVNode(unref(AMenuItem), mergeProps(getAttr(item.event), {
|
|
31338
|
+
createVNode(unref(AMenuItem), mergeProps({ ref_for: true }, getAttr(item.event), {
|
|
31298
31339
|
onClick: ($event) => handleClickMenu(item),
|
|
31299
31340
|
disabled: item.disabled
|
|
31300
31341
|
}), {
|
|
31301
31342
|
default: withCtx(() => [
|
|
31302
|
-
__props.popconfirm && item.popConfirm ? (openBlock(), createBlock(unref(APopconfirm),
|
|
31343
|
+
__props.popconfirm && item.popConfirm ? (openBlock(), createBlock(unref(APopconfirm), mergeProps({
|
|
31344
|
+
key: 0,
|
|
31345
|
+
ref_for: true
|
|
31346
|
+
}, getPopConfirmAttrs.value(item.popConfirm)), createSlots({
|
|
31303
31347
|
default: withCtx(() => [
|
|
31304
31348
|
createElementVNode("div", null, [
|
|
31305
31349
|
item.icon ? (openBlock(), createBlock(unref(Icon$2), {
|
|
@@ -31896,6 +31940,10 @@ withInstall$5(ShyTable);
|
|
|
31896
31940
|
const formTable = "";
|
|
31897
31941
|
const ShyFormTable = /* @__PURE__ */ defineComponent({
|
|
31898
31942
|
props: {
|
|
31943
|
+
isShowIndex: {
|
|
31944
|
+
type: Boolean,
|
|
31945
|
+
default: true
|
|
31946
|
+
},
|
|
31899
31947
|
rowKey: {
|
|
31900
31948
|
type: String,
|
|
31901
31949
|
default: () => "uuid"
|
|
@@ -31998,7 +32046,7 @@ const ShyFormTable = /* @__PURE__ */ defineComponent({
|
|
|
31998
32046
|
align: "left",
|
|
31999
32047
|
fixed: "right"
|
|
32000
32048
|
};
|
|
32001
|
-
return [indexColumn, ...props2.columns.map((item) => ({
|
|
32049
|
+
return [...(props2 == null ? void 0 : props2.isShowIndex) ? [indexColumn] : [], ...props2.columns.map((item) => ({
|
|
32002
32050
|
...item,
|
|
32003
32051
|
type: item.type ? item.type : "input"
|
|
32004
32052
|
})), ...(props2 == null ? void 0 : props2.isShowAction) ? [actionColumn] : []];
|
|
@@ -33883,7 +33931,7 @@ const styles = `.vue-colorful {
|
|
|
33883
33931
|
border-color: transparent;
|
|
33884
33932
|
border-bottom: 12px solid #000;
|
|
33885
33933
|
border-radius: 8px 8px 0 0;
|
|
33886
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
|
|
33934
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
33887
33935
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
33888
33936
|
}
|
|
33889
33937
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -33904,15 +33952,15 @@ const styles = `.vue-colorful {
|
|
|
33904
33952
|
height: 24px;
|
|
33905
33953
|
}
|
|
33906
33954
|
.vue-colorful__hue {
|
|
33907
|
-
background: linear-gradient(
|
|
33908
|
-
to right
|
|
33909
|
-
#f00 0
|
|
33910
|
-
#ff0 17
|
|
33911
|
-
#0f0 33
|
|
33912
|
-
#0ff 50
|
|
33913
|
-
#00f 67
|
|
33914
|
-
#f0f 83
|
|
33915
|
-
#f00 100
|
|
33955
|
+
background: linear-gradient(
|
|
33956
|
+
to right,
|
|
33957
|
+
#f00 0%,
|
|
33958
|
+
#ff0 17%,
|
|
33959
|
+
#0f0 33%,
|
|
33960
|
+
#0ff 50%,
|
|
33961
|
+
#00f 67%,
|
|
33962
|
+
#f0f 83%,
|
|
33963
|
+
#f00 100%
|
|
33916
33964
|
);
|
|
33917
33965
|
}
|
|
33918
33966
|
.vue-colorful__last-control {
|
|
@@ -36693,42 +36741,58 @@ const useDrawerInner = (callbackFn) => {
|
|
|
36693
36741
|
];
|
|
36694
36742
|
};
|
|
36695
36743
|
/*!
|
|
36696
|
-
* Cropper.js v1.
|
|
36744
|
+
* Cropper.js v1.6.2
|
|
36697
36745
|
* https://fengyuanchen.github.io/cropperjs
|
|
36698
36746
|
*
|
|
36699
36747
|
* Copyright 2015-present Chen Fengyuan
|
|
36700
36748
|
* Released under the MIT license
|
|
36701
36749
|
*
|
|
36702
|
-
* Date:
|
|
36750
|
+
* Date: 2024-04-21T07:43:05.335Z
|
|
36703
36751
|
*/
|
|
36704
|
-
function ownKeys(
|
|
36705
|
-
var
|
|
36752
|
+
function ownKeys(e2, r2) {
|
|
36753
|
+
var t2 = Object.keys(e2);
|
|
36706
36754
|
if (Object.getOwnPropertySymbols) {
|
|
36707
|
-
var
|
|
36708
|
-
|
|
36709
|
-
return Object.getOwnPropertyDescriptor(
|
|
36710
|
-
})),
|
|
36755
|
+
var o2 = Object.getOwnPropertySymbols(e2);
|
|
36756
|
+
r2 && (o2 = o2.filter(function(r3) {
|
|
36757
|
+
return Object.getOwnPropertyDescriptor(e2, r3).enumerable;
|
|
36758
|
+
})), t2.push.apply(t2, o2);
|
|
36711
36759
|
}
|
|
36712
|
-
return
|
|
36760
|
+
return t2;
|
|
36713
36761
|
}
|
|
36714
|
-
function _objectSpread2(
|
|
36715
|
-
for (var
|
|
36716
|
-
var
|
|
36717
|
-
|
|
36718
|
-
_defineProperty(
|
|
36719
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
36720
|
-
Object.defineProperty(
|
|
36762
|
+
function _objectSpread2(e2) {
|
|
36763
|
+
for (var r2 = 1; r2 < arguments.length; r2++) {
|
|
36764
|
+
var t2 = null != arguments[r2] ? arguments[r2] : {};
|
|
36765
|
+
r2 % 2 ? ownKeys(Object(t2), true).forEach(function(r3) {
|
|
36766
|
+
_defineProperty(e2, r3, t2[r3]);
|
|
36767
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r3) {
|
|
36768
|
+
Object.defineProperty(e2, r3, Object.getOwnPropertyDescriptor(t2, r3));
|
|
36721
36769
|
});
|
|
36722
36770
|
}
|
|
36723
|
-
return
|
|
36771
|
+
return e2;
|
|
36724
36772
|
}
|
|
36725
|
-
function
|
|
36773
|
+
function _toPrimitive(t2, r2) {
|
|
36774
|
+
if ("object" != typeof t2 || !t2)
|
|
36775
|
+
return t2;
|
|
36776
|
+
var e2 = t2[Symbol.toPrimitive];
|
|
36777
|
+
if (void 0 !== e2) {
|
|
36778
|
+
var i2 = e2.call(t2, r2 || "default");
|
|
36779
|
+
if ("object" != typeof i2)
|
|
36780
|
+
return i2;
|
|
36781
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
36782
|
+
}
|
|
36783
|
+
return ("string" === r2 ? String : Number)(t2);
|
|
36784
|
+
}
|
|
36785
|
+
function _toPropertyKey(t2) {
|
|
36786
|
+
var i2 = _toPrimitive(t2, "string");
|
|
36787
|
+
return "symbol" == typeof i2 ? i2 : i2 + "";
|
|
36788
|
+
}
|
|
36789
|
+
function _typeof(o2) {
|
|
36726
36790
|
"@babel/helpers - typeof";
|
|
36727
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
36728
|
-
return typeof
|
|
36729
|
-
} : function(
|
|
36730
|
-
return
|
|
36731
|
-
}, _typeof(
|
|
36791
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o3) {
|
|
36792
|
+
return typeof o3;
|
|
36793
|
+
} : function(o3) {
|
|
36794
|
+
return o3 && "function" == typeof Symbol && o3.constructor === Symbol && o3 !== Symbol.prototype ? "symbol" : typeof o3;
|
|
36795
|
+
}, _typeof(o2);
|
|
36732
36796
|
}
|
|
36733
36797
|
function _classCallCheck(instance, Constructor) {
|
|
36734
36798
|
if (!(instance instanceof Constructor)) {
|
|
@@ -36742,7 +36806,7 @@ function _defineProperties(target, props2) {
|
|
|
36742
36806
|
descriptor.configurable = true;
|
|
36743
36807
|
if ("value" in descriptor)
|
|
36744
36808
|
descriptor.writable = true;
|
|
36745
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
36809
|
+
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
|
36746
36810
|
}
|
|
36747
36811
|
}
|
|
36748
36812
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
@@ -36756,6 +36820,7 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
36756
36820
|
return Constructor;
|
|
36757
36821
|
}
|
|
36758
36822
|
function _defineProperty(obj, key2, value) {
|
|
36823
|
+
key2 = _toPropertyKey(key2);
|
|
36759
36824
|
if (key2 in obj) {
|
|
36760
36825
|
Object.defineProperty(obj, key2, {
|
|
36761
36826
|
value,
|
|
@@ -38970,7 +39035,7 @@ var methods = {
|
|
|
38970
39035
|
if (!this.cropped) {
|
|
38971
39036
|
return source;
|
|
38972
39037
|
}
|
|
38973
|
-
var _this$getData = this.getData(), initialX = _this$getData.x, initialY = _this$getData.y, initialWidth = _this$getData.width, initialHeight = _this$getData.height;
|
|
39038
|
+
var _this$getData = this.getData(options.rounded), initialX = _this$getData.x, initialY = _this$getData.y, initialWidth = _this$getData.width, initialHeight = _this$getData.height;
|
|
38974
39039
|
var ratio = source.width / Math.floor(canvasData.naturalWidth);
|
|
38975
39040
|
if (ratio !== 1) {
|
|
38976
39041
|
initialX *= ratio;
|
|
@@ -39119,7 +39184,7 @@ var Cropper = /* @__PURE__ */ function() {
|
|
|
39119
39184
|
this.sizing = false;
|
|
39120
39185
|
this.init();
|
|
39121
39186
|
}
|
|
39122
|
-
_createClass(Cropper2, [{
|
|
39187
|
+
return _createClass(Cropper2, [{
|
|
39123
39188
|
key: "init",
|
|
39124
39189
|
value: function init() {
|
|
39125
39190
|
var element = this.element;
|
|
@@ -39411,13 +39476,13 @@ var Cropper = /* @__PURE__ */ function() {
|
|
|
39411
39476
|
assign(DEFAULTS, isPlainObject(options) && options);
|
|
39412
39477
|
}
|
|
39413
39478
|
}]);
|
|
39414
|
-
return Cropper2;
|
|
39415
39479
|
}();
|
|
39416
39480
|
assign(Cropper.prototype, render, preview, events, handlers, change, methods);
|
|
39417
39481
|
const cropper = "";
|
|
39418
39482
|
function toValue(r2) {
|
|
39419
39483
|
return typeof r2 === "function" ? r2() : unref(r2);
|
|
39420
39484
|
}
|
|
39485
|
+
typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
|
|
39421
39486
|
const noop = () => {
|
|
39422
39487
|
};
|
|
39423
39488
|
function createFilterWrapper(filter2, fn) {
|
|
@@ -40242,7 +40307,7 @@ const _sfc_main$8 = defineComponent({
|
|
|
40242
40307
|
}
|
|
40243
40308
|
}
|
|
40244
40309
|
});
|
|
40245
|
-
const
|
|
40310
|
+
const Loading_vue_vue_type_style_index_0_scoped_ee545744_lang = "";
|
|
40246
40311
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
40247
40312
|
const _component_Spin = resolveComponent("Spin");
|
|
40248
40313
|
return withDirectives((openBlock(), createElementBlock("section", {
|
|
@@ -40258,7 +40323,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40258
40323
|
[vShow, _ctx.loading]
|
|
40259
40324
|
]);
|
|
40260
40325
|
}
|
|
40261
|
-
const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$3], ["__scopeId", "data-v-
|
|
40326
|
+
const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$3], ["__scopeId", "data-v-ee545744"]]);
|
|
40262
40327
|
function createLoading(props2, target, wait = false) {
|
|
40263
40328
|
let vm = null;
|
|
40264
40329
|
const data = reactive({
|
|
@@ -40651,28 +40716,35 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
40651
40716
|
key: 0,
|
|
40652
40717
|
column: c2,
|
|
40653
40718
|
onHandleSortChange: handleSortChange
|
|
40654
|
-
}, null, 8, ["column"])) : (openBlock(), createBlock(unref(VxeColumn), mergeProps({
|
|
40719
|
+
}, null, 8, ["column"])) : (openBlock(), createBlock(unref(VxeColumn), mergeProps({
|
|
40720
|
+
key: 1,
|
|
40721
|
+
ref_for: true
|
|
40722
|
+
}, c2, {
|
|
40655
40723
|
"edit-render": (c2 == null ? void 0 : c2.editRender) || void 0
|
|
40656
40724
|
}), {
|
|
40657
40725
|
default: withCtx((config) => [
|
|
40658
|
-
renderSlot(_ctx.$slots, `${_ctx.column.field}-${c2.field}`,
|
|
40726
|
+
renderSlot(_ctx.$slots, `${_ctx.column.field}-${c2.field}`, mergeProps({ ref_for: true }, config), () => {
|
|
40659
40727
|
var _a2, _b, _c, _d, _e;
|
|
40660
40728
|
return [
|
|
40661
40729
|
config.row._isEdit && ((_a2 = _ctx.column) == null ? void 0 : _a2.isEdit) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
40662
40730
|
((_b = c2 == null ? void 0 : c2.editComponentProps) == null ? void 0 : _b.component) === "Switch" ? (openBlock(), createBlock(unref(CellComponent), mergeProps({
|
|
40663
40731
|
key: 0,
|
|
40664
40732
|
checkedValue: 1,
|
|
40665
|
-
unCheckedValue: 0
|
|
40733
|
+
unCheckedValue: 0,
|
|
40734
|
+
ref_for: true
|
|
40666
40735
|
}, (c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40667
40736
|
checked: config.row[c2.field],
|
|
40668
40737
|
"onUpdate:checked": ($event) => config.row[c2.field] = $event
|
|
40669
|
-
}), null, 16, ["checked", "onUpdate:checked"])) : (openBlock(), createBlock(unref(CellComponent), mergeProps({
|
|
40738
|
+
}), null, 16, ["checked", "onUpdate:checked"])) : (openBlock(), createBlock(unref(CellComponent), mergeProps({
|
|
40739
|
+
key: 1,
|
|
40740
|
+
ref_for: true
|
|
40741
|
+
}, (c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40670
40742
|
value: config.row[c2.field],
|
|
40671
40743
|
"onUpdate:value": ($event) => config.row[c2.field] = $event
|
|
40672
40744
|
}), null, 16, ["value", "onUpdate:value"]))
|
|
40673
40745
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
40674
40746
|
(c2 == null ? void 0 : c2.isEdit) && ((_c = c2 == null ? void 0 : c2.editComponentProps) == null ? void 0 : _c.component) === "Select" || ((_d = c2 == null ? void 0 : c2.editComponentProps) == null ? void 0 : _d.component) === "ApiSelect" ? (openBlock(), createElementBlock("span", _hoisted_1$3, [
|
|
40675
|
-
createVNode(unref(CellComponent), mergeProps((c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40747
|
+
createVNode(unref(CellComponent), mergeProps({ ref_for: true }, (c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40676
40748
|
value: config.row[c2.field],
|
|
40677
40749
|
"onUpdate:value": ($event) => config.row[c2.field] = $event,
|
|
40678
40750
|
bordered: false,
|
|
@@ -40688,7 +40760,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
40688
40760
|
})
|
|
40689
40761
|
]),
|
|
40690
40762
|
header: withCtx(() => [
|
|
40691
|
-
renderSlot(_ctx.$slots, `${c2.field}Header`,
|
|
40763
|
+
renderSlot(_ctx.$slots, `${c2.field}Header`, mergeProps({ ref_for: true }, { c: c2 }), () => [
|
|
40692
40764
|
createElementVNode("div", _hoisted_4$2, [
|
|
40693
40765
|
createElementVNode("div", null, toDisplayString(c2.title), 1),
|
|
40694
40766
|
(c2 == null ? void 0 : c2.sortable) ? (openBlock(), createBlock(_sfc_main$6, {
|
|
@@ -41119,32 +41191,39 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
41119
41191
|
return {
|
|
41120
41192
|
name: `${column2.field}-${c2.field}`,
|
|
41121
41193
|
fn: withCtx((config2) => [
|
|
41122
|
-
renderSlot(_ctx.$slots, `${column2.field}-${c2.field}`,
|
|
41194
|
+
renderSlot(_ctx.$slots, `${column2.field}-${c2.field}`, mergeProps({ ref_for: true }, config2))
|
|
41123
41195
|
])
|
|
41124
41196
|
};
|
|
41125
41197
|
})
|
|
41126
|
-
]), 1032, ["column"])) : (openBlock(), createBlock(unref(VxeColumn), mergeProps({
|
|
41198
|
+
]), 1032, ["column"])) : (openBlock(), createBlock(unref(VxeColumn), mergeProps({
|
|
41199
|
+
key: 1,
|
|
41200
|
+
ref_for: true
|
|
41201
|
+
}, column2, {
|
|
41127
41202
|
"edit-render": (column2 == null ? void 0 : column2.editRender) || void 0
|
|
41128
41203
|
}), {
|
|
41129
41204
|
default: withCtx((config2) => [
|
|
41130
|
-
renderSlot(_ctx.$slots, column2.field,
|
|
41205
|
+
renderSlot(_ctx.$slots, column2.field, mergeProps({ ref_for: true }, config2), () => {
|
|
41131
41206
|
var _a3, _b2, _c2, _d2;
|
|
41132
41207
|
return [
|
|
41133
41208
|
config2.row._isEdit && (column2 == null ? void 0 : column2.isEdit) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
41134
41209
|
((_a3 = column2 == null ? void 0 : column2.editComponentProps) == null ? void 0 : _a3.component) === "Switch" ? (openBlock(), createBlock(unref(CellComponent), mergeProps({
|
|
41135
41210
|
key: 0,
|
|
41136
41211
|
checkedValue: 1,
|
|
41137
|
-
unCheckedValue: 0
|
|
41212
|
+
unCheckedValue: 0,
|
|
41213
|
+
ref_for: true
|
|
41138
41214
|
}, (column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41139
41215
|
checked: config2.row[column2.field],
|
|
41140
41216
|
"onUpdate:checked": ($event) => config2.row[column2.field] = $event
|
|
41141
|
-
}), null, 16, ["checked", "onUpdate:checked"])) : (openBlock(), createBlock(unref(CellComponent), mergeProps({
|
|
41217
|
+
}), null, 16, ["checked", "onUpdate:checked"])) : (openBlock(), createBlock(unref(CellComponent), mergeProps({
|
|
41218
|
+
key: 1,
|
|
41219
|
+
ref_for: true
|
|
41220
|
+
}, (column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41142
41221
|
value: config2.row[column2.field],
|
|
41143
41222
|
"onUpdate:value": ($event) => config2.row[column2.field] = $event
|
|
41144
41223
|
}), null, 16, ["value", "onUpdate:value"]))
|
|
41145
41224
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
41146
41225
|
(column2 == null ? void 0 : column2.isEdit) && ((_b2 = column2 == null ? void 0 : column2.editComponentProps) == null ? void 0 : _b2.component) === "Select" || ((_c2 = column2 == null ? void 0 : column2.editComponentProps) == null ? void 0 : _c2.component) === "ApiSelect" ? (openBlock(), createElementBlock("span", _hoisted_1$2, [
|
|
41147
|
-
createVNode(unref(CellComponent), mergeProps((column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41226
|
+
createVNode(unref(CellComponent), mergeProps({ ref_for: true }, (column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41148
41227
|
value: config2.row[column2.field],
|
|
41149
41228
|
"onUpdate:value": ($event) => config2.row[column2.field] = $event,
|
|
41150
41229
|
bordered: false,
|
|
@@ -41160,7 +41239,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
41160
41239
|
})
|
|
41161
41240
|
]),
|
|
41162
41241
|
header: withCtx(() => [
|
|
41163
|
-
renderSlot(_ctx.$slots, `${column2.field}Header`,
|
|
41242
|
+
renderSlot(_ctx.$slots, `${column2.field}Header`, mergeProps({ ref_for: true }, { column: column2 }), () => [
|
|
41164
41243
|
createElementVNode("div", _hoisted_4$1, [
|
|
41165
41244
|
createElementVNode("div", null, toDisplayString(column2.title), 1),
|
|
41166
41245
|
(column2 == null ? void 0 : column2.sortable) ? (openBlock(), createBlock(_sfc_main$6, {
|
|
@@ -41550,7 +41629,10 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
41550
41629
|
createVNode(unref(Row$1), null, {
|
|
41551
41630
|
default: withCtx(() => [
|
|
41552
41631
|
(openBlock(true), createElementBlock(Fragment, null, renderList(schemasCurrent, (schema, index2) => {
|
|
41553
|
-
return openBlock(), createBlock(unref(Col$1),
|
|
41632
|
+
return openBlock(), createBlock(unref(Col$1), mergeProps({
|
|
41633
|
+
key: index2,
|
|
41634
|
+
ref_for: true
|
|
41635
|
+
}, (schema == null ? void 0 : schema.colProps) || { span: 24 }), {
|
|
41554
41636
|
default: withCtx(() => [
|
|
41555
41637
|
createElementVNode("div", _hoisted_1$1, [
|
|
41556
41638
|
createVNode(unref(FormItem$3), {
|
|
@@ -41658,11 +41740,13 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
41658
41740
|
getComponent2(schema.field) === "ApiSelect" ? (openBlock(), createBlock(ApiSelect, mergeProps({
|
|
41659
41741
|
key: 0,
|
|
41660
41742
|
value: schema[`${schema.field}`],
|
|
41661
|
-
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event
|
|
41743
|
+
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event,
|
|
41744
|
+
ref_for: true
|
|
41662
41745
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"])) : (openBlock(), createBlock(unref(Select), mergeProps({
|
|
41663
41746
|
key: 1,
|
|
41664
41747
|
value: schema[`${schema.field}`],
|
|
41665
|
-
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event
|
|
41748
|
+
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event,
|
|
41749
|
+
ref_for: true
|
|
41666
41750
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"]))
|
|
41667
41751
|
]),
|
|
41668
41752
|
_: 2
|
|
@@ -41670,15 +41754,18 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
41670
41754
|
getComponent2(schema.field) === "Input" ? (openBlock(), createBlock(unref(Input), mergeProps({
|
|
41671
41755
|
key: 0,
|
|
41672
41756
|
value: schema[schema.field],
|
|
41673
|
-
"onUpdate:value": ($event) => schema[schema.field] = $event
|
|
41757
|
+
"onUpdate:value": ($event) => schema[schema.field] = $event,
|
|
41758
|
+
ref_for: true
|
|
41674
41759
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"])) : getComponent2(schema.field) === "ApiSelect" ? (openBlock(), createBlock(ApiSelect, mergeProps({
|
|
41675
41760
|
key: 1,
|
|
41676
41761
|
value: schema[`${schema.field}`],
|
|
41677
|
-
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event
|
|
41762
|
+
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event,
|
|
41763
|
+
ref_for: true
|
|
41678
41764
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"])) : (openBlock(), createBlock(unref(Select), mergeProps({
|
|
41679
41765
|
key: 2,
|
|
41680
41766
|
value: schema[schema.field],
|
|
41681
|
-
"onUpdate:value": ($event) => schema[schema.field] = $event
|
|
41767
|
+
"onUpdate:value": ($event) => schema[schema.field] = $event,
|
|
41768
|
+
ref_for: true
|
|
41682
41769
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"]))
|
|
41683
41770
|
], 64))
|
|
41684
41771
|
]),
|
|
@@ -41967,7 +42054,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
41967
42054
|
},
|
|
41968
42055
|
setup(__props, { expose: __expose }) {
|
|
41969
42056
|
useCssVars((_ctx) => ({
|
|
41970
|
-
"
|
|
42057
|
+
"989efb00": props2.labelWidth
|
|
41971
42058
|
}));
|
|
41972
42059
|
const props2 = __props;
|
|
41973
42060
|
const form = ref({});
|
|
@@ -42111,7 +42198,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
42111
42198
|
options: handleApiOptions(item.api, item),
|
|
42112
42199
|
showSearch: "",
|
|
42113
42200
|
filterOption,
|
|
42114
|
-
onChange: ($event) => handleChangeBinding($event, item)
|
|
42201
|
+
onChange: ($event) => handleChangeBinding($event, item),
|
|
42202
|
+
ref_for: true
|
|
42115
42203
|
}, item.componentProps, {
|
|
42116
42204
|
value: form.value[item.field],
|
|
42117
42205
|
"onUpdate:value": ($event) => form.value[item.field] = $event
|
|
@@ -42138,8 +42226,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
42138
42226
|
};
|
|
42139
42227
|
}
|
|
42140
42228
|
});
|
|
42141
|
-
const
|
|
42142
|
-
const descriptionsForm = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
42229
|
+
const DescriptionsForm_vue_vue_type_style_index_0_scoped_2d2eda80_lang = "";
|
|
42230
|
+
const descriptionsForm = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2d2eda80"]]);
|
|
42143
42231
|
const DescriptionsForm = withInstall$7(descriptionsForm);
|
|
42144
42232
|
const basicResizeWrapperProps = reactive({
|
|
42145
42233
|
designWidth: {
|