@aplus-frontend/ui 0.1.21 → 0.1.22
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 +176 -170
- package/es/src/ap-action/group/index.vue.d.ts +7 -6
- package/es/src/ap-action/item/index.vue.d.ts +20 -14
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
- package/es/src/ap-action/item-modal/index.vue.d.ts +20 -14
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
- package/es/src/ap-custom-column/column-select.vue.mjs +47 -46
- package/es/src/ap-custom-column/custom-column.vue.mjs +36 -35
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
- package/es/src/ap-download/ap-download.vue.d.ts +17 -12
- package/es/src/ap-field/checkbox/index.vue.d.ts +6 -5
- package/es/src/ap-field/date/index.vue.d.ts +18 -12
- package/es/src/ap-field/date-range/index.vue.d.ts +25 -19
- package/es/src/ap-field/number/index.vue.d.ts +459 -12
- package/es/src/ap-field/radio/index.vue.d.ts +6 -5
- package/es/src/ap-field/rate/index.vue.d.ts +138 -16
- package/es/src/ap-field/segmented/index.vue.d.ts +25 -19
- package/es/src/ap-field/select/index.vue.d.ts +597 -16
- package/es/src/ap-field/select/index.vue.mjs +1 -1
- package/es/src/ap-field/slider/index.vue.d.ts +375 -12
- package/es/src/ap-field/switch/index.vue.d.ts +16 -11
- package/es/src/ap-field/text/index.vue.d.ts +19 -13
- package/es/src/ap-field/text/password.vue.d.ts +19 -13
- package/es/src/ap-field/text-area/index.vue.d.ts +7 -6
- package/es/src/ap-field/text-area/index.vue.mjs +1 -1
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
- package/es/src/ap-form/ap-form-item.vue.d.ts +1008 -12
- package/es/src/ap-form/ap-form-item.vue.mjs +47 -44
- package/es/src/ap-form/ap-form-list.vue.d.ts +12 -7
- package/es/src/ap-form/ap-form.vue.d.ts +884 -13
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
- package/es/src/ap-form/items/date/index.vue.d.ts +40 -35
- package/es/src/ap-form/items/date-range/index.vue.d.ts +39 -34
- package/es/src/ap-form/items/number/index.vue.d.ts +583 -27
- package/es/src/ap-form/items/radio/index.vue.d.ts +217 -13
- package/es/src/ap-form/items/select/index.vue.d.ts +43 -38
- package/es/src/ap-form/items/switch/index.vue.d.ts +24 -19
- package/es/src/ap-form/items/text/index.vue.d.ts +591 -25
- package/es/src/ap-form/items/text/password.vue.d.ts +658 -27
- package/es/src/ap-form/items/text-area/index.vue.d.ts +486 -13
- package/es/src/ap-form/modal-form/index.vue.d.ts +650 -16
- package/es/src/ap-form/search-form/index.vue.d.ts +652 -18
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
- package/es/src/ap-list/index.vue.d.ts +5 -5
- package/es/src/ap-modal/utils/createModal.mjs +4 -4
- package/es/src/ap-table/ap-table.vue.d.ts +5 -5
- package/es/src/ap-table/components/index/index.vue.d.ts +4 -4
- package/es/src/ap-table/constants.d.ts +1071 -1072
- package/es/src/ap-table/hooks/use-table-paging.d.ts +2 -1
- package/es/src/ap-table/utils.d.ts +586 -587
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
- package/es/src/ap-tag/ap-tag.vue.d.ts +5 -5
- package/es/src/base-button/button.vue.d.ts +17 -12
- package/es/src/base-button/index.d.ts +30 -30
- package/es/src/basic/index.d.ts +6 -6
- package/es/src/basic/title.vue.d.ts +16 -11
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
- package/es/src/business/ap-image/ApImage.vue.d.ts +22 -1
- package/es/src/business/ap-image/ApImage.vue2.mjs +23 -23
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
- package/es/src/business/ap-label/ApLabel.d.ts +2 -2
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/es/src/business/ap-status/ApStatus.vue.d.ts +5 -5
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
- package/es/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
- package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +41 -0
- package/es/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
- package/es/src/business/ap-table-modal/hooks/use-table-modal.mjs +29 -0
- package/es/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
- package/es/src/business/ap-table-modal/hooks/use-table-select-modal.mjs +28 -0
- package/es/src/business/ap-table-modal/index.d.ts +538 -0
- package/es/src/business/ap-table-modal/index.mjs +11 -0
- package/es/src/business/ap-table-modal/interface.d.ts +63 -0
- package/es/src/business/ap-table-modal/interface.mjs +4 -0
- package/es/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
- package/es/src/business/ap-table-modal/modal-title.vue.mjs +4 -0
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +50 -0
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
- package/es/src/business/ap-table-modal/table-modal.vue.mjs +4 -0
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +177 -0
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
- package/es/src/business/index.d.ts +140 -131
- package/es/src/business/index.mjs +18 -16
- package/es/src/business/title/ApTitle.vue.d.ts +17 -12
- package/es/src/button/button.vue.d.ts +12 -7
- package/es/src/button/index.d.ts +2 -2
- package/es/src/check-card/group.vue.d.ts +18 -13
- package/es/src/check-card/index.vue.d.ts +16 -11
- package/es/src/config-provider/config-provider-props.d.ts +6 -4
- package/es/src/config-provider/config-provider.d.ts +5 -5
- package/es/src/config-provider/hooks/use-global-config.d.ts +2 -1
- package/es/src/config-provider/index.d.ts +17 -17
- package/es/src/container/index.d.ts +4 -4
- package/es/src/container/scroll-container.vue.d.ts +181 -8
- package/es/src/count-down/button.vue.d.ts +4 -4
- package/es/src/count-down/index.d.ts +8 -8
- package/es/src/count-down/input.vue.d.ts +16 -11
- package/es/src/cropper/cropper-avatar.vue.d.ts +4 -4
- package/es/src/cropper/cropper-image.vue.d.ts +4 -4
- package/es/src/cropper/index.d.ts +4 -4
- package/es/src/description/index.d.ts +2 -2
- package/es/src/dropdown/dropdown.vue.d.ts +16 -11
- package/es/src/dropdown/index.d.ts +2 -2
- package/es/src/editable-table/form-item.vue.d.ts +5 -5
- package/es/src/editable-table/index.vue.d.ts +6 -6
- package/es/src/icon/icon.vue.d.ts +4 -5
- package/es/src/icon/index.d.ts +16 -16
- package/es/src/icon/svg-icon.vue.d.ts +4 -4
- package/es/src/icon-picker/icon-picker.vue.d.ts +4 -4
- package/es/src/icon-picker/index.d.ts +2 -2
- package/es/src/index.mjs +69 -63
- package/es/src/locale/lang/en.mjs +25 -0
- package/es/src/locale/lang/zh-cn.mjs +25 -0
- package/es/src/modal/basic.vue.d.ts +210 -5
- package/es/src/modal/components/modal-close.vue.d.ts +4 -4
- package/es/src/modal/components/modal-footer.vue.d.ts +10 -5
- package/es/src/modal/components/modal-wrapper.vue.d.ts +77 -4
- package/es/src/modal/components/modal.d.ts +1 -1
- package/es/src/modal/index.d.ts +5 -5
- package/es/src/pro-form/components/api-cascader.vue.d.ts +4 -4
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
- package/es/src/pro-form/components/api-select.vue.d.ts +16 -11
- package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -5
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
- package/es/src/pro-form/components/api-tree.vue.d.ts +16 -11
- package/es/src/pro-form/components/form-action.vue.d.ts +19 -14
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
- package/es/src/pro-form/hooks/use-label-width.d.ts +25 -25
- package/es/src/pro-form/pro-form.vue.d.ts +888 -15
- package/es/src/pro-form/table-form-inner.vue.d.ts +6 -5
- package/es/src/pro-form/table-form.vue.d.ts +6 -5
- package/es/src/pro-form/types/form.d.ts +4 -4
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/es/src/pro-table/components/table-action.vue.d.ts +7 -2
- package/es/src/pro-table/components/table-footer.vue.d.ts +4 -4
- package/es/src/pro-table/components/table-header.vue.d.ts +9 -4
- package/es/src/pro-table/components/table-image.vue.d.ts +4 -4
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
- package/es/src/pro-table/pro-table.vue.d.ts +2049 -28
- package/es/src/prompt/utils.d.ts +1 -1
- package/es/src/scroll-bar/index.d.ts +2 -2
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
- package/es/src/strength-meter/index.d.ts +2 -2
- package/es/src/strength-meter/strength-meter.vue.d.ts +16 -11
- package/es/src/theme/antd-global-overwrite/admin/index.css +1 -0
- package/es/src/theme/antd-global-overwrite/admin/table.css +1 -0
- package/es/src/theme/antd-global-overwrite/aplus/index.css +1 -0
- package/es/src/theme/antd-global-overwrite/aplus/table.css +1 -0
- package/es/src/transition/collapse-transition.vue.d.ts +7 -2
- package/es/src/utils/config-provider-preset.d.ts +5 -5
- package/es/src/work-order-modal/createWorkOrder.mjs +20 -12
- package/es/src/work-order-modal/help-message.vue2.mjs +21 -18
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/es/src/work-order-modal/work-order-modal.vue.mjs +64 -62
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +7 -6
- package/lib/src/ap-action/item/index.vue.d.ts +20 -14
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +21 -15
- package/lib/src/ap-action/item-modal/index.vue.d.ts +20 -14
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +20 -14
- package/lib/src/ap-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +20 -15
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +12 -7
- package/lib/src/ap-download/ap-download.vue.d.ts +17 -12
- package/lib/src/ap-field/checkbox/index.vue.d.ts +6 -5
- package/lib/src/ap-field/date/index.vue.d.ts +18 -12
- package/lib/src/ap-field/date-range/index.vue.d.ts +25 -19
- package/lib/src/ap-field/number/index.vue.d.ts +459 -12
- package/lib/src/ap-field/radio/index.vue.d.ts +6 -5
- package/lib/src/ap-field/rate/index.vue.d.ts +138 -16
- package/lib/src/ap-field/segmented/index.vue.d.ts +25 -19
- package/lib/src/ap-field/select/index.vue.d.ts +597 -16
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +375 -12
- package/lib/src/ap-field/switch/index.vue.d.ts +16 -11
- package/lib/src/ap-field/text/index.vue.d.ts +19 -13
- package/lib/src/ap-field/text/password.vue.d.ts +19 -13
- package/lib/src/ap-field/text-area/index.vue.d.ts +7 -6
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -14
- package/lib/src/ap-form/ap-form-item.vue.d.ts +1008 -12
- package/lib/src/ap-form/ap-form-item.vue.js +1 -1
- package/lib/src/ap-form/ap-form-list.vue.d.ts +12 -7
- package/lib/src/ap-form/ap-form.vue.d.ts +884 -13
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +17 -12
- package/lib/src/ap-form/items/date/index.vue.d.ts +40 -35
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +39 -34
- package/lib/src/ap-form/items/number/index.vue.d.ts +583 -27
- package/lib/src/ap-form/items/radio/index.vue.d.ts +217 -13
- package/lib/src/ap-form/items/select/index.vue.d.ts +43 -38
- package/lib/src/ap-form/items/switch/index.vue.d.ts +24 -19
- package/lib/src/ap-form/items/text/index.vue.d.ts +591 -25
- package/lib/src/ap-form/items/text/password.vue.d.ts +658 -27
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +486 -13
- package/lib/src/ap-form/modal-form/index.vue.d.ts +650 -16
- package/lib/src/ap-form/search-form/index.vue.d.ts +652 -18
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -15
- package/lib/src/ap-list/index.vue.d.ts +5 -5
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +5 -5
- package/lib/src/ap-table/components/index/index.vue.d.ts +4 -4
- package/lib/src/ap-table/constants.d.ts +1071 -1072
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +2 -1
- package/lib/src/ap-table/utils.d.ts +586 -587
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +18 -11
- package/lib/src/ap-tag/ap-tag.vue.d.ts +5 -5
- package/lib/src/base-button/button.vue.d.ts +17 -12
- package/lib/src/base-button/index.d.ts +30 -30
- package/lib/src/basic/index.d.ts +6 -6
- package/lib/src/basic/title.vue.d.ts +16 -11
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +13 -8
- package/lib/src/business/ap-image/ApImage.vue.d.ts +22 -1
- package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +4 -4
- package/lib/src/business/ap-label/ApLabel.d.ts +2 -2
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +5 -5
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +5 -5
- package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.d.ts +7 -0
- package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -0
- package/lib/src/business/ap-table-modal/hooks/use-table-modal.d.ts +7 -0
- package/lib/src/business/ap-table-modal/hooks/use-table-modal.js +1 -0
- package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.d.ts +6 -0
- package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.js +1 -0
- package/lib/src/business/ap-table-modal/index.d.ts +538 -0
- package/lib/src/business/ap-table-modal/index.js +1 -0
- package/lib/src/business/ap-table-modal/interface.d.ts +63 -0
- package/lib/src/business/ap-table-modal/interface.js +1 -0
- package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +46 -0
- package/lib/src/business/ap-table-modal/modal-title.vue.js +1 -0
- package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -0
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +79 -0
- package/lib/src/business/ap-table-modal/table-modal.vue.js +1 -0
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -0
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +19 -12
- package/lib/src/business/index.d.ts +140 -131
- package/lib/src/business/index.js +1 -1
- package/lib/src/business/title/ApTitle.vue.d.ts +17 -12
- package/lib/src/button/button.vue.d.ts +12 -7
- package/lib/src/button/index.d.ts +2 -2
- package/lib/src/check-card/group.vue.d.ts +18 -13
- package/lib/src/check-card/index.vue.d.ts +16 -11
- package/lib/src/config-provider/config-provider-props.d.ts +6 -4
- package/lib/src/config-provider/config-provider.d.ts +5 -5
- package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -1
- package/lib/src/config-provider/index.d.ts +17 -17
- package/lib/src/container/index.d.ts +4 -4
- package/lib/src/container/scroll-container.vue.d.ts +181 -8
- package/lib/src/count-down/button.vue.d.ts +4 -4
- package/lib/src/count-down/index.d.ts +8 -8
- package/lib/src/count-down/input.vue.d.ts +16 -11
- package/lib/src/cropper/cropper-avatar.vue.d.ts +4 -4
- package/lib/src/cropper/cropper-image.vue.d.ts +4 -4
- package/lib/src/cropper/index.d.ts +4 -4
- package/lib/src/description/index.d.ts +2 -2
- package/lib/src/dropdown/dropdown.vue.d.ts +16 -11
- package/lib/src/dropdown/index.d.ts +2 -2
- package/lib/src/editable-table/form-item.vue.d.ts +5 -5
- package/lib/src/editable-table/index.vue.d.ts +6 -6
- package/lib/src/icon/icon.vue.d.ts +4 -5
- package/lib/src/icon/index.d.ts +16 -16
- package/lib/src/icon/svg-icon.vue.d.ts +4 -4
- package/lib/src/icon-picker/icon-picker.vue.d.ts +4 -4
- package/lib/src/icon-picker/index.d.ts +2 -2
- 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 +210 -5
- package/lib/src/modal/components/modal-close.vue.d.ts +4 -4
- package/lib/src/modal/components/modal-footer.vue.d.ts +10 -5
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +77 -4
- package/lib/src/modal/components/modal.d.ts +1 -1
- package/lib/src/modal/index.d.ts +5 -5
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +4 -4
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +4 -4
- package/lib/src/pro-form/components/api-select.vue.d.ts +16 -11
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -5
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +16 -11
- package/lib/src/pro-form/components/api-tree.vue.d.ts +16 -11
- package/lib/src/pro-form/components/form-action.vue.d.ts +19 -14
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +4 -4
- package/lib/src/pro-form/hooks/use-label-width.d.ts +25 -25
- package/lib/src/pro-form/pro-form.vue.d.ts +888 -15
- package/lib/src/pro-form/table-form-inner.vue.d.ts +6 -5
- package/lib/src/pro-form/table-form.vue.d.ts +6 -5
- package/lib/src/pro-form/types/form.d.ts +4 -4
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +7 -2
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/lib/src/pro-table/components/table-action.vue.d.ts +7 -2
- package/lib/src/pro-table/components/table-footer.vue.d.ts +4 -4
- package/lib/src/pro-table/components/table-header.vue.d.ts +9 -4
- package/lib/src/pro-table/components/table-image.vue.d.ts +4 -4
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +4 -4
- package/lib/src/pro-table/pro-table.vue.d.ts +2049 -28
- package/lib/src/prompt/utils.d.ts +1 -1
- package/lib/src/scroll-bar/index.d.ts +2 -2
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +19 -11
- package/lib/src/strength-meter/index.d.ts +2 -2
- package/lib/src/strength-meter/strength-meter.vue.d.ts +16 -11
- package/lib/src/theme/antd-global-overwrite/admin/index.css +1 -0
- package/lib/src/theme/antd-global-overwrite/admin/table.css +1 -0
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +1 -0
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +1 -0
- package/lib/src/transition/collapse-transition.vue.d.ts +7 -2
- package/lib/src/utils/config-provider-preset.d.ts +5 -5
- package/lib/src/work-order-modal/createWorkOrder.js +1 -1
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +3 -3
|
@@ -3,19 +3,16 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
3
3
|
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
4
4
|
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
5
5
|
import { LiteralUnion, Key } from 'ant-design-vue/es/_util/type';
|
|
6
|
-
import { ApStatusProps, ApStatusGroupItemProps } from '
|
|
7
|
-
import { ApSelectItem } from './ap-select-layout/interface';
|
|
6
|
+
import { ApStatusProps, ApStatusGroupItemProps, ApSelectItem, ApLabelGroupItemProps, ApBatchActionGroupMenuProps } from '.';
|
|
8
7
|
import { ValueType } from 'ant-design-vue/es/input-number/src/utils/MiniDecimal';
|
|
9
|
-
import { ApInputRadioOptions } from './ap-input-radio
|
|
8
|
+
import { ApInputRadioOptions } from './ap-input-radio';
|
|
10
9
|
import { KeyboardEventHandler, MouseEventHandler, FocusEventHandler } from 'ant-design-vue/es/_util/EventInterface';
|
|
11
|
-
import { ApLabelGroupItemProps } from './ap-label/interface';
|
|
12
10
|
import { ButtonType, ButtonShape, ButtonSize } from 'ant-design-vue/es/button';
|
|
13
11
|
import { ButtonHTMLType } from 'ant-design-vue/es/button/buttonTypes';
|
|
14
12
|
import { DropdownArrowOptions, Trigger, Align } from 'ant-design-vue/es/dropdown/props';
|
|
15
13
|
import { ItemType, MenuTheme, MenuMode } from 'ant-design-vue';
|
|
16
14
|
import { CSSMotionProps } from 'ant-design-vue/es/_util/transition';
|
|
17
15
|
import { BuiltinPlacements, TriggerSubMenuAction, SelectEventHandler, MenuClickEventHandler } from 'ant-design-vue/es/menu/src/interface';
|
|
18
|
-
import { ApBatchActionGroupMenuProps } from './ap-batch-action-group/interface';
|
|
19
16
|
import { accessCreate } from '@aplus-frontend/oss';
|
|
20
17
|
export type { ApTitleProps } from './title/interface';
|
|
21
18
|
export type { ApExpandAlertProps } from './expandAlert/interface';
|
|
@@ -33,7 +30,7 @@ export declare const ApTitle: {
|
|
|
33
30
|
default: string;
|
|
34
31
|
};
|
|
35
32
|
placement: {
|
|
36
|
-
type: PropType<"left" | "top" | "topLeft" | "
|
|
33
|
+
type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
37
34
|
required: true;
|
|
38
35
|
default: string;
|
|
39
36
|
};
|
|
@@ -59,7 +56,7 @@ export declare const ApTitle: {
|
|
|
59
56
|
default: string;
|
|
60
57
|
};
|
|
61
58
|
placement: {
|
|
62
|
-
type: PropType<"left" | "top" | "topLeft" | "
|
|
59
|
+
type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
63
60
|
required: true;
|
|
64
61
|
default: string;
|
|
65
62
|
};
|
|
@@ -98,7 +95,7 @@ export declare const ApTitle: {
|
|
|
98
95
|
default: string;
|
|
99
96
|
};
|
|
100
97
|
placement: {
|
|
101
|
-
type: PropType<"left" | "top" | "topLeft" | "
|
|
98
|
+
type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
102
99
|
required: true;
|
|
103
100
|
default: string;
|
|
104
101
|
};
|
|
@@ -134,7 +131,7 @@ export declare const ApTitle: {
|
|
|
134
131
|
default: string;
|
|
135
132
|
};
|
|
136
133
|
placement: {
|
|
137
|
-
type: PropType<"left" | "top" | "topLeft" | "
|
|
134
|
+
type: PropType<"left" | "top" | "topLeft" | "right" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
138
135
|
required: true;
|
|
139
136
|
default: string;
|
|
140
137
|
};
|
|
@@ -159,7 +156,7 @@ export declare const ApTitle: {
|
|
|
159
156
|
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
160
157
|
helpMessage: string;
|
|
161
158
|
helpIconColor: string;
|
|
162
|
-
}, {}, string, {}> &
|
|
159
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
163
160
|
$slots: {
|
|
164
161
|
prefix?(_: {}): any;
|
|
165
162
|
suffix?(_: {}): any;
|
|
@@ -168,7 +165,7 @@ export declare const ApTitle: {
|
|
|
168
165
|
$props: {
|
|
169
166
|
onClick?: () => void;
|
|
170
167
|
};
|
|
171
|
-
}))
|
|
168
|
+
}));
|
|
172
169
|
export declare const ApExpandAlert: {
|
|
173
170
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
174
171
|
type: {
|
|
@@ -181,13 +178,13 @@ export declare const ApExpandAlert: {
|
|
|
181
178
|
required: true;
|
|
182
179
|
default: () => never[];
|
|
183
180
|
};
|
|
184
|
-
|
|
181
|
+
separator: {
|
|
185
182
|
type: PropType<string>;
|
|
183
|
+
required: true;
|
|
186
184
|
default: string;
|
|
187
185
|
};
|
|
188
|
-
|
|
186
|
+
prefix: {
|
|
189
187
|
type: PropType<string>;
|
|
190
|
-
required: true;
|
|
191
188
|
default: string;
|
|
192
189
|
};
|
|
193
190
|
rows: {
|
|
@@ -221,13 +218,13 @@ export declare const ApExpandAlert: {
|
|
|
221
218
|
required: true;
|
|
222
219
|
default: () => never[];
|
|
223
220
|
};
|
|
224
|
-
|
|
221
|
+
separator: {
|
|
225
222
|
type: PropType<string>;
|
|
223
|
+
required: true;
|
|
226
224
|
default: string;
|
|
227
225
|
};
|
|
228
|
-
|
|
226
|
+
prefix: {
|
|
229
227
|
type: PropType<string>;
|
|
230
|
-
required: true;
|
|
231
228
|
default: string;
|
|
232
229
|
};
|
|
233
230
|
rows: {
|
|
@@ -248,8 +245,8 @@ export declare const ApExpandAlert: {
|
|
|
248
245
|
}, {
|
|
249
246
|
type: "warning" | "error" | "success" | "info" | undefined;
|
|
250
247
|
data: Array<any> | string;
|
|
251
|
-
prefix: string;
|
|
252
248
|
separator: string;
|
|
249
|
+
prefix: string;
|
|
253
250
|
rows: string | number;
|
|
254
251
|
tipTitle: string;
|
|
255
252
|
}, true, {}, {}, {
|
|
@@ -270,13 +267,13 @@ export declare const ApExpandAlert: {
|
|
|
270
267
|
required: true;
|
|
271
268
|
default: () => never[];
|
|
272
269
|
};
|
|
273
|
-
|
|
270
|
+
separator: {
|
|
274
271
|
type: PropType<string>;
|
|
272
|
+
required: true;
|
|
275
273
|
default: string;
|
|
276
274
|
};
|
|
277
|
-
|
|
275
|
+
prefix: {
|
|
278
276
|
type: PropType<string>;
|
|
279
|
-
required: true;
|
|
280
277
|
default: string;
|
|
281
278
|
};
|
|
282
279
|
rows: {
|
|
@@ -299,8 +296,8 @@ export declare const ApExpandAlert: {
|
|
|
299
296
|
}, {}, {}, {}, {
|
|
300
297
|
type: "warning" | "error" | "success" | "info" | undefined;
|
|
301
298
|
data: Array<any> | string;
|
|
302
|
-
prefix: string;
|
|
303
299
|
separator: string;
|
|
300
|
+
prefix: string;
|
|
304
301
|
rows: string | number;
|
|
305
302
|
tipTitle: string;
|
|
306
303
|
}>;
|
|
@@ -318,13 +315,13 @@ export declare const ApExpandAlert: {
|
|
|
318
315
|
required: true;
|
|
319
316
|
default: () => never[];
|
|
320
317
|
};
|
|
321
|
-
|
|
318
|
+
separator: {
|
|
322
319
|
type: PropType<string>;
|
|
320
|
+
required: true;
|
|
323
321
|
default: string;
|
|
324
322
|
};
|
|
325
|
-
|
|
323
|
+
prefix: {
|
|
326
324
|
type: PropType<string>;
|
|
327
|
-
required: true;
|
|
328
325
|
default: string;
|
|
329
326
|
};
|
|
330
327
|
rows: {
|
|
@@ -350,8 +347,8 @@ export declare const ApExpandAlert: {
|
|
|
350
347
|
}, string, {
|
|
351
348
|
type: "warning" | "error" | "success" | "info" | undefined;
|
|
352
349
|
data: Array<any> | string;
|
|
353
|
-
prefix: string;
|
|
354
350
|
separator: string;
|
|
351
|
+
prefix: string;
|
|
355
352
|
rows: string | number;
|
|
356
353
|
tipTitle: string;
|
|
357
354
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
@@ -483,10 +480,10 @@ export declare const ApLabel: {
|
|
|
483
480
|
}>>, {
|
|
484
481
|
size: "small" | "default";
|
|
485
482
|
placement: TooltipPlacement;
|
|
486
|
-
iconType: "ellipsis" | "success" | "warning" | "question";
|
|
487
|
-
iconSize: number;
|
|
488
483
|
show: boolean;
|
|
489
484
|
dot: boolean;
|
|
485
|
+
iconType: "ellipsis" | "success" | "warning" | "question";
|
|
486
|
+
iconSize: number;
|
|
490
487
|
helpMessage: string | VNode<RendererNode, RendererElement, {
|
|
491
488
|
[key: string]: any;
|
|
492
489
|
}> | undefined;
|
|
@@ -565,10 +562,10 @@ export declare const ApLabel: {
|
|
|
565
562
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
566
563
|
size: "small" | "default";
|
|
567
564
|
placement: TooltipPlacement;
|
|
568
|
-
iconType: "ellipsis" | "success" | "warning" | "question";
|
|
569
|
-
iconSize: number;
|
|
570
565
|
show: boolean;
|
|
571
566
|
dot: boolean;
|
|
567
|
+
iconType: "ellipsis" | "success" | "warning" | "question";
|
|
568
|
+
iconSize: number;
|
|
572
569
|
helpMessage: string | VNode<RendererNode, RendererElement, {
|
|
573
570
|
[key: string]: any;
|
|
574
571
|
}> | undefined;
|
|
@@ -644,10 +641,10 @@ export declare const ApLabel: {
|
|
|
644
641
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
645
642
|
size: "small" | "default";
|
|
646
643
|
placement: TooltipPlacement;
|
|
647
|
-
iconType: "ellipsis" | "success" | "warning" | "question";
|
|
648
|
-
iconSize: number;
|
|
649
644
|
show: boolean;
|
|
650
645
|
dot: boolean;
|
|
646
|
+
iconType: "ellipsis" | "success" | "warning" | "question";
|
|
647
|
+
iconSize: number;
|
|
651
648
|
helpMessage: string | VNode<RendererNode, RendererElement, {
|
|
652
649
|
[key: string]: any;
|
|
653
650
|
}> | undefined;
|
|
@@ -656,56 +653,56 @@ export declare const ApLabel: {
|
|
|
656
653
|
overflowCount: number;
|
|
657
654
|
numberStyle: CSSProperties;
|
|
658
655
|
iconColor: string;
|
|
659
|
-
}, {}, string, {}> &
|
|
656
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
660
657
|
$props: {
|
|
661
658
|
onClick?: () => void;
|
|
662
659
|
};
|
|
663
|
-
}))
|
|
660
|
+
}));
|
|
664
661
|
export declare const ApStatus: {
|
|
665
662
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
666
663
|
style: {
|
|
667
664
|
type: PropType<object>;
|
|
668
665
|
};
|
|
669
|
-
text: {
|
|
670
|
-
type: PropType<string>;
|
|
671
|
-
required: true;
|
|
672
|
-
};
|
|
673
666
|
color: {
|
|
674
667
|
type: PropType<string>;
|
|
675
668
|
default: string;
|
|
676
669
|
};
|
|
677
|
-
|
|
678
|
-
type: PropType<
|
|
679
|
-
|
|
670
|
+
text: {
|
|
671
|
+
type: PropType<string>;
|
|
672
|
+
required: true;
|
|
680
673
|
};
|
|
681
674
|
show: {
|
|
682
675
|
type: PropType<boolean>;
|
|
683
676
|
default: boolean;
|
|
684
677
|
};
|
|
678
|
+
padding: {
|
|
679
|
+
type: PropType<number>;
|
|
680
|
+
default: number;
|
|
681
|
+
};
|
|
685
682
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
686
683
|
style: {
|
|
687
684
|
type: PropType<object>;
|
|
688
685
|
};
|
|
689
|
-
text: {
|
|
690
|
-
type: PropType<string>;
|
|
691
|
-
required: true;
|
|
692
|
-
};
|
|
693
686
|
color: {
|
|
694
687
|
type: PropType<string>;
|
|
695
688
|
default: string;
|
|
696
689
|
};
|
|
697
|
-
|
|
698
|
-
type: PropType<
|
|
699
|
-
|
|
690
|
+
text: {
|
|
691
|
+
type: PropType<string>;
|
|
692
|
+
required: true;
|
|
700
693
|
};
|
|
701
694
|
show: {
|
|
702
695
|
type: PropType<boolean>;
|
|
703
696
|
default: boolean;
|
|
704
697
|
};
|
|
698
|
+
padding: {
|
|
699
|
+
type: PropType<number>;
|
|
700
|
+
default: number;
|
|
701
|
+
};
|
|
705
702
|
}>>, {
|
|
706
703
|
color: string;
|
|
707
|
-
padding: number;
|
|
708
704
|
show: boolean;
|
|
705
|
+
padding: number;
|
|
709
706
|
}, true, {}, {}, {
|
|
710
707
|
P: {};
|
|
711
708
|
B: {};
|
|
@@ -717,26 +714,26 @@ export declare const ApStatus: {
|
|
|
717
714
|
style: {
|
|
718
715
|
type: PropType<object>;
|
|
719
716
|
};
|
|
720
|
-
text: {
|
|
721
|
-
type: PropType<string>;
|
|
722
|
-
required: true;
|
|
723
|
-
};
|
|
724
717
|
color: {
|
|
725
718
|
type: PropType<string>;
|
|
726
719
|
default: string;
|
|
727
720
|
};
|
|
728
|
-
|
|
729
|
-
type: PropType<
|
|
730
|
-
|
|
721
|
+
text: {
|
|
722
|
+
type: PropType<string>;
|
|
723
|
+
required: true;
|
|
731
724
|
};
|
|
732
725
|
show: {
|
|
733
726
|
type: PropType<boolean>;
|
|
734
727
|
default: boolean;
|
|
735
728
|
};
|
|
729
|
+
padding: {
|
|
730
|
+
type: PropType<number>;
|
|
731
|
+
default: number;
|
|
732
|
+
};
|
|
736
733
|
}>>, {}, {}, {}, {}, {
|
|
737
734
|
color: string;
|
|
738
|
-
padding: number;
|
|
739
735
|
show: boolean;
|
|
736
|
+
padding: number;
|
|
740
737
|
}>;
|
|
741
738
|
__isFragment?: never;
|
|
742
739
|
__isTeleport?: never;
|
|
@@ -745,52 +742,52 @@ export declare const ApStatus: {
|
|
|
745
742
|
style: {
|
|
746
743
|
type: PropType<object>;
|
|
747
744
|
};
|
|
748
|
-
text: {
|
|
749
|
-
type: PropType<string>;
|
|
750
|
-
required: true;
|
|
751
|
-
};
|
|
752
745
|
color: {
|
|
753
746
|
type: PropType<string>;
|
|
754
747
|
default: string;
|
|
755
748
|
};
|
|
756
|
-
|
|
757
|
-
type: PropType<
|
|
758
|
-
|
|
749
|
+
text: {
|
|
750
|
+
type: PropType<string>;
|
|
751
|
+
required: true;
|
|
759
752
|
};
|
|
760
753
|
show: {
|
|
761
754
|
type: PropType<boolean>;
|
|
762
755
|
default: boolean;
|
|
763
756
|
};
|
|
757
|
+
padding: {
|
|
758
|
+
type: PropType<number>;
|
|
759
|
+
default: number;
|
|
760
|
+
};
|
|
764
761
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
765
762
|
color: string;
|
|
766
|
-
padding: number;
|
|
767
763
|
show: boolean;
|
|
768
|
-
|
|
764
|
+
padding: number;
|
|
765
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
769
766
|
$props: {
|
|
770
767
|
onClick?: () => void;
|
|
771
768
|
};
|
|
772
|
-
}))
|
|
769
|
+
}));
|
|
773
770
|
export declare const ApStatusGroup: {
|
|
774
771
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
775
772
|
style: {
|
|
776
773
|
type: PropType<object>;
|
|
777
774
|
};
|
|
775
|
+
show: {
|
|
776
|
+
type: PropType<boolean>;
|
|
777
|
+
default: boolean;
|
|
778
|
+
};
|
|
778
779
|
padding: {
|
|
779
780
|
type: PropType<number>;
|
|
780
781
|
required: true;
|
|
781
782
|
default: number;
|
|
782
783
|
};
|
|
783
|
-
show: {
|
|
784
|
-
type: PropType<boolean>;
|
|
785
|
-
default: boolean;
|
|
786
|
-
};
|
|
787
784
|
currentValue: {
|
|
788
785
|
type: PropType<string | number>;
|
|
789
786
|
required: true;
|
|
790
787
|
default: number;
|
|
791
788
|
};
|
|
792
789
|
statusList: {
|
|
793
|
-
type: PropType<Required<Pick< ApStatusProps, "
|
|
790
|
+
type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
|
|
794
791
|
value: number | string;
|
|
795
792
|
}>[] | null>;
|
|
796
793
|
required: true;
|
|
@@ -800,30 +797,30 @@ export declare const ApStatusGroup: {
|
|
|
800
797
|
style: {
|
|
801
798
|
type: PropType<object>;
|
|
802
799
|
};
|
|
800
|
+
show: {
|
|
801
|
+
type: PropType<boolean>;
|
|
802
|
+
default: boolean;
|
|
803
|
+
};
|
|
803
804
|
padding: {
|
|
804
805
|
type: PropType<number>;
|
|
805
806
|
required: true;
|
|
806
807
|
default: number;
|
|
807
808
|
};
|
|
808
|
-
show: {
|
|
809
|
-
type: PropType<boolean>;
|
|
810
|
-
default: boolean;
|
|
811
|
-
};
|
|
812
809
|
currentValue: {
|
|
813
810
|
type: PropType<string | number>;
|
|
814
811
|
required: true;
|
|
815
812
|
default: number;
|
|
816
813
|
};
|
|
817
814
|
statusList: {
|
|
818
|
-
type: PropType<Required<Pick< ApStatusProps, "
|
|
815
|
+
type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
|
|
819
816
|
value: number | string;
|
|
820
817
|
}>[] | null>;
|
|
821
818
|
required: true;
|
|
822
819
|
default: null;
|
|
823
820
|
};
|
|
824
821
|
}>>, {
|
|
825
|
-
padding: number;
|
|
826
822
|
show: boolean;
|
|
823
|
+
padding: number;
|
|
827
824
|
currentValue: number | string;
|
|
828
825
|
statusList: ApStatusGroupItemProps[] | null;
|
|
829
826
|
}, true, {}, {}, {
|
|
@@ -837,30 +834,30 @@ export declare const ApStatusGroup: {
|
|
|
837
834
|
style: {
|
|
838
835
|
type: PropType<object>;
|
|
839
836
|
};
|
|
837
|
+
show: {
|
|
838
|
+
type: PropType<boolean>;
|
|
839
|
+
default: boolean;
|
|
840
|
+
};
|
|
840
841
|
padding: {
|
|
841
842
|
type: PropType<number>;
|
|
842
843
|
required: true;
|
|
843
844
|
default: number;
|
|
844
845
|
};
|
|
845
|
-
show: {
|
|
846
|
-
type: PropType<boolean>;
|
|
847
|
-
default: boolean;
|
|
848
|
-
};
|
|
849
846
|
currentValue: {
|
|
850
847
|
type: PropType<string | number>;
|
|
851
848
|
required: true;
|
|
852
849
|
default: number;
|
|
853
850
|
};
|
|
854
851
|
statusList: {
|
|
855
|
-
type: PropType<Required<Pick< ApStatusProps, "
|
|
852
|
+
type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
|
|
856
853
|
value: number | string;
|
|
857
854
|
}>[] | null>;
|
|
858
855
|
required: true;
|
|
859
856
|
default: null;
|
|
860
857
|
};
|
|
861
858
|
}>>, {}, {}, {}, {}, {
|
|
862
|
-
padding: number;
|
|
863
859
|
show: boolean;
|
|
860
|
+
padding: number;
|
|
864
861
|
currentValue: number | string;
|
|
865
862
|
statusList: ApStatusGroupItemProps[] | null;
|
|
866
863
|
}>;
|
|
@@ -871,50 +868,50 @@ export declare const ApStatusGroup: {
|
|
|
871
868
|
style: {
|
|
872
869
|
type: PropType<object>;
|
|
873
870
|
};
|
|
871
|
+
show: {
|
|
872
|
+
type: PropType<boolean>;
|
|
873
|
+
default: boolean;
|
|
874
|
+
};
|
|
874
875
|
padding: {
|
|
875
876
|
type: PropType<number>;
|
|
876
877
|
required: true;
|
|
877
878
|
default: number;
|
|
878
879
|
};
|
|
879
|
-
show: {
|
|
880
|
-
type: PropType<boolean>;
|
|
881
|
-
default: boolean;
|
|
882
|
-
};
|
|
883
880
|
currentValue: {
|
|
884
881
|
type: PropType<string | number>;
|
|
885
882
|
required: true;
|
|
886
883
|
default: number;
|
|
887
884
|
};
|
|
888
885
|
statusList: {
|
|
889
|
-
type: PropType<Required<Pick< ApStatusProps, "
|
|
886
|
+
type: PropType<Required<Pick< ApStatusProps, "color" | "text"> & {
|
|
890
887
|
value: number | string;
|
|
891
888
|
}>[] | null>;
|
|
892
889
|
required: true;
|
|
893
890
|
default: null;
|
|
894
891
|
};
|
|
895
892
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
896
|
-
padding: number;
|
|
897
893
|
show: boolean;
|
|
894
|
+
padding: number;
|
|
898
895
|
currentValue: number | string;
|
|
899
896
|
statusList: ApStatusGroupItemProps[] | null;
|
|
900
|
-
}, {}, string, {}> &
|
|
897
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
901
898
|
$props: {
|
|
902
899
|
onClick?: () => void;
|
|
903
900
|
};
|
|
904
|
-
}))
|
|
901
|
+
}));
|
|
905
902
|
export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
906
903
|
attrs: any;
|
|
907
|
-
slots:
|
|
904
|
+
slots: {
|
|
908
905
|
itemRender?(_: {
|
|
909
906
|
item: T;
|
|
910
907
|
}): any;
|
|
911
908
|
default?(_: {}): any;
|
|
912
|
-
}
|
|
909
|
+
};
|
|
913
910
|
emit: {
|
|
914
911
|
(event: "onSelect", value: T): void;
|
|
915
912
|
(event: "afterEnter", el: Element): void;
|
|
916
913
|
(event: "afterLeave", el: Element): void;
|
|
917
|
-
}
|
|
914
|
+
};
|
|
918
915
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
919
916
|
props: {
|
|
920
917
|
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
@@ -926,26 +923,26 @@ export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonN
|
|
|
926
923
|
} & PublicProps;
|
|
927
924
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
928
925
|
attrs: any;
|
|
929
|
-
slots:
|
|
926
|
+
slots: {
|
|
930
927
|
itemRender?(_: {
|
|
931
928
|
item: T;
|
|
932
929
|
}): any;
|
|
933
930
|
default?(_: {}): any;
|
|
934
|
-
}
|
|
931
|
+
};
|
|
935
932
|
emit: {
|
|
936
933
|
(event: "onSelect", value: T): void;
|
|
937
934
|
(event: "afterEnter", el: Element): void;
|
|
938
935
|
(event: "afterLeave", el: Element): void;
|
|
939
|
-
}
|
|
936
|
+
};
|
|
940
937
|
}>) => VNode<RendererNode, RendererElement, {
|
|
941
938
|
[key: string]: any;
|
|
942
939
|
}> & {
|
|
943
940
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
944
|
-
}) & Plugin & (new (...args: any[]) => {
|
|
941
|
+
}) & ( Plugin & (new (...args: any[]) => {
|
|
945
942
|
$props: {
|
|
946
943
|
onClick?: () => void;
|
|
947
944
|
};
|
|
948
|
-
});
|
|
945
|
+
}));
|
|
949
946
|
export declare const ApExportGroup: {
|
|
950
947
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
951
948
|
selectedRowKeys: {
|
|
@@ -1082,11 +1079,11 @@ export declare const ApExportGroup: {
|
|
|
1082
1079
|
beforeRequest: {
|
|
1083
1080
|
type: PropType<(params: any) => Record<string, any>>;
|
|
1084
1081
|
};
|
|
1085
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> &
|
|
1082
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
1086
1083
|
$props: {
|
|
1087
1084
|
onClick?: () => void;
|
|
1088
1085
|
};
|
|
1089
|
-
}))
|
|
1086
|
+
}));
|
|
1090
1087
|
export declare const ApInputRadio: DefineComponent<{
|
|
1091
1088
|
onBlur: {
|
|
1092
1089
|
type: PropType<(e: FocusEvent) => void>;
|
|
@@ -1103,13 +1100,13 @@ export declare const ApInputRadio: DefineComponent<{
|
|
|
1103
1100
|
value: {
|
|
1104
1101
|
type: PropType<Record<"inputval" | "radioVal", string | number>>;
|
|
1105
1102
|
};
|
|
1103
|
+
disabled: {
|
|
1104
|
+
type: PropType<boolean>;
|
|
1105
|
+
};
|
|
1106
1106
|
options: {
|
|
1107
1107
|
type: PropType<ApInputRadioOptions>;
|
|
1108
1108
|
required: true;
|
|
1109
1109
|
};
|
|
1110
|
-
disabled: {
|
|
1111
|
-
type: PropType<boolean>;
|
|
1112
|
-
};
|
|
1113
1110
|
bordered: {
|
|
1114
1111
|
type: PropType<boolean>;
|
|
1115
1112
|
default: boolean;
|
|
@@ -1173,13 +1170,13 @@ export declare const ApInputRadio: DefineComponent<{
|
|
|
1173
1170
|
value: {
|
|
1174
1171
|
type: PropType<Record<"inputval" | "radioVal", string | number>>;
|
|
1175
1172
|
};
|
|
1173
|
+
disabled: {
|
|
1174
|
+
type: PropType<boolean>;
|
|
1175
|
+
};
|
|
1176
1176
|
options: {
|
|
1177
1177
|
type: PropType<ApInputRadioOptions>;
|
|
1178
1178
|
required: true;
|
|
1179
1179
|
};
|
|
1180
|
-
disabled: {
|
|
1181
|
-
type: PropType<boolean>;
|
|
1182
|
-
};
|
|
1183
1180
|
bordered: {
|
|
1184
1181
|
type: PropType<boolean>;
|
|
1185
1182
|
default: boolean;
|
|
@@ -1904,24 +1901,12 @@ export declare const ApBatchActionGroup: DefineComponent<{
|
|
|
1904
1901
|
};
|
|
1905
1902
|
}>>, {}, {}>;
|
|
1906
1903
|
export declare const ApImage: DefineComponent<{
|
|
1907
|
-
getOssAccess: {
|
|
1908
|
-
type: PropType<() => Promise< accessCreate>>;
|
|
1909
|
-
};
|
|
1910
1904
|
width: {
|
|
1911
1905
|
type: PropType<string | number>;
|
|
1912
1906
|
};
|
|
1913
1907
|
height: {
|
|
1914
1908
|
type: PropType<string | number>;
|
|
1915
1909
|
};
|
|
1916
|
-
alt: {
|
|
1917
|
-
type: PropType<string>;
|
|
1918
|
-
};
|
|
1919
|
-
fallback: {
|
|
1920
|
-
type: PropType<string>;
|
|
1921
|
-
};
|
|
1922
|
-
src: {
|
|
1923
|
-
type: PropType<string>;
|
|
1924
|
-
};
|
|
1925
1910
|
preview: {
|
|
1926
1911
|
type: PropType<boolean | {
|
|
1927
1912
|
visible?: boolean;
|
|
@@ -1931,26 +1916,27 @@ export declare const ApImage: DefineComponent<{
|
|
|
1931
1916
|
maskClassName?: string;
|
|
1932
1917
|
current?: number;
|
|
1933
1918
|
}>;
|
|
1919
|
+
default: boolean;
|
|
1920
|
+
};
|
|
1921
|
+
src: {
|
|
1922
|
+
type: PropType<string>;
|
|
1923
|
+
};
|
|
1924
|
+
alt: {
|
|
1925
|
+
type: PropType<string>;
|
|
1934
1926
|
};
|
|
1935
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1936
1927
|
getOssAccess: {
|
|
1937
1928
|
type: PropType<() => Promise< accessCreate>>;
|
|
1938
1929
|
};
|
|
1930
|
+
fallback: {
|
|
1931
|
+
type: PropType<string>;
|
|
1932
|
+
};
|
|
1933
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1939
1934
|
width: {
|
|
1940
1935
|
type: PropType<string | number>;
|
|
1941
1936
|
};
|
|
1942
1937
|
height: {
|
|
1943
1938
|
type: PropType<string | number>;
|
|
1944
1939
|
};
|
|
1945
|
-
alt: {
|
|
1946
|
-
type: PropType<string>;
|
|
1947
|
-
};
|
|
1948
|
-
fallback: {
|
|
1949
|
-
type: PropType<string>;
|
|
1950
|
-
};
|
|
1951
|
-
src: {
|
|
1952
|
-
type: PropType<string>;
|
|
1953
|
-
};
|
|
1954
1940
|
preview: {
|
|
1955
1941
|
type: PropType<boolean | {
|
|
1956
1942
|
visible?: boolean;
|
|
@@ -1960,6 +1946,29 @@ export declare const ApImage: DefineComponent<{
|
|
|
1960
1946
|
maskClassName?: string;
|
|
1961
1947
|
current?: number;
|
|
1962
1948
|
}>;
|
|
1949
|
+
default: boolean;
|
|
1963
1950
|
};
|
|
1964
|
-
|
|
1951
|
+
src: {
|
|
1952
|
+
type: PropType<string>;
|
|
1953
|
+
};
|
|
1954
|
+
alt: {
|
|
1955
|
+
type: PropType<string>;
|
|
1956
|
+
};
|
|
1957
|
+
getOssAccess: {
|
|
1958
|
+
type: PropType<() => Promise< accessCreate>>;
|
|
1959
|
+
};
|
|
1960
|
+
fallback: {
|
|
1961
|
+
type: PropType<string>;
|
|
1962
|
+
};
|
|
1963
|
+
}>>, {
|
|
1964
|
+
preview: boolean | {
|
|
1965
|
+
visible?: boolean;
|
|
1966
|
+
onVisibleChange?: (visible: boolean, prevVisible: boolean) => void;
|
|
1967
|
+
getContainer: string | HTMLElement | (() => HTMLElement);
|
|
1968
|
+
src?: string;
|
|
1969
|
+
maskClassName?: string;
|
|
1970
|
+
current?: number;
|
|
1971
|
+
};
|
|
1972
|
+
}, {}>;
|
|
1965
1973
|
export { ApTransformDataHelper };
|
|
1974
|
+
export * from './ap-table-modal';
|