3h1-ui 3.0.0-next.212 → 3.0.0-next.213
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +265 -181
- package/es/style.css +3209 -1584
- package/es/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
- package/es/ui/src/Basic/src/BasicHelp.d.ts +6 -6
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
- package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
- package/es/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
- package/es/ui/src/Button/index.d.ts +13 -13
- package/es/ui/src/Button/src/BasicButton.d.ts +6 -6
- package/es/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
- package/es/ui/src/Button/src/props.d.ts +1 -1
- package/es/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
- package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
- package/es/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
- package/es/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
- package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
- package/es/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
- package/es/ui/src/Container/src/typing.d.ts +2 -2
- package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
- package/es/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
- package/es/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
- package/es/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/es/ui/src/Description/src/Description.d.ts +1 -1
- package/es/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
- package/es/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
- package/es/ui/src/Description/src/components/formItem.d.ts +1 -1
- package/es/ui/src/Description/src/typing.d.ts +2 -2
- package/es/ui/src/Descriptions/index.d.ts +3 -3
- package/es/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
- package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
- package/es/ui/src/Descriptions/src/typing.d.ts +2 -2
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
- package/es/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
- package/es/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
- package/es/ui/src/Drawer/src/typing.d.ts +3 -3
- package/es/ui/src/Icon/src/Icon.vue.d.ts +1 -1
- package/es/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
- package/es/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
- package/es/ui/src/Loading/src/Loading.vue.d.ts +1 -1
- package/es/ui/src/Modal/index.d.ts +10 -10
- package/es/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
- package/es/ui/src/Modal/src/components/Modal.d.ts +4 -4
- package/es/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
- package/es/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
- package/es/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
- package/es/ui/src/Modal/src/typing.d.ts +3 -3
- package/es/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
- package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/es/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
- package/es/ui/src/Process/src/Process.d.ts +2 -2
- package/es/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
- package/es/ui/src/Scrollbar/src/bar.d.ts +1 -1
- package/es/ui/src/Scrollbar/src/types.d.ts +18 -18
- package/es/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
- package/es/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
- package/es/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
- package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
- package/es/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
- package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/Group.d.ts +5 -6
- package/es/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
- package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/es/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
- package/es/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
- package/es/ui/src/ShyForm/src/props.d.ts +60 -60
- package/es/ui/src/ShyForm/src/types/form.d.ts +6 -6
- package/es/ui/src/ShyForm/src/types/index.d.ts +2 -2
- package/es/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
- package/es/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
- package/es/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
- package/es/ui/src/ShyTable/src/componentMap.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
- package/es/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
- package/es/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
- package/es/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
- package/es/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
- package/es/ui/src/ShyTable/src/types/table.d.ts +7 -7
- package/es/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
- package/es/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
- package/es/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
- package/es/ui/src/TablePlus/componentMap.d.ts +1 -1
- package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
- package/es/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
- package/es/ui/src/TablePlus/types/componentType.d.ts +1 -1
- package/es/ui/src/Transition/index.d.ts +24 -24
- package/es/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
- package/es/ui/src/Transition/src/CreateTransition.d.ts +4 -4
- package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/es/ui/src/Tree/src/types/tree.d.ts +3 -3
- package/es/ui/src/Upload/src/components/FileList.d.ts +37 -34
- package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
- package/es/ui/src/Upload/src/props.d.ts +3 -3
- package/es/ui/types/global.d.ts +102 -102
- package/es/ui/types/index.d.ts +36 -36
- package/lib/index.js +264 -180
- package/lib/style.css +10176 -0
- package/lib/ui/src/Basic/src/BasicArrow.vue.d.ts +3 -3
- package/lib/ui/src/Basic/src/BasicHelp.d.ts +6 -6
- package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +6 -6
- package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +2 -2
- package/lib/ui/src/BasicResizeWrapper/src/BasicResizeWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Button/index.d.ts +13 -13
- package/lib/ui/src/Button/src/BasicButton.d.ts +6 -6
- package/lib/ui/src/Button/src/PopConfirmButton.d.ts +1 -1
- package/lib/ui/src/Button/src/props.d.ts +1 -1
- package/lib/ui/src/ClickOutSide/src/ClickOutSide.vue.d.ts +8 -0
- package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +5 -5
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/HexColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/RgbaColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Alpha.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/AlphaColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/ColorPicker.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Hue.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Interactive.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Pointer.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/components/common/Saturation.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/css/styles.css.d.ts +2 -2
- package/lib/ui/src/ColorPickerPopover/src/vue-colorful/types.d.ts +4 -4
- package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +121 -0
- package/lib/ui/src/Container/src/ScrollContainer.vue.d.ts +9 -0
- package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +83 -11
- package/lib/ui/src/Container/src/collapse/CollapseHeader.vue.d.ts +1 -1
- package/lib/ui/src/Container/src/typing.d.ts +2 -2
- package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +1 -1
- package/lib/ui/src/CountDown/src/CountButton.vue.d.ts +3 -3
- package/lib/ui/src/CountDown/src/CountdownInput.vue.d.ts +1 -1
- package/lib/ui/src/CountTo/src/CountTo.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/Cropper.vue.d.ts +3 -3
- package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/lib/ui/src/Description/src/Description.d.ts +1 -1
- package/lib/ui/src/Description/src/DescriptionGroup.d.ts +1 -1
- package/lib/ui/src/Description/src/ShyComponentMap.d.ts +1 -1
- package/lib/ui/src/Description/src/components/formItem.d.ts +1 -1
- package/lib/ui/src/Description/src/typing.d.ts +2 -2
- package/lib/ui/src/Descriptions/index.d.ts +3 -3
- package/lib/ui/src/Descriptions/src/Descriptions.d.ts +1 -1
- package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +2 -2
- package/lib/ui/src/Descriptions/src/typing.d.ts +2 -2
- package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +3 -3
- package/lib/ui/src/Drawer/src/components/DrawerFooter.vue.d.ts +2 -2
- package/lib/ui/src/Drawer/src/components/DrawerHeader.vue.d.ts +1 -1
- package/lib/ui/src/Drawer/src/typing.d.ts +3 -3
- package/lib/ui/src/Icon/src/Icon.vue.d.ts +1 -1
- package/lib/ui/src/Icon/src/SvgIcon.vue.d.ts +1 -1
- package/lib/ui/src/Label/src/BasicLabel.vue.d.ts +1 -1
- package/lib/ui/src/Loading/src/Loading.vue.d.ts +1 -1
- package/lib/ui/src/Modal/index.d.ts +10 -10
- package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +6 -6
- package/lib/ui/src/Modal/src/components/Modal.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/ModalClose.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +4 -4
- package/lib/ui/src/Modal/src/components/ModalHeader.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +3 -3
- package/lib/ui/src/Modal/src/hooks/useI18n.d.ts +1 -1
- package/lib/ui/src/Modal/src/typing.d.ts +3 -3
- package/lib/ui/src/Page/src/PageFooter.vue.d.ts +1 -1
- package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/lib/ui/src/Page/src/PageWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Process/src/Process.d.ts +2 -2
- package/lib/ui/src/Scrollbar/src/Scrollbar.vue.d.ts +9 -9
- package/lib/ui/src/Scrollbar/src/bar.d.ts +1 -1
- package/lib/ui/src/Scrollbar/src/types.d.ts +18 -18
- package/lib/ui/src/ShyAdvancedSearch/src/ShyAdvancedSearch.d.ts +1 -1
- package/lib/ui/src/ShyAdvancedSearch/src/ShyGlobalSearch.d.ts +1 -1
- package/lib/ui/src/ShyAdvancedSearch/src/types/index.d.ts +2 -2
- package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyComponentMap.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyForm.d.ts +132 -132
- package/lib/ui/src/ShyForm/src/components/ApiCascader.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +20 -20
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +5 -5
- package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTree.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTreeSelect.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/FormItem.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/FormWrapper.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/Group.d.ts +5 -6
- package/lib/ui/src/ShyForm/src/components/RadioButtonGroup.vue.d.ts +3 -3
- package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/components/Tinymce.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -12
- package/lib/ui/src/ShyForm/src/hooks/useShyForm.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/props.d.ts +60 -60
- package/lib/ui/src/ShyForm/src/types/form.d.ts +6 -6
- package/lib/ui/src/ShyForm/src/types/index.d.ts +2 -2
- package/lib/ui/src/ShyLayoutContainer/src/ShyLayoutContainer.d.ts +3 -3
- package/lib/ui/src/ShyLayoutContainer/src/types.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/ShyTable.d.ts +4 -4
- package/lib/ui/src/ShyTable/src/componentMap.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/EditTableHeaderIcon.vue.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +7 -7
- package/lib/ui/src/ShyTable/src/components/ShyInfo.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableFooter.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableHeader.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowMore.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyShowSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableAdvancedSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableColumn.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableFullScreen.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableGlobalSearch.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/ShyTableSettings/ShyTableSize.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/editable/EditableCell.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/editable/index.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/hooks/useShyTable.d.ts +3 -3
- package/lib/ui/src/ShyTable/src/hooks/useShyTableContext.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/types/pagination.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/types/table.d.ts +7 -7
- package/lib/ui/src/ShyTag/src/ShyTag.d.ts +1 -1
- package/lib/ui/src/StrengthMeter/src/StrengthMeter.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/TableColGroup.vue.d.ts +5 -5
- package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +150 -150
- package/lib/ui/src/TablePlus/componentMap.d.ts +1 -1
- package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +2 -2
- package/lib/ui/src/TablePlus/components/Icon/Sort.vue.d.ts +1 -1
- package/lib/ui/src/TablePlus/types/componentType.d.ts +1 -1
- package/lib/ui/src/Transition/index.d.ts +24 -24
- package/lib/ui/src/Transition/src/CollapseTransition.vue.d.ts +1 -1
- package/lib/ui/src/Transition/src/CreateTransition.d.ts +4 -4
- package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/lib/ui/src/Tree/src/types/tree.d.ts +3 -3
- package/lib/ui/src/Upload/src/components/FileList.d.ts +37 -34
- package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +49 -46
- package/lib/ui/src/Upload/src/props.d.ts +3 -3
- package/lib/ui/types/global.d.ts +102 -102
- package/lib/ui/types/index.d.ts +36 -36
- package/package.json +2 -2
- package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107
- package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +0 -107
package/lib/index.js
CHANGED
|
@@ -2224,7 +2224,7 @@ const _sfc_main$_ = vue.defineComponent({
|
|
|
2224
2224
|
return { symbolId, prefixCls: prefixCls2, getStyle: getStyle2 };
|
|
2225
2225
|
}
|
|
2226
2226
|
});
|
|
2227
|
-
const
|
|
2227
|
+
const SvgIcon_vue_vue_type_style_index_0_scoped_905fa4a6_lang = "";
|
|
2228
2228
|
const _hoisted_1$o = ["xlink:href"];
|
|
2229
2229
|
function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2230
2230
|
return vue.openBlock(), vue.createElementBlock("svg", {
|
|
@@ -2235,7 +2235,7 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2235
2235
|
vue.createElementVNode("use", { "xlink:href": _ctx.symbolId }, null, 8, _hoisted_1$o)
|
|
2236
2236
|
], 6);
|
|
2237
2237
|
}
|
|
2238
|
-
const SvgIcon = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$B], ["__scopeId", "data-v-
|
|
2238
|
+
const SvgIcon = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$B], ["__scopeId", "data-v-905fa4a6"]]);
|
|
2239
2239
|
const SVG_END_WITH_FLAG = "|svg";
|
|
2240
2240
|
const _sfc_main$Z = vue.defineComponent({
|
|
2241
2241
|
name: "Icon",
|
|
@@ -4160,45 +4160,56 @@ const isString$2 = (val) => typeof val === "string";
|
|
|
4160
4160
|
const clamp$1 = (n2, min, max) => Math.min(max, Math.max(min, n2));
|
|
4161
4161
|
const noop$5 = () => {
|
|
4162
4162
|
};
|
|
4163
|
-
isClient && ((_a = window == null ? void 0 : window.navigator) == null ? void 0 : _a.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
4163
|
+
const isIOS = isClient && ((_a = window == null ? void 0 : window.navigator) == null ? void 0 : _a.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
4164
4164
|
function resolveUnref(r2) {
|
|
4165
4165
|
return typeof r2 === "function" ? r2() : vue.unref(r2);
|
|
4166
4166
|
}
|
|
4167
4167
|
function createFilterWrapper$1(filter, fn) {
|
|
4168
4168
|
function wrapper(...args) {
|
|
4169
|
-
|
|
4169
|
+
return new Promise((resolve, reject) => {
|
|
4170
|
+
Promise.resolve(filter(() => fn.apply(this, args), { fn, thisArg: this, args })).then(resolve).catch(reject);
|
|
4171
|
+
});
|
|
4170
4172
|
}
|
|
4171
4173
|
return wrapper;
|
|
4172
4174
|
}
|
|
4173
4175
|
function debounceFilter$1(ms, options = {}) {
|
|
4174
4176
|
let timer;
|
|
4175
4177
|
let maxTimer;
|
|
4178
|
+
let lastRejector = noop$5;
|
|
4179
|
+
const _clearTimeout = (timer2) => {
|
|
4180
|
+
clearTimeout(timer2);
|
|
4181
|
+
lastRejector();
|
|
4182
|
+
lastRejector = noop$5;
|
|
4183
|
+
};
|
|
4176
4184
|
const filter = (invoke) => {
|
|
4177
4185
|
const duration = resolveUnref(ms);
|
|
4178
4186
|
const maxDuration = resolveUnref(options.maxWait);
|
|
4179
4187
|
if (timer)
|
|
4180
|
-
|
|
4188
|
+
_clearTimeout(timer);
|
|
4181
4189
|
if (duration <= 0 || maxDuration !== void 0 && maxDuration <= 0) {
|
|
4182
4190
|
if (maxTimer) {
|
|
4183
|
-
|
|
4191
|
+
_clearTimeout(maxTimer);
|
|
4184
4192
|
maxTimer = null;
|
|
4185
4193
|
}
|
|
4186
|
-
return invoke();
|
|
4194
|
+
return Promise.resolve(invoke());
|
|
4187
4195
|
}
|
|
4188
|
-
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4196
|
+
return new Promise((resolve, reject) => {
|
|
4197
|
+
lastRejector = options.rejectOnCancel ? reject : resolve;
|
|
4198
|
+
if (maxDuration && !maxTimer) {
|
|
4199
|
+
maxTimer = setTimeout(() => {
|
|
4200
|
+
if (timer)
|
|
4201
|
+
_clearTimeout(timer);
|
|
4202
|
+
maxTimer = null;
|
|
4203
|
+
resolve(invoke());
|
|
4204
|
+
}, maxDuration);
|
|
4205
|
+
}
|
|
4206
|
+
timer = setTimeout(() => {
|
|
4207
|
+
if (maxTimer)
|
|
4208
|
+
_clearTimeout(maxTimer);
|
|
4192
4209
|
maxTimer = null;
|
|
4193
|
-
invoke();
|
|
4194
|
-
},
|
|
4195
|
-
}
|
|
4196
|
-
timer = setTimeout(() => {
|
|
4197
|
-
if (maxTimer)
|
|
4198
|
-
clearTimeout(maxTimer);
|
|
4199
|
-
maxTimer = null;
|
|
4200
|
-
invoke();
|
|
4201
|
-
}, duration);
|
|
4210
|
+
resolve(invoke());
|
|
4211
|
+
}, duration);
|
|
4212
|
+
});
|
|
4202
4213
|
};
|
|
4203
4214
|
return filter;
|
|
4204
4215
|
}
|
|
@@ -4259,7 +4270,7 @@ function useTimeoutFn$1(cb, interval, options = {}) {
|
|
|
4259
4270
|
}
|
|
4260
4271
|
tryOnScopeDispose(stop);
|
|
4261
4272
|
return {
|
|
4262
|
-
isPending,
|
|
4273
|
+
isPending: vue.readonly(isPending),
|
|
4263
4274
|
start,
|
|
4264
4275
|
stop
|
|
4265
4276
|
};
|
|
@@ -4293,16 +4304,16 @@ function useEventListener(...args) {
|
|
|
4293
4304
|
cleanups.forEach((fn) => fn());
|
|
4294
4305
|
cleanups.length = 0;
|
|
4295
4306
|
};
|
|
4296
|
-
const register2 = (el, event, listener) => {
|
|
4297
|
-
el.addEventListener(event, listener,
|
|
4298
|
-
return () => el.removeEventListener(event, listener,
|
|
4307
|
+
const register2 = (el, event, listener, options2) => {
|
|
4308
|
+
el.addEventListener(event, listener, options2);
|
|
4309
|
+
return () => el.removeEventListener(event, listener, options2);
|
|
4299
4310
|
};
|
|
4300
|
-
const stopWatch = vue.watch(() => unrefElement(target), (el) => {
|
|
4311
|
+
const stopWatch = vue.watch(() => [unrefElement(target), resolveUnref(options)], ([el, options2]) => {
|
|
4301
4312
|
cleanup2();
|
|
4302
4313
|
if (!el)
|
|
4303
4314
|
return;
|
|
4304
4315
|
cleanups.push(...events2.flatMap((event) => {
|
|
4305
|
-
return listeners.map((listener) => register2(el, event, listener));
|
|
4316
|
+
return listeners.map((listener) => register2(el, event, listener, options2));
|
|
4306
4317
|
}));
|
|
4307
4318
|
}, { immediate: true, flush: "post" });
|
|
4308
4319
|
const stop = () => {
|
|
@@ -4312,29 +4323,38 @@ function useEventListener(...args) {
|
|
|
4312
4323
|
tryOnScopeDispose(stop);
|
|
4313
4324
|
return stop;
|
|
4314
4325
|
}
|
|
4326
|
+
let _iOSWorkaround = false;
|
|
4315
4327
|
function onClickOutside(target, handler, options = {}) {
|
|
4316
|
-
const { window: window2 = defaultWindow, ignore, capture = true, detectIframe = false } = options;
|
|
4328
|
+
const { window: window2 = defaultWindow, ignore = [], capture = true, detectIframe = false } = options;
|
|
4317
4329
|
if (!window2)
|
|
4318
4330
|
return;
|
|
4331
|
+
if (isIOS && !_iOSWorkaround) {
|
|
4332
|
+
_iOSWorkaround = true;
|
|
4333
|
+
Array.from(window2.document.body.children).forEach((el) => el.addEventListener("click", noop$5));
|
|
4334
|
+
}
|
|
4319
4335
|
let shouldListen = true;
|
|
4320
|
-
|
|
4336
|
+
const shouldIgnore = (event) => {
|
|
4337
|
+
return ignore.some((target2) => {
|
|
4338
|
+
if (typeof target2 === "string") {
|
|
4339
|
+
return Array.from(window2.document.querySelectorAll(target2)).some((el) => el === event.target || event.composedPath().includes(el));
|
|
4340
|
+
} else {
|
|
4341
|
+
const el = unrefElement(target2);
|
|
4342
|
+
return el && (event.target === el || event.composedPath().includes(el));
|
|
4343
|
+
}
|
|
4344
|
+
});
|
|
4345
|
+
};
|
|
4321
4346
|
const listener = (event) => {
|
|
4322
|
-
window2.clearTimeout(fallback);
|
|
4323
4347
|
const el = unrefElement(target);
|
|
4324
4348
|
if (!el || el === event.target || event.composedPath().includes(el))
|
|
4325
4349
|
return;
|
|
4350
|
+
if (event.detail === 0)
|
|
4351
|
+
shouldListen = !shouldIgnore(event);
|
|
4326
4352
|
if (!shouldListen) {
|
|
4327
4353
|
shouldListen = true;
|
|
4328
4354
|
return;
|
|
4329
4355
|
}
|
|
4330
4356
|
handler(event);
|
|
4331
4357
|
};
|
|
4332
|
-
const shouldIgnore = (event) => {
|
|
4333
|
-
return ignore && ignore.some((target2) => {
|
|
4334
|
-
const el = unrefElement(target2);
|
|
4335
|
-
return el && (event.target === el || event.composedPath().includes(el));
|
|
4336
|
-
});
|
|
4337
|
-
};
|
|
4338
4358
|
const cleanup2 = [
|
|
4339
4359
|
useEventListener(window2, "click", listener, { passive: true, capture }),
|
|
4340
4360
|
useEventListener(window2, "pointerdown", (e2) => {
|
|
@@ -4342,13 +4362,6 @@ function onClickOutside(target, handler, options = {}) {
|
|
|
4342
4362
|
if (el)
|
|
4343
4363
|
shouldListen = !e2.composedPath().includes(el) && !shouldIgnore(e2);
|
|
4344
4364
|
}, { passive: true }),
|
|
4345
|
-
useEventListener(window2, "pointerup", (e2) => {
|
|
4346
|
-
if (e2.button === 0) {
|
|
4347
|
-
const path = e2.composedPath();
|
|
4348
|
-
e2.composedPath = () => path;
|
|
4349
|
-
fallback = window2.setTimeout(() => listener(e2), 50);
|
|
4350
|
-
}
|
|
4351
|
-
}, { passive: true }),
|
|
4352
4365
|
detectIframe && useEventListener(window2, "blur", (event) => {
|
|
4353
4366
|
var _a2;
|
|
4354
4367
|
const el = unrefElement(target);
|
|
@@ -4375,17 +4388,20 @@ function useRafFn(fn, options = {}) {
|
|
|
4375
4388
|
window: window2 = defaultWindow
|
|
4376
4389
|
} = options;
|
|
4377
4390
|
const isActive = vue.ref(false);
|
|
4391
|
+
let previousFrameTimestamp = 0;
|
|
4378
4392
|
let rafId = null;
|
|
4379
|
-
function loop() {
|
|
4393
|
+
function loop(timestamp) {
|
|
4380
4394
|
if (!isActive.value || !window2)
|
|
4381
4395
|
return;
|
|
4382
|
-
|
|
4396
|
+
const delta = timestamp - previousFrameTimestamp;
|
|
4397
|
+
fn({ delta, timestamp });
|
|
4398
|
+
previousFrameTimestamp = timestamp;
|
|
4383
4399
|
rafId = window2.requestAnimationFrame(loop);
|
|
4384
4400
|
}
|
|
4385
4401
|
function resume() {
|
|
4386
4402
|
if (!isActive.value && window2) {
|
|
4387
4403
|
isActive.value = true;
|
|
4388
|
-
loop
|
|
4404
|
+
rafId = window2.requestAnimationFrame(loop);
|
|
4389
4405
|
}
|
|
4390
4406
|
}
|
|
4391
4407
|
function pause() {
|
|
@@ -4399,7 +4415,7 @@ function useRafFn(fn, options = {}) {
|
|
|
4399
4415
|
resume();
|
|
4400
4416
|
tryOnScopeDispose(pause);
|
|
4401
4417
|
return {
|
|
4402
|
-
isActive,
|
|
4418
|
+
isActive: vue.readonly(isActive),
|
|
4403
4419
|
pause,
|
|
4404
4420
|
resume
|
|
4405
4421
|
};
|
|
@@ -4503,17 +4519,17 @@ function useFullscreen(target, options = {}) {
|
|
|
4503
4519
|
toggle
|
|
4504
4520
|
};
|
|
4505
4521
|
}
|
|
4506
|
-
var __getOwnPropSymbols$
|
|
4507
|
-
var __hasOwnProp$
|
|
4508
|
-
var __propIsEnum$
|
|
4522
|
+
var __getOwnPropSymbols$8 = Object.getOwnPropertySymbols;
|
|
4523
|
+
var __hasOwnProp$8 = Object.prototype.hasOwnProperty;
|
|
4524
|
+
var __propIsEnum$8 = Object.prototype.propertyIsEnumerable;
|
|
4509
4525
|
var __objRest$1 = (source, exclude) => {
|
|
4510
4526
|
var target = {};
|
|
4511
4527
|
for (var prop in source)
|
|
4512
|
-
if (__hasOwnProp$
|
|
4528
|
+
if (__hasOwnProp$8.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
4513
4529
|
target[prop] = source[prop];
|
|
4514
|
-
if (source != null && __getOwnPropSymbols$
|
|
4515
|
-
for (var prop of __getOwnPropSymbols$
|
|
4516
|
-
if (exclude.indexOf(prop) < 0 && __propIsEnum$
|
|
4530
|
+
if (source != null && __getOwnPropSymbols$8)
|
|
4531
|
+
for (var prop of __getOwnPropSymbols$8(source)) {
|
|
4532
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum$8.call(source, prop))
|
|
4517
4533
|
target[prop] = source[prop];
|
|
4518
4534
|
}
|
|
4519
4535
|
return target;
|
|
@@ -4906,8 +4922,8 @@ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
|
|
|
4906
4922
|
};
|
|
4907
4923
|
}
|
|
4908
4924
|
});
|
|
4909
|
-
const
|
|
4910
|
-
const BasicArrow = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-
|
|
4925
|
+
const BasicArrow_vue_vue_type_style_index_0_scoped_fea26917_lang = "";
|
|
4926
|
+
const BasicArrow = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-fea26917"]]);
|
|
4911
4927
|
function bound01$1(n2, max) {
|
|
4912
4928
|
if (isOnePointZero$1(n2)) {
|
|
4913
4929
|
n2 = "100%";
|
|
@@ -7459,8 +7475,8 @@ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
|
|
|
7459
7475
|
};
|
|
7460
7476
|
}
|
|
7461
7477
|
});
|
|
7462
|
-
const
|
|
7463
|
-
const Divider = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-
|
|
7478
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_97cf8edc_lang = "";
|
|
7479
|
+
const Divider = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-97cf8edc"]]);
|
|
7464
7480
|
const props$a = {
|
|
7465
7481
|
prefixCls: { type: String },
|
|
7466
7482
|
helpMessage: {
|
|
@@ -9003,8 +9019,8 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
9003
9019
|
};
|
|
9004
9020
|
}
|
|
9005
9021
|
});
|
|
9006
|
-
const
|
|
9007
|
-
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-
|
|
9022
|
+
const BasicTitle_vue_vue_type_style_index_0_scoped_5cd7267e_lang = "";
|
|
9023
|
+
const BasicTitle = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-5cd7267e"]]);
|
|
9008
9024
|
const _sfc_main$L = vue.defineComponent({
|
|
9009
9025
|
name: "BasicModalHeader",
|
|
9010
9026
|
components: { BasicTitle },
|
|
@@ -10188,7 +10204,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10188
10204
|
spin: "",
|
|
10189
10205
|
class: "mr-1"
|
|
10190
10206
|
}),
|
|
10191
|
-
vue.createTextVNode(" " + vue.toDisplayString("请等待数据加载完成...")
|
|
10207
|
+
vue.createTextVNode(" " + vue.toDisplayString("请等待数据加载完成..."))
|
|
10192
10208
|
])
|
|
10193
10209
|
]),
|
|
10194
10210
|
key: "1"
|
|
@@ -10605,7 +10621,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10605
10621
|
spin: "",
|
|
10606
10622
|
class: "mr-1"
|
|
10607
10623
|
}),
|
|
10608
|
-
vue.createTextVNode(" " + vue.toDisplayString("请等待数据加载完成...")
|
|
10624
|
+
vue.createTextVNode(" " + vue.toDisplayString("请等待数据加载完成..."))
|
|
10609
10625
|
])
|
|
10610
10626
|
]),
|
|
10611
10627
|
key: "1"
|
|
@@ -10795,7 +10811,7 @@ const _sfc_main$A = vue.defineComponent({
|
|
|
10795
10811
|
};
|
|
10796
10812
|
}
|
|
10797
10813
|
});
|
|
10798
|
-
const
|
|
10814
|
+
const StrengthMeter_vue_vue_type_style_index_0_scoped_678d40fd_lang = "";
|
|
10799
10815
|
const _hoisted_1$i = ["data-score"];
|
|
10800
10816
|
function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10801
10817
|
const _component_InputPassword = vue.resolveComponent("InputPassword");
|
|
@@ -10827,7 +10843,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10827
10843
|
], 2)
|
|
10828
10844
|
], 2);
|
|
10829
10845
|
}
|
|
10830
|
-
const StrengthMeter = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$g], ["__scopeId", "data-v-
|
|
10846
|
+
const StrengthMeter = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$g], ["__scopeId", "data-v-678d40fd"]]);
|
|
10831
10847
|
function useCountdown(count) {
|
|
10832
10848
|
const currentCount = vue.ref(count);
|
|
10833
10849
|
const isStart = vue.ref(false);
|
|
@@ -12775,19 +12791,13 @@ function toPropertyKey(t2) {
|
|
|
12775
12791
|
var i2 = toPrimitive(t2, "string");
|
|
12776
12792
|
return "symbol" == _typeof$3(i2) ? i2 : i2 + "";
|
|
12777
12793
|
}
|
|
12778
|
-
function _defineProperty$a(
|
|
12779
|
-
|
|
12780
|
-
|
|
12781
|
-
|
|
12782
|
-
|
|
12783
|
-
|
|
12784
|
-
|
|
12785
|
-
writable: true
|
|
12786
|
-
});
|
|
12787
|
-
} else {
|
|
12788
|
-
obj[key2] = value;
|
|
12789
|
-
}
|
|
12790
|
-
return obj;
|
|
12794
|
+
function _defineProperty$a(e2, r2, t2) {
|
|
12795
|
+
return (r2 = toPropertyKey(r2)) in e2 ? Object.defineProperty(e2, r2, {
|
|
12796
|
+
value: t2,
|
|
12797
|
+
enumerable: true,
|
|
12798
|
+
configurable: true,
|
|
12799
|
+
writable: true
|
|
12800
|
+
}) : e2[r2] = t2, e2;
|
|
12791
12801
|
}
|
|
12792
12802
|
function ownKeys$2(e2, r2) {
|
|
12793
12803
|
var t2 = Object.keys(e2);
|
|
@@ -12811,18 +12821,14 @@ function _objectSpread2$2(e2) {
|
|
|
12811
12821
|
return e2;
|
|
12812
12822
|
}
|
|
12813
12823
|
function _extends$1() {
|
|
12814
|
-
_extends$1 = Object.assign ? Object.assign.bind() : function(
|
|
12815
|
-
for (var
|
|
12816
|
-
var
|
|
12817
|
-
for (var
|
|
12818
|
-
|
|
12819
|
-
target[key2] = source[key2];
|
|
12820
|
-
}
|
|
12821
|
-
}
|
|
12824
|
+
return _extends$1 = Object.assign ? Object.assign.bind() : function(n2) {
|
|
12825
|
+
for (var e2 = 1; e2 < arguments.length; e2++) {
|
|
12826
|
+
var t2 = arguments[e2];
|
|
12827
|
+
for (var r2 in t2)
|
|
12828
|
+
({}).hasOwnProperty.call(t2, r2) && (n2[r2] = t2[r2]);
|
|
12822
12829
|
}
|
|
12823
|
-
return
|
|
12824
|
-
};
|
|
12825
|
-
return _extends$1.apply(this, arguments);
|
|
12830
|
+
return n2;
|
|
12831
|
+
}, _extends$1.apply(null, arguments);
|
|
12826
12832
|
}
|
|
12827
12833
|
function e$1(e2, t2) {
|
|
12828
12834
|
for (var n2 = 0; n2 < t2.length; n2++) {
|
|
@@ -14872,6 +14878,8 @@ function parse(value, root2, parent2, rule, rules2, rulesets, pseudo, points, de
|
|
|
14872
14878
|
case 42:
|
|
14873
14879
|
case 47:
|
|
14874
14880
|
append(comment(commenter(next(), caret()), root2, parent2, declarations), declarations);
|
|
14881
|
+
if ((token(previous || 1) == 5 || token(peek() || 1) == 5) && strlen(characters2) && substr(characters2, -1, void 0) !== " ")
|
|
14882
|
+
characters2 += " ";
|
|
14875
14883
|
break;
|
|
14876
14884
|
default:
|
|
14877
14885
|
characters2 += "/";
|
|
@@ -14889,7 +14897,7 @@ function parse(value, root2, parent2, rule, rules2, rulesets, pseudo, points, de
|
|
|
14889
14897
|
case 59 + offset2:
|
|
14890
14898
|
if (ampersand == -1)
|
|
14891
14899
|
characters2 = replace(characters2, /\f/g, "");
|
|
14892
|
-
if (property2 > 0 && strlen(characters2) - length2)
|
|
14900
|
+
if (property2 > 0 && (strlen(characters2) - length2 || variable === 0 && previous === 47))
|
|
14893
14901
|
append(property2 > 32 ? declaration(characters2 + ";", rule, parent2, length2 - 1, declarations) : declaration(replace(characters2, " ", "") + ";", rule, parent2, length2 - 2, declarations), declarations);
|
|
14894
14902
|
break;
|
|
14895
14903
|
case 59:
|
|
@@ -15314,7 +15322,7 @@ class Keyframe {
|
|
|
15314
15322
|
}
|
|
15315
15323
|
}
|
|
15316
15324
|
const Keyframes = Keyframe;
|
|
15317
|
-
const version = "4.
|
|
15325
|
+
const version = "4.2.5";
|
|
15318
15326
|
const PresetColors = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"];
|
|
15319
15327
|
const genControlHeight = (token2) => {
|
|
15320
15328
|
const {
|
|
@@ -16915,8 +16923,6 @@ var __rest$1 = globalThis && globalThis.__rest || function(s2, e2) {
|
|
|
16915
16923
|
}
|
|
16916
16924
|
return t2;
|
|
16917
16925
|
};
|
|
16918
|
-
const defaultEmptyImg = vue.createVNode(DefaultEmptyImg, null, null);
|
|
16919
|
-
const simpleEmptyImg = vue.createVNode(SimpleEmptyImg, null, null);
|
|
16920
16926
|
const emptyProps = () => ({
|
|
16921
16927
|
prefixCls: String,
|
|
16922
16928
|
imageStyle: objectType(),
|
|
@@ -16944,11 +16950,13 @@ const Empty = vue.defineComponent({
|
|
|
16944
16950
|
var _a2, _b;
|
|
16945
16951
|
const prefixCls2 = prefixClsRef.value;
|
|
16946
16952
|
const _c = _extends$1(_extends$1({}, props2), attrs), {
|
|
16947
|
-
image = ((_a2 = slots.image) === null || _a2 === void 0 ? void 0 : _a2.call(slots)) ||
|
|
16953
|
+
image: mergedImage = ((_a2 = slots.image) === null || _a2 === void 0 ? void 0 : _a2.call(slots)) || vue.h(DefaultEmptyImg),
|
|
16948
16954
|
description = ((_b = slots.description) === null || _b === void 0 ? void 0 : _b.call(slots)) || void 0,
|
|
16949
16955
|
imageStyle,
|
|
16950
16956
|
class: className = ""
|
|
16951
16957
|
} = _c, restProps = __rest$1(_c, ["image", "description", "imageStyle", "class"]);
|
|
16958
|
+
const image = typeof mergedImage === "function" ? mergedImage() : mergedImage;
|
|
16959
|
+
const isNormal = typeof image === "object" && "type" in image && image.type.PRESENTED_IMAGE_SIMPLE;
|
|
16952
16960
|
return wrapSSR(vue.createVNode(LocaleReceiver, {
|
|
16953
16961
|
"componentName": "Empty",
|
|
16954
16962
|
"children": (locale2) => {
|
|
@@ -16965,7 +16973,7 @@ const Empty = vue.defineComponent({
|
|
|
16965
16973
|
}
|
|
16966
16974
|
return vue.createVNode("div", _objectSpread2$2({
|
|
16967
16975
|
"class": classNames(prefixCls2, className, hashId.value, {
|
|
16968
|
-
[`${prefixCls2}-normal`]:
|
|
16976
|
+
[`${prefixCls2}-normal`]: isNormal,
|
|
16969
16977
|
[`${prefixCls2}-rtl`]: direction.value === "rtl"
|
|
16970
16978
|
})
|
|
16971
16979
|
}, restProps), [vue.createVNode("div", {
|
|
@@ -16981,8 +16989,8 @@ const Empty = vue.defineComponent({
|
|
|
16981
16989
|
};
|
|
16982
16990
|
}
|
|
16983
16991
|
});
|
|
16984
|
-
Empty.PRESENTED_IMAGE_DEFAULT =
|
|
16985
|
-
Empty.PRESENTED_IMAGE_SIMPLE =
|
|
16992
|
+
Empty.PRESENTED_IMAGE_DEFAULT = () => vue.h(DefaultEmptyImg);
|
|
16993
|
+
Empty.PRESENTED_IMAGE_SIMPLE = () => vue.h(SimpleEmptyImg);
|
|
16986
16994
|
const Empty$1 = withInstall$6(Empty);
|
|
16987
16995
|
const DefaultRenderEmpty = (props2) => {
|
|
16988
16996
|
const {
|
|
@@ -17175,6 +17183,9 @@ const genGridRowStyle = (token2) => {
|
|
|
17175
17183
|
"&-space-around ": {
|
|
17176
17184
|
justifyContent: "space-around"
|
|
17177
17185
|
},
|
|
17186
|
+
"&-space-evenly ": {
|
|
17187
|
+
justifyContent: "space-evenly"
|
|
17188
|
+
},
|
|
17178
17189
|
// Align at the top
|
|
17179
17190
|
"&-top": {
|
|
17180
17191
|
alignItems: "flex-start"
|
|
@@ -18989,6 +19000,7 @@ const triggerProps = () => ({
|
|
|
18989
19000
|
onPopupVisibleChange: Function,
|
|
18990
19001
|
afterPopupVisibleChange: PropTypes$1.func.def(noop$2),
|
|
18991
19002
|
popup: PropTypes$1.any,
|
|
19003
|
+
arrow: PropTypes$1.bool.def(true),
|
|
18992
19004
|
popupStyle: {
|
|
18993
19005
|
type: Object,
|
|
18994
19006
|
default: void 0
|
|
@@ -19116,6 +19128,10 @@ const innerProps = {
|
|
|
19116
19128
|
zIndex: Number,
|
|
19117
19129
|
destroyPopupOnHide: Boolean,
|
|
19118
19130
|
forceRender: Boolean,
|
|
19131
|
+
arrow: {
|
|
19132
|
+
type: Boolean,
|
|
19133
|
+
default: true
|
|
19134
|
+
},
|
|
19119
19135
|
// Legacy Motion
|
|
19120
19136
|
animation: [String, Object],
|
|
19121
19137
|
transitionName: String,
|
|
@@ -21294,7 +21310,7 @@ const PopupInner = vue.defineComponent({
|
|
|
21294
21310
|
"class": `${prefixCls2}-content`
|
|
21295
21311
|
}, [childNode]);
|
|
21296
21312
|
}
|
|
21297
|
-
const mergedClassName = classNames(prefixCls2, attrs.class, alignedClassName.value);
|
|
21313
|
+
const mergedClassName = classNames(prefixCls2, attrs.class, alignedClassName.value, !props2.arrow && `${prefixCls2}-arrow-hidden`);
|
|
21298
21314
|
const hasAnimate = visible.value || !props2.visible;
|
|
21299
21315
|
const transitionProps = hasAnimate ? getTransitionProps(motion.value.name, motion.value) : {};
|
|
21300
21316
|
return vue.createVNode(vue.Transition, _objectSpread2$2(_objectSpread2$2({
|
|
@@ -22108,6 +22124,7 @@ const Trigger = vue.defineComponent({
|
|
|
22108
22124
|
stretch,
|
|
22109
22125
|
alignPoint: alignPoint2,
|
|
22110
22126
|
mobile,
|
|
22127
|
+
arrow,
|
|
22111
22128
|
forceRender
|
|
22112
22129
|
} = this.$props;
|
|
22113
22130
|
const {
|
|
@@ -22116,6 +22133,7 @@ const Trigger = vue.defineComponent({
|
|
|
22116
22133
|
} = this.$data;
|
|
22117
22134
|
const popupProps2 = _extends$1(_extends$1({
|
|
22118
22135
|
prefixCls: prefixCls2,
|
|
22136
|
+
arrow,
|
|
22119
22137
|
destroyPopupOnHide,
|
|
22120
22138
|
visible: sPopupVisible,
|
|
22121
22139
|
point: alignPoint2 ? point : null,
|
|
@@ -22575,7 +22593,11 @@ const Tooltip$1 = vue.defineComponent({
|
|
|
22575
22593
|
default: void 0
|
|
22576
22594
|
},
|
|
22577
22595
|
onVisibleChange: Function,
|
|
22578
|
-
onPopupAlign: Function
|
|
22596
|
+
onPopupAlign: Function,
|
|
22597
|
+
arrow: {
|
|
22598
|
+
type: Boolean,
|
|
22599
|
+
default: true
|
|
22600
|
+
}
|
|
22579
22601
|
},
|
|
22580
22602
|
setup(props2, _ref) {
|
|
22581
22603
|
let {
|
|
@@ -22590,10 +22612,10 @@ const Tooltip$1 = vue.defineComponent({
|
|
|
22590
22612
|
tipId,
|
|
22591
22613
|
overlayInnerStyle
|
|
22592
22614
|
} = props2;
|
|
22593
|
-
return [vue.createVNode("div", {
|
|
22615
|
+
return [!!props2.arrow ? vue.createVNode("div", {
|
|
22594
22616
|
"class": `${prefixCls2}-arrow`,
|
|
22595
22617
|
"key": "arrow"
|
|
22596
|
-
}, [getPropsSlot(slots, props2, "arrowContent")]), vue.createVNode(Content, {
|
|
22618
|
+
}, [getPropsSlot(slots, props2, "arrowContent")]) : null, vue.createVNode(Content, {
|
|
22597
22619
|
"key": "content",
|
|
22598
22620
|
"prefixCls": prefixCls2,
|
|
22599
22621
|
"id": tipId,
|
|
@@ -22669,6 +22691,7 @@ const Tooltip$1 = vue.defineComponent({
|
|
|
22669
22691
|
onPopupVisibleChange: props2.onVisibleChange || noop$1,
|
|
22670
22692
|
onPopupAlign: props2.onPopupAlign || noop$1,
|
|
22671
22693
|
ref: triggerDOM,
|
|
22694
|
+
arrow: !!props2.arrow,
|
|
22672
22695
|
popup: getPopupElement()
|
|
22673
22696
|
});
|
|
22674
22697
|
return vue.createVNode(Trigger, triggerProps2, {
|
|
@@ -22699,10 +22722,15 @@ const abstractTooltipProps = () => ({
|
|
|
22699
22722
|
mouseEnterDelay: Number,
|
|
22700
22723
|
mouseLeaveDelay: Number,
|
|
22701
22724
|
getPopupContainer: Function,
|
|
22725
|
+
/**@deprecated Please use `arrow={{ pointAtCenter: true }}` instead. */
|
|
22702
22726
|
arrowPointAtCenter: {
|
|
22703
22727
|
type: Boolean,
|
|
22704
22728
|
default: void 0
|
|
22705
22729
|
},
|
|
22730
|
+
arrow: {
|
|
22731
|
+
type: [Boolean, Object],
|
|
22732
|
+
default: true
|
|
22733
|
+
},
|
|
22706
22734
|
autoAdjustOverflow: {
|
|
22707
22735
|
type: [Boolean, Object],
|
|
22708
22736
|
default: void 0
|
|
@@ -23227,22 +23255,22 @@ function getArrowStyle(token2, options) {
|
|
|
23227
23255
|
// =========================== Offset ============================
|
|
23228
23256
|
// Offset the popover to account for the dropdown arrow
|
|
23229
23257
|
// >>>>> Top
|
|
23230
|
-
[connectArrowCls([`&-placement-topLeft`, `&-placement-top`, `&-placement-topRight`], showArrowCls)]: {
|
|
23258
|
+
[connectArrowCls([`&-placement-topLeft`, `&-placement-top`, `&-placement-topRight`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23231
23259
|
paddingBottom: dropdownArrowDistance
|
|
23232
23260
|
},
|
|
23233
23261
|
// >>>>> Bottom
|
|
23234
|
-
[connectArrowCls([`&-placement-bottomLeft`, `&-placement-bottom`, `&-placement-bottomRight`], showArrowCls)]: {
|
|
23262
|
+
[connectArrowCls([`&-placement-bottomLeft`, `&-placement-bottom`, `&-placement-bottomRight`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23235
23263
|
paddingTop: dropdownArrowDistance
|
|
23236
23264
|
},
|
|
23237
23265
|
// >>>>> Left
|
|
23238
|
-
[connectArrowCls([`&-placement-leftTop`, `&-placement-left`, `&-placement-leftBottom`], showArrowCls)]: {
|
|
23266
|
+
[connectArrowCls([`&-placement-leftTop`, `&-placement-left`, `&-placement-leftBottom`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23239
23267
|
paddingRight: {
|
|
23240
23268
|
_skip_check_: true,
|
|
23241
23269
|
value: dropdownArrowDistance
|
|
23242
23270
|
}
|
|
23243
23271
|
},
|
|
23244
23272
|
// >>>>> Right
|
|
23245
|
-
[connectArrowCls([`&-placement-rightTop`, `&-placement-right`, `&-placement-rightBottom`], showArrowCls)]: {
|
|
23273
|
+
[connectArrowCls([`&-placement-rightTop`, `&-placement-right`, `&-placement-rightBottom`].map((cls) => cls += ":not(&-arrow-hidden)"), showArrowCls)]: {
|
|
23246
23274
|
paddingLeft: {
|
|
23247
23275
|
_skip_check_: true,
|
|
23248
23276
|
value: dropdownArrowDistance
|
|
@@ -23471,13 +23499,19 @@ const ToolTip = vue.defineComponent({
|
|
|
23471
23499
|
}
|
|
23472
23500
|
});
|
|
23473
23501
|
const tooltipPlacements = vue.computed(() => {
|
|
23502
|
+
var _a2;
|
|
23474
23503
|
const {
|
|
23475
23504
|
builtinPlacements,
|
|
23476
|
-
|
|
23477
|
-
|
|
23505
|
+
autoAdjustOverflow: autoAdjustOverflow2,
|
|
23506
|
+
arrow,
|
|
23507
|
+
arrowPointAtCenter
|
|
23478
23508
|
} = props2;
|
|
23509
|
+
let mergedArrowPointAtCenter = arrowPointAtCenter;
|
|
23510
|
+
if (typeof arrow === "object") {
|
|
23511
|
+
mergedArrowPointAtCenter = (_a2 = arrow.pointAtCenter) !== null && _a2 !== void 0 ? _a2 : arrowPointAtCenter;
|
|
23512
|
+
}
|
|
23479
23513
|
return builtinPlacements || getPlacements({
|
|
23480
|
-
arrowPointAtCenter,
|
|
23514
|
+
arrowPointAtCenter: mergedArrowPointAtCenter,
|
|
23481
23515
|
autoAdjustOverflow: autoAdjustOverflow2
|
|
23482
23516
|
});
|
|
23483
23517
|
});
|
|
@@ -23574,6 +23608,7 @@ const ToolTip = vue.defineComponent({
|
|
|
23574
23608
|
const arrowContentStyle = colorInfo.value.arrowStyle;
|
|
23575
23609
|
const vcTooltipProps = _extends$1(_extends$1(_extends$1({}, attrs), props2), {
|
|
23576
23610
|
prefixCls: prefixCls2.value,
|
|
23611
|
+
arrow: !!props2.arrow,
|
|
23577
23612
|
getPopupContainer: getPopupContainer === null || getPopupContainer === void 0 ? void 0 : getPopupContainer.value,
|
|
23578
23613
|
builtinPlacements: tooltipPlacements.value,
|
|
23579
23614
|
visible: tempVisible,
|
|
@@ -24872,7 +24907,7 @@ const FormItem$1 = vue.defineComponent({
|
|
|
24872
24907
|
"class": [itemClassName.value, withHelp ? `${prefixCls2.value}-item-with-help` : "", attrs.class],
|
|
24873
24908
|
"ref": itemRef
|
|
24874
24909
|
}, [vue.createVNode(Row, _objectSpread2$2(_objectSpread2$2({}, attrs), {}, {
|
|
24875
|
-
"class": `${prefixCls2.value}-row`,
|
|
24910
|
+
"class": `${prefixCls2.value}-item-row`,
|
|
24876
24911
|
"key": "row"
|
|
24877
24912
|
}), {
|
|
24878
24913
|
default: () => {
|
|
@@ -25171,11 +25206,11 @@ function useForm(modelRef) {
|
|
|
25171
25206
|
return Promise.reject([]);
|
|
25172
25207
|
}).catch((results) => {
|
|
25173
25208
|
const errorList = results.filter((result) => result && result.errors.length);
|
|
25174
|
-
return Promise.reject({
|
|
25209
|
+
return errorList.length ? Promise.reject({
|
|
25175
25210
|
values,
|
|
25176
25211
|
errorFields: errorList,
|
|
25177
25212
|
outOfDate: lastValidatePromise !== summaryPromise
|
|
25178
|
-
});
|
|
25213
|
+
}) : Promise.resolve(values);
|
|
25179
25214
|
});
|
|
25180
25215
|
returnPromise.catch((e2) => e2);
|
|
25181
25216
|
return returnPromise;
|
|
@@ -25688,6 +25723,7 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
25688
25723
|
const getSchema = vue.computed(() => {
|
|
25689
25724
|
const treeExpandField = (schemas2) => {
|
|
25690
25725
|
return schemas2.map((schema) => {
|
|
25726
|
+
var _a2, _b;
|
|
25691
25727
|
const {
|
|
25692
25728
|
defaultValue,
|
|
25693
25729
|
component,
|
|
@@ -25731,7 +25767,7 @@ const ShyForm = /* @__PURE__ */ vue.defineComponent({
|
|
|
25731
25767
|
schema.defaultValue = def;
|
|
25732
25768
|
}
|
|
25733
25769
|
}
|
|
25734
|
-
if (schema.component.includes("Input")) {
|
|
25770
|
+
if ((_b = (_a2 = schema == null ? void 0 : schema.component) == null ? void 0 : _a2.includes) == null ? void 0 : _b.call(_a2, "Input")) {
|
|
25735
25771
|
schema.defaultValue = schema.defaultValue || "";
|
|
25736
25772
|
}
|
|
25737
25773
|
if (schema.component === "Table") {
|
|
@@ -26332,8 +26368,13 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
26332
26368
|
};
|
|
26333
26369
|
}
|
|
26334
26370
|
});
|
|
26335
|
-
|
|
26336
|
-
|
|
26371
|
+
/**
|
|
26372
|
+
* @vue/shared v3.5.12
|
|
26373
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
26374
|
+
* @license MIT
|
|
26375
|
+
**/
|
|
26376
|
+
!!(process.env.NODE_ENV !== "production") ? Object.freeze({}) : {};
|
|
26377
|
+
!!(process.env.NODE_ENV !== "production") ? Object.freeze([]) : [];
|
|
26337
26378
|
const isString = (val) => typeof val === "string";
|
|
26338
26379
|
const TreeIcon = ({
|
|
26339
26380
|
icon
|
|
@@ -27395,8 +27436,8 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
27395
27436
|
};
|
|
27396
27437
|
}
|
|
27397
27438
|
});
|
|
27398
|
-
const
|
|
27399
|
-
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
27439
|
+
const Modal_vue_vue_type_style_index_0_scoped_0ca4fd85_lang = "";
|
|
27440
|
+
const Modal = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-0ca4fd85"]]);
|
|
27400
27441
|
const _hoisted_1$f = { class: "api-modal-select" };
|
|
27401
27442
|
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
27402
27443
|
__name: "ApiModalSelect",
|
|
@@ -27544,8 +27585,8 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
27544
27585
|
};
|
|
27545
27586
|
}
|
|
27546
27587
|
});
|
|
27547
|
-
const
|
|
27548
|
-
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-
|
|
27588
|
+
const ApiModalSelect_vue_vue_type_style_index_0_scoped_45845a8d_lang = "";
|
|
27589
|
+
const ApiModalSelect = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-45845a8d"]]);
|
|
27549
27590
|
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
27550
27591
|
__name: "FormWrapper",
|
|
27551
27592
|
props: {
|
|
@@ -31318,12 +31359,15 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
31318
31359
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
31319
31360
|
key: `${item.event}`
|
|
31320
31361
|
}, [
|
|
31321
|
-
vue.createVNode(vue.unref(AMenuItem), vue.mergeProps(getAttr(item.event), {
|
|
31362
|
+
vue.createVNode(vue.unref(AMenuItem), vue.mergeProps({ ref_for: true }, getAttr(item.event), {
|
|
31322
31363
|
onClick: ($event) => handleClickMenu(item),
|
|
31323
31364
|
disabled: item.disabled
|
|
31324
31365
|
}), {
|
|
31325
31366
|
default: vue.withCtx(() => [
|
|
31326
|
-
__props.popconfirm && item.popConfirm ? (vue.openBlock(), vue.createBlock(vue.unref(APopconfirm), vue.
|
|
31367
|
+
__props.popconfirm && item.popConfirm ? (vue.openBlock(), vue.createBlock(vue.unref(APopconfirm), vue.mergeProps({
|
|
31368
|
+
key: 0,
|
|
31369
|
+
ref_for: true
|
|
31370
|
+
}, getPopConfirmAttrs.value(item.popConfirm)), vue.createSlots({
|
|
31327
31371
|
default: vue.withCtx(() => [
|
|
31328
31372
|
vue.createElementVNode("div", null, [
|
|
31329
31373
|
item.icon ? (vue.openBlock(), vue.createBlock(vue.unref(Icon$2), {
|
|
@@ -33907,7 +33951,7 @@ const styles = `.vue-colorful {
|
|
|
33907
33951
|
border-color: transparent;
|
|
33908
33952
|
border-bottom: 12px solid #000;
|
|
33909
33953
|
border-radius: 8px 8px 0 0;
|
|
33910
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
|
|
33954
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
33911
33955
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
33912
33956
|
}
|
|
33913
33957
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -33928,15 +33972,15 @@ const styles = `.vue-colorful {
|
|
|
33928
33972
|
height: 24px;
|
|
33929
33973
|
}
|
|
33930
33974
|
.vue-colorful__hue {
|
|
33931
|
-
background: linear-gradient(
|
|
33932
|
-
to right
|
|
33933
|
-
#f00 0
|
|
33934
|
-
#ff0 17
|
|
33935
|
-
#0f0 33
|
|
33936
|
-
#0ff 50
|
|
33937
|
-
#00f 67
|
|
33938
|
-
#f0f 83
|
|
33939
|
-
#f00 100
|
|
33975
|
+
background: linear-gradient(
|
|
33976
|
+
to right,
|
|
33977
|
+
#f00 0%,
|
|
33978
|
+
#ff0 17%,
|
|
33979
|
+
#0f0 33%,
|
|
33980
|
+
#0ff 50%,
|
|
33981
|
+
#00f 67%,
|
|
33982
|
+
#f0f 83%,
|
|
33983
|
+
#f00 100%
|
|
33940
33984
|
);
|
|
33941
33985
|
}
|
|
33942
33986
|
.vue-colorful__last-control {
|
|
@@ -36717,42 +36761,58 @@ const useDrawerInner = (callbackFn) => {
|
|
|
36717
36761
|
];
|
|
36718
36762
|
};
|
|
36719
36763
|
/*!
|
|
36720
|
-
* Cropper.js v1.
|
|
36764
|
+
* Cropper.js v1.6.2
|
|
36721
36765
|
* https://fengyuanchen.github.io/cropperjs
|
|
36722
36766
|
*
|
|
36723
36767
|
* Copyright 2015-present Chen Fengyuan
|
|
36724
36768
|
* Released under the MIT license
|
|
36725
36769
|
*
|
|
36726
|
-
* Date:
|
|
36770
|
+
* Date: 2024-04-21T07:43:05.335Z
|
|
36727
36771
|
*/
|
|
36728
|
-
function ownKeys(
|
|
36729
|
-
var
|
|
36772
|
+
function ownKeys(e2, r2) {
|
|
36773
|
+
var t2 = Object.keys(e2);
|
|
36730
36774
|
if (Object.getOwnPropertySymbols) {
|
|
36731
|
-
var
|
|
36732
|
-
|
|
36733
|
-
return Object.getOwnPropertyDescriptor(
|
|
36734
|
-
})),
|
|
36775
|
+
var o2 = Object.getOwnPropertySymbols(e2);
|
|
36776
|
+
r2 && (o2 = o2.filter(function(r3) {
|
|
36777
|
+
return Object.getOwnPropertyDescriptor(e2, r3).enumerable;
|
|
36778
|
+
})), t2.push.apply(t2, o2);
|
|
36735
36779
|
}
|
|
36736
|
-
return
|
|
36780
|
+
return t2;
|
|
36737
36781
|
}
|
|
36738
|
-
function _objectSpread2(
|
|
36739
|
-
for (var
|
|
36740
|
-
var
|
|
36741
|
-
|
|
36742
|
-
_defineProperty(
|
|
36743
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
36744
|
-
Object.defineProperty(
|
|
36782
|
+
function _objectSpread2(e2) {
|
|
36783
|
+
for (var r2 = 1; r2 < arguments.length; r2++) {
|
|
36784
|
+
var t2 = null != arguments[r2] ? arguments[r2] : {};
|
|
36785
|
+
r2 % 2 ? ownKeys(Object(t2), true).forEach(function(r3) {
|
|
36786
|
+
_defineProperty(e2, r3, t2[r3]);
|
|
36787
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e2, Object.getOwnPropertyDescriptors(t2)) : ownKeys(Object(t2)).forEach(function(r3) {
|
|
36788
|
+
Object.defineProperty(e2, r3, Object.getOwnPropertyDescriptor(t2, r3));
|
|
36745
36789
|
});
|
|
36746
36790
|
}
|
|
36747
|
-
return
|
|
36791
|
+
return e2;
|
|
36792
|
+
}
|
|
36793
|
+
function _toPrimitive(t2, r2) {
|
|
36794
|
+
if ("object" != typeof t2 || !t2)
|
|
36795
|
+
return t2;
|
|
36796
|
+
var e2 = t2[Symbol.toPrimitive];
|
|
36797
|
+
if (void 0 !== e2) {
|
|
36798
|
+
var i2 = e2.call(t2, r2 || "default");
|
|
36799
|
+
if ("object" != typeof i2)
|
|
36800
|
+
return i2;
|
|
36801
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
36802
|
+
}
|
|
36803
|
+
return ("string" === r2 ? String : Number)(t2);
|
|
36804
|
+
}
|
|
36805
|
+
function _toPropertyKey(t2) {
|
|
36806
|
+
var i2 = _toPrimitive(t2, "string");
|
|
36807
|
+
return "symbol" == typeof i2 ? i2 : i2 + "";
|
|
36748
36808
|
}
|
|
36749
|
-
function _typeof(
|
|
36809
|
+
function _typeof(o2) {
|
|
36750
36810
|
"@babel/helpers - typeof";
|
|
36751
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(
|
|
36752
|
-
return typeof
|
|
36753
|
-
} : function(
|
|
36754
|
-
return
|
|
36755
|
-
}, _typeof(
|
|
36811
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o3) {
|
|
36812
|
+
return typeof o3;
|
|
36813
|
+
} : function(o3) {
|
|
36814
|
+
return o3 && "function" == typeof Symbol && o3.constructor === Symbol && o3 !== Symbol.prototype ? "symbol" : typeof o3;
|
|
36815
|
+
}, _typeof(o2);
|
|
36756
36816
|
}
|
|
36757
36817
|
function _classCallCheck(instance, Constructor) {
|
|
36758
36818
|
if (!(instance instanceof Constructor)) {
|
|
@@ -36766,7 +36826,7 @@ function _defineProperties(target, props2) {
|
|
|
36766
36826
|
descriptor.configurable = true;
|
|
36767
36827
|
if ("value" in descriptor)
|
|
36768
36828
|
descriptor.writable = true;
|
|
36769
|
-
Object.defineProperty(target, descriptor.key, descriptor);
|
|
36829
|
+
Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
|
|
36770
36830
|
}
|
|
36771
36831
|
}
|
|
36772
36832
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
@@ -36780,6 +36840,7 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
36780
36840
|
return Constructor;
|
|
36781
36841
|
}
|
|
36782
36842
|
function _defineProperty(obj, key2, value) {
|
|
36843
|
+
key2 = _toPropertyKey(key2);
|
|
36783
36844
|
if (key2 in obj) {
|
|
36784
36845
|
Object.defineProperty(obj, key2, {
|
|
36785
36846
|
value,
|
|
@@ -38994,7 +39055,7 @@ var methods = {
|
|
|
38994
39055
|
if (!this.cropped) {
|
|
38995
39056
|
return source;
|
|
38996
39057
|
}
|
|
38997
|
-
var _this$getData = this.getData(), initialX = _this$getData.x, initialY = _this$getData.y, initialWidth = _this$getData.width, initialHeight = _this$getData.height;
|
|
39058
|
+
var _this$getData = this.getData(options.rounded), initialX = _this$getData.x, initialY = _this$getData.y, initialWidth = _this$getData.width, initialHeight = _this$getData.height;
|
|
38998
39059
|
var ratio = source.width / Math.floor(canvasData.naturalWidth);
|
|
38999
39060
|
if (ratio !== 1) {
|
|
39000
39061
|
initialX *= ratio;
|
|
@@ -39143,7 +39204,7 @@ var Cropper = /* @__PURE__ */ function() {
|
|
|
39143
39204
|
this.sizing = false;
|
|
39144
39205
|
this.init();
|
|
39145
39206
|
}
|
|
39146
|
-
_createClass(Cropper2, [{
|
|
39207
|
+
return _createClass(Cropper2, [{
|
|
39147
39208
|
key: "init",
|
|
39148
39209
|
value: function init() {
|
|
39149
39210
|
var element = this.element;
|
|
@@ -39435,13 +39496,13 @@ var Cropper = /* @__PURE__ */ function() {
|
|
|
39435
39496
|
assign(DEFAULTS, isPlainObject(options) && options);
|
|
39436
39497
|
}
|
|
39437
39498
|
}]);
|
|
39438
|
-
return Cropper2;
|
|
39439
39499
|
}();
|
|
39440
39500
|
assign(Cropper.prototype, render, preview, events, handlers, change, methods);
|
|
39441
39501
|
const cropper = "";
|
|
39442
39502
|
function toValue(r2) {
|
|
39443
39503
|
return typeof r2 === "function" ? r2() : vue.unref(r2);
|
|
39444
39504
|
}
|
|
39505
|
+
typeof WorkerGlobalScope !== "undefined" && globalThis instanceof WorkerGlobalScope;
|
|
39445
39506
|
const noop = () => {
|
|
39446
39507
|
};
|
|
39447
39508
|
function createFilterWrapper(filter, fn) {
|
|
@@ -40266,7 +40327,7 @@ const _sfc_main$8 = vue.defineComponent({
|
|
|
40266
40327
|
}
|
|
40267
40328
|
}
|
|
40268
40329
|
});
|
|
40269
|
-
const
|
|
40330
|
+
const Loading_vue_vue_type_style_index_0_scoped_ee545744_lang = "";
|
|
40270
40331
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
40271
40332
|
const _component_Spin = vue.resolveComponent("Spin");
|
|
40272
40333
|
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("section", {
|
|
@@ -40282,7 +40343,7 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
40282
40343
|
[vue.vShow, _ctx.loading]
|
|
40283
40344
|
]);
|
|
40284
40345
|
}
|
|
40285
|
-
const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$3], ["__scopeId", "data-v-
|
|
40346
|
+
const Loading = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$3], ["__scopeId", "data-v-ee545744"]]);
|
|
40286
40347
|
function createLoading(props2, target, wait = false) {
|
|
40287
40348
|
let vm = null;
|
|
40288
40349
|
const data = vue.reactive({
|
|
@@ -40675,28 +40736,35 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
40675
40736
|
key: 0,
|
|
40676
40737
|
column: c2,
|
|
40677
40738
|
onHandleSortChange: handleSortChange
|
|
40678
|
-
}, null, 8, ["column"])) : (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), vue.mergeProps({
|
|
40739
|
+
}, null, 8, ["column"])) : (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), vue.mergeProps({
|
|
40740
|
+
key: 1,
|
|
40741
|
+
ref_for: true
|
|
40742
|
+
}, c2, {
|
|
40679
40743
|
"edit-render": (c2 == null ? void 0 : c2.editRender) || void 0
|
|
40680
40744
|
}), {
|
|
40681
40745
|
default: vue.withCtx((config) => [
|
|
40682
|
-
vue.renderSlot(_ctx.$slots, `${_ctx.column.field}-${c2.field}`, vue.
|
|
40746
|
+
vue.renderSlot(_ctx.$slots, `${_ctx.column.field}-${c2.field}`, vue.mergeProps({ ref_for: true }, config), () => {
|
|
40683
40747
|
var _a2, _b, _c, _d, _e;
|
|
40684
40748
|
return [
|
|
40685
40749
|
config.row._isEdit && ((_a2 = _ctx.column) == null ? void 0 : _a2.isEdit) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
40686
40750
|
((_b = c2 == null ? void 0 : c2.editComponentProps) == null ? void 0 : _b.component) === "Switch" ? (vue.openBlock(), vue.createBlock(vue.unref(CellComponent), vue.mergeProps({
|
|
40687
40751
|
key: 0,
|
|
40688
40752
|
checkedValue: 1,
|
|
40689
|
-
unCheckedValue: 0
|
|
40753
|
+
unCheckedValue: 0,
|
|
40754
|
+
ref_for: true
|
|
40690
40755
|
}, (c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40691
40756
|
checked: config.row[c2.field],
|
|
40692
40757
|
"onUpdate:checked": ($event) => config.row[c2.field] = $event
|
|
40693
|
-
}), null, 16, ["checked", "onUpdate:checked"])) : (vue.openBlock(), vue.createBlock(vue.unref(CellComponent), vue.mergeProps({
|
|
40758
|
+
}), null, 16, ["checked", "onUpdate:checked"])) : (vue.openBlock(), vue.createBlock(vue.unref(CellComponent), vue.mergeProps({
|
|
40759
|
+
key: 1,
|
|
40760
|
+
ref_for: true
|
|
40761
|
+
}, (c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40694
40762
|
value: config.row[c2.field],
|
|
40695
40763
|
"onUpdate:value": ($event) => config.row[c2.field] = $event
|
|
40696
40764
|
}), null, 16, ["value", "onUpdate:value"]))
|
|
40697
40765
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
40698
40766
|
(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" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$3, [
|
|
40699
|
-
vue.createVNode(vue.unref(CellComponent), vue.mergeProps((c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40767
|
+
vue.createVNode(vue.unref(CellComponent), vue.mergeProps({ ref_for: true }, (c2 == null ? void 0 : c2.editComponentProps) || {}, {
|
|
40700
40768
|
value: config.row[c2.field],
|
|
40701
40769
|
"onUpdate:value": ($event) => config.row[c2.field] = $event,
|
|
40702
40770
|
bordered: false,
|
|
@@ -40712,7 +40780,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
40712
40780
|
})
|
|
40713
40781
|
]),
|
|
40714
40782
|
header: vue.withCtx(() => [
|
|
40715
|
-
vue.renderSlot(_ctx.$slots, `${c2.field}Header`, vue.
|
|
40783
|
+
vue.renderSlot(_ctx.$slots, `${c2.field}Header`, vue.mergeProps({ ref_for: true }, { c: c2 }), () => [
|
|
40716
40784
|
vue.createElementVNode("div", _hoisted_4$2, [
|
|
40717
40785
|
vue.createElementVNode("div", null, vue.toDisplayString(c2.title), 1),
|
|
40718
40786
|
(c2 == null ? void 0 : c2.sortable) ? (vue.openBlock(), vue.createBlock(_sfc_main$6, {
|
|
@@ -41143,32 +41211,39 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
41143
41211
|
return {
|
|
41144
41212
|
name: `${column2.field}-${c2.field}`,
|
|
41145
41213
|
fn: vue.withCtx((config2) => [
|
|
41146
|
-
vue.renderSlot(_ctx.$slots, `${column2.field}-${c2.field}`, vue.
|
|
41214
|
+
vue.renderSlot(_ctx.$slots, `${column2.field}-${c2.field}`, vue.mergeProps({ ref_for: true }, config2))
|
|
41147
41215
|
])
|
|
41148
41216
|
};
|
|
41149
41217
|
})
|
|
41150
|
-
]), 1032, ["column"])) : (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), vue.mergeProps({
|
|
41218
|
+
]), 1032, ["column"])) : (vue.openBlock(), vue.createBlock(vue.unref(vxeTable.VxeColumn), vue.mergeProps({
|
|
41219
|
+
key: 1,
|
|
41220
|
+
ref_for: true
|
|
41221
|
+
}, column2, {
|
|
41151
41222
|
"edit-render": (column2 == null ? void 0 : column2.editRender) || void 0
|
|
41152
41223
|
}), {
|
|
41153
41224
|
default: vue.withCtx((config2) => [
|
|
41154
|
-
vue.renderSlot(_ctx.$slots, column2.field, vue.
|
|
41225
|
+
vue.renderSlot(_ctx.$slots, column2.field, vue.mergeProps({ ref_for: true }, config2), () => {
|
|
41155
41226
|
var _a3, _b2, _c2, _d2;
|
|
41156
41227
|
return [
|
|
41157
41228
|
config2.row._isEdit && (column2 == null ? void 0 : column2.isEdit) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
41158
41229
|
((_a3 = column2 == null ? void 0 : column2.editComponentProps) == null ? void 0 : _a3.component) === "Switch" ? (vue.openBlock(), vue.createBlock(vue.unref(CellComponent), vue.mergeProps({
|
|
41159
41230
|
key: 0,
|
|
41160
41231
|
checkedValue: 1,
|
|
41161
|
-
unCheckedValue: 0
|
|
41232
|
+
unCheckedValue: 0,
|
|
41233
|
+
ref_for: true
|
|
41162
41234
|
}, (column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41163
41235
|
checked: config2.row[column2.field],
|
|
41164
41236
|
"onUpdate:checked": ($event) => config2.row[column2.field] = $event
|
|
41165
|
-
}), null, 16, ["checked", "onUpdate:checked"])) : (vue.openBlock(), vue.createBlock(vue.unref(CellComponent), vue.mergeProps({
|
|
41237
|
+
}), null, 16, ["checked", "onUpdate:checked"])) : (vue.openBlock(), vue.createBlock(vue.unref(CellComponent), vue.mergeProps({
|
|
41238
|
+
key: 1,
|
|
41239
|
+
ref_for: true
|
|
41240
|
+
}, (column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41166
41241
|
value: config2.row[column2.field],
|
|
41167
41242
|
"onUpdate:value": ($event) => config2.row[column2.field] = $event
|
|
41168
41243
|
}), null, 16, ["value", "onUpdate:value"]))
|
|
41169
41244
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
41170
41245
|
(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" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$2, [
|
|
41171
|
-
vue.createVNode(vue.unref(CellComponent), vue.mergeProps((column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41246
|
+
vue.createVNode(vue.unref(CellComponent), vue.mergeProps({ ref_for: true }, (column2 == null ? void 0 : column2.editComponentProps) || {}, {
|
|
41172
41247
|
value: config2.row[column2.field],
|
|
41173
41248
|
"onUpdate:value": ($event) => config2.row[column2.field] = $event,
|
|
41174
41249
|
bordered: false,
|
|
@@ -41184,7 +41259,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
41184
41259
|
})
|
|
41185
41260
|
]),
|
|
41186
41261
|
header: vue.withCtx(() => [
|
|
41187
|
-
vue.renderSlot(_ctx.$slots, `${column2.field}Header`, vue.
|
|
41262
|
+
vue.renderSlot(_ctx.$slots, `${column2.field}Header`, vue.mergeProps({ ref_for: true }, { column: column2 }), () => [
|
|
41188
41263
|
vue.createElementVNode("div", _hoisted_4$1, [
|
|
41189
41264
|
vue.createElementVNode("div", null, vue.toDisplayString(column2.title), 1),
|
|
41190
41265
|
(column2 == null ? void 0 : column2.sortable) ? (vue.openBlock(), vue.createBlock(_sfc_main$6, {
|
|
@@ -41574,7 +41649,10 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
41574
41649
|
vue.createVNode(vue.unref(antDesignVue.Row), null, {
|
|
41575
41650
|
default: vue.withCtx(() => [
|
|
41576
41651
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(schemasCurrent, (schema, index2) => {
|
|
41577
|
-
return vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Col), vue.
|
|
41652
|
+
return vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Col), vue.mergeProps({
|
|
41653
|
+
key: index2,
|
|
41654
|
+
ref_for: true
|
|
41655
|
+
}, (schema == null ? void 0 : schema.colProps) || { span: 24 }), {
|
|
41578
41656
|
default: vue.withCtx(() => [
|
|
41579
41657
|
vue.createElementVNode("div", _hoisted_1$1, [
|
|
41580
41658
|
vue.createVNode(vue.unref(antDesignVue.FormItem), {
|
|
@@ -41682,11 +41760,13 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
41682
41760
|
getComponent2(schema.field) === "ApiSelect" ? (vue.openBlock(), vue.createBlock(ApiSelect, vue.mergeProps({
|
|
41683
41761
|
key: 0,
|
|
41684
41762
|
value: schema[`${schema.field}`],
|
|
41685
|
-
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event
|
|
41763
|
+
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event,
|
|
41764
|
+
ref_for: true
|
|
41686
41765
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Select), vue.mergeProps({
|
|
41687
41766
|
key: 1,
|
|
41688
41767
|
value: schema[`${schema.field}`],
|
|
41689
|
-
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event
|
|
41768
|
+
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event,
|
|
41769
|
+
ref_for: true
|
|
41690
41770
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"]))
|
|
41691
41771
|
]),
|
|
41692
41772
|
_: 2
|
|
@@ -41694,15 +41774,18 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
41694
41774
|
getComponent2(schema.field) === "Input" ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Input), vue.mergeProps({
|
|
41695
41775
|
key: 0,
|
|
41696
41776
|
value: schema[schema.field],
|
|
41697
|
-
"onUpdate:value": ($event) => schema[schema.field] = $event
|
|
41777
|
+
"onUpdate:value": ($event) => schema[schema.field] = $event,
|
|
41778
|
+
ref_for: true
|
|
41698
41779
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"])) : getComponent2(schema.field) === "ApiSelect" ? (vue.openBlock(), vue.createBlock(ApiSelect, vue.mergeProps({
|
|
41699
41780
|
key: 1,
|
|
41700
41781
|
value: schema[`${schema.field}`],
|
|
41701
|
-
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event
|
|
41782
|
+
"onUpdate:value": ($event) => schema[`${schema.field}`] = $event,
|
|
41783
|
+
ref_for: true
|
|
41702
41784
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"])) : (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Select), vue.mergeProps({
|
|
41703
41785
|
key: 2,
|
|
41704
41786
|
value: schema[schema.field],
|
|
41705
|
-
"onUpdate:value": ($event) => schema[schema.field] = $event
|
|
41787
|
+
"onUpdate:value": ($event) => schema[schema.field] = $event,
|
|
41788
|
+
ref_for: true
|
|
41706
41789
|
}, getComponentPropsByField(schema.field)), null, 16, ["value", "onUpdate:value"]))
|
|
41707
41790
|
], 64))
|
|
41708
41791
|
]),
|
|
@@ -41991,7 +42074,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
41991
42074
|
},
|
|
41992
42075
|
setup(__props, { expose: __expose }) {
|
|
41993
42076
|
vue.useCssVars((_ctx) => ({
|
|
41994
|
-
"
|
|
42077
|
+
"989efb00": props2.labelWidth
|
|
41995
42078
|
}));
|
|
41996
42079
|
const props2 = __props;
|
|
41997
42080
|
const form = vue.ref({});
|
|
@@ -42135,7 +42218,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
42135
42218
|
options: handleApiOptions(item.api, item),
|
|
42136
42219
|
showSearch: "",
|
|
42137
42220
|
filterOption,
|
|
42138
|
-
onChange: ($event) => handleChangeBinding($event, item)
|
|
42221
|
+
onChange: ($event) => handleChangeBinding($event, item),
|
|
42222
|
+
ref_for: true
|
|
42139
42223
|
}, item.componentProps, {
|
|
42140
42224
|
value: form.value[item.field],
|
|
42141
42225
|
"onUpdate:value": ($event) => form.value[item.field] = $event
|
|
@@ -42162,8 +42246,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
42162
42246
|
};
|
|
42163
42247
|
}
|
|
42164
42248
|
});
|
|
42165
|
-
const
|
|
42166
|
-
const descriptionsForm = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
42249
|
+
const DescriptionsForm_vue_vue_type_style_index_0_scoped_2d2eda80_lang = "";
|
|
42250
|
+
const descriptionsForm = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2d2eda80"]]);
|
|
42167
42251
|
const DescriptionsForm = utils$1.withInstall(descriptionsForm);
|
|
42168
42252
|
const basicResizeWrapperProps = vue.reactive({
|
|
42169
42253
|
designWidth: {
|