@aplus-frontend/ui 0.0.1-beta.17 → 0.0.1-beta.18
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.d.ts +7 -7
- package/es/index.mjs +171 -163
- package/es/src/ap-action/group/index.vue.d.ts +35 -35
- package/es/src/ap-action/index.d.ts +9 -9
- package/es/src/ap-action/interface.d.ts +80 -80
- package/es/src/ap-action/item/index.vue.d.ts +42 -42
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +54 -54
- package/es/src/ap-action/item-modal/index.vue.d.ts +38 -38
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +332 -332
- package/es/src/ap-custom-column/column-select.vue.d.ts +16 -16
- package/es/src/ap-custom-column/custom-column.vue.d.ts +16 -16
- package/es/src/ap-custom-column/index.d.ts +5 -5
- package/es/src/ap-custom-column/interfaces.d.ts +40 -40
- package/es/src/ap-custom-column/storage.d.ts +8 -8
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +9 -9
- package/es/src/ap-custom-column/utils.d.ts +2 -2
- package/es/src/ap-field/checkbox/helper.d.ts +3 -3
- package/es/src/ap-field/checkbox/index.vue.d.ts +36 -36
- package/es/src/ap-field/date/constant.d.ts +9 -9
- package/es/src/ap-field/date/helper.d.ts +3 -3
- package/es/src/ap-field/date/index.vue.d.ts +54 -54
- package/es/src/ap-field/date/interface.d.ts +2 -2
- package/es/src/ap-field/date-range/index.vue.d.ts +56 -56
- package/es/src/ap-field/index.d.ts +15 -15
- package/es/src/ap-field/interface.d.ts +86 -86
- package/es/src/ap-field/number/helper.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.d.ts +69 -69
- package/es/src/ap-field/radio/helper.d.ts +3 -3
- package/es/src/ap-field/radio/index.vue.d.ts +38 -38
- package/es/src/ap-field/select/index.vue.d.ts +226 -226
- package/es/src/ap-field/switch/index.vue.d.ts +52 -52
- package/es/src/ap-field/text/index.vue.d.ts +63 -63
- package/es/src/ap-field/text-area/index.vue.d.ts +46 -46
- package/es/src/ap-form/ap-form-item-group/helper.d.ts +17 -17
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +41 -41
- package/es/src/ap-form/ap-form-item.vue.d.ts +66 -66
- package/es/src/ap-form/ap-form-list.vue.d.ts +33 -33
- package/es/src/ap-form/ap-form.vue.d.ts +63 -63
- package/es/src/ap-form/constant.d.ts +2 -2
- package/es/src/ap-form/context.d.ts +9 -9
- package/es/src/ap-form/index.d.ts +11 -11
- package/es/src/ap-form/interface.d.ts +46 -46
- package/es/src/ap-form/items/date/index.vue.d.ts +62 -62
- package/es/src/ap-form/items/date-range/index.vue.d.ts +61 -61
- package/es/src/ap-form/items/index.d.ts +2 -2
- package/es/src/ap-form/items/interface.d.ts +39 -39
- package/es/src/ap-form/items/number/index.vue.d.ts +60 -60
- package/es/src/ap-form/items/radio/index.vue.d.ts +47 -47
- package/es/src/ap-form/items/select/index.vue.d.ts +66 -66
- package/es/src/ap-form/items/switch/index.vue.d.ts +57 -57
- package/es/src/ap-form/items/text/index.vue.d.ts +62 -62
- package/es/src/ap-form/items/text-area/index.vue.d.ts +48 -48
- package/es/src/ap-form/search-form/index.vue.d.ts +73 -73
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +41 -0
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +44 -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 +32 -0
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +32 -32
- package/es/src/ap-tag/ap-tag.vue.d.ts +32 -32
- package/es/src/ap-tag/ap-tag.vue.mjs +20 -27
- package/es/src/ap-tag/index.d.ts +3 -3
- package/es/src/ap-tag/interface.d.ts +35 -35
- package/es/src/ap-tag/style/ap-tag-group.css +3 -0
- package/es/src/ap-tag/style/ap-tag.css +3 -19
- package/es/src/ap-upload/apUpload.vue.d.ts +109 -109
- package/es/src/ap-upload/apUploadTypes.d.ts +89 -89
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
- package/es/src/ap-upload/components/Picture.vue.d.ts +3 -3
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -3
- package/es/src/ap-upload/hooks/useOss.d.ts +18 -18
- package/es/src/ap-upload/index.d.ts +4 -4
- package/es/src/ap-upload/utils/accept.d.ts +13 -13
- package/es/src/ap-upload/utils/returnData.d.ts +19 -19
- package/es/src/base-button/button.vue.d.ts +34 -34
- package/es/src/base-button/constants.d.ts +25 -25
- package/es/src/base-button/index.d.ts +134 -134
- package/es/src/base-button/interface.d.ts +15 -15
- package/es/src/base-button/modal-button.vue.d.ts +25 -25
- package/es/src/base-button/pop-confirm-button.vue.d.ts +16 -16
- package/es/src/basic/arrow.vue.d.ts +12 -12
- package/es/src/basic/help.vue.d.ts +103 -103
- package/es/src/basic/index.d.ts +276 -276
- package/es/src/basic/interface.d.ts +20 -20
- package/es/src/basic/title.vue.d.ts +33 -33
- package/es/src/button/__tests__/button.test.d.ts +1 -1
- package/es/src/button/index.d.ts +50 -50
- package/es/src/config-provider/config-provider-props.d.ts +143 -143
- package/es/src/config-provider/config-provider.d.ts +312 -312
- package/es/src/config-provider/config-provider.mjs +10 -9
- package/es/src/config-provider/constants.d.ts +27 -27
- package/es/src/config-provider/hooks/use-global-config.d.ts +142 -142
- package/es/src/config-provider/hooks/use-locale.d.ts +13 -13
- package/es/src/config-provider/hooks/use-namespace.d.ts +23 -23
- package/es/src/config-provider/index.d.ts +680 -680
- package/es/src/container/collapse/header.vue.d.ts +35 -35
- package/es/src/container/collapse/index.vue.d.ts +120 -120
- package/es/src/container/index.d.ts +177 -177
- package/es/src/container/interface.d.ts +18 -18
- package/es/src/container/scroll-container.vue.d.ts +22 -22
- package/es/src/count-down/button.vue.d.ts +26 -26
- package/es/src/count-down/index.d.ts +149 -149
- package/es/src/count-down/input.vue.d.ts +31 -31
- package/es/src/count-down/interface.d.ts +12 -12
- package/es/src/cropper/cropper-avatar.vue.d.ts +44 -44
- package/es/src/cropper/cropper-image.vue.d.ts +49 -49
- package/es/src/cropper/cropper-modal.vue.d.ts +46 -46
- package/es/src/cropper/index.d.ts +366 -366
- package/es/src/cropper/interface.d.ts +29 -29
- package/es/src/description/description.vue.d.ts +93 -93
- package/es/src/description/index.d.ts +211 -211
- package/es/src/description/interface.d.ts +37 -37
- package/es/src/description/use-description.d.ts +2 -2
- package/es/src/design-token/index.d.ts +3 -3
- package/es/src/dropdown/dropdown.vue.d.ts +43 -43
- package/es/src/dropdown/index.d.ts +110 -110
- package/es/src/dropdown/interface.d.ts +16 -16
- package/es/src/hooks/index.d.ts +2 -2
- package/es/src/hooks/useControllableValue.d.ts +11 -11
- package/es/src/hooks/useMessage.d.ts +59 -59
- package/es/src/icon/icon.vue.d.ts +32 -32
- package/es/src/icon/index.d.ts +207 -207
- package/es/src/icon/interface.d.ts +28 -28
- package/es/src/icon/svg-icon.vue.d.ts +32 -32
- package/es/src/icon-picker/data.d.ts +5 -5
- package/es/src/icon-picker/icon-picker.vue.d.ts +50 -50
- package/es/src/icon-picker/index.d.ts +189 -189
- package/es/src/icon-picker/interface.d.ts +13 -13
- package/es/src/index.d.ts +27 -25
- package/es/src/index.mjs +201 -191
- package/es/src/locale/index.d.ts +3 -3
- package/es/src/locale/interface.d.ts +8 -8
- package/es/src/locale/lang/en.d.ts +3 -3
- package/es/src/locale/lang/en.mjs +2 -1
- package/es/src/locale/lang/zh-cn.d.ts +3 -3
- package/es/src/locale/lang/zh-cn.mjs +2 -1
- package/es/src/modal/basic.vue.d.ts +459 -459
- package/es/src/modal/components/modal-close.vue.d.ts +32 -32
- package/es/src/modal/components/modal-footer.vue.d.ts +451 -451
- package/es/src/modal/components/modal-header.vue.d.ts +12 -12
- package/es/src/modal/components/modal-wrapper.vue.d.ts +101 -101
- package/es/src/modal/components/modal.d.ts +437 -437
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +11 -11
- package/es/src/modal/hooks/use-modal-context.d.ts +7 -7
- package/es/src/modal/hooks/use-modal-drag.d.ts +7 -7
- package/es/src/modal/hooks/use-modal.d.ts +6 -6
- package/es/src/modal/index.d.ts +957 -957
- package/es/src/modal/interface.d.ts +180 -180
- package/es/src/modal/props.d.ts +277 -277
- package/es/src/pro-form/component-map.d.ts +5 -5
- package/es/src/pro-form/components/api-cascader.vue.d.ts +50 -50
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +49 -49
- package/es/src/pro-form/components/api-select.vue.d.ts +71 -71
- package/es/src/pro-form/components/api-transfer.vue.d.ts +53 -53
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +55 -55
- package/es/src/pro-form/components/api-tree.vue.d.ts +43 -43
- package/es/src/pro-form/components/form-action.vue.d.ts +58 -58
- package/es/src/pro-form/components/form-item.vue.d.ts +70 -70
- package/es/src/pro-form/components/interface.d.ts +113 -113
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +26 -26
- package/es/src/pro-form/helper.d.ts +9 -9
- package/es/src/pro-form/hooks/use-advanced.d.ts +14 -14
- package/es/src/pro-form/hooks/use-auto-focus.d.ts +9 -9
- package/es/src/pro-form/hooks/use-break-point.d.ts +23 -23
- package/es/src/pro-form/hooks/use-component-register.d.ts +2 -2
- package/es/src/pro-form/hooks/use-form-context.d.ts +8 -8
- package/es/src/pro-form/hooks/use-form-events.d.ts +26 -26
- package/es/src/pro-form/hooks/use-form-item.d.ts +2 -2
- package/es/src/pro-form/hooks/use-form-values.d.ts +12 -12
- package/es/src/pro-form/hooks/use-form.d.ts +8 -8
- package/es/src/pro-form/hooks/use-label-width.d.ts +309 -309
- package/es/src/pro-form/index.d.ts +17 -17
- package/es/src/pro-form/interface.d.ts +4 -4
- package/es/src/pro-form/pro-form.vue.d.ts +106 -106
- package/es/src/pro-form/types/form-item.d.ts +80 -80
- package/es/src/pro-form/types/form.d.ts +147 -147
- package/es/src/pro-form/types/index.d.ts +158 -158
- package/es/src/pro-table/component-map.d.ts +6 -6
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +21 -21
- package/es/src/pro-table/components/editable/cell-component.d.ts +11 -11
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +80 -80
- package/es/src/pro-table/components/editable/helper.d.ts +5 -5
- package/es/src/pro-table/components/editable/index.d.ts +21 -21
- package/es/src/pro-table/components/header-cell.vue.d.ts +15 -15
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +7 -7
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/index.vue.d.ts +19 -19
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/table-action.vue.d.ts +56 -56
- package/es/src/pro-table/components/table-footer.vue.d.ts +42 -42
- package/es/src/pro-table/components/table-header.vue.d.ts +71 -71
- package/es/src/pro-table/components/table-image.vue.d.ts +47 -47
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +32 -32
- package/es/src/pro-table/components/table-title.vue.d.ts +23 -23
- package/es/src/pro-table/const.d.ts +6 -6
- package/es/src/pro-table/directives/click-outside.d.ts +3 -3
- package/es/src/pro-table/helper.d.ts +3 -3
- package/es/src/pro-table/hooks/use-columns.d.ts +12 -12
- package/es/src/pro-table/hooks/use-custom-row.d.ts +18 -18
- package/es/src/pro-table/hooks/use-data-source.d.ts +26 -26
- package/es/src/pro-table/hooks/use-loading.d.ts +5 -5
- package/es/src/pro-table/hooks/use-pagination.d.ts +8 -8
- package/es/src/pro-table/hooks/use-row-selection.d.ts +11 -11
- package/es/src/pro-table/hooks/use-scroll-to.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table-context.d.ts +11 -11
- package/es/src/pro-table/hooks/use-table-expand.d.ts +16 -16
- package/es/src/pro-table/hooks/use-table-footer.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table-form.d.ts +7 -7
- package/es/src/pro-table/hooks/use-table-header.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table-scroll.d.ts +10 -10
- package/es/src/pro-table/hooks/use-table-style.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table.d.ts +15 -15
- package/es/src/pro-table/index.d.ts +10 -10
- package/es/src/pro-table/interface.d.ts +62 -62
- package/es/src/pro-table/pro-table.vue.d.ts +162 -162
- package/es/src/pro-table/types/pagination.d.ts +92 -92
- package/es/src/pro-table/types/table-action.d.ts +22 -22
- package/es/src/pro-table/types/table.d.ts +376 -376
- package/es/src/prompt/dialog.vue.d.ts +12 -12
- package/es/src/prompt/index.d.ts +9 -9
- package/es/src/prompt/interface.d.ts +22 -22
- package/es/src/prompt/utils.d.ts +9 -9
- package/es/src/scroll-bar/bar-item.d.ts +15 -15
- package/es/src/scroll-bar/index.d.ts +174 -174
- package/es/src/scroll-bar/interface.d.ts +31 -31
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +50 -50
- package/es/src/scroll-bar/utils.d.ts +9 -9
- package/es/src/strength-meter/index.d.ts +88 -88
- package/es/src/strength-meter/interface.d.ts +5 -5
- package/es/src/strength-meter/strength-meter.vue.d.ts +37 -37
- package/es/src/theme/antd-global-overwrite/admin/index.css +44 -35
- package/es/src/theme/antd-global-overwrite/admin/message.css +8 -8
- package/es/src/theme/antd-global-overwrite/admin/modal.css +7 -1
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +9 -6
- package/es/src/theme/antd-global-overwrite/admin/steps.css +20 -20
- package/es/src/theme/antd-global-overwrite/aplus/form.css +1 -1
- package/es/src/theme/antd-global-overwrite/aplus/index.css +35 -32
- package/es/src/theme/antd-global-overwrite/aplus/message.css +8 -8
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +9 -6
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +17 -17
- package/es/src/theme/ap-tag/ap-tag-group.css +3 -0
- package/es/src/theme/ap-tag/ap-tag.css +3 -19
- package/es/src/theme/work-order-modal/index.css +3 -0
- package/es/src/transition/collapse-transition.vue.d.ts +10 -10
- package/es/src/transition/create-transition.d.ts +47 -47
- package/es/src/transition/expand-transition.d.ts +19 -19
- package/es/src/transition/index.d.ts +368 -368
- package/es/src/type.d.ts +29 -29
- package/es/src/utils/config-provider-preset.d.ts +36 -0
- package/es/src/utils/config-provider-preset.mjs +11 -0
- package/es/src/utils/copy-text-to-clipboard.d.ts +1 -1
- package/es/src/utils/index.d.ts +14 -14
- package/es/src/utils/slot.d.ts +15 -15
- package/es/src/utils/tree.d.ts +38 -38
- package/es/src/utils/uuid.d.ts +2 -2
- 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 +164 -0
- package/es/src/work-order-modal/work-order-modal.vue2.mjs +4 -0
- package/lib/index.d.ts +7 -7
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +35 -35
- package/lib/src/ap-action/index.d.ts +9 -9
- package/lib/src/ap-action/interface.d.ts +80 -80
- package/lib/src/ap-action/item/index.vue.d.ts +42 -42
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +54 -54
- package/lib/src/ap-action/item-modal/index.vue.d.ts +38 -38
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +332 -332
- package/lib/src/ap-custom-column/column-select.vue.d.ts +16 -16
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +16 -16
- package/lib/src/ap-custom-column/index.d.ts +5 -5
- package/lib/src/ap-custom-column/interfaces.d.ts +40 -40
- package/lib/src/ap-custom-column/storage.d.ts +8 -8
- package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +9 -9
- package/lib/src/ap-custom-column/utils.d.ts +2 -2
- package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
- package/lib/src/ap-field/checkbox/index.vue.d.ts +36 -36
- package/lib/src/ap-field/date/constant.d.ts +9 -9
- package/lib/src/ap-field/date/helper.d.ts +3 -3
- package/lib/src/ap-field/date/index.vue.d.ts +54 -54
- package/lib/src/ap-field/date/interface.d.ts +2 -2
- package/lib/src/ap-field/date-range/index.vue.d.ts +56 -56
- package/lib/src/ap-field/index.d.ts +15 -15
- package/lib/src/ap-field/interface.d.ts +86 -86
- package/lib/src/ap-field/number/helper.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +69 -69
- package/lib/src/ap-field/radio/helper.d.ts +3 -3
- package/lib/src/ap-field/radio/index.vue.d.ts +38 -38
- package/lib/src/ap-field/select/index.vue.d.ts +226 -226
- package/lib/src/ap-field/switch/index.vue.d.ts +52 -52
- package/lib/src/ap-field/text/index.vue.d.ts +63 -63
- package/lib/src/ap-field/text-area/index.vue.d.ts +46 -46
- package/lib/src/ap-form/ap-form-item-group/helper.d.ts +17 -17
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +41 -41
- package/lib/src/ap-form/ap-form-item.vue.d.ts +66 -66
- package/lib/src/ap-form/ap-form-list.vue.d.ts +33 -33
- package/lib/src/ap-form/ap-form.vue.d.ts +63 -63
- package/lib/src/ap-form/constant.d.ts +2 -2
- package/lib/src/ap-form/context.d.ts +9 -9
- package/lib/src/ap-form/index.d.ts +11 -11
- package/lib/src/ap-form/interface.d.ts +46 -46
- package/lib/src/ap-form/items/date/index.vue.d.ts +62 -62
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +61 -61
- package/lib/src/ap-form/items/index.d.ts +2 -2
- package/lib/src/ap-form/items/interface.d.ts +39 -39
- package/lib/src/ap-form/items/number/index.vue.d.ts +60 -60
- package/lib/src/ap-form/items/radio/index.vue.d.ts +47 -47
- package/lib/src/ap-form/items/select/index.vue.d.ts +66 -66
- package/lib/src/ap-form/items/switch/index.vue.d.ts +57 -57
- package/lib/src/ap-form/items/text/index.vue.d.ts +62 -62
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +48 -48
- package/lib/src/ap-form/search-form/index.vue.d.ts +73 -73
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +41 -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 +32 -0
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +32 -32
- package/lib/src/ap-tag/ap-tag.vue.d.ts +32 -32
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/index.d.ts +3 -3
- package/lib/src/ap-tag/interface.d.ts +35 -35
- package/lib/src/ap-tag/style/ap-tag-group.css +3 -0
- package/lib/src/ap-tag/style/ap-tag.css +3 -19
- package/lib/src/ap-upload/apUpload.vue.d.ts +109 -109
- package/lib/src/ap-upload/apUploadTypes.d.ts +89 -89
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
- package/lib/src/ap-upload/components/Picture.vue.d.ts +3 -3
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -3
- package/lib/src/ap-upload/hooks/useOss.d.ts +18 -18
- package/lib/src/ap-upload/index.d.ts +4 -4
- package/lib/src/ap-upload/utils/accept.d.ts +13 -13
- package/lib/src/ap-upload/utils/returnData.d.ts +19 -19
- package/lib/src/base-button/button.vue.d.ts +34 -34
- package/lib/src/base-button/constants.d.ts +25 -25
- package/lib/src/base-button/index.d.ts +134 -134
- package/lib/src/base-button/interface.d.ts +15 -15
- package/lib/src/base-button/modal-button.vue.d.ts +25 -25
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +16 -16
- package/lib/src/basic/arrow.vue.d.ts +12 -12
- package/lib/src/basic/help.vue.d.ts +103 -103
- package/lib/src/basic/index.d.ts +276 -276
- package/lib/src/basic/interface.d.ts +20 -20
- package/lib/src/basic/title.vue.d.ts +33 -33
- package/lib/src/button/__tests__/button.test.d.ts +1 -1
- package/lib/src/button/index.d.ts +50 -50
- package/lib/src/config-provider/config-provider-props.d.ts +143 -143
- package/lib/src/config-provider/config-provider.d.ts +312 -312
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +27 -27
- package/lib/src/config-provider/hooks/use-global-config.d.ts +142 -142
- package/lib/src/config-provider/hooks/use-locale.d.ts +13 -13
- package/lib/src/config-provider/hooks/use-namespace.d.ts +23 -23
- package/lib/src/config-provider/index.d.ts +680 -680
- package/lib/src/container/collapse/header.vue.d.ts +35 -35
- package/lib/src/container/collapse/index.vue.d.ts +120 -120
- package/lib/src/container/index.d.ts +177 -177
- package/lib/src/container/interface.d.ts +18 -18
- package/lib/src/container/scroll-container.vue.d.ts +22 -22
- package/lib/src/count-down/button.vue.d.ts +26 -26
- package/lib/src/count-down/index.d.ts +149 -149
- package/lib/src/count-down/input.vue.d.ts +31 -31
- package/lib/src/count-down/interface.d.ts +12 -12
- package/lib/src/cropper/cropper-avatar.vue.d.ts +44 -44
- package/lib/src/cropper/cropper-image.vue.d.ts +49 -49
- package/lib/src/cropper/cropper-modal.vue.d.ts +46 -46
- package/lib/src/cropper/index.d.ts +366 -366
- package/lib/src/cropper/interface.d.ts +29 -29
- package/lib/src/description/description.vue.d.ts +93 -93
- package/lib/src/description/index.d.ts +211 -211
- package/lib/src/description/interface.d.ts +37 -37
- package/lib/src/description/use-description.d.ts +2 -2
- package/lib/src/design-token/index.d.ts +3 -3
- package/lib/src/dropdown/dropdown.vue.d.ts +43 -43
- package/lib/src/dropdown/index.d.ts +110 -110
- package/lib/src/dropdown/interface.d.ts +16 -16
- package/lib/src/hooks/index.d.ts +2 -2
- package/lib/src/hooks/useControllableValue.d.ts +11 -11
- package/lib/src/hooks/useMessage.d.ts +59 -59
- package/lib/src/icon/icon.vue.d.ts +32 -32
- package/lib/src/icon/index.d.ts +207 -207
- package/lib/src/icon/interface.d.ts +28 -28
- package/lib/src/icon/svg-icon.vue.d.ts +32 -32
- package/lib/src/icon-picker/data.d.ts +5 -5
- package/lib/src/icon-picker/icon-picker.vue.d.ts +50 -50
- package/lib/src/icon-picker/index.d.ts +189 -189
- package/lib/src/icon-picker/interface.d.ts +13 -13
- package/lib/src/index.d.ts +27 -25
- package/lib/src/index.js +1 -1
- package/lib/src/locale/index.d.ts +3 -3
- package/lib/src/locale/interface.d.ts +8 -8
- package/lib/src/locale/lang/en.d.ts +3 -3
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.d.ts +3 -3
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +459 -459
- package/lib/src/modal/components/modal-close.vue.d.ts +32 -32
- package/lib/src/modal/components/modal-footer.vue.d.ts +451 -451
- package/lib/src/modal/components/modal-header.vue.d.ts +12 -12
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +101 -101
- package/lib/src/modal/components/modal.d.ts +437 -437
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +11 -11
- package/lib/src/modal/hooks/use-modal-context.d.ts +7 -7
- package/lib/src/modal/hooks/use-modal-drag.d.ts +7 -7
- package/lib/src/modal/hooks/use-modal.d.ts +6 -6
- package/lib/src/modal/index.d.ts +957 -957
- package/lib/src/modal/interface.d.ts +180 -180
- package/lib/src/modal/props.d.ts +277 -277
- package/lib/src/pro-form/component-map.d.ts +5 -5
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +50 -50
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +49 -49
- package/lib/src/pro-form/components/api-select.vue.d.ts +71 -71
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +53 -53
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +55 -55
- package/lib/src/pro-form/components/api-tree.vue.d.ts +43 -43
- package/lib/src/pro-form/components/form-action.vue.d.ts +58 -58
- package/lib/src/pro-form/components/form-item.vue.d.ts +70 -70
- package/lib/src/pro-form/components/interface.d.ts +113 -113
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +26 -26
- package/lib/src/pro-form/helper.d.ts +9 -9
- package/lib/src/pro-form/hooks/use-advanced.d.ts +14 -14
- package/lib/src/pro-form/hooks/use-auto-focus.d.ts +9 -9
- package/lib/src/pro-form/hooks/use-break-point.d.ts +23 -23
- package/lib/src/pro-form/hooks/use-component-register.d.ts +2 -2
- package/lib/src/pro-form/hooks/use-form-context.d.ts +8 -8
- package/lib/src/pro-form/hooks/use-form-events.d.ts +26 -26
- package/lib/src/pro-form/hooks/use-form-item.d.ts +2 -2
- package/lib/src/pro-form/hooks/use-form-values.d.ts +12 -12
- package/lib/src/pro-form/hooks/use-form.d.ts +8 -8
- package/lib/src/pro-form/hooks/use-label-width.d.ts +309 -309
- package/lib/src/pro-form/index.d.ts +17 -17
- package/lib/src/pro-form/interface.d.ts +4 -4
- package/lib/src/pro-form/pro-form.vue.d.ts +106 -106
- package/lib/src/pro-form/types/form-item.d.ts +80 -80
- package/lib/src/pro-form/types/form.d.ts +147 -147
- package/lib/src/pro-form/types/index.d.ts +158 -158
- package/lib/src/pro-table/component-map.d.ts +6 -6
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +21 -21
- package/lib/src/pro-table/components/editable/cell-component.d.ts +11 -11
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +80 -80
- package/lib/src/pro-table/components/editable/helper.d.ts +5 -5
- package/lib/src/pro-table/components/editable/index.d.ts +21 -21
- package/lib/src/pro-table/components/header-cell.vue.d.ts +15 -15
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +7 -7
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/index.vue.d.ts +19 -19
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/table-action.vue.d.ts +56 -56
- package/lib/src/pro-table/components/table-footer.vue.d.ts +42 -42
- package/lib/src/pro-table/components/table-header.vue.d.ts +71 -71
- package/lib/src/pro-table/components/table-image.vue.d.ts +47 -47
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +32 -32
- package/lib/src/pro-table/components/table-title.vue.d.ts +23 -23
- package/lib/src/pro-table/const.d.ts +6 -6
- package/lib/src/pro-table/directives/click-outside.d.ts +3 -3
- package/lib/src/pro-table/helper.d.ts +3 -3
- package/lib/src/pro-table/hooks/use-columns.d.ts +12 -12
- package/lib/src/pro-table/hooks/use-custom-row.d.ts +18 -18
- package/lib/src/pro-table/hooks/use-data-source.d.ts +26 -26
- package/lib/src/pro-table/hooks/use-loading.d.ts +5 -5
- package/lib/src/pro-table/hooks/use-pagination.d.ts +8 -8
- package/lib/src/pro-table/hooks/use-row-selection.d.ts +11 -11
- package/lib/src/pro-table/hooks/use-scroll-to.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table-context.d.ts +11 -11
- package/lib/src/pro-table/hooks/use-table-expand.d.ts +16 -16
- package/lib/src/pro-table/hooks/use-table-footer.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table-form.d.ts +7 -7
- package/lib/src/pro-table/hooks/use-table-header.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table-scroll.d.ts +10 -10
- package/lib/src/pro-table/hooks/use-table-style.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table.d.ts +15 -15
- package/lib/src/pro-table/index.d.ts +10 -10
- package/lib/src/pro-table/interface.d.ts +62 -62
- package/lib/src/pro-table/pro-table.vue.d.ts +162 -162
- package/lib/src/pro-table/types/pagination.d.ts +92 -92
- package/lib/src/pro-table/types/table-action.d.ts +22 -22
- package/lib/src/pro-table/types/table.d.ts +376 -376
- package/lib/src/prompt/dialog.vue.d.ts +12 -12
- package/lib/src/prompt/index.d.ts +9 -9
- package/lib/src/prompt/interface.d.ts +22 -22
- package/lib/src/prompt/utils.d.ts +9 -9
- package/lib/src/scroll-bar/bar-item.d.ts +15 -15
- package/lib/src/scroll-bar/index.d.ts +174 -174
- package/lib/src/scroll-bar/interface.d.ts +31 -31
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +50 -50
- package/lib/src/scroll-bar/utils.d.ts +9 -9
- package/lib/src/strength-meter/index.d.ts +88 -88
- package/lib/src/strength-meter/interface.d.ts +5 -5
- package/lib/src/strength-meter/strength-meter.vue.d.ts +37 -37
- package/lib/src/theme/antd-global-overwrite/admin/index.css +44 -35
- package/lib/src/theme/antd-global-overwrite/admin/message.css +8 -8
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +7 -1
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +9 -6
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +20 -20
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +1 -1
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +35 -32
- package/lib/src/theme/antd-global-overwrite/aplus/message.css +8 -8
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +9 -6
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +17 -17
- package/lib/src/theme/ap-tag/ap-tag-group.css +3 -0
- package/lib/src/theme/ap-tag/ap-tag.css +3 -19
- package/lib/src/theme/work-order-modal/index.css +3 -0
- package/lib/src/transition/collapse-transition.vue.d.ts +10 -10
- package/lib/src/transition/create-transition.d.ts +47 -47
- package/lib/src/transition/expand-transition.d.ts +19 -19
- package/lib/src/transition/index.d.ts +368 -368
- package/lib/src/type.d.ts +29 -29
- package/lib/src/utils/config-provider-preset.d.ts +36 -0
- package/lib/src/utils/config-provider-preset.js +1 -0
- package/lib/src/utils/copy-text-to-clipboard.d.ts +1 -1
- package/lib/src/utils/index.d.ts +14 -14
- package/lib/src/utils/slot.d.ts +15 -15
- package/lib/src/utils/tree.d.ts +38 -38
- package/lib/src/utils/uuid.d.ts +2 -2
- 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 +11 -4
package/es/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
|
-
|
|
3
|
-
export * from './src/index';
|
|
4
|
-
export * from './src/hooks';
|
|
5
|
-
declare const _default: {
|
|
6
|
-
install: (app: App) => void;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
2
|
+
|
|
3
|
+
export * from './src/index';
|
|
4
|
+
export * from './src/hooks';
|
|
5
|
+
declare const _default: {
|
|
6
|
+
install: (app: App) => void;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
package/es/index.mjs
CHANGED
|
@@ -1,214 +1,222 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as e from "./src/index.mjs";
|
|
2
2
|
import "./src/hooks/index.mjs";
|
|
3
3
|
import { Icon as l, SvgIcon as s } from "./src/icon/index.mjs";
|
|
4
|
-
import { configProviderProps as
|
|
5
|
-
import { configProviderContextKey as
|
|
4
|
+
import { configProviderProps as d } from "./src/config-provider/config-provider-props.mjs";
|
|
5
|
+
import { configProviderContextKey as x, tableDefaultConfig as u } from "./src/config-provider/constants.mjs";
|
|
6
6
|
import { keysOf as A, provideGlobalConfig as T, useGlobalConfig as C } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
7
|
import { buildLocaleContext as S, buildTranslator as I, localeContextKey as g, translate as b, useLocale as v } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
|
-
import { defaultNamespace as
|
|
9
|
-
import { ConfigProvider as
|
|
10
|
-
import { APConfigProvider as
|
|
8
|
+
import { defaultNamespace as P, namespaceContextKey as R, useGetDerivedNamespace as B, useNamespace as M } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
|
+
import { ConfigProvider as G } from "./src/config-provider/config-provider.mjs";
|
|
10
|
+
import { APConfigProvider as w } from "./src/config-provider/index.mjs";
|
|
11
11
|
import { Scrollbar as y } from "./src/scroll-bar/index.mjs";
|
|
12
|
-
import { CollapseContainer as
|
|
12
|
+
import { CollapseContainer as X, ScrollContainer as K } from "./src/container/index.mjs";
|
|
13
13
|
import { IconPicker as E } from "./src/icon-picker/index.mjs";
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { BasicArrow as
|
|
17
|
-
import { default as
|
|
18
|
-
import { ExpandTransition as Z, ExpandXTransition as _, FadeTransition as
|
|
19
|
-
import { useDescription as
|
|
20
|
-
import { Description as
|
|
21
|
-
import { useComponentRegister as
|
|
22
|
-
import { useForm as
|
|
23
|
-
import { isComponentFormSchema as
|
|
24
|
-
import { Field as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { BaseButton as
|
|
36
|
-
import { StrengthMeter as
|
|
37
|
-
import { useModalContext as
|
|
38
|
-
import { useModal as
|
|
39
|
-
import { BaseModal as
|
|
40
|
-
import { CropperAvatar as
|
|
41
|
-
import { CountdownButton as
|
|
42
|
-
import { createPrompt as
|
|
43
|
-
import { Dropdown as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { useTable as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { ApForm as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { ApField as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
14
|
+
import { default as H } from "./src/locale/lang/zh-cn.mjs";
|
|
15
|
+
import { default as z } from "./src/locale/lang/en.mjs";
|
|
16
|
+
import { BasicArrow as V, BasicHelp as $, BasicTitle as j } from "./src/basic/index.mjs";
|
|
17
|
+
import { default as J } from "./src/transition/collapse-transition.vue.mjs";
|
|
18
|
+
import { ExpandTransition as Z, ExpandXTransition as _, FadeTransition as oo, ScaleRotateTransition as eo, ScaleTransition as ro, ScrollXReverseTransition as to, ScrollXTransition as ao, ScrollYReverseTransition as po, ScrollYTransition as fo, SlideXReverseTransition as mo, SlideXTransition as lo, SlideYReverseTransition as so, SlideYTransition as io } from "./src/transition/index.mjs";
|
|
19
|
+
import { useDescription as xo } from "./src/description/use-description.mjs";
|
|
20
|
+
import { Description as co } from "./src/description/index.mjs";
|
|
21
|
+
import { useComponentRegister as To } from "./src/pro-form/hooks/use-component-register.mjs";
|
|
22
|
+
import { useForm as Fo } from "./src/pro-form/hooks/use-form.mjs";
|
|
23
|
+
import { isComponentFormSchema as Io, isSlotFormSchema as go } from "./src/pro-form/types/form.mjs";
|
|
24
|
+
import { Field as vo } from "./src/pro-form/index.mjs";
|
|
25
|
+
import { default as Po } from "./src/pro-form/components/api-cascader.vue.mjs";
|
|
26
|
+
import { default as Bo } from "./src/pro-form/components/api-radio-group.vue.mjs";
|
|
27
|
+
import { default as ho } from "./src/pro-form/components/api-select.vue.mjs";
|
|
28
|
+
import { default as ko } from "./src/pro-form/components/api-transfer.vue.mjs";
|
|
29
|
+
import { default as No } from "./src/pro-form/components/api-tree.vue.mjs";
|
|
30
|
+
import { default as Lo } from "./src/pro-form/components/radio-button-group.vue.mjs";
|
|
31
|
+
import { default as Ko } from "./src/pro-form/pro-form.vue.mjs";
|
|
32
|
+
import { default as Eo } from "./src/pro-form/components/api-tree-select.vue.mjs";
|
|
33
|
+
import { default as Ho } from "./src/base-button/modal-button.vue.mjs";
|
|
34
|
+
import { default as zo } from "./src/base-button/pop-confirm-button.vue.mjs";
|
|
35
|
+
import { BaseButton as Vo } from "./src/base-button/index.mjs";
|
|
36
|
+
import { StrengthMeter as jo } from "./src/strength-meter/index.mjs";
|
|
37
|
+
import { useModalContext as Jo } from "./src/modal/hooks/use-modal-context.mjs";
|
|
38
|
+
import { useModal as Zo, useModalInner as _o } from "./src/modal/hooks/use-modal.mjs";
|
|
39
|
+
import { BaseModal as ee } from "./src/modal/index.mjs";
|
|
40
|
+
import { CropperAvatar as te, CropperImage as ae } from "./src/cropper/index.mjs";
|
|
41
|
+
import { CountdownButton as fe, CountdownInput as me } from "./src/count-down/index.mjs";
|
|
42
|
+
import { createPrompt as se } from "./src/prompt/index.mjs";
|
|
43
|
+
import { Dropdown as de } from "./src/dropdown/index.mjs";
|
|
44
|
+
import { default as xe } from "./src/pro-table/pro-table.vue.mjs";
|
|
45
|
+
import { default as ce } from "./src/pro-table/components/table-action.vue.mjs";
|
|
46
|
+
import { default as Te } from "./src/pro-table/components/edit-table-header-icon.vue.mjs";
|
|
47
|
+
import { default as Fe } from "./src/pro-table/components/table-image.vue.mjs";
|
|
48
|
+
import { useTable as Ie } from "./src/pro-table/hooks/use-table.mjs";
|
|
49
|
+
import { default as be } from "./src/ap-form/items/text/index.vue.mjs";
|
|
50
|
+
import { default as De } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
51
|
+
import { default as Re } from "./src/ap-form/items/number/index.vue.mjs";
|
|
52
|
+
import { default as Me } from "./src/ap-form/items/date/index.vue.mjs";
|
|
53
|
+
import { default as Ge } from "./src/ap-form/items/date-range/index.vue.mjs";
|
|
54
|
+
import { default as we } from "./src/ap-form/items/radio/index.vue.mjs";
|
|
55
|
+
import { default as ye } from "./src/ap-form/items/select/index.vue.mjs";
|
|
56
|
+
import { default as Xe } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
57
|
+
import { ApForm as Ye } from "./src/ap-form/index.mjs";
|
|
58
|
+
import { default as Oe } from "./src/ap-form/ap-form-item.vue.mjs";
|
|
59
|
+
import { default as We } from "./src/ap-form/ap-form-item-group/index.vue.mjs";
|
|
60
|
+
import { default as Ue } from "./src/ap-form/ap-form-list.vue.mjs";
|
|
61
|
+
import { default as $e } from "./src/ap-form/search-form/index.vue.mjs";
|
|
62
|
+
import { ApField as qe } from "./src/ap-field/index.mjs";
|
|
63
|
+
import { default as Qe } from "./src/ap-field/text/index.vue.mjs";
|
|
64
|
+
import { default as _e } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
65
|
+
import { default as er } from "./src/ap-field/date/index.vue.mjs";
|
|
66
66
|
import { default as tr } from "./src/ap-field/number/index.vue.mjs";
|
|
67
67
|
import { default as pr } from "./src/ap-field/radio/index.vue.mjs";
|
|
68
68
|
import { default as mr } from "./src/ap-field/switch/index.vue.mjs";
|
|
69
69
|
import { default as sr } from "./src/ap-field/text-area/index.vue.mjs";
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
70
|
+
import { default as dr } from "./src/ap-field/date-range/index.vue.mjs";
|
|
71
|
+
import { default as xr } from "./src/ap-field/select/index.vue.mjs";
|
|
72
72
|
import { adminToken as cr, aplusToken as Ar } from "./src/design-token/index.mjs";
|
|
73
73
|
import { ApActionItem as Cr } from "./src/ap-action/index.mjs";
|
|
74
74
|
import { default as Sr } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
75
75
|
import { default as gr } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
76
76
|
import { default as vr } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
77
|
-
import { default as
|
|
77
|
+
import { default as Pr } from "./src/ap-action/group/index.vue.mjs";
|
|
78
78
|
import { generateTableList as Br } from "./src/ap-custom-column/utils.mjs";
|
|
79
|
-
import { useCacheColumnSetting as
|
|
80
|
-
import { default as
|
|
81
|
-
import { default as
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import { default as
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
79
|
+
import { useCacheColumnSetting as hr } from "./src/ap-custom-column/useCacheColumnSetting.mjs";
|
|
80
|
+
import { default as kr } from "./src/ap-custom-column/custom-column.vue.mjs";
|
|
81
|
+
import { default as Nr } from "./src/ap-custom-column/column-select.vue.mjs";
|
|
82
|
+
import { DictCode as Lr } from "./src/work-order-modal/interfaces.mjs";
|
|
83
|
+
import { createWorkOrderModal as Kr } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
84
|
+
import { default as Er } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
85
|
+
import { default as Hr } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
86
|
+
import { default as zr } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
87
|
+
import { default as Vr } from "./src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
88
|
+
import { NeedNameKeyDefault as jr } from "./src/ap-upload/apUploadTypes.mjs";
|
|
89
|
+
import { default as Jr } from "./src/ap-upload/apUpload.vue.mjs";
|
|
90
|
+
import { useMessage as Zr } from "./src/hooks/useMessage.mjs";
|
|
91
|
+
import { useControllableValue as ot } from "./src/hooks/useControllableValue.mjs";
|
|
88
92
|
const p = {
|
|
89
93
|
install: (r) => {
|
|
90
|
-
for (const t in
|
|
91
|
-
const
|
|
92
|
-
|
|
94
|
+
for (const t in e) {
|
|
95
|
+
const o = e[t];
|
|
96
|
+
o.install && r.use(o);
|
|
93
97
|
}
|
|
94
98
|
}
|
|
95
99
|
};
|
|
96
100
|
export {
|
|
97
|
-
|
|
98
|
-
|
|
101
|
+
w as APConfigProvider,
|
|
102
|
+
Pr as ApActionGroup,
|
|
99
103
|
Cr as ApActionItem,
|
|
100
104
|
vr as ApActionItemDropdown,
|
|
101
105
|
Sr as ApActionItemModal,
|
|
102
106
|
gr as ApActionItemPopconfirm,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
kr as ApCustomColumn,
|
|
108
|
+
Nr as ApCustomSelect,
|
|
109
|
+
qe as ApField,
|
|
110
|
+
_e as ApFieldCheckbox,
|
|
111
|
+
er as ApFieldDate,
|
|
112
|
+
dr as ApFieldDateRange,
|
|
109
113
|
tr as ApFieldNumber,
|
|
110
114
|
pr as ApFieldRadio,
|
|
111
|
-
|
|
115
|
+
xr as ApFieldSelect,
|
|
112
116
|
mr as ApFieldSwitch,
|
|
113
|
-
|
|
117
|
+
Qe as ApFieldText,
|
|
114
118
|
sr as ApFieldTextArea,
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
zr as
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
119
|
+
Ye as ApForm,
|
|
120
|
+
Oe as ApFormItem,
|
|
121
|
+
Me as ApFormItemDate,
|
|
122
|
+
Ge as ApFormItemDateRange,
|
|
123
|
+
We as ApFormItemGroup,
|
|
124
|
+
Re as ApFormItemNumber,
|
|
125
|
+
we as ApFormItemRadio,
|
|
126
|
+
ye as ApFormItemSelect,
|
|
127
|
+
Xe as ApFormItemSwitch,
|
|
128
|
+
be as ApFormItemText,
|
|
129
|
+
De as ApFormItemTextArea,
|
|
130
|
+
Ue as ApFormList,
|
|
131
|
+
$e as ApFormSearchForm,
|
|
132
|
+
Vr as ApInfoLayout,
|
|
133
|
+
Hr as ApTag,
|
|
134
|
+
zr as ApTagGroup,
|
|
135
|
+
Jr as ApUpload,
|
|
136
|
+
Po as ApiCascader,
|
|
137
|
+
Bo as ApiRadioGroup,
|
|
138
|
+
ho as ApiSelect,
|
|
139
|
+
ko as ApiTransfer,
|
|
140
|
+
No as ApiTree,
|
|
141
|
+
Eo as ApiTreeSelect,
|
|
142
|
+
Vo as BaseButton,
|
|
143
|
+
ee as BaseModal,
|
|
144
|
+
V as BasicArrow,
|
|
145
|
+
$ as BasicHelp,
|
|
146
|
+
j as BasicTitle,
|
|
147
|
+
X as CollapseContainer,
|
|
148
|
+
J as CollapseTransition,
|
|
149
|
+
G as ConfigProvider,
|
|
150
|
+
fe as CountdownButton,
|
|
151
|
+
me as CountdownInput,
|
|
152
|
+
te as CropperAvatar,
|
|
153
|
+
ae as CropperImage,
|
|
154
|
+
co as Description,
|
|
155
|
+
Lr as DictCode,
|
|
156
|
+
de as Dropdown,
|
|
157
|
+
Te as EditTableHeaderIcon,
|
|
152
158
|
Z as ExpandTransition,
|
|
153
159
|
_ as ExpandXTransition,
|
|
154
|
-
|
|
155
|
-
|
|
160
|
+
oo as FadeTransition,
|
|
161
|
+
vo as Field,
|
|
156
162
|
l as Icon,
|
|
157
163
|
E as IconPicker,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
164
|
+
Ho as ModalButton,
|
|
165
|
+
jr as NeedNameKeyDefault,
|
|
166
|
+
zo as PopConfirmButton,
|
|
167
|
+
Ko as ProForm,
|
|
168
|
+
xe as ProTable,
|
|
169
|
+
Lo as RadioButtonGroup,
|
|
170
|
+
eo as ScaleRotateTransition,
|
|
171
|
+
ro as ScaleTransition,
|
|
172
|
+
K as ScrollContainer,
|
|
173
|
+
to as ScrollXReverseTransition,
|
|
174
|
+
ao as ScrollXTransition,
|
|
175
|
+
po as ScrollYReverseTransition,
|
|
176
|
+
fo as ScrollYTransition,
|
|
171
177
|
y as Scrollbar,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
178
|
+
mo as SlideXReverseTransition,
|
|
179
|
+
lo as SlideXTransition,
|
|
180
|
+
so as SlideYReverseTransition,
|
|
181
|
+
io as SlideYTransition,
|
|
182
|
+
jo as StrengthMeter,
|
|
177
183
|
s as SvgIcon,
|
|
178
|
-
|
|
179
|
-
|
|
184
|
+
ce as TableAction,
|
|
185
|
+
Fe as TableImg,
|
|
186
|
+
Er as WorkOrderModal,
|
|
180
187
|
cr as adminToken,
|
|
181
188
|
Ar as aplusToken,
|
|
182
189
|
S as buildLocaleContext,
|
|
183
190
|
I as buildTranslator,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
191
|
+
x as configProviderContextKey,
|
|
192
|
+
d as configProviderProps,
|
|
193
|
+
se as createPrompt,
|
|
194
|
+
Kr as createWorkOrderModal,
|
|
187
195
|
p as default,
|
|
188
|
-
|
|
189
|
-
|
|
196
|
+
P as defaultNamespace,
|
|
197
|
+
z as en,
|
|
190
198
|
Br as generateTableList,
|
|
191
|
-
|
|
192
|
-
|
|
199
|
+
Io as isComponentFormSchema,
|
|
200
|
+
go as isSlotFormSchema,
|
|
193
201
|
A as keysOf,
|
|
194
202
|
g as localeContextKey,
|
|
195
|
-
|
|
203
|
+
R as namespaceContextKey,
|
|
196
204
|
T as provideGlobalConfig,
|
|
197
205
|
u as tableDefaultConfig,
|
|
198
206
|
b as translate,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
207
|
+
hr as useCacheColumnSetting,
|
|
208
|
+
To as useComponentRegister,
|
|
209
|
+
ot as useControllableValue,
|
|
210
|
+
xo as useDescription,
|
|
211
|
+
Fo as useForm,
|
|
204
212
|
B as useGetDerivedNamespace,
|
|
205
213
|
C as useGlobalConfig,
|
|
206
214
|
v as useLocale,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
215
|
+
Zr as useMessage,
|
|
216
|
+
Zo as useModal,
|
|
217
|
+
Jo as useModalContext,
|
|
218
|
+
_o as useModalInner,
|
|
219
|
+
M as useNamespace,
|
|
220
|
+
Ie as useTable,
|
|
221
|
+
H as zhCn
|
|
214
222
|
};
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { ApActionGroupProps, GroupActionTypes } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
import { Trigger } from 'ant-design-vue/es/dropdown/props';
|
|
4
|
-
|
|
5
|
-
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionGroupProps>, {
|
|
6
|
-
count: number;
|
|
7
|
-
trigger: () => string[];
|
|
8
|
-
placement: string;
|
|
9
|
-
actions: () => never[];
|
|
10
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionGroupProps>, {
|
|
11
|
-
count: number;
|
|
12
|
-
trigger: () => string[];
|
|
13
|
-
placement: string;
|
|
14
|
-
actions: () => never[];
|
|
15
|
-
}>>>, {
|
|
16
|
-
trigger: Trigger | Trigger[];
|
|
17
|
-
placement: "top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter";
|
|
18
|
-
actions: GroupActionTypes[];
|
|
19
|
-
count: number;
|
|
20
|
-
}, {}>;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
4
|
+
|
|
5
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionGroupProps>, {
|
|
6
|
+
count: number;
|
|
7
|
+
trigger: () => string[];
|
|
8
|
+
placement: string;
|
|
9
|
+
actions: () => never[];
|
|
10
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApActionGroupProps>, {
|
|
11
|
+
count: number;
|
|
12
|
+
trigger: () => string[];
|
|
13
|
+
placement: string;
|
|
14
|
+
actions: () => never[];
|
|
15
|
+
}>>>, {
|
|
16
|
+
trigger: Trigger | Trigger[];
|
|
17
|
+
placement: "top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter";
|
|
18
|
+
actions: GroupActionTypes[];
|
|
19
|
+
count: number;
|
|
20
|
+
}, {}>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
+
} : {
|
|
27
|
+
type: PropType<T[K]>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
+
default: D[K];
|
|
34
|
+
}> : P[K];
|
|
35
|
+
};
|
|
36
|
+
type __VLS_Prettify<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
@@ -3,12 +3,12 @@ import { default as ApActionItemDropdown } from './item-dropdown/index.vue';
|
|
|
3
3
|
import { default as ApActionItemModal } from './item-modal/index.vue';
|
|
4
4
|
import { default as ApActionItemPopconfirm } from './item-popconfirm/index.vue';
|
|
5
5
|
import { default as ApActionGroup } from './group/index.vue';
|
|
6
|
-
|
|
7
|
-
type ApActionItemTypes = typeof _ApActionItem & {
|
|
8
|
-
Dropdown: typeof ApActionItemDropdown;
|
|
9
|
-
Modal: typeof ApActionItemModal;
|
|
10
|
-
Popconfirm: typeof ApActionItemPopconfirm;
|
|
11
|
-
};
|
|
12
|
-
declare const ApActionItem: ApActionItemTypes;
|
|
13
|
-
export * from './interface';
|
|
14
|
-
export { ApActionItem, ApActionItemModal, ApActionItemPopconfirm, ApActionItemDropdown, ApActionGroup };
|
|
6
|
+
|
|
7
|
+
type ApActionItemTypes = typeof _ApActionItem & {
|
|
8
|
+
Dropdown: typeof ApActionItemDropdown;
|
|
9
|
+
Modal: typeof ApActionItemModal;
|
|
10
|
+
Popconfirm: typeof ApActionItemPopconfirm;
|
|
11
|
+
};
|
|
12
|
+
declare const ApActionItem: ApActionItemTypes;
|
|
13
|
+
export * from './interface';
|
|
14
|
+
export { ApActionItem, ApActionItemModal, ApActionItemPopconfirm, ApActionItemDropdown, ApActionGroup };
|