@aplus-frontend/ui 0.1.41 → 0.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.d.ts +2 -0
- package/es/index.mjs +199 -291
- package/es/src/ap-action/group/style/index.d.ts +1 -0
- package/es/src/ap-action/group/style/index.js +1 -0
- package/es/src/ap-action/item/index.vue2.mjs +9 -10
- package/es/src/ap-action/item/style/css.js +2 -0
- package/es/src/ap-action/item/style/index.js +2 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -8
- package/es/src/ap-action/item-dropdown/style/css.js +2 -0
- package/es/src/ap-action/item-dropdown/style/index.js +2 -0
- package/es/src/ap-action/item-modal/style/css.js +1 -0
- package/es/src/ap-action/item-modal/style/index.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/es/src/ap-action-button/style/css.js +1 -0
- package/es/src/ap-action-button/style/index.js +1 -0
- package/es/src/ap-button/ap-button.vue.mjs +8 -9
- package/es/src/ap-button/style/css.js +1 -0
- package/es/src/ap-button/style/index.js +1 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +2 -3
- package/es/src/ap-descriptions/ap-descriptions.vue2.mjs +2 -3
- package/es/src/ap-descriptions/style/css.d.ts +0 -0
- package/es/src/ap-descriptions/style/css.js +1 -0
- package/es/src/ap-descriptions/style/index.d.ts +0 -0
- package/es/src/ap-descriptions/style/index.js +1 -0
- package/es/src/ap-download/ap-download.vue.mjs +2 -3
- package/es/src/ap-download/style/css.d.ts +0 -0
- package/es/src/ap-download/style/css.js +1 -0
- package/es/src/ap-download/style/index.d.ts +0 -0
- package/es/src/ap-download/style/index.js +1 -0
- package/es/src/ap-field/checkbox/index.vue.mjs +2 -3
- package/es/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/css.js +1 -0
- package/es/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/index.js +1 -0
- package/es/src/ap-field/date/index.vue.d.ts +7 -7
- package/es/src/ap-field/date/style/css.d.ts +1 -0
- package/es/src/ap-field/date/style/css.js +1 -0
- package/es/src/ap-field/date/style/index.d.ts +1 -0
- package/es/src/ap-field/date/style/index.js +1 -0
- package/es/src/ap-field/date-range/index.vue.d.ts +7 -7
- package/es/src/ap-field/date-range/style/css.d.ts +1 -0
- package/es/src/ap-field/date-range/style/css.js +1 -0
- package/es/src/ap-field/date-range/style/index.d.ts +1 -0
- package/es/src/ap-field/date-range/style/index.js +1 -0
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.mjs +2 -3
- package/es/src/ap-field/number/style/css.d.ts +0 -0
- package/es/src/ap-field/number/style/css.js +1 -0
- package/es/src/ap-field/number/style/index.d.ts +0 -0
- package/es/src/ap-field/number/style/index.js +1 -0
- package/es/src/ap-field/password/style/css.d.ts +1 -0
- package/es/src/ap-field/password/style/css.js +1 -0
- package/es/src/ap-field/password/style/index.d.ts +1 -0
- package/es/src/ap-field/password/style/index.js +1 -0
- package/es/src/ap-field/radio/index.vue.mjs +2 -3
- package/es/src/ap-field/radio/style/css.d.ts +0 -0
- package/es/src/ap-field/radio/style/css.js +1 -0
- package/es/src/ap-field/radio/style/style.d.ts +0 -0
- package/es/src/ap-field/rate/style/css.d.ts +1 -0
- package/es/src/ap-field/rate/style/css.js +1 -0
- package/es/src/ap-field/rate/style/index.d.ts +1 -0
- package/es/src/ap-field/rate/style/index.js +1 -0
- package/es/src/ap-field/segmented/style/css.d.ts +1 -0
- package/es/src/ap-field/segmented/style/css.js +1 -0
- package/es/src/ap-field/segmented/style/index.d.ts +1 -0
- package/es/src/ap-field/segmented/style/index.js +1 -0
- package/es/src/ap-field/select/index.vue.d.ts +2 -2
- package/es/src/ap-field/select/style/css.d.ts +1 -0
- package/es/src/ap-field/select/style/css.js +1 -0
- package/es/src/ap-field/select/style/index.d.ts +1 -0
- package/es/src/ap-field/select/style/index.js +1 -0
- package/es/src/ap-field/slider/index.vue.d.ts +1 -1
- package/es/src/ap-field/slider/style/css.d.ts +1 -0
- package/es/src/ap-field/slider/style/css.js +1 -0
- package/es/src/ap-field/slider/style/index.d.ts +1 -0
- package/es/src/ap-field/slider/style/index.js +1 -0
- package/es/src/ap-field/style/css.d.ts +0 -0
- package/es/src/ap-field/style/css.js +1 -0
- package/es/src/ap-field/style/index.d.ts +0 -0
- package/es/src/ap-field/style/index.js +1 -0
- package/es/src/ap-field/switch/style/css.d.ts +1 -0
- package/es/src/ap-field/switch/style/css.js +1 -0
- package/es/src/ap-field/switch/style/index.d.ts +1 -0
- package/es/src/ap-field/switch/style/index.js +1 -0
- package/es/src/ap-field/text/index.vue.d.ts +2 -2
- package/es/src/ap-field/text/password.vue.d.ts +3 -3
- package/es/src/ap-field/text/style/css.d.ts +1 -0
- package/es/src/ap-field/text/style/css.js +1 -0
- package/es/src/ap-field/text/style/index.d.ts +1 -0
- package/es/src/ap-field/text/style/index.js +1 -0
- package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/es/src/ap-field/text-area/index.vue.mjs +9 -10
- package/es/src/ap-field/text-area/style/css.d.ts +0 -0
- package/es/src/ap-field/text-area/style/css.js +1 -0
- package/es/src/ap-field/text-area/style/index.d.ts +0 -0
- package/es/src/ap-field/text-area/style/index.js +1 -0
- package/es/src/ap-form/ap-form.vue.d.ts +1 -1
- package/es/src/ap-form/dependency/style/css.d.ts +1 -0
- package/es/src/ap-form/dependency/style/css.js +1 -0
- package/es/src/ap-form/dependency/style/index.d.ts +1 -0
- package/es/src/ap-form/dependency/style/index.js +1 -0
- package/es/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/es/src/ap-form/drawer-form/index.vue.mjs +287 -0
- package/es/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/css.js +1 -0
- package/es/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/index.js +1 -0
- package/es/src/ap-form/index.d.ts +4 -4
- package/es/src/ap-form/index.mjs +8 -8
- package/es/src/ap-form/item/index.vue.d.ts +1059 -0
- package/es/src/ap-form/item/index.vue.mjs +188 -0
- package/es/src/ap-form/item/index.vue2.mjs +4 -0
- package/es/src/ap-form/item/style/css.d.ts +0 -0
- package/es/src/ap-form/item/style/css.js +1 -0
- package/es/src/ap-form/item/style/style.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/css.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/css.js +1 -0
- package/es/src/ap-form/item-checkbox/style/index.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/index.js +1 -0
- package/es/src/ap-form/item-date/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date/style/css.js +1 -0
- package/es/src/ap-form/item-date/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date/style/index.js +1 -0
- package/es/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/css.js +1 -0
- package/es/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/index.js +1 -0
- package/es/src/ap-form/item-group/index.vue.mjs +62 -0
- package/es/src/ap-form/item-group/index.vue2.mjs +4 -0
- package/es/src/ap-form/item-group/style/css.d.ts +0 -0
- package/es/src/ap-form/item-group/style/css.js +1 -0
- package/es/src/ap-form/item-group/style/index.d.ts +0 -0
- package/es/src/ap-form/item-group/style/index.js +1 -0
- package/es/src/ap-form/item-number/style/css.d.ts +0 -0
- package/es/src/ap-form/item-number/style/css.js +1 -0
- package/es/src/ap-form/item-number/style/index.d.ts +0 -0
- package/es/src/ap-form/item-number/style/index.js +1 -0
- package/es/src/ap-form/item-radio/style/css.d.ts +0 -0
- package/es/src/ap-form/item-radio/style/css.js +1 -0
- package/es/src/ap-form/item-radio/style/index.d.ts +0 -0
- package/es/src/ap-form/item-radio/style/index.js +1 -0
- package/es/src/ap-form/item-select/style/css.d.ts +1 -0
- package/es/src/ap-form/item-select/style/css.js +1 -0
- package/es/src/ap-form/item-select/style/index.d.ts +1 -0
- package/es/src/ap-form/item-select/style/index.js +1 -0
- package/es/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/css.js +1 -0
- package/es/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/index.js +1 -0
- package/es/src/ap-form/item-text/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text/style/css.js +1 -0
- package/es/src/ap-form/item-text/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text/style/index.js +1 -0
- package/es/src/ap-form/item-text-area/style/css.d.ts +0 -0
- package/es/src/ap-form/item-text-area/style/css.js +1 -0
- package/es/src/ap-form/item-text-area/style/index.d.ts +0 -0
- package/es/src/ap-form/item-text-area/style/index.js +1 -0
- package/es/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/css.js +1 -0
- package/es/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/index.js +1 -0
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/number/index.vue.d.ts +93 -93
- package/es/src/ap-form/items/number/index.vue.mjs +2 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +23 -23
- package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/select/index.vue.mjs +2 -2
- package/es/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
- package/es/src/ap-form/items/text/index.vue.d.ts +99 -99
- package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +118 -118
- package/es/src/ap-form/items/text/password.vue.mjs +2 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +78 -78
- package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
- package/es/src/ap-form/list/index.vue.d.ts +41 -0
- package/es/src/ap-form/list/index.vue.mjs +51 -0
- package/es/src/ap-form/list/index.vue2.mjs +4 -0
- package/es/src/ap-form/list/style/css.d.ts +1 -0
- package/es/src/ap-form/list/style/css.js +1 -0
- package/es/src/ap-form/list/style/index.d.ts +1 -0
- package/es/src/ap-form/list/style/index.js +1 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/es/src/ap-form/modal-form/index.vue.mjs +2 -3
- package/es/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/css.js +1 -0
- package/es/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/index.js +1 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/es/src/ap-form/search-form/index.vue.mjs +5 -6
- package/es/src/ap-form/search-form/style/css.d.ts +0 -0
- package/es/src/ap-form/search-form/style/css.js +1 -0
- package/es/src/ap-form/search-form/style/index.d.ts +0 -0
- package/es/src/ap-form/search-form/style/index.js +1 -0
- package/es/src/ap-form/set/style/css.d.ts +1 -0
- package/es/src/ap-form/set/style/css.js +1 -0
- package/es/src/ap-form/set/style/index.d.ts +1 -0
- package/es/src/ap-form/set/style/index.js +1 -0
- package/es/src/ap-form/style/css.d.ts +0 -0
- package/es/src/ap-form/style/css.js +1 -0
- package/es/src/ap-form/style/index.d.ts +0 -0
- package/es/src/ap-form/style/index.js +1 -0
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +41 -0
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +71 -0
- package/es/src/ap-info-layout/style/css.d.ts +0 -0
- package/es/src/ap-info-layout/style/css.js +1 -0
- package/es/src/ap-info-layout/style/index.d.ts +0 -0
- package/es/src/ap-info-layout/style/index.js +1 -0
- package/es/src/ap-list/index.vue.mjs +10 -11
- package/es/src/ap-list/style/css.d.ts +0 -0
- package/es/src/ap-list/style/css.js +1 -0
- package/es/src/ap-list/style/index.d.ts +0 -0
- package/es/src/ap-list/style/index.js +1 -0
- package/es/src/ap-modal/style/css.d.ts +1 -0
- package/es/src/ap-modal/style/css.js +1 -0
- package/es/src/ap-modal/style/index.d.ts +1 -0
- package/es/src/ap-modal/style/index.js +1 -0
- package/es/src/ap-table/ap-table.vue.mjs +2 -3
- package/es/src/ap-table/components/index/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +12 -13
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +17 -18
- package/es/src/ap-table/constants.d.ts +2263 -2263
- package/es/src/ap-table/style/css.d.ts +0 -0
- package/es/src/ap-table/style/css.js +1 -0
- package/es/src/ap-table/style/index.d.ts +0 -0
- package/es/src/ap-table/style/index.js +1 -0
- package/es/src/ap-table/utils.d.ts +1075 -1073
- package/es/src/ap-table/utils.mjs +1 -1
- package/es/src/ap-tag/ap-tag-group.vue.mjs +2 -3
- package/es/src/ap-tag/ap-tag.vue.mjs +7 -8
- package/es/src/ap-tag/group/style/css.d.ts +0 -0
- package/es/src/ap-tag/group/style/css.js +2 -0
- package/es/src/ap-tag/group/style/index.d.ts +0 -0
- package/es/src/ap-tag/group/style/index.js +2 -0
- package/es/src/ap-tag/style/css.d.ts +0 -0
- package/es/src/ap-tag/style/css.js +1 -0
- package/es/src/ap-tag/style/index.d.ts +0 -0
- package/es/src/ap-tag/style/index.js +1 -0
- package/es/src/ap-upload/apUpload.vue.mjs +16 -17
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +2 -3
- package/es/src/ap-upload/components/Picture.vue2.mjs +2 -3
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +41 -40
- package/es/src/ap-upload/style/css.d.ts +0 -0
- package/es/src/ap-upload/style/css.js +1 -0
- package/es/src/ap-upload/style/index.d.ts +0 -0
- package/es/src/ap-upload/style/index.js +1 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +2 -3
- package/es/src/business/ap-attachment/index.d.ts +214 -1
- package/es/src/business/ap-attachment/index.mjs +7 -0
- package/es/src/business/ap-attachment/style/css.d.ts +0 -0
- package/es/src/business/ap-attachment/style/css.js +1 -0
- package/es/src/business/ap-attachment/style/index.d.ts +0 -0
- package/es/src/business/ap-attachment/style/index.js +1 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -3
- package/es/src/business/ap-batch-action/index.d.ts +53 -0
- package/es/src/business/ap-batch-action/index.mjs +8 -0
- package/es/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/css.js +1 -0
- package/es/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/index.js +1 -0
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +42 -43
- package/es/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/es/src/business/ap-batch-action-group/index.mjs +8 -0
- package/es/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/es/src/business/ap-batch-action-group/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action-group/style/css.js +1 -0
- package/es/src/business/ap-batch-action-group/style/index.d.ts +0 -0
- package/es/src/business/ap-batch-action-group/style/index.js +1 -0
- package/es/src/business/ap-button-group/index.d.ts +611 -0
- package/es/src/business/ap-button-group/index.mjs +8 -0
- package/es/src/business/ap-button-group/style/css.d.ts +0 -0
- package/es/src/business/ap-button-group/style/css.js +1 -0
- package/es/src/business/ap-button-group/style/index.d.ts +0 -0
- package/es/src/business/ap-button-group/style/index.js +1 -0
- package/es/src/business/ap-card/ApCard.vue2.mjs +7 -8
- package/es/src/business/ap-card/index.d.ts +53 -0
- package/es/src/business/ap-card/index.mjs +8 -0
- package/es/src/business/ap-card/style/css.d.ts +0 -0
- package/es/src/business/ap-card/style/css.js +2 -0
- package/es/src/business/ap-card/style/index.d.ts +0 -0
- package/es/src/business/ap-card/style/index.js +2 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +2 -3
- package/es/src/business/ap-expand-alert/index.d.ts +63 -0
- package/es/src/business/ap-expand-alert/index.mjs +8 -0
- package/es/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/css.js +2 -0
- package/es/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/index.js +2 -0
- package/es/src/business/ap-export-group/index.d.ts +145 -0
- package/es/src/business/ap-export-group/index.mjs +11 -0
- package/es/src/business/ap-export-group/style/css.d.ts +1 -0
- package/es/src/business/ap-export-group/style/css.js +1 -0
- package/es/src/business/ap-export-group/style/index.d.ts +1 -0
- package/es/src/business/ap-export-group/style/index.js +1 -0
- package/es/src/business/ap-image/index.d.ts +168 -0
- package/es/src/business/ap-image/index.mjs +8 -0
- package/es/src/business/ap-image/style/css.d.ts +1 -0
- package/es/src/business/ap-image/style/css.js +1 -0
- package/es/src/business/ap-image/style/index.d.ts +1 -0
- package/es/src/business/ap-image/style/index.js +1 -0
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +15 -16
- package/es/src/business/ap-input-radio/index.d.ts +371 -1
- package/es/src/business/ap-input-radio/index.mjs +8 -0
- package/es/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/css.js +1 -0
- package/es/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/index.js +1 -0
- package/es/src/business/ap-label/ApLabel.d.ts +4 -4
- package/es/src/business/ap-label/ApLabel.mjs +5 -6
- package/es/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +29 -0
- package/es/src/business/ap-label/group/style/css.d.ts +0 -0
- package/es/src/business/ap-label/group/style/css.js +1 -0
- package/es/src/business/ap-label/group/style/index.d.ts +0 -0
- package/es/src/business/ap-label/group/style/index.js +1 -0
- package/es/src/business/ap-label/index.d.ts +408 -2
- package/es/src/business/ap-label/index.mjs +9 -0
- package/es/src/business/ap-label/style/css.d.ts +0 -0
- package/es/src/business/ap-label/style/css.js +1 -0
- package/es/src/business/ap-label/style/index.d.ts +0 -0
- package/es/src/business/ap-label/style/index.js +1 -0
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +2 -3
- package/es/src/business/ap-ladder/index.d.ts +711 -0
- package/es/src/business/ap-ladder/index.mjs +9 -0
- package/es/src/business/ap-ladder/style/css.d.ts +0 -0
- package/es/src/business/ap-ladder/style/css.js +1 -0
- package/es/src/business/ap-ladder/style/style.d.ts +0 -0
- package/es/src/business/ap-select-layout/index.d.ts +48 -2
- package/es/src/business/ap-select-layout/index.mjs +8 -0
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +6 -7
- package/es/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/css.js +1 -0
- package/es/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/index.js +1 -0
- package/es/src/business/ap-status/ApStatus.vue2.mjs +2 -3
- package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +38 -0
- package/es/src/business/ap-status/group/style/css.d.ts +0 -0
- package/es/src/business/ap-status/group/style/css.js +1 -0
- package/es/src/business/ap-status/group/style/index.d.ts +0 -0
- package/es/src/business/ap-status/group/style/index.js +1 -0
- package/es/src/business/ap-status/index.d.ts +243 -2
- package/es/src/business/ap-status/index.mjs +11 -0
- package/es/src/business/ap-status/style/css.d.ts +0 -0
- package/es/src/business/ap-status/style/css.js +1 -0
- package/es/src/business/ap-status/style/index.d.ts +0 -0
- package/es/src/business/ap-status/style/index.js +1 -0
- package/es/src/business/ap-table-modal/index.d.ts +907 -307
- package/es/src/business/ap-table-modal/index.mjs +9 -8
- package/es/src/business/ap-table-modal/style/css.d.ts +0 -0
- package/es/src/business/ap-table-modal/style/css.js +1 -0
- package/es/src/business/ap-table-modal/style/index.d.ts +0 -0
- package/es/src/business/ap-table-modal/style/index.js +1 -0
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/es/src/business/ap-title/ApTitle.vue2.mjs +9 -10
- package/es/src/business/ap-title/index.d.ts +147 -0
- package/es/src/business/ap-title/index.mjs +8 -0
- package/es/src/business/ap-title/style/css.d.ts +0 -0
- package/es/src/business/ap-title/style/css.js +1 -0
- package/es/src/business/ap-title/style/index.d.ts +0 -0
- package/es/src/business/ap-title/style/index.js +1 -0
- package/es/src/business/index.d.ts +16 -3322
- package/es/src/business/index.mjs +34 -55
- package/es/src/check-card/group/style/css.d.ts +1 -0
- package/es/src/check-card/group/style/css.js +1 -0
- package/es/src/check-card/group/style/index.d.ts +1 -0
- package/es/src/check-card/group/style/index.js +1 -0
- package/es/src/check-card/index.vue2.mjs +2 -3
- package/es/src/check-card/style/css.d.ts +0 -0
- package/es/src/check-card/style/css.js +1 -0
- package/es/src/check-card/style/index.d.ts +0 -0
- package/es/src/check-card/style/index.js +1 -0
- package/es/src/components.d.ts +16 -35
- package/es/src/config-provider/config-provider-props.d.ts +1 -10
- package/es/src/config-provider/config-provider-props.mjs +2 -9
- package/es/src/config-provider/config-provider.d.ts +2 -21
- package/es/src/config-provider/config-provider.mjs +21 -27
- package/es/src/config-provider/constants.d.ts +8 -21
- package/es/src/config-provider/constants.mjs +2 -22
- package/es/src/config-provider/hooks/use-global-config.d.ts +2 -11
- package/es/src/config-provider/index.d.ts +2 -41
- package/es/src/config-provider/index.mjs +15 -16
- package/es/src/config-provider/style/css.d.ts +1 -0
- package/es/src/config-provider/style/css.js +1 -0
- package/es/src/config-provider/style/index.d.ts +1 -0
- package/es/src/config-provider/style/index.js +1 -0
- package/es/src/editable-table/form-item/style/css.d.ts +0 -0
- package/es/src/editable-table/form-item/style/css.js +1 -0
- package/es/src/editable-table/form-item/style/index.d.ts +0 -0
- package/es/src/editable-table/form-item/style/index.js +1 -0
- package/es/src/editable-table/form-item.vue.mjs +2 -3
- package/es/src/editable-table/index.vue.mjs +2 -3
- package/es/src/editable-table/style/css.d.ts +0 -0
- package/es/src/editable-table/style/css.js +1 -0
- package/es/src/editable-table/style/index.d.ts +0 -0
- package/es/src/editable-table/style/index.js +1 -0
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/index.d.ts +1 -19
- package/es/src/index.mjs +196 -292
- package/es/src/locale/lang/en.mjs +0 -64
- package/es/src/locale/lang/zh-cn.mjs +0 -55
- package/es/src/path-map.d.ts +2 -0
- package/es/src/path-map.mjs +77 -0
- package/es/src/utils/slot.d.ts +1 -16
- package/es/src/utils/slot.mjs +8 -28
- package/es/src/work-order-modal/style/css.d.ts +0 -0
- package/es/src/work-order-modal/style/css.js +4 -0
- package/es/src/work-order-modal/style/index.d.ts +0 -0
- package/es/src/work-order-modal/style/index.js +4 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -3
- package/lib/index.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/style/css.d.ts +1 -0
- package/lib/src/ap-action/group/style/css.js +1 -0
- package/lib/src/ap-action/group/style/index.d.ts +1 -0
- package/lib/src/ap-action/group/style/index.js +1 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item/style/css.d.ts +0 -0
- package/lib/src/ap-action/item/style/css.js +2 -0
- package/lib/src/ap-action/item/style/index.d.ts +0 -0
- package/lib/src/ap-action/item/style/index.js +2 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/item-dropdown/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/css.js +2 -0
- package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/index.js +2 -0
- package/lib/src/ap-action/item-modal/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-modal/style/css.js +1 -0
- package/lib/src/ap-action/item-modal/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-modal/style/index.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/lib/src/ap-action-button/style/css.d.ts +0 -0
- package/lib/src/ap-action-button/style/css.js +1 -0
- package/lib/src/ap-action-button/style/index.d.ts +0 -0
- package/lib/src/ap-action-button/style/index.js +1 -0
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/style/css.d.ts +0 -0
- package/lib/src/ap-button/style/css.js +1 -0
- package/lib/src/ap-button/style/index.d.ts +0 -0
- package/lib/src/ap-button/style/index.js +1 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue2.js +1 -1
- package/lib/src/ap-descriptions/style/css.d.ts +0 -0
- package/lib/src/ap-descriptions/style/css.js +1 -0
- package/lib/src/ap-descriptions/style/index.d.ts +0 -0
- package/lib/src/ap-descriptions/style/index.js +1 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/style/css.d.ts +0 -0
- package/lib/src/ap-download/style/css.js +1 -0
- package/lib/src/ap-download/style/index.d.ts +0 -0
- package/lib/src/ap-download/style/index.js +1 -0
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/lib/src/ap-field/checkbox/style/css.js +1 -0
- package/lib/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/lib/src/ap-field/checkbox/style/index.js +1 -0
- package/lib/src/ap-field/date/index.vue.d.ts +7 -7
- package/lib/src/ap-field/date/style/css.d.ts +1 -0
- package/lib/src/ap-field/date/style/css.js +1 -0
- package/lib/src/ap-field/date/style/index.d.ts +1 -0
- package/lib/src/ap-field/date/style/index.js +1 -0
- package/lib/src/ap-field/date-range/index.vue.d.ts +7 -7
- package/lib/src/ap-field/date-range/style/css.d.ts +1 -0
- package/lib/src/ap-field/date-range/style/css.js +1 -0
- package/lib/src/ap-field/date-range/style/index.d.ts +1 -0
- package/lib/src/ap-field/date-range/style/index.js +1 -0
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/number/style/css.d.ts +0 -0
- package/lib/src/ap-field/number/style/css.js +1 -0
- package/lib/src/ap-field/number/style/index.d.ts +0 -0
- package/lib/src/ap-field/number/style/index.js +1 -0
- package/lib/src/ap-field/password/style/css.d.ts +1 -0
- package/lib/src/ap-field/password/style/css.js +1 -0
- package/lib/src/ap-field/password/style/index.d.ts +1 -0
- package/lib/src/ap-field/password/style/index.js +1 -0
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/radio/style/css.d.ts +0 -0
- package/lib/src/ap-field/radio/style/css.js +1 -0
- package/lib/src/ap-field/radio/style/style.d.ts +0 -0
- package/lib/src/ap-field/rate/style/css.d.ts +1 -0
- package/lib/src/ap-field/rate/style/css.js +1 -0
- package/lib/src/ap-field/rate/style/index.d.ts +1 -0
- package/lib/src/ap-field/rate/style/index.js +1 -0
- package/lib/src/ap-field/segmented/style/css.d.ts +1 -0
- package/lib/src/ap-field/segmented/style/css.js +1 -0
- package/lib/src/ap-field/segmented/style/index.d.ts +1 -0
- package/lib/src/ap-field/segmented/style/index.js +1 -0
- package/lib/src/ap-field/select/index.vue.d.ts +2 -2
- package/lib/src/ap-field/select/style/css.d.ts +1 -0
- package/lib/src/ap-field/select/style/css.js +1 -0
- package/lib/src/ap-field/select/style/index.d.ts +1 -0
- package/lib/src/ap-field/select/style/index.js +1 -0
- package/lib/src/ap-field/slider/index.vue.d.ts +1 -1
- package/lib/src/ap-field/slider/style/css.d.ts +1 -0
- package/lib/src/ap-field/slider/style/css.js +1 -0
- package/lib/src/ap-field/slider/style/index.d.ts +1 -0
- package/lib/src/ap-field/slider/style/index.js +1 -0
- package/lib/src/ap-field/style/css.d.ts +0 -0
- package/lib/src/ap-field/style/css.js +1 -0
- package/lib/src/ap-field/style/index.d.ts +0 -0
- package/lib/src/ap-field/style/index.js +1 -0
- package/lib/src/ap-field/switch/style/css.d.ts +1 -0
- package/lib/src/ap-field/switch/style/css.js +1 -0
- package/lib/src/ap-field/switch/style/index.d.ts +1 -0
- package/lib/src/ap-field/switch/style/index.js +1 -0
- package/lib/src/ap-field/text/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text/password.vue.d.ts +3 -3
- package/lib/src/ap-field/text/style/css.d.ts +1 -0
- package/lib/src/ap-field/text/style/css.js +1 -0
- package/lib/src/ap-field/text/style/index.d.ts +1 -0
- package/lib/src/ap-field/text/style/index.js +1 -0
- package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/style/css.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/css.js +1 -0
- package/lib/src/ap-field/text-area/style/index.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/index.js +1 -0
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
- package/lib/src/ap-form/dependency/style/css.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/css.js +1 -0
- package/lib/src/ap-form/dependency/style/index.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/index.js +1 -0
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -0
- package/lib/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/css.js +1 -0
- package/lib/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/index.js +1 -0
- package/lib/src/ap-form/index.d.ts +4 -4
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/item/index.vue.d.ts +1059 -0
- package/lib/src/ap-form/item/index.vue.js +1 -0
- package/lib/src/ap-form/item/index.vue2.js +1 -0
- package/lib/src/ap-form/item/style/css.d.ts +0 -0
- package/lib/src/ap-form/item/style/css.js +1 -0
- package/lib/src/ap-form/item/style/style.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/index.js +1 -0
- package/lib/src/ap-form/item-date/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/css.js +1 -0
- package/lib/src/ap-form/item-date/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/index.js +1 -0
- package/lib/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/css.js +1 -0
- package/lib/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/index.js +1 -0
- package/lib/src/ap-form/item-group/index.vue.js +1 -0
- package/lib/src/ap-form/item-group/index.vue2.js +1 -0
- package/lib/src/ap-form/item-group/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/css.js +1 -0
- package/lib/src/ap-form/item-group/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/index.js +1 -0
- package/lib/src/ap-form/item-number/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-number/style/css.js +1 -0
- package/lib/src/ap-form/item-number/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-number/style/index.js +1 -0
- package/lib/src/ap-form/item-radio/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-radio/style/css.js +1 -0
- package/lib/src/ap-form/item-radio/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-radio/style/index.js +1 -0
- package/lib/src/ap-form/item-select/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/css.js +1 -0
- package/lib/src/ap-form/item-select/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/index.js +1 -0
- package/lib/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/css.js +1 -0
- package/lib/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/index.js +1 -0
- package/lib/src/ap-form/item-text/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/css.js +1 -0
- package/lib/src/ap-form/item-text/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/index.js +1 -0
- package/lib/src/ap-form/item-text-area/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-text-area/style/css.js +1 -0
- package/lib/src/ap-form/item-text-area/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-text-area/style/index.js +1 -0
- package/lib/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/css.js +1 -0
- package/lib/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/index.js +1 -0
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +93 -93
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +23 -23
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +99 -99
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +118 -118
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +78 -78
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/list/index.vue.d.ts +41 -0
- package/lib/src/ap-form/list/index.vue.js +1 -0
- package/lib/src/ap-form/list/index.vue2.js +1 -0
- package/lib/src/ap-form/list/style/css.d.ts +1 -0
- package/lib/src/ap-form/list/style/css.js +1 -0
- package/lib/src/ap-form/list/style/index.d.ts +1 -0
- package/lib/src/ap-form/list/style/index.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/css.js +1 -0
- package/lib/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/index.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/css.js +1 -0
- package/lib/src/ap-form/search-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/index.js +1 -0
- package/lib/src/ap-form/set/style/css.d.ts +1 -0
- package/lib/src/ap-form/set/style/css.js +1 -0
- package/lib/src/ap-form/set/style/index.d.ts +1 -0
- package/lib/src/ap-form/set/style/index.js +1 -0
- package/lib/src/ap-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/style/css.js +1 -0
- package/lib/src/ap-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/style/index.js +1 -0
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -0
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -0
- package/lib/src/ap-info-layout/style/css.d.ts +0 -0
- package/lib/src/ap-info-layout/style/css.js +1 -0
- package/lib/src/ap-info-layout/style/index.d.ts +0 -0
- package/lib/src/ap-info-layout/style/index.js +1 -0
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/style/css.d.ts +0 -0
- package/lib/src/ap-list/style/css.js +1 -0
- package/lib/src/ap-list/style/index.d.ts +0 -0
- package/lib/src/ap-list/style/index.js +1 -0
- package/lib/src/ap-modal/style/css.d.ts +1 -0
- package/lib/src/ap-modal/style/css.js +1 -0
- package/lib/src/ap-modal/style/index.d.ts +1 -0
- package/lib/src/ap-modal/style/index.js +1 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/components/index/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +2263 -2263
- package/lib/src/ap-table/style/css.d.ts +0 -0
- package/lib/src/ap-table/style/css.js +1 -0
- package/lib/src/ap-table/style/index.d.ts +0 -0
- package/lib/src/ap-table/style/index.js +1 -0
- package/lib/src/ap-table/utils.d.ts +1075 -1073
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/group/style/css.d.ts +0 -0
- package/lib/src/ap-tag/group/style/css.js +2 -0
- package/lib/src/ap-tag/group/style/index.d.ts +0 -0
- package/lib/src/ap-tag/group/style/index.js +2 -0
- package/lib/src/ap-tag/style/css.d.ts +0 -0
- package/lib/src/ap-tag/style/css.js +1 -0
- package/lib/src/ap-tag/style/index.d.ts +0 -0
- package/lib/src/ap-tag/style/index.js +1 -0
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/ap-upload/style/css.d.ts +0 -0
- package/lib/src/ap-upload/style/css.js +1 -0
- package/lib/src/ap-upload/style/index.d.ts +0 -0
- package/lib/src/ap-upload/style/index.js +1 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/index.d.ts +214 -1
- package/lib/src/business/ap-attachment/index.js +1 -0
- package/lib/src/business/ap-attachment/style/css.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/css.js +1 -0
- package/lib/src/business/ap-attachment/style/index.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/index.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action/index.d.ts +53 -0
- package/lib/src/business/ap-batch-action/index.js +1 -0
- package/lib/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/css.js +1 -0
- package/lib/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/lib/src/business/ap-batch-action-group/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/lib/src/business/ap-batch-action-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action-group/style/css.js +1 -0
- package/lib/src/business/ap-batch-action-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
- package/lib/src/business/ap-button-group/index.d.ts +611 -0
- package/lib/src/business/ap-button-group/index.js +1 -0
- package/lib/src/business/ap-button-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-button-group/style/css.js +1 -0
- package/lib/src/business/ap-button-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-button-group/style/index.js +1 -0
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/business/ap-card/index.d.ts +53 -0
- package/lib/src/business/ap-card/index.js +1 -0
- package/lib/src/business/ap-card/style/css.d.ts +0 -0
- package/lib/src/business/ap-card/style/css.js +2 -0
- package/lib/src/business/ap-card/style/index.d.ts +0 -0
- package/lib/src/business/ap-card/style/index.js +2 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +63 -0
- package/lib/src/business/ap-expand-alert/index.js +1 -0
- package/lib/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/css.js +2 -0
- package/lib/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/index.js +2 -0
- package/lib/src/business/ap-export-group/index.d.ts +145 -0
- package/lib/src/business/ap-export-group/index.js +1 -0
- package/lib/src/business/ap-export-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/css.js +1 -0
- package/lib/src/business/ap-export-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/index.js +1 -0
- package/lib/src/business/ap-image/index.d.ts +168 -0
- package/lib/src/business/ap-image/index.js +1 -0
- package/lib/src/business/ap-image/style/css.d.ts +1 -0
- package/lib/src/business/ap-image/style/css.js +1 -0
- package/lib/src/business/ap-image/style/index.d.ts +1 -0
- package/lib/src/business/ap-image/style/index.js +1 -0
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +371 -1
- package/lib/src/business/ap-input-radio/index.js +1 -0
- package/lib/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/css.js +1 -0
- package/lib/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/index.js +1 -0
- package/lib/src/business/ap-label/ApLabel.d.ts +4 -4
- package/lib/src/business/ap-label/ApLabel.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/group/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/group/style/css.js +1 -0
- package/lib/src/business/ap-label/group/style/index.d.ts +0 -0
- package/lib/src/business/ap-label/group/style/index.js +1 -0
- package/lib/src/business/ap-label/index.d.ts +408 -2
- package/lib/src/business/ap-label/index.js +1 -0
- package/lib/src/business/ap-label/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/style/css.js +1 -0
- package/lib/src/business/ap-label/style/index.d.ts +0 -0
- package/lib/src/business/ap-label/style/index.js +1 -0
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +711 -0
- package/lib/src/business/ap-ladder/index.js +1 -0
- package/lib/src/business/ap-ladder/style/css.d.ts +0 -0
- package/lib/src/business/ap-ladder/style/css.js +1 -0
- package/lib/src/business/ap-ladder/style/style.d.ts +0 -0
- package/lib/src/business/ap-select-layout/index.d.ts +48 -2
- package/lib/src/business/ap-select-layout/index.js +1 -0
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/css.js +1 -0
- package/lib/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/index.js +1 -0
- package/lib/src/business/ap-status/ApStatus.vue2.js +1 -1
- package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/lib/src/business/ap-status/group/ApStatusGroup.vue2.js +1 -0
- package/lib/src/business/ap-status/group/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/group/style/css.js +1 -0
- package/lib/src/business/ap-status/group/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/group/style/index.js +1 -0
- package/lib/src/business/ap-status/index.d.ts +243 -2
- package/lib/src/business/ap-status/index.js +1 -0
- package/lib/src/business/ap-status/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/style/css.js +1 -0
- package/lib/src/business/ap-status/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/index.d.ts +907 -307
- package/lib/src/business/ap-table-modal/index.js +1 -1
- package/lib/src/business/ap-table-modal/style/css.d.ts +0 -0
- package/lib/src/business/ap-table-modal/style/css.js +1 -0
- package/lib/src/business/ap-table-modal/style/index.d.ts +0 -0
- package/lib/src/business/ap-table-modal/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
- package/lib/src/business/ap-title/index.d.ts +147 -0
- package/lib/src/business/ap-title/index.js +1 -0
- package/lib/src/business/ap-title/style/css.d.ts +0 -0
- package/lib/src/business/ap-title/style/css.js +1 -0
- package/lib/src/business/ap-title/style/index.d.ts +0 -0
- package/lib/src/business/ap-title/style/index.js +1 -0
- package/lib/src/business/index.d.ts +16 -3322
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group/style/css.d.ts +1 -0
- package/lib/src/check-card/group/style/css.js +1 -0
- package/lib/src/check-card/group/style/index.d.ts +1 -0
- package/lib/src/check-card/group/style/index.js +1 -0
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/style/css.d.ts +0 -0
- package/lib/src/check-card/style/css.js +1 -0
- package/lib/src/check-card/style/index.d.ts +0 -0
- package/lib/src/check-card/style/index.js +1 -0
- package/lib/src/components.d.ts +16 -35
- package/lib/src/config-provider/config-provider-props.d.ts +1 -10
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +2 -21
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +8 -21
- package/lib/src/config-provider/constants.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -11
- package/lib/src/config-provider/index.d.ts +2 -41
- package/lib/src/config-provider/index.js +1 -1
- package/lib/src/config-provider/style/css.d.ts +1 -0
- package/lib/src/config-provider/style/css.js +1 -0
- package/lib/src/config-provider/style/index.d.ts +1 -0
- package/lib/src/config-provider/style/index.js +1 -0
- package/lib/src/editable-table/form-item/style/css.d.ts +0 -0
- package/lib/src/editable-table/form-item/style/css.js +1 -0
- package/lib/src/editable-table/form-item/style/index.d.ts +0 -0
- package/lib/src/editable-table/form-item/style/index.js +1 -0
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/style/css.d.ts +0 -0
- package/lib/src/editable-table/style/css.js +1 -0
- package/lib/src/editable-table/style/index.d.ts +0 -0
- package/lib/src/editable-table/style/index.js +1 -0
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/index.d.ts +1 -19
- 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/path-map.d.ts +2 -0
- package/lib/src/path-map.js +1 -0
- package/lib/src/utils/slot.d.ts +1 -16
- package/lib/src/utils/slot.js +1 -1
- package/lib/src/work-order-modal/style/css.d.ts +0 -0
- package/lib/src/work-order-modal/style/css.js +4 -0
- package/lib/src/work-order-modal/style/index.d.ts +0 -0
- package/lib/src/work-order-modal/style/index.js +4 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +5 -4
- package/es/src/ap-action/style/item-dropdown.css +0 -14
- package/es/src/ap-action/style/item.css +0 -33
- package/es/src/ap-button/index.css +0 -6
- package/es/src/ap-custom-column/column-select.vue.d.ts +0 -17
- package/es/src/ap-custom-column/column-select.vue.mjs +0 -103
- package/es/src/ap-custom-column/column-select.vue2.mjs +0 -4
- package/es/src/ap-custom-column/custom-column.vue.d.ts +0 -17
- package/es/src/ap-custom-column/custom-column.vue.mjs +0 -87
- package/es/src/ap-custom-column/custom-column.vue2.mjs +0 -4
- package/es/src/ap-custom-column/index.d.ts +0 -6
- package/es/src/ap-custom-column/index.mjs +0 -9
- package/es/src/ap-custom-column/interfaces.d.ts +0 -40
- package/es/src/ap-custom-column/interfaces.mjs +0 -1
- package/es/src/ap-custom-column/storage.d.ts +0 -8
- package/es/src/ap-custom-column/storage.mjs +0 -29
- package/es/src/ap-custom-column/styles/column-select.css +0 -44
- package/es/src/ap-custom-column/styles/custom-column.css +0 -46
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
- package/es/src/ap-custom-column/useCacheColumnSetting.mjs +0 -9
- package/es/src/ap-custom-column/utils.d.ts +0 -2
- package/es/src/ap-custom-column/utils.mjs +0 -17
- package/es/src/ap-descriptions/style/ap-descriptions.css +0 -53
- package/es/src/ap-download/style/ap-download.css +0 -54
- package/es/src/ap-field/checkbox/style.css +0 -7
- package/es/src/ap-field/number/style.css +0 -6
- package/es/src/ap-field/radio/style.css +0 -4
- package/es/src/ap-field/text-area/style.css +0 -5
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +0 -63
- package/es/src/ap-form/ap-form-item.vue.d.ts +0 -1059
- package/es/src/ap-form/ap-form-item.vue.mjs +0 -189
- package/es/src/ap-form/ap-form-item.vue2.mjs +0 -4
- package/es/src/ap-form/ap-form-list.vue.d.ts +0 -41
- package/es/src/ap-form/ap-form-list.vue.mjs +0 -51
- package/es/src/ap-form/ap-form-list.vue2.mjs +0 -4
- package/es/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
- package/es/src/ap-form/modal-form/drawer.vue.mjs +0 -288
- package/es/src/ap-form/modal-form/drawer.vue2.mjs +0 -4
- package/es/src/ap-form/style/ap-form-item-group.css +0 -9
- package/es/src/ap-form/style/ap-form-item.css +0 -63
- package/es/src/ap-form/style/drawer-form.css +0 -10
- package/es/src/ap-form/style/modal-form.css +0 -21
- package/es/src/ap-form/style/search-form.css +0 -9
- package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -42
- package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -72
- package/es/src/ap-layout/style/ap-info-layout.css +0 -36
- package/es/src/ap-list/style/index.css +0 -11
- package/es/src/ap-table/components/style/index.css +0 -12
- package/es/src/ap-table/components/style/pagination.css +0 -12
- package/es/src/ap-table/components/style/setting/modal.css +0 -51
- package/es/src/ap-table/components/style/setting/select-group.css +0 -7
- package/es/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
- package/es/src/ap-table/components/style/setting/sortable-item.css +0 -3
- package/es/src/ap-table/components/style/setting/sorter.css +0 -26
- package/es/src/ap-table/style/ap-table.css +0 -134
- package/es/src/ap-tag/style/ap-tag-group.css +0 -15
- package/es/src/ap-tag/style/ap-tag.css +0 -41
- package/es/src/ap-upload/styles/multiple-file.css +0 -62
- package/es/src/ap-upload/styles/picture.css +0 -112
- package/es/src/ap-upload/styles/single-file.css +0 -98
- package/es/src/ap-upload/styles/upload.css +0 -6
- package/es/src/base-button/button.vue.d.ts +0 -42
- package/es/src/base-button/button.vue.mjs +0 -4
- package/es/src/base-button/button.vue2.mjs +0 -61
- package/es/src/base-button/constants.d.ts +0 -26
- package/es/src/base-button/constants.mjs +0 -27
- package/es/src/base-button/index.d.ts +0 -137
- package/es/src/base-button/index.mjs +0 -10
- package/es/src/base-button/interface.d.ts +0 -16
- package/es/src/base-button/modal-button.vue.d.ts +0 -27
- package/es/src/base-button/modal-button.vue.mjs +0 -54
- package/es/src/base-button/modal-button.vue2.mjs +0 -4
- package/es/src/base-button/pop-confirm-button.vue.d.ts +0 -17
- package/es/src/base-button/pop-confirm-button.vue.mjs +0 -33
- package/es/src/base-button/pop-confirm-button.vue2.mjs +0 -4
- package/es/src/basic/arrow.vue.d.ts +0 -13
- package/es/src/basic/arrow.vue.mjs +0 -4
- package/es/src/basic/arrow.vue2.mjs +0 -40
- package/es/src/basic/help.vue.d.ts +0 -100
- package/es/src/basic/help.vue.mjs +0 -4
- package/es/src/basic/help.vue2.mjs +0 -98
- package/es/src/basic/index.d.ts +0 -270
- package/es/src/basic/index.mjs +0 -14
- package/es/src/basic/interface.d.ts +0 -21
- package/es/src/basic/style/arrow.css +0 -25
- package/es/src/basic/style/help.css +0 -16
- package/es/src/basic/style/title.css +0 -27
- package/es/src/basic/title.vue.d.ts +0 -41
- package/es/src/basic/title.vue.mjs +0 -4
- package/es/src/basic/title.vue2.mjs +0 -35
- package/es/src/business/ap-attachment/style.css +0 -68
- package/es/src/business/ap-batch-action/index.css +0 -26
- package/es/src/business/ap-card/index.css +0 -10
- package/es/src/business/ap-expand-alert/style.css +0 -51
- package/es/src/business/ap-input-radio/style.css +0 -7
- package/es/src/business/ap-label/ApLabelGroup.d.ts +0 -43
- package/es/src/business/ap-label/ApLabelGroup.mjs +0 -29
- package/es/src/business/ap-label/style.css +0 -33
- package/es/src/business/ap-ladder/style.css +0 -56
- package/es/src/business/ap-select-layout/index.css +0 -126
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
- package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +0 -38
- package/es/src/business/ap-status/style.css +0 -26
- package/es/src/business/ap-title/style.css +0 -59
- package/es/src/business/not-found/interface.d.ts +0 -24
- package/es/src/business/not-found/style.css +0 -9
- package/es/src/button/button.vue.d.ts +0 -30
- package/es/src/button/index.d.ts +0 -51
- package/es/src/button/style/index.css +0 -31
- package/es/src/check-card/style/index.css +0 -81
- package/es/src/container/collapse/header.vue.d.ts +0 -35
- package/es/src/container/collapse/header.vue.mjs +0 -4
- package/es/src/container/collapse/header.vue2.mjs +0 -51
- package/es/src/container/collapse/index.vue.d.ts +0 -120
- package/es/src/container/collapse/index.vue.mjs +0 -4
- package/es/src/container/collapse/index.vue2.mjs +0 -88
- package/es/src/container/collapse/style/header.css +0 -16
- package/es/src/container/collapse/style/index.css +0 -11
- package/es/src/container/index.d.ts +0 -178
- package/es/src/container/index.mjs +0 -11
- package/es/src/container/interface.d.ts +0 -18
- package/es/src/container/scroll-container.vue.d.ts +0 -198
- package/es/src/container/scroll-container.vue.mjs +0 -4
- package/es/src/container/scroll-container.vue2.mjs +0 -62
- package/es/src/container/style/scroll-container.css +0 -10
- package/es/src/count-down/button.vue.d.ts +0 -27
- package/es/src/count-down/button.vue.mjs +0 -4
- package/es/src/count-down/button.vue2.mjs +0 -46
- package/es/src/count-down/index.d.ts +0 -150
- package/es/src/count-down/index.mjs +0 -11
- package/es/src/count-down/input.vue.d.ts +0 -39
- package/es/src/count-down/input.vue.mjs +0 -4
- package/es/src/count-down/input.vue2.mjs +0 -47
- package/es/src/count-down/interface.d.ts +0 -12
- package/es/src/count-down/style/input.css +0 -8
- package/es/src/cropper/cropper-avatar.vue.d.ts +0 -45
- package/es/src/cropper/cropper-avatar.vue.mjs +0 -4
- package/es/src/cropper/cropper-avatar.vue2.mjs +0 -98
- package/es/src/cropper/cropper-image.vue.d.ts +0 -50
- package/es/src/cropper/cropper-image.vue.mjs +0 -4
- package/es/src/cropper/cropper-image.vue2.mjs +0 -131
- package/es/src/cropper/cropper-modal.vue.d.ts +0 -46
- package/es/src/cropper/cropper-modal.vue.mjs +0 -4
- package/es/src/cropper/cropper-modal.vue2.mjs +0 -273
- package/es/src/cropper/index.d.ts +0 -369
- package/es/src/cropper/index.mjs +0 -11
- package/es/src/cropper/interface.d.ts +0 -31
- package/es/src/cropper/style/avatar.css +0 -34
- package/es/src/cropper/style/image.css +0 -4
- package/es/src/cropper/style/modal.css +0 -47
- package/es/src/description/description.vue.d.ts +0 -95
- package/es/src/description/description.vue.mjs +0 -4
- package/es/src/description/description.vue2.mjs +0 -171
- package/es/src/description/index.d.ts +0 -214
- package/es/src/description/index.mjs +0 -10
- package/es/src/description/interface.d.ts +0 -39
- package/es/src/description/use-description.d.ts +0 -2
- package/es/src/description/use-description.mjs +0 -21
- package/es/src/dropdown/dropdown.vue.d.ts +0 -52
- package/es/src/dropdown/dropdown.vue.mjs +0 -4
- package/es/src/dropdown/dropdown.vue2.mjs +0 -94
- package/es/src/dropdown/index.d.ts +0 -113
- package/es/src/dropdown/index.mjs +0 -8
- package/es/src/dropdown/interface.d.ts +0 -16
- package/es/src/editable-table/style/index.css +0 -58
- package/es/src/icon/icon.vue.d.ts +0 -33
- package/es/src/icon/icon.vue.mjs +0 -4
- package/es/src/icon/icon.vue2.mjs +0 -66
- package/es/src/icon/index.d.ts +0 -208
- package/es/src/icon/index.mjs +0 -11
- package/es/src/icon/interface.d.ts +0 -28
- package/es/src/icon/style/icon.css +0 -30
- package/es/src/icon/style/index.css +0 -3
- package/es/src/icon/style/svg-icon.css +0 -5
- package/es/src/icon/svg-icon.vue.d.ts +0 -33
- package/es/src/icon/svg-icon.vue.mjs +0 -4
- package/es/src/icon/svg-icon.vue2.mjs +0 -34
- package/es/src/icon-picker/data.d.ts +0 -5
- package/es/src/icon-picker/data.mjs +0 -796
- package/es/src/icon-picker/icon-picker.vue.d.ts +0 -51
- package/es/src/icon-picker/icon-picker.vue.mjs +0 -4
- package/es/src/icon-picker/icon-picker.vue2.mjs +0 -170
- package/es/src/icon-picker/index.d.ts +0 -190
- package/es/src/icon-picker/index.mjs +0 -9
- package/es/src/icon-picker/interface.d.ts +0 -13
- package/es/src/icon-picker/style/index.css +0 -61
- package/es/src/modal/basic.vue.d.ts +0 -481
- package/es/src/modal/basic.vue.mjs +0 -4
- package/es/src/modal/basic.vue2.mjs +0 -200
- package/es/src/modal/components/modal-close.vue.d.ts +0 -33
- package/es/src/modal/components/modal-close.vue.mjs +0 -4
- package/es/src/modal/components/modal-close.vue2.mjs +0 -74
- package/es/src/modal/components/modal-footer.vue.d.ts +0 -273
- package/es/src/modal/components/modal-footer.vue.mjs +0 -4
- package/es/src/modal/components/modal-footer.vue2.mjs +0 -45
- package/es/src/modal/components/modal-header.vue.d.ts +0 -13
- package/es/src/modal/components/modal-header.vue.mjs +0 -4
- package/es/src/modal/components/modal-header.vue2.mjs +0 -21
- package/es/src/modal/components/modal-wrapper.vue.d.ts +0 -177
- package/es/src/modal/components/modal-wrapper.vue.mjs +0 -4
- package/es/src/modal/components/modal-wrapper.vue2.mjs +0 -100
- package/es/src/modal/components/modal.d.ts +0 -253
- package/es/src/modal/components/modal.mjs +0 -47
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
- package/es/src/modal/hooks/use-moda-full-screen.mjs +0 -14
- package/es/src/modal/hooks/use-modal-context.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-context.mjs +0 -12
- package/es/src/modal/hooks/use-modal-drag.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-drag.mjs +0 -35
- package/es/src/modal/hooks/use-modal.d.ts +0 -7
- package/es/src/modal/hooks/use-modal.mjs +0 -101
- package/es/src/modal/index.d.ts +0 -870
- package/es/src/modal/index.mjs +0 -13
- package/es/src/modal/interface.d.ts +0 -181
- package/es/src/modal/props.d.ts +0 -186
- package/es/src/modal/props.mjs +0 -72
- package/es/src/modal/style/close.css +0 -25
- package/es/src/pro-form/component-map.d.ts +0 -6
- package/es/src/pro-form/component-map.mjs +0 -68
- package/es/src/pro-form/components/api-cascader.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-cascader.vue.mjs +0 -150
- package/es/src/pro-form/components/api-cascader.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
- package/es/src/pro-form/components/api-radio-group.vue.mjs +0 -110
- package/es/src/pro-form/components/api-radio-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-select.vue.d.ts +0 -79
- package/es/src/pro-form/components/api-select.vue.mjs +0 -117
- package/es/src/pro-form/components/api-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-transfer.vue.d.ts +0 -54
- package/es/src/pro-form/components/api-transfer.vue.mjs +0 -84
- package/es/src/pro-form/components/api-transfer.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
- package/es/src/pro-form/components/api-tree-select.vue.mjs +0 -90
- package/es/src/pro-form/components/api-tree-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-tree.vue.mjs +0 -69
- package/es/src/pro-form/components/api-tree.vue2.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue.d.ts +0 -68
- package/es/src/pro-form/components/form-action.vue.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue2.mjs +0 -109
- package/es/src/pro-form/components/form-item.vue.d.ts +0 -72
- package/es/src/pro-form/components/form-item.vue.mjs +0 -4
- package/es/src/pro-form/components/form-item.vue2.mjs +0 -354
- package/es/src/pro-form/components/interface.d.ts +0 -118
- package/es/src/pro-form/components/interface.mjs +0 -1
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
- package/es/src/pro-form/components/radio-button-group.vue.mjs +0 -58
- package/es/src/pro-form/components/radio-button-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/style/form-action.css +0 -6
- package/es/src/pro-form/components/style/form-item.css +0 -16
- package/es/src/pro-form/helper.d.ts +0 -11
- package/es/src/pro-form/helper.mjs +0 -47
- package/es/src/pro-form/hooks/use-advanced.d.ts +0 -17
- package/es/src/pro-form/hooks/use-advanced.mjs +0 -79
- package/es/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
- package/es/src/pro-form/hooks/use-auto-focus.mjs +0 -26
- package/es/src/pro-form/hooks/use-break-point.d.ts +0 -24
- package/es/src/pro-form/hooks/use-break-point.mjs +0 -79
- package/es/src/pro-form/hooks/use-component-register.d.ts +0 -3
- package/es/src/pro-form/hooks/use-component-register.mjs +0 -13
- package/es/src/pro-form/hooks/use-form-context.d.ts +0 -8
- package/es/src/pro-form/hooks/use-form-context.mjs +0 -12
- package/es/src/pro-form/hooks/use-form-events.d.ts +0 -29
- package/es/src/pro-form/hooks/use-form-events.mjs +0 -253
- package/es/src/pro-form/hooks/use-form-item.d.ts +0 -2
- package/es/src/pro-form/hooks/use-form-item.mjs +0 -24
- package/es/src/pro-form/hooks/use-form-values.d.ts +0 -14
- package/es/src/pro-form/hooks/use-form-values.mjs +0 -85
- package/es/src/pro-form/hooks/use-form.d.ts +0 -11
- package/es/src/pro-form/hooks/use-form.mjs +0 -71
- package/es/src/pro-form/hooks/use-label-width.d.ts +0 -311
- package/es/src/pro-form/hooks/use-label-width.mjs +0 -30
- package/es/src/pro-form/index.d.ts +0 -27
- package/es/src/pro-form/index.mjs +0 -46
- package/es/src/pro-form/interface.d.ts +0 -4
- package/es/src/pro-form/pro-form.vue.d.ts +0 -985
- package/es/src/pro-form/pro-form.vue.mjs +0 -289
- package/es/src/pro-form/pro-form.vue2.mjs +0 -4
- package/es/src/pro-form/style/index.css +0 -6
- package/es/src/pro-form/style/table-form.css +0 -104
- package/es/src/pro-form/table-form-inner.vue.d.ts +0 -44
- package/es/src/pro-form/table-form-inner.vue.mjs +0 -176
- package/es/src/pro-form/table-form-inner.vue2.mjs +0 -4
- package/es/src/pro-form/table-form.vue.d.ts +0 -42
- package/es/src/pro-form/table-form.vue.mjs +0 -41
- package/es/src/pro-form/table-form.vue2.mjs +0 -4
- package/es/src/pro-form/types/form-item.d.ts +0 -82
- package/es/src/pro-form/types/form-item.mjs +0 -1
- package/es/src/pro-form/types/form.d.ts +0 -152
- package/es/src/pro-form/types/form.mjs +0 -10
- package/es/src/pro-form/types/index.d.ts +0 -158
- package/es/src/pro-form/types/table-form.d.ts +0 -36
- package/es/src/pro-form/types/table-form.mjs +0 -1
- package/es/src/pro-table/component-map.d.ts +0 -6
- package/es/src/pro-table/component-map.mjs +0 -31
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.mjs +0 -19
- package/es/src/pro-table/components/edit-table-header-icon.vue2.mjs +0 -4
- package/es/src/pro-table/components/editable/cell-component.d.ts +0 -13
- package/es/src/pro-table/components/editable/cell-component.mjs +0 -27
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
- package/es/src/pro-table/components/editable/editable-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +0 -376
- package/es/src/pro-table/components/editable/helper.d.ts +0 -6
- package/es/src/pro-table/components/editable/helper.mjs +0 -6
- package/es/src/pro-table/components/editable/index.d.ts +0 -23
- package/es/src/pro-table/components/editable/index.mjs +0 -24
- package/es/src/pro-table/components/header-cell.vue.d.ts +0 -16
- package/es/src/pro-table/components/header-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/header-cell.vue2.mjs +0 -46
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
- package/es/src/pro-table/components/settings/column-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/column-setting.vue2.mjs +0 -310
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +0 -32
- package/es/src/pro-table/components/settings/index.vue.d.ts +0 -20
- package/es/src/pro-table/components/settings/index.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/index.vue2.mjs +0 -65
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/redo-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +0 -28
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/size-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/size-setting.vue2.mjs +0 -73
- package/es/src/pro-table/components/style/column-settings.css +0 -57
- package/es/src/pro-table/components/style/editable-cell.css +0 -59
- package/es/src/pro-table/components/style/header-cell.css +0 -4
- package/es/src/pro-table/components/style/table-action.css +0 -40
- package/es/src/pro-table/components/style/table-header.css +0 -9
- package/es/src/pro-table/components/style/table-image.css +0 -18
- package/es/src/pro-table/components/style/table-selection-bar.css +0 -8
- package/es/src/pro-table/components/style/table-setting.css +0 -7
- package/es/src/pro-table/components/style/table-title.css +0 -5
- package/es/src/pro-table/components/table-action.vue.d.ts +0 -64
- package/es/src/pro-table/components/table-action.vue.mjs +0 -174
- package/es/src/pro-table/components/table-action.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue.d.ts +0 -45
- package/es/src/pro-table/components/table-footer.vue.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue2.mjs +0 -63
- package/es/src/pro-table/components/table-header.vue.d.ts +0 -79
- package/es/src/pro-table/components/table-header.vue.mjs +0 -4
- package/es/src/pro-table/components/table-header.vue2.mjs +0 -91
- package/es/src/pro-table/components/table-image.vue.d.ts +0 -47
- package/es/src/pro-table/components/table-image.vue.mjs +0 -68
- package/es/src/pro-table/components/table-image.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
- package/es/src/pro-table/components/table-selection-bar.vue.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue2.mjs +0 -42
- package/es/src/pro-table/components/table-title.vue.d.ts +0 -23
- package/es/src/pro-table/components/table-title.vue.mjs +0 -4
- package/es/src/pro-table/components/table-title.vue2.mjs +0 -43
- package/es/src/pro-table/const.d.ts +0 -6
- package/es/src/pro-table/const.mjs +0 -13
- package/es/src/pro-table/directives/click-outside.d.ts +0 -3
- package/es/src/pro-table/directives/click-outside.mjs +0 -35
- package/es/src/pro-table/helper.d.ts +0 -3
- package/es/src/pro-table/helper.mjs +0 -11
- package/es/src/pro-table/hooks/use-columns.d.ts +0 -16
- package/es/src/pro-table/hooks/use-columns.mjs +0 -212
- package/es/src/pro-table/hooks/use-custom-row.d.ts +0 -21
- package/es/src/pro-table/hooks/use-custom-row.mjs +0 -66
- package/es/src/pro-table/hooks/use-data-source.d.ts +0 -31
- package/es/src/pro-table/hooks/use-data-source.mjs +0 -228
- package/es/src/pro-table/hooks/use-loading.d.ts +0 -6
- package/es/src/pro-table/hooks/use-loading.mjs +0 -18
- package/es/src/pro-table/hooks/use-pagination.d.ts +0 -10
- package/es/src/pro-table/hooks/use-pagination.mjs +0 -69
- package/es/src/pro-table/hooks/use-row-selection.d.ts +0 -14
- package/es/src/pro-table/hooks/use-row-selection.mjs +0 -129
- package/es/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
- package/es/src/pro-table/hooks/use-scroll-to.mjs +0 -34
- package/es/src/pro-table/hooks/use-table-context.d.ts +0 -13
- package/es/src/pro-table/hooks/use-table-context.mjs +0 -12
- package/es/src/pro-table/hooks/use-table-expand.d.ts +0 -19
- package/es/src/pro-table/hooks/use-table-expand.mjs +0 -80
- package/es/src/pro-table/hooks/use-table-footer.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-footer.mjs +0 -39
- package/es/src/pro-table/hooks/use-table-form.d.ts +0 -10
- package/es/src/pro-table/hooks/use-table-form.mjs +0 -33
- package/es/src/pro-table/hooks/use-table-header.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-header.mjs +0 -46
- package/es/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
- package/es/src/pro-table/hooks/use-table-scroll.mjs +0 -154
- package/es/src/pro-table/hooks/use-table-style.d.ts +0 -5
- package/es/src/pro-table/hooks/use-table-style.mjs +0 -14
- package/es/src/pro-table/hooks/use-table.d.ts +0 -17
- package/es/src/pro-table/hooks/use-table.mjs +0 -96
- package/es/src/pro-table/index.d.ts +0 -10
- package/es/src/pro-table/index.mjs +0 -12
- package/es/src/pro-table/interface.d.ts +0 -65
- package/es/src/pro-table/interface.mjs +0 -1
- package/es/src/pro-table/pro-table.vue.d.ts +0 -2192
- package/es/src/pro-table/pro-table.vue.mjs +0 -346
- package/es/src/pro-table/pro-table.vue2.mjs +0 -4
- package/es/src/pro-table/style/pro-table.css +0 -93
- package/es/src/pro-table/types/pagination.d.ts +0 -93
- package/es/src/pro-table/types/pagination.mjs +0 -1
- package/es/src/pro-table/types/table-action.d.ts +0 -24
- package/es/src/pro-table/types/table-action.mjs +0 -1
- package/es/src/pro-table/types/table.d.ts +0 -383
- package/es/src/pro-table/types/table.mjs +0 -1
- package/es/src/prompt/dialog.vue.d.ts +0 -13
- package/es/src/prompt/dialog.vue.mjs +0 -4
- package/es/src/prompt/dialog.vue2.mjs +0 -60
- package/es/src/prompt/index.d.ts +0 -10
- package/es/src/prompt/index.mjs +0 -34
- package/es/src/prompt/interface.d.ts +0 -23
- package/es/src/prompt/style/dialog.css +0 -4
- package/es/src/prompt/utils.d.ts +0 -11
- package/es/src/prompt/utils.mjs +0 -43
- package/es/src/scroll-bar/bar-item.d.ts +0 -15
- package/es/src/scroll-bar/bar-item.mjs +0 -63
- package/es/src/scroll-bar/index.d.ts +0 -176
- package/es/src/scroll-bar/index.mjs +0 -9
- package/es/src/scroll-bar/interface.d.ts +0 -31
- package/es/src/scroll-bar/interface.mjs +0 -1
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
- package/es/src/scroll-bar/scroll-bar.vue.mjs +0 -4
- package/es/src/scroll-bar/scroll-bar.vue2.mjs +0 -85
- package/es/src/scroll-bar/style/bar-item.css +0 -36
- package/es/src/scroll-bar/style/index.css +0 -27
- package/es/src/scroll-bar/utils.d.ts +0 -9
- package/es/src/scroll-bar/utils.mjs +0 -30
- package/es/src/strength-meter/index.d.ts +0 -89
- package/es/src/strength-meter/index.mjs +0 -8
- package/es/src/strength-meter/interface.d.ts +0 -5
- package/es/src/strength-meter/interface.mjs +0 -1
- package/es/src/strength-meter/strength-meter.vue.d.ts +0 -45
- package/es/src/strength-meter/strength-meter.vue.mjs +0 -4
- package/es/src/strength-meter/strength-meter.vue2.mjs +0 -62
- package/es/src/strength-meter/style/index.css +0 -57
- package/es/src/theme/ap-action/item-dropdown.css +0 -14
- package/es/src/theme/ap-action/item.css +0 -33
- package/es/src/theme/ap-attachment/ap-attachment.css +0 -68
- package/es/src/theme/ap-batch-action/ap-batch-action.css +0 -26
- package/es/src/theme/ap-button/ap-button.css +0 -6
- package/es/src/theme/ap-card/ap-card.css +0 -10
- package/es/src/theme/ap-descriptions/ap-descriptions.css +0 -53
- package/es/src/theme/ap-download/ap-download.css +0 -54
- package/es/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
- package/es/src/theme/ap-field/checkbox.css +0 -7
- package/es/src/theme/ap-field/number.css +0 -6
- package/es/src/theme/ap-field/radio.css +0 -4
- package/es/src/theme/ap-field/text-area.css +0 -5
- package/es/src/theme/ap-form/ap-form-item-group.css +0 -9
- package/es/src/theme/ap-form/ap-form-item.css +0 -63
- package/es/src/theme/ap-form/drawer-form.css +0 -10
- package/es/src/theme/ap-form/modal-form.css +0 -21
- package/es/src/theme/ap-form/search-form.css +0 -9
- package/es/src/theme/ap-input-radio/ap-input-radio.css +0 -7
- package/es/src/theme/ap-label/ap-label.css +0 -33
- package/es/src/theme/ap-ladder/ap-ladder.css +0 -56
- package/es/src/theme/ap-layout/ap-info-layout.css +0 -36
- package/es/src/theme/ap-list/index.css +0 -11
- package/es/src/theme/ap-not-found/ap-not-found.css +0 -9
- package/es/src/theme/ap-select-layout/ap-select-layout.css +0 -126
- package/es/src/theme/ap-status/ap-status.css +0 -26
- package/es/src/theme/ap-table/ap-table-index.css +0 -12
- package/es/src/theme/ap-table/ap-table-pagination.css +0 -12
- package/es/src/theme/ap-table/ap-table.css +0 -134
- package/es/src/theme/ap-table/setting/modal.css +0 -51
- package/es/src/theme/ap-table/setting/select-group.css +0 -7
- package/es/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
- package/es/src/theme/ap-table/setting/sortable-item.css +0 -3
- package/es/src/theme/ap-table/setting/sorter.css +0 -26
- package/es/src/theme/ap-tag/ap-tag-group.css +0 -15
- package/es/src/theme/ap-tag/ap-tag.css +0 -41
- package/es/src/theme/ap-title/ap-title.css +0 -59
- package/es/src/theme/ap-upload/multiple-file.css +0 -62
- package/es/src/theme/ap-upload/picture.css +0 -112
- package/es/src/theme/ap-upload/single-file.css +0 -98
- package/es/src/theme/ap-upload/upload.css +0 -6
- package/es/src/theme/basic-arrow.css +0 -25
- package/es/src/theme/basic-help.css +0 -16
- package/es/src/theme/basic-title.css +0 -27
- package/es/src/theme/button.css +0 -31
- package/es/src/theme/check-card/index.css +0 -81
- package/es/src/theme/collapse-container/header.css +0 -16
- package/es/src/theme/collapse-container/index.css +0 -11
- package/es/src/theme/countdown-input.css +0 -8
- package/es/src/theme/cropper/avatar.css +0 -34
- package/es/src/theme/cropper/image.css +0 -4
- package/es/src/theme/cropper/modal.css +0 -47
- package/es/src/theme/custom-column/column-select.css +0 -44
- package/es/src/theme/custom-column/custom-column.css +0 -46
- package/es/src/theme/editable-table/index.css +0 -58
- package/es/src/theme/icon-picker.css +0 -61
- package/es/src/theme/icon-svg.css +0 -5
- package/es/src/theme/icon.css +0 -30
- package/es/src/theme/mixins/animations.css +0 -5
- package/es/src/theme/modal/close.css +0 -25
- package/es/src/theme/pro-form/form-action.css +0 -6
- package/es/src/theme/pro-form/form-item.css +0 -16
- package/es/src/theme/pro-form/form.css +0 -6
- package/es/src/theme/pro-form/table-form-inner.css +0 -104
- package/es/src/theme/pro-table/components/column-settings.css +0 -57
- package/es/src/theme/pro-table/components/editable-cell.css +0 -59
- package/es/src/theme/pro-table/components/header-cell.css +0 -4
- package/es/src/theme/pro-table/components/table-action.css +0 -40
- package/es/src/theme/pro-table/components/table-header.css +0 -9
- package/es/src/theme/pro-table/components/table-image.css +0 -18
- package/es/src/theme/pro-table/components/table-selection-bar.css +0 -8
- package/es/src/theme/pro-table/components/table-setting.css +0 -7
- package/es/src/theme/pro-table/components/table-title.css +0 -5
- package/es/src/theme/pro-table/pro-table.css +0 -93
- package/es/src/theme/prompt/dialog.css +0 -4
- package/es/src/theme/scroll-bar/bar-item.css +0 -36
- package/es/src/theme/scroll-bar/index.css +0 -27
- package/es/src/theme/scroll-container.css +0 -10
- package/es/src/theme/strength-merter.css +0 -57
- package/es/src/theme/transition/collapse.css +0 -3
- package/es/src/theme/transition/expand.css +0 -14
- package/es/src/theme/transition/fade.css +0 -8
- package/es/src/theme/transition/index.css +0 -150
- package/es/src/theme/transition/scale.css +0 -26
- package/es/src/theme/transition/scroll.css +0 -68
- package/es/src/theme/transition/slide.css +0 -48
- package/es/src/theme/work-order-modal/index.css +0 -3
- package/es/src/transition/collapse-transition.vue.d.ts +0 -17
- package/es/src/transition/collapse-transition.vue.mjs +0 -40
- package/es/src/transition/collapse-transition.vue2.mjs +0 -4
- package/es/src/transition/create-transition.d.ts +0 -47
- package/es/src/transition/create-transition.mjs +0 -84
- package/es/src/transition/expand-transition.d.ts +0 -19
- package/es/src/transition/expand-transition.mjs +0 -41
- package/es/src/transition/index.d.ts +0 -369
- package/es/src/transition/index.mjs +0 -35
- package/es/src/transition/style/collapse.css +0 -3
- package/es/src/transition/style/expand.css +0 -14
- package/es/src/transition/style/index.css +0 -164
- package/es/src/utils/copy-text-to-clipboard.mjs +0 -18
- package/es/src/utils/tree.mjs +0 -112
- package/es/src/utils/uuid.mjs +0 -18
- package/es/src/work-order-modal/style/index.css +0 -3
- package/lib/src/ap-action/style/item-dropdown.css +0 -14
- package/lib/src/ap-action/style/item.css +0 -33
- package/lib/src/ap-button/index.css +0 -6
- package/lib/src/ap-custom-column/column-select.vue.d.ts +0 -17
- package/lib/src/ap-custom-column/column-select.vue.js +0 -1
- package/lib/src/ap-custom-column/column-select.vue2.js +0 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +0 -17
- package/lib/src/ap-custom-column/custom-column.vue.js +0 -1
- package/lib/src/ap-custom-column/custom-column.vue2.js +0 -1
- package/lib/src/ap-custom-column/index.d.ts +0 -6
- package/lib/src/ap-custom-column/index.js +0 -1
- package/lib/src/ap-custom-column/interfaces.d.ts +0 -40
- package/lib/src/ap-custom-column/interfaces.js +0 -1
- package/lib/src/ap-custom-column/storage.d.ts +0 -8
- package/lib/src/ap-custom-column/storage.js +0 -1
- package/lib/src/ap-custom-column/styles/column-select.css +0 -44
- package/lib/src/ap-custom-column/styles/custom-column.css +0 -46
- package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
- package/lib/src/ap-custom-column/useCacheColumnSetting.js +0 -1
- package/lib/src/ap-custom-column/utils.d.ts +0 -2
- package/lib/src/ap-custom-column/utils.js +0 -1
- package/lib/src/ap-descriptions/style/ap-descriptions.css +0 -53
- package/lib/src/ap-download/style/ap-download.css +0 -54
- package/lib/src/ap-field/checkbox/style.css +0 -7
- package/lib/src/ap-field/number/style.css +0 -6
- package/lib/src/ap-field/radio/style.css +0 -4
- package/lib/src/ap-field/text-area/style.css +0 -5
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +0 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +0 -1059
- package/lib/src/ap-form/ap-form-item.vue.js +0 -1
- package/lib/src/ap-form/ap-form-item.vue2.js +0 -1
- package/lib/src/ap-form/ap-form-list.vue.d.ts +0 -41
- package/lib/src/ap-form/ap-form-list.vue.js +0 -1
- package/lib/src/ap-form/ap-form-list.vue2.js +0 -1
- package/lib/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
- package/lib/src/ap-form/modal-form/drawer.vue.js +0 -1
- package/lib/src/ap-form/modal-form/drawer.vue2.js +0 -1
- package/lib/src/ap-form/style/ap-form-item-group.css +0 -9
- package/lib/src/ap-form/style/ap-form-item.css +0 -63
- package/lib/src/ap-form/style/drawer-form.css +0 -10
- package/lib/src/ap-form/style/modal-form.css +0 -21
- package/lib/src/ap-form/style/search-form.css +0 -9
- package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +0 -1
- package/lib/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +0 -1
- package/lib/src/ap-layout/style/ap-info-layout.css +0 -36
- package/lib/src/ap-list/style/index.css +0 -11
- package/lib/src/ap-table/components/style/index.css +0 -12
- package/lib/src/ap-table/components/style/pagination.css +0 -12
- package/lib/src/ap-table/components/style/setting/modal.css +0 -51
- package/lib/src/ap-table/components/style/setting/select-group.css +0 -7
- package/lib/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
- package/lib/src/ap-table/components/style/setting/sortable-item.css +0 -3
- package/lib/src/ap-table/components/style/setting/sorter.css +0 -26
- package/lib/src/ap-table/style/ap-table.css +0 -134
- package/lib/src/ap-tag/style/ap-tag-group.css +0 -15
- package/lib/src/ap-tag/style/ap-tag.css +0 -41
- package/lib/src/ap-upload/styles/multiple-file.css +0 -62
- package/lib/src/ap-upload/styles/picture.css +0 -112
- package/lib/src/ap-upload/styles/single-file.css +0 -98
- package/lib/src/ap-upload/styles/upload.css +0 -6
- package/lib/src/base-button/button.vue.d.ts +0 -42
- package/lib/src/base-button/button.vue.js +0 -1
- package/lib/src/base-button/button.vue2.js +0 -1
- package/lib/src/base-button/constants.d.ts +0 -26
- package/lib/src/base-button/constants.js +0 -1
- package/lib/src/base-button/index.d.ts +0 -137
- package/lib/src/base-button/index.js +0 -1
- package/lib/src/base-button/interface.d.ts +0 -16
- package/lib/src/base-button/modal-button.vue.d.ts +0 -27
- package/lib/src/base-button/modal-button.vue.js +0 -1
- package/lib/src/base-button/modal-button.vue2.js +0 -1
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +0 -17
- package/lib/src/base-button/pop-confirm-button.vue.js +0 -1
- package/lib/src/base-button/pop-confirm-button.vue2.js +0 -1
- package/lib/src/basic/arrow.vue.d.ts +0 -13
- package/lib/src/basic/arrow.vue.js +0 -1
- package/lib/src/basic/arrow.vue2.js +0 -1
- package/lib/src/basic/help.vue.d.ts +0 -100
- package/lib/src/basic/help.vue.js +0 -1
- package/lib/src/basic/help.vue2.js +0 -1
- package/lib/src/basic/index.d.ts +0 -270
- package/lib/src/basic/index.js +0 -1
- package/lib/src/basic/interface.d.ts +0 -21
- package/lib/src/basic/style/arrow.css +0 -25
- package/lib/src/basic/style/help.css +0 -16
- package/lib/src/basic/style/title.css +0 -27
- package/lib/src/basic/title.vue.d.ts +0 -41
- package/lib/src/basic/title.vue.js +0 -1
- package/lib/src/basic/title.vue2.js +0 -1
- package/lib/src/business/ap-attachment/style.css +0 -68
- package/lib/src/business/ap-batch-action/index.css +0 -26
- package/lib/src/business/ap-card/index.css +0 -10
- package/lib/src/business/ap-expand-alert/style.css +0 -51
- package/lib/src/business/ap-input-radio/style.css +0 -7
- package/lib/src/business/ap-label/ApLabelGroup.d.ts +0 -43
- package/lib/src/business/ap-label/ApLabelGroup.js +0 -1
- package/lib/src/business/ap-label/style.css +0 -33
- package/lib/src/business/ap-ladder/style.css +0 -56
- package/lib/src/business/ap-select-layout/index.css +0 -126
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
- package/lib/src/business/ap-status/ApStatusGroup.vue2.js +0 -1
- package/lib/src/business/ap-status/style.css +0 -26
- package/lib/src/business/ap-title/style.css +0 -59
- package/lib/src/business/not-found/interface.d.ts +0 -24
- package/lib/src/business/not-found/style.css +0 -9
- package/lib/src/button/button.vue.d.ts +0 -30
- package/lib/src/button/index.d.ts +0 -51
- package/lib/src/button/style/index.css +0 -31
- package/lib/src/check-card/style/index.css +0 -81
- package/lib/src/container/collapse/header.vue.d.ts +0 -35
- package/lib/src/container/collapse/header.vue.js +0 -1
- package/lib/src/container/collapse/header.vue2.js +0 -1
- package/lib/src/container/collapse/index.vue.d.ts +0 -120
- package/lib/src/container/collapse/index.vue.js +0 -1
- package/lib/src/container/collapse/index.vue2.js +0 -1
- package/lib/src/container/collapse/style/header.css +0 -16
- package/lib/src/container/collapse/style/index.css +0 -11
- package/lib/src/container/index.d.ts +0 -178
- package/lib/src/container/index.js +0 -1
- package/lib/src/container/interface.d.ts +0 -18
- package/lib/src/container/scroll-container.vue.d.ts +0 -198
- package/lib/src/container/scroll-container.vue.js +0 -1
- package/lib/src/container/scroll-container.vue2.js +0 -1
- package/lib/src/container/style/scroll-container.css +0 -10
- package/lib/src/count-down/button.vue.d.ts +0 -27
- package/lib/src/count-down/button.vue.js +0 -1
- package/lib/src/count-down/button.vue2.js +0 -1
- package/lib/src/count-down/index.d.ts +0 -150
- package/lib/src/count-down/index.js +0 -1
- package/lib/src/count-down/input.vue.d.ts +0 -39
- package/lib/src/count-down/input.vue.js +0 -1
- package/lib/src/count-down/input.vue2.js +0 -1
- package/lib/src/count-down/interface.d.ts +0 -12
- package/lib/src/count-down/style/input.css +0 -8
- package/lib/src/cropper/cropper-avatar.vue.d.ts +0 -45
- package/lib/src/cropper/cropper-avatar.vue.js +0 -1
- package/lib/src/cropper/cropper-avatar.vue2.js +0 -1
- package/lib/src/cropper/cropper-image.vue.d.ts +0 -50
- package/lib/src/cropper/cropper-image.vue.js +0 -1
- package/lib/src/cropper/cropper-image.vue2.js +0 -1
- package/lib/src/cropper/cropper-modal.vue.d.ts +0 -46
- package/lib/src/cropper/cropper-modal.vue.js +0 -1
- package/lib/src/cropper/cropper-modal.vue2.js +0 -1
- package/lib/src/cropper/index.d.ts +0 -369
- package/lib/src/cropper/index.js +0 -1
- package/lib/src/cropper/interface.d.ts +0 -31
- package/lib/src/cropper/style/avatar.css +0 -34
- package/lib/src/cropper/style/image.css +0 -4
- package/lib/src/cropper/style/modal.css +0 -47
- package/lib/src/description/description.vue.d.ts +0 -95
- package/lib/src/description/description.vue.js +0 -1
- package/lib/src/description/description.vue2.js +0 -1
- package/lib/src/description/index.d.ts +0 -214
- package/lib/src/description/index.js +0 -1
- package/lib/src/description/interface.d.ts +0 -39
- package/lib/src/description/use-description.d.ts +0 -2
- package/lib/src/description/use-description.js +0 -1
- package/lib/src/dropdown/dropdown.vue.d.ts +0 -52
- package/lib/src/dropdown/dropdown.vue.js +0 -1
- package/lib/src/dropdown/dropdown.vue2.js +0 -1
- package/lib/src/dropdown/index.d.ts +0 -113
- package/lib/src/dropdown/index.js +0 -1
- package/lib/src/dropdown/interface.d.ts +0 -16
- package/lib/src/editable-table/style/index.css +0 -58
- package/lib/src/icon/icon.vue.d.ts +0 -33
- package/lib/src/icon/icon.vue.js +0 -1
- package/lib/src/icon/icon.vue2.js +0 -1
- package/lib/src/icon/index.d.ts +0 -208
- package/lib/src/icon/index.js +0 -1
- package/lib/src/icon/interface.d.ts +0 -28
- package/lib/src/icon/style/icon.css +0 -30
- package/lib/src/icon/style/index.css +0 -3
- package/lib/src/icon/style/svg-icon.css +0 -5
- package/lib/src/icon/svg-icon.vue.d.ts +0 -33
- package/lib/src/icon/svg-icon.vue.js +0 -1
- package/lib/src/icon/svg-icon.vue2.js +0 -1
- package/lib/src/icon-picker/data.d.ts +0 -5
- package/lib/src/icon-picker/data.js +0 -1
- package/lib/src/icon-picker/icon-picker.vue.d.ts +0 -51
- package/lib/src/icon-picker/icon-picker.vue.js +0 -1
- package/lib/src/icon-picker/icon-picker.vue2.js +0 -1
- package/lib/src/icon-picker/index.d.ts +0 -190
- package/lib/src/icon-picker/index.js +0 -1
- package/lib/src/icon-picker/interface.d.ts +0 -13
- package/lib/src/icon-picker/style/index.css +0 -61
- package/lib/src/modal/basic.vue.d.ts +0 -481
- package/lib/src/modal/basic.vue.js +0 -1
- package/lib/src/modal/basic.vue2.js +0 -1
- package/lib/src/modal/components/modal-close.vue.d.ts +0 -33
- package/lib/src/modal/components/modal-close.vue.js +0 -1
- package/lib/src/modal/components/modal-close.vue2.js +0 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +0 -273
- package/lib/src/modal/components/modal-footer.vue.js +0 -1
- package/lib/src/modal/components/modal-footer.vue2.js +0 -1
- package/lib/src/modal/components/modal-header.vue.d.ts +0 -13
- package/lib/src/modal/components/modal-header.vue.js +0 -1
- package/lib/src/modal/components/modal-header.vue2.js +0 -1
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +0 -177
- package/lib/src/modal/components/modal-wrapper.vue.js +0 -1
- package/lib/src/modal/components/modal-wrapper.vue2.js +0 -1
- package/lib/src/modal/components/modal.d.ts +0 -253
- package/lib/src/modal/components/modal.js +0 -1
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
- package/lib/src/modal/hooks/use-moda-full-screen.js +0 -1
- package/lib/src/modal/hooks/use-modal-context.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal-context.js +0 -1
- package/lib/src/modal/hooks/use-modal-drag.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal-drag.js +0 -1
- package/lib/src/modal/hooks/use-modal.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal.js +0 -1
- package/lib/src/modal/index.d.ts +0 -870
- package/lib/src/modal/index.js +0 -1
- package/lib/src/modal/interface.d.ts +0 -181
- package/lib/src/modal/props.d.ts +0 -186
- package/lib/src/modal/props.js +0 -1
- package/lib/src/modal/style/close.css +0 -25
- package/lib/src/pro-form/component-map.d.ts +0 -6
- package/lib/src/pro-form/component-map.js +0 -1
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +0 -51
- package/lib/src/pro-form/components/api-cascader.vue.js +0 -1
- package/lib/src/pro-form/components/api-cascader.vue2.js +0 -1
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
- package/lib/src/pro-form/components/api-radio-group.vue.js +0 -1
- package/lib/src/pro-form/components/api-radio-group.vue2.js +0 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +0 -79
- package/lib/src/pro-form/components/api-select.vue.js +0 -1
- package/lib/src/pro-form/components/api-select.vue2.js +0 -1
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +0 -54
- package/lib/src/pro-form/components/api-transfer.vue.js +0 -1
- package/lib/src/pro-form/components/api-transfer.vue2.js +0 -1
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
- package/lib/src/pro-form/components/api-tree-select.vue.js +0 -1
- package/lib/src/pro-form/components/api-tree-select.vue2.js +0 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +0 -51
- package/lib/src/pro-form/components/api-tree.vue.js +0 -1
- package/lib/src/pro-form/components/api-tree.vue2.js +0 -1
- package/lib/src/pro-form/components/form-action.vue.d.ts +0 -68
- package/lib/src/pro-form/components/form-action.vue.js +0 -1
- package/lib/src/pro-form/components/form-action.vue2.js +0 -1
- package/lib/src/pro-form/components/form-item.vue.d.ts +0 -72
- package/lib/src/pro-form/components/form-item.vue.js +0 -1
- package/lib/src/pro-form/components/form-item.vue2.js +0 -1
- package/lib/src/pro-form/components/interface.d.ts +0 -118
- package/lib/src/pro-form/components/interface.js +0 -1
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
- package/lib/src/pro-form/components/radio-button-group.vue.js +0 -1
- package/lib/src/pro-form/components/radio-button-group.vue2.js +0 -1
- package/lib/src/pro-form/components/style/form-action.css +0 -6
- package/lib/src/pro-form/components/style/form-item.css +0 -16
- package/lib/src/pro-form/helper.d.ts +0 -11
- package/lib/src/pro-form/helper.js +0 -1
- package/lib/src/pro-form/hooks/use-advanced.d.ts +0 -17
- package/lib/src/pro-form/hooks/use-advanced.js +0 -1
- package/lib/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
- package/lib/src/pro-form/hooks/use-auto-focus.js +0 -1
- package/lib/src/pro-form/hooks/use-break-point.d.ts +0 -24
- package/lib/src/pro-form/hooks/use-break-point.js +0 -1
- package/lib/src/pro-form/hooks/use-component-register.d.ts +0 -3
- package/lib/src/pro-form/hooks/use-component-register.js +0 -1
- package/lib/src/pro-form/hooks/use-form-context.d.ts +0 -8
- package/lib/src/pro-form/hooks/use-form-context.js +0 -1
- package/lib/src/pro-form/hooks/use-form-events.d.ts +0 -29
- package/lib/src/pro-form/hooks/use-form-events.js +0 -1
- package/lib/src/pro-form/hooks/use-form-item.d.ts +0 -2
- package/lib/src/pro-form/hooks/use-form-item.js +0 -1
- package/lib/src/pro-form/hooks/use-form-values.d.ts +0 -14
- package/lib/src/pro-form/hooks/use-form-values.js +0 -1
- package/lib/src/pro-form/hooks/use-form.d.ts +0 -11
- package/lib/src/pro-form/hooks/use-form.js +0 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +0 -311
- package/lib/src/pro-form/hooks/use-label-width.js +0 -1
- package/lib/src/pro-form/index.d.ts +0 -27
- package/lib/src/pro-form/index.js +0 -1
- package/lib/src/pro-form/interface.d.ts +0 -4
- package/lib/src/pro-form/pro-form.vue.d.ts +0 -985
- package/lib/src/pro-form/pro-form.vue.js +0 -1
- package/lib/src/pro-form/pro-form.vue2.js +0 -1
- package/lib/src/pro-form/style/index.css +0 -6
- package/lib/src/pro-form/style/table-form.css +0 -104
- package/lib/src/pro-form/table-form-inner.vue.d.ts +0 -44
- package/lib/src/pro-form/table-form-inner.vue.js +0 -1
- package/lib/src/pro-form/table-form-inner.vue2.js +0 -1
- package/lib/src/pro-form/table-form.vue.d.ts +0 -42
- package/lib/src/pro-form/table-form.vue.js +0 -1
- package/lib/src/pro-form/table-form.vue2.js +0 -1
- package/lib/src/pro-form/types/form-item.d.ts +0 -82
- package/lib/src/pro-form/types/form-item.js +0 -1
- package/lib/src/pro-form/types/form.d.ts +0 -152
- package/lib/src/pro-form/types/form.js +0 -1
- package/lib/src/pro-form/types/index.d.ts +0 -158
- package/lib/src/pro-form/types/table-form.d.ts +0 -36
- package/lib/src/pro-form/types/table-form.js +0 -1
- package/lib/src/pro-table/component-map.d.ts +0 -6
- package/lib/src/pro-table/component-map.js +0 -1
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
- package/lib/src/pro-table/components/edit-table-header-icon.vue.js +0 -1
- package/lib/src/pro-table/components/edit-table-header-icon.vue2.js +0 -1
- package/lib/src/pro-table/components/editable/cell-component.d.ts +0 -13
- package/lib/src/pro-table/components/editable/cell-component.js +0 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
- package/lib/src/pro-table/components/editable/editable-cell.vue.js +0 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue2.js +0 -1
- package/lib/src/pro-table/components/editable/helper.d.ts +0 -6
- package/lib/src/pro-table/components/editable/helper.js +0 -1
- package/lib/src/pro-table/components/editable/index.d.ts +0 -23
- package/lib/src/pro-table/components/editable/index.js +0 -1
- package/lib/src/pro-table/components/header-cell.vue.d.ts +0 -16
- package/lib/src/pro-table/components/header-cell.vue.js +0 -1
- package/lib/src/pro-table/components/header-cell.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
- package/lib/src/pro-table/components/settings/column-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/column-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/index.vue.d.ts +0 -20
- package/lib/src/pro-table/components/settings/index.vue.js +0 -1
- package/lib/src/pro-table/components/settings/index.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/redo-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/size-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/size-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/style/column-settings.css +0 -57
- package/lib/src/pro-table/components/style/editable-cell.css +0 -59
- package/lib/src/pro-table/components/style/header-cell.css +0 -4
- package/lib/src/pro-table/components/style/table-action.css +0 -40
- package/lib/src/pro-table/components/style/table-header.css +0 -9
- package/lib/src/pro-table/components/style/table-image.css +0 -18
- package/lib/src/pro-table/components/style/table-selection-bar.css +0 -8
- package/lib/src/pro-table/components/style/table-setting.css +0 -7
- package/lib/src/pro-table/components/style/table-title.css +0 -5
- package/lib/src/pro-table/components/table-action.vue.d.ts +0 -64
- package/lib/src/pro-table/components/table-action.vue.js +0 -1
- package/lib/src/pro-table/components/table-action.vue2.js +0 -1
- package/lib/src/pro-table/components/table-footer.vue.d.ts +0 -45
- package/lib/src/pro-table/components/table-footer.vue.js +0 -1
- package/lib/src/pro-table/components/table-footer.vue2.js +0 -1
- package/lib/src/pro-table/components/table-header.vue.d.ts +0 -79
- package/lib/src/pro-table/components/table-header.vue.js +0 -1
- package/lib/src/pro-table/components/table-header.vue2.js +0 -1
- package/lib/src/pro-table/components/table-image.vue.d.ts +0 -47
- package/lib/src/pro-table/components/table-image.vue.js +0 -1
- package/lib/src/pro-table/components/table-image.vue2.js +0 -1
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
- package/lib/src/pro-table/components/table-selection-bar.vue.js +0 -1
- package/lib/src/pro-table/components/table-selection-bar.vue2.js +0 -1
- package/lib/src/pro-table/components/table-title.vue.d.ts +0 -23
- package/lib/src/pro-table/components/table-title.vue.js +0 -1
- package/lib/src/pro-table/components/table-title.vue2.js +0 -1
- package/lib/src/pro-table/const.d.ts +0 -6
- package/lib/src/pro-table/const.js +0 -1
- package/lib/src/pro-table/directives/click-outside.d.ts +0 -3
- package/lib/src/pro-table/directives/click-outside.js +0 -1
- package/lib/src/pro-table/helper.d.ts +0 -3
- package/lib/src/pro-table/helper.js +0 -1
- package/lib/src/pro-table/hooks/use-columns.d.ts +0 -16
- package/lib/src/pro-table/hooks/use-columns.js +0 -1
- package/lib/src/pro-table/hooks/use-custom-row.d.ts +0 -21
- package/lib/src/pro-table/hooks/use-custom-row.js +0 -1
- package/lib/src/pro-table/hooks/use-data-source.d.ts +0 -31
- package/lib/src/pro-table/hooks/use-data-source.js +0 -1
- package/lib/src/pro-table/hooks/use-loading.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-loading.js +0 -1
- package/lib/src/pro-table/hooks/use-pagination.d.ts +0 -10
- package/lib/src/pro-table/hooks/use-pagination.js +0 -1
- package/lib/src/pro-table/hooks/use-row-selection.d.ts +0 -14
- package/lib/src/pro-table/hooks/use-row-selection.js +0 -1
- package/lib/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
- package/lib/src/pro-table/hooks/use-scroll-to.js +0 -1
- package/lib/src/pro-table/hooks/use-table-context.d.ts +0 -13
- package/lib/src/pro-table/hooks/use-table-context.js +0 -1
- package/lib/src/pro-table/hooks/use-table-expand.d.ts +0 -19
- package/lib/src/pro-table/hooks/use-table-expand.js +0 -1
- package/lib/src/pro-table/hooks/use-table-footer.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-table-footer.js +0 -1
- package/lib/src/pro-table/hooks/use-table-form.d.ts +0 -10
- package/lib/src/pro-table/hooks/use-table-form.js +0 -1
- package/lib/src/pro-table/hooks/use-table-header.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-table-header.js +0 -1
- package/lib/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
- package/lib/src/pro-table/hooks/use-table-scroll.js +0 -1
- package/lib/src/pro-table/hooks/use-table-style.d.ts +0 -5
- package/lib/src/pro-table/hooks/use-table-style.js +0 -1
- package/lib/src/pro-table/hooks/use-table.d.ts +0 -17
- package/lib/src/pro-table/hooks/use-table.js +0 -1
- package/lib/src/pro-table/index.d.ts +0 -10
- package/lib/src/pro-table/index.js +0 -1
- package/lib/src/pro-table/interface.d.ts +0 -65
- package/lib/src/pro-table/interface.js +0 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +0 -2192
- package/lib/src/pro-table/pro-table.vue.js +0 -1
- package/lib/src/pro-table/pro-table.vue2.js +0 -1
- package/lib/src/pro-table/style/pro-table.css +0 -93
- package/lib/src/pro-table/types/pagination.d.ts +0 -93
- package/lib/src/pro-table/types/pagination.js +0 -1
- package/lib/src/pro-table/types/table-action.d.ts +0 -24
- package/lib/src/pro-table/types/table-action.js +0 -1
- package/lib/src/pro-table/types/table.d.ts +0 -383
- package/lib/src/pro-table/types/table.js +0 -1
- package/lib/src/prompt/dialog.vue.d.ts +0 -13
- package/lib/src/prompt/dialog.vue.js +0 -1
- package/lib/src/prompt/dialog.vue2.js +0 -1
- package/lib/src/prompt/index.d.ts +0 -10
- package/lib/src/prompt/index.js +0 -1
- package/lib/src/prompt/interface.d.ts +0 -23
- package/lib/src/prompt/style/dialog.css +0 -4
- package/lib/src/prompt/utils.d.ts +0 -11
- package/lib/src/prompt/utils.js +0 -1
- package/lib/src/scroll-bar/bar-item.d.ts +0 -15
- package/lib/src/scroll-bar/bar-item.js +0 -1
- package/lib/src/scroll-bar/index.d.ts +0 -176
- package/lib/src/scroll-bar/index.js +0 -1
- package/lib/src/scroll-bar/interface.d.ts +0 -31
- package/lib/src/scroll-bar/interface.js +0 -1
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
- package/lib/src/scroll-bar/scroll-bar.vue.js +0 -1
- package/lib/src/scroll-bar/scroll-bar.vue2.js +0 -1
- package/lib/src/scroll-bar/style/bar-item.css +0 -36
- package/lib/src/scroll-bar/style/index.css +0 -27
- package/lib/src/scroll-bar/utils.d.ts +0 -9
- package/lib/src/scroll-bar/utils.js +0 -1
- package/lib/src/strength-meter/index.d.ts +0 -89
- package/lib/src/strength-meter/index.js +0 -1
- package/lib/src/strength-meter/interface.d.ts +0 -5
- package/lib/src/strength-meter/interface.js +0 -1
- package/lib/src/strength-meter/strength-meter.vue.d.ts +0 -45
- package/lib/src/strength-meter/strength-meter.vue.js +0 -1
- package/lib/src/strength-meter/strength-meter.vue2.js +0 -1
- package/lib/src/strength-meter/style/index.css +0 -57
- package/lib/src/theme/ap-action/item-dropdown.css +0 -14
- package/lib/src/theme/ap-action/item.css +0 -33
- package/lib/src/theme/ap-attachment/ap-attachment.css +0 -68
- package/lib/src/theme/ap-batch-action/ap-batch-action.css +0 -26
- package/lib/src/theme/ap-button/ap-button.css +0 -6
- package/lib/src/theme/ap-card/ap-card.css +0 -10
- package/lib/src/theme/ap-descriptions/ap-descriptions.css +0 -53
- package/lib/src/theme/ap-download/ap-download.css +0 -54
- package/lib/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
- package/lib/src/theme/ap-field/checkbox.css +0 -7
- package/lib/src/theme/ap-field/number.css +0 -6
- package/lib/src/theme/ap-field/radio.css +0 -4
- package/lib/src/theme/ap-field/text-area.css +0 -5
- package/lib/src/theme/ap-form/ap-form-item-group.css +0 -9
- package/lib/src/theme/ap-form/ap-form-item.css +0 -63
- package/lib/src/theme/ap-form/drawer-form.css +0 -10
- package/lib/src/theme/ap-form/modal-form.css +0 -21
- package/lib/src/theme/ap-form/search-form.css +0 -9
- package/lib/src/theme/ap-input-radio/ap-input-radio.css +0 -7
- package/lib/src/theme/ap-label/ap-label.css +0 -33
- package/lib/src/theme/ap-ladder/ap-ladder.css +0 -56
- package/lib/src/theme/ap-layout/ap-info-layout.css +0 -36
- package/lib/src/theme/ap-list/index.css +0 -11
- package/lib/src/theme/ap-not-found/ap-not-found.css +0 -9
- package/lib/src/theme/ap-select-layout/ap-select-layout.css +0 -126
- package/lib/src/theme/ap-status/ap-status.css +0 -26
- package/lib/src/theme/ap-table/ap-table-index.css +0 -12
- package/lib/src/theme/ap-table/ap-table-pagination.css +0 -12
- package/lib/src/theme/ap-table/ap-table.css +0 -134
- package/lib/src/theme/ap-table/setting/modal.css +0 -51
- package/lib/src/theme/ap-table/setting/select-group.css +0 -7
- package/lib/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
- package/lib/src/theme/ap-table/setting/sortable-item.css +0 -3
- package/lib/src/theme/ap-table/setting/sorter.css +0 -26
- package/lib/src/theme/ap-tag/ap-tag-group.css +0 -15
- package/lib/src/theme/ap-tag/ap-tag.css +0 -41
- package/lib/src/theme/ap-title/ap-title.css +0 -59
- package/lib/src/theme/ap-upload/multiple-file.css +0 -62
- package/lib/src/theme/ap-upload/picture.css +0 -112
- package/lib/src/theme/ap-upload/single-file.css +0 -98
- package/lib/src/theme/ap-upload/upload.css +0 -6
- package/lib/src/theme/basic-arrow.css +0 -25
- package/lib/src/theme/basic-help.css +0 -16
- package/lib/src/theme/basic-title.css +0 -27
- package/lib/src/theme/button.css +0 -31
- package/lib/src/theme/check-card/index.css +0 -81
- package/lib/src/theme/collapse-container/header.css +0 -16
- package/lib/src/theme/collapse-container/index.css +0 -11
- package/lib/src/theme/countdown-input.css +0 -8
- package/lib/src/theme/cropper/avatar.css +0 -34
- package/lib/src/theme/cropper/image.css +0 -4
- package/lib/src/theme/cropper/modal.css +0 -47
- package/lib/src/theme/custom-column/column-select.css +0 -44
- package/lib/src/theme/custom-column/custom-column.css +0 -46
- package/lib/src/theme/editable-table/index.css +0 -58
- package/lib/src/theme/icon-picker.css +0 -61
- package/lib/src/theme/icon-svg.css +0 -5
- package/lib/src/theme/icon.css +0 -30
- package/lib/src/theme/mixins/animations.css +0 -5
- package/lib/src/theme/modal/close.css +0 -25
- package/lib/src/theme/pro-form/form-action.css +0 -6
- package/lib/src/theme/pro-form/form-item.css +0 -16
- package/lib/src/theme/pro-form/form.css +0 -6
- package/lib/src/theme/pro-form/table-form-inner.css +0 -104
- package/lib/src/theme/pro-table/components/column-settings.css +0 -57
- package/lib/src/theme/pro-table/components/editable-cell.css +0 -59
- package/lib/src/theme/pro-table/components/header-cell.css +0 -4
- package/lib/src/theme/pro-table/components/table-action.css +0 -40
- package/lib/src/theme/pro-table/components/table-header.css +0 -9
- package/lib/src/theme/pro-table/components/table-image.css +0 -18
- package/lib/src/theme/pro-table/components/table-selection-bar.css +0 -8
- package/lib/src/theme/pro-table/components/table-setting.css +0 -7
- package/lib/src/theme/pro-table/components/table-title.css +0 -5
- package/lib/src/theme/pro-table/pro-table.css +0 -93
- package/lib/src/theme/prompt/dialog.css +0 -4
- package/lib/src/theme/scroll-bar/bar-item.css +0 -36
- package/lib/src/theme/scroll-bar/index.css +0 -27
- package/lib/src/theme/scroll-container.css +0 -10
- package/lib/src/theme/strength-merter.css +0 -57
- package/lib/src/theme/transition/collapse.css +0 -3
- package/lib/src/theme/transition/expand.css +0 -14
- package/lib/src/theme/transition/fade.css +0 -8
- package/lib/src/theme/transition/index.css +0 -150
- package/lib/src/theme/transition/scale.css +0 -26
- package/lib/src/theme/transition/scroll.css +0 -68
- package/lib/src/theme/transition/slide.css +0 -48
- package/lib/src/theme/work-order-modal/index.css +0 -3
- package/lib/src/transition/collapse-transition.vue.d.ts +0 -17
- package/lib/src/transition/collapse-transition.vue.js +0 -1
- package/lib/src/transition/collapse-transition.vue2.js +0 -1
- package/lib/src/transition/create-transition.d.ts +0 -47
- package/lib/src/transition/create-transition.js +0 -1
- package/lib/src/transition/expand-transition.d.ts +0 -19
- package/lib/src/transition/expand-transition.js +0 -1
- package/lib/src/transition/index.d.ts +0 -369
- package/lib/src/transition/index.js +0 -1
- package/lib/src/transition/style/collapse.css +0 -3
- package/lib/src/transition/style/expand.css +0 -14
- package/lib/src/transition/style/index.css +0 -164
- package/lib/src/utils/copy-text-to-clipboard.js +0 -1
- package/lib/src/utils/tree.js +0 -1
- package/lib/src/utils/uuid.js +0 -1
- package/lib/src/work-order-modal/style/index.css +0 -3
- /package/es/src/{button/__tests__/button.test.d.ts → ap-action/group/style/css.d.ts} +0 -0
- /package/{lib/src/button/__tests__/button.test.d.ts → es/src/ap-action/group/style/css.js} +0 -0
- /package/{lib/src/theme/mixins/config.css → es/src/ap-action/item/style/css.d.ts} +0 -0
- /package/{lib/src/theme/mixins/mixins.css → es/src/ap-action/item/style/index.d.ts} +0 -0
- /package/es/src/{theme/mixins/config.css → ap-action/item-dropdown/style/css.d.ts} +0 -0
- /package/es/src/{theme/mixins/mixins.css → ap-action/item-dropdown/style/index.d.ts} +0 -0
- /package/es/src/{theme/modal/index.css → ap-action/item-modal/style/css.d.ts} +0 -0
- /package/es/src/{theme/transition/base.css → ap-action/item-modal/style/index.d.ts} +0 -0
- /package/{lib/src/ap-action/constant.d.ts → es/src/ap-action/item-popconfirm/style/css.d.ts} +0 -0
- /package/{lib/src/modal/style/index.css → es/src/ap-action/item-popconfirm/style/index.d.ts} +0 -0
- /package/es/src/{ap-action/constant.d.ts → ap-action-button/style/css.d.ts} +0 -0
- /package/es/src/{modal/style/index.css → ap-action-button/style/index.d.ts} +0 -0
- /package/{lib/src/theme/modal/index.css → es/src/ap-button/style/css.d.ts} +0 -0
- /package/{lib/src/theme/transition/base.css → es/src/ap-button/style/index.d.ts} +0 -0
- /package/es/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.mjs +0 -0
- /package/es/src/{base-button → business/ap-attachment}/interface.mjs +0 -0
- /package/es/src/{basic → business/ap-batch-action}/interface.mjs +0 -0
- /package/es/src/{container → business/ap-card}/interface.mjs +0 -0
- /package/es/src/{count-down → business/ap-expand-alert}/interface.mjs +0 -0
- /package/es/src/{cropper → business/ap-image}/interface.mjs +0 -0
- /package/es/src/{description → business/ap-input-radio}/interface.mjs +0 -0
- /package/es/src/{dropdown → business/ap-label}/interface.mjs +0 -0
- /package/es/src/{icon-picker → business/ap-select-layout}/interface.mjs +0 -0
- /package/es/src/business/ap-status/{ApStatusGroup.vue.mjs → group/ApStatusGroup.vue.mjs} +0 -0
- /package/es/src/{icon → business/ap-status}/interface.mjs +0 -0
- /package/es/src/{modal → business/ap-title}/interface.mjs +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.js +0 -0
- /package/lib/src/{base-button → business/ap-attachment}/interface.js +0 -0
- /package/lib/src/{basic → business/ap-batch-action}/interface.js +0 -0
- /package/lib/src/{container → business/ap-card}/interface.js +0 -0
- /package/lib/src/{count-down → business/ap-expand-alert}/interface.js +0 -0
- /package/lib/src/{cropper → business/ap-image}/interface.js +0 -0
- /package/lib/src/{description → business/ap-input-radio}/interface.js +0 -0
- /package/lib/src/{dropdown → business/ap-label}/interface.js +0 -0
- /package/lib/src/{icon-picker → business/ap-select-layout}/interface.js +0 -0
- /package/lib/src/business/ap-status/{ApStatusGroup.vue.js → group/ApStatusGroup.vue.js} +0 -0
- /package/lib/src/{icon → business/ap-status}/interface.js +0 -0
- /package/lib/src/{modal → business/ap-title}/interface.js +0 -0
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -1,305 +1,213 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as e from "./src/index.mjs";
|
|
2
|
+
import { default as l } from "./src/path-map.mjs";
|
|
2
3
|
import "./src/hooks/index.mjs";
|
|
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
|
|
6
|
-
import { keysOf as
|
|
7
|
-
import { buildLocaleContext as b, buildTranslator as
|
|
8
|
-
import { defaultNamespace as
|
|
9
|
-
import { ConfigProvider as
|
|
10
|
-
import { APConfigProvider as
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { default as W } from "./src/
|
|
15
|
-
import { default as U } from "./src/
|
|
16
|
-
import {
|
|
17
|
-
import { default as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import {
|
|
57
|
-
import { default as
|
|
58
|
-
import {
|
|
59
|
-
import { default as
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import {
|
|
67
|
-
import { default as
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import { default as
|
|
93
|
-
import { default as
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import { default as ut } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
97
|
-
import { default as it } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
98
|
-
import { default as ct } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
99
|
-
import { default as Ft } from "./src/ap-layout/ApInfoLayout.vue.mjs";
|
|
100
|
-
import { NeedNameKeyDefault as bt } from "./src/ap-upload/apUploadTypes.mjs";
|
|
101
|
-
import { default as It } from "./src/ap-upload/apUpload.vue.mjs";
|
|
102
|
-
import { ApDownLoadNeedNameKeyDefault as Dt } from "./src/ap-download/interface.mjs";
|
|
103
|
-
import { default as Pt } from "./src/ap-download/ap-download.vue.mjs";
|
|
104
|
-
import { CheckCard as Bt } from "./src/check-card/index.mjs";
|
|
105
|
-
import { default as Gt } from "./src/check-card/group.vue.mjs";
|
|
106
|
-
import { ApModal as vt } from "./src/ap-modal/index.mjs";
|
|
107
|
-
import { default as kt } from "./src/ap-list/index.vue.mjs";
|
|
108
|
-
import { default as Nt } from "./src/ap-button/ap-button.vue.mjs";
|
|
109
|
-
import { default as Kt } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
110
|
-
import { usePageListApTable as Yt } from "./src/business/hooks/usePageListApTable.mjs";
|
|
111
|
-
import { useTableRefresh as Ot } from "./src/business/hooks/useTableRefresh.mjs";
|
|
112
|
-
import { handleExportDownload as zt } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
113
|
-
import { default as Vt } from "./src/business/ap-table-modal/index.mjs";
|
|
114
|
-
import { useTableModal as jt } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
115
|
-
import { useTableSelectModal as Jt } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
116
|
-
import { ApAttachment as Zt, ApBatchAction as _t, ApBatchActionGroup as ea, ApButtonGroup as oa, ApCard as ra, ApExpandAlert as ta, ApExportGroup as aa, ApImage as pa, ApInputRadio as fa, ApLabel as ma, ApLabelGroup as la, ApLadder as sa, ApSelectLayout as da, ApStatus as xa, ApStatusGroup as ua, ApTitle as na } from "./src/business/index.mjs";
|
|
117
|
-
import { ApTransformDataHelper as Aa } from "./src/utils/ap-trans-data/index.mjs";
|
|
118
|
-
import { useTablePaging as Ta } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
119
|
-
import { default as Ca } from "./src/ap-table/ap-table.vue.mjs";
|
|
120
|
-
import { default as Sa } from "./src/editable-table/index.vue.mjs";
|
|
121
|
-
import { default as ga } from "./src/editable-table/form-item.vue.mjs";
|
|
122
|
-
import { default as ha } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
123
|
-
import { useMessage as Ma } from "./src/hooks/useMessage.mjs";
|
|
124
|
-
import { useControllableValue as Ra } from "./src/hooks/useControllableValue.mjs";
|
|
5
|
+
import { configProviderContextKey as u } from "./src/config-provider/constants.mjs";
|
|
6
|
+
import { keysOf as i, provideGlobalConfig as n, useGlobalConfig as c } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
7
|
+
import { buildLocaleContext as b, buildTranslator as T, localeContextKey as I, translate as g, useLocale as C } from "./src/config-provider/hooks/use-locale.mjs";
|
|
8
|
+
import { defaultNamespace as h, namespaceContextKey as G, useGetDerivedNamespace as S, useNamespace as L } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
9
|
+
import { ConfigProvider as P, globalConfigCached as y } from "./src/config-provider/config-provider.mjs";
|
|
10
|
+
import { APConfigProvider as w } from "./src/config-provider/index.mjs";
|
|
11
|
+
import { ApFormItemText as R } from "./src/ap-form/items/text/index.mjs";
|
|
12
|
+
import { default as E } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
13
|
+
import { default as K } from "./src/ap-form/items/number/index.vue.mjs";
|
|
14
|
+
import { default as W } from "./src/ap-form/items/date/index.vue.mjs";
|
|
15
|
+
import { default as U } from "./src/ap-form/items/date-range/index.vue.mjs";
|
|
16
|
+
import { default as $ } from "./src/ap-form/items/radio/index.vue.mjs";
|
|
17
|
+
import { default as q } from "./src/ap-form/items/select/index.vue.mjs";
|
|
18
|
+
import { default as J } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
19
|
+
import { default as X } from "./src/ap-form/items/checkbox/index.vue.mjs";
|
|
20
|
+
import { default as Z } from "./src/ap-form/items/text/password.vue.mjs";
|
|
21
|
+
import { ApForm as oo } from "./src/ap-form/index.mjs";
|
|
22
|
+
import { default as ro } from "./src/ap-form/item/index.vue.mjs";
|
|
23
|
+
import { default as ao } from "./src/ap-form/item-group/index.vue.mjs";
|
|
24
|
+
import { default as fo } from "./src/ap-form/list/index.vue.mjs";
|
|
25
|
+
import { default as lo } from "./src/ap-form/search-form/index.vue.mjs";
|
|
26
|
+
import { default as so } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
27
|
+
import { default as Ao } from "./src/ap-form/dependency/index.vue.mjs";
|
|
28
|
+
import { default as no } from "./src/ap-form/set/index.vue.mjs";
|
|
29
|
+
import { default as Fo } from "./src/ap-form/drawer-form/index.vue.mjs";
|
|
30
|
+
import { ApField as To } from "./src/ap-field/index.mjs";
|
|
31
|
+
import { ApFieldText as go } from "./src/ap-field/text/index.mjs";
|
|
32
|
+
import { default as Do } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
33
|
+
import { default as Go } from "./src/ap-field/date/index.vue.mjs";
|
|
34
|
+
import { default as Lo } from "./src/ap-field/number/index.vue.mjs";
|
|
35
|
+
import { default as Po } from "./src/ap-field/radio/index.vue.mjs";
|
|
36
|
+
import { default as ko } from "./src/ap-field/switch/index.vue.mjs";
|
|
37
|
+
import { default as No } from "./src/ap-field/text-area/index.vue.mjs";
|
|
38
|
+
import { default as vo } from "./src/ap-field/date-range/index.vue.mjs";
|
|
39
|
+
import { default as Bo } from "./src/ap-field/select/index.vue.mjs";
|
|
40
|
+
import { default as Oo } from "./src/ap-field/text/password.vue.mjs";
|
|
41
|
+
import { default as Ho } from "./src/ap-field/slider/index.vue.mjs";
|
|
42
|
+
import { default as Vo } from "./src/ap-field/segmented/index.vue.mjs";
|
|
43
|
+
import { default as jo } from "./src/ap-field/rate/index.vue.mjs";
|
|
44
|
+
import { adminToken as zo, aplusToken as Jo } from "./src/design-token/index.mjs";
|
|
45
|
+
import { ApActionItem as Xo } from "./src/ap-action/index.mjs";
|
|
46
|
+
import { default as Zo } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
47
|
+
import { default as oe } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
48
|
+
import { default as re } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
49
|
+
import { default as ae } from "./src/ap-action/group/index.vue.mjs";
|
|
50
|
+
import { DictCode as fe, langMap as me } from "./src/work-order-modal/interfaces.mjs";
|
|
51
|
+
import { createWorkOrderModal as de } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
52
|
+
import { default as se } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
53
|
+
import { default as Ae } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
54
|
+
import { default as ne } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
55
|
+
import { default as Fe } from "./src/ap-info-layout/ApInfoLayout.vue.mjs";
|
|
56
|
+
import { NeedNameKeyDefault as Te } from "./src/ap-upload/apUploadTypes.mjs";
|
|
57
|
+
import { default as ge } from "./src/ap-upload/apUpload.vue.mjs";
|
|
58
|
+
import { ApDownLoadNeedNameKeyDefault as De } from "./src/ap-download/interface.mjs";
|
|
59
|
+
import { default as Ge } from "./src/ap-download/ap-download.vue.mjs";
|
|
60
|
+
import { CheckCard as Le } from "./src/check-card/index.mjs";
|
|
61
|
+
import { default as Pe } from "./src/check-card/group.vue.mjs";
|
|
62
|
+
import { ApModal as ke } from "./src/ap-modal/index.mjs";
|
|
63
|
+
import { default as Ne } from "./src/ap-list/index.vue.mjs";
|
|
64
|
+
import { default as ve } from "./src/ap-button/ap-button.vue.mjs";
|
|
65
|
+
import { default as Be } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
66
|
+
import { ApTransformDataHelper as Oe } from "./src/utils/ap-trans-data/index.mjs";
|
|
67
|
+
import { default as He } from "./src/business/ap-table-modal/index.mjs";
|
|
68
|
+
import { useTableModal as Ve } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
69
|
+
import { useTableSelectModal as je } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
70
|
+
import { ApAttachment as ze } from "./src/business/ap-attachment/index.mjs";
|
|
71
|
+
import { ApBatchAction as Qe } from "./src/business/ap-batch-action/index.mjs";
|
|
72
|
+
import { ApBatchActionGroup as Ye } from "./src/business/ap-batch-action-group/index.mjs";
|
|
73
|
+
import { ApButtonGroup as _e } from "./src/business/ap-button-group/index.mjs";
|
|
74
|
+
import { ApCard as er } from "./src/business/ap-card/index.mjs";
|
|
75
|
+
import { ApExpandAlert as tr } from "./src/business/ap-expand-alert/index.mjs";
|
|
76
|
+
import { ApExportGroupActionType as pr } from "./src/business/ap-export-group/interface.mjs";
|
|
77
|
+
import { ApExportGroup as mr } from "./src/business/ap-export-group/index.mjs";
|
|
78
|
+
import { handleExportDownload as dr } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
79
|
+
import { ApImage as sr } from "./src/business/ap-image/index.mjs";
|
|
80
|
+
import { ApInputRadio as Ar } from "./src/business/ap-input-radio/index.mjs";
|
|
81
|
+
import { ApLabel as nr, ApLabelGroup as cr } from "./src/business/ap-label/index.mjs";
|
|
82
|
+
import { locales as br } from "./src/business/ap-ladder/interface.mjs";
|
|
83
|
+
import { ApLadder as Ir } from "./src/business/ap-ladder/index.mjs";
|
|
84
|
+
import { ApSelectLayout as Cr } from "./src/business/ap-select-layout/index.mjs";
|
|
85
|
+
import { ApStatus as hr, ApStatusGroup as Gr } from "./src/business/ap-status/index.mjs";
|
|
86
|
+
import { ApTitle as Lr } from "./src/business/ap-title/index.mjs";
|
|
87
|
+
import { usePageListApTable as Pr } from "./src/business/hooks/usePageListApTable.mjs";
|
|
88
|
+
import { useTableRefresh as kr } from "./src/business/hooks/useTableRefresh.mjs";
|
|
89
|
+
import { useTablePaging as Nr } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
90
|
+
import { default as vr } from "./src/ap-table/ap-table.vue.mjs";
|
|
91
|
+
import { default as Br } from "./src/editable-table/index.vue.mjs";
|
|
92
|
+
import { default as Or } from "./src/editable-table/form-item.vue.mjs";
|
|
93
|
+
import { default as Hr } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
94
|
+
import { useMessage as Vr } from "./src/hooks/useMessage.mjs";
|
|
95
|
+
import { useControllableValue as jr } from "./src/hooks/useControllableValue.mjs";
|
|
125
96
|
const p = {
|
|
126
97
|
install: (r) => {
|
|
127
|
-
for (const t in
|
|
128
|
-
const
|
|
129
|
-
|
|
98
|
+
for (const t in e) {
|
|
99
|
+
const o = e[t];
|
|
100
|
+
o.install && r.use(o);
|
|
130
101
|
}
|
|
131
102
|
}
|
|
132
103
|
};
|
|
133
104
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
Pe as
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
j as BasicHelp,
|
|
215
|
-
q as BasicTitle,
|
|
216
|
-
Bt as CheckCard,
|
|
217
|
-
Gt as CheckCardGroup,
|
|
218
|
-
K as CollapseContainer,
|
|
219
|
-
Q as CollapseTransition,
|
|
220
|
-
w as ConfigProvider,
|
|
221
|
-
xo as CountdownButton,
|
|
222
|
-
uo as CountdownInput,
|
|
223
|
-
mo as CropperAvatar,
|
|
224
|
-
lo as CropperImage,
|
|
225
|
-
Ae as Description,
|
|
226
|
-
mt as DictCode,
|
|
227
|
-
co as Dropdown,
|
|
228
|
-
Io as EditTableHeaderIcon,
|
|
229
|
-
Sa as EditableTable,
|
|
230
|
-
ga as EditableTableFormItem,
|
|
231
|
-
_ as ExpandTransition,
|
|
232
|
-
ee as ExpandXTransition,
|
|
233
|
-
oe as FadeTransition,
|
|
234
|
-
De as Field,
|
|
235
|
-
l as Icon,
|
|
236
|
-
H as IconPicker,
|
|
237
|
-
Ve as ModalButton,
|
|
238
|
-
bt as NeedNameKeyDefault,
|
|
239
|
-
je as PopConfirmButton,
|
|
240
|
-
Ke as ProForm,
|
|
241
|
-
Fo as ProTable,
|
|
242
|
-
Oe as ProTableForm,
|
|
243
|
-
ze as ProTableFormInner,
|
|
244
|
-
Ne as RadioButtonGroup,
|
|
245
|
-
re as ScaleRotateTransition,
|
|
246
|
-
te as ScaleTransition,
|
|
247
|
-
X as ScrollContainer,
|
|
248
|
-
ae as ScrollXReverseTransition,
|
|
249
|
-
pe as ScrollXTransition,
|
|
250
|
-
fe as ScrollYReverseTransition,
|
|
251
|
-
me as ScrollYTransition,
|
|
252
|
-
N as Scrollbar,
|
|
253
|
-
le as SlideXReverseTransition,
|
|
254
|
-
se as SlideXTransition,
|
|
255
|
-
de as SlideYReverseTransition,
|
|
256
|
-
xe as SlideYTransition,
|
|
257
|
-
Ze as StrengthMeter,
|
|
258
|
-
s as SvgIcon,
|
|
259
|
-
bo as TableAction,
|
|
260
|
-
Do as TableImg,
|
|
261
|
-
ut as WorkOrderModal,
|
|
262
|
-
Yr as adminToken,
|
|
263
|
-
Hr as aplusToken,
|
|
105
|
+
w as APConfigProvider,
|
|
106
|
+
Be as ApActionButton,
|
|
107
|
+
ae as ApActionGroup,
|
|
108
|
+
Xo as ApActionItem,
|
|
109
|
+
re as ApActionItemDropdown,
|
|
110
|
+
Zo as ApActionItemModal,
|
|
111
|
+
oe as ApActionItemPopconfirm,
|
|
112
|
+
ze as ApAttachment,
|
|
113
|
+
Qe as ApBatchAction,
|
|
114
|
+
Ye as ApBatchActionGroup,
|
|
115
|
+
ve as ApButton,
|
|
116
|
+
_e as ApButtonGroup,
|
|
117
|
+
er as ApCard,
|
|
118
|
+
Hr as ApDescriptions,
|
|
119
|
+
De as ApDownLoadNeedNameKeyDefault,
|
|
120
|
+
Ge as ApDownload,
|
|
121
|
+
tr as ApExpandAlert,
|
|
122
|
+
mr as ApExportGroup,
|
|
123
|
+
pr as ApExportGroupActionType,
|
|
124
|
+
To as ApField,
|
|
125
|
+
Do as ApFieldCheckbox,
|
|
126
|
+
Go as ApFieldDate,
|
|
127
|
+
vo as ApFieldDateRange,
|
|
128
|
+
Lo as ApFieldNumber,
|
|
129
|
+
Oo as ApFieldPassword,
|
|
130
|
+
Po as ApFieldRadio,
|
|
131
|
+
jo as ApFieldRate,
|
|
132
|
+
Vo as ApFieldSegmented,
|
|
133
|
+
Bo as ApFieldSelect,
|
|
134
|
+
Ho as ApFieldSlider,
|
|
135
|
+
ko as ApFieldSwitch,
|
|
136
|
+
go as ApFieldText,
|
|
137
|
+
No as ApFieldTextArea,
|
|
138
|
+
oo as ApForm,
|
|
139
|
+
Ao as ApFormDependency,
|
|
140
|
+
Fo as ApFormDrawerForm,
|
|
141
|
+
ro as ApFormItem,
|
|
142
|
+
X as ApFormItemCheckbox,
|
|
143
|
+
W as ApFormItemDate,
|
|
144
|
+
U as ApFormItemDateRange,
|
|
145
|
+
ao as ApFormItemGroup,
|
|
146
|
+
K as ApFormItemNumber,
|
|
147
|
+
$ as ApFormItemRadio,
|
|
148
|
+
q as ApFormItemSelect,
|
|
149
|
+
J as ApFormItemSwitch,
|
|
150
|
+
R as ApFormItemText,
|
|
151
|
+
E as ApFormItemTextArea,
|
|
152
|
+
Z as ApFormItemTextPassword,
|
|
153
|
+
fo as ApFormList,
|
|
154
|
+
so as ApFormModalForm,
|
|
155
|
+
lo as ApFormSearchForm,
|
|
156
|
+
no as ApFormSet,
|
|
157
|
+
sr as ApImage,
|
|
158
|
+
Fe as ApInfoLayout,
|
|
159
|
+
Ar as ApInputRadio,
|
|
160
|
+
nr as ApLabel,
|
|
161
|
+
cr as ApLabelGroup,
|
|
162
|
+
Ir as ApLadder,
|
|
163
|
+
Ne as ApList,
|
|
164
|
+
ke as ApModal,
|
|
165
|
+
Cr as ApSelectLayout,
|
|
166
|
+
hr as ApStatus,
|
|
167
|
+
Gr as ApStatusGroup,
|
|
168
|
+
vr as ApTable,
|
|
169
|
+
He as ApTableModal,
|
|
170
|
+
Ae as ApTag,
|
|
171
|
+
ne as ApTagGroup,
|
|
172
|
+
Lr as ApTitle,
|
|
173
|
+
Oe as ApTransformDataHelper,
|
|
174
|
+
ge as ApUpload,
|
|
175
|
+
Le as CheckCard,
|
|
176
|
+
Pe as CheckCardGroup,
|
|
177
|
+
P as ConfigProvider,
|
|
178
|
+
fe as DictCode,
|
|
179
|
+
Br as EditableTable,
|
|
180
|
+
Or as EditableTableFormItem,
|
|
181
|
+
Te as NeedNameKeyDefault,
|
|
182
|
+
se as WorkOrderModal,
|
|
183
|
+
zo as adminToken,
|
|
184
|
+
Jo as aplusToken,
|
|
264
185
|
b as buildLocaleContext,
|
|
265
|
-
|
|
266
|
-
|
|
186
|
+
T as buildTranslator,
|
|
187
|
+
u as configProviderContextKey,
|
|
267
188
|
x as configProviderProps,
|
|
268
|
-
|
|
269
|
-
dt as createWorkOrderModal,
|
|
189
|
+
de as createWorkOrderModal,
|
|
270
190
|
p as default,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
Se as isComponentFormSchema,
|
|
277
|
-
Ie as isSlotFormSchema,
|
|
278
|
-
c as keysOf,
|
|
279
|
-
lt as langMap,
|
|
191
|
+
h as defaultNamespace,
|
|
192
|
+
y as globalConfigCached,
|
|
193
|
+
dr as handleExportDownload,
|
|
194
|
+
i as keysOf,
|
|
195
|
+
me as langMap,
|
|
280
196
|
I as localeContextKey,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
197
|
+
br as locales,
|
|
198
|
+
G as namespaceContextKey,
|
|
199
|
+
l as pathMap,
|
|
200
|
+
n as provideGlobalConfig,
|
|
284
201
|
g as translate,
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
to as useModalInner,
|
|
297
|
-
R as useNamespace,
|
|
298
|
-
Yt as usePageListApTable,
|
|
299
|
-
Po as useTable,
|
|
300
|
-
jt as useTableModal,
|
|
301
|
-
Ta as useTablePaging,
|
|
302
|
-
Ot as useTableRefresh,
|
|
303
|
-
Jt as useTableSelectModal,
|
|
304
|
-
W as zhCn
|
|
202
|
+
jr as useControllableValue,
|
|
203
|
+
S as useGetDerivedNamespace,
|
|
204
|
+
c as useGlobalConfig,
|
|
205
|
+
C as useLocale,
|
|
206
|
+
Vr as useMessage,
|
|
207
|
+
L as useNamespace,
|
|
208
|
+
Pr as usePageListApTable,
|
|
209
|
+
Ve as useTableModal,
|
|
210
|
+
Nr as useTablePaging,
|
|
211
|
+
kr as useTableRefresh,
|
|
212
|
+
je as useTableSelectModal
|
|
305
213
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { defineComponent as y, ref as b, unref as
|
|
1
|
+
import { defineComponent as y, ref as b, unref as s, computed as d, renderSlot as c, openBlock as t, createElementBlock as u, mergeProps as C, createBlock as f, createCommentVNode as m, isVNode as v, resolveDynamicComponent as B, toDisplayString as A } from "vue";
|
|
2
2
|
import "../../config-provider/index.mjs";
|
|
3
3
|
import h from "ant-design-vue/es/button/LoadingIcon";
|
|
4
|
-
import "../style/item.css";
|
|
5
4
|
import { useNamespace as I } from "../../config-provider/hooks/use-namespace.mjs";
|
|
6
|
-
const L = { key: 1 },
|
|
5
|
+
const L = { key: 1 }, V = /* @__PURE__ */ y({
|
|
7
6
|
name: "ApActionItem",
|
|
8
7
|
__name: "index",
|
|
9
8
|
props: {
|
|
@@ -17,11 +16,11 @@ const L = { key: 1 }, x = /* @__PURE__ */ y({
|
|
|
17
16
|
},
|
|
18
17
|
setup(p) {
|
|
19
18
|
const o = p, { b: g, m: l } = I("action-item"), a = b(!1);
|
|
20
|
-
function
|
|
19
|
+
function r(e) {
|
|
21
20
|
var i;
|
|
22
|
-
|
|
21
|
+
s(n) || o.disabled || ((i = o.onClick) == null || i.call(o, e), o.onAction && (a.value = !0, o.onAction(e).finally(() => a.value = !1)));
|
|
23
22
|
}
|
|
24
|
-
const n = d(() => o.loading ||
|
|
23
|
+
const n = d(() => o.loading || s(a)), k = d(() => [
|
|
25
24
|
g(),
|
|
26
25
|
l(o.color),
|
|
27
26
|
o.disabled ? l("disabled") : null,
|
|
@@ -30,13 +29,13 @@ const L = { key: 1 }, x = /* @__PURE__ */ y({
|
|
|
30
29
|
return (e, i) => c(e.$slots, "trigger", {
|
|
31
30
|
loading: n.value,
|
|
32
31
|
disabled: e.disabled,
|
|
33
|
-
onClick:
|
|
32
|
+
onClick: r
|
|
34
33
|
}, () => [
|
|
35
34
|
e.visible ? (t(), u("span", C({ key: 0 }, e.$attrs, {
|
|
36
|
-
onClick:
|
|
35
|
+
onClick: r,
|
|
37
36
|
class: k.value
|
|
38
37
|
}), [
|
|
39
|
-
n.value ? (t(), f(
|
|
38
|
+
n.value ? (t(), f(s(h), {
|
|
40
39
|
key: 0,
|
|
41
40
|
prefixCls: "btn",
|
|
42
41
|
existIcon: !1,
|
|
@@ -50,5 +49,5 @@ const L = { key: 1 }, x = /* @__PURE__ */ y({
|
|
|
50
49
|
}
|
|
51
50
|
});
|
|
52
51
|
export {
|
|
53
|
-
|
|
52
|
+
V as default
|
|
54
53
|
};
|
|
@@ -33,10 +33,10 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
33
33
|
visible: boolean;
|
|
34
34
|
color: ActionColor;
|
|
35
35
|
disabled: boolean;
|
|
36
|
-
loading: boolean;
|
|
37
36
|
trigger: Trigger | Trigger[];
|
|
38
|
-
|
|
37
|
+
loading: boolean;
|
|
39
38
|
actions: MixedActionTypes[];
|
|
39
|
+
showIcon: boolean;
|
|
40
40
|
}, {}>;
|
|
41
41
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
42
|
export default _default;
|