@aplus-frontend/ui 0.1.21 → 0.1.23
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/ap-table.vue.mjs +202 -198
- 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/interface.d.ts +1 -1
- package/es/src/ap-table/style/ap-table.css +3 -0
- 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-label/ApLabel.mjs +8 -7
- 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/form-item.vue.mjs +48 -48
- package/es/src/editable-table/hooks/use-get-columns.mjs +64 -56
- package/es/src/editable-table/index.vue.d.ts +6 -6
- package/es/src/editable-table/interface.d.ts +2 -2
- package/es/src/editable-table/utils.mjs +17 -17
- 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/theme/ap-table/ap-table.css +3 -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/ap-table.vue.js +1 -1
- 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/interface.d.ts +1 -1
- package/lib/src/ap-table/style/ap-table.css +3 -0
- 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-label/ApLabel.js +1 -1
- 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/form-item.vue.js +1 -1
- package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +6 -6
- package/lib/src/editable-table/interface.d.ts +2 -2
- package/lib/src/editable-table/utils.js +1 -1
- 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/theme/ap-table/ap-table.css +3 -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
package/es/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as o 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 u, tableDefaultConfig as n } from "./src/config-provider/constants.mjs";
|
|
6
6
|
import { keysOf as c, provideGlobalConfig as T, useGlobalConfig as F } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
|
-
import { buildLocaleContext as S, buildTranslator as
|
|
8
|
-
import { defaultNamespace as h, namespaceContextKey as
|
|
9
|
-
import { ConfigProvider as
|
|
7
|
+
import { buildLocaleContext as S, buildTranslator as b, localeContextKey as I, translate as g, useLocale as D } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
|
+
import { defaultNamespace as h, namespaceContextKey as M, useGetDerivedNamespace as R, useNamespace as G } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
|
+
import { ConfigProvider as B, globalConfigCached as w } from "./src/config-provider/config-provider.mjs";
|
|
10
10
|
import { APConfigProvider as L } from "./src/config-provider/index.mjs";
|
|
11
11
|
import { Scrollbar as y } from "./src/scroll-bar/index.mjs";
|
|
12
12
|
import { CollapseContainer as K, ScrollContainer as X } from "./src/container/index.mjs";
|
|
@@ -15,68 +15,68 @@ import { default as W } from "./src/locale/lang/zh-cn.mjs";
|
|
|
15
15
|
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
|
-
import { ExpandTransition as _, ExpandXTransition as
|
|
19
|
-
import { useDescription as
|
|
20
|
-
import { Description as
|
|
21
|
-
import { useComponentRegister as
|
|
22
|
-
import { useForm as
|
|
23
|
-
import { isComponentFormSchema as
|
|
24
|
-
import { Field as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { BaseButton as
|
|
38
|
-
import { StrengthMeter as
|
|
39
|
-
import { useModalContext as
|
|
40
|
-
import { useModal as
|
|
41
|
-
import { BaseModal as
|
|
42
|
-
import { CropperAvatar as
|
|
43
|
-
import { CountdownButton as
|
|
44
|
-
import { createPrompt as
|
|
45
|
-
import { Dropdown as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { useTable as
|
|
51
|
-
import { ApFormItemText as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { ApForm as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
18
|
+
import { ExpandTransition as _, ExpandXTransition as ee, FadeTransition as oe, ScaleRotateTransition as re, ScaleTransition as te, ScrollXReverseTransition as ae, ScrollXTransition as pe, ScrollYReverseTransition as fe, ScrollYTransition as me, SlideXReverseTransition as le, SlideXTransition as se, SlideYReverseTransition as de, SlideYTransition as xe } from "./src/transition/index.mjs";
|
|
19
|
+
import { useDescription as ue } from "./src/description/use-description.mjs";
|
|
20
|
+
import { Description as Ae } from "./src/description/index.mjs";
|
|
21
|
+
import { useComponentRegister as Te } from "./src/pro-form/hooks/use-component-register.mjs";
|
|
22
|
+
import { useForm as Ce } from "./src/pro-form/hooks/use-form.mjs";
|
|
23
|
+
import { isComponentFormSchema as be, isSlotFormSchema as Ie } from "./src/pro-form/types/form.mjs";
|
|
24
|
+
import { Field as De } from "./src/pro-form/index.mjs";
|
|
25
|
+
import { default as he } from "./src/pro-form/components/api-cascader.vue.mjs";
|
|
26
|
+
import { default as Re } from "./src/pro-form/components/api-radio-group.vue.mjs";
|
|
27
|
+
import { default as ve } from "./src/pro-form/components/api-select.vue.mjs";
|
|
28
|
+
import { default as we } from "./src/pro-form/components/api-transfer.vue.mjs";
|
|
29
|
+
import { default as Le } from "./src/pro-form/components/api-tree.vue.mjs";
|
|
30
|
+
import { default as ye } from "./src/pro-form/components/radio-button-group.vue.mjs";
|
|
31
|
+
import { default as Ke } from "./src/pro-form/pro-form.vue.mjs";
|
|
32
|
+
import { default as Ye } from "./src/pro-form/components/api-tree-select.vue.mjs";
|
|
33
|
+
import { default as Oe } from "./src/pro-form/table-form.vue.mjs";
|
|
34
|
+
import { default as ze } from "./src/pro-form/table-form-inner.vue.mjs";
|
|
35
|
+
import { default as Ve } from "./src/base-button/modal-button.vue.mjs";
|
|
36
|
+
import { default as je } from "./src/base-button/pop-confirm-button.vue.mjs";
|
|
37
|
+
import { BaseButton as Je } from "./src/base-button/index.mjs";
|
|
38
|
+
import { StrengthMeter as Ze } from "./src/strength-meter/index.mjs";
|
|
39
|
+
import { useModalContext as eo } from "./src/modal/hooks/use-modal-context.mjs";
|
|
40
|
+
import { useModal as ro, useModalInner as to } from "./src/modal/hooks/use-modal.mjs";
|
|
41
|
+
import { BaseModal as po } from "./src/modal/index.mjs";
|
|
42
|
+
import { CropperAvatar as mo, CropperImage as lo } from "./src/cropper/index.mjs";
|
|
43
|
+
import { CountdownButton as xo, CountdownInput as io } from "./src/count-down/index.mjs";
|
|
44
|
+
import { createPrompt as no } from "./src/prompt/index.mjs";
|
|
45
|
+
import { Dropdown as co } from "./src/dropdown/index.mjs";
|
|
46
|
+
import { default as Fo } from "./src/pro-table/pro-table.vue.mjs";
|
|
47
|
+
import { default as So } from "./src/pro-table/components/table-action.vue.mjs";
|
|
48
|
+
import { default as Io } from "./src/pro-table/components/edit-table-header-icon.vue.mjs";
|
|
49
|
+
import { default as Do } from "./src/pro-table/components/table-image.vue.mjs";
|
|
50
|
+
import { useTable as ho } from "./src/pro-table/hooks/use-table.mjs";
|
|
51
|
+
import { ApFormItemText as Ro } from "./src/ap-form/items/text/index.mjs";
|
|
52
|
+
import { default as vo } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
53
|
+
import { default as wo } from "./src/ap-form/items/number/index.vue.mjs";
|
|
54
|
+
import { default as Lo } from "./src/ap-form/items/date/index.vue.mjs";
|
|
55
|
+
import { default as yo } from "./src/ap-form/items/date-range/index.vue.mjs";
|
|
56
|
+
import { default as Ko } from "./src/ap-form/items/radio/index.vue.mjs";
|
|
57
|
+
import { default as Yo } from "./src/ap-form/items/select/index.vue.mjs";
|
|
58
|
+
import { default as Oo } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
59
|
+
import { default as zo } from "./src/ap-form/items/checkbox/index.vue.mjs";
|
|
60
|
+
import { default as Vo } from "./src/ap-form/items/text/password.vue.mjs";
|
|
61
|
+
import { ApForm as jo } from "./src/ap-form/index.mjs";
|
|
62
|
+
import { default as Jo } from "./src/ap-form/ap-form-item.vue.mjs";
|
|
63
|
+
import { default as Zo } from "./src/ap-form/ap-form-item-group/index.vue.mjs";
|
|
64
|
+
import { default as er } from "./src/ap-form/ap-form-list.vue.mjs";
|
|
65
65
|
import { default as rr } from "./src/ap-form/search-form/index.vue.mjs";
|
|
66
66
|
import { default as ar } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
67
67
|
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 nr } 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 Fr } from "./src/ap-field/switch/index.vue.mjs";
|
|
74
74
|
import { default as Sr } from "./src/ap-field/text-area/index.vue.mjs";
|
|
75
|
-
import { default as
|
|
75
|
+
import { default as Ir } from "./src/ap-field/date-range/index.vue.mjs";
|
|
76
76
|
import { default as Dr } from "./src/ap-field/select/index.vue.mjs";
|
|
77
77
|
import { default as hr } from "./src/ap-field/text/password.vue.mjs";
|
|
78
|
-
import { default as
|
|
79
|
-
import { default as
|
|
78
|
+
import { default as Rr } from "./src/ap-field/slider/index.vue.mjs";
|
|
79
|
+
import { default as vr } from "./src/ap-field/segmented/index.vue.mjs";
|
|
80
80
|
import { default as wr } from "./src/ap-field/rate/index.vue.mjs";
|
|
81
81
|
import { adminToken as Lr, aplusToken as Nr } from "./src/design-token/index.mjs";
|
|
82
82
|
import { ApActionItem as Er } from "./src/ap-action/index.mjs";
|
|
@@ -88,34 +88,37 @@ import { generateTableList as $r } from "./src/ap-custom-column/utils.mjs";
|
|
|
88
88
|
import { useCacheColumnSetting as qr } from "./src/ap-custom-column/useCacheColumnSetting.mjs";
|
|
89
89
|
import { default as Qr } from "./src/ap-custom-column/custom-column.vue.mjs";
|
|
90
90
|
import { default as _r } from "./src/ap-custom-column/column-select.vue.mjs";
|
|
91
|
-
import { DictCode as
|
|
91
|
+
import { DictCode as ot } from "./src/work-order-modal/interfaces.mjs";
|
|
92
92
|
import { createWorkOrderModal as tt } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
93
93
|
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 ut } from "./src/ap-upload/apUploadTypes.mjs";
|
|
98
98
|
import { default as At } from "./src/ap-upload/apUpload.vue.mjs";
|
|
99
99
|
import { ApDownLoadNeedNameKeyDefault as Tt } from "./src/ap-download/interface.mjs";
|
|
100
100
|
import { default as Ct } from "./src/ap-download/ap-download.vue.mjs";
|
|
101
|
-
import { CheckCard as
|
|
101
|
+
import { CheckCard as bt } from "./src/check-card/index.mjs";
|
|
102
102
|
import { default as gt } from "./src/check-card/group.vue.mjs";
|
|
103
103
|
import { ApModal as Pt } from "./src/ap-modal/index.mjs";
|
|
104
|
-
import { default as
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import { default as Zt } from "./src/ap-
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
104
|
+
import { default as Mt } from "./src/ap-list/index.vue.mjs";
|
|
105
|
+
import { default as Gt } from "./src/business/ap-table-modal/index.mjs";
|
|
106
|
+
import { useTableModal as Bt } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
107
|
+
import { useTableSelectModal as kt } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
108
|
+
import { ApBatchAction as Nt, ApBatchActionGroup as yt, ApExpandAlert as Et, ApExportGroup as Kt, ApImage as Xt, ApInputRadio as Yt, ApLabel as Ht, ApLabelGroup as Ot, ApSelectLayout as Wt, ApStatus as zt, ApStatusGroup as Ut, ApTitle as Vt } from "./src/business/index.mjs";
|
|
109
|
+
import { ApTransformDataHelper as jt } from "./src/utils/ap-trans-data/index.mjs";
|
|
110
|
+
import { useTablePaging as Jt } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
111
|
+
import { default as Zt } from "./src/ap-table/ap-table.vue.mjs";
|
|
112
|
+
import { default as ea } from "./src/editable-table/index.vue.mjs";
|
|
113
|
+
import { default as ra } from "./src/editable-table/form-item.vue.mjs";
|
|
114
|
+
import { default as aa } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
115
|
+
import { useMessage as fa } from "./src/hooks/useMessage.mjs";
|
|
116
|
+
import { useControllableValue as la } from "./src/hooks/useControllableValue.mjs";
|
|
114
117
|
const p = {
|
|
115
118
|
install: (r) => {
|
|
116
|
-
for (const t in
|
|
117
|
-
const
|
|
118
|
-
|
|
119
|
+
for (const t in o) {
|
|
120
|
+
const e = o[t];
|
|
121
|
+
e.install && r.use(e);
|
|
119
122
|
}
|
|
120
123
|
}
|
|
121
124
|
};
|
|
@@ -126,153 +129,156 @@ export {
|
|
|
126
129
|
Wr as ApActionItemDropdown,
|
|
127
130
|
Xr as ApActionItemModal,
|
|
128
131
|
Hr as ApActionItemPopconfirm,
|
|
129
|
-
|
|
130
|
-
|
|
132
|
+
Nt as ApBatchAction,
|
|
133
|
+
yt as ApBatchActionGroup,
|
|
131
134
|
Qr as ApCustomColumn,
|
|
132
135
|
_r as ApCustomSelect,
|
|
133
|
-
|
|
136
|
+
aa as ApDescriptions,
|
|
134
137
|
Tt as ApDownLoadNeedNameKeyDefault,
|
|
135
138
|
Ct as ApDownload,
|
|
136
|
-
|
|
137
|
-
|
|
139
|
+
Et as ApExpandAlert,
|
|
140
|
+
Kt as ApExportGroup,
|
|
138
141
|
fr as ApField,
|
|
139
142
|
dr as ApFieldCheckbox,
|
|
140
143
|
ir as ApFieldDate,
|
|
141
|
-
|
|
142
|
-
|
|
144
|
+
Ir as ApFieldDateRange,
|
|
145
|
+
nr as ApFieldNumber,
|
|
143
146
|
hr as ApFieldPassword,
|
|
144
147
|
cr as ApFieldRadio,
|
|
145
148
|
wr as ApFieldRate,
|
|
146
|
-
|
|
149
|
+
vr as ApFieldSegmented,
|
|
147
150
|
Dr as ApFieldSelect,
|
|
148
|
-
|
|
151
|
+
Rr as ApFieldSlider,
|
|
149
152
|
Fr as ApFieldSwitch,
|
|
150
153
|
lr as ApFieldText,
|
|
151
154
|
Sr as ApFieldTextArea,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
155
|
+
jo as ApForm,
|
|
156
|
+
Jo as ApFormItem,
|
|
157
|
+
zo as ApFormItemCheckbox,
|
|
158
|
+
Lo as ApFormItemDate,
|
|
159
|
+
yo as ApFormItemDateRange,
|
|
160
|
+
Zo as ApFormItemGroup,
|
|
161
|
+
wo as ApFormItemNumber,
|
|
162
|
+
Ko as ApFormItemRadio,
|
|
163
|
+
Yo as ApFormItemSelect,
|
|
164
|
+
Oo as ApFormItemSwitch,
|
|
165
|
+
Ro as ApFormItemText,
|
|
166
|
+
vo as ApFormItemTextArea,
|
|
167
|
+
Vo as ApFormItemTextPassword,
|
|
168
|
+
er as ApFormList,
|
|
166
169
|
ar as ApFormModalForm,
|
|
167
170
|
rr as ApFormSearchForm,
|
|
168
|
-
|
|
171
|
+
Xt as ApImage,
|
|
169
172
|
xt as ApInfoLayout,
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
173
|
+
Yt as ApInputRadio,
|
|
174
|
+
Ht as ApLabel,
|
|
175
|
+
Ot as ApLabelGroup,
|
|
176
|
+
Mt as ApList,
|
|
174
177
|
Pt as ApModal,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
178
|
+
Wt as ApSelectLayout,
|
|
179
|
+
zt as ApStatus,
|
|
180
|
+
Ut as ApStatusGroup,
|
|
181
|
+
Zt as ApTable,
|
|
182
|
+
Gt as ApTableModal,
|
|
179
183
|
mt as ApTag,
|
|
180
184
|
st as ApTagGroup,
|
|
181
|
-
|
|
182
|
-
|
|
185
|
+
Vt as ApTitle,
|
|
186
|
+
jt as ApTransformDataHelper,
|
|
183
187
|
At as ApUpload,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
188
|
+
he as ApiCascader,
|
|
189
|
+
Re as ApiRadioGroup,
|
|
190
|
+
ve as ApiSelect,
|
|
191
|
+
we as ApiTransfer,
|
|
192
|
+
Le as ApiTree,
|
|
193
|
+
Ye as ApiTreeSelect,
|
|
194
|
+
Je as BaseButton,
|
|
195
|
+
po as BaseModal,
|
|
192
196
|
$ as BasicArrow,
|
|
193
197
|
j as BasicHelp,
|
|
194
198
|
q as BasicTitle,
|
|
195
|
-
|
|
199
|
+
bt as CheckCard,
|
|
196
200
|
gt as CheckCardGroup,
|
|
197
201
|
K as CollapseContainer,
|
|
198
202
|
Q as CollapseTransition,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
203
|
+
B as ConfigProvider,
|
|
204
|
+
xo as CountdownButton,
|
|
205
|
+
io as CountdownInput,
|
|
206
|
+
mo as CropperAvatar,
|
|
207
|
+
lo as CropperImage,
|
|
208
|
+
Ae as Description,
|
|
209
|
+
ot as DictCode,
|
|
210
|
+
co as Dropdown,
|
|
211
|
+
Io as EditTableHeaderIcon,
|
|
212
|
+
ea as EditableTable,
|
|
213
|
+
ra as EditableTableFormItem,
|
|
210
214
|
_ as ExpandTransition,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
215
|
+
ee as ExpandXTransition,
|
|
216
|
+
oe as FadeTransition,
|
|
217
|
+
De as Field,
|
|
214
218
|
l as Icon,
|
|
215
219
|
H as IconPicker,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
220
|
+
Ve as ModalButton,
|
|
221
|
+
ut as NeedNameKeyDefault,
|
|
222
|
+
je as PopConfirmButton,
|
|
223
|
+
Ke as ProForm,
|
|
224
|
+
Fo as ProTable,
|
|
225
|
+
Oe as ProTableForm,
|
|
226
|
+
ze as ProTableFormInner,
|
|
227
|
+
ye as RadioButtonGroup,
|
|
228
|
+
re as ScaleRotateTransition,
|
|
229
|
+
te as ScaleTransition,
|
|
226
230
|
X as ScrollContainer,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
+
ae as ScrollXReverseTransition,
|
|
232
|
+
pe as ScrollXTransition,
|
|
233
|
+
fe as ScrollYReverseTransition,
|
|
234
|
+
me as ScrollYTransition,
|
|
231
235
|
y as Scrollbar,
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
236
|
+
le as SlideXReverseTransition,
|
|
237
|
+
se as SlideXTransition,
|
|
238
|
+
de as SlideYReverseTransition,
|
|
239
|
+
xe as SlideYTransition,
|
|
240
|
+
Ze as StrengthMeter,
|
|
237
241
|
s as SvgIcon,
|
|
238
|
-
|
|
239
|
-
|
|
242
|
+
So as TableAction,
|
|
243
|
+
Do as TableImg,
|
|
240
244
|
pt as WorkOrderModal,
|
|
241
245
|
Lr as adminToken,
|
|
242
246
|
Nr as aplusToken,
|
|
243
247
|
S as buildLocaleContext,
|
|
244
|
-
|
|
245
|
-
|
|
248
|
+
b as buildTranslator,
|
|
249
|
+
u as configProviderContextKey,
|
|
246
250
|
x as configProviderProps,
|
|
247
|
-
|
|
251
|
+
no as createPrompt,
|
|
248
252
|
tt as createWorkOrderModal,
|
|
249
253
|
p as default,
|
|
250
254
|
h as defaultNamespace,
|
|
251
255
|
U as en,
|
|
252
256
|
$r as generateTableList,
|
|
253
257
|
w as globalConfigCached,
|
|
254
|
-
|
|
255
|
-
|
|
258
|
+
be as isComponentFormSchema,
|
|
259
|
+
Ie as isSlotFormSchema,
|
|
256
260
|
c as keysOf,
|
|
257
|
-
|
|
258
|
-
|
|
261
|
+
I as localeContextKey,
|
|
262
|
+
M as namespaceContextKey,
|
|
259
263
|
T as provideGlobalConfig,
|
|
260
|
-
|
|
264
|
+
n as tableDefaultConfig,
|
|
261
265
|
g as translate,
|
|
262
266
|
qr as useCacheColumnSetting,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
267
|
+
Te as useComponentRegister,
|
|
268
|
+
la as useControllableValue,
|
|
269
|
+
ue as useDescription,
|
|
270
|
+
Ce as useForm,
|
|
271
|
+
R as useGetDerivedNamespace,
|
|
268
272
|
F as useGlobalConfig,
|
|
269
273
|
D as useLocale,
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
274
|
+
fa as useMessage,
|
|
275
|
+
ro as useModal,
|
|
276
|
+
eo as useModalContext,
|
|
277
|
+
to as useModalInner,
|
|
278
|
+
G as useNamespace,
|
|
279
|
+
ho as useTable,
|
|
280
|
+
Bt as useTableModal,
|
|
281
|
+
Jt as useTablePaging,
|
|
282
|
+
kt as useTableSelectModal,
|
|
277
283
|
W as zhCn
|
|
278
284
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ApActionGroupProps
|
|
1
|
+
import { ApActionGroupProps } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
import { Trigger } from 'ant-design-vue/es/dropdown/props';
|
|
4
|
+
import { GroupActionTypes } from '..';
|
|
4
5
|
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionGroupProps>, {
|
|
5
6
|
count: number;
|
|
6
7
|
trigger: () => string[];
|
|
@@ -12,20 +13,17 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOpti
|
|
|
12
13
|
placement: string;
|
|
13
14
|
actions: () => never[];
|
|
14
15
|
}>>>, {
|
|
15
|
-
placement: "top" | "topLeft" | "
|
|
16
|
+
placement: "top" | "topLeft" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter";
|
|
16
17
|
trigger: Trigger | Trigger[];
|
|
17
18
|
count: number;
|
|
18
19
|
actions: GroupActionTypes[];
|
|
19
20
|
}, {}>;
|
|
20
21
|
export default _default;
|
|
21
22
|
type __VLS_WithDefaults<P, D> = {
|
|
22
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
23
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
23
24
|
default: D[K];
|
|
24
25
|
}> : P[K];
|
|
25
26
|
};
|
|
26
|
-
type __VLS_Prettify<T> = {
|
|
27
|
-
[K in keyof T]: T[K];
|
|
28
|
-
} & {};
|
|
29
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
28
|
type __VLS_TypePropsToOption<T> = {
|
|
31
29
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -35,3 +33,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
35
33
|
required: true;
|
|
36
34
|
};
|
|
37
35
|
};
|
|
36
|
+
type __VLS_PrettifyLocal<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { ApActionItemProps, ApActionItemSlots
|
|
1
|
+
import { ApActionItemProps, ApActionItemSlots } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
-
|
|
3
|
+
import { ActionColor } from '..';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
slots: Readonly<ApActionItemSlots> & ApActionItemSlots;
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
4
10
|
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionItemProps>, {
|
|
5
11
|
color: string;
|
|
6
12
|
disabled: boolean;
|
|
@@ -13,25 +19,17 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
13
19
|
loading: boolean;
|
|
14
20
|
}>>>, {
|
|
15
21
|
visible: boolean;
|
|
16
|
-
loading: boolean;
|
|
17
|
-
disabled: boolean;
|
|
18
22
|
color: ActionColor;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
loading: boolean;
|
|
19
25
|
}, {}>;
|
|
20
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
27
|
export default _default;
|
|
22
28
|
type __VLS_WithDefaults<P, D> = {
|
|
23
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
29
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
24
30
|
default: D[K];
|
|
25
31
|
}> : P[K];
|
|
26
32
|
};
|
|
27
|
-
type __VLS_Prettify<T> = {
|
|
28
|
-
[K in keyof T]: T[K];
|
|
29
|
-
} & {};
|
|
30
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
-
new (): {
|
|
32
|
-
$slots: S;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
34
|
type __VLS_TypePropsToOption<T> = {
|
|
37
35
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -41,3 +39,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
41
39
|
required: true;
|
|
42
40
|
};
|
|
43
41
|
};
|
|
42
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
+
new (): {
|
|
44
|
+
$slots: S;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
type __VLS_PrettifyLocal<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
import { ApActionItemDropdownProps
|
|
1
|
+
import { ApActionItemDropdownProps } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
import { ActionColor, MixedActionTypes } from '..';
|
|
3
4
|
import { Trigger } from 'ant-design-vue/es/dropdown/props';
|
|
4
5
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
attrs: Partial<{}>;
|
|
6
11
|
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
7
13
|
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApActionItemDropdownProps>, {
|
|
8
14
|
color: string;
|
|
9
15
|
disabled: boolean;
|
|
@@ -23,30 +29,22 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
23
29
|
actions: () => never[];
|
|
24
30
|
showIcon: boolean;
|
|
25
31
|
}>>>, {
|
|
26
|
-
placement: "top" | "topLeft" | "
|
|
32
|
+
placement: "top" | "topLeft" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter";
|
|
27
33
|
visible: boolean;
|
|
28
|
-
loading: boolean;
|
|
29
|
-
disabled: boolean;
|
|
30
34
|
color: ActionColor;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
loading: boolean;
|
|
31
37
|
trigger: Trigger | Trigger[];
|
|
32
38
|
showIcon: boolean;
|
|
33
39
|
actions: MixedActionTypes[];
|
|
34
40
|
}, {}>;
|
|
35
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
42
|
export default _default;
|
|
37
43
|
type __VLS_WithDefaults<P, D> = {
|
|
38
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
44
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
39
45
|
default: D[K];
|
|
40
46
|
}> : P[K];
|
|
41
47
|
};
|
|
42
|
-
type __VLS_Prettify<T> = {
|
|
43
|
-
[K in keyof T]: T[K];
|
|
44
|
-
} & {};
|
|
45
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
-
new (): {
|
|
47
|
-
$slots: S;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
48
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
49
|
type __VLS_TypePropsToOption<T> = {
|
|
52
50
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -56,3 +54,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
56
54
|
required: true;
|
|
57
55
|
};
|
|
58
56
|
};
|
|
57
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
+
new (): {
|
|
59
|
+
$slots: S;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
type __VLS_PrettifyLocal<T> = {
|
|
63
|
+
[K in keyof T]: T[K];
|
|
64
|
+
} & {};
|