@aplus-frontend/ui 0.1.41 → 0.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +202 -296
- package/es/src/ap-action/group/style/css.d.ts +1 -0
- package/es/src/ap-action/group/style/css.js +1 -0
- 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 +1 -0
- package/es/src/ap-action/item-dropdown/style/index.js +1 -0
- package/es/src/ap-action/item-modal/style/css.d.ts +1 -0
- package/es/src/ap-action/item-modal/style/css.js +1 -0
- package/es/src/ap-action/item-modal/style/index.d.ts +1 -0
- package/es/src/ap-action/item-modal/style/index.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/es/src/ap-action-button/style/index.d.ts +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-custom-select/style/css.js +1 -0
- package/es/src/ap-custom-select/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.js +1 -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.js +1 -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 +1 -0
- package/es/src/ap-form/item-checkbox/style/css.js +1 -0
- package/es/src/ap-form/item-checkbox/style/index.d.ts +1 -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 +1 -0
- package/es/src/ap-form/item-number/style/css.js +1 -0
- package/es/src/ap-form/item-number/style/index.d.ts +1 -0
- package/es/src/ap-form/item-number/style/index.js +1 -0
- package/es/src/ap-form/item-radio/style/css.d.ts +1 -0
- package/es/src/ap-form/item-radio/style/css.js +1 -0
- package/es/src/ap-form/item-radio/style/index.d.ts +1 -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 +1 -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 +1 -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/style.d.ts +0 -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 +1 -0
- package/es/src/ap-tag/group/style/index.d.ts +0 -0
- package/es/src/ap-tag/group/style/index.js +1 -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 +1 -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 +1 -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 +1 -0
- package/es/src/business/ap-button-group/style/css.js +1 -0
- package/es/src/business/ap-button-group/style/index.d.ts +1 -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 +1 -0
- package/es/src/business/ap-card/style/index.d.ts +0 -0
- package/es/src/business/ap-card/style/index.js +1 -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 +1 -0
- package/es/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/index.js +1 -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 +1 -0
- package/es/src/business/ap-label/group/style/css.js +1 -0
- package/es/src/business/ap-label/group/style/index.d.ts +1 -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 +1 -0
- package/es/src/business/ap-status/group/style/css.js +1 -0
- package/es/src/business/ap-status/group/style/index.d.ts +1 -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 +1 -0
- package/es/src/business/ap-table-modal/style/css.js +1 -0
- package/es/src/business/ap-table-modal/style/index.d.ts +1 -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 -59
- package/es/src/locale/lang/zh-cn.mjs +0 -50
- 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 +1 -0
- package/es/src/work-order-modal/style/index.d.ts +0 -0
- package/es/src/work-order-modal/style/index.js +1 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -3
- 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 +1 -0
- package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/index.js +1 -0
- package/lib/src/ap-action/item-modal/style/css.d.ts +1 -0
- package/lib/src/ap-action/item-modal/style/css.js +1 -0
- package/lib/src/ap-action/item-modal/style/index.d.ts +1 -0
- package/lib/src/ap-action/item-modal/style/index.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/lib/src/ap-action-button/style/css.d.ts +1 -0
- package/lib/src/ap-action-button/style/css.js +1 -0
- package/lib/src/ap-action-button/style/index.d.ts +1 -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-custom-select/style/css.d.ts +0 -0
- package/lib/src/ap-custom-select/style/css.js +1 -0
- package/lib/src/ap-custom-select/style/index.d.ts +0 -0
- package/lib/src/ap-custom-select/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 +1 -0
- package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.d.ts +1 -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 +1 -0
- package/lib/src/ap-form/item-number/style/css.js +1 -0
- package/lib/src/ap-form/item-number/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-number/style/index.js +1 -0
- package/lib/src/ap-form/item-radio/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-radio/style/css.js +1 -0
- package/lib/src/ap-form/item-radio/style/index.d.ts +1 -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 +1 -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 +1 -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/style.d.ts +0 -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 +1 -0
- package/lib/src/ap-tag/group/style/index.d.ts +0 -0
- package/lib/src/ap-tag/group/style/index.js +1 -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 +1 -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 +1 -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 +1 -0
- package/lib/src/business/ap-button-group/style/css.js +1 -0
- package/lib/src/business/ap-button-group/style/index.d.ts +1 -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 +1 -0
- package/lib/src/business/ap-card/style/index.d.ts +0 -0
- package/lib/src/business/ap-card/style/index.js +1 -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 +1 -0
- package/lib/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/index.js +1 -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 +1 -0
- package/lib/src/business/ap-label/group/style/css.js +1 -0
- package/lib/src/business/ap-label/group/style/index.d.ts +1 -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 +1 -0
- package/lib/src/business/ap-status/group/style/css.js +1 -0
- package/lib/src/business/ap-status/group/style/index.d.ts +1 -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 +1 -0
- package/lib/src/business/ap-table-modal/style/css.js +1 -0
- package/lib/src/business/ap-table-modal/style/index.d.ts +1 -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/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 +1 -0
- package/lib/src/work-order-modal/style/index.d.ts +0 -0
- package/lib/src/work-order-modal/style/index.js +1 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +3 -3
- 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/{theme/mixins/config.css → ap-action/item/style/css.d.ts} +0 -0
- /package/es/src/{theme/mixins/mixins.css → ap-action/item/style/index.d.ts} +0 -0
- /package/es/src/ap-action/{constant.d.ts → item-dropdown/style/css.d.ts} +0 -0
- /package/es/src/{modal/style/index.css → ap-action/item-dropdown/style/index.d.ts} +0 -0
- /package/es/src/{button/__tests__/button.test.d.ts → ap-action-button/style/css.d.ts} +0 -0
- /package/{lib/src/button/__tests__/button.test.d.ts → es/src/ap-action-button/style/css.js} +0 -0
- /package/es/src/{theme/modal/index.css → ap-button/style/css.d.ts} +0 -0
- /package/es/src/{theme/transition/base.css → ap-button/style/index.d.ts} +0 -0
- /package/{lib/src/ap-action/constant.d.ts → es/src/ap-custom-select/style/css.d.ts} +0 -0
- /package/{lib/src/modal/style/index.css → es/src/ap-custom-select/style/index.d.ts} +0 -0
- /package/{lib/src/theme/mixins/config.css → es/src/ap-descriptions/style/css.d.ts} +0 -0
- /package/{lib/src/theme/mixins/mixins.css → es/src/ap-descriptions/style/index.d.ts} +0 -0
- /package/{lib/src/theme/modal/index.css → es/src/ap-download/style/css.d.ts} +0 -0
- /package/{lib/src/theme/transition/base.css → es/src/ap-download/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
|
@@ -1,58 +1,37 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { default as t } from "./ap-table-modal/index.mjs";
|
|
2
|
+
import { ApAttachment as A } from "./ap-attachment/index.mjs";
|
|
3
|
+
import { ApBatchAction as m } from "./ap-batch-action/index.mjs";
|
|
4
|
+
import { ApBatchActionGroup as x } from "./ap-batch-action-group/index.mjs";
|
|
5
|
+
import { ApButtonGroup as l } from "./ap-button-group/index.mjs";
|
|
6
|
+
import { ApCard as n } from "./ap-card/index.mjs";
|
|
7
|
+
import { ApExpandAlert as i } from "./ap-expand-alert/index.mjs";
|
|
8
|
+
import { ApExportGroup as s } from "./ap-export-group/index.mjs";
|
|
9
|
+
import { ApImage as b } from "./ap-image/index.mjs";
|
|
10
|
+
import { ApInputRadio as B } from "./ap-input-radio/index.mjs";
|
|
11
|
+
import { ApLabel as T, ApLabelGroup as E } from "./ap-label/index.mjs";
|
|
12
|
+
import { ApLadder as g } from "./ap-ladder/index.mjs";
|
|
13
|
+
import { ApSelectLayout as C } from "./ap-select-layout/index.mjs";
|
|
14
|
+
import { ApStatus as H, ApStatusGroup as M } from "./ap-status/index.mjs";
|
|
15
|
+
import { ApTitle as j } from "./ap-title/index.mjs";
|
|
2
16
|
import "./hooks/index.mjs";
|
|
3
|
-
import "
|
|
4
|
-
import "./ap-expand-alert/ApExpandAlert.vue.mjs";
|
|
5
|
-
import t from "./ap-label/ApLabel.mjs";
|
|
6
|
-
import r from "./ap-label/ApLabelGroup.mjs";
|
|
7
|
-
import "./ap-status/ApStatus.vue.mjs";
|
|
8
|
-
import "./ap-status/ApStatusGroup.vue.mjs";
|
|
9
|
-
import "./ap-select-layout/select-layout.vue.mjs";
|
|
10
|
-
import "./ap-export-group/ApExportGroup.vue.mjs";
|
|
11
|
-
import "./ap-input-radio/ApInputRadio.vue.mjs";
|
|
12
|
-
import "./ap-batch-action/ApBatchAction.vue.mjs";
|
|
13
|
-
import "./ap-batch-action-group/ApBatchActionGroup.vue.mjs";
|
|
14
|
-
import "./ap-image/ApImage.vue.mjs";
|
|
15
|
-
import "./ap-ladder/ApLadder.vue.mjs";
|
|
16
|
-
import m from "./ap-attachment/ApAttachment.mjs";
|
|
17
|
-
import "./ap-card/ApCard.vue.mjs";
|
|
18
|
-
import { ApTransformDataHelper as lo } from "../utils/ap-trans-data/index.mjs";
|
|
19
|
-
import "./ap-button-group/ApButtonGroup.vue.mjs";
|
|
20
|
-
import "./ap-batch-action-group/interface.mjs";
|
|
21
|
-
import { handleExportDownload as $o } from "./ap-export-group/handleExportDownload.mjs";
|
|
22
|
-
import "./ap-button-group/interface.mjs";
|
|
23
|
-
import { default as bo } from "./ap-table-modal/index.mjs";
|
|
24
|
-
import p from "./ap-title/ApTitle.vue2.mjs";
|
|
25
|
-
import i from "./ap-expand-alert/ApExpandAlert.vue2.mjs";
|
|
26
|
-
import a from "./ap-status/ApStatus.vue2.mjs";
|
|
27
|
-
import n from "./ap-status/ApStatusGroup.vue2.mjs";
|
|
28
|
-
import c from "./ap-select-layout/select-layout.vue2.mjs";
|
|
29
|
-
import f from "./ap-export-group/ApExportGroup.vue2.mjs";
|
|
30
|
-
import s from "./ap-input-radio/ApInputRadio.vue2.mjs";
|
|
31
|
-
import _ from "./ap-batch-action/ApBatchAction.vue2.mjs";
|
|
32
|
-
import A from "./ap-batch-action-group/ApBatchActionGroup.vue2.mjs";
|
|
33
|
-
import e from "./ap-image/ApImage.vue2.mjs";
|
|
34
|
-
import l from "./ap-ladder/ApLadder.vue2.mjs";
|
|
35
|
-
import u from "./ap-card/ApCard.vue2.mjs";
|
|
36
|
-
import $ from "./ap-button-group/ApButtonGroup.vue2.mjs";
|
|
37
|
-
const W = o(p), X = i, Y = o(t), Z = o(a), oo = o(n), to = o(c), ro = o(f), mo = s, po = _, io = r, ao = A, no = e, co = o(l), fo = m, so = o(u), _o = o($);
|
|
17
|
+
import { ApTransformDataHelper as q } from "../utils/ap-trans-data/index.mjs";
|
|
38
18
|
export {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
$o as handleExportDownload
|
|
19
|
+
A as ApAttachment,
|
|
20
|
+
m as ApBatchAction,
|
|
21
|
+
x as ApBatchActionGroup,
|
|
22
|
+
l as ApButtonGroup,
|
|
23
|
+
n as ApCard,
|
|
24
|
+
i as ApExpandAlert,
|
|
25
|
+
s as ApExportGroup,
|
|
26
|
+
b as ApImage,
|
|
27
|
+
B as ApInputRadio,
|
|
28
|
+
T as ApLabel,
|
|
29
|
+
E as ApLabelGroup,
|
|
30
|
+
g as ApLadder,
|
|
31
|
+
C as ApSelectLayout,
|
|
32
|
+
H as ApStatus,
|
|
33
|
+
M as ApStatusGroup,
|
|
34
|
+
t as ApTableModal,
|
|
35
|
+
j as ApTitle,
|
|
36
|
+
q as ApTransformDataHelper
|
|
58
37
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -4,11 +4,10 @@ import "../config-provider/index.mjs";
|
|
|
4
4
|
import "../hooks/index.mjs";
|
|
5
5
|
import { isFunction as N } from "lodash-unified";
|
|
6
6
|
import { useInjectCheckCard as q } from "./context.mjs";
|
|
7
|
-
import "./style/index.css";
|
|
8
7
|
import A from "./checked.svg.mjs";
|
|
9
8
|
import { useNamespace as G } from "../config-provider/hooks/use-namespace.mjs";
|
|
10
9
|
import { useControllableValue as H } from "../hooks/useControllableValue.mjs";
|
|
11
|
-
const J = ["src"],
|
|
10
|
+
const J = ["src"], te = /* @__PURE__ */ I({
|
|
12
11
|
name: "CheckCard",
|
|
13
12
|
__name: "index",
|
|
14
13
|
props: {
|
|
@@ -138,5 +137,5 @@ const J = ["src"], oe = /* @__PURE__ */ I({
|
|
|
138
137
|
}
|
|
139
138
|
});
|
|
140
139
|
export {
|
|
141
|
-
|
|
140
|
+
te as default
|
|
142
141
|
};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/check-card/index.css';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/check-card/index.less';
|
package/es/src/components.d.ts
CHANGED
|
@@ -2,42 +2,23 @@ import * as components from './index';
|
|
|
2
2
|
|
|
3
3
|
declare module '@vue/runtime-core' {
|
|
4
4
|
export interface GlobalComponents {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
ApFadeTransition: typeof components.FadeTransition;
|
|
17
|
-
ApScaleTransition: typeof components.ScaleTransition;
|
|
18
|
-
ApSlideYTransition: typeof components.SlideYTransition;
|
|
19
|
-
ApScrollYTransition: typeof components.ScrollYTransition;
|
|
20
|
-
ApSlideYReverseTransition: typeof components.SlideYReverseTransition;
|
|
21
|
-
ApScrollYReverseTransition: typeof components.ScrollYReverseTransition;
|
|
22
|
-
ApScrollXTransition: typeof components.ScrollXTransition;
|
|
23
|
-
ApSlideXReverseTransition: typeof components.SlideXReverseTransition;
|
|
24
|
-
ApScrollXReverseTransition: typeof components.ScrollXReverseTransition;
|
|
25
|
-
ApScaleRotateTransition: typeof components.ScaleRotateTransition;
|
|
26
|
-
ApExpandXTransition: typeof components.ExpandXTransition;
|
|
27
|
-
ApExpandTransition: typeof components.ExpandTransition;
|
|
28
|
-
ApDescription: typeof components.Description;
|
|
29
|
-
ApBaseButton: typeof components.BaseButton;
|
|
30
|
-
ApStrengthMeter: typeof components.StrengthMeter;
|
|
31
|
-
ApBaseModal: typeof components.BaseModal;
|
|
32
|
-
ApCropperImage: typeof components.CropperImage;
|
|
33
|
-
ApCropperAvatar: typeof components.CropperAvatar;
|
|
34
|
-
ApCountdownButton: typeof components.CountdownButton;
|
|
35
|
-
ApCountdownInput: typeof components.CountdownInput;
|
|
36
|
-
ApDropdown: typeof components.Dropdown;
|
|
37
|
-
ProTableForm: typeof components.ProTableForm;
|
|
38
|
-
ProTableFormInner: typeof components.ProTableFormInner;
|
|
39
|
-
ApTitle: typeof components.ApTitle;
|
|
5
|
+
ApAttachment: typeof components.ApAttachment;
|
|
6
|
+
ApBatchAction: typeof components.ApBatchAction;
|
|
7
|
+
ApBatchActionGroup: typeof components.ApBatchActionGroup;
|
|
8
|
+
ApButtonGroup: typeof components.ApButtonGroup;
|
|
9
|
+
ApCard: typeof components.ApCard;
|
|
10
|
+
ApExpandAlert: typeof components.ApExpandAlert;
|
|
11
|
+
ApExportGroup: typeof components.ApExportGroup;
|
|
12
|
+
ApImage: typeof components.ApImage;
|
|
13
|
+
ApInputRadio: typeof components.ApInputRadio;
|
|
14
|
+
ApLabel: typeof components.ApLabel;
|
|
15
|
+
ApLabelGroup: typeof components.ApLabelGroup;
|
|
40
16
|
ApLadder: typeof components.ApLadder;
|
|
17
|
+
ApSelectLayout: typeof components.ApSelectLayout;
|
|
18
|
+
ApStatus: typeof components.ApStatus;
|
|
19
|
+
ApStatusGroup: typeof components.ApStatusGroup;
|
|
20
|
+
ApTableModal: typeof components.ApTableModal;
|
|
21
|
+
ApTitle: typeof components.ApTitle;
|
|
41
22
|
}
|
|
42
23
|
}
|
|
43
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import { LocaleType } from '../locale/interface';
|
|
3
|
-
import { ApiType,
|
|
3
|
+
import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
|
|
4
4
|
import { CssVarType } from './css-var';
|
|
5
5
|
import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
|
|
6
6
|
import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
|
|
@@ -137,15 +137,6 @@ export declare const configProviderProps: () => {
|
|
|
137
137
|
type: PropType<ApiType>;
|
|
138
138
|
default: () => {};
|
|
139
139
|
};
|
|
140
|
-
table: {
|
|
141
|
-
type: PropType<TableDefaultConfig>;
|
|
142
|
-
};
|
|
143
|
-
scrollbar: {
|
|
144
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
145
|
-
default: () => {
|
|
146
|
-
native: boolean;
|
|
147
|
-
};
|
|
148
|
-
};
|
|
149
140
|
uiMode: {
|
|
150
141
|
type: PropType<"aplus" | "admin">;
|
|
151
142
|
default: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { configProviderProps as e } from "ant-design-vue/es/config-provider/context";
|
|
2
|
-
const
|
|
2
|
+
const p = () => ({
|
|
3
3
|
/**
|
|
4
4
|
* @description aplus-ui的locale
|
|
5
5
|
*/
|
|
@@ -14,13 +14,6 @@ const a = () => ({
|
|
|
14
14
|
type: Object,
|
|
15
15
|
default: () => ({})
|
|
16
16
|
},
|
|
17
|
-
table: {
|
|
18
|
-
type: Object
|
|
19
|
-
},
|
|
20
|
-
scrollbar: {
|
|
21
|
-
type: Object,
|
|
22
|
-
default: () => ({ native: !1 })
|
|
23
|
-
},
|
|
24
17
|
uiMode: {
|
|
25
18
|
type: String,
|
|
26
19
|
default: "aplus"
|
|
@@ -48,5 +41,5 @@ const a = () => ({
|
|
|
48
41
|
...e()
|
|
49
42
|
});
|
|
50
43
|
export {
|
|
51
|
-
|
|
44
|
+
p as configProviderProps
|
|
52
45
|
};
|
|
@@ -9,8 +9,8 @@ import { ButtonSize } from 'ant-design-vue/es/button';
|
|
|
9
9
|
import { ValidateMessages } from 'ant-design-vue/es/form/interface';
|
|
10
10
|
import { RequiredMark } from 'ant-design-vue/es/form/Form';
|
|
11
11
|
import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
|
|
12
|
-
import { LocaleType } from '
|
|
13
|
-
import { ApiType,
|
|
12
|
+
import { LocaleType } from '../locale';
|
|
13
|
+
import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
|
|
14
14
|
import { RecursivePartial } from '../type';
|
|
15
15
|
export declare const globalConfigCached: Ref<ConfigProviderProps>;
|
|
16
16
|
export declare const ConfigProvider: DefineComponent<{
|
|
@@ -137,15 +137,6 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
137
137
|
type: PropType<ApiType>;
|
|
138
138
|
default: () => {};
|
|
139
139
|
};
|
|
140
|
-
table: {
|
|
141
|
-
type: PropType<TableDefaultConfig>;
|
|
142
|
-
};
|
|
143
|
-
scrollbar: {
|
|
144
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
145
|
-
default: () => {
|
|
146
|
-
native: boolean;
|
|
147
|
-
};
|
|
148
|
-
};
|
|
149
140
|
uiMode: {
|
|
150
141
|
type: PropType<"aplus" | "admin">;
|
|
151
142
|
default: string;
|
|
@@ -294,15 +285,6 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
294
285
|
type: PropType<ApiType>;
|
|
295
286
|
default: () => {};
|
|
296
287
|
};
|
|
297
|
-
table: {
|
|
298
|
-
type: PropType<TableDefaultConfig>;
|
|
299
|
-
};
|
|
300
|
-
scrollbar: {
|
|
301
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
302
|
-
default: () => {
|
|
303
|
-
native: boolean;
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
288
|
uiMode: {
|
|
307
289
|
type: PropType<"aplus" | "admin">;
|
|
308
290
|
default: string;
|
|
@@ -342,7 +324,6 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
342
324
|
space: {
|
|
343
325
|
size?: ButtonSize | number;
|
|
344
326
|
};
|
|
345
|
-
scrollbar: ScrollbarGlobalConfig;
|
|
346
327
|
direction: "ltr" | "rtl";
|
|
347
328
|
pagination: {
|
|
348
329
|
showSizeChanger?: boolean;
|
|
@@ -1,51 +1,45 @@
|
|
|
1
|
-
import { isVNode as
|
|
2
|
-
import { ConfigProvider as
|
|
1
|
+
import { isVNode as s, ref as u, defineComponent as c, computed as m, watch as a, createVNode as p, renderSlot as g } from "vue";
|
|
2
|
+
import { ConfigProvider as C } from "ant-design-vue";
|
|
3
3
|
import { provideGlobalConfig as v } from "./hooks/use-global-config.mjs";
|
|
4
|
-
import { configProviderProps as
|
|
5
|
-
import { tableDefaultConfig as V } from "./constants.mjs";
|
|
4
|
+
import { configProviderProps as V } from "./config-provider-props.mjs";
|
|
6
5
|
import { mergeAntdProvideConfig as P } from "../utils/config-provider-preset.mjs";
|
|
7
|
-
import { generateCssVar as
|
|
8
|
-
function
|
|
9
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
6
|
+
import { generateCssVar as b, aplusCssVar as w, adminCssVar as y, setCSSVariables as M } from "./css-var.mjs";
|
|
7
|
+
function S(e) {
|
|
8
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
|
|
10
9
|
}
|
|
11
|
-
const
|
|
10
|
+
const i = u({}), N = /* @__PURE__ */ c({
|
|
12
11
|
name: "AplusConfigProvider",
|
|
13
|
-
props:
|
|
12
|
+
props: V(),
|
|
14
13
|
setup(e, {
|
|
15
|
-
slots:
|
|
14
|
+
slots: r
|
|
16
15
|
}) {
|
|
17
16
|
const n = m(() => ({
|
|
18
17
|
namespace: e.namespace,
|
|
19
18
|
aplusLocale: e.aplusLocale,
|
|
20
19
|
api: e.api,
|
|
21
|
-
table: {
|
|
22
|
-
...V,
|
|
23
|
-
...e.table || {}
|
|
24
|
-
},
|
|
25
|
-
scrollbar: e.scrollbar,
|
|
26
20
|
uiMode: e.uiMode,
|
|
27
21
|
apUpload: e.apUpload,
|
|
28
22
|
apDescriptions: e.apDescriptions,
|
|
29
23
|
valueTypeMap: e.valueTypeMap,
|
|
30
24
|
downloadCenterTriggerConfig: e.downloadCenterTriggerConfig
|
|
31
|
-
})),
|
|
32
|
-
return
|
|
33
|
-
|
|
25
|
+
})), t = v(n);
|
|
26
|
+
return a(() => e, (o) => {
|
|
27
|
+
i.value = P(o);
|
|
34
28
|
}, {
|
|
35
29
|
deep: !0,
|
|
36
30
|
immediate: !0
|
|
37
|
-
}), typeof window < "u" &&
|
|
38
|
-
const
|
|
39
|
-
...o === "aplus" ?
|
|
40
|
-
...
|
|
31
|
+
}), typeof window < "u" && a(() => [e.uiMode, e.cssVar], ([o, d]) => {
|
|
32
|
+
const l = b(d), f = {
|
|
33
|
+
...o === "aplus" ? w : y,
|
|
34
|
+
...l
|
|
41
35
|
};
|
|
42
|
-
|
|
36
|
+
M(f);
|
|
43
37
|
}, {
|
|
44
38
|
immediate: !0
|
|
45
39
|
}), () => {
|
|
46
40
|
let o;
|
|
47
|
-
return
|
|
48
|
-
config:
|
|
41
|
+
return p(C, i.value, S(o = g(r, "default", {
|
|
42
|
+
config: t == null ? void 0 : t.value
|
|
49
43
|
})) ? o : {
|
|
50
44
|
default: () => [o]
|
|
51
45
|
});
|
|
@@ -53,6 +47,6 @@ const r = u({}), U = /* @__PURE__ */ s({
|
|
|
53
47
|
}
|
|
54
48
|
});
|
|
55
49
|
export {
|
|
56
|
-
|
|
57
|
-
|
|
50
|
+
N as ConfigProvider,
|
|
51
|
+
i as globalConfigCached
|
|
58
52
|
};
|
|
@@ -1,30 +1,17 @@
|
|
|
1
1
|
import { ConfigProviderProps } from './config-provider-props';
|
|
2
2
|
import { InjectionKey, Ref, VNode } from 'vue';
|
|
3
|
-
import {
|
|
4
|
-
import { Fn, Recordable } from '../type';
|
|
5
|
-
import { CommonOptionItem, ApiSelectOption } from '../pro-form/components/interface';
|
|
3
|
+
import { Recordable } from '../type';
|
|
6
4
|
import { client } from '@aplus-frontend/oss';
|
|
5
|
+
import { DefaultOptionType } from 'ant-design-vue/es/select';
|
|
7
6
|
export type ConfigProviderContext = Partial<ConfigProviderProps>;
|
|
8
7
|
export declare const configProviderContextKey: InjectionKey<Ref<ConfigProviderContext>>;
|
|
9
|
-
type
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
type CommonOptionItem = {
|
|
9
|
+
label?: string;
|
|
10
|
+
value?: string | number | boolean;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
[key: string]: any;
|
|
14
13
|
};
|
|
15
|
-
|
|
16
|
-
fetchSetting?: TableFetchSetting;
|
|
17
|
-
pageSizeOptions?: string[];
|
|
18
|
-
defaultPageSize?: number;
|
|
19
|
-
defaultSize?: SizeType;
|
|
20
|
-
defaultSortFn?: (sortInfo: SorterResult) => any;
|
|
21
|
-
defaultFilterFn?: Fn;
|
|
22
|
-
permissionValidator?: (role?: string | string[]) => boolean;
|
|
23
|
-
};
|
|
24
|
-
export type ScrollbarGlobalConfig = {
|
|
25
|
-
native?: boolean;
|
|
26
|
-
};
|
|
27
|
-
export declare const tableDefaultConfig: TableDefaultConfig;
|
|
14
|
+
type ApiSelectOption = Omit<DefaultOptionType, 'children'>;
|
|
28
15
|
export type ApiType = {
|
|
29
16
|
radioGroup?: (args?: any) => Promise<CommonOptionItem[]>;
|
|
30
17
|
select?: (args?: any) => Promise<ApiSelectOption[]>;
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
fetchSetting: {
|
|
3
|
-
pageField: "page",
|
|
4
|
-
sizeField: "pageSize",
|
|
5
|
-
listField: "records",
|
|
6
|
-
totalField: "total"
|
|
7
|
-
},
|
|
8
|
-
pageSizeOptions: ["10", "50", "80", "100"],
|
|
9
|
-
defaultPageSize: 10,
|
|
10
|
-
defaultSize: "middle",
|
|
11
|
-
defaultSortFn: (e) => {
|
|
12
|
-
const { field: t, order: i } = e;
|
|
13
|
-
return t && i ? {
|
|
14
|
-
field: t,
|
|
15
|
-
order: i
|
|
16
|
-
} : {};
|
|
17
|
-
},
|
|
18
|
-
defaultFilterFn: (e) => e,
|
|
19
|
-
permissionValidator: () => !0
|
|
20
|
-
};
|
|
1
|
+
const o = Symbol();
|
|
21
2
|
export {
|
|
22
|
-
|
|
23
|
-
r as tableDefaultConfig
|
|
3
|
+
o as configProviderContextKey
|
|
24
4
|
};
|
|
@@ -9,8 +9,8 @@ import { ButtonSize } from 'ant-design-vue/es/button';
|
|
|
9
9
|
import { ValidateMessages } from 'ant-design-vue/es/form/interface';
|
|
10
10
|
import { RequiredMark } from 'ant-design-vue/es/form/Form';
|
|
11
11
|
import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
|
|
12
|
-
import { LocaleType } from '
|
|
13
|
-
import { ApiType,
|
|
12
|
+
import { LocaleType } from '../../locale';
|
|
13
|
+
import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from '..';
|
|
14
14
|
import { CssVarType } from '../css-var';
|
|
15
15
|
export declare const keysOf: <T extends Record<string, any>>(arr: T) => Array<keyof T>;
|
|
16
16
|
export declare function useGlobalConfig<K extends keyof ConfigProviderContext, D extends ConfigProviderContext[K]>(key: K, defaultValue?: D): Ref<Exclude<ConfigProviderContext[K], undefined> | D>;
|
|
@@ -139,15 +139,6 @@ export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContex
|
|
|
139
139
|
type: PropType<ApiType>;
|
|
140
140
|
default: () => {};
|
|
141
141
|
};
|
|
142
|
-
table: {
|
|
143
|
-
type: PropType<TableDefaultConfig>;
|
|
144
|
-
};
|
|
145
|
-
scrollbar: {
|
|
146
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
147
|
-
default: () => {
|
|
148
|
-
native: boolean;
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
142
|
uiMode: {
|
|
152
143
|
type: PropType<"aplus" | "admin">;
|
|
153
144
|
default: string;
|
|
@@ -7,8 +7,8 @@ import { ButtonSize } from 'ant-design-vue/es/button';
|
|
|
7
7
|
import { ValidateMessages } from 'ant-design-vue/es/form/interface';
|
|
8
8
|
import { RequiredMark } from 'ant-design-vue/es/form/Form';
|
|
9
9
|
import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
|
|
10
|
-
import { LocaleType } from '
|
|
11
|
-
import { ApiType,
|
|
10
|
+
import { LocaleType } from '../locale';
|
|
11
|
+
import { ApiType, ApUploadConfig, ApDescriptionsConfig, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
|
|
12
12
|
import { RecursivePartial } from '../type';
|
|
13
13
|
import { CssVarType } from './css-var';
|
|
14
14
|
export * from './config-provider-props';
|
|
@@ -142,15 +142,6 @@ export declare const APConfigProvider: {
|
|
|
142
142
|
type: PropType<ApiType>;
|
|
143
143
|
default: () => {};
|
|
144
144
|
};
|
|
145
|
-
table: {
|
|
146
|
-
type: PropType<TableDefaultConfig>;
|
|
147
|
-
};
|
|
148
|
-
scrollbar: {
|
|
149
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
150
|
-
default: () => {
|
|
151
|
-
native: boolean;
|
|
152
|
-
};
|
|
153
|
-
};
|
|
154
145
|
uiMode: {
|
|
155
146
|
type: PropType<"aplus" | "admin">;
|
|
156
147
|
default: string;
|
|
@@ -375,15 +366,6 @@ export declare const APConfigProvider: {
|
|
|
375
366
|
type: PropType<ApiType>;
|
|
376
367
|
default: () => {};
|
|
377
368
|
};
|
|
378
|
-
table: {
|
|
379
|
-
type: PropType<TableDefaultConfig>;
|
|
380
|
-
};
|
|
381
|
-
scrollbar: {
|
|
382
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
383
|
-
default: () => {
|
|
384
|
-
native: boolean;
|
|
385
|
-
};
|
|
386
|
-
};
|
|
387
369
|
uiMode: {
|
|
388
370
|
type: PropType<"aplus" | "admin">;
|
|
389
371
|
default: string;
|
|
@@ -499,7 +481,6 @@ export declare const APConfigProvider: {
|
|
|
499
481
|
space: {
|
|
500
482
|
size?: ButtonSize | number;
|
|
501
483
|
};
|
|
502
|
-
scrollbar: ScrollbarGlobalConfig;
|
|
503
484
|
direction: "ltr" | "rtl";
|
|
504
485
|
pagination: {
|
|
505
486
|
showSizeChanger?: boolean;
|
|
@@ -732,15 +713,6 @@ export declare const APConfigProvider: {
|
|
|
732
713
|
type: PropType<ApiType>;
|
|
733
714
|
default: () => {};
|
|
734
715
|
};
|
|
735
|
-
table: {
|
|
736
|
-
type: PropType<TableDefaultConfig>;
|
|
737
|
-
};
|
|
738
|
-
scrollbar: {
|
|
739
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
740
|
-
default: () => {
|
|
741
|
-
native: boolean;
|
|
742
|
-
};
|
|
743
|
-
};
|
|
744
716
|
uiMode: {
|
|
745
717
|
type: PropType<"aplus" | "admin">;
|
|
746
718
|
default: string;
|
|
@@ -856,7 +828,6 @@ export declare const APConfigProvider: {
|
|
|
856
828
|
space: {
|
|
857
829
|
size?: ButtonSize | number;
|
|
858
830
|
};
|
|
859
|
-
scrollbar: ScrollbarGlobalConfig;
|
|
860
831
|
direction: "ltr" | "rtl";
|
|
861
832
|
pagination: {
|
|
862
833
|
showSizeChanger?: boolean;
|
|
@@ -1086,15 +1057,6 @@ export declare const APConfigProvider: {
|
|
|
1086
1057
|
type: PropType<ApiType>;
|
|
1087
1058
|
default: () => {};
|
|
1088
1059
|
};
|
|
1089
|
-
table: {
|
|
1090
|
-
type: PropType<TableDefaultConfig>;
|
|
1091
|
-
};
|
|
1092
|
-
scrollbar: {
|
|
1093
|
-
type: PropType<ScrollbarGlobalConfig>;
|
|
1094
|
-
default: () => {
|
|
1095
|
-
native: boolean;
|
|
1096
|
-
};
|
|
1097
|
-
};
|
|
1098
1060
|
uiMode: {
|
|
1099
1061
|
type: PropType<"aplus" | "admin">;
|
|
1100
1062
|
default: string;
|
|
@@ -1134,7 +1096,6 @@ export declare const APConfigProvider: {
|
|
|
1134
1096
|
space: {
|
|
1135
1097
|
size?: ButtonSize | number;
|
|
1136
1098
|
};
|
|
1137
|
-
scrollbar: ScrollbarGlobalConfig;
|
|
1138
1099
|
direction: "ltr" | "rtl";
|
|
1139
1100
|
pagination: {
|
|
1140
1101
|
showSizeChanger?: boolean;
|
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
import { withInstall as e } from "@aplus-frontend/utils";
|
|
2
2
|
import { ConfigProvider as o } from "./config-provider.mjs";
|
|
3
|
-
import { globalConfigCached as
|
|
3
|
+
import { globalConfigCached as l } from "./config-provider.mjs";
|
|
4
4
|
import { configProviderProps as p } from "./config-provider-props.mjs";
|
|
5
|
-
import { configProviderContextKey as m
|
|
6
|
-
import { keysOf as
|
|
7
|
-
import { buildLocaleContext as
|
|
8
|
-
import { defaultNamespace as
|
|
5
|
+
import { configProviderContextKey as m } from "./constants.mjs";
|
|
6
|
+
import { keysOf as d, provideGlobalConfig as x, useGlobalConfig as C } from "./hooks/use-global-config.mjs";
|
|
7
|
+
import { buildLocaleContext as u, buildTranslator as v, localeContextKey as P, translate as b, useLocale as y } from "./hooks/use-locale.mjs";
|
|
8
|
+
import { defaultNamespace as K, namespaceContextKey as N, useGetDerivedNamespace as h, useNamespace as L } from "./hooks/use-namespace.mjs";
|
|
9
9
|
const a = e(o);
|
|
10
10
|
export {
|
|
11
11
|
a as APConfigProvider,
|
|
12
12
|
o as ConfigProvider,
|
|
13
|
-
|
|
13
|
+
u as buildLocaleContext,
|
|
14
14
|
v as buildTranslator,
|
|
15
15
|
m as configProviderContextKey,
|
|
16
16
|
p as configProviderProps,
|
|
17
17
|
a as default,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
K as defaultNamespace,
|
|
19
|
+
l as globalConfigCached,
|
|
20
|
+
d as keysOf,
|
|
21
21
|
P as localeContextKey,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
G as useLocale,
|
|
22
|
+
N as namespaceContextKey,
|
|
23
|
+
x as provideGlobalConfig,
|
|
24
|
+
b as translate,
|
|
25
|
+
h as useGetDerivedNamespace,
|
|
26
|
+
C as useGlobalConfig,
|
|
27
|
+
y as useLocale,
|
|
29
28
|
L as useNamespace
|
|
30
29
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/dist/editable-table/index.css';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/editable-table/index.less';
|