@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/index.mjs
CHANGED
|
@@ -2,11 +2,11 @@ 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
4
|
import { configProviderProps as x } from "./src/config-provider/config-provider-props.mjs";
|
|
5
|
-
import { configProviderContextKey as
|
|
5
|
+
import { configProviderContextKey as n, tableDefaultConfig as u } from "./src/config-provider/constants.mjs";
|
|
6
6
|
import { keysOf as c, provideGlobalConfig as F, useGlobalConfig as T } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
7
|
import { buildLocaleContext as S, buildTranslator as I, localeContextKey as b, translate as g, useLocale as P } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
|
-
import { defaultNamespace as
|
|
9
|
-
import { ConfigProvider as
|
|
8
|
+
import { defaultNamespace as D, namespaceContextKey as R, useGetDerivedNamespace as v, useNamespace as M } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
|
+
import { ConfigProvider as G, globalConfigCached as k } from "./src/config-provider/config-provider.mjs";
|
|
10
10
|
import { APConfigProvider as L } from "./src/config-provider/index.mjs";
|
|
11
11
|
import { Scrollbar as E } from "./src/scroll-bar/index.mjs";
|
|
12
12
|
import { CollapseContainer as X, ScrollContainer as K } from "./src/container/index.mjs";
|
|
@@ -16,16 +16,16 @@ import { default as U } from "./src/locale/lang/en.mjs";
|
|
|
16
16
|
import { BasicArrow as $, BasicHelp as j, BasicTitle as q } from "./src/basic/index.mjs";
|
|
17
17
|
import { default as Q } from "./src/transition/collapse-transition.vue.mjs";
|
|
18
18
|
import { ExpandTransition as _, ExpandXTransition as oo, FadeTransition as eo, ScaleRotateTransition as ro, ScaleTransition as to, ScrollXReverseTransition as ao, ScrollXTransition as po, ScrollYReverseTransition as fo, ScrollYTransition as mo, SlideXReverseTransition as lo, SlideXTransition as so, SlideYReverseTransition as xo, SlideYTransition as io } from "./src/transition/index.mjs";
|
|
19
|
-
import { useDescription as
|
|
19
|
+
import { useDescription as uo } from "./src/description/use-description.mjs";
|
|
20
20
|
import { Description as co } from "./src/description/index.mjs";
|
|
21
21
|
import { useComponentRegister as To } from "./src/pro-form/hooks/use-component-register.mjs";
|
|
22
22
|
import { useForm as So } from "./src/pro-form/hooks/use-form.mjs";
|
|
23
23
|
import { isComponentFormSchema as bo, isSlotFormSchema as go } from "./src/pro-form/types/form.mjs";
|
|
24
|
-
import { Field as
|
|
25
|
-
import { default as
|
|
24
|
+
import { Field as ho } from "./src/pro-form/index.mjs";
|
|
25
|
+
import { default as Ro } from "./src/pro-form/components/api-cascader.vue.mjs";
|
|
26
26
|
import { default as Mo } from "./src/pro-form/components/api-radio-group.vue.mjs";
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
27
|
+
import { default as Go } from "./src/pro-form/components/api-select.vue.mjs";
|
|
28
|
+
import { default as wo } from "./src/pro-form/components/api-transfer.vue.mjs";
|
|
29
29
|
import { default as yo } from "./src/pro-form/components/api-tree.vue.mjs";
|
|
30
30
|
import { default as No } from "./src/pro-form/components/radio-button-group.vue.mjs";
|
|
31
31
|
import { default as Ko } from "./src/pro-form/pro-form.vue.mjs";
|
|
@@ -41,16 +41,16 @@ import { useModal as te, useModalInner as ae } from "./src/modal/hooks/use-modal
|
|
|
41
41
|
import { BaseModal as fe } from "./src/modal/index.mjs";
|
|
42
42
|
import { CropperAvatar as le, CropperImage as se } from "./src/cropper/index.mjs";
|
|
43
43
|
import { CountdownButton as xe, CountdownInput as ie } from "./src/count-down/index.mjs";
|
|
44
|
-
import { createPrompt as
|
|
44
|
+
import { createPrompt as ue } from "./src/prompt/index.mjs";
|
|
45
45
|
import { Dropdown as ce } from "./src/dropdown/index.mjs";
|
|
46
46
|
import { default as Te } from "./src/pro-table/pro-table.vue.mjs";
|
|
47
47
|
import { default as Se } from "./src/pro-table/components/table-action.vue.mjs";
|
|
48
48
|
import { default as be } from "./src/pro-table/components/edit-table-header-icon.vue.mjs";
|
|
49
49
|
import { default as Pe } from "./src/pro-table/components/table-image.vue.mjs";
|
|
50
|
-
import { useTable as
|
|
50
|
+
import { useTable as De } from "./src/pro-table/hooks/use-table.mjs";
|
|
51
51
|
import { ApFormItemText as ve } from "./src/ap-form/items/text/index.mjs";
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
52
|
+
import { default as Be } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
53
|
+
import { default as ke } from "./src/ap-form/items/number/index.vue.mjs";
|
|
54
54
|
import { default as Le } from "./src/ap-form/items/date/index.vue.mjs";
|
|
55
55
|
import { default as Ee } from "./src/ap-form/items/date-range/index.vue.mjs";
|
|
56
56
|
import { default as Xe } from "./src/ap-form/items/radio/index.vue.mjs";
|
|
@@ -68,16 +68,16 @@ import { ApField as fr } from "./src/ap-field/index.mjs";
|
|
|
68
68
|
import { ApFieldText as lr } from "./src/ap-field/text/index.mjs";
|
|
69
69
|
import { default as dr } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
70
70
|
import { default as ir } from "./src/ap-field/date/index.vue.mjs";
|
|
71
|
-
import { default as
|
|
71
|
+
import { default as ur } from "./src/ap-field/number/index.vue.mjs";
|
|
72
72
|
import { default as cr } from "./src/ap-field/radio/index.vue.mjs";
|
|
73
73
|
import { default as Tr } from "./src/ap-field/switch/index.vue.mjs";
|
|
74
74
|
import { default as Sr } from "./src/ap-field/text-area/index.vue.mjs";
|
|
75
75
|
import { default as br } from "./src/ap-field/date-range/index.vue.mjs";
|
|
76
76
|
import { default as Pr } from "./src/ap-field/select/index.vue.mjs";
|
|
77
|
-
import { default as
|
|
77
|
+
import { default as Dr } from "./src/ap-field/text/password.vue.mjs";
|
|
78
78
|
import { default as vr } from "./src/ap-field/slider/index.vue.mjs";
|
|
79
|
-
import { default as
|
|
80
|
-
import { default as
|
|
79
|
+
import { default as Br } from "./src/ap-field/segmented/index.vue.mjs";
|
|
80
|
+
import { default as kr } from "./src/ap-field/rate/index.vue.mjs";
|
|
81
81
|
import { adminToken as Lr, aplusToken as yr } from "./src/design-token/index.mjs";
|
|
82
82
|
import { ApActionItem as Nr } from "./src/ap-action/index.mjs";
|
|
83
83
|
import { default as Kr } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
@@ -94,21 +94,21 @@ import { default as pt } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
|
94
94
|
import { default as mt } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
95
95
|
import { default as st } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
96
96
|
import { default as xt } from "./src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs";
|
|
97
|
-
import { NeedNameKeyDefault as
|
|
97
|
+
import { NeedNameKeyDefault as nt } from "./src/ap-upload/apUploadTypes.mjs";
|
|
98
98
|
import { default as At } from "./src/ap-upload/apUpload.vue.mjs";
|
|
99
99
|
import { default as Ft } from "./src/ap-download/ap-download.vue.mjs";
|
|
100
100
|
import { CheckCard as Ct } from "./src/check-card/index.mjs";
|
|
101
101
|
import { default as It } from "./src/check-card/group.vue.mjs";
|
|
102
102
|
import { ApModal as gt } from "./src/ap-modal/index.mjs";
|
|
103
|
-
import { default as
|
|
104
|
-
import { ApExpandAlert as
|
|
105
|
-
import { useTablePaging as
|
|
106
|
-
import { default as
|
|
107
|
-
import { default as
|
|
108
|
-
import { default as
|
|
109
|
-
import { default as
|
|
110
|
-
import { useMessage as
|
|
111
|
-
import { useControllableValue as
|
|
103
|
+
import { default as ht } from "./src/ap-list/index.vue.mjs";
|
|
104
|
+
import { ApBatchAction as Rt, ApExpandAlert as vt, ApExportGroup as Mt, ApInputRadio as Bt, ApLabel as Gt, ApSelectLayout as kt, ApStatus as wt, ApStatusGroup as Lt, ApTitle as yt } from "./src/business/index.mjs";
|
|
105
|
+
import { useTablePaging as Nt } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
106
|
+
import { default as Kt } from "./src/ap-table/ap-table.vue.mjs";
|
|
107
|
+
import { default as Ot } from "./src/editable-table/index.vue.mjs";
|
|
108
|
+
import { default as Wt } from "./src/editable-table/form-item.vue.mjs";
|
|
109
|
+
import { default as Ut } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
110
|
+
import { useMessage as $t } from "./src/hooks/useMessage.mjs";
|
|
111
|
+
import { useControllableValue as qt } from "./src/hooks/useControllableValue.mjs";
|
|
112
112
|
const p = {
|
|
113
113
|
install: (r) => {
|
|
114
114
|
for (const t in e) {
|
|
@@ -124,21 +124,22 @@ export {
|
|
|
124
124
|
Wr as ApActionItemDropdown,
|
|
125
125
|
Kr as ApActionItemModal,
|
|
126
126
|
Or as ApActionItemPopconfirm,
|
|
127
|
+
Rt as ApBatchAction,
|
|
127
128
|
Qr as ApCustomColumn,
|
|
128
129
|
_r as ApCustomSelect,
|
|
129
|
-
|
|
130
|
+
Ut as ApDescriptions,
|
|
130
131
|
Ft as ApDownload,
|
|
131
|
-
|
|
132
|
-
|
|
132
|
+
vt as ApExpandAlert,
|
|
133
|
+
Mt as ApExportGroup,
|
|
133
134
|
fr as ApField,
|
|
134
135
|
dr as ApFieldCheckbox,
|
|
135
136
|
ir as ApFieldDate,
|
|
136
137
|
br as ApFieldDateRange,
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
ur as ApFieldNumber,
|
|
139
|
+
Dr as ApFieldPassword,
|
|
139
140
|
cr as ApFieldRadio,
|
|
140
|
-
|
|
141
|
-
|
|
141
|
+
kr as ApFieldRate,
|
|
142
|
+
Br as ApFieldSegmented,
|
|
142
143
|
Pr as ApFieldSelect,
|
|
143
144
|
vr as ApFieldSlider,
|
|
144
145
|
Tr as ApFieldSwitch,
|
|
@@ -150,33 +151,33 @@ export {
|
|
|
150
151
|
Le as ApFormItemDate,
|
|
151
152
|
Ee as ApFormItemDateRange,
|
|
152
153
|
Ze as ApFormItemGroup,
|
|
153
|
-
|
|
154
|
+
ke as ApFormItemNumber,
|
|
154
155
|
Xe as ApFormItemRadio,
|
|
155
156
|
Ye as ApFormItemSelect,
|
|
156
157
|
He as ApFormItemSwitch,
|
|
157
158
|
ve as ApFormItemText,
|
|
158
|
-
|
|
159
|
+
Be as ApFormItemTextArea,
|
|
159
160
|
Ve as ApFormItemTextPassword,
|
|
160
161
|
or as ApFormList,
|
|
161
162
|
ar as ApFormModalForm,
|
|
162
163
|
rr as ApFormSearchForm,
|
|
163
164
|
xt as ApInfoLayout,
|
|
164
|
-
|
|
165
|
+
Bt as ApInputRadio,
|
|
165
166
|
Gt as ApLabel,
|
|
166
|
-
|
|
167
|
+
ht as ApList,
|
|
167
168
|
gt as ApModal,
|
|
168
169
|
kt as ApSelectLayout,
|
|
169
170
|
wt as ApStatus,
|
|
170
|
-
|
|
171
|
-
|
|
171
|
+
Lt as ApStatusGroup,
|
|
172
|
+
Kt as ApTable,
|
|
172
173
|
mt as ApTag,
|
|
173
174
|
st as ApTagGroup,
|
|
174
|
-
|
|
175
|
+
yt as ApTitle,
|
|
175
176
|
At as ApUpload,
|
|
176
|
-
|
|
177
|
+
Ro as ApiCascader,
|
|
177
178
|
Mo as ApiRadioGroup,
|
|
178
|
-
|
|
179
|
-
|
|
179
|
+
Go as ApiSelect,
|
|
180
|
+
wo as ApiTransfer,
|
|
180
181
|
yo as ApiTree,
|
|
181
182
|
Oo as ApiTreeSelect,
|
|
182
183
|
Qo as BaseButton,
|
|
@@ -188,7 +189,7 @@ export {
|
|
|
188
189
|
It as CheckCardGroup,
|
|
189
190
|
X as CollapseContainer,
|
|
190
191
|
Q as CollapseTransition,
|
|
191
|
-
|
|
192
|
+
G as ConfigProvider,
|
|
192
193
|
xe as CountdownButton,
|
|
193
194
|
ie as CountdownInput,
|
|
194
195
|
le as CropperAvatar,
|
|
@@ -197,16 +198,16 @@ export {
|
|
|
197
198
|
et as DictCode,
|
|
198
199
|
ce as Dropdown,
|
|
199
200
|
be as EditTableHeaderIcon,
|
|
200
|
-
|
|
201
|
-
|
|
201
|
+
Ot as EditableTable,
|
|
202
|
+
Wt as EditableTableFormItem,
|
|
202
203
|
_ as ExpandTransition,
|
|
203
204
|
oo as ExpandXTransition,
|
|
204
205
|
eo as FadeTransition,
|
|
205
|
-
|
|
206
|
+
ho as Field,
|
|
206
207
|
l as Icon,
|
|
207
208
|
O as IconPicker,
|
|
208
209
|
$o as ModalButton,
|
|
209
|
-
|
|
210
|
+
nt as NeedNameKeyDefault,
|
|
210
211
|
qo as PopConfirmButton,
|
|
211
212
|
Ko as ProForm,
|
|
212
213
|
Te as ProTable,
|
|
@@ -234,37 +235,37 @@ export {
|
|
|
234
235
|
yr as aplusToken,
|
|
235
236
|
S as buildLocaleContext,
|
|
236
237
|
I as buildTranslator,
|
|
237
|
-
|
|
238
|
+
n as configProviderContextKey,
|
|
238
239
|
x as configProviderProps,
|
|
239
|
-
|
|
240
|
+
ue as createPrompt,
|
|
240
241
|
tt as createWorkOrderModal,
|
|
241
242
|
p as default,
|
|
242
|
-
|
|
243
|
+
D as defaultNamespace,
|
|
243
244
|
U as en,
|
|
244
245
|
$r as generateTableList,
|
|
245
|
-
|
|
246
|
+
k as globalConfigCached,
|
|
246
247
|
bo as isComponentFormSchema,
|
|
247
248
|
go as isSlotFormSchema,
|
|
248
249
|
c as keysOf,
|
|
249
250
|
b as localeContextKey,
|
|
250
|
-
|
|
251
|
+
R as namespaceContextKey,
|
|
251
252
|
F as provideGlobalConfig,
|
|
252
|
-
|
|
253
|
+
u as tableDefaultConfig,
|
|
253
254
|
g as translate,
|
|
254
255
|
qr as useCacheColumnSetting,
|
|
255
256
|
To as useComponentRegister,
|
|
256
|
-
|
|
257
|
-
|
|
257
|
+
qt as useControllableValue,
|
|
258
|
+
uo as useDescription,
|
|
258
259
|
So as useForm,
|
|
259
260
|
v as useGetDerivedNamespace,
|
|
260
261
|
T as useGlobalConfig,
|
|
261
262
|
P as useLocale,
|
|
262
|
-
|
|
263
|
+
$t as useMessage,
|
|
263
264
|
te as useModal,
|
|
264
265
|
ee as useModalContext,
|
|
265
266
|
ae as useModalInner,
|
|
266
267
|
M as useNamespace,
|
|
267
|
-
|
|
268
|
-
|
|
268
|
+
De as useTable,
|
|
269
|
+
Nt as useTablePaging,
|
|
269
270
|
W as zhCn
|
|
270
271
|
};
|
|
@@ -1,37 +1,10 @@
|
|
|
1
1
|
import { ApActionGroupProps, GroupActionTypes } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { Trigger } from 'ant-design-vue/es/dropdown/props';
|
|
4
|
-
declare const _default: DefineComponent<
|
|
5
|
-
count: number;
|
|
6
|
-
trigger: () => string[];
|
|
7
|
-
placement: string;
|
|
8
|
-
actions: () => never[];
|
|
9
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionGroupProps>, {
|
|
10
|
-
count: number;
|
|
11
|
-
trigger: () => string[];
|
|
12
|
-
placement: string;
|
|
13
|
-
actions: () => never[];
|
|
14
|
-
}>>>, {
|
|
4
|
+
declare const _default: DefineComponent<ApActionGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionGroupProps & {}>, {
|
|
15
5
|
placement: "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "topCenter" | "bottomCenter";
|
|
16
6
|
trigger: Trigger | Trigger[];
|
|
17
7
|
count: number;
|
|
18
8
|
actions: GroupActionTypes[];
|
|
19
|
-
}, {}>;
|
|
9
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
20
10
|
export default _default;
|
|
21
|
-
type __VLS_WithDefaults<P, D> = {
|
|
22
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
23
|
-
default: D[K];
|
|
24
|
-
}> : P[K];
|
|
25
|
-
};
|
|
26
|
-
type __VLS_Prettify<T> = {
|
|
27
|
-
[K in keyof T]: T[K];
|
|
28
|
-
} & {};
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToOption<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
@@ -1,43 +1,16 @@
|
|
|
1
1
|
import { ApActionItemProps, ApActionItemSlots, ActionColor } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
4
|
-
declare const __VLS_component: DefineComponent<
|
|
5
|
-
color: string;
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
visible: boolean;
|
|
8
|
-
loading: boolean;
|
|
9
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionItemProps>, {
|
|
10
|
-
color: string;
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
visible: boolean;
|
|
13
|
-
loading: boolean;
|
|
14
|
-
}>>>, {
|
|
4
|
+
declare const __VLS_component: DefineComponent<ApActionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionItemProps & {}>, {
|
|
15
5
|
visible: boolean;
|
|
16
6
|
loading: boolean;
|
|
17
7
|
disabled: boolean;
|
|
18
8
|
color: ActionColor;
|
|
19
|
-
}, {}>;
|
|
9
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
20
10
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
21
11
|
export default _default;
|
|
22
|
-
type __VLS_WithDefaults<P, D> = {
|
|
23
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
24
|
-
default: D[K];
|
|
25
|
-
}> : P[K];
|
|
26
|
-
};
|
|
27
|
-
type __VLS_Prettify<T> = {
|
|
28
|
-
[K in keyof T]: T[K];
|
|
29
|
-
} & {};
|
|
30
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
13
|
new (): {
|
|
32
14
|
$slots: S;
|
|
33
15
|
};
|
|
34
16
|
};
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToOption<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -1,28 +1,16 @@
|
|
|
1
|
-
import { ApActionItemDropdownProps,
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { ApActionItemDropdownProps, MixedActionTypes, ApActionItemProps, ActionColor } from '../interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { DropdownProps } from 'ant-design-vue';
|
|
3
4
|
import { Trigger } from 'ant-design-vue/es/dropdown/props';
|
|
4
5
|
declare function __VLS_template(): {
|
|
5
6
|
default?(_: {}): any;
|
|
6
7
|
};
|
|
7
|
-
declare const __VLS_component: DefineComponent<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
placement: string;
|
|
14
|
-
actions: () => never[];
|
|
15
|
-
showIcon: boolean;
|
|
16
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionItemDropdownProps>, {
|
|
17
|
-
color: string;
|
|
18
|
-
disabled: boolean;
|
|
19
|
-
visible: boolean;
|
|
20
|
-
loading: boolean;
|
|
21
|
-
trigger: () => string[];
|
|
22
|
-
placement: string;
|
|
23
|
-
actions: () => never[];
|
|
24
|
-
showIcon: boolean;
|
|
25
|
-
}>>>, {
|
|
8
|
+
declare const __VLS_component: DefineComponent<ApActionItemDropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
9
|
+
trigger?: DropdownProps["trigger"];
|
|
10
|
+
placement?: DropdownProps["placement"];
|
|
11
|
+
actions?: MixedActionTypes[];
|
|
12
|
+
showIcon?: boolean;
|
|
13
|
+
} & Omit< ApActionItemProps, "onAction"> & {}>, {
|
|
26
14
|
placement: "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "topCenter" | "bottomCenter";
|
|
27
15
|
visible: boolean;
|
|
28
16
|
loading: boolean;
|
|
@@ -31,28 +19,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
31
19
|
trigger: Trigger | Trigger[];
|
|
32
20
|
showIcon: boolean;
|
|
33
21
|
actions: MixedActionTypes[];
|
|
34
|
-
}, {}>;
|
|
22
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
35
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
36
24
|
export default _default;
|
|
37
|
-
type __VLS_WithDefaults<P, D> = {
|
|
38
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
-
default: D[K];
|
|
40
|
-
}> : P[K];
|
|
41
|
-
};
|
|
42
|
-
type __VLS_Prettify<T> = {
|
|
43
|
-
[K in keyof T]: T[K];
|
|
44
|
-
} & {};
|
|
45
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
26
|
new (): {
|
|
47
27
|
$slots: S;
|
|
48
28
|
};
|
|
49
29
|
};
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToOption<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
@@ -1,47 +1,20 @@
|
|
|
1
|
-
import { ApActionItemModalProps, ApActionItemSlots, ActionColor } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { ApActionItemModalProps, ApActionItemSlots, ApActionItemProps, ActionColor } from '../interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { ModalFuncProps } from 'ant-design-vue';
|
|
4
4
|
declare function __VLS_template(): Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
5
|
-
declare const __VLS_component: DefineComponent<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
visible: boolean;
|
|
9
|
-
loading: boolean;
|
|
10
|
-
modalProps: () => {};
|
|
11
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionItemModalProps>, {
|
|
12
|
-
color: string;
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
visible: boolean;
|
|
15
|
-
loading: boolean;
|
|
16
|
-
modalProps: () => {};
|
|
17
|
-
}>>>, {
|
|
5
|
+
declare const __VLS_component: DefineComponent<ApActionItemModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApActionItemProps & {
|
|
6
|
+
modalProps?: Omit< ModalFuncProps, "type">;
|
|
7
|
+
} & {}>, {
|
|
18
8
|
visible: boolean;
|
|
19
9
|
loading: boolean;
|
|
20
10
|
disabled: boolean;
|
|
21
11
|
color: ActionColor;
|
|
22
12
|
modalProps: Omit< ModalFuncProps, "type">;
|
|
23
|
-
}, {}>;
|
|
13
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
24
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
25
15
|
export default _default;
|
|
26
|
-
type __VLS_WithDefaults<P, D> = {
|
|
27
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
-
default: D[K];
|
|
29
|
-
}> : P[K];
|
|
30
|
-
};
|
|
31
|
-
type __VLS_Prettify<T> = {
|
|
32
|
-
[K in keyof T]: T[K];
|
|
33
|
-
} & {};
|
|
34
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
17
|
new (): {
|
|
36
18
|
$slots: S;
|
|
37
19
|
};
|
|
38
20
|
};
|
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
-
type __VLS_TypePropsToOption<T> = {
|
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
-
} : {
|
|
44
|
-
type: PropType<T[K]>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { ApActionItemPopconfirmProps, ApActionItemSlots, ActionColor } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, HTMLAttributes, CSSProperties } from 'vue';
|
|
1
|
+
import { ApActionItemPopconfirmProps, ApActionItemSlots, ApActionItemProps, ActionColor } from '../interface';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType, HTMLAttributes, CSSProperties, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { PopconfirmProps } from 'ant-design-vue';
|
|
3
4
|
import { LegacyButtonType, ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
|
|
4
5
|
import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
|
|
5
6
|
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
@@ -10,19 +11,9 @@ import { LiteralUnion } from 'ant-design-vue/es/_util/type';
|
|
|
10
11
|
import { PresetColorType } from 'ant-design-vue/es/_util/colors';
|
|
11
12
|
import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
|
|
12
13
|
declare function __VLS_template(): Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
13
|
-
declare const __VLS_component: DefineComponent<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
visible: boolean;
|
|
17
|
-
loading: boolean;
|
|
18
|
-
popconfirmProps: () => {};
|
|
19
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionItemPopconfirmProps>, {
|
|
20
|
-
color: string;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
visible: boolean;
|
|
23
|
-
loading: boolean;
|
|
24
|
-
popconfirmProps: () => {};
|
|
25
|
-
}>>>, {
|
|
14
|
+
declare const __VLS_component: DefineComponent<ApActionItemPopconfirmProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ApActionItemProps & {
|
|
15
|
+
popconfirmProps?: PopconfirmProps;
|
|
16
|
+
} & {}>, {
|
|
26
17
|
visible: boolean;
|
|
27
18
|
loading: boolean;
|
|
28
19
|
disabled: boolean;
|
|
@@ -322,28 +313,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
322
313
|
onOpenChange: PropType<(vis: boolean) => void>;
|
|
323
314
|
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
324
315
|
}>>;
|
|
325
|
-
}, {}>;
|
|
316
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
326
317
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
327
318
|
export default _default;
|
|
328
|
-
type __VLS_WithDefaults<P, D> = {
|
|
329
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
330
|
-
default: D[K];
|
|
331
|
-
}> : P[K];
|
|
332
|
-
};
|
|
333
|
-
type __VLS_Prettify<T> = {
|
|
334
|
-
[K in keyof T]: T[K];
|
|
335
|
-
} & {};
|
|
336
319
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
337
320
|
new (): {
|
|
338
321
|
$slots: S;
|
|
339
322
|
};
|
|
340
323
|
};
|
|
341
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
342
|
-
type __VLS_TypePropsToOption<T> = {
|
|
343
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
344
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
345
|
-
} : {
|
|
346
|
-
type: PropType<T[K]>;
|
|
347
|
-
required: true;
|
|
348
|
-
};
|
|
349
|
-
};
|
|
@@ -1,17 +1,8 @@
|
|
|
1
1
|
import { ColumnSelectProps, FieldInfo } from './interfaces';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
4
|
-
updateColumns: (list: FieldInfo[]) =>
|
|
5
|
-
}, string, PublicProps, Readonly<
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ColumnSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4
|
+
updateColumns: (list: FieldInfo[]) => any;
|
|
5
|
+
}, string, PublicProps, Readonly<ColumnSelectProps & {
|
|
6
6
|
onUpdateColumns?: ((list: FieldInfo[]) => any) | undefined;
|
|
7
|
-
}, {}, {}>;
|
|
7
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
8
8
|
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToOption<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
};
|