@aplus-frontend/ui 0.0.1-beta.4 → 0.0.1-beta.41
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.mjs +222 -126
- package/es/src/ap-action/constant.d.ts +0 -0
- package/es/src/ap-action/group/index.vue.d.ts +38 -0
- package/es/src/ap-action/group/index.vue.mjs +76 -0
- package/es/src/ap-action/group/index.vue2.mjs +4 -0
- package/es/src/ap-action/index.d.ts +14 -0
- package/es/src/ap-action/index.mjs +20 -0
- package/es/src/ap-action/interface.d.ts +82 -0
- package/es/src/ap-action/interface.mjs +1 -0
- package/es/src/ap-action/item/index.vue.d.ts +44 -0
- package/es/src/ap-action/item/index.vue.mjs +4 -0
- package/es/src/ap-action/item/index.vue2.mjs +49 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +57 -0
- package/es/src/ap-action/item-dropdown/index.vue.mjs +95 -0
- package/es/src/ap-action/item-dropdown/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-modal/index.vue.d.ts +41 -0
- package/es/src/ap-action/item-modal/index.vue.mjs +35 -0
- package/es/src/ap-action/item-modal/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +343 -0
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +39 -0
- package/es/src/ap-action/item-popconfirm/index.vue2.mjs +4 -0
- package/es/src/ap-action/style/item-dropdown.css +11 -0
- package/es/src/ap-action/style/item.css +33 -0
- package/es/src/ap-custom-column/column-select.vue.d.ts +18 -0
- package/es/src/ap-custom-column/column-select.vue.mjs +102 -0
- package/es/src/ap-custom-column/column-select.vue2.mjs +4 -0
- package/es/src/ap-custom-column/custom-column.vue.d.ts +18 -0
- package/es/src/ap-custom-column/custom-column.vue.mjs +86 -0
- package/es/src/ap-custom-column/custom-column.vue2.mjs +4 -0
- package/es/src/ap-custom-column/index.d.ts +7 -0
- package/es/src/ap-custom-column/index.mjs +9 -0
- package/es/src/ap-custom-column/interfaces.d.ts +41 -0
- package/es/src/ap-custom-column/interfaces.mjs +1 -0
- package/es/src/ap-custom-column/storage.d.ts +8 -0
- package/es/src/ap-custom-column/storage.mjs +29 -0
- package/es/src/ap-custom-column/styles/column-select.css +44 -0
- package/es/src/ap-custom-column/styles/custom-column.css +46 -0
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +10 -0
- package/es/src/ap-custom-column/useCacheColumnSetting.mjs +9 -0
- package/es/src/ap-custom-column/utils.d.ts +3 -0
- package/es/src/ap-custom-column/utils.mjs +17 -0
- package/es/src/ap-download/ap-download.vue.d.ts +41 -0
- package/es/src/ap-download/ap-download.vue.mjs +56 -0
- package/es/src/ap-download/ap-download.vue2.mjs +4 -0
- package/es/src/ap-download/hooks/index.d.ts +9 -0
- package/es/src/ap-download/hooks/index.mjs +20 -0
- package/es/src/ap-download/index.d.ts +4 -0
- package/es/src/ap-download/index.mjs +2 -0
- package/es/src/ap-download/interface.d.ts +33 -0
- package/es/src/ap-download/interface.mjs +1 -0
- package/es/src/ap-download/style/ap-download.css +51 -0
- package/es/src/ap-field/checkbox/helper.mjs +5 -0
- package/es/src/ap-field/checkbox/index.vue.d.ts +39 -0
- package/es/src/ap-field/checkbox/index.vue.mjs +63 -0
- package/es/src/ap-field/checkbox/index.vue2.mjs +4 -0
- package/es/src/ap-field/date/constant.d.ts +11 -1
- package/es/src/ap-field/date/constant.mjs +50 -0
- package/es/src/ap-field/date/helper.d.ts +5 -0
- package/es/src/ap-field/date/helper.mjs +10 -0
- package/es/src/ap-field/date/index.vue.d.ts +57 -0
- package/es/src/ap-field/date/index.vue.mjs +74 -0
- package/es/src/ap-field/date/index.vue2.mjs +4 -0
- package/es/src/ap-field/date/interface.d.ts +1 -0
- package/es/src/ap-field/date-range/index.vue.d.ts +59 -0
- package/es/src/ap-field/date-range/index.vue.mjs +93 -0
- package/es/src/ap-field/date-range/index.vue2.mjs +4 -0
- package/es/src/ap-field/index.d.ts +21 -2
- package/es/src/ap-field/index.mjs +42 -0
- package/es/src/ap-field/interface.d.ts +68 -7
- package/es/src/ap-field/interface.mjs +1 -0
- package/es/src/ap-field/number/helper.d.ts +1 -0
- package/es/src/ap-field/number/helper.mjs +14 -0
- package/es/src/ap-field/number/index.vue.d.ts +72 -0
- package/es/src/ap-field/number/index.vue.mjs +106 -0
- package/es/src/ap-field/number/index.vue2.mjs +4 -0
- package/es/src/ap-field/number/style.css +6 -0
- package/es/src/ap-field/radio/helper.d.ts +4 -0
- package/es/src/ap-field/radio/helper.mjs +5 -0
- package/es/src/ap-field/radio/index.vue.d.ts +40 -0
- package/es/src/ap-field/radio/index.vue.mjs +74 -0
- package/es/src/ap-field/radio/index.vue2.mjs +4 -0
- package/es/src/ap-field/select/index.vue.d.ts +235 -0
- package/es/src/ap-field/select/index.vue.mjs +114 -0
- package/es/src/ap-field/select/index.vue2.mjs +4 -0
- package/es/src/ap-field/switch/index.vue.d.ts +54 -0
- package/es/src/ap-field/switch/index.vue.mjs +122 -0
- package/es/src/ap-field/switch/index.vue2.mjs +4 -0
- package/es/src/ap-field/text/index.vue.d.ts +66 -0
- package/es/src/ap-field/text/index.vue.mjs +133 -0
- package/es/src/ap-field/text/index.vue2.mjs +4 -0
- package/es/src/ap-field/text-area/index.vue.d.ts +49 -0
- package/es/src/ap-field/text-area/index.vue.mjs +86 -0
- package/es/src/ap-field/text-area/index.vue2.mjs +4 -0
- package/es/src/ap-field/text-area/style.css +5 -0
- package/es/src/ap-form/ap-form-item-group/helper.d.ts +10 -0
- package/es/src/ap-form/ap-form-item-group/helper.mjs +30 -11
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +32 -28
- package/es/src/ap-form/ap-form-item.vue.d.ts +26 -5
- package/es/src/ap-form/ap-form-item.vue.mjs +96 -21
- package/es/src/ap-form/ap-form-list.vue.d.ts +35 -0
- package/es/src/ap-form/ap-form-list.vue.mjs +41 -0
- package/es/src/ap-form/ap-form-list.vue2.mjs +4 -0
- package/es/src/ap-form/ap-form.vue.d.ts +66 -0
- package/es/src/ap-form/ap-form.vue.mjs +4 -0
- package/es/src/ap-form/ap-form.vue2.mjs +89 -0
- package/es/src/ap-form/context.d.ts +11 -0
- package/es/src/ap-form/context.mjs +17 -0
- package/es/src/ap-form/index.d.ts +18 -2593
- package/es/src/ap-form/index.mjs +25 -7
- package/es/src/ap-form/interface.d.ts +65 -2
- package/es/src/ap-form/interface.mjs +1 -0
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +47 -0
- package/es/src/ap-form/items/checkbox/index.vue.mjs +61 -0
- package/es/src/ap-form/items/checkbox/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/date/index.vue.d.ts +65 -0
- package/es/src/ap-form/items/date/index.vue.mjs +80 -0
- package/es/src/ap-form/items/date/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/date-range/index.vue.d.ts +64 -0
- package/es/src/ap-form/items/date-range/index.vue.mjs +80 -0
- package/es/src/ap-form/items/date-range/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/index.d.ts +11 -0
- package/es/src/ap-form/items/index.mjs +9 -0
- package/es/src/ap-form/items/interface.d.ts +45 -0
- package/es/src/ap-form/items/number/index.vue.d.ts +63 -0
- package/es/src/ap-form/items/number/index.vue.mjs +84 -0
- package/es/src/ap-form/items/number/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/radio/index.vue.d.ts +50 -0
- package/es/src/ap-form/items/radio/index.vue.mjs +74 -0
- package/es/src/ap-form/items/radio/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/select/index.vue.d.ts +69 -0
- package/es/src/ap-form/items/select/index.vue.mjs +89 -0
- package/es/src/ap-form/items/select/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/switch/index.vue.d.ts +60 -0
- package/es/src/ap-form/items/switch/index.vue.mjs +68 -0
- package/es/src/ap-form/items/switch/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/text/index.vue.d.ts +66 -0
- package/es/src/ap-form/items/text/index.vue.mjs +95 -0
- package/es/src/ap-form/items/text/index.vue2.mjs +4 -0
- package/es/src/ap-form/items/text-area/index.vue.d.ts +52 -0
- package/es/src/ap-form/items/text-area/index.vue.mjs +79 -0
- package/es/src/ap-form/items/text-area/index.vue2.mjs +4 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +378 -0
- package/es/src/ap-form/modal-form/index.vue.mjs +239 -0
- package/es/src/ap-form/modal-form/index.vue2.mjs +4 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +79 -0
- package/es/src/ap-form/search-form/index.vue.mjs +209 -0
- package/es/src/ap-form/search-form/index.vue2.mjs +4 -0
- package/es/src/ap-form/style/ap-form-item.css +50 -0
- package/es/src/ap-form/style/modal-form.css +17 -0
- package/es/src/ap-form/style/search-form.css +3 -0
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +42 -0
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +62 -0
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue2.mjs +4 -0
- package/es/src/ap-layout/index.d.ts +3 -0
- package/es/src/ap-layout/index.mjs +1 -0
- package/es/src/ap-layout/interface.d.ts +4 -0
- package/es/src/ap-layout/style/ap-info-layout.css +19 -0
- package/es/src/ap-table/ap-table.vue.d.ts +186 -0
- package/es/src/ap-table/ap-table.vue.mjs +262 -0
- package/es/src/ap-table/ap-table.vue2.mjs +4 -0
- package/es/src/ap-table/components/index/index.vue.d.ts +28 -0
- package/es/src/ap-table/components/index/index.vue.mjs +4 -0
- package/es/src/ap-table/components/index/index.vue2.mjs +21 -0
- package/es/src/ap-table/components/interface.d.ts +20 -0
- package/es/src/ap-table/components/style/index.css +12 -0
- package/es/src/ap-table/components/style/pagination.css +12 -0
- package/es/src/ap-table/constants.d.ts +11075 -0
- package/es/src/ap-table/constants.mjs +55 -0
- package/es/src/ap-table/hooks/use-table-paging.d.ts +82 -0
- package/es/src/ap-table/hooks/use-table-paging.mjs +142 -0
- package/es/src/ap-table/index.d.ts +5 -0
- package/es/src/ap-table/index.mjs +6 -0
- package/es/src/ap-table/interface.d.ts +180 -0
- package/es/src/ap-table/interface.mjs +1 -0
- package/es/src/ap-table/style/ap-table.css +46 -0
- package/es/src/ap-table/utils.d.ts +14 -0
- package/es/src/ap-table/utils.mjs +35 -0
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +34 -0
- package/es/src/ap-tag/ap-tag-group.vue.mjs +137 -0
- package/es/src/ap-tag/ap-tag-group.vue2.mjs +4 -0
- package/es/src/ap-tag/ap-tag.vue.d.ts +34 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +41 -0
- package/es/src/ap-tag/ap-tag.vue2.mjs +4 -0
- package/es/src/ap-tag/index.d.ts +5 -0
- package/es/src/ap-tag/index.mjs +3 -0
- package/es/src/ap-tag/interface.d.ts +35 -0
- package/es/src/ap-tag/interface.mjs +1 -0
- package/es/src/ap-tag/style/ap-tag-group.css +6 -0
- package/es/src/ap-tag/style/ap-tag.css +40 -0
- package/es/src/ap-upload/apUpload.vue.d.ts +111 -0
- package/es/src/ap-upload/apUpload.vue.mjs +95 -0
- package/es/src/ap-upload/apUpload.vue2.mjs +4 -0
- package/es/src/ap-upload/apUploadTypes.d.ts +90 -0
- package/es/src/ap-upload/apUploadTypes.mjs +4 -0
- package/es/src/ap-upload/assets/single-file-icon.png.mjs +4 -0
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +4 -0
- package/es/src/ap-upload/components/MultipleFile.vue.mjs +4 -0
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +197 -0
- package/es/src/ap-upload/components/Picture.vue.d.ts +4 -0
- package/es/src/ap-upload/components/Picture.vue.mjs +4 -0
- package/es/src/ap-upload/components/Picture.vue2.mjs +219 -0
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +4 -0
- package/es/src/ap-upload/components/SingleFile.vue.mjs +4 -0
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +213 -0
- package/es/src/ap-upload/hooks/useOss.d.ts +19 -0
- package/es/src/ap-upload/hooks/useOss.mjs +62 -0
- package/es/src/ap-upload/index.d.ts +5 -0
- package/es/src/ap-upload/index.mjs +11 -0
- package/es/src/ap-upload/styles/multiple-file.css +58 -0
- package/es/src/ap-upload/styles/picture.css +112 -0
- package/es/src/ap-upload/styles/single-file.css +98 -0
- package/es/src/ap-upload/styles/upload.css +6 -0
- package/es/src/ap-upload/utils/accept.d.ts +13 -0
- package/es/src/ap-upload/utils/accept.mjs +51 -0
- package/es/src/ap-upload/utils/returnData.d.ts +19 -0
- package/es/src/ap-upload/utils/returnData.mjs +21 -0
- package/es/src/base-button/button.vue.mjs +2 -58
- package/es/src/base-button/button.vue2.mjs +59 -2
- package/es/src/base-button/index.d.ts +28 -28
- package/es/src/base-button/index.mjs +8 -8
- package/es/src/base-button/interface.mjs +1 -0
- package/es/src/base-button/modal-button.vue.mjs +12 -11
- package/es/src/base-button/pop-confirm-button.vue.mjs +15 -14
- package/es/src/basic/arrow.vue.mjs +2 -38
- package/es/src/basic/arrow.vue2.mjs +38 -2
- package/es/src/basic/help.vue.d.ts +5 -5
- package/es/src/basic/help.vue.mjs +2 -96
- package/es/src/basic/help.vue2.mjs +96 -2
- package/es/src/basic/index.d.ts +11 -11
- package/es/src/basic/index.mjs +11 -7
- package/es/src/basic/interface.mjs +1 -0
- package/es/src/basic/title.vue.mjs +2 -32
- package/es/src/basic/title.vue2.mjs +33 -2
- package/es/src/components.d.ts +2 -0
- package/es/src/config-provider/config-provider-props.d.ts +5 -1
- package/es/src/config-provider/config-provider-props.mjs +6 -2
- package/es/src/config-provider/config-provider.d.ts +22 -13
- package/es/src/config-provider/config-provider.mjs +27 -30
- package/es/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/es/src/config-provider/hooks/use-locale.mjs +1 -0
- package/es/src/config-provider/index.d.ts +56 -37
- package/es/src/config-provider/index.mjs +26 -13
- package/es/src/container/collapse/header.vue.mjs +2 -49
- package/es/src/container/collapse/header.vue2.mjs +49 -2
- package/es/src/container/collapse/index.vue.mjs +2 -85
- package/es/src/container/collapse/index.vue2.mjs +86 -2
- package/es/src/container/collapse/style/header.css +1 -1
- package/es/src/container/collapse/style/index.css +1 -1
- package/es/src/container/index.mjs +8 -5
- package/es/src/container/interface.mjs +1 -0
- package/es/src/container/scroll-container.vue.mjs +2 -60
- package/es/src/container/scroll-container.vue2.mjs +60 -2
- package/es/src/count-down/button.vue.mjs +2 -44
- package/es/src/count-down/button.vue2.mjs +44 -2
- package/es/src/count-down/index.d.ts +12 -12
- package/es/src/count-down/index.mjs +8 -5
- package/es/src/count-down/input.vue.mjs +2 -44
- package/es/src/count-down/input.vue2.mjs +45 -2
- package/es/src/count-down/interface.mjs +1 -0
- package/es/src/cropper/cropper-avatar.vue.d.ts +1 -1
- package/es/src/cropper/cropper-avatar.vue.mjs +2 -94
- package/es/src/cropper/cropper-avatar.vue2.mjs +96 -2
- package/es/src/cropper/cropper-image.vue.d.ts +1 -1
- package/es/src/cropper/cropper-image.vue.mjs +2 -129
- package/es/src/cropper/cropper-image.vue2.mjs +129 -2
- package/es/src/cropper/cropper-modal.vue.mjs +2 -270
- package/es/src/cropper/cropper-modal.vue2.mjs +271 -2
- package/es/src/cropper/index.d.ts +42 -42
- package/es/src/cropper/index.mjs +8 -5
- package/es/src/cropper/interface.mjs +1 -0
- package/es/src/cropper/style/avatar.css +1 -1
- package/es/src/cropper/style/modal.css +2 -2
- package/es/src/description/description.vue.d.ts +1 -1
- package/es/src/description/description.vue.mjs +2 -169
- package/es/src/description/description.vue2.mjs +169 -2
- package/es/src/description/index.d.ts +3 -3
- package/es/src/description/index.mjs +8 -5
- package/es/src/description/interface.mjs +1 -0
- package/es/src/design-token/index.d.ts +4 -0
- package/es/src/design-token/index.mjs +65 -0
- package/es/src/dropdown/dropdown.vue.d.ts +1 -1
- package/es/src/dropdown/dropdown.vue.mjs +2 -92
- package/es/src/dropdown/dropdown.vue2.mjs +92 -2
- package/es/src/dropdown/index.d.ts +7 -7
- package/es/src/dropdown/index.mjs +5 -3
- package/es/src/dropdown/interface.mjs +1 -0
- package/es/src/hooks/index.mjs +6 -0
- package/es/src/hooks/useControllableValue.mjs +13 -16
- package/es/src/hooks/useMessage.mjs +1 -1
- package/es/src/icon/icon.vue.mjs +2 -66
- package/es/src/icon/icon.vue2.mjs +67 -2
- package/es/src/icon/index.d.ts +41 -41
- package/es/src/icon/index.mjs +8 -5
- package/es/src/icon/interface.mjs +1 -0
- package/es/src/icon/svg-icon.vue.mjs +2 -32
- package/es/src/icon/svg-icon.vue2.mjs +32 -2
- package/es/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/es/src/icon-picker/icon-picker.vue.mjs +2 -166
- package/es/src/icon-picker/icon-picker.vue2.mjs +168 -2
- package/es/src/icon-picker/index.d.ts +45 -45
- package/es/src/icon-picker/index.mjs +7 -5
- package/es/src/icon-picker/interface.mjs +1 -0
- package/es/src/index.d.ts +10 -0
- package/es/src/index.mjs +217 -113
- package/es/src/locale/index.mjs +7 -0
- package/es/src/locale/interface.mjs +1 -0
- package/es/src/locale/lang/en.mjs +14 -1
- package/es/src/locale/lang/zh-cn.mjs +14 -1
- package/es/src/modal/basic.vue.d.ts +3 -3
- package/es/src/modal/basic.vue.mjs +2 -191
- package/es/src/modal/basic.vue2.mjs +198 -2
- package/es/src/modal/components/modal-close.vue.mjs +2 -72
- package/es/src/modal/components/modal-close.vue2.mjs +72 -2
- package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/es/src/modal/components/modal-footer.vue.mjs +2 -43
- package/es/src/modal/components/modal-footer.vue2.mjs +43 -2
- package/es/src/modal/components/modal-header.vue.mjs +1 -18
- package/es/src/modal/components/modal-header.vue2.mjs +18 -1
- package/es/src/modal/components/modal-wrapper.vue.mjs +2 -99
- package/es/src/modal/components/modal-wrapper.vue2.mjs +102 -2
- package/es/src/modal/components/modal.d.ts +1 -1
- package/es/src/modal/components/modal.mjs +6 -6
- package/es/src/modal/hooks/use-modal-drag.mjs +1 -1
- package/es/src/modal/hooks/use-modal.mjs +8 -8
- package/es/src/modal/index.d.ts +9 -10
- package/es/src/modal/index.mjs +10 -8
- package/es/src/modal/interface.mjs +1 -0
- package/es/src/modal/props.mjs +1 -1
- package/es/src/modal/style/index.css +0 -104
- package/es/src/pro-form/component-map.mjs +56 -41
- package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +2 -2
- package/es/src/pro-form/components/api-select.vue.d.ts +3 -3
- package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree-select.vue.mjs +1 -1
- package/es/src/pro-form/components/api-tree.vue.d.ts +2 -2
- package/es/src/pro-form/components/form-action.vue.mjs +2 -105
- package/es/src/pro-form/components/form-action.vue2.mjs +105 -2
- package/es/src/pro-form/components/form-item.vue.mjs +2 -352
- package/es/src/pro-form/components/form-item.vue2.mjs +352 -2
- package/es/src/pro-form/components/interface.mjs +1 -0
- package/es/src/pro-form/hooks/use-break-point.mjs +21 -20
- package/es/src/pro-form/hooks/use-component-register.d.ts +4 -0
- package/es/src/pro-form/hooks/use-component-register.mjs +13 -0
- package/es/src/pro-form/hooks/use-form-events.mjs +22 -22
- package/es/src/pro-form/hooks/use-form-values.mjs +12 -12
- package/es/src/pro-form/hooks/use-form.mjs +4 -4
- package/es/src/pro-form/hooks/use-label-width.d.ts +8 -8
- package/es/src/pro-form/index.d.ts +5 -1
- package/es/src/pro-form/index.mjs +37 -34
- package/es/src/pro-form/pro-form.vue.d.ts +3 -3
- package/es/src/pro-form/pro-form.vue.mjs +59 -57
- package/es/src/pro-form/style/index.css +0 -3
- package/es/src/pro-form/style/table-form.css +104 -0
- package/es/src/pro-form/table-form-inner.vue.d.ts +44 -0
- package/es/src/pro-form/table-form-inner.vue.mjs +176 -0
- package/es/src/pro-form/table-form-inner.vue2.mjs +4 -0
- package/es/src/pro-form/table-form.vue.d.ts +42 -0
- package/es/src/pro-form/table-form.vue.mjs +41 -0
- package/es/src/pro-form/table-form.vue2.mjs +4 -0
- package/es/src/pro-form/types/form-item.mjs +1 -0
- package/es/src/pro-form/types/form.d.ts +8 -8
- package/es/src/pro-form/types/table-form.d.ts +37 -0
- package/es/src/pro-form/types/table-form.mjs +1 -0
- package/es/src/pro-table/component-map.mjs +29 -37
- package/es/src/pro-table/components/editable/editable-cell.vue.mjs +2 -378
- package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +378 -2
- package/es/src/pro-table/components/editable/index.mjs +7 -6
- package/es/src/pro-table/components/header-cell.vue.mjs +2 -43
- package/es/src/pro-table/components/header-cell.vue2.mjs +44 -2
- package/es/src/pro-table/components/settings/column-setting.vue.mjs +2 -307
- package/es/src/pro-table/components/settings/column-setting.vue2.mjs +308 -2
- package/es/src/pro-table/components/settings/full-screen-setting.vue.mjs +2 -30
- package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +30 -2
- package/es/src/pro-table/components/settings/index.vue.mjs +2 -59
- package/es/src/pro-table/components/settings/index.vue2.mjs +63 -2
- package/es/src/pro-table/components/settings/redo-setting.vue.mjs +2 -26
- package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +26 -2
- package/es/src/pro-table/components/settings/size-setting.vue.mjs +2 -71
- package/es/src/pro-table/components/settings/size-setting.vue2.mjs +71 -2
- package/es/src/pro-table/components/table-action.vue.mjs +2 -2
- package/es/src/pro-table/components/table-footer.vue.mjs +2 -61
- package/es/src/pro-table/components/table-footer.vue2.mjs +61 -2
- package/es/src/pro-table/components/table-header.vue.mjs +2 -86
- package/es/src/pro-table/components/table-header.vue2.mjs +89 -2
- package/es/src/pro-table/components/table-selection-bar.vue.mjs +2 -40
- package/es/src/pro-table/components/table-selection-bar.vue2.mjs +40 -2
- package/es/src/pro-table/components/table-title.vue.mjs +2 -41
- package/es/src/pro-table/components/table-title.vue2.mjs +41 -2
- package/es/src/pro-table/hooks/use-columns.mjs +27 -27
- package/es/src/pro-table/hooks/use-data-source.mjs +45 -46
- package/es/src/pro-table/hooks/use-pagination.mjs +4 -4
- package/es/src/pro-table/hooks/use-scroll-to.mjs +1 -1
- package/es/src/pro-table/hooks/use-table-footer.mjs +8 -7
- package/es/src/pro-table/hooks/use-table-header.mjs +12 -11
- package/es/src/pro-table/index.mjs +12 -0
- package/es/src/pro-table/interface.d.ts +1 -1
- package/es/src/pro-table/interface.mjs +1 -0
- package/es/src/pro-table/pro-table.vue.d.ts +3 -0
- package/es/src/pro-table/pro-table.vue.mjs +69 -70
- package/es/src/pro-table/types/pagination.mjs +1 -0
- package/es/src/pro-table/types/table-action.mjs +1 -0
- package/es/src/pro-table/types/table.mjs +1 -0
- package/es/src/prompt/dialog.vue.mjs +2 -61
- package/es/src/prompt/dialog.vue2.mjs +58 -2
- package/es/src/prompt/index.mjs +9 -8
- package/es/src/prompt/utils.d.ts +3 -3
- package/es/src/scroll-bar/bar-item.mjs +4 -4
- package/es/src/scroll-bar/index.d.ts +12 -12
- package/es/src/scroll-bar/index.mjs +5 -3
- package/es/src/scroll-bar/interface.mjs +1 -0
- package/es/src/scroll-bar/scroll-bar.vue.mjs +2 -84
- package/es/src/scroll-bar/scroll-bar.vue2.mjs +84 -2
- package/es/src/strength-meter/index.d.ts +12 -12
- package/es/src/strength-meter/index.mjs +5 -3
- package/es/src/strength-meter/interface.mjs +1 -0
- package/es/src/strength-meter/strength-meter.vue.mjs +2 -61
- package/es/src/strength-meter/strength-meter.vue2.mjs +61 -2
- package/es/src/theme/antd-global-overwrite/admin/alert.css +47 -0
- package/es/src/theme/antd-global-overwrite/admin/button.css +38 -0
- package/es/src/theme/antd-global-overwrite/admin/form.css +65 -0
- package/es/src/theme/antd-global-overwrite/admin/index.css +536 -0
- package/es/src/theme/antd-global-overwrite/admin/message.css +17 -0
- package/es/src/theme/antd-global-overwrite/admin/modal.css +117 -0
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +68 -0
- package/es/src/theme/antd-global-overwrite/admin/steps.css +103 -0
- package/es/src/theme/antd-global-overwrite/admin/table.css +81 -0
- package/es/src/theme/antd-global-overwrite/aplus/alert.css +47 -0
- package/es/src/theme/antd-global-overwrite/aplus/button.css +38 -0
- package/es/src/theme/antd-global-overwrite/aplus/form.css +90 -0
- package/es/src/theme/antd-global-overwrite/aplus/index.css +565 -0
- package/es/src/theme/antd-global-overwrite/aplus/message.css +17 -0
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +111 -0
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +81 -0
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +103 -0
- package/es/src/theme/antd-global-overwrite/aplus/table.css +78 -0
- package/es/src/theme/ap-action/item-dropdown.css +11 -0
- package/es/src/theme/ap-action/item.css +33 -0
- package/es/src/theme/ap-download/ap-download.css +51 -0
- package/es/src/theme/ap-field/number.css +6 -0
- package/es/src/theme/ap-field/text-area.css +5 -0
- package/es/src/theme/ap-form/ap-form-item.css +50 -0
- package/es/src/theme/ap-form/modal-form.css +17 -0
- package/es/src/theme/ap-form/search-form.css +3 -0
- package/es/src/theme/ap-layout/ap-info-layout.css +19 -0
- package/es/src/theme/ap-table/ap-table-index.css +12 -0
- package/es/src/theme/ap-table/ap-table-pagination.css +12 -0
- package/es/src/theme/ap-table/ap-table.css +46 -0
- package/es/src/theme/ap-tag/ap-tag-group.css +6 -0
- package/es/src/theme/ap-tag/ap-tag.css +40 -0
- package/es/src/theme/ap-upload/multiple-file.css +58 -0
- package/es/src/theme/ap-upload/picture.css +112 -0
- package/es/src/theme/ap-upload/single-file.css +98 -0
- package/es/src/theme/ap-upload/upload.css +6 -0
- package/es/src/theme/collapse-container/header.css +1 -1
- package/es/src/theme/collapse-container/index.css +1 -1
- package/es/src/theme/cropper/avatar.css +1 -1
- package/es/src/theme/cropper/modal.css +2 -2
- package/es/src/theme/custom-column/column-select.css +44 -0
- package/es/src/theme/custom-column/custom-column.css +46 -0
- package/es/src/theme/modal/index.css +0 -104
- package/es/src/theme/pro-form/form.css +0 -3
- package/es/src/theme/pro-form/table-form-inner.css +104 -0
- package/es/src/theme/work-order-modal/index.css +3 -0
- package/es/src/transition/index.mjs +21 -24
- package/es/src/type.d.ts +4 -1
- package/es/src/utils/config-provider-preset.d.ts +79 -0
- package/es/src/utils/config-provider-preset.mjs +30 -0
- package/es/src/utils/index.d.ts +16 -0
- package/es/src/utils/index.mjs +36 -11
- package/es/src/utils/slot.d.ts +7 -1
- package/es/src/utils/slot.mjs +25 -15
- package/es/src/utils/tree.mjs +103 -13
- package/es/src/utils/uuid.mjs +15 -9
- package/es/src/work-order-modal/createWorkOrder.d.ts +1 -0
- package/es/src/work-order-modal/createWorkOrder.mjs +19 -0
- package/es/src/work-order-modal/help-message.vue.d.ts +3 -0
- package/es/src/work-order-modal/help-message.vue.mjs +4 -0
- package/es/src/work-order-modal/help-message.vue2.mjs +33 -0
- package/es/src/work-order-modal/index.d.ts +5 -0
- package/es/src/work-order-modal/index.mjs +7 -0
- package/es/src/work-order-modal/interfaces.d.ts +23 -0
- package/es/src/work-order-modal/interfaces.mjs +4 -0
- package/es/src/work-order-modal/style/index.css +3 -0
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +18 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +182 -0
- package/es/src/work-order-modal/work-order-modal.vue2.mjs +4 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-action/constant.d.ts +0 -0
- package/lib/src/ap-action/group/index.vue.d.ts +38 -0
- package/lib/src/ap-action/group/index.vue.js +1 -0
- package/lib/src/ap-action/group/index.vue2.js +1 -0
- package/lib/src/ap-action/index.d.ts +14 -0
- package/lib/src/ap-action/index.js +1 -0
- package/lib/src/ap-action/interface.d.ts +82 -0
- package/lib/src/ap-action/interface.js +1 -0
- package/lib/src/ap-action/item/index.vue.d.ts +44 -0
- package/lib/src/ap-action/item/index.vue.js +1 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +57 -0
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -0
- package/lib/src/ap-action/item-dropdown/index.vue2.js +1 -0
- package/lib/src/ap-action/item-modal/index.vue.d.ts +41 -0
- package/lib/src/ap-action/item-modal/index.vue.js +1 -0
- package/lib/src/ap-action/item-modal/index.vue2.js +1 -0
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +343 -0
- package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -0
- package/lib/src/ap-action/item-popconfirm/index.vue2.js +1 -0
- package/lib/src/ap-action/style/item-dropdown.css +11 -0
- package/lib/src/ap-action/style/item.css +33 -0
- package/lib/src/ap-custom-column/column-select.vue.d.ts +18 -0
- package/lib/src/ap-custom-column/column-select.vue.js +1 -0
- package/lib/src/ap-custom-column/column-select.vue2.js +1 -0
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +18 -0
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -0
- package/lib/src/ap-custom-column/custom-column.vue2.js +1 -0
- package/lib/src/ap-custom-column/index.d.ts +7 -0
- package/lib/src/ap-custom-column/index.js +1 -0
- package/lib/src/ap-custom-column/interfaces.d.ts +41 -0
- package/lib/src/ap-custom-column/interfaces.js +1 -0
- package/lib/src/ap-custom-column/storage.d.ts +8 -0
- package/lib/src/ap-custom-column/storage.js +1 -0
- package/lib/src/ap-custom-column/styles/column-select.css +44 -0
- package/lib/src/ap-custom-column/styles/custom-column.css +46 -0
- package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +10 -0
- package/lib/src/ap-custom-column/useCacheColumnSetting.js +1 -0
- package/lib/src/ap-custom-column/utils.d.ts +3 -0
- package/lib/src/ap-custom-column/utils.js +1 -0
- package/lib/src/ap-download/ap-download.vue.d.ts +41 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -0
- package/lib/src/ap-download/ap-download.vue2.js +1 -0
- package/lib/src/ap-download/hooks/index.d.ts +9 -0
- package/lib/src/ap-download/hooks/index.js +1 -0
- package/lib/src/ap-download/index.d.ts +4 -0
- package/lib/src/ap-download/index.js +1 -0
- package/lib/src/ap-download/interface.d.ts +33 -0
- package/lib/src/ap-download/interface.js +1 -0
- package/lib/src/ap-download/style/ap-download.css +51 -0
- package/lib/src/ap-field/checkbox/helper.js +1 -0
- package/lib/src/ap-field/checkbox/index.vue.d.ts +39 -0
- package/lib/src/ap-field/checkbox/index.vue.js +1 -0
- package/lib/src/ap-field/checkbox/index.vue2.js +1 -0
- package/lib/src/ap-field/date/constant.d.ts +11 -1
- package/lib/src/ap-field/date/constant.js +1 -0
- package/lib/src/ap-field/date/helper.d.ts +5 -0
- package/lib/src/ap-field/date/helper.js +1 -0
- package/lib/src/ap-field/date/index.vue.d.ts +57 -0
- package/lib/src/ap-field/date/index.vue.js +1 -0
- package/lib/src/ap-field/date/index.vue2.js +1 -0
- package/lib/src/ap-field/date/interface.d.ts +1 -0
- package/lib/src/ap-field/date-range/index.vue.d.ts +59 -0
- package/lib/src/ap-field/date-range/index.vue.js +1 -0
- package/lib/src/ap-field/date-range/index.vue2.js +1 -0
- package/lib/src/ap-field/index.d.ts +21 -2
- package/lib/src/ap-field/index.js +1 -0
- package/lib/src/ap-field/interface.d.ts +68 -7
- package/lib/src/ap-field/interface.js +1 -0
- package/lib/src/ap-field/number/helper.d.ts +1 -0
- package/lib/src/ap-field/number/helper.js +1 -0
- package/lib/src/ap-field/number/index.vue.d.ts +72 -0
- package/lib/src/ap-field/number/index.vue.js +1 -0
- package/lib/src/ap-field/number/index.vue2.js +1 -0
- package/lib/src/ap-field/number/style.css +6 -0
- package/lib/src/ap-field/radio/helper.d.ts +4 -0
- package/lib/src/ap-field/radio/helper.js +1 -0
- package/lib/src/ap-field/radio/index.vue.d.ts +40 -0
- package/lib/src/ap-field/radio/index.vue.js +1 -0
- package/lib/src/ap-field/radio/index.vue2.js +1 -0
- package/lib/src/ap-field/select/index.vue.d.ts +235 -0
- package/lib/src/ap-field/select/index.vue.js +1 -0
- package/lib/src/ap-field/select/index.vue2.js +1 -0
- package/lib/src/ap-field/switch/index.vue.d.ts +54 -0
- package/lib/src/ap-field/switch/index.vue.js +1 -0
- package/lib/src/ap-field/switch/index.vue2.js +1 -0
- package/lib/src/ap-field/text/index.vue.d.ts +66 -0
- package/lib/src/ap-field/text/index.vue.js +1 -0
- package/lib/src/ap-field/text/index.vue2.js +1 -0
- package/lib/src/ap-field/text-area/index.vue.d.ts +49 -0
- package/lib/src/ap-field/text-area/index.vue.js +1 -0
- package/lib/src/ap-field/text-area/index.vue2.js +1 -0
- package/lib/src/ap-field/text-area/style.css +5 -0
- package/lib/src/ap-form/ap-form-item-group/helper.d.ts +10 -0
- package/lib/src/ap-form/ap-form-item-group/helper.js +1 -1
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +26 -5
- package/lib/src/ap-form/ap-form-item.vue.js +1 -1
- package/lib/src/ap-form/ap-form-list.vue.d.ts +35 -0
- package/lib/src/ap-form/ap-form-list.vue.js +1 -0
- package/lib/src/ap-form/ap-form-list.vue2.js +1 -0
- package/lib/src/ap-form/ap-form.vue.d.ts +66 -0
- package/lib/src/ap-form/ap-form.vue.js +1 -0
- package/lib/src/ap-form/ap-form.vue2.js +1 -0
- package/lib/src/ap-form/context.d.ts +11 -0
- package/lib/src/ap-form/context.js +1 -0
- package/lib/src/ap-form/index.d.ts +18 -2593
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/interface.d.ts +65 -2
- package/lib/src/ap-form/interface.js +1 -0
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +47 -0
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -0
- package/lib/src/ap-form/items/checkbox/index.vue2.js +1 -0
- package/lib/src/ap-form/items/date/index.vue.d.ts +65 -0
- package/lib/src/ap-form/items/date/index.vue.js +1 -0
- package/lib/src/ap-form/items/date/index.vue2.js +1 -0
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +64 -0
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -0
- package/lib/src/ap-form/items/date-range/index.vue2.js +1 -0
- package/lib/src/ap-form/items/index.d.ts +11 -0
- package/lib/src/ap-form/items/index.js +1 -0
- package/lib/src/ap-form/items/interface.d.ts +45 -0
- package/lib/src/ap-form/items/number/index.vue.d.ts +63 -0
- package/lib/src/ap-form/items/number/index.vue.js +1 -0
- package/lib/src/ap-form/items/number/index.vue2.js +1 -0
- package/lib/src/ap-form/items/radio/index.vue.d.ts +50 -0
- package/lib/src/ap-form/items/radio/index.vue.js +1 -0
- package/lib/src/ap-form/items/radio/index.vue2.js +1 -0
- package/lib/src/ap-form/items/select/index.vue.d.ts +69 -0
- package/lib/src/ap-form/items/select/index.vue.js +1 -0
- package/lib/src/ap-form/items/select/index.vue2.js +1 -0
- package/lib/src/ap-form/items/switch/index.vue.d.ts +60 -0
- package/lib/src/ap-form/items/switch/index.vue.js +1 -0
- package/lib/src/ap-form/items/switch/index.vue2.js +1 -0
- package/lib/src/ap-form/items/text/index.vue.d.ts +66 -0
- package/lib/src/ap-form/items/text/index.vue.js +1 -0
- package/lib/src/ap-form/items/text/index.vue2.js +1 -0
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +52 -0
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -0
- package/lib/src/ap-form/items/text-area/index.vue2.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +378 -0
- package/lib/src/ap-form/modal-form/index.vue.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue2.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +79 -0
- package/lib/src/ap-form/search-form/index.vue.js +1 -0
- package/lib/src/ap-form/search-form/index.vue2.js +1 -0
- package/lib/src/ap-form/style/ap-form-item.css +50 -0
- package/lib/src/ap-form/style/modal-form.css +17 -0
- package/lib/src/ap-form/style/search-form.css +3 -0
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +42 -0
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -0
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue2.js +1 -0
- package/lib/src/ap-layout/index.d.ts +3 -0
- package/lib/src/ap-layout/index.js +1 -0
- package/lib/src/ap-layout/interface.d.ts +4 -0
- package/lib/src/ap-layout/style/ap-info-layout.css +19 -0
- package/lib/src/ap-table/ap-table.vue.d.ts +186 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -0
- package/lib/src/ap-table/ap-table.vue2.js +1 -0
- package/lib/src/ap-table/components/index/index.vue.d.ts +28 -0
- package/lib/src/ap-table/components/index/index.vue.js +1 -0
- package/lib/src/ap-table/components/index/index.vue2.js +1 -0
- package/lib/src/ap-table/components/interface.d.ts +20 -0
- package/lib/src/ap-table/components/style/index.css +12 -0
- package/lib/src/ap-table/components/style/pagination.css +12 -0
- package/lib/src/ap-table/constants.d.ts +11075 -0
- package/lib/src/ap-table/constants.js +1 -0
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +82 -0
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -0
- package/lib/src/ap-table/index.d.ts +5 -0
- package/lib/src/ap-table/index.js +1 -0
- package/lib/src/ap-table/interface.d.ts +180 -0
- package/lib/src/ap-table/interface.js +1 -0
- package/lib/src/ap-table/style/ap-table.css +46 -0
- package/lib/src/ap-table/utils.d.ts +14 -0
- package/lib/src/ap-table/utils.js +1 -0
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +34 -0
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -0
- package/lib/src/ap-tag/ap-tag-group.vue2.js +1 -0
- package/lib/src/ap-tag/ap-tag.vue.d.ts +34 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -0
- package/lib/src/ap-tag/ap-tag.vue2.js +1 -0
- package/lib/src/ap-tag/index.d.ts +5 -0
- package/lib/src/ap-tag/index.js +1 -0
- package/lib/src/ap-tag/interface.d.ts +35 -0
- package/lib/src/ap-tag/interface.js +1 -0
- package/lib/src/ap-tag/style/ap-tag-group.css +6 -0
- package/lib/src/ap-tag/style/ap-tag.css +40 -0
- package/lib/src/ap-upload/apUpload.vue.d.ts +111 -0
- package/lib/src/ap-upload/apUpload.vue.js +1 -0
- package/lib/src/ap-upload/apUpload.vue2.js +1 -0
- package/lib/src/ap-upload/apUploadTypes.d.ts +90 -0
- package/lib/src/ap-upload/apUploadTypes.js +1 -0
- package/lib/src/ap-upload/assets/single-file-icon.png.js +1 -0
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +4 -0
- package/lib/src/ap-upload/components/MultipleFile.vue.js +1 -0
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -0
- package/lib/src/ap-upload/components/Picture.vue.d.ts +4 -0
- package/lib/src/ap-upload/components/Picture.vue.js +1 -0
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -0
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +4 -0
- package/lib/src/ap-upload/components/SingleFile.vue.js +1 -0
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -0
- package/lib/src/ap-upload/hooks/useOss.d.ts +19 -0
- package/lib/src/ap-upload/hooks/useOss.js +1 -0
- package/lib/src/ap-upload/index.d.ts +5 -0
- package/lib/src/ap-upload/index.js +1 -0
- package/lib/src/ap-upload/styles/multiple-file.css +58 -0
- package/lib/src/ap-upload/styles/picture.css +112 -0
- package/lib/src/ap-upload/styles/single-file.css +98 -0
- package/lib/src/ap-upload/styles/upload.css +6 -0
- package/lib/src/ap-upload/utils/accept.d.ts +13 -0
- package/lib/src/ap-upload/utils/accept.js +1 -0
- package/lib/src/ap-upload/utils/returnData.d.ts +19 -0
- package/lib/src/ap-upload/utils/returnData.js +1 -0
- package/lib/src/base-button/button.vue.js +1 -1
- package/lib/src/base-button/button.vue2.js +1 -1
- package/lib/src/base-button/index.d.ts +28 -28
- package/lib/src/base-button/index.js +1 -1
- package/lib/src/base-button/interface.js +1 -0
- package/lib/src/base-button/modal-button.vue.js +1 -1
- package/lib/src/base-button/pop-confirm-button.vue.js +1 -1
- package/lib/src/basic/arrow.vue.js +1 -1
- package/lib/src/basic/arrow.vue2.js +1 -1
- package/lib/src/basic/help.vue.d.ts +5 -5
- package/lib/src/basic/help.vue.js +1 -1
- package/lib/src/basic/help.vue2.js +1 -1
- package/lib/src/basic/index.d.ts +11 -11
- package/lib/src/basic/index.js +1 -1
- package/lib/src/basic/interface.js +1 -0
- package/lib/src/basic/title.vue.js +1 -1
- package/lib/src/basic/title.vue2.js +1 -1
- package/lib/src/components.d.ts +2 -0
- package/lib/src/config-provider/config-provider-props.d.ts +5 -1
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +22 -13
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +5 -1
- package/lib/src/config-provider/hooks/use-locale.js +1 -1
- package/lib/src/config-provider/index.d.ts +56 -37
- package/lib/src/config-provider/index.js +1 -1
- package/lib/src/container/collapse/header.vue.js +1 -1
- package/lib/src/container/collapse/header.vue2.js +1 -1
- package/lib/src/container/collapse/index.vue.js +1 -1
- package/lib/src/container/collapse/index.vue2.js +1 -1
- package/lib/src/container/collapse/style/header.css +1 -1
- package/lib/src/container/collapse/style/index.css +1 -1
- package/lib/src/container/index.js +1 -1
- package/lib/src/container/interface.js +1 -0
- package/lib/src/container/scroll-container.vue.js +1 -1
- package/lib/src/container/scroll-container.vue2.js +1 -1
- package/lib/src/count-down/button.vue.js +1 -1
- package/lib/src/count-down/button.vue2.js +1 -1
- package/lib/src/count-down/index.d.ts +12 -12
- package/lib/src/count-down/index.js +1 -1
- package/lib/src/count-down/input.vue.js +1 -1
- package/lib/src/count-down/input.vue2.js +1 -1
- package/lib/src/count-down/interface.js +1 -0
- package/lib/src/cropper/cropper-avatar.vue.d.ts +1 -1
- package/lib/src/cropper/cropper-avatar.vue.js +1 -1
- package/lib/src/cropper/cropper-avatar.vue2.js +1 -1
- package/lib/src/cropper/cropper-image.vue.d.ts +1 -1
- package/lib/src/cropper/cropper-image.vue.js +1 -1
- package/lib/src/cropper/cropper-image.vue2.js +1 -1
- package/lib/src/cropper/cropper-modal.vue.js +1 -1
- package/lib/src/cropper/cropper-modal.vue2.js +1 -1
- package/lib/src/cropper/index.d.ts +42 -42
- package/lib/src/cropper/index.js +1 -1
- package/lib/src/cropper/interface.js +1 -0
- package/lib/src/cropper/style/avatar.css +1 -1
- package/lib/src/cropper/style/modal.css +2 -2
- package/lib/src/description/description.vue.d.ts +1 -1
- package/lib/src/description/description.vue.js +1 -1
- package/lib/src/description/description.vue2.js +1 -1
- package/lib/src/description/index.d.ts +3 -3
- package/lib/src/description/index.js +1 -1
- package/lib/src/description/interface.js +1 -0
- package/lib/src/design-token/index.d.ts +4 -0
- package/lib/src/design-token/index.js +1 -0
- package/lib/src/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/src/dropdown/dropdown.vue.js +1 -1
- package/lib/src/dropdown/dropdown.vue2.js +1 -1
- package/lib/src/dropdown/index.d.ts +7 -7
- package/lib/src/dropdown/index.js +1 -1
- package/lib/src/dropdown/interface.js +1 -0
- package/lib/src/hooks/index.js +1 -0
- package/lib/src/hooks/useControllableValue.js +1 -1
- package/lib/src/hooks/useMessage.js +1 -1
- package/lib/src/icon/icon.vue.js +1 -1
- package/lib/src/icon/icon.vue2.js +1 -1
- package/lib/src/icon/index.d.ts +41 -41
- package/lib/src/icon/index.js +1 -1
- package/lib/src/icon/interface.js +1 -0
- package/lib/src/icon/svg-icon.vue.js +1 -1
- package/lib/src/icon/svg-icon.vue2.js +1 -1
- package/lib/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/lib/src/icon-picker/icon-picker.vue.js +1 -1
- package/lib/src/icon-picker/icon-picker.vue2.js +1 -1
- package/lib/src/icon-picker/index.d.ts +45 -45
- package/lib/src/icon-picker/index.js +1 -1
- package/lib/src/icon-picker/interface.js +1 -0
- package/lib/src/index.d.ts +10 -0
- package/lib/src/index.js +1 -1
- package/lib/src/locale/index.js +1 -0
- package/lib/src/locale/interface.js +1 -0
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +3 -3
- package/lib/src/modal/basic.vue.js +1 -1
- package/lib/src/modal/basic.vue2.js +1 -1
- package/lib/src/modal/components/modal-close.vue.js +1 -1
- package/lib/src/modal/components/modal-close.vue2.js +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/lib/src/modal/components/modal-footer.vue.js +1 -1
- package/lib/src/modal/components/modal-footer.vue2.js +1 -1
- package/lib/src/modal/components/modal-header.vue.js +1 -1
- package/lib/src/modal/components/modal-header.vue2.js +1 -1
- package/lib/src/modal/components/modal-wrapper.vue.js +1 -1
- package/lib/src/modal/components/modal-wrapper.vue2.js +1 -1
- package/lib/src/modal/components/modal.d.ts +1 -1
- package/lib/src/modal/index.d.ts +9 -10
- package/lib/src/modal/index.js +1 -1
- package/lib/src/modal/interface.js +1 -0
- package/lib/src/modal/props.js +1 -1
- package/lib/src/modal/style/index.css +0 -104
- package/lib/src/pro-form/component-map.js +1 -1
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-cascader.vue.js +1 -1
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +2 -2
- package/lib/src/pro-form/components/api-select.vue.d.ts +3 -3
- package/lib/src/pro-form/components/api-select.vue.js +1 -1
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree-select.vue.js +1 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +2 -2
- package/lib/src/pro-form/components/form-action.vue.js +1 -1
- package/lib/src/pro-form/components/form-action.vue2.js +1 -1
- package/lib/src/pro-form/components/form-item.vue.js +1 -1
- package/lib/src/pro-form/components/form-item.vue2.js +1 -1
- package/lib/src/pro-form/components/interface.js +1 -0
- package/lib/src/pro-form/hooks/use-break-point.js +1 -1
- package/lib/src/pro-form/hooks/use-component-register.d.ts +4 -0
- package/lib/src/pro-form/hooks/use-component-register.js +1 -0
- package/lib/src/pro-form/hooks/use-form-events.js +1 -1
- package/lib/src/pro-form/hooks/use-form-values.js +1 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +8 -8
- package/lib/src/pro-form/index.d.ts +5 -1
- package/lib/src/pro-form/index.js +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +3 -3
- package/lib/src/pro-form/pro-form.vue.js +1 -1
- package/lib/src/pro-form/style/index.css +0 -3
- package/lib/src/pro-form/style/table-form.css +104 -0
- package/lib/src/pro-form/table-form-inner.vue.d.ts +44 -0
- package/lib/src/pro-form/table-form-inner.vue.js +1 -0
- package/lib/src/pro-form/table-form-inner.vue2.js +1 -0
- package/lib/src/pro-form/table-form.vue.d.ts +42 -0
- package/lib/src/pro-form/table-form.vue.js +1 -0
- package/lib/src/pro-form/table-form.vue2.js +1 -0
- package/lib/src/pro-form/types/form-item.js +1 -0
- package/lib/src/pro-form/types/form.d.ts +8 -8
- package/lib/src/pro-form/types/table-form.d.ts +37 -0
- package/lib/src/pro-form/types/table-form.js +1 -0
- package/lib/src/pro-table/component-map.js +1 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.js +1 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue2.js +1 -1
- package/lib/src/pro-table/components/editable/index.js +1 -1
- package/lib/src/pro-table/components/header-cell.vue.js +1 -1
- package/lib/src/pro-table/components/header-cell.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/column-setting.vue.js +1 -1
- package/lib/src/pro-table/components/settings/column-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.js +1 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/index.vue.js +1 -1
- package/lib/src/pro-table/components/settings/index.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue.js +1 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/settings/size-setting.vue.js +1 -1
- package/lib/src/pro-table/components/settings/size-setting.vue2.js +1 -1
- package/lib/src/pro-table/components/table-action.vue.js +1 -1
- package/lib/src/pro-table/components/table-footer.vue.js +1 -1
- package/lib/src/pro-table/components/table-footer.vue2.js +1 -1
- package/lib/src/pro-table/components/table-header.vue.js +1 -1
- package/lib/src/pro-table/components/table-header.vue2.js +1 -1
- package/lib/src/pro-table/components/table-selection-bar.vue.js +1 -1
- package/lib/src/pro-table/components/table-selection-bar.vue2.js +1 -1
- package/lib/src/pro-table/components/table-title.vue.js +1 -1
- package/lib/src/pro-table/components/table-title.vue2.js +1 -1
- package/lib/src/pro-table/hooks/use-columns.js +1 -1
- package/lib/src/pro-table/hooks/use-data-source.js +1 -1
- package/lib/src/pro-table/hooks/use-table-footer.js +1 -1
- package/lib/src/pro-table/hooks/use-table-header.js +1 -1
- package/lib/src/pro-table/index.js +1 -0
- package/lib/src/pro-table/interface.d.ts +1 -1
- package/lib/src/pro-table/interface.js +1 -0
- package/lib/src/pro-table/pro-table.vue.d.ts +3 -0
- package/lib/src/pro-table/pro-table.vue.js +1 -1
- package/lib/src/pro-table/types/pagination.js +1 -0
- package/lib/src/pro-table/types/table-action.js +1 -0
- package/lib/src/pro-table/types/table.js +1 -0
- package/lib/src/prompt/dialog.vue.js +1 -1
- package/lib/src/prompt/dialog.vue2.js +1 -1
- package/lib/src/prompt/index.js +1 -1
- package/lib/src/prompt/utils.d.ts +3 -3
- package/lib/src/scroll-bar/index.d.ts +12 -12
- package/lib/src/scroll-bar/index.js +1 -1
- package/lib/src/scroll-bar/interface.js +1 -0
- package/lib/src/scroll-bar/scroll-bar.vue.js +1 -1
- package/lib/src/scroll-bar/scroll-bar.vue2.js +1 -1
- package/lib/src/strength-meter/index.d.ts +12 -12
- package/lib/src/strength-meter/index.js +1 -1
- package/lib/src/strength-meter/interface.js +1 -0
- package/lib/src/strength-meter/strength-meter.vue.js +1 -1
- package/lib/src/strength-meter/strength-meter.vue2.js +1 -1
- package/lib/src/theme/antd-global-overwrite/admin/alert.css +47 -0
- package/lib/src/theme/antd-global-overwrite/admin/button.css +38 -0
- package/lib/src/theme/antd-global-overwrite/admin/form.css +65 -0
- package/lib/src/theme/antd-global-overwrite/admin/index.css +536 -0
- package/lib/src/theme/antd-global-overwrite/admin/message.css +17 -0
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +117 -0
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +68 -0
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +103 -0
- package/lib/src/theme/antd-global-overwrite/admin/table.css +81 -0
- package/lib/src/theme/antd-global-overwrite/aplus/alert.css +47 -0
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +38 -0
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +90 -0
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +565 -0
- package/lib/src/theme/antd-global-overwrite/aplus/message.css +17 -0
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +111 -0
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +81 -0
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +103 -0
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +78 -0
- package/lib/src/theme/ap-action/item-dropdown.css +11 -0
- package/lib/src/theme/ap-action/item.css +33 -0
- package/lib/src/theme/ap-download/ap-download.css +51 -0
- package/lib/src/theme/ap-field/number.css +6 -0
- package/lib/src/theme/ap-field/text-area.css +5 -0
- package/lib/src/theme/ap-form/ap-form-item.css +50 -0
- package/lib/src/theme/ap-form/modal-form.css +17 -0
- package/lib/src/theme/ap-form/search-form.css +3 -0
- package/lib/src/theme/ap-layout/ap-info-layout.css +19 -0
- package/lib/src/theme/ap-table/ap-table-index.css +12 -0
- package/lib/src/theme/ap-table/ap-table-pagination.css +12 -0
- package/lib/src/theme/ap-table/ap-table.css +46 -0
- package/lib/src/theme/ap-tag/ap-tag-group.css +6 -0
- package/lib/src/theme/ap-tag/ap-tag.css +40 -0
- package/lib/src/theme/ap-upload/multiple-file.css +58 -0
- package/lib/src/theme/ap-upload/picture.css +112 -0
- package/lib/src/theme/ap-upload/single-file.css +98 -0
- package/lib/src/theme/ap-upload/upload.css +6 -0
- package/lib/src/theme/collapse-container/header.css +1 -1
- package/lib/src/theme/collapse-container/index.css +1 -1
- package/lib/src/theme/cropper/avatar.css +1 -1
- package/lib/src/theme/cropper/modal.css +2 -2
- package/lib/src/theme/custom-column/column-select.css +44 -0
- package/lib/src/theme/custom-column/custom-column.css +46 -0
- package/lib/src/theme/modal/index.css +0 -104
- package/lib/src/theme/pro-form/form.css +0 -3
- package/lib/src/theme/pro-form/table-form-inner.css +104 -0
- package/lib/src/theme/work-order-modal/index.css +3 -0
- package/lib/src/transition/index.js +1 -1
- package/lib/src/type.d.ts +4 -1
- package/lib/src/utils/config-provider-preset.d.ts +79 -0
- package/lib/src/utils/config-provider-preset.js +1 -0
- package/lib/src/utils/index.d.ts +16 -0
- package/lib/src/utils/index.js +1 -1
- package/lib/src/utils/slot.d.ts +7 -1
- package/lib/src/utils/slot.js +1 -1
- package/lib/src/utils/tree.js +1 -1
- package/lib/src/utils/uuid.js +1 -1
- package/lib/src/work-order-modal/createWorkOrder.d.ts +1 -0
- package/lib/src/work-order-modal/createWorkOrder.js +1 -0
- package/lib/src/work-order-modal/help-message.vue.d.ts +3 -0
- package/lib/src/work-order-modal/help-message.vue.js +1 -0
- package/lib/src/work-order-modal/help-message.vue2.js +1 -0
- package/lib/src/work-order-modal/index.d.ts +5 -0
- package/lib/src/work-order-modal/index.js +1 -0
- package/lib/src/work-order-modal/interfaces.d.ts +23 -0
- package/lib/src/work-order-modal/interfaces.js +1 -0
- package/lib/src/work-order-modal/style/index.css +3 -0
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +18 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -0
- package/lib/src/work-order-modal/work-order-modal.vue2.js +1 -0
- package/package.json +16 -6
- package/es/src/ap-form/ap-form.d.ts +0 -1681
- package/es/src/ap-form/ap-form.mjs +0 -5
- package/lib/src/ap-form/ap-form.d.ts +0 -1681
- package/lib/src/ap-form/ap-form.js +0 -1
|
@@ -5,21 +5,21 @@ export * from './interface';
|
|
|
5
5
|
export { ModalButton, PopConfirmButton };
|
|
6
6
|
export declare const BaseButton: {
|
|
7
7
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
8
|
-
loading: {
|
|
9
|
-
type: PropType<boolean>;
|
|
10
|
-
};
|
|
11
|
-
disabled: {
|
|
12
|
-
type: PropType<boolean>;
|
|
13
|
-
};
|
|
14
8
|
text: {
|
|
15
9
|
type: PropType<string>;
|
|
16
10
|
};
|
|
17
11
|
color: {
|
|
18
|
-
type: PropType<"
|
|
12
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
13
|
+
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: PropType<boolean>;
|
|
19
16
|
};
|
|
20
17
|
onClick: {
|
|
21
18
|
type: PropType<() => void>;
|
|
22
19
|
};
|
|
20
|
+
loading: {
|
|
21
|
+
type: PropType<boolean>;
|
|
22
|
+
};
|
|
23
23
|
preIcon: {
|
|
24
24
|
type: PropType<string>;
|
|
25
25
|
};
|
|
@@ -31,21 +31,21 @@ export declare const BaseButton: {
|
|
|
31
31
|
default: number;
|
|
32
32
|
};
|
|
33
33
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
34
|
-
loading: {
|
|
35
|
-
type: PropType<boolean>;
|
|
36
|
-
};
|
|
37
|
-
disabled: {
|
|
38
|
-
type: PropType<boolean>;
|
|
39
|
-
};
|
|
40
34
|
text: {
|
|
41
35
|
type: PropType<string>;
|
|
42
36
|
};
|
|
43
37
|
color: {
|
|
44
|
-
type: PropType<"
|
|
38
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
type: PropType<boolean>;
|
|
45
42
|
};
|
|
46
43
|
onClick: {
|
|
47
44
|
type: PropType<() => void>;
|
|
48
45
|
};
|
|
46
|
+
loading: {
|
|
47
|
+
type: PropType<boolean>;
|
|
48
|
+
};
|
|
49
49
|
preIcon: {
|
|
50
50
|
type: PropType<string>;
|
|
51
51
|
};
|
|
@@ -66,21 +66,21 @@ export declare const BaseButton: {
|
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
68
|
}, Readonly< ExtractPropTypes<{
|
|
69
|
-
loading: {
|
|
70
|
-
type: PropType<boolean>;
|
|
71
|
-
};
|
|
72
|
-
disabled: {
|
|
73
|
-
type: PropType<boolean>;
|
|
74
|
-
};
|
|
75
69
|
text: {
|
|
76
70
|
type: PropType<string>;
|
|
77
71
|
};
|
|
78
72
|
color: {
|
|
79
|
-
type: PropType<"
|
|
73
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
74
|
+
};
|
|
75
|
+
disabled: {
|
|
76
|
+
type: PropType<boolean>;
|
|
80
77
|
};
|
|
81
78
|
onClick: {
|
|
82
79
|
type: PropType<() => void>;
|
|
83
80
|
};
|
|
81
|
+
loading: {
|
|
82
|
+
type: PropType<boolean>;
|
|
83
|
+
};
|
|
84
84
|
preIcon: {
|
|
85
85
|
type: PropType<string>;
|
|
86
86
|
};
|
|
@@ -98,21 +98,21 @@ export declare const BaseButton: {
|
|
|
98
98
|
__isTeleport?: undefined;
|
|
99
99
|
__isSuspense?: undefined;
|
|
100
100
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
101
|
-
loading: {
|
|
102
|
-
type: PropType<boolean>;
|
|
103
|
-
};
|
|
104
|
-
disabled: {
|
|
105
|
-
type: PropType<boolean>;
|
|
106
|
-
};
|
|
107
101
|
text: {
|
|
108
102
|
type: PropType<string>;
|
|
109
103
|
};
|
|
110
104
|
color: {
|
|
111
|
-
type: PropType<"
|
|
105
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
106
|
+
};
|
|
107
|
+
disabled: {
|
|
108
|
+
type: PropType<boolean>;
|
|
112
109
|
};
|
|
113
110
|
onClick: {
|
|
114
111
|
type: PropType<() => void>;
|
|
115
112
|
};
|
|
113
|
+
loading: {
|
|
114
|
+
type: PropType<boolean>;
|
|
115
|
+
};
|
|
116
116
|
preIcon: {
|
|
117
117
|
type: PropType<string>;
|
|
118
118
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { withInstall as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import { withInstall as t } from "@aplus-frontend/utils";
|
|
2
|
+
import "./button.vue.mjs";
|
|
3
|
+
import "./interface.mjs";
|
|
4
|
+
import "./modal-button.vue2.mjs";
|
|
5
|
+
import "./pop-confirm-button.vue2.mjs";
|
|
6
|
+
import o from "./button.vue2.mjs";
|
|
7
|
+
const a = t(o);
|
|
6
8
|
export {
|
|
7
|
-
|
|
8
|
-
e as ModalButton,
|
|
9
|
-
s as PopConfirmButton
|
|
9
|
+
a as BaseButton
|
|
10
10
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { defineComponent as d, computed as p, unref as n, h as i } from "vue";
|
|
2
|
-
import
|
|
3
|
-
import { extendSlots as
|
|
2
|
+
import "./button.vue.mjs";
|
|
3
|
+
import { extendSlots as C } from "../utils/slot.mjs";
|
|
4
4
|
import { omit as c } from "lodash-unified";
|
|
5
|
-
import { useAttrs as
|
|
6
|
-
import { useLocale as
|
|
7
|
-
import { useMessage as
|
|
8
|
-
import { modalButtonProps as
|
|
9
|
-
|
|
5
|
+
import { useAttrs as g } from "@aplus-frontend/hooks";
|
|
6
|
+
import { useLocale as k } from "../config-provider/hooks/use-locale.mjs";
|
|
7
|
+
import { useMessage as b } from "../hooks/useMessage.mjs";
|
|
8
|
+
import { modalButtonProps as x } from "./constants.mjs";
|
|
9
|
+
import T from "./button.vue2.mjs";
|
|
10
|
+
const { createConfirm: B } = b(), L = d({
|
|
10
11
|
name: "ApModalButton",
|
|
11
12
|
inheritAttrs: !1,
|
|
12
|
-
props:
|
|
13
|
+
props: x,
|
|
13
14
|
setup(o, { slots: s }) {
|
|
14
|
-
const { t: e } =
|
|
15
|
+
const { t: e } = k(), l = g(), r = p(() => Object.assign(
|
|
15
16
|
{
|
|
16
17
|
okText: e("ap.common.okText"),
|
|
17
18
|
cancelText: e("ap.common.cancelText")
|
|
@@ -26,7 +27,7 @@ const { createConfirm: B } = x(), j = d({
|
|
|
26
27
|
"modalConfig"
|
|
27
28
|
), t = c(n(r), "title");
|
|
28
29
|
t.disabled && (t.color = "");
|
|
29
|
-
const a = i(
|
|
30
|
+
const a = i(T, t, C(s));
|
|
30
31
|
return o.enable ? i(a, {
|
|
31
32
|
...f,
|
|
32
33
|
onClick: () => {
|
|
@@ -49,5 +50,5 @@ const { createConfirm: B } = x(), j = d({
|
|
|
49
50
|
}
|
|
50
51
|
});
|
|
51
52
|
export {
|
|
52
|
-
|
|
53
|
+
L as default
|
|
53
54
|
};
|
|
@@ -1,32 +1,33 @@
|
|
|
1
1
|
import { defineComponent as a, computed as u, unref as o, h as i } from "vue";
|
|
2
|
-
import
|
|
3
|
-
import { Popconfirm as
|
|
4
|
-
import { extendSlots as
|
|
2
|
+
import "./button.vue.mjs";
|
|
3
|
+
import { Popconfirm as l } from "ant-design-vue";
|
|
4
|
+
import { extendSlots as d } from "../utils/slot.mjs";
|
|
5
5
|
import { omit as s } from "lodash-unified";
|
|
6
|
-
import { useAttrs as
|
|
6
|
+
import { useAttrs as x } from "@aplus-frontend/hooks";
|
|
7
7
|
import "../config-provider/index.mjs";
|
|
8
|
-
import { popConfirmButton as
|
|
9
|
-
import { useLocale as
|
|
10
|
-
|
|
8
|
+
import { popConfirmButton as b } from "./constants.mjs";
|
|
9
|
+
import { useLocale as B } from "../config-provider/hooks/use-locale.mjs";
|
|
10
|
+
import T from "./button.vue2.mjs";
|
|
11
|
+
const O = a({
|
|
11
12
|
name: "ApPopConfirmButton",
|
|
12
13
|
inheritAttrs: !1,
|
|
13
|
-
props:
|
|
14
|
+
props: b,
|
|
14
15
|
setup(n, { slots: c }) {
|
|
15
|
-
const { t: r } =
|
|
16
|
+
const { t: r } = B(), p = x(), e = u(() => Object.assign(
|
|
16
17
|
{
|
|
17
18
|
okText: r("ap.common.okText"),
|
|
18
19
|
cancelText: r("ap.common.cancelText")
|
|
19
20
|
},
|
|
20
|
-
{ ...n, ...o(
|
|
21
|
+
{ ...n, ...o(p) }
|
|
21
22
|
));
|
|
22
23
|
return () => {
|
|
23
|
-
const
|
|
24
|
+
const f = s(o(e), "icon", "color"), t = s(o(e), "title");
|
|
24
25
|
t.disabled && (t.color = "");
|
|
25
|
-
const m = i(
|
|
26
|
-
return n.enable ? i(
|
|
26
|
+
const m = i(T, t, d(c));
|
|
27
|
+
return n.enable ? i(l, f, { default: () => m }) : m;
|
|
27
28
|
};
|
|
28
29
|
}
|
|
29
30
|
});
|
|
30
31
|
export {
|
|
31
|
-
|
|
32
|
+
O as default
|
|
32
33
|
};
|
|
@@ -1,40 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Icon as w } from "../icon/index.mjs";
|
|
3
|
-
import "../config-provider/index.mjs";
|
|
4
|
-
import "./style/arrow.css";
|
|
5
|
-
import { useNamespace as _ } from "../config-provider/hooks/use-namespace.mjs";
|
|
6
|
-
const k = /* @__PURE__ */ l({
|
|
7
|
-
name: "ApBasicArrow",
|
|
8
|
-
__name: "arrow",
|
|
9
|
-
props: {
|
|
10
|
-
expand: { type: Boolean },
|
|
11
|
-
up: { type: Boolean },
|
|
12
|
-
down: { type: Boolean },
|
|
13
|
-
inset: { type: Boolean }
|
|
14
|
-
},
|
|
15
|
-
setup(n) {
|
|
16
|
-
const t = n, { b: r, m: a } = _("basic-arrow"), s = m(() => {
|
|
17
|
-
const { expand: e, up: o, down: p, inset: c } = t;
|
|
18
|
-
return [
|
|
19
|
-
r(),
|
|
20
|
-
{
|
|
21
|
-
[`${a("active")}`]: e,
|
|
22
|
-
up: o,
|
|
23
|
-
inset: c,
|
|
24
|
-
down: p
|
|
25
|
-
}
|
|
26
|
-
];
|
|
27
|
-
});
|
|
28
|
-
return (e, o) => (i(), u("span", {
|
|
29
|
-
class: d(s.value)
|
|
30
|
-
}, [
|
|
31
|
-
f(y(w), {
|
|
32
|
-
icon: "ion:chevron-forward",
|
|
33
|
-
style: B(e.$attrs.iconStyle)
|
|
34
|
-
}, null, 8, ["style"])
|
|
35
|
-
], 2));
|
|
36
|
-
}
|
|
37
|
-
});
|
|
1
|
+
import f from "./arrow.vue2.mjs";
|
|
38
2
|
export {
|
|
39
|
-
|
|
3
|
+
f as default
|
|
40
4
|
};
|
|
@@ -1,4 +1,40 @@
|
|
|
1
|
-
import f from "
|
|
1
|
+
import { defineComponent as l, computed as m, openBlock as i, createElementBlock as u, normalizeClass as d, createVNode as f, unref as y, normalizeStyle as B } from "vue";
|
|
2
|
+
import { Icon as w } from "../icon/index.mjs";
|
|
3
|
+
import "../config-provider/index.mjs";
|
|
4
|
+
import "./style/arrow.css";
|
|
5
|
+
import { useNamespace as _ } from "../config-provider/hooks/use-namespace.mjs";
|
|
6
|
+
const k = /* @__PURE__ */ l({
|
|
7
|
+
name: "ApBasicArrow",
|
|
8
|
+
__name: "arrow",
|
|
9
|
+
props: {
|
|
10
|
+
expand: { type: Boolean },
|
|
11
|
+
up: { type: Boolean },
|
|
12
|
+
down: { type: Boolean },
|
|
13
|
+
inset: { type: Boolean }
|
|
14
|
+
},
|
|
15
|
+
setup(n) {
|
|
16
|
+
const t = n, { b: r, m: a } = _("basic-arrow"), s = m(() => {
|
|
17
|
+
const { expand: e, up: o, down: p, inset: c } = t;
|
|
18
|
+
return [
|
|
19
|
+
r(),
|
|
20
|
+
{
|
|
21
|
+
[`${a("active")}`]: e,
|
|
22
|
+
up: o,
|
|
23
|
+
inset: c,
|
|
24
|
+
down: p
|
|
25
|
+
}
|
|
26
|
+
];
|
|
27
|
+
});
|
|
28
|
+
return (e, o) => (i(), u("span", {
|
|
29
|
+
class: d(s.value)
|
|
30
|
+
}, [
|
|
31
|
+
f(y(w), {
|
|
32
|
+
icon: "ion:chevron-forward",
|
|
33
|
+
style: B(e.$attrs.iconStyle)
|
|
34
|
+
}, null, 8, ["style"])
|
|
35
|
+
], 2));
|
|
36
|
+
}
|
|
37
|
+
});
|
|
2
38
|
export {
|
|
3
|
-
|
|
39
|
+
k as default
|
|
4
40
|
};
|
|
@@ -44,9 +44,9 @@ declare const _default: DefineComponent<{
|
|
|
44
44
|
* Help text list
|
|
45
45
|
*/
|
|
46
46
|
text: {
|
|
47
|
-
type: PropType<
|
|
47
|
+
type: PropType<VNode< RendererNode, RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
|
-
}> | VNodeChild>;
|
|
49
|
+
}> | string[] | VNodeChild>;
|
|
50
50
|
};
|
|
51
51
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
52
52
|
/**
|
|
@@ -91,14 +91,14 @@ declare const _default: DefineComponent<{
|
|
|
91
91
|
* Help text list
|
|
92
92
|
*/
|
|
93
93
|
text: {
|
|
94
|
-
type: PropType<
|
|
94
|
+
type: PropType<VNode< RendererNode, RendererElement, {
|
|
95
95
|
[key: string]: any;
|
|
96
|
-
}> | VNodeChild>;
|
|
96
|
+
}> | string[] | VNodeChild>;
|
|
97
97
|
};
|
|
98
98
|
}>>, {
|
|
99
99
|
color: string;
|
|
100
|
-
fontSize: string;
|
|
101
100
|
placement: TooltipPlacement;
|
|
101
|
+
fontSize: string;
|
|
102
102
|
maxWidth: string;
|
|
103
103
|
showIndex: boolean;
|
|
104
104
|
}, {}>;
|
|
@@ -1,98 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Tooltip as a } from "ant-design-vue";
|
|
3
|
-
import { InfoCircleOutlined as y } from "@ant-design/icons-vue";
|
|
4
|
-
import { getPopupContainer as S } from "../utils/index.mjs";
|
|
5
|
-
import { isType as g, isArray as x } from "@fruits-chain/utils";
|
|
6
|
-
import { getSlot as h } from "../utils/slot.mjs";
|
|
7
|
-
import "../config-provider/index.mjs";
|
|
8
|
-
import "./style/help.css";
|
|
9
|
-
import { useNamespace as v } from "../config-provider/hooks/use-namespace.mjs";
|
|
10
|
-
const w = {
|
|
11
|
-
/**
|
|
12
|
-
* Help text max-width
|
|
13
|
-
* @default: 600px
|
|
14
|
-
*/
|
|
15
|
-
maxWidth: {
|
|
16
|
-
type: String,
|
|
17
|
-
default: "600px"
|
|
18
|
-
},
|
|
19
|
-
/**
|
|
20
|
-
* Whether to display the serial number
|
|
21
|
-
* @default: false
|
|
22
|
-
*/
|
|
23
|
-
showIndex: {
|
|
24
|
-
type: Boolean
|
|
25
|
-
},
|
|
26
|
-
/**
|
|
27
|
-
* Help text font color
|
|
28
|
-
* @default: #ffffff
|
|
29
|
-
*/
|
|
30
|
-
color: {
|
|
31
|
-
type: String,
|
|
32
|
-
default: "#ffffff"
|
|
33
|
-
},
|
|
34
|
-
/**
|
|
35
|
-
* Help text font size
|
|
36
|
-
* @default: 14px
|
|
37
|
-
*/
|
|
38
|
-
fontSize: {
|
|
39
|
-
type: String,
|
|
40
|
-
default: "14px"
|
|
41
|
-
},
|
|
42
|
-
/**
|
|
43
|
-
* Help text list
|
|
44
|
-
*/
|
|
45
|
-
placement: {
|
|
46
|
-
type: String,
|
|
47
|
-
default: "right"
|
|
48
|
-
},
|
|
49
|
-
/**
|
|
50
|
-
* Help text list
|
|
51
|
-
*/
|
|
52
|
-
text: {
|
|
53
|
-
type: [Array, String, Object]
|
|
54
|
-
}
|
|
55
|
-
}, j = /* @__PURE__ */ d({
|
|
56
|
-
name: "ApBasicHelp",
|
|
57
|
-
components: {
|
|
58
|
-
Tooltip: a
|
|
59
|
-
},
|
|
60
|
-
props: w,
|
|
61
|
-
setup(t, {
|
|
62
|
-
slots: p
|
|
63
|
-
}) {
|
|
64
|
-
const {
|
|
65
|
-
b: f,
|
|
66
|
-
be: r
|
|
67
|
-
} = v("basic-help"), m = i(() => ({
|
|
68
|
-
color: t.color,
|
|
69
|
-
fontSize: t.fontSize
|
|
70
|
-
})), c = i(() => ({
|
|
71
|
-
maxWidth: t.maxWidth
|
|
72
|
-
}));
|
|
73
|
-
function u() {
|
|
74
|
-
const e = t.text;
|
|
75
|
-
return g("String")(e) ? e : x(e) ? e.map((n, s) => o("p", {
|
|
76
|
-
key: n,
|
|
77
|
-
class: r("content", "row")
|
|
78
|
-
}, [t.showIndex ? `${s + 1}. ` : "", n])) : e;
|
|
79
|
-
}
|
|
80
|
-
return () => o(a, {
|
|
81
|
-
overlayClassName: `${r("wrap")}`,
|
|
82
|
-
title: o("div", {
|
|
83
|
-
style: l(m)
|
|
84
|
-
}, [u()]),
|
|
85
|
-
autoAdjustOverflow: !0,
|
|
86
|
-
overlayStyle: l(c),
|
|
87
|
-
placement: t.placement,
|
|
88
|
-
getPopupContainer: () => S()
|
|
89
|
-
}, {
|
|
90
|
-
default: () => [o("span", {
|
|
91
|
-
class: f()
|
|
92
|
-
}, [h(p) || o(y, null, null)])]
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
});
|
|
1
|
+
import f from "./help.vue2.mjs";
|
|
96
2
|
export {
|
|
97
|
-
|
|
3
|
+
f as default
|
|
98
4
|
};
|
|
@@ -1,4 +1,98 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent as d, computed as i, createVNode as o, unref as l } from "vue";
|
|
2
|
+
import { Tooltip as a } from "ant-design-vue";
|
|
3
|
+
import { InfoCircleOutlined as y } from "@ant-design/icons-vue";
|
|
4
|
+
import { getPopupContainer as S } from "../utils/index.mjs";
|
|
5
|
+
import { isType as g, isArray as x } from "@fruits-chain/utils";
|
|
6
|
+
import { getSlot as h } from "../utils/slot.mjs";
|
|
7
|
+
import "../config-provider/index.mjs";
|
|
8
|
+
import "./style/help.css";
|
|
9
|
+
import { useNamespace as v } from "../config-provider/hooks/use-namespace.mjs";
|
|
10
|
+
const w = {
|
|
11
|
+
/**
|
|
12
|
+
* Help text max-width
|
|
13
|
+
* @default: 600px
|
|
14
|
+
*/
|
|
15
|
+
maxWidth: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: "600px"
|
|
18
|
+
},
|
|
19
|
+
/**
|
|
20
|
+
* Whether to display the serial number
|
|
21
|
+
* @default: false
|
|
22
|
+
*/
|
|
23
|
+
showIndex: {
|
|
24
|
+
type: Boolean
|
|
25
|
+
},
|
|
26
|
+
/**
|
|
27
|
+
* Help text font color
|
|
28
|
+
* @default: #ffffff
|
|
29
|
+
*/
|
|
30
|
+
color: {
|
|
31
|
+
type: String,
|
|
32
|
+
default: "#ffffff"
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* Help text font size
|
|
36
|
+
* @default: 14px
|
|
37
|
+
*/
|
|
38
|
+
fontSize: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: "14px"
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* Help text list
|
|
44
|
+
*/
|
|
45
|
+
placement: {
|
|
46
|
+
type: String,
|
|
47
|
+
default: "right"
|
|
48
|
+
},
|
|
49
|
+
/**
|
|
50
|
+
* Help text list
|
|
51
|
+
*/
|
|
52
|
+
text: {
|
|
53
|
+
type: [Array, String, Object]
|
|
54
|
+
}
|
|
55
|
+
}, j = /* @__PURE__ */ d({
|
|
56
|
+
name: "ApBasicHelp",
|
|
57
|
+
components: {
|
|
58
|
+
Tooltip: a
|
|
59
|
+
},
|
|
60
|
+
props: w,
|
|
61
|
+
setup(t, {
|
|
62
|
+
slots: p
|
|
63
|
+
}) {
|
|
64
|
+
const {
|
|
65
|
+
b: f,
|
|
66
|
+
be: r
|
|
67
|
+
} = v("basic-help"), m = i(() => ({
|
|
68
|
+
color: t.color,
|
|
69
|
+
fontSize: t.fontSize
|
|
70
|
+
})), c = i(() => ({
|
|
71
|
+
maxWidth: t.maxWidth
|
|
72
|
+
}));
|
|
73
|
+
function u() {
|
|
74
|
+
const e = t.text;
|
|
75
|
+
return g("String")(e) ? e : x(e) ? e.map((n, s) => o("p", {
|
|
76
|
+
key: n,
|
|
77
|
+
class: r("content", "row")
|
|
78
|
+
}, [t.showIndex ? `${s + 1}. ` : "", n])) : e;
|
|
79
|
+
}
|
|
80
|
+
return () => o(a, {
|
|
81
|
+
overlayClassName: `${r("wrap")}`,
|
|
82
|
+
title: o("div", {
|
|
83
|
+
style: l(m)
|
|
84
|
+
}, [u()]),
|
|
85
|
+
autoAdjustOverflow: !0,
|
|
86
|
+
overlayStyle: l(c),
|
|
87
|
+
placement: t.placement,
|
|
88
|
+
getPopupContainer: () => S()
|
|
89
|
+
}, {
|
|
90
|
+
default: () => [o("span", {
|
|
91
|
+
class: f()
|
|
92
|
+
}, [h(p) || o(y, null, null)])]
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
});
|
|
2
96
|
export {
|
|
3
|
-
|
|
97
|
+
j as default
|
|
4
98
|
};
|
package/es/src/basic/index.d.ts
CHANGED
|
@@ -23,9 +23,9 @@ export declare const BasicHelp: {
|
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
text: {
|
|
26
|
-
type: PropType<
|
|
26
|
+
type: PropType< VNode<RendererNode, RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
|
-
}> | VNodeChild>;
|
|
28
|
+
}> | string[] | VNodeChild>;
|
|
29
29
|
};
|
|
30
30
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
31
31
|
maxWidth: {
|
|
@@ -48,14 +48,14 @@ export declare const BasicHelp: {
|
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
50
|
text: {
|
|
51
|
-
type: PropType<
|
|
51
|
+
type: PropType< VNode<RendererNode, RendererElement, {
|
|
52
52
|
[key: string]: any;
|
|
53
|
-
}> | VNodeChild>;
|
|
53
|
+
}> | string[] | VNodeChild>;
|
|
54
54
|
};
|
|
55
55
|
}>>, {
|
|
56
56
|
color: string;
|
|
57
|
-
fontSize: string;
|
|
58
57
|
placement: TooltipPlacement;
|
|
58
|
+
fontSize: string;
|
|
59
59
|
maxWidth: string;
|
|
60
60
|
showIndex: boolean;
|
|
61
61
|
}, true, {}, {}, {
|
|
@@ -86,14 +86,14 @@ export declare const BasicHelp: {
|
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
88
|
text: {
|
|
89
|
-
type: PropType<
|
|
89
|
+
type: PropType< VNode<RendererNode, RendererElement, {
|
|
90
90
|
[key: string]: any;
|
|
91
|
-
}> | VNodeChild>;
|
|
91
|
+
}> | string[] | VNodeChild>;
|
|
92
92
|
};
|
|
93
93
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
94
94
|
color: string;
|
|
95
|
-
fontSize: string;
|
|
96
95
|
placement: TooltipPlacement;
|
|
96
|
+
fontSize: string;
|
|
97
97
|
maxWidth: string;
|
|
98
98
|
showIndex: boolean;
|
|
99
99
|
}>;
|
|
@@ -121,14 +121,14 @@ export declare const BasicHelp: {
|
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
123
|
text: {
|
|
124
|
-
type: PropType<
|
|
124
|
+
type: PropType< VNode<RendererNode, RendererElement, {
|
|
125
125
|
[key: string]: any;
|
|
126
|
-
}> | VNodeChild>;
|
|
126
|
+
}> | string[] | VNodeChild>;
|
|
127
127
|
};
|
|
128
128
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
129
129
|
color: string;
|
|
130
|
-
fontSize: string;
|
|
131
130
|
placement: TooltipPlacement;
|
|
131
|
+
fontSize: string;
|
|
132
132
|
maxWidth: string;
|
|
133
133
|
showIndex: boolean;
|
|
134
134
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
|
package/es/src/basic/index.mjs
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import "./help.vue.mjs";
|
|
2
|
+
import "./title.vue.mjs";
|
|
3
|
+
import "./arrow.vue.mjs";
|
|
4
4
|
import { withInstall as o } from "@aplus-frontend/utils";
|
|
5
|
-
|
|
5
|
+
import "./interface.mjs";
|
|
6
|
+
import i from "./help.vue2.mjs";
|
|
7
|
+
import m from "./title.vue2.mjs";
|
|
8
|
+
import r from "./arrow.vue2.mjs";
|
|
9
|
+
const l = o(i), e = o(m), B = o(r);
|
|
6
10
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
11
|
+
B as BasicArrow,
|
|
12
|
+
l as BasicHelp,
|
|
13
|
+
e as BasicTitle
|
|
10
14
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,34 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import B from "./help.vue.mjs";
|
|
3
|
-
import "../config-provider/index.mjs";
|
|
4
|
-
import "./style/title.css";
|
|
5
|
-
import { useNamespace as _ } from "../config-provider/hooks/use-namespace.mjs";
|
|
6
|
-
const b = /* @__PURE__ */ r({
|
|
7
|
-
name: "ApBasicTitle",
|
|
8
|
-
__name: "title",
|
|
9
|
-
props: {
|
|
10
|
-
helpMessage: { default: "" },
|
|
11
|
-
span: { type: Boolean },
|
|
12
|
-
normal: { type: Boolean }
|
|
13
|
-
},
|
|
14
|
-
setup(l) {
|
|
15
|
-
const t = l, { b: e } = _("basic-title"), n = m(), p = c(() => [
|
|
16
|
-
e(),
|
|
17
|
-
{ [`${e("show-span")}`]: t.span && n.default },
|
|
18
|
-
{ [`${e("normal")}`]: t.normal }
|
|
19
|
-
]);
|
|
20
|
-
return (s, g) => (o(), i("span", {
|
|
21
|
-
class: a(p.value)
|
|
22
|
-
}, [
|
|
23
|
-
u(s.$slots, "default"),
|
|
24
|
-
s.helpMessage ? (o(), f(B, {
|
|
25
|
-
key: 0,
|
|
26
|
-
class: a(d(e)("help")),
|
|
27
|
-
text: s.helpMessage
|
|
28
|
-
}, null, 8, ["class", "text"])) : h("", !0)
|
|
29
|
-
], 2));
|
|
30
|
-
}
|
|
31
|
-
});
|
|
1
|
+
import f from "./title.vue2.mjs";
|
|
32
2
|
export {
|
|
33
|
-
|
|
3
|
+
f as default
|
|
34
4
|
};
|