@aplus-frontend/ui 0.1.4 → 0.1.6
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 +60 -59
- package/es/src/ap-action/group/index.vue.d.ts +3 -30
- package/es/src/ap-action/item/index.vue.d.ts +3 -30
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/es/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/es/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
- package/es/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/es/src/ap-download/ap-download.vue.d.ts +3 -28
- package/es/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/es/src/ap-field/date/index.vue.d.ts +19 -64
- package/es/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/es/src/ap-field/interface.d.ts +4 -0
- package/es/src/ap-field/number/index.vue.d.ts +138 -42
- package/es/src/ap-field/radio/index.vue.d.ts +51 -31
- package/es/src/ap-field/rate/index.vue.d.ts +46 -39
- package/es/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/es/src/ap-field/select/index.vue.d.ts +192 -59
- package/es/src/ap-field/select/index.vue.mjs +60 -53
- package/es/src/ap-field/slider/index.vue.d.ts +115 -40
- package/es/src/ap-field/switch/index.vue.d.ts +60 -35
- package/es/src/ap-field/text/index.vue.d.ts +105 -38
- package/es/src/ap-field/text/password.vue.d.ts +113 -45
- package/es/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +30 -28
- package/es/src/ap-form/ap-form-item.vue.d.ts +128 -38
- package/es/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/es/src/ap-form/ap-form.vue.d.ts +238 -36
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/es/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/es/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/es/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/es/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/es/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/es/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/es/src/ap-list/index.vue.d.ts +3 -3
- package/es/src/ap-table/ap-table.vue.d.ts +2 -2
- package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/es/src/ap-table/constants.d.ts +4014 -11845
- package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/es/src/ap-tag/ap-tag-group.vue.mjs +78 -78
- package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/es/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/es/src/base-button/button.vue.d.ts +3 -24
- package/es/src/base-button/index.d.ts +7 -110
- package/es/src/base-button/modal-button.vue.d.ts +8 -14
- package/es/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/es/src/basic/arrow.vue.d.ts +2 -11
- package/es/src/basic/help.vue.d.ts +324 -50
- package/es/src/basic/index.d.ts +667 -202
- package/es/src/basic/title.vue.d.ts +3 -24
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue.mjs +4 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +46 -0
- package/es/src/business/ap-batch-action/index.css +24 -0
- package/es/src/business/ap-batch-action/interface.d.ts +10 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/es/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
- package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/es/src/business/index.d.ts +211 -896
- package/es/src/business/index.mjs +14 -11
- package/es/src/business/title/ApTitle.vue.d.ts +3 -32
- package/es/src/button/button.vue.d.ts +2 -11
- package/es/src/button/index.d.ts +16 -32
- package/es/src/check-card/group.vue.d.ts +17 -41
- package/es/src/check-card/index.vue.d.ts +20 -35
- package/es/src/config-provider/config-provider.d.ts +41 -137
- package/es/src/config-provider/index.d.ts +161 -545
- package/es/src/container/collapse/header.vue.d.ts +11 -13
- package/es/src/container/collapse/index.vue.d.ts +11 -40
- package/es/src/container/index.d.ts +40 -119
- package/es/src/container/scroll-container.vue.d.ts +3 -12
- package/es/src/count-down/button.vue.d.ts +3 -24
- package/es/src/count-down/index.d.ts +12 -111
- package/es/src/count-down/input.vue.d.ts +3 -24
- package/es/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/es/src/cropper/cropper-image.vue.d.ts +5 -36
- package/es/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/es/src/cropper/index.d.ts +24 -269
- package/es/src/description/description.vue.d.ts +15 -45
- package/es/src/description/index.d.ts +51 -171
- package/es/src/dropdown/dropdown.vue.d.ts +5 -30
- package/es/src/dropdown/index.d.ts +12 -76
- package/es/src/editable-table/form-item.vue.d.ts +4 -4
- package/es/src/editable-table/index.vue.d.ts +6 -7
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/hooks/useControllableValue.d.ts +2 -2
- package/es/src/icon/icon.vue.d.ts +3 -29
- package/es/src/icon/index.d.ts +12 -159
- package/es/src/icon/svg-icon.vue.d.ts +3 -28
- package/es/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/es/src/icon-picker/index.d.ts +12 -139
- package/es/src/index.mjs +176 -175
- package/es/src/locale/lang/en.mjs +5 -0
- package/es/src/locale/lang/zh-cn.mjs +5 -0
- package/es/src/modal/basic.vue.d.ts +147 -117
- package/es/src/modal/components/modal-close.vue.d.ts +5 -26
- package/es/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/es/src/modal/components/modal-header.vue.d.ts +2 -11
- package/es/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/es/src/modal/components/modal.d.ts +145 -115
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/es/src/modal/index.d.ts +287 -462
- package/es/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/es/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/es/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/es/src/pro-form/pro-form.vue.d.ts +6 -57
- package/es/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/es/src/pro-form/table-form.vue.d.ts +4 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/es/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- 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 +8 -11
- 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 +10 -24
- package/es/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/es/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/es/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/es/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/es/src/pro-table/pro-table.vue.d.ts +8 -61
- package/es/src/prompt/dialog.vue.d.ts +2 -11
- package/es/src/scroll-bar/bar-item.d.ts +10 -9
- package/es/src/scroll-bar/index.d.ts +12 -135
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/es/src/strength-meter/index.d.ts +12 -55
- package/es/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/es/src/tests/wrapper.d.ts +3 -6
- package/es/src/theme/ap-batch-action/ap-batch-action.css +24 -0
- package/es/src/theme/css-var/index.mjs +17 -5
- package/es/src/transition/collapse-transition.vue.d.ts +2 -2
- package/es/src/transition/create-transition.d.ts +13 -25
- package/es/src/transition/index.d.ts +88 -193
- package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/lib/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/lib/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/lib/src/ap-download/ap-download.vue.d.ts +3 -28
- package/lib/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/lib/src/ap-field/date/index.vue.d.ts +19 -64
- package/lib/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/lib/src/ap-field/interface.d.ts +4 -0
- package/lib/src/ap-field/number/index.vue.d.ts +138 -42
- package/lib/src/ap-field/radio/index.vue.d.ts +51 -31
- package/lib/src/ap-field/rate/index.vue.d.ts +46 -39
- package/lib/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/lib/src/ap-field/select/index.vue.d.ts +192 -59
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +115 -40
- package/lib/src/ap-field/switch/index.vue.d.ts +60 -35
- package/lib/src/ap-field/text/index.vue.d.ts +105 -38
- package/lib/src/ap-field/text/password.vue.d.ts +113 -45
- package/lib/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- 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 +128 -38
- package/lib/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/lib/src/ap-form/ap-form.vue.d.ts +238 -36
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/lib/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/lib/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/lib/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/lib/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/lib/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/lib/src/ap-list/index.vue.d.ts +3 -3
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
- package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/lib/src/ap-table/constants.d.ts +4014 -11845
- package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/lib/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/lib/src/base-button/button.vue.d.ts +3 -24
- package/lib/src/base-button/index.d.ts +7 -110
- package/lib/src/base-button/modal-button.vue.d.ts +8 -14
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/lib/src/basic/arrow.vue.d.ts +2 -11
- package/lib/src/basic/help.vue.d.ts +324 -50
- package/lib/src/basic/index.d.ts +667 -202
- package/lib/src/basic/title.vue.d.ts +3 -24
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -0
- package/lib/src/business/ap-batch-action/index.css +24 -0
- package/lib/src/business/ap-batch-action/interface.d.ts +10 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/lib/src/business/index.d.ts +211 -896
- package/lib/src/business/index.js +1 -1
- package/lib/src/business/title/ApTitle.vue.d.ts +3 -32
- package/lib/src/button/button.vue.d.ts +2 -11
- package/lib/src/button/index.d.ts +16 -32
- package/lib/src/check-card/group.vue.d.ts +17 -41
- package/lib/src/check-card/index.vue.d.ts +20 -35
- package/lib/src/config-provider/config-provider.d.ts +41 -137
- package/lib/src/config-provider/index.d.ts +161 -545
- package/lib/src/container/collapse/header.vue.d.ts +11 -13
- package/lib/src/container/collapse/index.vue.d.ts +11 -40
- package/lib/src/container/index.d.ts +40 -119
- package/lib/src/container/scroll-container.vue.d.ts +3 -12
- package/lib/src/count-down/button.vue.d.ts +3 -24
- package/lib/src/count-down/index.d.ts +12 -111
- package/lib/src/count-down/input.vue.d.ts +3 -24
- package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/lib/src/cropper/cropper-image.vue.d.ts +5 -36
- package/lib/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/lib/src/cropper/index.d.ts +24 -269
- package/lib/src/description/description.vue.d.ts +15 -45
- package/lib/src/description/index.d.ts +51 -171
- package/lib/src/dropdown/dropdown.vue.d.ts +5 -30
- package/lib/src/dropdown/index.d.ts +12 -76
- package/lib/src/editable-table/form-item.vue.d.ts +4 -4
- package/lib/src/editable-table/index.vue.d.ts +6 -7
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/hooks/useControllableValue.d.ts +2 -2
- package/lib/src/icon/icon.vue.d.ts +3 -29
- package/lib/src/icon/index.d.ts +12 -159
- package/lib/src/icon/svg-icon.vue.d.ts +3 -28
- package/lib/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/lib/src/icon-picker/index.d.ts +12 -139
- package/lib/src/index.js +1 -1
- 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 +147 -117
- package/lib/src/modal/components/modal-close.vue.d.ts +5 -26
- package/lib/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/lib/src/modal/components/modal-header.vue.d.ts +2 -11
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/lib/src/modal/components/modal.d.ts +145 -115
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/lib/src/modal/index.d.ts +287 -462
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/lib/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/lib/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +6 -57
- package/lib/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/lib/src/pro-form/table-form.vue.d.ts +4 -29
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/lib/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- 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 +8 -11
- 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 +10 -24
- package/lib/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/lib/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/lib/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/lib/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/lib/src/pro-table/pro-table.vue.d.ts +8 -61
- package/lib/src/prompt/dialog.vue.d.ts +2 -11
- package/lib/src/scroll-bar/bar-item.d.ts +10 -9
- package/lib/src/scroll-bar/index.d.ts +12 -135
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/lib/src/strength-meter/index.d.ts +12 -55
- package/lib/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/lib/src/tests/wrapper.d.ts +3 -6
- package/lib/src/theme/ap-batch-action/ap-batch-action.css +24 -0
- package/lib/src/theme/css-var/index.js +1 -1
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
- package/lib/src/transition/create-transition.d.ts +13 -25
- package/lib/src/transition/index.d.ts +88 -193
- package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/package.json +4 -4
package/es/src/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import { Scrollbar as C } from "./scroll-bar/index.mjs";
|
|
|
4
4
|
import { CollapseContainer as I, ScrollContainer as b } from "./container/index.mjs";
|
|
5
5
|
import { IconPicker as P } from "./icon-picker/index.mjs";
|
|
6
6
|
import "./locale/index.mjs";
|
|
7
|
-
import { BasicArrow as
|
|
8
|
-
import { ExpandTransition as
|
|
7
|
+
import { BasicArrow as D, BasicHelp as R, BasicTitle as v } from "./basic/index.mjs";
|
|
8
|
+
import { ExpandTransition as G, ExpandXTransition as M, FadeTransition as k, ScaleRotateTransition as w, ScaleTransition as L, ScrollXReverseTransition as y, ScrollXTransition as E, ScrollYReverseTransition as N, ScrollYTransition as X, SlideXReverseTransition as K, SlideXTransition as Y, SlideYReverseTransition as O, SlideYTransition as H } from "./transition/index.mjs";
|
|
9
9
|
import { Description as z } from "./description/index.mjs";
|
|
10
10
|
import { Field as j } from "./pro-form/index.mjs";
|
|
11
11
|
import { BaseButton as J } from "./base-button/index.mjs";
|
|
@@ -29,191 +29,192 @@ import "./ap-download/index.mjs";
|
|
|
29
29
|
import { CheckCard as So } from "./check-card/index.mjs";
|
|
30
30
|
import { ApModal as bo } from "./ap-modal/index.mjs";
|
|
31
31
|
import "./ap-list/index.mjs";
|
|
32
|
-
import {
|
|
32
|
+
import { ApBatchAction as Po, ApExpandAlert as ho, ApExportGroup as Do, ApInputRadio as Ro, ApLabel as vo, ApSelectLayout as Bo, ApStatus as Go, ApStatusGroup as Mo, ApTitle as ko } from "./business/index.mjs";
|
|
33
33
|
import "./ap-table/index.mjs";
|
|
34
34
|
import "./editable-table/index.mjs";
|
|
35
35
|
import "./ap-descriptions/index.mjs";
|
|
36
|
-
import { configProviderProps as
|
|
37
|
-
import { configProviderContextKey as
|
|
38
|
-
import { keysOf as
|
|
39
|
-
import { buildLocaleContext as
|
|
40
|
-
import { defaultNamespace as
|
|
41
|
-
import { ConfigProvider as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { useDescription as
|
|
46
|
-
import { useComponentRegister as
|
|
47
|
-
import { useForm as
|
|
48
|
-
import { isComponentFormSchema as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
36
|
+
import { configProviderProps as Lo } from "./config-provider/config-provider-props.mjs";
|
|
37
|
+
import { configProviderContextKey as Eo, tableDefaultConfig as No } from "./config-provider/constants.mjs";
|
|
38
|
+
import { keysOf as Ko, provideGlobalConfig as Yo, useGlobalConfig as Oo } from "./config-provider/hooks/use-global-config.mjs";
|
|
39
|
+
import { buildLocaleContext as Wo, buildTranslator as zo, localeContextKey as Uo, translate as jo, useLocale as qo } from "./config-provider/hooks/use-locale.mjs";
|
|
40
|
+
import { defaultNamespace as Qo, namespaceContextKey as Vo, useGetDerivedNamespace as Zo, useNamespace as _o } from "./config-provider/hooks/use-namespace.mjs";
|
|
41
|
+
import { ConfigProvider as oe, globalConfigCached as ee } from "./config-provider/config-provider.mjs";
|
|
42
|
+
import { default as te } from "./locale/lang/zh-cn.mjs";
|
|
43
|
+
import { default as pe } from "./locale/lang/en.mjs";
|
|
44
|
+
import { default as me } from "./transition/collapse-transition.vue.mjs";
|
|
45
|
+
import { useDescription as de } from "./description/use-description.mjs";
|
|
46
|
+
import { useComponentRegister as ie } from "./pro-form/hooks/use-component-register.mjs";
|
|
47
|
+
import { useForm as ue } from "./pro-form/hooks/use-form.mjs";
|
|
48
|
+
import { isComponentFormSchema as Ae, isSlotFormSchema as ce } from "./pro-form/types/form.mjs";
|
|
49
|
+
import { default as Te } from "./pro-form/components/api-cascader.vue.mjs";
|
|
50
|
+
import { default as Se } from "./pro-form/components/api-radio-group.vue.mjs";
|
|
51
|
+
import { default as be } from "./pro-form/components/api-select.vue.mjs";
|
|
52
|
+
import { default as Pe } from "./pro-form/components/api-transfer.vue.mjs";
|
|
53
53
|
import { default as De } from "./pro-form/components/api-tree.vue.mjs";
|
|
54
|
-
import { default as
|
|
54
|
+
import { default as ve } from "./pro-form/components/radio-button-group.vue.mjs";
|
|
55
55
|
import { default as Ge } from "./pro-form/pro-form.vue.mjs";
|
|
56
56
|
import { default as ke } from "./pro-form/components/api-tree-select.vue.mjs";
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { useModalContext as
|
|
62
|
-
import { useModal as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { useTable as
|
|
68
|
-
import { ApFormItemText as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
57
|
+
import { default as Le } from "./pro-form/table-form.vue.mjs";
|
|
58
|
+
import { default as Ee } from "./pro-form/table-form-inner.vue.mjs";
|
|
59
|
+
import { default as Xe } from "./base-button/modal-button.vue.mjs";
|
|
60
|
+
import { default as Ye } from "./base-button/pop-confirm-button.vue.mjs";
|
|
61
|
+
import { useModalContext as He } from "./modal/hooks/use-modal-context.mjs";
|
|
62
|
+
import { useModal as ze, useModalInner as Ue } from "./modal/hooks/use-modal.mjs";
|
|
63
|
+
import { default as qe } from "./pro-table/pro-table.vue.mjs";
|
|
64
|
+
import { default as Qe } from "./pro-table/components/table-action.vue.mjs";
|
|
65
|
+
import { default as Ze } from "./pro-table/components/edit-table-header-icon.vue.mjs";
|
|
66
|
+
import { default as $e } from "./pro-table/components/table-image.vue.mjs";
|
|
67
|
+
import { useTable as er } from "./pro-table/hooks/use-table.mjs";
|
|
68
|
+
import { ApFormItemText as tr } from "./ap-form/items/text/index.mjs";
|
|
69
|
+
import { default as pr } from "./ap-form/items/text-area/index.vue.mjs";
|
|
70
|
+
import { default as mr } from "./ap-form/items/number/index.vue.mjs";
|
|
71
|
+
import { default as dr } from "./ap-form/items/date/index.vue.mjs";
|
|
72
|
+
import { default as ir } from "./ap-form/items/date-range/index.vue.mjs";
|
|
73
|
+
import { default as ur } from "./ap-form/items/radio/index.vue.mjs";
|
|
74
|
+
import { default as Ar } from "./ap-form/items/select/index.vue.mjs";
|
|
75
|
+
import { default as Fr } from "./ap-form/items/switch/index.vue.mjs";
|
|
76
|
+
import { default as Cr } from "./ap-form/items/checkbox/index.vue.mjs";
|
|
77
|
+
import { default as Ir } from "./ap-form/items/text/password.vue.mjs";
|
|
78
|
+
import { default as gr } from "./ap-form/ap-form-item.vue.mjs";
|
|
79
|
+
import { default as hr } from "./ap-form/ap-form-item-group/index.vue.mjs";
|
|
80
80
|
import { default as Rr } from "./ap-form/ap-form-list.vue.mjs";
|
|
81
|
-
import { default as
|
|
81
|
+
import { default as Br } from "./ap-form/search-form/index.vue.mjs";
|
|
82
82
|
import { default as Mr } from "./ap-form/modal-form/index.vue.mjs";
|
|
83
83
|
import { ApFieldText as wr } from "./ap-field/text/index.mjs";
|
|
84
|
-
import { default as
|
|
85
|
-
import { default as
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import { default as
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as
|
|
97
|
-
import { default as
|
|
98
|
-
import { default as
|
|
99
|
-
import { default as
|
|
100
|
-
import { generateTableList as
|
|
101
|
-
import { useCacheColumnSetting as
|
|
102
|
-
import { default as
|
|
103
|
-
import { default as
|
|
104
|
-
import { DictCode as
|
|
105
|
-
import { createWorkOrderModal as
|
|
106
|
-
import { default as
|
|
84
|
+
import { default as yr } from "./ap-field/checkbox/index.vue.mjs";
|
|
85
|
+
import { default as Nr } from "./ap-field/date/index.vue.mjs";
|
|
86
|
+
import { default as Kr } from "./ap-field/number/index.vue.mjs";
|
|
87
|
+
import { default as Or } from "./ap-field/radio/index.vue.mjs";
|
|
88
|
+
import { default as Wr } from "./ap-field/switch/index.vue.mjs";
|
|
89
|
+
import { default as Ur } from "./ap-field/text-area/index.vue.mjs";
|
|
90
|
+
import { default as qr } from "./ap-field/date-range/index.vue.mjs";
|
|
91
|
+
import { default as Qr } from "./ap-field/select/index.vue.mjs";
|
|
92
|
+
import { default as Zr } from "./ap-field/text/password.vue.mjs";
|
|
93
|
+
import { default as $r } from "./ap-field/slider/index.vue.mjs";
|
|
94
|
+
import { default as et } from "./ap-field/segmented/index.vue.mjs";
|
|
95
|
+
import { default as tt } from "./ap-field/rate/index.vue.mjs";
|
|
96
|
+
import { default as pt } from "./ap-action/item-modal/index.vue.mjs";
|
|
97
|
+
import { default as mt } from "./ap-action/item-popconfirm/index.vue.mjs";
|
|
98
|
+
import { default as dt } from "./ap-action/item-dropdown/index.vue.mjs";
|
|
99
|
+
import { default as it } from "./ap-action/group/index.vue.mjs";
|
|
100
|
+
import { generateTableList as ut } from "./ap-custom-column/utils.mjs";
|
|
101
|
+
import { useCacheColumnSetting as At } from "./ap-custom-column/useCacheColumnSetting.mjs";
|
|
102
|
+
import { default as Ft } from "./ap-custom-column/custom-column.vue.mjs";
|
|
103
|
+
import { default as Ct } from "./ap-custom-column/column-select.vue.mjs";
|
|
104
|
+
import { DictCode as It } from "./work-order-modal/interfaces.mjs";
|
|
105
|
+
import { createWorkOrderModal as gt } from "./work-order-modal/createWorkOrder.mjs";
|
|
106
|
+
import { default as ht } from "./work-order-modal/work-order-modal.vue.mjs";
|
|
107
107
|
import { default as Rt } from "./ap-tag/ap-tag.vue.mjs";
|
|
108
|
-
import { default as
|
|
108
|
+
import { default as Bt } from "./ap-tag/ap-tag-group.vue.mjs";
|
|
109
109
|
import { default as Mt } from "./ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
110
110
|
import { NeedNameKeyDefault as wt } from "./ap-upload/apUploadTypes.mjs";
|
|
111
|
-
import { default as
|
|
112
|
-
import { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { useTablePaging as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
111
|
+
import { default as yt } from "./ap-upload/apUpload.vue.mjs";
|
|
112
|
+
import { default as Nt } from "./ap-download/ap-download.vue.mjs";
|
|
113
|
+
import { default as Kt } from "./check-card/group.vue.mjs";
|
|
114
|
+
import { default as Ot } from "./ap-list/index.vue.mjs";
|
|
115
|
+
import { useTablePaging as Wt } from "./ap-table/hooks/use-table-paging.mjs";
|
|
116
|
+
import { default as Ut } from "./ap-table/ap-table.vue.mjs";
|
|
117
|
+
import { default as qt } from "./editable-table/index.vue.mjs";
|
|
118
|
+
import { default as Qt } from "./editable-table/form-item.vue.mjs";
|
|
119
|
+
import { default as Zt } from "./ap-descriptions/ap-descriptions.vue.mjs";
|
|
120
120
|
export {
|
|
121
121
|
F as APConfigProvider,
|
|
122
|
-
|
|
122
|
+
it as ApActionGroup,
|
|
123
123
|
To as ApActionItem,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
124
|
+
dt as ApActionItemDropdown,
|
|
125
|
+
pt as ApActionItemModal,
|
|
126
|
+
mt as ApActionItemPopconfirm,
|
|
127
|
+
Po as ApBatchAction,
|
|
128
|
+
Ft as ApCustomColumn,
|
|
129
|
+
Ct as ApCustomSelect,
|
|
130
|
+
Zt as ApDescriptions,
|
|
131
|
+
Nt as ApDownload,
|
|
132
|
+
ho as ApExpandAlert,
|
|
132
133
|
Do as ApExportGroup,
|
|
133
134
|
uo as ApField,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
135
|
+
yr as ApFieldCheckbox,
|
|
136
|
+
Nr as ApFieldDate,
|
|
137
|
+
qr as ApFieldDateRange,
|
|
138
|
+
Kr as ApFieldNumber,
|
|
139
|
+
Zr as ApFieldPassword,
|
|
140
|
+
Or as ApFieldRadio,
|
|
141
|
+
tt as ApFieldRate,
|
|
142
|
+
et as ApFieldSegmented,
|
|
143
|
+
Qr as ApFieldSelect,
|
|
144
|
+
$r as ApFieldSlider,
|
|
145
|
+
Wr as ApFieldSwitch,
|
|
145
146
|
wr as ApFieldText,
|
|
146
|
-
|
|
147
|
+
Ur as ApFieldTextArea,
|
|
147
148
|
io as ApForm,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
149
|
+
gr as ApFormItem,
|
|
150
|
+
Cr as ApFormItemCheckbox,
|
|
151
|
+
dr as ApFormItemDate,
|
|
152
|
+
ir as ApFormItemDateRange,
|
|
153
|
+
hr as ApFormItemGroup,
|
|
154
|
+
mr as ApFormItemNumber,
|
|
155
|
+
ur as ApFormItemRadio,
|
|
156
|
+
Ar as ApFormItemSelect,
|
|
157
|
+
Fr as ApFormItemSwitch,
|
|
158
|
+
tr as ApFormItemText,
|
|
159
|
+
pr as ApFormItemTextArea,
|
|
160
|
+
Ir as ApFormItemTextPassword,
|
|
160
161
|
Rr as ApFormList,
|
|
161
162
|
Mr as ApFormModalForm,
|
|
162
|
-
|
|
163
|
+
Br as ApFormSearchForm,
|
|
163
164
|
Mt as ApInfoLayout,
|
|
164
165
|
Ro as ApInputRadio,
|
|
165
|
-
|
|
166
|
-
|
|
166
|
+
vo as ApLabel,
|
|
167
|
+
Ot as ApList,
|
|
167
168
|
bo as ApModal,
|
|
168
|
-
|
|
169
|
+
Bo as ApSelectLayout,
|
|
169
170
|
Go as ApStatus,
|
|
170
171
|
Mo as ApStatusGroup,
|
|
171
|
-
|
|
172
|
+
Ut as ApTable,
|
|
172
173
|
Rt as ApTag,
|
|
173
|
-
|
|
174
|
+
Bt as ApTagGroup,
|
|
174
175
|
ko as ApTitle,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
176
|
+
yt as ApUpload,
|
|
177
|
+
Te as ApiCascader,
|
|
178
|
+
Se as ApiRadioGroup,
|
|
179
|
+
be as ApiSelect,
|
|
180
|
+
Pe as ApiTransfer,
|
|
180
181
|
De as ApiTree,
|
|
181
182
|
ke as ApiTreeSelect,
|
|
182
183
|
J as BaseButton,
|
|
183
184
|
_ as BaseModal,
|
|
184
|
-
|
|
185
|
-
|
|
185
|
+
D as BasicArrow,
|
|
186
|
+
R as BasicHelp,
|
|
186
187
|
v as BasicTitle,
|
|
187
188
|
So as CheckCard,
|
|
188
|
-
|
|
189
|
+
Kt as CheckCardGroup,
|
|
189
190
|
I as CollapseContainer,
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
me as CollapseTransition,
|
|
192
|
+
oe as ConfigProvider,
|
|
192
193
|
to as CountdownButton,
|
|
193
194
|
ao as CountdownInput,
|
|
194
195
|
oo as CropperAvatar,
|
|
195
196
|
eo as CropperImage,
|
|
196
197
|
z as Description,
|
|
197
|
-
|
|
198
|
+
It as DictCode,
|
|
198
199
|
lo as Dropdown,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
200
|
+
Ze as EditTableHeaderIcon,
|
|
201
|
+
qt as EditableTable,
|
|
202
|
+
Qt as EditableTableFormItem,
|
|
203
|
+
G as ExpandTransition,
|
|
204
|
+
M as ExpandXTransition,
|
|
205
|
+
k as FadeTransition,
|
|
205
206
|
j as Field,
|
|
206
207
|
n as Icon,
|
|
207
208
|
P as IconPicker,
|
|
208
|
-
|
|
209
|
+
Xe as ModalButton,
|
|
209
210
|
wt as NeedNameKeyDefault,
|
|
210
|
-
|
|
211
|
+
Ye as PopConfirmButton,
|
|
211
212
|
Ge as ProForm,
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
213
|
+
qe as ProTable,
|
|
214
|
+
Le as ProTableForm,
|
|
215
|
+
Ee as ProTableFormInner,
|
|
216
|
+
ve as RadioButtonGroup,
|
|
217
|
+
w as ScaleRotateTransition,
|
|
217
218
|
L as ScaleTransition,
|
|
218
219
|
b as ScrollContainer,
|
|
219
220
|
y as ScrollXReverseTransition,
|
|
@@ -227,41 +228,41 @@ export {
|
|
|
227
228
|
H as SlideYTransition,
|
|
228
229
|
V as StrengthMeter,
|
|
229
230
|
A as SvgIcon,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
Qe as TableAction,
|
|
232
|
+
$e as TableImg,
|
|
233
|
+
ht as WorkOrderModal,
|
|
233
234
|
Ao as adminToken,
|
|
234
235
|
co as aplusToken,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
236
|
+
Wo as buildLocaleContext,
|
|
237
|
+
zo as buildTranslator,
|
|
238
|
+
Eo as configProviderContextKey,
|
|
239
|
+
Lo as configProviderProps,
|
|
239
240
|
fo as createPrompt,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
241
|
+
gt as createWorkOrderModal,
|
|
242
|
+
Qo as defaultNamespace,
|
|
243
|
+
pe as en,
|
|
244
|
+
ut as generateTableList,
|
|
245
|
+
ee as globalConfigCached,
|
|
246
|
+
Ae as isComponentFormSchema,
|
|
247
|
+
ce as isSlotFormSchema,
|
|
248
|
+
Ko as keysOf,
|
|
249
|
+
Uo as localeContextKey,
|
|
250
|
+
Vo as namespaceContextKey,
|
|
251
|
+
Yo as provideGlobalConfig,
|
|
252
|
+
No as tableDefaultConfig,
|
|
253
|
+
jo as translate,
|
|
254
|
+
At as useCacheColumnSetting,
|
|
255
|
+
ie as useComponentRegister,
|
|
256
|
+
de as useDescription,
|
|
257
|
+
ue as useForm,
|
|
258
|
+
Zo as useGetDerivedNamespace,
|
|
259
|
+
Oo as useGlobalConfig,
|
|
260
|
+
qo as useLocale,
|
|
261
|
+
ze as useModal,
|
|
262
|
+
He as useModalContext,
|
|
263
|
+
Ue as useModalInner,
|
|
264
|
+
_o as useNamespace,
|
|
265
|
+
er as useTable,
|
|
266
|
+
Wt as useTablePaging,
|
|
267
|
+
te as zhCn
|
|
267
268
|
};
|