@aplus-frontend/ui 0.1.41 → 0.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.d.ts +2 -0
- package/es/index.mjs +199 -291
- package/es/src/ap-action/group/style/index.d.ts +1 -0
- package/es/src/ap-action/group/style/index.js +1 -0
- package/es/src/ap-action/item/index.vue2.mjs +9 -10
- package/es/src/ap-action/item/style/css.js +2 -0
- package/es/src/ap-action/item/style/index.js +2 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -8
- package/es/src/ap-action/item-dropdown/style/css.js +2 -0
- package/es/src/ap-action/item-dropdown/style/index.js +2 -0
- package/es/src/ap-action/item-modal/style/css.js +1 -0
- package/es/src/ap-action/item-modal/style/index.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/es/src/ap-action-button/style/css.js +1 -0
- package/es/src/ap-action-button/style/index.js +1 -0
- package/es/src/ap-button/ap-button.vue.mjs +8 -9
- package/es/src/ap-button/style/css.js +1 -0
- package/es/src/ap-button/style/index.js +1 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +2 -3
- package/es/src/ap-descriptions/ap-descriptions.vue2.mjs +2 -3
- package/es/src/ap-descriptions/style/css.d.ts +0 -0
- package/es/src/ap-descriptions/style/css.js +1 -0
- package/es/src/ap-descriptions/style/index.d.ts +0 -0
- package/es/src/ap-descriptions/style/index.js +1 -0
- package/es/src/ap-download/ap-download.vue.mjs +2 -3
- package/es/src/ap-download/style/css.d.ts +0 -0
- package/es/src/ap-download/style/css.js +1 -0
- package/es/src/ap-download/style/index.d.ts +0 -0
- package/es/src/ap-download/style/index.js +1 -0
- package/es/src/ap-field/checkbox/index.vue.mjs +2 -3
- package/es/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/css.js +1 -0
- package/es/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/index.js +1 -0
- package/es/src/ap-field/date/index.vue.d.ts +7 -7
- package/es/src/ap-field/date/style/css.d.ts +1 -0
- package/es/src/ap-field/date/style/css.js +1 -0
- package/es/src/ap-field/date/style/index.d.ts +1 -0
- package/es/src/ap-field/date/style/index.js +1 -0
- package/es/src/ap-field/date-range/index.vue.d.ts +7 -7
- package/es/src/ap-field/date-range/style/css.d.ts +1 -0
- package/es/src/ap-field/date-range/style/css.js +1 -0
- package/es/src/ap-field/date-range/style/index.d.ts +1 -0
- package/es/src/ap-field/date-range/style/index.js +1 -0
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.mjs +2 -3
- package/es/src/ap-field/number/style/css.d.ts +0 -0
- package/es/src/ap-field/number/style/css.js +1 -0
- package/es/src/ap-field/number/style/index.d.ts +0 -0
- package/es/src/ap-field/number/style/index.js +1 -0
- package/es/src/ap-field/password/style/css.d.ts +1 -0
- package/es/src/ap-field/password/style/css.js +1 -0
- package/es/src/ap-field/password/style/index.d.ts +1 -0
- package/es/src/ap-field/password/style/index.js +1 -0
- package/es/src/ap-field/radio/index.vue.mjs +2 -3
- package/es/src/ap-field/radio/style/css.d.ts +0 -0
- package/es/src/ap-field/radio/style/css.js +1 -0
- package/es/src/ap-field/radio/style/style.d.ts +0 -0
- package/es/src/ap-field/rate/style/css.d.ts +1 -0
- package/es/src/ap-field/rate/style/css.js +1 -0
- package/es/src/ap-field/rate/style/index.d.ts +1 -0
- package/es/src/ap-field/rate/style/index.js +1 -0
- package/es/src/ap-field/segmented/style/css.d.ts +1 -0
- package/es/src/ap-field/segmented/style/css.js +1 -0
- package/es/src/ap-field/segmented/style/index.d.ts +1 -0
- package/es/src/ap-field/segmented/style/index.js +1 -0
- package/es/src/ap-field/select/index.vue.d.ts +2 -2
- package/es/src/ap-field/select/style/css.d.ts +1 -0
- package/es/src/ap-field/select/style/css.js +1 -0
- package/es/src/ap-field/select/style/index.d.ts +1 -0
- package/es/src/ap-field/select/style/index.js +1 -0
- package/es/src/ap-field/slider/index.vue.d.ts +1 -1
- package/es/src/ap-field/slider/style/css.d.ts +1 -0
- package/es/src/ap-field/slider/style/css.js +1 -0
- package/es/src/ap-field/slider/style/index.d.ts +1 -0
- package/es/src/ap-field/slider/style/index.js +1 -0
- package/es/src/ap-field/style/css.d.ts +0 -0
- package/es/src/ap-field/style/css.js +1 -0
- package/es/src/ap-field/style/index.d.ts +0 -0
- package/es/src/ap-field/style/index.js +1 -0
- package/es/src/ap-field/switch/style/css.d.ts +1 -0
- package/es/src/ap-field/switch/style/css.js +1 -0
- package/es/src/ap-field/switch/style/index.d.ts +1 -0
- package/es/src/ap-field/switch/style/index.js +1 -0
- package/es/src/ap-field/text/index.vue.d.ts +2 -2
- package/es/src/ap-field/text/password.vue.d.ts +3 -3
- package/es/src/ap-field/text/style/css.d.ts +1 -0
- package/es/src/ap-field/text/style/css.js +1 -0
- package/es/src/ap-field/text/style/index.d.ts +1 -0
- package/es/src/ap-field/text/style/index.js +1 -0
- package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/es/src/ap-field/text-area/index.vue.mjs +9 -10
- package/es/src/ap-field/text-area/style/css.d.ts +0 -0
- package/es/src/ap-field/text-area/style/css.js +1 -0
- package/es/src/ap-field/text-area/style/index.d.ts +0 -0
- package/es/src/ap-field/text-area/style/index.js +1 -0
- package/es/src/ap-form/ap-form.vue.d.ts +1 -1
- package/es/src/ap-form/dependency/style/css.d.ts +1 -0
- package/es/src/ap-form/dependency/style/css.js +1 -0
- package/es/src/ap-form/dependency/style/index.d.ts +1 -0
- package/es/src/ap-form/dependency/style/index.js +1 -0
- package/es/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/es/src/ap-form/drawer-form/index.vue.mjs +287 -0
- package/es/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/css.js +1 -0
- package/es/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/index.js +1 -0
- package/es/src/ap-form/index.d.ts +4 -4
- package/es/src/ap-form/index.mjs +8 -8
- package/es/src/ap-form/item/index.vue.d.ts +1059 -0
- package/es/src/ap-form/item/index.vue.mjs +188 -0
- package/es/src/ap-form/item/index.vue2.mjs +4 -0
- package/es/src/ap-form/item/style/css.d.ts +0 -0
- package/es/src/ap-form/item/style/css.js +1 -0
- package/es/src/ap-form/item/style/style.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/css.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/css.js +1 -0
- package/es/src/ap-form/item-checkbox/style/index.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/index.js +1 -0
- package/es/src/ap-form/item-date/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date/style/css.js +1 -0
- package/es/src/ap-form/item-date/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date/style/index.js +1 -0
- package/es/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/css.js +1 -0
- package/es/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/index.js +1 -0
- package/es/src/ap-form/item-group/index.vue.mjs +62 -0
- package/es/src/ap-form/item-group/index.vue2.mjs +4 -0
- package/es/src/ap-form/item-group/style/css.d.ts +0 -0
- package/es/src/ap-form/item-group/style/css.js +1 -0
- package/es/src/ap-form/item-group/style/index.d.ts +0 -0
- package/es/src/ap-form/item-group/style/index.js +1 -0
- package/es/src/ap-form/item-number/style/css.d.ts +0 -0
- package/es/src/ap-form/item-number/style/css.js +1 -0
- package/es/src/ap-form/item-number/style/index.d.ts +0 -0
- package/es/src/ap-form/item-number/style/index.js +1 -0
- package/es/src/ap-form/item-radio/style/css.d.ts +0 -0
- package/es/src/ap-form/item-radio/style/css.js +1 -0
- package/es/src/ap-form/item-radio/style/index.d.ts +0 -0
- package/es/src/ap-form/item-radio/style/index.js +1 -0
- package/es/src/ap-form/item-select/style/css.d.ts +1 -0
- package/es/src/ap-form/item-select/style/css.js +1 -0
- package/es/src/ap-form/item-select/style/index.d.ts +1 -0
- package/es/src/ap-form/item-select/style/index.js +1 -0
- package/es/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/css.js +1 -0
- package/es/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/index.js +1 -0
- package/es/src/ap-form/item-text/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text/style/css.js +1 -0
- package/es/src/ap-form/item-text/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text/style/index.js +1 -0
- package/es/src/ap-form/item-text-area/style/css.d.ts +0 -0
- package/es/src/ap-form/item-text-area/style/css.js +1 -0
- package/es/src/ap-form/item-text-area/style/index.d.ts +0 -0
- package/es/src/ap-form/item-text-area/style/index.js +1 -0
- package/es/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/css.js +1 -0
- package/es/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/index.js +1 -0
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/number/index.vue.d.ts +93 -93
- package/es/src/ap-form/items/number/index.vue.mjs +2 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +23 -23
- package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/select/index.vue.mjs +2 -2
- package/es/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
- package/es/src/ap-form/items/text/index.vue.d.ts +99 -99
- package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +118 -118
- package/es/src/ap-form/items/text/password.vue.mjs +2 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +78 -78
- package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
- package/es/src/ap-form/list/index.vue.d.ts +41 -0
- package/es/src/ap-form/list/index.vue.mjs +51 -0
- package/es/src/ap-form/list/index.vue2.mjs +4 -0
- package/es/src/ap-form/list/style/css.d.ts +1 -0
- package/es/src/ap-form/list/style/css.js +1 -0
- package/es/src/ap-form/list/style/index.d.ts +1 -0
- package/es/src/ap-form/list/style/index.js +1 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/es/src/ap-form/modal-form/index.vue.mjs +2 -3
- package/es/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/css.js +1 -0
- package/es/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/index.js +1 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/es/src/ap-form/search-form/index.vue.mjs +5 -6
- package/es/src/ap-form/search-form/style/css.d.ts +0 -0
- package/es/src/ap-form/search-form/style/css.js +1 -0
- package/es/src/ap-form/search-form/style/index.d.ts +0 -0
- package/es/src/ap-form/search-form/style/index.js +1 -0
- package/es/src/ap-form/set/style/css.d.ts +1 -0
- package/es/src/ap-form/set/style/css.js +1 -0
- package/es/src/ap-form/set/style/index.d.ts +1 -0
- package/es/src/ap-form/set/style/index.js +1 -0
- package/es/src/ap-form/style/css.d.ts +0 -0
- package/es/src/ap-form/style/css.js +1 -0
- package/es/src/ap-form/style/index.d.ts +0 -0
- package/es/src/ap-form/style/index.js +1 -0
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +41 -0
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +71 -0
- package/es/src/ap-info-layout/style/css.d.ts +0 -0
- package/es/src/ap-info-layout/style/css.js +1 -0
- package/es/src/ap-info-layout/style/index.d.ts +0 -0
- package/es/src/ap-info-layout/style/index.js +1 -0
- package/es/src/ap-list/index.vue.mjs +10 -11
- package/es/src/ap-list/style/css.d.ts +0 -0
- package/es/src/ap-list/style/css.js +1 -0
- package/es/src/ap-list/style/index.d.ts +0 -0
- package/es/src/ap-list/style/index.js +1 -0
- package/es/src/ap-modal/style/css.d.ts +1 -0
- package/es/src/ap-modal/style/css.js +1 -0
- package/es/src/ap-modal/style/index.d.ts +1 -0
- package/es/src/ap-modal/style/index.js +1 -0
- package/es/src/ap-table/ap-table.vue.mjs +2 -3
- package/es/src/ap-table/components/index/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +12 -13
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +17 -18
- package/es/src/ap-table/constants.d.ts +2263 -2263
- package/es/src/ap-table/style/css.d.ts +0 -0
- package/es/src/ap-table/style/css.js +1 -0
- package/es/src/ap-table/style/index.d.ts +0 -0
- package/es/src/ap-table/style/index.js +1 -0
- package/es/src/ap-table/utils.d.ts +1075 -1073
- package/es/src/ap-table/utils.mjs +1 -1
- package/es/src/ap-tag/ap-tag-group.vue.mjs +2 -3
- package/es/src/ap-tag/ap-tag.vue.mjs +7 -8
- package/es/src/ap-tag/group/style/css.d.ts +0 -0
- package/es/src/ap-tag/group/style/css.js +2 -0
- package/es/src/ap-tag/group/style/index.d.ts +0 -0
- package/es/src/ap-tag/group/style/index.js +2 -0
- package/es/src/ap-tag/style/css.d.ts +0 -0
- package/es/src/ap-tag/style/css.js +1 -0
- package/es/src/ap-tag/style/index.d.ts +0 -0
- package/es/src/ap-tag/style/index.js +1 -0
- package/es/src/ap-upload/apUpload.vue.mjs +16 -17
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +2 -3
- package/es/src/ap-upload/components/Picture.vue2.mjs +2 -3
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +41 -40
- package/es/src/ap-upload/style/css.d.ts +0 -0
- package/es/src/ap-upload/style/css.js +1 -0
- package/es/src/ap-upload/style/index.d.ts +0 -0
- package/es/src/ap-upload/style/index.js +1 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +2 -3
- package/es/src/business/ap-attachment/index.d.ts +214 -1
- package/es/src/business/ap-attachment/index.mjs +7 -0
- package/es/src/business/ap-attachment/style/css.d.ts +0 -0
- package/es/src/business/ap-attachment/style/css.js +1 -0
- package/es/src/business/ap-attachment/style/index.d.ts +0 -0
- package/es/src/business/ap-attachment/style/index.js +1 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -3
- package/es/src/business/ap-batch-action/index.d.ts +53 -0
- package/es/src/business/ap-batch-action/index.mjs +8 -0
- package/es/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/css.js +1 -0
- package/es/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/index.js +1 -0
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +42 -43
- package/es/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/es/src/business/ap-batch-action-group/index.mjs +8 -0
- package/es/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/es/src/business/ap-batch-action-group/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action-group/style/css.js +1 -0
- package/es/src/business/ap-batch-action-group/style/index.d.ts +0 -0
- package/es/src/business/ap-batch-action-group/style/index.js +1 -0
- package/es/src/business/ap-button-group/index.d.ts +611 -0
- package/es/src/business/ap-button-group/index.mjs +8 -0
- package/es/src/business/ap-button-group/style/css.d.ts +0 -0
- package/es/src/business/ap-button-group/style/css.js +1 -0
- package/es/src/business/ap-button-group/style/index.d.ts +0 -0
- package/es/src/business/ap-button-group/style/index.js +1 -0
- package/es/src/business/ap-card/ApCard.vue2.mjs +7 -8
- package/es/src/business/ap-card/index.d.ts +53 -0
- package/es/src/business/ap-card/index.mjs +8 -0
- package/es/src/business/ap-card/style/css.d.ts +0 -0
- package/es/src/business/ap-card/style/css.js +2 -0
- package/es/src/business/ap-card/style/index.d.ts +0 -0
- package/es/src/business/ap-card/style/index.js +2 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +2 -3
- package/es/src/business/ap-expand-alert/index.d.ts +63 -0
- package/es/src/business/ap-expand-alert/index.mjs +8 -0
- package/es/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/css.js +2 -0
- package/es/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/index.js +2 -0
- package/es/src/business/ap-export-group/index.d.ts +145 -0
- package/es/src/business/ap-export-group/index.mjs +11 -0
- package/es/src/business/ap-export-group/style/css.d.ts +1 -0
- package/es/src/business/ap-export-group/style/css.js +1 -0
- package/es/src/business/ap-export-group/style/index.d.ts +1 -0
- package/es/src/business/ap-export-group/style/index.js +1 -0
- package/es/src/business/ap-image/index.d.ts +168 -0
- package/es/src/business/ap-image/index.mjs +8 -0
- package/es/src/business/ap-image/style/css.d.ts +1 -0
- package/es/src/business/ap-image/style/css.js +1 -0
- package/es/src/business/ap-image/style/index.d.ts +1 -0
- package/es/src/business/ap-image/style/index.js +1 -0
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +15 -16
- package/es/src/business/ap-input-radio/index.d.ts +371 -1
- package/es/src/business/ap-input-radio/index.mjs +8 -0
- package/es/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/css.js +1 -0
- package/es/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/index.js +1 -0
- package/es/src/business/ap-label/ApLabel.d.ts +4 -4
- package/es/src/business/ap-label/ApLabel.mjs +5 -6
- package/es/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +29 -0
- package/es/src/business/ap-label/group/style/css.d.ts +0 -0
- package/es/src/business/ap-label/group/style/css.js +1 -0
- package/es/src/business/ap-label/group/style/index.d.ts +0 -0
- package/es/src/business/ap-label/group/style/index.js +1 -0
- package/es/src/business/ap-label/index.d.ts +408 -2
- package/es/src/business/ap-label/index.mjs +9 -0
- package/es/src/business/ap-label/style/css.d.ts +0 -0
- package/es/src/business/ap-label/style/css.js +1 -0
- package/es/src/business/ap-label/style/index.d.ts +0 -0
- package/es/src/business/ap-label/style/index.js +1 -0
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +2 -3
- package/es/src/business/ap-ladder/index.d.ts +711 -0
- package/es/src/business/ap-ladder/index.mjs +9 -0
- package/es/src/business/ap-ladder/style/css.d.ts +0 -0
- package/es/src/business/ap-ladder/style/css.js +1 -0
- package/es/src/business/ap-ladder/style/style.d.ts +0 -0
- package/es/src/business/ap-select-layout/index.d.ts +48 -2
- package/es/src/business/ap-select-layout/index.mjs +8 -0
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +6 -7
- package/es/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/css.js +1 -0
- package/es/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/index.js +1 -0
- package/es/src/business/ap-status/ApStatus.vue2.mjs +2 -3
- package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +38 -0
- package/es/src/business/ap-status/group/style/css.d.ts +0 -0
- package/es/src/business/ap-status/group/style/css.js +1 -0
- package/es/src/business/ap-status/group/style/index.d.ts +0 -0
- package/es/src/business/ap-status/group/style/index.js +1 -0
- package/es/src/business/ap-status/index.d.ts +243 -2
- package/es/src/business/ap-status/index.mjs +11 -0
- package/es/src/business/ap-status/style/css.d.ts +0 -0
- package/es/src/business/ap-status/style/css.js +1 -0
- package/es/src/business/ap-status/style/index.d.ts +0 -0
- package/es/src/business/ap-status/style/index.js +1 -0
- package/es/src/business/ap-table-modal/index.d.ts +907 -307
- package/es/src/business/ap-table-modal/index.mjs +9 -8
- package/es/src/business/ap-table-modal/style/css.d.ts +0 -0
- package/es/src/business/ap-table-modal/style/css.js +1 -0
- package/es/src/business/ap-table-modal/style/index.d.ts +0 -0
- package/es/src/business/ap-table-modal/style/index.js +1 -0
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/es/src/business/ap-title/ApTitle.vue2.mjs +9 -10
- package/es/src/business/ap-title/index.d.ts +147 -0
- package/es/src/business/ap-title/index.mjs +8 -0
- package/es/src/business/ap-title/style/css.d.ts +0 -0
- package/es/src/business/ap-title/style/css.js +1 -0
- package/es/src/business/ap-title/style/index.d.ts +0 -0
- package/es/src/business/ap-title/style/index.js +1 -0
- package/es/src/business/index.d.ts +16 -3322
- package/es/src/business/index.mjs +34 -55
- package/es/src/check-card/group/style/css.d.ts +1 -0
- package/es/src/check-card/group/style/css.js +1 -0
- package/es/src/check-card/group/style/index.d.ts +1 -0
- package/es/src/check-card/group/style/index.js +1 -0
- package/es/src/check-card/index.vue2.mjs +2 -3
- package/es/src/check-card/style/css.d.ts +0 -0
- package/es/src/check-card/style/css.js +1 -0
- package/es/src/check-card/style/index.d.ts +0 -0
- package/es/src/check-card/style/index.js +1 -0
- package/es/src/components.d.ts +16 -35
- package/es/src/config-provider/config-provider-props.d.ts +1 -10
- package/es/src/config-provider/config-provider-props.mjs +2 -9
- package/es/src/config-provider/config-provider.d.ts +2 -21
- package/es/src/config-provider/config-provider.mjs +21 -27
- package/es/src/config-provider/constants.d.ts +8 -21
- package/es/src/config-provider/constants.mjs +2 -22
- package/es/src/config-provider/hooks/use-global-config.d.ts +2 -11
- package/es/src/config-provider/index.d.ts +2 -41
- package/es/src/config-provider/index.mjs +15 -16
- package/es/src/config-provider/style/css.d.ts +1 -0
- package/es/src/config-provider/style/css.js +1 -0
- package/es/src/config-provider/style/index.d.ts +1 -0
- package/es/src/config-provider/style/index.js +1 -0
- package/es/src/editable-table/form-item/style/css.d.ts +0 -0
- package/es/src/editable-table/form-item/style/css.js +1 -0
- package/es/src/editable-table/form-item/style/index.d.ts +0 -0
- package/es/src/editable-table/form-item/style/index.js +1 -0
- package/es/src/editable-table/form-item.vue.mjs +2 -3
- package/es/src/editable-table/index.vue.mjs +2 -3
- package/es/src/editable-table/style/css.d.ts +0 -0
- package/es/src/editable-table/style/css.js +1 -0
- package/es/src/editable-table/style/index.d.ts +0 -0
- package/es/src/editable-table/style/index.js +1 -0
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/index.d.ts +1 -19
- package/es/src/index.mjs +196 -292
- package/es/src/locale/lang/en.mjs +0 -64
- package/es/src/locale/lang/zh-cn.mjs +0 -55
- package/es/src/path-map.d.ts +2 -0
- package/es/src/path-map.mjs +77 -0
- package/es/src/utils/slot.d.ts +1 -16
- package/es/src/utils/slot.mjs +8 -28
- package/es/src/work-order-modal/style/css.d.ts +0 -0
- package/es/src/work-order-modal/style/css.js +4 -0
- package/es/src/work-order-modal/style/index.d.ts +0 -0
- package/es/src/work-order-modal/style/index.js +4 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -3
- package/lib/index.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/style/css.d.ts +1 -0
- package/lib/src/ap-action/group/style/css.js +1 -0
- package/lib/src/ap-action/group/style/index.d.ts +1 -0
- package/lib/src/ap-action/group/style/index.js +1 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item/style/css.d.ts +0 -0
- package/lib/src/ap-action/item/style/css.js +2 -0
- package/lib/src/ap-action/item/style/index.d.ts +0 -0
- package/lib/src/ap-action/item/style/index.js +2 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/item-dropdown/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/css.js +2 -0
- package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/index.js +2 -0
- package/lib/src/ap-action/item-modal/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-modal/style/css.js +1 -0
- package/lib/src/ap-action/item-modal/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-modal/style/index.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/lib/src/ap-action-button/style/css.d.ts +0 -0
- package/lib/src/ap-action-button/style/css.js +1 -0
- package/lib/src/ap-action-button/style/index.d.ts +0 -0
- package/lib/src/ap-action-button/style/index.js +1 -0
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/style/css.d.ts +0 -0
- package/lib/src/ap-button/style/css.js +1 -0
- package/lib/src/ap-button/style/index.d.ts +0 -0
- package/lib/src/ap-button/style/index.js +1 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue2.js +1 -1
- package/lib/src/ap-descriptions/style/css.d.ts +0 -0
- package/lib/src/ap-descriptions/style/css.js +1 -0
- package/lib/src/ap-descriptions/style/index.d.ts +0 -0
- package/lib/src/ap-descriptions/style/index.js +1 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/style/css.d.ts +0 -0
- package/lib/src/ap-download/style/css.js +1 -0
- package/lib/src/ap-download/style/index.d.ts +0 -0
- package/lib/src/ap-download/style/index.js +1 -0
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/lib/src/ap-field/checkbox/style/css.js +1 -0
- package/lib/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/lib/src/ap-field/checkbox/style/index.js +1 -0
- package/lib/src/ap-field/date/index.vue.d.ts +7 -7
- package/lib/src/ap-field/date/style/css.d.ts +1 -0
- package/lib/src/ap-field/date/style/css.js +1 -0
- package/lib/src/ap-field/date/style/index.d.ts +1 -0
- package/lib/src/ap-field/date/style/index.js +1 -0
- package/lib/src/ap-field/date-range/index.vue.d.ts +7 -7
- package/lib/src/ap-field/date-range/style/css.d.ts +1 -0
- package/lib/src/ap-field/date-range/style/css.js +1 -0
- package/lib/src/ap-field/date-range/style/index.d.ts +1 -0
- package/lib/src/ap-field/date-range/style/index.js +1 -0
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/number/style/css.d.ts +0 -0
- package/lib/src/ap-field/number/style/css.js +1 -0
- package/lib/src/ap-field/number/style/index.d.ts +0 -0
- package/lib/src/ap-field/number/style/index.js +1 -0
- package/lib/src/ap-field/password/style/css.d.ts +1 -0
- package/lib/src/ap-field/password/style/css.js +1 -0
- package/lib/src/ap-field/password/style/index.d.ts +1 -0
- package/lib/src/ap-field/password/style/index.js +1 -0
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/radio/style/css.d.ts +0 -0
- package/lib/src/ap-field/radio/style/css.js +1 -0
- package/lib/src/ap-field/radio/style/style.d.ts +0 -0
- package/lib/src/ap-field/rate/style/css.d.ts +1 -0
- package/lib/src/ap-field/rate/style/css.js +1 -0
- package/lib/src/ap-field/rate/style/index.d.ts +1 -0
- package/lib/src/ap-field/rate/style/index.js +1 -0
- package/lib/src/ap-field/segmented/style/css.d.ts +1 -0
- package/lib/src/ap-field/segmented/style/css.js +1 -0
- package/lib/src/ap-field/segmented/style/index.d.ts +1 -0
- package/lib/src/ap-field/segmented/style/index.js +1 -0
- package/lib/src/ap-field/select/index.vue.d.ts +2 -2
- package/lib/src/ap-field/select/style/css.d.ts +1 -0
- package/lib/src/ap-field/select/style/css.js +1 -0
- package/lib/src/ap-field/select/style/index.d.ts +1 -0
- package/lib/src/ap-field/select/style/index.js +1 -0
- package/lib/src/ap-field/slider/index.vue.d.ts +1 -1
- package/lib/src/ap-field/slider/style/css.d.ts +1 -0
- package/lib/src/ap-field/slider/style/css.js +1 -0
- package/lib/src/ap-field/slider/style/index.d.ts +1 -0
- package/lib/src/ap-field/slider/style/index.js +1 -0
- package/lib/src/ap-field/style/css.d.ts +0 -0
- package/lib/src/ap-field/style/css.js +1 -0
- package/lib/src/ap-field/style/index.d.ts +0 -0
- package/lib/src/ap-field/style/index.js +1 -0
- package/lib/src/ap-field/switch/style/css.d.ts +1 -0
- package/lib/src/ap-field/switch/style/css.js +1 -0
- package/lib/src/ap-field/switch/style/index.d.ts +1 -0
- package/lib/src/ap-field/switch/style/index.js +1 -0
- package/lib/src/ap-field/text/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text/password.vue.d.ts +3 -3
- package/lib/src/ap-field/text/style/css.d.ts +1 -0
- package/lib/src/ap-field/text/style/css.js +1 -0
- package/lib/src/ap-field/text/style/index.d.ts +1 -0
- package/lib/src/ap-field/text/style/index.js +1 -0
- package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/style/css.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/css.js +1 -0
- package/lib/src/ap-field/text-area/style/index.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/index.js +1 -0
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
- package/lib/src/ap-form/dependency/style/css.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/css.js +1 -0
- package/lib/src/ap-form/dependency/style/index.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/index.js +1 -0
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -0
- package/lib/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/css.js +1 -0
- package/lib/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/index.js +1 -0
- package/lib/src/ap-form/index.d.ts +4 -4
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/item/index.vue.d.ts +1059 -0
- package/lib/src/ap-form/item/index.vue.js +1 -0
- package/lib/src/ap-form/item/index.vue2.js +1 -0
- package/lib/src/ap-form/item/style/css.d.ts +0 -0
- package/lib/src/ap-form/item/style/css.js +1 -0
- package/lib/src/ap-form/item/style/style.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/index.js +1 -0
- package/lib/src/ap-form/item-date/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/css.js +1 -0
- package/lib/src/ap-form/item-date/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/index.js +1 -0
- package/lib/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/css.js +1 -0
- package/lib/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/index.js +1 -0
- package/lib/src/ap-form/item-group/index.vue.js +1 -0
- package/lib/src/ap-form/item-group/index.vue2.js +1 -0
- package/lib/src/ap-form/item-group/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/css.js +1 -0
- package/lib/src/ap-form/item-group/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/index.js +1 -0
- package/lib/src/ap-form/item-number/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-number/style/css.js +1 -0
- package/lib/src/ap-form/item-number/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-number/style/index.js +1 -0
- package/lib/src/ap-form/item-radio/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-radio/style/css.js +1 -0
- package/lib/src/ap-form/item-radio/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-radio/style/index.js +1 -0
- package/lib/src/ap-form/item-select/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/css.js +1 -0
- package/lib/src/ap-form/item-select/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/index.js +1 -0
- package/lib/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/css.js +1 -0
- package/lib/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/index.js +1 -0
- package/lib/src/ap-form/item-text/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/css.js +1 -0
- package/lib/src/ap-form/item-text/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/index.js +1 -0
- package/lib/src/ap-form/item-text-area/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-text-area/style/css.js +1 -0
- package/lib/src/ap-form/item-text-area/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-text-area/style/index.js +1 -0
- package/lib/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/css.js +1 -0
- package/lib/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/index.js +1 -0
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +93 -93
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +23 -23
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +99 -99
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +118 -118
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +78 -78
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/list/index.vue.d.ts +41 -0
- package/lib/src/ap-form/list/index.vue.js +1 -0
- package/lib/src/ap-form/list/index.vue2.js +1 -0
- package/lib/src/ap-form/list/style/css.d.ts +1 -0
- package/lib/src/ap-form/list/style/css.js +1 -0
- package/lib/src/ap-form/list/style/index.d.ts +1 -0
- package/lib/src/ap-form/list/style/index.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/css.js +1 -0
- package/lib/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/index.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/css.js +1 -0
- package/lib/src/ap-form/search-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/index.js +1 -0
- package/lib/src/ap-form/set/style/css.d.ts +1 -0
- package/lib/src/ap-form/set/style/css.js +1 -0
- package/lib/src/ap-form/set/style/index.d.ts +1 -0
- package/lib/src/ap-form/set/style/index.js +1 -0
- package/lib/src/ap-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/style/css.js +1 -0
- package/lib/src/ap-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/style/index.js +1 -0
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -0
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -0
- package/lib/src/ap-info-layout/style/css.d.ts +0 -0
- package/lib/src/ap-info-layout/style/css.js +1 -0
- package/lib/src/ap-info-layout/style/index.d.ts +0 -0
- package/lib/src/ap-info-layout/style/index.js +1 -0
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/style/css.d.ts +0 -0
- package/lib/src/ap-list/style/css.js +1 -0
- package/lib/src/ap-list/style/index.d.ts +0 -0
- package/lib/src/ap-list/style/index.js +1 -0
- package/lib/src/ap-modal/style/css.d.ts +1 -0
- package/lib/src/ap-modal/style/css.js +1 -0
- package/lib/src/ap-modal/style/index.d.ts +1 -0
- package/lib/src/ap-modal/style/index.js +1 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/components/index/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +2263 -2263
- package/lib/src/ap-table/style/css.d.ts +0 -0
- package/lib/src/ap-table/style/css.js +1 -0
- package/lib/src/ap-table/style/index.d.ts +0 -0
- package/lib/src/ap-table/style/index.js +1 -0
- package/lib/src/ap-table/utils.d.ts +1075 -1073
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/group/style/css.d.ts +0 -0
- package/lib/src/ap-tag/group/style/css.js +2 -0
- package/lib/src/ap-tag/group/style/index.d.ts +0 -0
- package/lib/src/ap-tag/group/style/index.js +2 -0
- package/lib/src/ap-tag/style/css.d.ts +0 -0
- package/lib/src/ap-tag/style/css.js +1 -0
- package/lib/src/ap-tag/style/index.d.ts +0 -0
- package/lib/src/ap-tag/style/index.js +1 -0
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/ap-upload/style/css.d.ts +0 -0
- package/lib/src/ap-upload/style/css.js +1 -0
- package/lib/src/ap-upload/style/index.d.ts +0 -0
- package/lib/src/ap-upload/style/index.js +1 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/index.d.ts +214 -1
- package/lib/src/business/ap-attachment/index.js +1 -0
- package/lib/src/business/ap-attachment/style/css.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/css.js +1 -0
- package/lib/src/business/ap-attachment/style/index.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/index.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action/index.d.ts +53 -0
- package/lib/src/business/ap-batch-action/index.js +1 -0
- package/lib/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/css.js +1 -0
- package/lib/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/lib/src/business/ap-batch-action-group/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/lib/src/business/ap-batch-action-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action-group/style/css.js +1 -0
- package/lib/src/business/ap-batch-action-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
- package/lib/src/business/ap-button-group/index.d.ts +611 -0
- package/lib/src/business/ap-button-group/index.js +1 -0
- package/lib/src/business/ap-button-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-button-group/style/css.js +1 -0
- package/lib/src/business/ap-button-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-button-group/style/index.js +1 -0
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/business/ap-card/index.d.ts +53 -0
- package/lib/src/business/ap-card/index.js +1 -0
- package/lib/src/business/ap-card/style/css.d.ts +0 -0
- package/lib/src/business/ap-card/style/css.js +2 -0
- package/lib/src/business/ap-card/style/index.d.ts +0 -0
- package/lib/src/business/ap-card/style/index.js +2 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +63 -0
- package/lib/src/business/ap-expand-alert/index.js +1 -0
- package/lib/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/css.js +2 -0
- package/lib/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/index.js +2 -0
- package/lib/src/business/ap-export-group/index.d.ts +145 -0
- package/lib/src/business/ap-export-group/index.js +1 -0
- package/lib/src/business/ap-export-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/css.js +1 -0
- package/lib/src/business/ap-export-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/index.js +1 -0
- package/lib/src/business/ap-image/index.d.ts +168 -0
- package/lib/src/business/ap-image/index.js +1 -0
- package/lib/src/business/ap-image/style/css.d.ts +1 -0
- package/lib/src/business/ap-image/style/css.js +1 -0
- package/lib/src/business/ap-image/style/index.d.ts +1 -0
- package/lib/src/business/ap-image/style/index.js +1 -0
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +371 -1
- package/lib/src/business/ap-input-radio/index.js +1 -0
- package/lib/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/css.js +1 -0
- package/lib/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/index.js +1 -0
- package/lib/src/business/ap-label/ApLabel.d.ts +4 -4
- package/lib/src/business/ap-label/ApLabel.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/group/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/group/style/css.js +1 -0
- package/lib/src/business/ap-label/group/style/index.d.ts +0 -0
- package/lib/src/business/ap-label/group/style/index.js +1 -0
- package/lib/src/business/ap-label/index.d.ts +408 -2
- package/lib/src/business/ap-label/index.js +1 -0
- package/lib/src/business/ap-label/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/style/css.js +1 -0
- package/lib/src/business/ap-label/style/index.d.ts +0 -0
- package/lib/src/business/ap-label/style/index.js +1 -0
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +711 -0
- package/lib/src/business/ap-ladder/index.js +1 -0
- package/lib/src/business/ap-ladder/style/css.d.ts +0 -0
- package/lib/src/business/ap-ladder/style/css.js +1 -0
- package/lib/src/business/ap-ladder/style/style.d.ts +0 -0
- package/lib/src/business/ap-select-layout/index.d.ts +48 -2
- package/lib/src/business/ap-select-layout/index.js +1 -0
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/css.js +1 -0
- package/lib/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/index.js +1 -0
- package/lib/src/business/ap-status/ApStatus.vue2.js +1 -1
- package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/lib/src/business/ap-status/group/ApStatusGroup.vue2.js +1 -0
- package/lib/src/business/ap-status/group/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/group/style/css.js +1 -0
- package/lib/src/business/ap-status/group/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/group/style/index.js +1 -0
- package/lib/src/business/ap-status/index.d.ts +243 -2
- package/lib/src/business/ap-status/index.js +1 -0
- package/lib/src/business/ap-status/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/style/css.js +1 -0
- package/lib/src/business/ap-status/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/index.d.ts +907 -307
- package/lib/src/business/ap-table-modal/index.js +1 -1
- package/lib/src/business/ap-table-modal/style/css.d.ts +0 -0
- package/lib/src/business/ap-table-modal/style/css.js +1 -0
- package/lib/src/business/ap-table-modal/style/index.d.ts +0 -0
- package/lib/src/business/ap-table-modal/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
- package/lib/src/business/ap-title/index.d.ts +147 -0
- package/lib/src/business/ap-title/index.js +1 -0
- package/lib/src/business/ap-title/style/css.d.ts +0 -0
- package/lib/src/business/ap-title/style/css.js +1 -0
- package/lib/src/business/ap-title/style/index.d.ts +0 -0
- package/lib/src/business/ap-title/style/index.js +1 -0
- package/lib/src/business/index.d.ts +16 -3322
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group/style/css.d.ts +1 -0
- package/lib/src/check-card/group/style/css.js +1 -0
- package/lib/src/check-card/group/style/index.d.ts +1 -0
- package/lib/src/check-card/group/style/index.js +1 -0
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/style/css.d.ts +0 -0
- package/lib/src/check-card/style/css.js +1 -0
- package/lib/src/check-card/style/index.d.ts +0 -0
- package/lib/src/check-card/style/index.js +1 -0
- package/lib/src/components.d.ts +16 -35
- package/lib/src/config-provider/config-provider-props.d.ts +1 -10
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +2 -21
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +8 -21
- package/lib/src/config-provider/constants.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -11
- package/lib/src/config-provider/index.d.ts +2 -41
- package/lib/src/config-provider/index.js +1 -1
- package/lib/src/config-provider/style/css.d.ts +1 -0
- package/lib/src/config-provider/style/css.js +1 -0
- package/lib/src/config-provider/style/index.d.ts +1 -0
- package/lib/src/config-provider/style/index.js +1 -0
- package/lib/src/editable-table/form-item/style/css.d.ts +0 -0
- package/lib/src/editable-table/form-item/style/css.js +1 -0
- package/lib/src/editable-table/form-item/style/index.d.ts +0 -0
- package/lib/src/editable-table/form-item/style/index.js +1 -0
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/style/css.d.ts +0 -0
- package/lib/src/editable-table/style/css.js +1 -0
- package/lib/src/editable-table/style/index.d.ts +0 -0
- package/lib/src/editable-table/style/index.js +1 -0
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/index.d.ts +1 -19
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.d.ts +2 -0
- package/lib/src/path-map.js +1 -0
- package/lib/src/utils/slot.d.ts +1 -16
- package/lib/src/utils/slot.js +1 -1
- package/lib/src/work-order-modal/style/css.d.ts +0 -0
- package/lib/src/work-order-modal/style/css.js +4 -0
- package/lib/src/work-order-modal/style/index.d.ts +0 -0
- package/lib/src/work-order-modal/style/index.js +4 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +5 -4
- package/es/src/ap-action/style/item-dropdown.css +0 -14
- package/es/src/ap-action/style/item.css +0 -33
- package/es/src/ap-button/index.css +0 -6
- package/es/src/ap-custom-column/column-select.vue.d.ts +0 -17
- package/es/src/ap-custom-column/column-select.vue.mjs +0 -103
- package/es/src/ap-custom-column/column-select.vue2.mjs +0 -4
- package/es/src/ap-custom-column/custom-column.vue.d.ts +0 -17
- package/es/src/ap-custom-column/custom-column.vue.mjs +0 -87
- package/es/src/ap-custom-column/custom-column.vue2.mjs +0 -4
- package/es/src/ap-custom-column/index.d.ts +0 -6
- package/es/src/ap-custom-column/index.mjs +0 -9
- package/es/src/ap-custom-column/interfaces.d.ts +0 -40
- package/es/src/ap-custom-column/interfaces.mjs +0 -1
- package/es/src/ap-custom-column/storage.d.ts +0 -8
- package/es/src/ap-custom-column/storage.mjs +0 -29
- package/es/src/ap-custom-column/styles/column-select.css +0 -44
- package/es/src/ap-custom-column/styles/custom-column.css +0 -46
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
- package/es/src/ap-custom-column/useCacheColumnSetting.mjs +0 -9
- package/es/src/ap-custom-column/utils.d.ts +0 -2
- package/es/src/ap-custom-column/utils.mjs +0 -17
- package/es/src/ap-descriptions/style/ap-descriptions.css +0 -53
- package/es/src/ap-download/style/ap-download.css +0 -54
- package/es/src/ap-field/checkbox/style.css +0 -7
- package/es/src/ap-field/number/style.css +0 -6
- package/es/src/ap-field/radio/style.css +0 -4
- package/es/src/ap-field/text-area/style.css +0 -5
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +0 -63
- package/es/src/ap-form/ap-form-item.vue.d.ts +0 -1059
- package/es/src/ap-form/ap-form-item.vue.mjs +0 -189
- package/es/src/ap-form/ap-form-item.vue2.mjs +0 -4
- package/es/src/ap-form/ap-form-list.vue.d.ts +0 -41
- package/es/src/ap-form/ap-form-list.vue.mjs +0 -51
- package/es/src/ap-form/ap-form-list.vue2.mjs +0 -4
- package/es/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
- package/es/src/ap-form/modal-form/drawer.vue.mjs +0 -288
- package/es/src/ap-form/modal-form/drawer.vue2.mjs +0 -4
- package/es/src/ap-form/style/ap-form-item-group.css +0 -9
- package/es/src/ap-form/style/ap-form-item.css +0 -63
- package/es/src/ap-form/style/drawer-form.css +0 -10
- package/es/src/ap-form/style/modal-form.css +0 -21
- package/es/src/ap-form/style/search-form.css +0 -9
- package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -42
- package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -72
- package/es/src/ap-layout/style/ap-info-layout.css +0 -36
- package/es/src/ap-list/style/index.css +0 -11
- package/es/src/ap-table/components/style/index.css +0 -12
- package/es/src/ap-table/components/style/pagination.css +0 -12
- package/es/src/ap-table/components/style/setting/modal.css +0 -51
- package/es/src/ap-table/components/style/setting/select-group.css +0 -7
- package/es/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
- package/es/src/ap-table/components/style/setting/sortable-item.css +0 -3
- package/es/src/ap-table/components/style/setting/sorter.css +0 -26
- package/es/src/ap-table/style/ap-table.css +0 -134
- package/es/src/ap-tag/style/ap-tag-group.css +0 -15
- package/es/src/ap-tag/style/ap-tag.css +0 -41
- package/es/src/ap-upload/styles/multiple-file.css +0 -62
- package/es/src/ap-upload/styles/picture.css +0 -112
- package/es/src/ap-upload/styles/single-file.css +0 -98
- package/es/src/ap-upload/styles/upload.css +0 -6
- package/es/src/base-button/button.vue.d.ts +0 -42
- package/es/src/base-button/button.vue.mjs +0 -4
- package/es/src/base-button/button.vue2.mjs +0 -61
- package/es/src/base-button/constants.d.ts +0 -26
- package/es/src/base-button/constants.mjs +0 -27
- package/es/src/base-button/index.d.ts +0 -137
- package/es/src/base-button/index.mjs +0 -10
- package/es/src/base-button/interface.d.ts +0 -16
- package/es/src/base-button/modal-button.vue.d.ts +0 -27
- package/es/src/base-button/modal-button.vue.mjs +0 -54
- package/es/src/base-button/modal-button.vue2.mjs +0 -4
- package/es/src/base-button/pop-confirm-button.vue.d.ts +0 -17
- package/es/src/base-button/pop-confirm-button.vue.mjs +0 -33
- package/es/src/base-button/pop-confirm-button.vue2.mjs +0 -4
- package/es/src/basic/arrow.vue.d.ts +0 -13
- package/es/src/basic/arrow.vue.mjs +0 -4
- package/es/src/basic/arrow.vue2.mjs +0 -40
- package/es/src/basic/help.vue.d.ts +0 -100
- package/es/src/basic/help.vue.mjs +0 -4
- package/es/src/basic/help.vue2.mjs +0 -98
- package/es/src/basic/index.d.ts +0 -270
- package/es/src/basic/index.mjs +0 -14
- package/es/src/basic/interface.d.ts +0 -21
- package/es/src/basic/style/arrow.css +0 -25
- package/es/src/basic/style/help.css +0 -16
- package/es/src/basic/style/title.css +0 -27
- package/es/src/basic/title.vue.d.ts +0 -41
- package/es/src/basic/title.vue.mjs +0 -4
- package/es/src/basic/title.vue2.mjs +0 -35
- package/es/src/business/ap-attachment/style.css +0 -68
- package/es/src/business/ap-batch-action/index.css +0 -26
- package/es/src/business/ap-card/index.css +0 -10
- package/es/src/business/ap-expand-alert/style.css +0 -51
- package/es/src/business/ap-input-radio/style.css +0 -7
- package/es/src/business/ap-label/ApLabelGroup.d.ts +0 -43
- package/es/src/business/ap-label/ApLabelGroup.mjs +0 -29
- package/es/src/business/ap-label/style.css +0 -33
- package/es/src/business/ap-ladder/style.css +0 -56
- package/es/src/business/ap-select-layout/index.css +0 -126
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
- package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +0 -38
- package/es/src/business/ap-status/style.css +0 -26
- package/es/src/business/ap-title/style.css +0 -59
- package/es/src/business/not-found/interface.d.ts +0 -24
- package/es/src/business/not-found/style.css +0 -9
- package/es/src/button/button.vue.d.ts +0 -30
- package/es/src/button/index.d.ts +0 -51
- package/es/src/button/style/index.css +0 -31
- package/es/src/check-card/style/index.css +0 -81
- package/es/src/container/collapse/header.vue.d.ts +0 -35
- package/es/src/container/collapse/header.vue.mjs +0 -4
- package/es/src/container/collapse/header.vue2.mjs +0 -51
- package/es/src/container/collapse/index.vue.d.ts +0 -120
- package/es/src/container/collapse/index.vue.mjs +0 -4
- package/es/src/container/collapse/index.vue2.mjs +0 -88
- package/es/src/container/collapse/style/header.css +0 -16
- package/es/src/container/collapse/style/index.css +0 -11
- package/es/src/container/index.d.ts +0 -178
- package/es/src/container/index.mjs +0 -11
- package/es/src/container/interface.d.ts +0 -18
- package/es/src/container/scroll-container.vue.d.ts +0 -198
- package/es/src/container/scroll-container.vue.mjs +0 -4
- package/es/src/container/scroll-container.vue2.mjs +0 -62
- package/es/src/container/style/scroll-container.css +0 -10
- package/es/src/count-down/button.vue.d.ts +0 -27
- package/es/src/count-down/button.vue.mjs +0 -4
- package/es/src/count-down/button.vue2.mjs +0 -46
- package/es/src/count-down/index.d.ts +0 -150
- package/es/src/count-down/index.mjs +0 -11
- package/es/src/count-down/input.vue.d.ts +0 -39
- package/es/src/count-down/input.vue.mjs +0 -4
- package/es/src/count-down/input.vue2.mjs +0 -47
- package/es/src/count-down/interface.d.ts +0 -12
- package/es/src/count-down/style/input.css +0 -8
- package/es/src/cropper/cropper-avatar.vue.d.ts +0 -45
- package/es/src/cropper/cropper-avatar.vue.mjs +0 -4
- package/es/src/cropper/cropper-avatar.vue2.mjs +0 -98
- package/es/src/cropper/cropper-image.vue.d.ts +0 -50
- package/es/src/cropper/cropper-image.vue.mjs +0 -4
- package/es/src/cropper/cropper-image.vue2.mjs +0 -131
- package/es/src/cropper/cropper-modal.vue.d.ts +0 -46
- package/es/src/cropper/cropper-modal.vue.mjs +0 -4
- package/es/src/cropper/cropper-modal.vue2.mjs +0 -273
- package/es/src/cropper/index.d.ts +0 -369
- package/es/src/cropper/index.mjs +0 -11
- package/es/src/cropper/interface.d.ts +0 -31
- package/es/src/cropper/style/avatar.css +0 -34
- package/es/src/cropper/style/image.css +0 -4
- package/es/src/cropper/style/modal.css +0 -47
- package/es/src/description/description.vue.d.ts +0 -95
- package/es/src/description/description.vue.mjs +0 -4
- package/es/src/description/description.vue2.mjs +0 -171
- package/es/src/description/index.d.ts +0 -214
- package/es/src/description/index.mjs +0 -10
- package/es/src/description/interface.d.ts +0 -39
- package/es/src/description/use-description.d.ts +0 -2
- package/es/src/description/use-description.mjs +0 -21
- package/es/src/dropdown/dropdown.vue.d.ts +0 -52
- package/es/src/dropdown/dropdown.vue.mjs +0 -4
- package/es/src/dropdown/dropdown.vue2.mjs +0 -94
- package/es/src/dropdown/index.d.ts +0 -113
- package/es/src/dropdown/index.mjs +0 -8
- package/es/src/dropdown/interface.d.ts +0 -16
- package/es/src/editable-table/style/index.css +0 -58
- package/es/src/icon/icon.vue.d.ts +0 -33
- package/es/src/icon/icon.vue.mjs +0 -4
- package/es/src/icon/icon.vue2.mjs +0 -66
- package/es/src/icon/index.d.ts +0 -208
- package/es/src/icon/index.mjs +0 -11
- package/es/src/icon/interface.d.ts +0 -28
- package/es/src/icon/style/icon.css +0 -30
- package/es/src/icon/style/index.css +0 -3
- package/es/src/icon/style/svg-icon.css +0 -5
- package/es/src/icon/svg-icon.vue.d.ts +0 -33
- package/es/src/icon/svg-icon.vue.mjs +0 -4
- package/es/src/icon/svg-icon.vue2.mjs +0 -34
- package/es/src/icon-picker/data.d.ts +0 -5
- package/es/src/icon-picker/data.mjs +0 -796
- package/es/src/icon-picker/icon-picker.vue.d.ts +0 -51
- package/es/src/icon-picker/icon-picker.vue.mjs +0 -4
- package/es/src/icon-picker/icon-picker.vue2.mjs +0 -170
- package/es/src/icon-picker/index.d.ts +0 -190
- package/es/src/icon-picker/index.mjs +0 -9
- package/es/src/icon-picker/interface.d.ts +0 -13
- package/es/src/icon-picker/style/index.css +0 -61
- package/es/src/modal/basic.vue.d.ts +0 -481
- package/es/src/modal/basic.vue.mjs +0 -4
- package/es/src/modal/basic.vue2.mjs +0 -200
- package/es/src/modal/components/modal-close.vue.d.ts +0 -33
- package/es/src/modal/components/modal-close.vue.mjs +0 -4
- package/es/src/modal/components/modal-close.vue2.mjs +0 -74
- package/es/src/modal/components/modal-footer.vue.d.ts +0 -273
- package/es/src/modal/components/modal-footer.vue.mjs +0 -4
- package/es/src/modal/components/modal-footer.vue2.mjs +0 -45
- package/es/src/modal/components/modal-header.vue.d.ts +0 -13
- package/es/src/modal/components/modal-header.vue.mjs +0 -4
- package/es/src/modal/components/modal-header.vue2.mjs +0 -21
- package/es/src/modal/components/modal-wrapper.vue.d.ts +0 -177
- package/es/src/modal/components/modal-wrapper.vue.mjs +0 -4
- package/es/src/modal/components/modal-wrapper.vue2.mjs +0 -100
- package/es/src/modal/components/modal.d.ts +0 -253
- package/es/src/modal/components/modal.mjs +0 -47
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
- package/es/src/modal/hooks/use-moda-full-screen.mjs +0 -14
- package/es/src/modal/hooks/use-modal-context.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-context.mjs +0 -12
- package/es/src/modal/hooks/use-modal-drag.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-drag.mjs +0 -35
- package/es/src/modal/hooks/use-modal.d.ts +0 -7
- package/es/src/modal/hooks/use-modal.mjs +0 -101
- package/es/src/modal/index.d.ts +0 -870
- package/es/src/modal/index.mjs +0 -13
- package/es/src/modal/interface.d.ts +0 -181
- package/es/src/modal/props.d.ts +0 -186
- package/es/src/modal/props.mjs +0 -72
- package/es/src/modal/style/close.css +0 -25
- package/es/src/pro-form/component-map.d.ts +0 -6
- package/es/src/pro-form/component-map.mjs +0 -68
- package/es/src/pro-form/components/api-cascader.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-cascader.vue.mjs +0 -150
- package/es/src/pro-form/components/api-cascader.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
- package/es/src/pro-form/components/api-radio-group.vue.mjs +0 -110
- package/es/src/pro-form/components/api-radio-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-select.vue.d.ts +0 -79
- package/es/src/pro-form/components/api-select.vue.mjs +0 -117
- package/es/src/pro-form/components/api-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-transfer.vue.d.ts +0 -54
- package/es/src/pro-form/components/api-transfer.vue.mjs +0 -84
- package/es/src/pro-form/components/api-transfer.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
- package/es/src/pro-form/components/api-tree-select.vue.mjs +0 -90
- package/es/src/pro-form/components/api-tree-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-tree.vue.mjs +0 -69
- package/es/src/pro-form/components/api-tree.vue2.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue.d.ts +0 -68
- package/es/src/pro-form/components/form-action.vue.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue2.mjs +0 -109
- package/es/src/pro-form/components/form-item.vue.d.ts +0 -72
- package/es/src/pro-form/components/form-item.vue.mjs +0 -4
- package/es/src/pro-form/components/form-item.vue2.mjs +0 -354
- package/es/src/pro-form/components/interface.d.ts +0 -118
- package/es/src/pro-form/components/interface.mjs +0 -1
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
- package/es/src/pro-form/components/radio-button-group.vue.mjs +0 -58
- package/es/src/pro-form/components/radio-button-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/style/form-action.css +0 -6
- package/es/src/pro-form/components/style/form-item.css +0 -16
- package/es/src/pro-form/helper.d.ts +0 -11
- package/es/src/pro-form/helper.mjs +0 -47
- package/es/src/pro-form/hooks/use-advanced.d.ts +0 -17
- package/es/src/pro-form/hooks/use-advanced.mjs +0 -79
- package/es/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
- package/es/src/pro-form/hooks/use-auto-focus.mjs +0 -26
- package/es/src/pro-form/hooks/use-break-point.d.ts +0 -24
- package/es/src/pro-form/hooks/use-break-point.mjs +0 -79
- package/es/src/pro-form/hooks/use-component-register.d.ts +0 -3
- package/es/src/pro-form/hooks/use-component-register.mjs +0 -13
- package/es/src/pro-form/hooks/use-form-context.d.ts +0 -8
- package/es/src/pro-form/hooks/use-form-context.mjs +0 -12
- package/es/src/pro-form/hooks/use-form-events.d.ts +0 -29
- package/es/src/pro-form/hooks/use-form-events.mjs +0 -253
- package/es/src/pro-form/hooks/use-form-item.d.ts +0 -2
- package/es/src/pro-form/hooks/use-form-item.mjs +0 -24
- package/es/src/pro-form/hooks/use-form-values.d.ts +0 -14
- package/es/src/pro-form/hooks/use-form-values.mjs +0 -85
- package/es/src/pro-form/hooks/use-form.d.ts +0 -11
- package/es/src/pro-form/hooks/use-form.mjs +0 -71
- package/es/src/pro-form/hooks/use-label-width.d.ts +0 -311
- package/es/src/pro-form/hooks/use-label-width.mjs +0 -30
- package/es/src/pro-form/index.d.ts +0 -27
- package/es/src/pro-form/index.mjs +0 -46
- package/es/src/pro-form/interface.d.ts +0 -4
- package/es/src/pro-form/pro-form.vue.d.ts +0 -985
- package/es/src/pro-form/pro-form.vue.mjs +0 -289
- package/es/src/pro-form/pro-form.vue2.mjs +0 -4
- package/es/src/pro-form/style/index.css +0 -6
- package/es/src/pro-form/style/table-form.css +0 -104
- package/es/src/pro-form/table-form-inner.vue.d.ts +0 -44
- package/es/src/pro-form/table-form-inner.vue.mjs +0 -176
- package/es/src/pro-form/table-form-inner.vue2.mjs +0 -4
- package/es/src/pro-form/table-form.vue.d.ts +0 -42
- package/es/src/pro-form/table-form.vue.mjs +0 -41
- package/es/src/pro-form/table-form.vue2.mjs +0 -4
- package/es/src/pro-form/types/form-item.d.ts +0 -82
- package/es/src/pro-form/types/form-item.mjs +0 -1
- package/es/src/pro-form/types/form.d.ts +0 -152
- package/es/src/pro-form/types/form.mjs +0 -10
- package/es/src/pro-form/types/index.d.ts +0 -158
- package/es/src/pro-form/types/table-form.d.ts +0 -36
- package/es/src/pro-form/types/table-form.mjs +0 -1
- package/es/src/pro-table/component-map.d.ts +0 -6
- package/es/src/pro-table/component-map.mjs +0 -31
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.mjs +0 -19
- package/es/src/pro-table/components/edit-table-header-icon.vue2.mjs +0 -4
- package/es/src/pro-table/components/editable/cell-component.d.ts +0 -13
- package/es/src/pro-table/components/editable/cell-component.mjs +0 -27
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
- package/es/src/pro-table/components/editable/editable-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +0 -376
- package/es/src/pro-table/components/editable/helper.d.ts +0 -6
- package/es/src/pro-table/components/editable/helper.mjs +0 -6
- package/es/src/pro-table/components/editable/index.d.ts +0 -23
- package/es/src/pro-table/components/editable/index.mjs +0 -24
- package/es/src/pro-table/components/header-cell.vue.d.ts +0 -16
- package/es/src/pro-table/components/header-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/header-cell.vue2.mjs +0 -46
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
- package/es/src/pro-table/components/settings/column-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/column-setting.vue2.mjs +0 -310
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +0 -32
- package/es/src/pro-table/components/settings/index.vue.d.ts +0 -20
- package/es/src/pro-table/components/settings/index.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/index.vue2.mjs +0 -65
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/redo-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +0 -28
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/size-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/size-setting.vue2.mjs +0 -73
- package/es/src/pro-table/components/style/column-settings.css +0 -57
- package/es/src/pro-table/components/style/editable-cell.css +0 -59
- package/es/src/pro-table/components/style/header-cell.css +0 -4
- package/es/src/pro-table/components/style/table-action.css +0 -40
- package/es/src/pro-table/components/style/table-header.css +0 -9
- package/es/src/pro-table/components/style/table-image.css +0 -18
- package/es/src/pro-table/components/style/table-selection-bar.css +0 -8
- package/es/src/pro-table/components/style/table-setting.css +0 -7
- package/es/src/pro-table/components/style/table-title.css +0 -5
- package/es/src/pro-table/components/table-action.vue.d.ts +0 -64
- package/es/src/pro-table/components/table-action.vue.mjs +0 -174
- package/es/src/pro-table/components/table-action.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue.d.ts +0 -45
- package/es/src/pro-table/components/table-footer.vue.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue2.mjs +0 -63
- package/es/src/pro-table/components/table-header.vue.d.ts +0 -79
- package/es/src/pro-table/components/table-header.vue.mjs +0 -4
- package/es/src/pro-table/components/table-header.vue2.mjs +0 -91
- package/es/src/pro-table/components/table-image.vue.d.ts +0 -47
- package/es/src/pro-table/components/table-image.vue.mjs +0 -68
- package/es/src/pro-table/components/table-image.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
- package/es/src/pro-table/components/table-selection-bar.vue.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue2.mjs +0 -42
- package/es/src/pro-table/components/table-title.vue.d.ts +0 -23
- package/es/src/pro-table/components/table-title.vue.mjs +0 -4
- package/es/src/pro-table/components/table-title.vue2.mjs +0 -43
- package/es/src/pro-table/const.d.ts +0 -6
- package/es/src/pro-table/const.mjs +0 -13
- package/es/src/pro-table/directives/click-outside.d.ts +0 -3
- package/es/src/pro-table/directives/click-outside.mjs +0 -35
- package/es/src/pro-table/helper.d.ts +0 -3
- package/es/src/pro-table/helper.mjs +0 -11
- package/es/src/pro-table/hooks/use-columns.d.ts +0 -16
- package/es/src/pro-table/hooks/use-columns.mjs +0 -212
- package/es/src/pro-table/hooks/use-custom-row.d.ts +0 -21
- package/es/src/pro-table/hooks/use-custom-row.mjs +0 -66
- package/es/src/pro-table/hooks/use-data-source.d.ts +0 -31
- package/es/src/pro-table/hooks/use-data-source.mjs +0 -228
- package/es/src/pro-table/hooks/use-loading.d.ts +0 -6
- package/es/src/pro-table/hooks/use-loading.mjs +0 -18
- package/es/src/pro-table/hooks/use-pagination.d.ts +0 -10
- package/es/src/pro-table/hooks/use-pagination.mjs +0 -69
- package/es/src/pro-table/hooks/use-row-selection.d.ts +0 -14
- package/es/src/pro-table/hooks/use-row-selection.mjs +0 -129
- package/es/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
- package/es/src/pro-table/hooks/use-scroll-to.mjs +0 -34
- package/es/src/pro-table/hooks/use-table-context.d.ts +0 -13
- package/es/src/pro-table/hooks/use-table-context.mjs +0 -12
- package/es/src/pro-table/hooks/use-table-expand.d.ts +0 -19
- package/es/src/pro-table/hooks/use-table-expand.mjs +0 -80
- package/es/src/pro-table/hooks/use-table-footer.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-footer.mjs +0 -39
- package/es/src/pro-table/hooks/use-table-form.d.ts +0 -10
- package/es/src/pro-table/hooks/use-table-form.mjs +0 -33
- package/es/src/pro-table/hooks/use-table-header.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-header.mjs +0 -46
- package/es/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
- package/es/src/pro-table/hooks/use-table-scroll.mjs +0 -154
- package/es/src/pro-table/hooks/use-table-style.d.ts +0 -5
- package/es/src/pro-table/hooks/use-table-style.mjs +0 -14
- package/es/src/pro-table/hooks/use-table.d.ts +0 -17
- package/es/src/pro-table/hooks/use-table.mjs +0 -96
- package/es/src/pro-table/index.d.ts +0 -10
- package/es/src/pro-table/index.mjs +0 -12
- package/es/src/pro-table/interface.d.ts +0 -65
- package/es/src/pro-table/interface.mjs +0 -1
- package/es/src/pro-table/pro-table.vue.d.ts +0 -2192
- package/es/src/pro-table/pro-table.vue.mjs +0 -346
- package/es/src/pro-table/pro-table.vue2.mjs +0 -4
- package/es/src/pro-table/style/pro-table.css +0 -93
- package/es/src/pro-table/types/pagination.d.ts +0 -93
- package/es/src/pro-table/types/pagination.mjs +0 -1
- package/es/src/pro-table/types/table-action.d.ts +0 -24
- package/es/src/pro-table/types/table-action.mjs +0 -1
- package/es/src/pro-table/types/table.d.ts +0 -383
- package/es/src/pro-table/types/table.mjs +0 -1
- package/es/src/prompt/dialog.vue.d.ts +0 -13
- package/es/src/prompt/dialog.vue.mjs +0 -4
- package/es/src/prompt/dialog.vue2.mjs +0 -60
- package/es/src/prompt/index.d.ts +0 -10
- package/es/src/prompt/index.mjs +0 -34
- package/es/src/prompt/interface.d.ts +0 -23
- package/es/src/prompt/style/dialog.css +0 -4
- package/es/src/prompt/utils.d.ts +0 -11
- package/es/src/prompt/utils.mjs +0 -43
- package/es/src/scroll-bar/bar-item.d.ts +0 -15
- package/es/src/scroll-bar/bar-item.mjs +0 -63
- package/es/src/scroll-bar/index.d.ts +0 -176
- package/es/src/scroll-bar/index.mjs +0 -9
- package/es/src/scroll-bar/interface.d.ts +0 -31
- package/es/src/scroll-bar/interface.mjs +0 -1
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
- package/es/src/scroll-bar/scroll-bar.vue.mjs +0 -4
- package/es/src/scroll-bar/scroll-bar.vue2.mjs +0 -85
- package/es/src/scroll-bar/style/bar-item.css +0 -36
- package/es/src/scroll-bar/style/index.css +0 -27
- package/es/src/scroll-bar/utils.d.ts +0 -9
- package/es/src/scroll-bar/utils.mjs +0 -30
- package/es/src/strength-meter/index.d.ts +0 -89
- package/es/src/strength-meter/index.mjs +0 -8
- package/es/src/strength-meter/interface.d.ts +0 -5
- package/es/src/strength-meter/interface.mjs +0 -1
- package/es/src/strength-meter/strength-meter.vue.d.ts +0 -45
- package/es/src/strength-meter/strength-meter.vue.mjs +0 -4
- package/es/src/strength-meter/strength-meter.vue2.mjs +0 -62
- package/es/src/strength-meter/style/index.css +0 -57
- package/es/src/theme/ap-action/item-dropdown.css +0 -14
- package/es/src/theme/ap-action/item.css +0 -33
- package/es/src/theme/ap-attachment/ap-attachment.css +0 -68
- package/es/src/theme/ap-batch-action/ap-batch-action.css +0 -26
- package/es/src/theme/ap-button/ap-button.css +0 -6
- package/es/src/theme/ap-card/ap-card.css +0 -10
- package/es/src/theme/ap-descriptions/ap-descriptions.css +0 -53
- package/es/src/theme/ap-download/ap-download.css +0 -54
- package/es/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
- package/es/src/theme/ap-field/checkbox.css +0 -7
- package/es/src/theme/ap-field/number.css +0 -6
- package/es/src/theme/ap-field/radio.css +0 -4
- package/es/src/theme/ap-field/text-area.css +0 -5
- package/es/src/theme/ap-form/ap-form-item-group.css +0 -9
- package/es/src/theme/ap-form/ap-form-item.css +0 -63
- package/es/src/theme/ap-form/drawer-form.css +0 -10
- package/es/src/theme/ap-form/modal-form.css +0 -21
- package/es/src/theme/ap-form/search-form.css +0 -9
- package/es/src/theme/ap-input-radio/ap-input-radio.css +0 -7
- package/es/src/theme/ap-label/ap-label.css +0 -33
- package/es/src/theme/ap-ladder/ap-ladder.css +0 -56
- package/es/src/theme/ap-layout/ap-info-layout.css +0 -36
- package/es/src/theme/ap-list/index.css +0 -11
- package/es/src/theme/ap-not-found/ap-not-found.css +0 -9
- package/es/src/theme/ap-select-layout/ap-select-layout.css +0 -126
- package/es/src/theme/ap-status/ap-status.css +0 -26
- package/es/src/theme/ap-table/ap-table-index.css +0 -12
- package/es/src/theme/ap-table/ap-table-pagination.css +0 -12
- package/es/src/theme/ap-table/ap-table.css +0 -134
- package/es/src/theme/ap-table/setting/modal.css +0 -51
- package/es/src/theme/ap-table/setting/select-group.css +0 -7
- package/es/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
- package/es/src/theme/ap-table/setting/sortable-item.css +0 -3
- package/es/src/theme/ap-table/setting/sorter.css +0 -26
- package/es/src/theme/ap-tag/ap-tag-group.css +0 -15
- package/es/src/theme/ap-tag/ap-tag.css +0 -41
- package/es/src/theme/ap-title/ap-title.css +0 -59
- package/es/src/theme/ap-upload/multiple-file.css +0 -62
- package/es/src/theme/ap-upload/picture.css +0 -112
- package/es/src/theme/ap-upload/single-file.css +0 -98
- package/es/src/theme/ap-upload/upload.css +0 -6
- package/es/src/theme/basic-arrow.css +0 -25
- package/es/src/theme/basic-help.css +0 -16
- package/es/src/theme/basic-title.css +0 -27
- package/es/src/theme/button.css +0 -31
- package/es/src/theme/check-card/index.css +0 -81
- package/es/src/theme/collapse-container/header.css +0 -16
- package/es/src/theme/collapse-container/index.css +0 -11
- package/es/src/theme/countdown-input.css +0 -8
- package/es/src/theme/cropper/avatar.css +0 -34
- package/es/src/theme/cropper/image.css +0 -4
- package/es/src/theme/cropper/modal.css +0 -47
- package/es/src/theme/custom-column/column-select.css +0 -44
- package/es/src/theme/custom-column/custom-column.css +0 -46
- package/es/src/theme/editable-table/index.css +0 -58
- package/es/src/theme/icon-picker.css +0 -61
- package/es/src/theme/icon-svg.css +0 -5
- package/es/src/theme/icon.css +0 -30
- package/es/src/theme/mixins/animations.css +0 -5
- package/es/src/theme/modal/close.css +0 -25
- package/es/src/theme/pro-form/form-action.css +0 -6
- package/es/src/theme/pro-form/form-item.css +0 -16
- package/es/src/theme/pro-form/form.css +0 -6
- package/es/src/theme/pro-form/table-form-inner.css +0 -104
- package/es/src/theme/pro-table/components/column-settings.css +0 -57
- package/es/src/theme/pro-table/components/editable-cell.css +0 -59
- package/es/src/theme/pro-table/components/header-cell.css +0 -4
- package/es/src/theme/pro-table/components/table-action.css +0 -40
- package/es/src/theme/pro-table/components/table-header.css +0 -9
- package/es/src/theme/pro-table/components/table-image.css +0 -18
- package/es/src/theme/pro-table/components/table-selection-bar.css +0 -8
- package/es/src/theme/pro-table/components/table-setting.css +0 -7
- package/es/src/theme/pro-table/components/table-title.css +0 -5
- package/es/src/theme/pro-table/pro-table.css +0 -93
- package/es/src/theme/prompt/dialog.css +0 -4
- package/es/src/theme/scroll-bar/bar-item.css +0 -36
- package/es/src/theme/scroll-bar/index.css +0 -27
- package/es/src/theme/scroll-container.css +0 -10
- package/es/src/theme/strength-merter.css +0 -57
- package/es/src/theme/transition/collapse.css +0 -3
- package/es/src/theme/transition/expand.css +0 -14
- package/es/src/theme/transition/fade.css +0 -8
- package/es/src/theme/transition/index.css +0 -150
- package/es/src/theme/transition/scale.css +0 -26
- package/es/src/theme/transition/scroll.css +0 -68
- package/es/src/theme/transition/slide.css +0 -48
- package/es/src/theme/work-order-modal/index.css +0 -3
- package/es/src/transition/collapse-transition.vue.d.ts +0 -17
- package/es/src/transition/collapse-transition.vue.mjs +0 -40
- package/es/src/transition/collapse-transition.vue2.mjs +0 -4
- package/es/src/transition/create-transition.d.ts +0 -47
- package/es/src/transition/create-transition.mjs +0 -84
- package/es/src/transition/expand-transition.d.ts +0 -19
- package/es/src/transition/expand-transition.mjs +0 -41
- package/es/src/transition/index.d.ts +0 -369
- package/es/src/transition/index.mjs +0 -35
- package/es/src/transition/style/collapse.css +0 -3
- package/es/src/transition/style/expand.css +0 -14
- package/es/src/transition/style/index.css +0 -164
- package/es/src/utils/copy-text-to-clipboard.mjs +0 -18
- package/es/src/utils/tree.mjs +0 -112
- package/es/src/utils/uuid.mjs +0 -18
- package/es/src/work-order-modal/style/index.css +0 -3
- package/lib/src/ap-action/style/item-dropdown.css +0 -14
- package/lib/src/ap-action/style/item.css +0 -33
- package/lib/src/ap-button/index.css +0 -6
- package/lib/src/ap-custom-column/column-select.vue.d.ts +0 -17
- package/lib/src/ap-custom-column/column-select.vue.js +0 -1
- package/lib/src/ap-custom-column/column-select.vue2.js +0 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +0 -17
- package/lib/src/ap-custom-column/custom-column.vue.js +0 -1
- package/lib/src/ap-custom-column/custom-column.vue2.js +0 -1
- package/lib/src/ap-custom-column/index.d.ts +0 -6
- package/lib/src/ap-custom-column/index.js +0 -1
- package/lib/src/ap-custom-column/interfaces.d.ts +0 -40
- package/lib/src/ap-custom-column/interfaces.js +0 -1
- package/lib/src/ap-custom-column/storage.d.ts +0 -8
- package/lib/src/ap-custom-column/storage.js +0 -1
- package/lib/src/ap-custom-column/styles/column-select.css +0 -44
- package/lib/src/ap-custom-column/styles/custom-column.css +0 -46
- package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
- package/lib/src/ap-custom-column/useCacheColumnSetting.js +0 -1
- package/lib/src/ap-custom-column/utils.d.ts +0 -2
- package/lib/src/ap-custom-column/utils.js +0 -1
- package/lib/src/ap-descriptions/style/ap-descriptions.css +0 -53
- package/lib/src/ap-download/style/ap-download.css +0 -54
- package/lib/src/ap-field/checkbox/style.css +0 -7
- package/lib/src/ap-field/number/style.css +0 -6
- package/lib/src/ap-field/radio/style.css +0 -4
- package/lib/src/ap-field/text-area/style.css +0 -5
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +0 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +0 -1059
- package/lib/src/ap-form/ap-form-item.vue.js +0 -1
- package/lib/src/ap-form/ap-form-item.vue2.js +0 -1
- package/lib/src/ap-form/ap-form-list.vue.d.ts +0 -41
- package/lib/src/ap-form/ap-form-list.vue.js +0 -1
- package/lib/src/ap-form/ap-form-list.vue2.js +0 -1
- package/lib/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
- package/lib/src/ap-form/modal-form/drawer.vue.js +0 -1
- package/lib/src/ap-form/modal-form/drawer.vue2.js +0 -1
- package/lib/src/ap-form/style/ap-form-item-group.css +0 -9
- package/lib/src/ap-form/style/ap-form-item.css +0 -63
- package/lib/src/ap-form/style/drawer-form.css +0 -10
- package/lib/src/ap-form/style/modal-form.css +0 -21
- package/lib/src/ap-form/style/search-form.css +0 -9
- package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +0 -1
- package/lib/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +0 -1
- package/lib/src/ap-layout/style/ap-info-layout.css +0 -36
- package/lib/src/ap-list/style/index.css +0 -11
- package/lib/src/ap-table/components/style/index.css +0 -12
- package/lib/src/ap-table/components/style/pagination.css +0 -12
- package/lib/src/ap-table/components/style/setting/modal.css +0 -51
- package/lib/src/ap-table/components/style/setting/select-group.css +0 -7
- package/lib/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
- package/lib/src/ap-table/components/style/setting/sortable-item.css +0 -3
- package/lib/src/ap-table/components/style/setting/sorter.css +0 -26
- package/lib/src/ap-table/style/ap-table.css +0 -134
- package/lib/src/ap-tag/style/ap-tag-group.css +0 -15
- package/lib/src/ap-tag/style/ap-tag.css +0 -41
- package/lib/src/ap-upload/styles/multiple-file.css +0 -62
- package/lib/src/ap-upload/styles/picture.css +0 -112
- package/lib/src/ap-upload/styles/single-file.css +0 -98
- package/lib/src/ap-upload/styles/upload.css +0 -6
- package/lib/src/base-button/button.vue.d.ts +0 -42
- package/lib/src/base-button/button.vue.js +0 -1
- package/lib/src/base-button/button.vue2.js +0 -1
- package/lib/src/base-button/constants.d.ts +0 -26
- package/lib/src/base-button/constants.js +0 -1
- package/lib/src/base-button/index.d.ts +0 -137
- package/lib/src/base-button/index.js +0 -1
- package/lib/src/base-button/interface.d.ts +0 -16
- package/lib/src/base-button/modal-button.vue.d.ts +0 -27
- package/lib/src/base-button/modal-button.vue.js +0 -1
- package/lib/src/base-button/modal-button.vue2.js +0 -1
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +0 -17
- package/lib/src/base-button/pop-confirm-button.vue.js +0 -1
- package/lib/src/base-button/pop-confirm-button.vue2.js +0 -1
- package/lib/src/basic/arrow.vue.d.ts +0 -13
- package/lib/src/basic/arrow.vue.js +0 -1
- package/lib/src/basic/arrow.vue2.js +0 -1
- package/lib/src/basic/help.vue.d.ts +0 -100
- package/lib/src/basic/help.vue.js +0 -1
- package/lib/src/basic/help.vue2.js +0 -1
- package/lib/src/basic/index.d.ts +0 -270
- package/lib/src/basic/index.js +0 -1
- package/lib/src/basic/interface.d.ts +0 -21
- package/lib/src/basic/style/arrow.css +0 -25
- package/lib/src/basic/style/help.css +0 -16
- package/lib/src/basic/style/title.css +0 -27
- package/lib/src/basic/title.vue.d.ts +0 -41
- package/lib/src/basic/title.vue.js +0 -1
- package/lib/src/basic/title.vue2.js +0 -1
- package/lib/src/business/ap-attachment/style.css +0 -68
- package/lib/src/business/ap-batch-action/index.css +0 -26
- package/lib/src/business/ap-card/index.css +0 -10
- package/lib/src/business/ap-expand-alert/style.css +0 -51
- package/lib/src/business/ap-input-radio/style.css +0 -7
- package/lib/src/business/ap-label/ApLabelGroup.d.ts +0 -43
- package/lib/src/business/ap-label/ApLabelGroup.js +0 -1
- package/lib/src/business/ap-label/style.css +0 -33
- package/lib/src/business/ap-ladder/style.css +0 -56
- package/lib/src/business/ap-select-layout/index.css +0 -126
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
- package/lib/src/business/ap-status/ApStatusGroup.vue2.js +0 -1
- package/lib/src/business/ap-status/style.css +0 -26
- package/lib/src/business/ap-title/style.css +0 -59
- package/lib/src/business/not-found/interface.d.ts +0 -24
- package/lib/src/business/not-found/style.css +0 -9
- package/lib/src/button/button.vue.d.ts +0 -30
- package/lib/src/button/index.d.ts +0 -51
- package/lib/src/button/style/index.css +0 -31
- package/lib/src/check-card/style/index.css +0 -81
- package/lib/src/container/collapse/header.vue.d.ts +0 -35
- package/lib/src/container/collapse/header.vue.js +0 -1
- package/lib/src/container/collapse/header.vue2.js +0 -1
- package/lib/src/container/collapse/index.vue.d.ts +0 -120
- package/lib/src/container/collapse/index.vue.js +0 -1
- package/lib/src/container/collapse/index.vue2.js +0 -1
- package/lib/src/container/collapse/style/header.css +0 -16
- package/lib/src/container/collapse/style/index.css +0 -11
- package/lib/src/container/index.d.ts +0 -178
- package/lib/src/container/index.js +0 -1
- package/lib/src/container/interface.d.ts +0 -18
- package/lib/src/container/scroll-container.vue.d.ts +0 -198
- package/lib/src/container/scroll-container.vue.js +0 -1
- package/lib/src/container/scroll-container.vue2.js +0 -1
- package/lib/src/container/style/scroll-container.css +0 -10
- package/lib/src/count-down/button.vue.d.ts +0 -27
- package/lib/src/count-down/button.vue.js +0 -1
- package/lib/src/count-down/button.vue2.js +0 -1
- package/lib/src/count-down/index.d.ts +0 -150
- package/lib/src/count-down/index.js +0 -1
- package/lib/src/count-down/input.vue.d.ts +0 -39
- package/lib/src/count-down/input.vue.js +0 -1
- package/lib/src/count-down/input.vue2.js +0 -1
- package/lib/src/count-down/interface.d.ts +0 -12
- package/lib/src/count-down/style/input.css +0 -8
- package/lib/src/cropper/cropper-avatar.vue.d.ts +0 -45
- package/lib/src/cropper/cropper-avatar.vue.js +0 -1
- package/lib/src/cropper/cropper-avatar.vue2.js +0 -1
- package/lib/src/cropper/cropper-image.vue.d.ts +0 -50
- package/lib/src/cropper/cropper-image.vue.js +0 -1
- package/lib/src/cropper/cropper-image.vue2.js +0 -1
- package/lib/src/cropper/cropper-modal.vue.d.ts +0 -46
- package/lib/src/cropper/cropper-modal.vue.js +0 -1
- package/lib/src/cropper/cropper-modal.vue2.js +0 -1
- package/lib/src/cropper/index.d.ts +0 -369
- package/lib/src/cropper/index.js +0 -1
- package/lib/src/cropper/interface.d.ts +0 -31
- package/lib/src/cropper/style/avatar.css +0 -34
- package/lib/src/cropper/style/image.css +0 -4
- package/lib/src/cropper/style/modal.css +0 -47
- package/lib/src/description/description.vue.d.ts +0 -95
- package/lib/src/description/description.vue.js +0 -1
- package/lib/src/description/description.vue2.js +0 -1
- package/lib/src/description/index.d.ts +0 -214
- package/lib/src/description/index.js +0 -1
- package/lib/src/description/interface.d.ts +0 -39
- package/lib/src/description/use-description.d.ts +0 -2
- package/lib/src/description/use-description.js +0 -1
- package/lib/src/dropdown/dropdown.vue.d.ts +0 -52
- package/lib/src/dropdown/dropdown.vue.js +0 -1
- package/lib/src/dropdown/dropdown.vue2.js +0 -1
- package/lib/src/dropdown/index.d.ts +0 -113
- package/lib/src/dropdown/index.js +0 -1
- package/lib/src/dropdown/interface.d.ts +0 -16
- package/lib/src/editable-table/style/index.css +0 -58
- package/lib/src/icon/icon.vue.d.ts +0 -33
- package/lib/src/icon/icon.vue.js +0 -1
- package/lib/src/icon/icon.vue2.js +0 -1
- package/lib/src/icon/index.d.ts +0 -208
- package/lib/src/icon/index.js +0 -1
- package/lib/src/icon/interface.d.ts +0 -28
- package/lib/src/icon/style/icon.css +0 -30
- package/lib/src/icon/style/index.css +0 -3
- package/lib/src/icon/style/svg-icon.css +0 -5
- package/lib/src/icon/svg-icon.vue.d.ts +0 -33
- package/lib/src/icon/svg-icon.vue.js +0 -1
- package/lib/src/icon/svg-icon.vue2.js +0 -1
- package/lib/src/icon-picker/data.d.ts +0 -5
- package/lib/src/icon-picker/data.js +0 -1
- package/lib/src/icon-picker/icon-picker.vue.d.ts +0 -51
- package/lib/src/icon-picker/icon-picker.vue.js +0 -1
- package/lib/src/icon-picker/icon-picker.vue2.js +0 -1
- package/lib/src/icon-picker/index.d.ts +0 -190
- package/lib/src/icon-picker/index.js +0 -1
- package/lib/src/icon-picker/interface.d.ts +0 -13
- package/lib/src/icon-picker/style/index.css +0 -61
- package/lib/src/modal/basic.vue.d.ts +0 -481
- package/lib/src/modal/basic.vue.js +0 -1
- package/lib/src/modal/basic.vue2.js +0 -1
- package/lib/src/modal/components/modal-close.vue.d.ts +0 -33
- package/lib/src/modal/components/modal-close.vue.js +0 -1
- package/lib/src/modal/components/modal-close.vue2.js +0 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +0 -273
- package/lib/src/modal/components/modal-footer.vue.js +0 -1
- package/lib/src/modal/components/modal-footer.vue2.js +0 -1
- package/lib/src/modal/components/modal-header.vue.d.ts +0 -13
- package/lib/src/modal/components/modal-header.vue.js +0 -1
- package/lib/src/modal/components/modal-header.vue2.js +0 -1
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +0 -177
- package/lib/src/modal/components/modal-wrapper.vue.js +0 -1
- package/lib/src/modal/components/modal-wrapper.vue2.js +0 -1
- package/lib/src/modal/components/modal.d.ts +0 -253
- package/lib/src/modal/components/modal.js +0 -1
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
- package/lib/src/modal/hooks/use-moda-full-screen.js +0 -1
- package/lib/src/modal/hooks/use-modal-context.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal-context.js +0 -1
- package/lib/src/modal/hooks/use-modal-drag.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal-drag.js +0 -1
- package/lib/src/modal/hooks/use-modal.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal.js +0 -1
- package/lib/src/modal/index.d.ts +0 -870
- package/lib/src/modal/index.js +0 -1
- package/lib/src/modal/interface.d.ts +0 -181
- package/lib/src/modal/props.d.ts +0 -186
- package/lib/src/modal/props.js +0 -1
- package/lib/src/modal/style/close.css +0 -25
- package/lib/src/pro-form/component-map.d.ts +0 -6
- package/lib/src/pro-form/component-map.js +0 -1
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +0 -51
- package/lib/src/pro-form/components/api-cascader.vue.js +0 -1
- package/lib/src/pro-form/components/api-cascader.vue2.js +0 -1
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
- package/lib/src/pro-form/components/api-radio-group.vue.js +0 -1
- package/lib/src/pro-form/components/api-radio-group.vue2.js +0 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +0 -79
- package/lib/src/pro-form/components/api-select.vue.js +0 -1
- package/lib/src/pro-form/components/api-select.vue2.js +0 -1
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +0 -54
- package/lib/src/pro-form/components/api-transfer.vue.js +0 -1
- package/lib/src/pro-form/components/api-transfer.vue2.js +0 -1
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
- package/lib/src/pro-form/components/api-tree-select.vue.js +0 -1
- package/lib/src/pro-form/components/api-tree-select.vue2.js +0 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +0 -51
- package/lib/src/pro-form/components/api-tree.vue.js +0 -1
- package/lib/src/pro-form/components/api-tree.vue2.js +0 -1
- package/lib/src/pro-form/components/form-action.vue.d.ts +0 -68
- package/lib/src/pro-form/components/form-action.vue.js +0 -1
- package/lib/src/pro-form/components/form-action.vue2.js +0 -1
- package/lib/src/pro-form/components/form-item.vue.d.ts +0 -72
- package/lib/src/pro-form/components/form-item.vue.js +0 -1
- package/lib/src/pro-form/components/form-item.vue2.js +0 -1
- package/lib/src/pro-form/components/interface.d.ts +0 -118
- package/lib/src/pro-form/components/interface.js +0 -1
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
- package/lib/src/pro-form/components/radio-button-group.vue.js +0 -1
- package/lib/src/pro-form/components/radio-button-group.vue2.js +0 -1
- package/lib/src/pro-form/components/style/form-action.css +0 -6
- package/lib/src/pro-form/components/style/form-item.css +0 -16
- package/lib/src/pro-form/helper.d.ts +0 -11
- package/lib/src/pro-form/helper.js +0 -1
- package/lib/src/pro-form/hooks/use-advanced.d.ts +0 -17
- package/lib/src/pro-form/hooks/use-advanced.js +0 -1
- package/lib/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
- package/lib/src/pro-form/hooks/use-auto-focus.js +0 -1
- package/lib/src/pro-form/hooks/use-break-point.d.ts +0 -24
- package/lib/src/pro-form/hooks/use-break-point.js +0 -1
- package/lib/src/pro-form/hooks/use-component-register.d.ts +0 -3
- package/lib/src/pro-form/hooks/use-component-register.js +0 -1
- package/lib/src/pro-form/hooks/use-form-context.d.ts +0 -8
- package/lib/src/pro-form/hooks/use-form-context.js +0 -1
- package/lib/src/pro-form/hooks/use-form-events.d.ts +0 -29
- package/lib/src/pro-form/hooks/use-form-events.js +0 -1
- package/lib/src/pro-form/hooks/use-form-item.d.ts +0 -2
- package/lib/src/pro-form/hooks/use-form-item.js +0 -1
- package/lib/src/pro-form/hooks/use-form-values.d.ts +0 -14
- package/lib/src/pro-form/hooks/use-form-values.js +0 -1
- package/lib/src/pro-form/hooks/use-form.d.ts +0 -11
- package/lib/src/pro-form/hooks/use-form.js +0 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +0 -311
- package/lib/src/pro-form/hooks/use-label-width.js +0 -1
- package/lib/src/pro-form/index.d.ts +0 -27
- package/lib/src/pro-form/index.js +0 -1
- package/lib/src/pro-form/interface.d.ts +0 -4
- package/lib/src/pro-form/pro-form.vue.d.ts +0 -985
- package/lib/src/pro-form/pro-form.vue.js +0 -1
- package/lib/src/pro-form/pro-form.vue2.js +0 -1
- package/lib/src/pro-form/style/index.css +0 -6
- package/lib/src/pro-form/style/table-form.css +0 -104
- package/lib/src/pro-form/table-form-inner.vue.d.ts +0 -44
- package/lib/src/pro-form/table-form-inner.vue.js +0 -1
- package/lib/src/pro-form/table-form-inner.vue2.js +0 -1
- package/lib/src/pro-form/table-form.vue.d.ts +0 -42
- package/lib/src/pro-form/table-form.vue.js +0 -1
- package/lib/src/pro-form/table-form.vue2.js +0 -1
- package/lib/src/pro-form/types/form-item.d.ts +0 -82
- package/lib/src/pro-form/types/form-item.js +0 -1
- package/lib/src/pro-form/types/form.d.ts +0 -152
- package/lib/src/pro-form/types/form.js +0 -1
- package/lib/src/pro-form/types/index.d.ts +0 -158
- package/lib/src/pro-form/types/table-form.d.ts +0 -36
- package/lib/src/pro-form/types/table-form.js +0 -1
- package/lib/src/pro-table/component-map.d.ts +0 -6
- package/lib/src/pro-table/component-map.js +0 -1
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
- package/lib/src/pro-table/components/edit-table-header-icon.vue.js +0 -1
- package/lib/src/pro-table/components/edit-table-header-icon.vue2.js +0 -1
- package/lib/src/pro-table/components/editable/cell-component.d.ts +0 -13
- package/lib/src/pro-table/components/editable/cell-component.js +0 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
- package/lib/src/pro-table/components/editable/editable-cell.vue.js +0 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue2.js +0 -1
- package/lib/src/pro-table/components/editable/helper.d.ts +0 -6
- package/lib/src/pro-table/components/editable/helper.js +0 -1
- package/lib/src/pro-table/components/editable/index.d.ts +0 -23
- package/lib/src/pro-table/components/editable/index.js +0 -1
- package/lib/src/pro-table/components/header-cell.vue.d.ts +0 -16
- package/lib/src/pro-table/components/header-cell.vue.js +0 -1
- package/lib/src/pro-table/components/header-cell.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
- package/lib/src/pro-table/components/settings/column-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/column-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/index.vue.d.ts +0 -20
- package/lib/src/pro-table/components/settings/index.vue.js +0 -1
- package/lib/src/pro-table/components/settings/index.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/redo-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/size-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/size-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/style/column-settings.css +0 -57
- package/lib/src/pro-table/components/style/editable-cell.css +0 -59
- package/lib/src/pro-table/components/style/header-cell.css +0 -4
- package/lib/src/pro-table/components/style/table-action.css +0 -40
- package/lib/src/pro-table/components/style/table-header.css +0 -9
- package/lib/src/pro-table/components/style/table-image.css +0 -18
- package/lib/src/pro-table/components/style/table-selection-bar.css +0 -8
- package/lib/src/pro-table/components/style/table-setting.css +0 -7
- package/lib/src/pro-table/components/style/table-title.css +0 -5
- package/lib/src/pro-table/components/table-action.vue.d.ts +0 -64
- package/lib/src/pro-table/components/table-action.vue.js +0 -1
- package/lib/src/pro-table/components/table-action.vue2.js +0 -1
- package/lib/src/pro-table/components/table-footer.vue.d.ts +0 -45
- package/lib/src/pro-table/components/table-footer.vue.js +0 -1
- package/lib/src/pro-table/components/table-footer.vue2.js +0 -1
- package/lib/src/pro-table/components/table-header.vue.d.ts +0 -79
- package/lib/src/pro-table/components/table-header.vue.js +0 -1
- package/lib/src/pro-table/components/table-header.vue2.js +0 -1
- package/lib/src/pro-table/components/table-image.vue.d.ts +0 -47
- package/lib/src/pro-table/components/table-image.vue.js +0 -1
- package/lib/src/pro-table/components/table-image.vue2.js +0 -1
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
- package/lib/src/pro-table/components/table-selection-bar.vue.js +0 -1
- package/lib/src/pro-table/components/table-selection-bar.vue2.js +0 -1
- package/lib/src/pro-table/components/table-title.vue.d.ts +0 -23
- package/lib/src/pro-table/components/table-title.vue.js +0 -1
- package/lib/src/pro-table/components/table-title.vue2.js +0 -1
- package/lib/src/pro-table/const.d.ts +0 -6
- package/lib/src/pro-table/const.js +0 -1
- package/lib/src/pro-table/directives/click-outside.d.ts +0 -3
- package/lib/src/pro-table/directives/click-outside.js +0 -1
- package/lib/src/pro-table/helper.d.ts +0 -3
- package/lib/src/pro-table/helper.js +0 -1
- package/lib/src/pro-table/hooks/use-columns.d.ts +0 -16
- package/lib/src/pro-table/hooks/use-columns.js +0 -1
- package/lib/src/pro-table/hooks/use-custom-row.d.ts +0 -21
- package/lib/src/pro-table/hooks/use-custom-row.js +0 -1
- package/lib/src/pro-table/hooks/use-data-source.d.ts +0 -31
- package/lib/src/pro-table/hooks/use-data-source.js +0 -1
- package/lib/src/pro-table/hooks/use-loading.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-loading.js +0 -1
- package/lib/src/pro-table/hooks/use-pagination.d.ts +0 -10
- package/lib/src/pro-table/hooks/use-pagination.js +0 -1
- package/lib/src/pro-table/hooks/use-row-selection.d.ts +0 -14
- package/lib/src/pro-table/hooks/use-row-selection.js +0 -1
- package/lib/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
- package/lib/src/pro-table/hooks/use-scroll-to.js +0 -1
- package/lib/src/pro-table/hooks/use-table-context.d.ts +0 -13
- package/lib/src/pro-table/hooks/use-table-context.js +0 -1
- package/lib/src/pro-table/hooks/use-table-expand.d.ts +0 -19
- package/lib/src/pro-table/hooks/use-table-expand.js +0 -1
- package/lib/src/pro-table/hooks/use-table-footer.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-table-footer.js +0 -1
- package/lib/src/pro-table/hooks/use-table-form.d.ts +0 -10
- package/lib/src/pro-table/hooks/use-table-form.js +0 -1
- package/lib/src/pro-table/hooks/use-table-header.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-table-header.js +0 -1
- package/lib/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
- package/lib/src/pro-table/hooks/use-table-scroll.js +0 -1
- package/lib/src/pro-table/hooks/use-table-style.d.ts +0 -5
- package/lib/src/pro-table/hooks/use-table-style.js +0 -1
- package/lib/src/pro-table/hooks/use-table.d.ts +0 -17
- package/lib/src/pro-table/hooks/use-table.js +0 -1
- package/lib/src/pro-table/index.d.ts +0 -10
- package/lib/src/pro-table/index.js +0 -1
- package/lib/src/pro-table/interface.d.ts +0 -65
- package/lib/src/pro-table/interface.js +0 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +0 -2192
- package/lib/src/pro-table/pro-table.vue.js +0 -1
- package/lib/src/pro-table/pro-table.vue2.js +0 -1
- package/lib/src/pro-table/style/pro-table.css +0 -93
- package/lib/src/pro-table/types/pagination.d.ts +0 -93
- package/lib/src/pro-table/types/pagination.js +0 -1
- package/lib/src/pro-table/types/table-action.d.ts +0 -24
- package/lib/src/pro-table/types/table-action.js +0 -1
- package/lib/src/pro-table/types/table.d.ts +0 -383
- package/lib/src/pro-table/types/table.js +0 -1
- package/lib/src/prompt/dialog.vue.d.ts +0 -13
- package/lib/src/prompt/dialog.vue.js +0 -1
- package/lib/src/prompt/dialog.vue2.js +0 -1
- package/lib/src/prompt/index.d.ts +0 -10
- package/lib/src/prompt/index.js +0 -1
- package/lib/src/prompt/interface.d.ts +0 -23
- package/lib/src/prompt/style/dialog.css +0 -4
- package/lib/src/prompt/utils.d.ts +0 -11
- package/lib/src/prompt/utils.js +0 -1
- package/lib/src/scroll-bar/bar-item.d.ts +0 -15
- package/lib/src/scroll-bar/bar-item.js +0 -1
- package/lib/src/scroll-bar/index.d.ts +0 -176
- package/lib/src/scroll-bar/index.js +0 -1
- package/lib/src/scroll-bar/interface.d.ts +0 -31
- package/lib/src/scroll-bar/interface.js +0 -1
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
- package/lib/src/scroll-bar/scroll-bar.vue.js +0 -1
- package/lib/src/scroll-bar/scroll-bar.vue2.js +0 -1
- package/lib/src/scroll-bar/style/bar-item.css +0 -36
- package/lib/src/scroll-bar/style/index.css +0 -27
- package/lib/src/scroll-bar/utils.d.ts +0 -9
- package/lib/src/scroll-bar/utils.js +0 -1
- package/lib/src/strength-meter/index.d.ts +0 -89
- package/lib/src/strength-meter/index.js +0 -1
- package/lib/src/strength-meter/interface.d.ts +0 -5
- package/lib/src/strength-meter/interface.js +0 -1
- package/lib/src/strength-meter/strength-meter.vue.d.ts +0 -45
- package/lib/src/strength-meter/strength-meter.vue.js +0 -1
- package/lib/src/strength-meter/strength-meter.vue2.js +0 -1
- package/lib/src/strength-meter/style/index.css +0 -57
- package/lib/src/theme/ap-action/item-dropdown.css +0 -14
- package/lib/src/theme/ap-action/item.css +0 -33
- package/lib/src/theme/ap-attachment/ap-attachment.css +0 -68
- package/lib/src/theme/ap-batch-action/ap-batch-action.css +0 -26
- package/lib/src/theme/ap-button/ap-button.css +0 -6
- package/lib/src/theme/ap-card/ap-card.css +0 -10
- package/lib/src/theme/ap-descriptions/ap-descriptions.css +0 -53
- package/lib/src/theme/ap-download/ap-download.css +0 -54
- package/lib/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
- package/lib/src/theme/ap-field/checkbox.css +0 -7
- package/lib/src/theme/ap-field/number.css +0 -6
- package/lib/src/theme/ap-field/radio.css +0 -4
- package/lib/src/theme/ap-field/text-area.css +0 -5
- package/lib/src/theme/ap-form/ap-form-item-group.css +0 -9
- package/lib/src/theme/ap-form/ap-form-item.css +0 -63
- package/lib/src/theme/ap-form/drawer-form.css +0 -10
- package/lib/src/theme/ap-form/modal-form.css +0 -21
- package/lib/src/theme/ap-form/search-form.css +0 -9
- package/lib/src/theme/ap-input-radio/ap-input-radio.css +0 -7
- package/lib/src/theme/ap-label/ap-label.css +0 -33
- package/lib/src/theme/ap-ladder/ap-ladder.css +0 -56
- package/lib/src/theme/ap-layout/ap-info-layout.css +0 -36
- package/lib/src/theme/ap-list/index.css +0 -11
- package/lib/src/theme/ap-not-found/ap-not-found.css +0 -9
- package/lib/src/theme/ap-select-layout/ap-select-layout.css +0 -126
- package/lib/src/theme/ap-status/ap-status.css +0 -26
- package/lib/src/theme/ap-table/ap-table-index.css +0 -12
- package/lib/src/theme/ap-table/ap-table-pagination.css +0 -12
- package/lib/src/theme/ap-table/ap-table.css +0 -134
- package/lib/src/theme/ap-table/setting/modal.css +0 -51
- package/lib/src/theme/ap-table/setting/select-group.css +0 -7
- package/lib/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
- package/lib/src/theme/ap-table/setting/sortable-item.css +0 -3
- package/lib/src/theme/ap-table/setting/sorter.css +0 -26
- package/lib/src/theme/ap-tag/ap-tag-group.css +0 -15
- package/lib/src/theme/ap-tag/ap-tag.css +0 -41
- package/lib/src/theme/ap-title/ap-title.css +0 -59
- package/lib/src/theme/ap-upload/multiple-file.css +0 -62
- package/lib/src/theme/ap-upload/picture.css +0 -112
- package/lib/src/theme/ap-upload/single-file.css +0 -98
- package/lib/src/theme/ap-upload/upload.css +0 -6
- package/lib/src/theme/basic-arrow.css +0 -25
- package/lib/src/theme/basic-help.css +0 -16
- package/lib/src/theme/basic-title.css +0 -27
- package/lib/src/theme/button.css +0 -31
- package/lib/src/theme/check-card/index.css +0 -81
- package/lib/src/theme/collapse-container/header.css +0 -16
- package/lib/src/theme/collapse-container/index.css +0 -11
- package/lib/src/theme/countdown-input.css +0 -8
- package/lib/src/theme/cropper/avatar.css +0 -34
- package/lib/src/theme/cropper/image.css +0 -4
- package/lib/src/theme/cropper/modal.css +0 -47
- package/lib/src/theme/custom-column/column-select.css +0 -44
- package/lib/src/theme/custom-column/custom-column.css +0 -46
- package/lib/src/theme/editable-table/index.css +0 -58
- package/lib/src/theme/icon-picker.css +0 -61
- package/lib/src/theme/icon-svg.css +0 -5
- package/lib/src/theme/icon.css +0 -30
- package/lib/src/theme/mixins/animations.css +0 -5
- package/lib/src/theme/modal/close.css +0 -25
- package/lib/src/theme/pro-form/form-action.css +0 -6
- package/lib/src/theme/pro-form/form-item.css +0 -16
- package/lib/src/theme/pro-form/form.css +0 -6
- package/lib/src/theme/pro-form/table-form-inner.css +0 -104
- package/lib/src/theme/pro-table/components/column-settings.css +0 -57
- package/lib/src/theme/pro-table/components/editable-cell.css +0 -59
- package/lib/src/theme/pro-table/components/header-cell.css +0 -4
- package/lib/src/theme/pro-table/components/table-action.css +0 -40
- package/lib/src/theme/pro-table/components/table-header.css +0 -9
- package/lib/src/theme/pro-table/components/table-image.css +0 -18
- package/lib/src/theme/pro-table/components/table-selection-bar.css +0 -8
- package/lib/src/theme/pro-table/components/table-setting.css +0 -7
- package/lib/src/theme/pro-table/components/table-title.css +0 -5
- package/lib/src/theme/pro-table/pro-table.css +0 -93
- package/lib/src/theme/prompt/dialog.css +0 -4
- package/lib/src/theme/scroll-bar/bar-item.css +0 -36
- package/lib/src/theme/scroll-bar/index.css +0 -27
- package/lib/src/theme/scroll-container.css +0 -10
- package/lib/src/theme/strength-merter.css +0 -57
- package/lib/src/theme/transition/collapse.css +0 -3
- package/lib/src/theme/transition/expand.css +0 -14
- package/lib/src/theme/transition/fade.css +0 -8
- package/lib/src/theme/transition/index.css +0 -150
- package/lib/src/theme/transition/scale.css +0 -26
- package/lib/src/theme/transition/scroll.css +0 -68
- package/lib/src/theme/transition/slide.css +0 -48
- package/lib/src/theme/work-order-modal/index.css +0 -3
- package/lib/src/transition/collapse-transition.vue.d.ts +0 -17
- package/lib/src/transition/collapse-transition.vue.js +0 -1
- package/lib/src/transition/collapse-transition.vue2.js +0 -1
- package/lib/src/transition/create-transition.d.ts +0 -47
- package/lib/src/transition/create-transition.js +0 -1
- package/lib/src/transition/expand-transition.d.ts +0 -19
- package/lib/src/transition/expand-transition.js +0 -1
- package/lib/src/transition/index.d.ts +0 -369
- package/lib/src/transition/index.js +0 -1
- package/lib/src/transition/style/collapse.css +0 -3
- package/lib/src/transition/style/expand.css +0 -14
- package/lib/src/transition/style/index.css +0 -164
- package/lib/src/utils/copy-text-to-clipboard.js +0 -1
- package/lib/src/utils/tree.js +0 -1
- package/lib/src/utils/uuid.js +0 -1
- package/lib/src/work-order-modal/style/index.css +0 -3
- /package/es/src/{button/__tests__/button.test.d.ts → ap-action/group/style/css.d.ts} +0 -0
- /package/{lib/src/button/__tests__/button.test.d.ts → es/src/ap-action/group/style/css.js} +0 -0
- /package/{lib/src/theme/mixins/config.css → es/src/ap-action/item/style/css.d.ts} +0 -0
- /package/{lib/src/theme/mixins/mixins.css → es/src/ap-action/item/style/index.d.ts} +0 -0
- /package/es/src/{theme/mixins/config.css → ap-action/item-dropdown/style/css.d.ts} +0 -0
- /package/es/src/{theme/mixins/mixins.css → ap-action/item-dropdown/style/index.d.ts} +0 -0
- /package/es/src/{theme/modal/index.css → ap-action/item-modal/style/css.d.ts} +0 -0
- /package/es/src/{theme/transition/base.css → ap-action/item-modal/style/index.d.ts} +0 -0
- /package/{lib/src/ap-action/constant.d.ts → es/src/ap-action/item-popconfirm/style/css.d.ts} +0 -0
- /package/{lib/src/modal/style/index.css → es/src/ap-action/item-popconfirm/style/index.d.ts} +0 -0
- /package/es/src/{ap-action/constant.d.ts → ap-action-button/style/css.d.ts} +0 -0
- /package/es/src/{modal/style/index.css → ap-action-button/style/index.d.ts} +0 -0
- /package/{lib/src/theme/modal/index.css → es/src/ap-button/style/css.d.ts} +0 -0
- /package/{lib/src/theme/transition/base.css → es/src/ap-button/style/index.d.ts} +0 -0
- /package/es/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.mjs +0 -0
- /package/es/src/{base-button → business/ap-attachment}/interface.mjs +0 -0
- /package/es/src/{basic → business/ap-batch-action}/interface.mjs +0 -0
- /package/es/src/{container → business/ap-card}/interface.mjs +0 -0
- /package/es/src/{count-down → business/ap-expand-alert}/interface.mjs +0 -0
- /package/es/src/{cropper → business/ap-image}/interface.mjs +0 -0
- /package/es/src/{description → business/ap-input-radio}/interface.mjs +0 -0
- /package/es/src/{dropdown → business/ap-label}/interface.mjs +0 -0
- /package/es/src/{icon-picker → business/ap-select-layout}/interface.mjs +0 -0
- /package/es/src/business/ap-status/{ApStatusGroup.vue.mjs → group/ApStatusGroup.vue.mjs} +0 -0
- /package/es/src/{icon → business/ap-status}/interface.mjs +0 -0
- /package/es/src/{modal → business/ap-title}/interface.mjs +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.js +0 -0
- /package/lib/src/{base-button → business/ap-attachment}/interface.js +0 -0
- /package/lib/src/{basic → business/ap-batch-action}/interface.js +0 -0
- /package/lib/src/{container → business/ap-card}/interface.js +0 -0
- /package/lib/src/{count-down → business/ap-expand-alert}/interface.js +0 -0
- /package/lib/src/{cropper → business/ap-image}/interface.js +0 -0
- /package/lib/src/{description → business/ap-input-radio}/interface.js +0 -0
- /package/lib/src/{dropdown → business/ap-label}/interface.js +0 -0
- /package/lib/src/{icon-picker → business/ap-select-layout}/interface.js +0 -0
- /package/lib/src/business/ap-status/{ApStatusGroup.vue.js → group/ApStatusGroup.vue.js} +0 -0
- /package/lib/src/{icon → business/ap-status}/interface.js +0 -0
- /package/lib/src/{modal → business/ap-title}/interface.js +0 -0
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import { ActionItem } from '../types/table-action';
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
slots: {
|
|
5
|
-
more?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: DefineComponent<{
|
|
12
|
-
actions: {
|
|
13
|
-
type: PropType<ActionItem[]>;
|
|
14
|
-
default: null;
|
|
15
|
-
};
|
|
16
|
-
dropDownActions: {
|
|
17
|
-
type: PropType<ActionItem[]>;
|
|
18
|
-
default: null;
|
|
19
|
-
};
|
|
20
|
-
divider: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
outside: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
};
|
|
27
|
-
stopButtonPropagation: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
32
|
-
actions: {
|
|
33
|
-
type: PropType<ActionItem[]>;
|
|
34
|
-
default: null;
|
|
35
|
-
};
|
|
36
|
-
dropDownActions: {
|
|
37
|
-
type: PropType<ActionItem[]>;
|
|
38
|
-
default: null;
|
|
39
|
-
};
|
|
40
|
-
divider: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
outside: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
};
|
|
47
|
-
stopButtonPropagation: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
}>>, {
|
|
52
|
-
outside: boolean;
|
|
53
|
-
actions: ActionItem[];
|
|
54
|
-
dropDownActions: ActionItem[];
|
|
55
|
-
divider: boolean;
|
|
56
|
-
stopButtonPropagation: boolean;
|
|
57
|
-
}, {}>;
|
|
58
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
59
|
-
export default _default;
|
|
60
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
-
new (): {
|
|
62
|
-
$slots: S;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),h=require("@ant-design/icons-vue"),k=require("ant-design-vue"),B=require("../../icon/index.js");require("../../base-button/index.js");const w=require("../../dropdown/index.js"),N=require("../hooks/use-table-context.js"),q=require("../const.js"),a=require("lodash-unified");require("../../config-provider/index.js");require("./style/table-action.css");const S=require("../../config-provider/hooks/use-namespace.js"),T=require("../../config-provider/hooks/use-global-config.js"),C=require("../../base-button/pop-confirm-button.vue.js"),x=e.defineComponent({name:"TableAction",__name:"table-action",props:{actions:{type:Array,default:null},dropDownActions:{type:Array,default:null},divider:{type:Boolean,default:!0},outside:{type:Boolean},stopButtonPropagation:{type:Boolean,default:!1}},setup(i){var g;const s=i,{b:y,e:d}=S.useNamespace("basic-table-action");let l={};s.outside||(l=N.useTableContext());const u=(g=T.useGlobalConfig().value.table)==null?void 0:g.permissionValidator;function f(o){const t=o.ifShow;let c=!0;return a.isBoolean(t)&&(c=t),a.isFunction(t)&&(c=t(o)),c}const p=e.computed(()=>(e.toRaw(s.actions)||[]).filter(o=>(u==null?void 0:u(o.auth))&&f(o)).map(o=>{const{popConfirm:t}=o;return{getPopupContainer:()=>e.unref(l==null?void 0:l.wrapRef)??document.body,type:"link",size:"small",...o,...t||{},onConfirm:t==null?void 0:t.confirm,onCancel:t==null?void 0:t.cancel,enable:!!t}})),m=e.computed(()=>{const o=(e.toRaw(s.dropDownActions)||[]).filter(t=>(u==null?void 0:u(t.auth))&&f(t));return o.map((t,c)=>{const{label:n,popConfirm:r}=t;return{...t,...r,onConfirm:r==null?void 0:r.confirm,onCancel:r==null?void 0:r.cancel,text:n,divider:c<o.length-1?s.divider:!1}})}),b=e.computed(()=>{var c;const t=(((c=l==null?void 0:l.getColumns)==null?void 0:c.call(l))||[]).find(n=>n.flag===q.ACTION_COLUMN_FLAG);return(t==null?void 0:t.align)??"left"});function v(o){return{getPopupContainer:()=>e.unref(l==null?void 0:l.wrapRef)??document.body,placement:"bottom",...a.isString(o)?{title:o}:o}}function _(o){if(!s.stopButtonPropagation)return;o.composedPath().find(n=>{var r;return((r=n.tagName)==null?void 0:r.toUpperCase())==="BUTTON"})&&o.stopPropagation()}return(o,t)=>{const c=e.resolveComponent("a-button");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([e.unref(y)(),b.value]),onClick:_},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,(n,r)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:`${r}-${n.label}`},[n.tooltip?(e.openBlock(),e.createBlock(e.unref(k.Tooltip),e.mergeProps({key:0,ref_for:!0},v(n.tooltip)),{default:e.withCtx(()=>[e.createVNode(e.unref(C.default),e.mergeProps({ref_for:!0},e.unref(a.omit)(n,"icon")),{default:e.withCtx(()=>[n.icon?(e.openBlock(),e.createBlock(e.unref(B.Icon),{key:0,icon:n.icon,class:e.normalizeClass({[e.unref(d)("icon")]:!!n.label})},null,8,["icon","class"])):e.createCommentVNode("",!0),n.label?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(n.label),1)],64)):e.createCommentVNode("",!0)]),_:2},1040)]),_:2},1040)):(e.openBlock(),e.createBlock(e.unref(C.default),e.mergeProps({key:1,ref_for:!0},e.unref(a.omit)(n,"icon")),{default:e.withCtx(()=>[n.icon?(e.openBlock(),e.createBlock(e.unref(B.Icon),{key:0,icon:n.icon,class:e.normalizeClass({[e.unref(d)("icon")]:!!n.label})},null,8,["icon","class"])):e.createCommentVNode("",!0),n.label?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(n.label),1)],64)):e.createCommentVNode("",!0)]),_:2},1040)),i.divider&&r<p.value.length-1?(e.openBlock(),e.createBlock(e.unref(k.Divider),{key:2,type:"vertical",class:"action-divider"})):e.createCommentVNode("",!0)],64))),128)),i.dropDownActions&&m.value.length>0?(e.openBlock(),e.createBlock(e.unref(w.Dropdown),{key:0,trigger:["hover"],dropMenuList:m.value,popconfirm:""},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"more"),o.$slots.more?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(c,{key:0,type:"link",size:"small"},{default:e.withCtx(()=>[e.createVNode(e.unref(h.MoreOutlined),{class:"icon-more"})]),_:1}))]),_:3},8,["dropMenuList"])):e.createCommentVNode("",!0)],2)}}});exports.default=x;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./table-action.vue.js");exports.default=e.default;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { BasicTableProps } from '../types/table';
|
|
2
|
-
import { Fn, Recordable } from '../../type';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
4
|
-
import { GetRowKey } from 'ant-design-vue/es/vc-table/interface';
|
|
5
|
-
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
-
summaryFunc?: Fn | null;
|
|
7
|
-
summaryData?: Recordable[] | null;
|
|
8
|
-
scroll?: BasicTableProps["scroll"];
|
|
9
|
-
rowKey?: BasicTableProps["rowKey"];
|
|
10
|
-
}>, {
|
|
11
|
-
summaryFunc: null;
|
|
12
|
-
summaryData: null;
|
|
13
|
-
rowKey: string;
|
|
14
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
15
|
-
summaryFunc?: Fn | null;
|
|
16
|
-
summaryData?: Recordable[] | null;
|
|
17
|
-
scroll?: BasicTableProps["scroll"];
|
|
18
|
-
rowKey?: BasicTableProps["rowKey"];
|
|
19
|
-
}>, {
|
|
20
|
-
summaryFunc: null;
|
|
21
|
-
summaryData: null;
|
|
22
|
-
rowKey: string;
|
|
23
|
-
}>>>, {
|
|
24
|
-
rowKey: string | GetRowKey<any>;
|
|
25
|
-
summaryFunc: Fn | null;
|
|
26
|
-
summaryData: Recordable[] | null;
|
|
27
|
-
}, {}>;
|
|
28
|
-
export default _default;
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
-
type __VLS_TypePropsToOption<T> = {
|
|
36
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
-
} : {
|
|
39
|
-
type: PropType<T[K]>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
type __VLS_PrettifyLocal<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./table-footer.vue2.js");exports.default=e.default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("vue"),w=require("ant-design-vue"),i=require("lodash-unified"),R=require("../const.js"),h=require("../hooks/use-table-context.js"),m=require("../helper.js"),d="_row",f="_index",S=r.defineComponent({name:"BasicTableFooter",__name:"table-footer",props:{summaryFunc:{type:[Function,null],default:null},summaryData:{default:null},scroll:{},rowKey:{default:""}},setup(y){const e=y,u=h.useTableContext(),l=r.computed(()=>{var t;if((t=e.summaryData)!=null&&t.length)return e.summaryData.forEach((o,s)=>{o[m.parseRowKey(e.rowKey,o)]=`${s}`}),e.summaryData;if(!i.isFunction(e.summaryFunc))return[];let a=r.toRaw(r.unref(u.getDataSource()));return a=e.summaryFunc(a),a.forEach((o,s)=>{o[m.parseRowKey(e.rowKey,o)]=`${s}`}),a}),p=r.computed(()=>{const a=r.unref(l),t=i.cloneDeep(u.getColumns()),o=t.findIndex(n=>n.flag===R.INDEX_COLUMN_FLAG),s=a.some(n=>Reflect.has(n,d)),_=a.some(n=>Reflect.has(n,f));if(o!==-1&&(_?(t[o].customRender=({record:n})=>n[f],t[o].ellipsis=!1):Reflect.deleteProperty(t[o],"customRender")),u.getRowSelection()&&s){const n=t.some(c=>c.fixed==="left");t.unshift({width:60,title:"selection",key:"selectionKey",align:"center",...n?{fixed:"left"}:{},customRender:({record:c})=>c[d]})}return t});return(a,t)=>e.summaryFunc||e.summaryData?(r.openBlock(),r.createBlock(r.unref(w.Table),{key:0,showHeader:!1,bordered:!1,pagination:!1,dataSource:l.value,rowKey:e.rowKey,columns:p.value,tableLayout:"fixed",scroll:e.scroll},null,8,["dataSource","rowKey","columns","scroll"])):r.createCommentVNode("",!0)}});exports.default=S;
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { TableSetting, TableActionType } from '../types/table';
|
|
2
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
slots: {
|
|
5
|
-
headerTop?(_: {}): any;
|
|
6
|
-
tableTitle?(_: {}): any;
|
|
7
|
-
toolbar?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: DefineComponent<{
|
|
14
|
-
title: {
|
|
15
|
-
type: PropType<string | ((data: any) => string)>;
|
|
16
|
-
};
|
|
17
|
-
tableSetting: {
|
|
18
|
-
type: PropType<TableSetting>;
|
|
19
|
-
};
|
|
20
|
-
showTableSetting: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
};
|
|
23
|
-
titleHelpMessage: {
|
|
24
|
-
type: PropType<string | string[]>;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
clearSelectedRowKeys: {
|
|
28
|
-
type: PropType<TableActionType["clearSelectedRowKeys"]>;
|
|
29
|
-
};
|
|
30
|
-
count: {
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: number;
|
|
33
|
-
};
|
|
34
|
-
showSelectionBar: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
39
|
-
"columns-change": (...args: any[]) => void;
|
|
40
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
41
|
-
title: {
|
|
42
|
-
type: PropType<string | ((data: any) => string)>;
|
|
43
|
-
};
|
|
44
|
-
tableSetting: {
|
|
45
|
-
type: PropType<TableSetting>;
|
|
46
|
-
};
|
|
47
|
-
showTableSetting: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
};
|
|
50
|
-
titleHelpMessage: {
|
|
51
|
-
type: PropType<string | string[]>;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
clearSelectedRowKeys: {
|
|
55
|
-
type: PropType<TableActionType["clearSelectedRowKeys"]>;
|
|
56
|
-
};
|
|
57
|
-
count: {
|
|
58
|
-
type: NumberConstructor;
|
|
59
|
-
default: number;
|
|
60
|
-
};
|
|
61
|
-
showSelectionBar: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
}>> & {
|
|
66
|
-
"onColumns-change"?: ((...args: any[]) => any) | undefined;
|
|
67
|
-
}, {
|
|
68
|
-
count: number;
|
|
69
|
-
showTableSetting: boolean;
|
|
70
|
-
titleHelpMessage: string | string[];
|
|
71
|
-
showSelectionBar: boolean;
|
|
72
|
-
}, {}>;
|
|
73
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
74
|
-
export default _default;
|
|
75
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
76
|
-
new (): {
|
|
77
|
-
$slots: S;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./table-header.vue2.js");exports.default=e.default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),c=require("ant-design-vue");require("./settings/index.vue.js");require("./table-title.vue.js");require("../../config-provider/index.js");require("./table-selection-bar.vue.js");require("./style/table-header.css");const i=require("../../config-provider/hooks/use-namespace.js"),u=require("./table-selection-bar.vue2.js"),d=require("./table-title.vue2.js"),m=require("./settings/index.vue2.js"),p={style:{width:"100%"}},y={key:0,style:{margin:"5px"}},g={key:1,style:{margin:"5px"}},h={class:"flex items-center"},b=e.defineComponent({name:"BasicTableHeader",__name:"table-header",props:{title:{type:[Function,String]},tableSetting:{type:Object},showTableSetting:{type:Boolean},titleHelpMessage:{type:[String,Array],default:""},clearSelectedRowKeys:{type:Function},count:{type:Number,default:0},showSelectionBar:{type:Boolean,default:!1}},emits:["columns-change"],setup(l,{emit:n}){const o=l,a=n,{e:r}=i.useNamespace("basic-table-header");function s(t){a("columns-change",t)}return(t,S)=>(e.openBlock(),e.createElementBlock("div",p,[t.$slots.headerTop?(e.openBlock(),e.createElementBlock("div",y,[e.renderSlot(t.$slots,"headerTop")])):e.createCommentVNode("",!0),l.showSelectionBar?(e.openBlock(),e.createElementBlock("div",g,[e.createVNode(u.default,{clearSelectedRowKeys:o.clearSelectedRowKeys,count:o.count},null,8,["clearSelectedRowKeys","count"])])):e.createCommentVNode("",!0),e.createElementVNode("div",h,[t.$slots.tableTitle?e.renderSlot(t.$slots,"tableTitle",{key:0}):e.createCommentVNode("",!0),!t.$slots.tableTitle&&l.title?(e.openBlock(),e.createBlock(d.default,{key:1,helpMessage:l.titleHelpMessage,title:l.title},null,8,["helpMessage","title"])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(e.unref(r)("toolbar"))},[e.renderSlot(t.$slots,"toolbar"),t.$slots.toolbar&&l.showTableSetting?(e.openBlock(),e.createBlock(e.unref(c.Divider),{key:0,type:"vertical"})):e.createCommentVNode("",!0),l.showTableSetting?(e.openBlock(),e.createBlock(m.default,{key:1,setting:l.tableSetting,onColumnsChange:s},null,8,["setting"])):e.createCommentVNode("",!0)],2)])]))}});exports.default=b;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
type TableImageProps = {
|
|
3
|
-
imgList?: string[];
|
|
4
|
-
size?: number;
|
|
5
|
-
simpleShow?: boolean;
|
|
6
|
-
showBadge?: boolean;
|
|
7
|
-
margin?: number;
|
|
8
|
-
srcPrefix?: string;
|
|
9
|
-
fallback?: string;
|
|
10
|
-
};
|
|
11
|
-
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<TableImageProps>, {
|
|
12
|
-
size: number;
|
|
13
|
-
showBadge: boolean;
|
|
14
|
-
margin: number;
|
|
15
|
-
srcPrefix: string;
|
|
16
|
-
fallback: string;
|
|
17
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TableImageProps>, {
|
|
18
|
-
size: number;
|
|
19
|
-
showBadge: boolean;
|
|
20
|
-
margin: number;
|
|
21
|
-
srcPrefix: string;
|
|
22
|
-
fallback: string;
|
|
23
|
-
}>>>, {
|
|
24
|
-
size: number;
|
|
25
|
-
margin: number;
|
|
26
|
-
showBadge: boolean;
|
|
27
|
-
srcPrefix: string;
|
|
28
|
-
fallback: string;
|
|
29
|
-
}, {}>;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
|
-
type __VLS_TypePropsToOption<T> = {
|
|
38
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
|
-
} : {
|
|
41
|
-
type: PropType<T[K]>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
type __VLS_PrettifyLocal<T> = {
|
|
46
|
-
[K in keyof T]: T[K];
|
|
47
|
-
} & {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const A=require("vue");require("../../config-provider/index.js");const Q=require("ant-design-vue");require("./style/table-image.css");const B=require("../../config-provider/hooks/use-namespace.js"),i={class:"img-div"},r=A.defineComponent({name:"TableImage",__name:"table-image",props:{imgList:{},size:{default:40},simpleShow:{type:Boolean},showBadge:{type:Boolean,default:!0},margin:{default:4},srcPrefix:{default:""},fallback:{default:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMIAAADDCAYAAADQvc6UAAABRWlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGASSSwoyGFhYGDIzSspCnJ3UoiIjFJgf8LAwSDCIMogwMCcmFxc4BgQ4ANUwgCjUcG3awyMIPqyLsis7PPOq3QdDFcvjV3jOD1boQVTPQrgSkktTgbSf4A4LbmgqISBgTEFyFYuLykAsTuAbJEioKOA7DkgdjqEvQHEToKwj4DVhAQ5A9k3gGyB5IxEoBmML4BsnSQk8XQkNtReEOBxcfXxUQg1Mjc0dyHgXNJBSWpFCYh2zi+oLMpMzyhRcASGUqqCZ16yno6CkYGRAQMDKMwhqj/fAIcloxgHQqxAjIHBEugw5sUIsSQpBobtQPdLciLEVJYzMPBHMDBsayhILEqEO4DxG0txmrERhM29nYGBddr//5/DGRjYNRkY/l7////39v///y4Dmn+LgeHANwDrkl1AuO+pmgAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAwqADAAQAAAABAAAAwwAAAAD9b/HnAAAHlklEQVR4Ae3dP3PTWBSGcbGzM6GCKqlIBRV0dHRJFarQ0eUT8LH4BnRU0NHR0UEFVdIlFRV7TzRksomPY8uykTk/zewQfKw/9znv4yvJynLv4uLiV2dBoDiBf4qP3/ARuCRABEFAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghggQAQZQKAnYEaQBAQaASKIAQJEkAEEegJmBElAoBEgghgg0Aj8i0JO4OzsrPv69Wv+hi2qPHr0qNvf39+iI97soRIh4f3z58/u7du3SXX7Xt7Z2enevHmzfQe+oSN2apSAPj09TSrb+XKI/f379+08+A0cNRE2ANkupk+ACNPvkSPcAAEibACyXUyfABGm3yNHuAECRNgAZLuYPgEirKlHu7u7XdyytGwHAd8jjNyng4OD7vnz51dbPT8/7z58+NB9+/bt6jU/TI+AGWHEnrx48eJ/EsSmHzx40L18+fLyzxF3ZVMjEyDCiEDjMYZZS5wiPXnyZFbJaxMhQIQRGzHvWR7XCyOCXsOmiDAi1HmPMMQjDpbpEiDCiL358eNHurW/5SnWdIBbXiDCiA38/Pnzrce2YyZ4//59F3ePLNMl4PbpiL2J0L979+7yDtHDhw8vtzzvdGnEXdvUigSIsCLAWavHp/+qM0BcXMd/q25n1vF57TYBp0a3mUzilePj4+7k5KSLb6gt6ydAhPUzXnoPR0dHl79WGTNCfBnn1uvSCJdegQhLI1vvCk+fPu2ePXt2tZOYEV6/fn31dz+shwAR1sP1cqvLntbEN9MxA9xcYjsxS1jWR4AIa2Ibzx0tc44fYX/16lV6NDFLXH+YL32jwiACRBiEbf5KcXoTIsQSpzXx4N28Ja4BQoK7rgXiydbHjx/P25TaQAJEGAguWy0+2Q8PD6/Ki4R8EVl+bzBOnZY95fq9rj9zAkTI2SxdidBHqG9+skdw43borCXO/ZcJdraPWdv22uIEiLA4q7nvvCug8WTqzQveOH26fodo7g6uFe/a17W3+nFBAkRYENRdb1vkkz1CH9cPsVy/jrhr27PqMYvENYNlHAIesRiBYwRy0V+8iXP8+/fvX11Mr7L7ECueb/r48eMqm7FuI2BGWDEG8cm+7G3NEOfmdcTQw4h9/55lhm7DekRYKQPZF2ArbXTAyu4kDYB2YxUzwg0gi/41ztHnfQG26HbGel/crVrm7tNY+/1btkOEAZ2M05r4FB7r9GbAIdxaZYrHdOsgJ/wCEQY0J74TmOKnbxxT9n3FgGGWWsVdowHtjt9Nnvf7yQM2aZU/TIAIAxrw6dOnAWtZZcoEnBpNuTuObWMEiLAx1HY0ZQJEmHJ3HNvGCBBhY6jtaMoEiJB0Z29vL6ls58vxPcO8/zfrdo5qvKO+d3Fx8Wu8zf1dW4p/cPzLly/dtv9Ts/EbcvGAHhHyfBIhZ6NSiIBTo0LNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiECRCjUbEPNCRAhZ6NSiAARCjXbUHMCRMjZqBQiQIRCzTbUnAARcjYqhQgQoVCzDTUnQIScjUohAkQo1GxDzQkQIWejUogAEQo121BzAkTI2agUIkCEQs021JwAEXI2KoUIEKFQsw01J0CEnI1KIQJEKNRsQ80JECFno1KIABEKNdtQcwJEyNmoFCJAhELNNtScABFyNiqFCBChULMNNSdAhJyNSiEC/wGgKKC4YMA4TAAAAABJRU5ErkJggg=="}},setup(n){const a=n,l=A.computed(()=>{const{size:e}=a,g=`${e}px`;return{height:g,width:g}}),{b:t}=B.useNamespace("basic-table-img");return(e,g)=>e.imgList&&e.imgList.length?(A.openBlock(),A.createElementBlock("div",{key:0,class:A.normalizeClass([A.unref(t)(),"flex items-center mx-auto"]),style:A.normalizeStyle(l.value)},[e.simpleShow?(A.openBlock(),A.createBlock(A.unref(Q.Badge),{key:0,count:!e.showBadge||e.imgList.length==1?0:e.imgList.length},{default:A.withCtx(()=>[A.createElementVNode("div",i,[A.createVNode(A.unref(Q.Image).PreviewGroup,null,{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(e.imgList,(E,o)=>(A.openBlock(),A.createBlock(A.unref(Q.Image),{key:E,width:e.size,style:A.normalizeStyle({display:o===0?"":"none !important"}),src:e.srcPrefix+E,fallback:e.fallback},null,8,["width","style","src","fallback"]))),128))]),_:1})])]),_:1},8,["count"])):(A.openBlock(),A.createBlock(A.unref(Q.Image).PreviewGroup,{key:1},{default:A.withCtx(()=>[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(e.imgList,(E,o)=>(A.openBlock(),A.createBlock(A.unref(Q.Image),{key:E,width:e.size,style:A.normalizeStyle({marginLeft:o===0?0:e.margin+"px"}),src:e.srcPrefix+E,fallback:e.fallback},null,8,["width","style","src","fallback"]))),128))]),_:1}))],6)):A.createCommentVNode("",!0)}});exports.default=r;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./table-image.vue.js");exports.default=e.default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { TableActionType } from '../types/table';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
-
count?: number;
|
|
5
|
-
clearSelectedRowKeys: TableActionType["clearSelectedRowKeys"];
|
|
6
|
-
}>, {
|
|
7
|
-
count: () => 0;
|
|
8
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
-
count?: number;
|
|
10
|
-
clearSelectedRowKeys: TableActionType["clearSelectedRowKeys"];
|
|
11
|
-
}>, {
|
|
12
|
-
count: () => 0;
|
|
13
|
-
}>>>, {
|
|
14
|
-
count: number;
|
|
15
|
-
}, {}>;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_WithDefaults<P, D> = {
|
|
18
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
19
|
-
default: D[K];
|
|
20
|
-
}> : P[K];
|
|
21
|
-
};
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToOption<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
type __VLS_PrettifyLocal<T> = {
|
|
32
|
-
[K in keyof T]: T[K];
|
|
33
|
-
} & {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./table-selection-bar.vue2.js");exports.default=e.default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../config-provider/index.js");const n=require("ant-design-vue");require("./style/table-selection-bar.css");const r=require("../../config-provider/hooks/use-locale.js"),l=require("../../config-provider/hooks/use-namespace.js"),i={key:0},u={key:1},p=e.defineComponent({name:"TableSelectBar",__name:"table-selection-bar",props:{count:{default:()=>0},clearSelectedRowKeys:{}},setup(s){const{t}=r.useLocale(),{b:a}=l.useNamespace("basic-table-select-bar"),o=s;return(c,d)=>(e.openBlock(),e.createBlock(e.unref(n.Alert),{type:"info",showIcon:"",class:e.normalizeClass(e.unref(a)())},{message:e.withCtx(()=>[o.count>0?(e.openBlock(),e.createElementBlock("span",i,e.toDisplayString(e.unref(t)("ap.table.selectionBarTips",{count:o.count})),1)):(e.openBlock(),e.createElementBlock("span",u,e.toDisplayString(e.unref(t)("ap.table.selectionBarEmpty")),1)),e.withDirectives(e.createVNode(e.unref(n.Button),{type:"link",onClick:c.clearSelectedRowKeys,size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(t)("ap.table.selectionBarClear")),1)]),_:1},8,["onClick"]),[[e.vShow,o.count>0]])]),_:1},8,["class"]))}});exports.default=p;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{
|
|
3
|
-
title: {
|
|
4
|
-
type: PropType<string | ((data: any) => string)>;
|
|
5
|
-
};
|
|
6
|
-
getSelectRows: {
|
|
7
|
-
type: PropType<() => any[]>;
|
|
8
|
-
};
|
|
9
|
-
helpMessage: {
|
|
10
|
-
type: PropType<string | string[]>;
|
|
11
|
-
};
|
|
12
|
-
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
13
|
-
title: {
|
|
14
|
-
type: PropType<string | ((data: any) => string)>;
|
|
15
|
-
};
|
|
16
|
-
getSelectRows: {
|
|
17
|
-
type: PropType<() => any[]>;
|
|
18
|
-
};
|
|
19
|
-
helpMessage: {
|
|
20
|
-
type: PropType<string | string[]>;
|
|
21
|
-
};
|
|
22
|
-
}>>, {}, {}>;
|
|
23
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./table-title.vue2.js");exports.default=e.default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),c=require("../../basic/index.js");require("../../config-provider/index.js");const o=require("lodash-unified");require("./style/table-title.css");const u=require("../../config-provider/hooks/use-namespace.js"),p=e.defineComponent({name:"BasicTableTitle",__name:"table-title",props:{title:{type:[Function,String]},getSelectRows:{type:Function},helpMessage:{type:[String,Array]}},setup(s){const a=s,{b:l}=u.useNamespace("basic-table-title"),i=e.computed(()=>{const{title:t,getSelectRows:n=()=>[]}=a;let r=t;return o.isFunction(t)&&(r=t({selectRows:n()})),r});return(t,n)=>i.value?(e.openBlock(),e.createBlock(e.unref(c.BasicTitle),{key:0,class:e.normalizeClass(e.unref(l)()),helpMessage:s.helpMessage},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.value),1)]),_:1},8,["class","helpMessage"])):e.createCommentVNode("",!0)}});exports.default=p;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { SizeType } from './types/table';
|
|
2
|
-
export declare const ROW_KEY = "key";
|
|
3
|
-
export declare const DEFAULT_ALIGN = "left";
|
|
4
|
-
export declare const INDEX_COLUMN_FLAG = "INDEX";
|
|
5
|
-
export declare const ACTION_COLUMN_FLAG = "ACTION";
|
|
6
|
-
export declare const formTableDivideSpaceMap: Record<SizeType, number>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="key",t="left",L="INDEX",N="ACTION",_={default:16,small:8,middle:12,large:16};exports.ACTION_COLUMN_FLAG=N;exports.DEFAULT_ALIGN=t;exports.INDEX_COLUMN_FLAG=L;exports.ROW_KEY=e;exports.formTableDivideSpaceMap=_;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("@aplus-frontend/utils"),u=new Map;let d;const T=typeof window>"u";T||(a.on(document,"mousedown",e=>d=e),a.on(document,"mouseup",e=>{for(const{documentHandler:t}of u.values())t(e,d)}));function l(e,t){let n=[];return Array.isArray(t.arg)?n=t.arg:n.push(t.arg),function(i,f){const c=t.instance.popperRef,o=i.target,s=f.target,p=!t||!t.instance,m=!o||!s,g=e.contains(o)||e.contains(s),v=e===o,y=n.length&&n.some(r=>r==null?void 0:r.contains(o))||n.length&&n.includes(s),w=c&&(c.contains(o)||c.contains(s));p||m||g||v||y||w||t.value()}}const C={beforeMount(e,t){u.set(e,{documentHandler:l(e,t),bindingFn:t.value})},updated(e,t){u.set(e,{documentHandler:l(e,t),bindingFn:t.value})},unmounted(e){u.delete(e)}};exports.default=C;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { BasicTableProps } from './types/table';
|
|
2
|
-
export declare function parseRowKey<RecordType = any>(rowKey: BasicTableProps['rowKey'], record: RecordType, autoCreateKey?: boolean): number | string;
|
|
3
|
-
export declare function parseRowKeyValue<RecordType = any>(rowKey: BasicTableProps['rowKey'], record: RecordType, autoCreateKey?: boolean): number | string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./const.js");function u(e,t,r){return r?n.ROW_KEY:typeof e=="string"?e:e?e(t):n.ROW_KEY}function s(e,t,r){return t[u(e,t,r)]}exports.parseRowKey=u;exports.parseRowKeyValue=s;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { BasicColumn, BasicTableProps, CellFormat, GetColumnsParams } from '../types/table';
|
|
2
|
-
import { PaginationProps } from '../types/pagination';
|
|
3
|
-
import { ComputedRef } from 'vue';
|
|
4
|
-
import { ColumnType } from 'ant-design-vue/es/table';
|
|
5
|
-
import { Recordable } from '../../type';
|
|
6
|
-
export declare function useColumns(propsRef: ComputedRef<BasicTableProps>, getPaginationRef: ComputedRef<boolean | PaginationProps>): {
|
|
7
|
-
getColumnsRef: ComputedRef<BasicColumn[]>;
|
|
8
|
-
getCacheColumns: () => BasicColumn[];
|
|
9
|
-
getColumns: (opt?: GetColumnsParams) => BasicColumn[];
|
|
10
|
-
setColumns: (columnList: Partial<BasicColumn>[] | (string | string[])[]) => void;
|
|
11
|
-
setColumnWidth: (w: number, col: ColumnType<BasicColumn>) => void;
|
|
12
|
-
getViewColumns: ComputedRef<any[]>;
|
|
13
|
-
setCacheColumnsByField: (dataIndex: string | undefined, value: Partial<BasicColumn>) => void;
|
|
14
|
-
setCacheColumns: (columns: BasicColumn[]) => void;
|
|
15
|
-
};
|
|
16
|
-
export declare function formatCell(text: string, format: CellFormat, record: Recordable, index: number): any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("vue"),j=require("../components/editable/index.js"),a=require("lodash-unified"),_=require("../const.js"),P=require("dayjs");require("../../config-provider/index.js");const X=require("../../config-provider/hooks/use-global-config.js"),B=require("../../config-provider/hooks/use-locale.js");function p(t,r){const{key:l,dataIndex:c,children:d}=t;t.align=t.align||_.DEFAULT_ALIGN,r&&(l||(t.key=typeof c=="object"?c.join("-"):c),a.isBoolean(t.ellipsis)||Object.assign(t,{ellipsis:r})),d&&d.length&&y(d,!!r)}function y(t,r){t&&t.forEach(l=>{const{children:c}=l;p(l,r),y(c,r)})}function k(t,r){const{actionColumn:l}=f.unref(t);if(!l)return;const c=r.findIndex(d=>d.flag===_.ACTION_COLUMN_FLAG);c===-1&&r.push({...r[c],fixed:"right",...l,flag:_.ACTION_COLUMN_FLAG})}function z(t,r){const l=X.useGlobalConfig(),{t:c}=B.useLocale(),d=l.value.table.defaultPageSize,x=l.value.table.permissionValidator,g=f.ref(f.unref(t).columns);let u=f.unref(t).columns;const O=f.computed(()=>{const e=a.cloneDeep(f.unref(g));if(b(t,r,e),k(t,e),!e)return[];const{ellipsis:n}=f.unref(t);return e.forEach(s=>{const{customRender:o,slots:i}=s;p(s,Reflect.has(s,"ellipsis")?!!s.ellipsis:!!n&&!o&&!i)}),e});function w(e){const n=e.ifShow;let s=!0;return a.isBoolean(n)&&(s=n),a.isFunction(n)&&(s=n(e)),s}const S=f.computed(()=>{const e=m(f.unref(O)),n=o=>{const{slots:i,customRender:I,format:h,edit:A,editRow:C,flag:L}=o;(!i||!(i!=null&&i.title))&&(o.customTitle=o.title);const F=[_.INDEX_COLUMN_FLAG,_.ACTION_COLUMN_FLAG].includes(L);return!I&&h&&!A&&!F&&(o.customRender=({text:N,record:q,index:R})=>E(N,h,q,R)),(A||C)&&!F&&(o.customRender=j.renderEditCell(o)),f.reactive(o)};return a.cloneDeep(e).filter(o=>x(o.auth)&&w(o)).map(o=>{var i;return(i=o.children)!=null&&i.length&&(o.children=o.children.map(n)),n(o)})});f.watch(()=>f.unref(t).columns,e=>{g.value=e,u=(e==null?void 0:e.filter(n=>!n.flag))??[]});function b(e,n,s){const{showIndexColumn:o,indexColumnProps:i,isTreeTable:I}=f.unref(e);let h=!1;if(f.unref(I)||(s.forEach(()=>{const C=s.findIndex(L=>L.flag===_.INDEX_COLUMN_FLAG);o?h=C===-1:!o&&C!==-1&&s.splice(C,1)}),!h))return;const A=s.some(C=>C.fixed==="left");s.unshift({flag:_.INDEX_COLUMN_FLAG,width:60,title:c("ap.table.index"),align:"center",customRender:({index:C})=>{const L=f.unref(n);if(a.isBoolean(L))return`${C+1}`;const{current:F=1,pageSize:N=d}=L;return((F<1?1:F)-1)*N+C+1},...A?{fixed:"left"}:{},...i})}function G(e,n){!e||!n||u.forEach(s=>{if(s.dataIndex===e){Object.assign(s,n);return}})}function v(e){const n=a.cloneDeep(e);if(!a.isArray(n))return;if(n.length<=0){g.value=[];return}const s=n[0],o=u.map(i=>i.dataIndex);if(!a.isString(s)&&!a.isArray(s))g.value=n;else{const i=n.map(h=>h.toString()),I=[];u.forEach(h=>{var A;I.push({...h,defaultHidden:!i.includes(((A=h.dataIndex)==null?void 0:A.toString())||h.key)})}),a.isEqual(o,n)||I.sort((h,A)=>{var C,L;return i.indexOf((C=h.dataIndex)==null?void 0:C.toString())-i.indexOf((L=A.dataIndex)==null?void 0:L.toString())}),g.value=I}}function M(e){const{ignoreIndex:n,ignoreAction:s,sort:o}=e||{};let i=f.toRaw(f.unref(O));return n&&(i=i.filter(I=>I.flag!==_.INDEX_COLUMN_FLAG)),s&&(i=i.filter(I=>I.flag!==_.ACTION_COLUMN_FLAG)),o&&(i=m(i)),i}function T(){return u}function D(e){a.isArray(e)&&(u=e.filter(n=>!n.flag))}function U(e,n){n.width=e}return{getColumnsRef:O,getCacheColumns:T,getColumns:M,setColumns:v,setColumnWidth:U,getViewColumns:S,setCacheColumnsByField:G,setCacheColumns:D}}function m(t){const r=[],l=[],c=[];for(const u of t){if(u.fixed==="left"){r.push(u);continue}if(u.fixed==="right"){l.push(u);continue}c.push(u)}const d=u=>!u.defaultHidden,x=[...r,...c,...l].filter(d),g=[...x];for(;g.length;){const u=g[0];Array.isArray(u.children)?(u.children=u.children.filter(d),g.shift(),g.unshift(...u.children)):g.shift()}return x}function E(t,r,l,c){if(!r)return t;if(a.isFunction(r))return r(t,l,c);try{const d="date|";if(a.isString(r)&&r.startsWith(d)&&t){const x=r.replace(d,"");return x?P(t).format(x):t}if(a.isMap(r))return r.get(t)}catch{return t}}exports.formatCell=E;exports.useColumns=z;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ComputedRef } from 'vue';
|
|
2
|
-
import { BasicTableProps } from '../types/table';
|
|
3
|
-
import { Key } from 'ant-design-vue/lib/table/interface';
|
|
4
|
-
import { EmitType, Recordable } from '../../type';
|
|
5
|
-
interface Options {
|
|
6
|
-
setSelectedRowKeys: (keyValues: Key[]) => void;
|
|
7
|
-
getSelectRowKeys: () => Key[];
|
|
8
|
-
clearSelectedRowKeys: () => void;
|
|
9
|
-
emit: EmitType;
|
|
10
|
-
getAutoCreateKey: ComputedRef<boolean | undefined>;
|
|
11
|
-
}
|
|
12
|
-
export declare function useCustomRow(propsRef: ComputedRef<BasicTableProps>, { setSelectedRowKeys, getSelectRowKeys, getAutoCreateKey, clearSelectedRowKeys, emit }: Options): {
|
|
13
|
-
customRow: (record: Recordable, index: number) => {
|
|
14
|
-
onClick: (e: Event) => void;
|
|
15
|
-
onDblclick: (event: Event) => void;
|
|
16
|
-
onContextmenu: (event: Event) => void;
|
|
17
|
-
onMouseenter: (event: Event) => void;
|
|
18
|
-
onMouseleave: (event: Event) => void;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("vue"),g=require("../helper.js");function x(h,{setSelectedRowKeys:c,getSelectRowKeys:b,getAutoCreateKey:w,clearSelectedRowKeys:l,emit:u}){return{customRow:(t,r)=>({onClick:o=>{o==null||o.stopPropagation();function y(){var a;const{rowSelection:s,rowKey:C,clickToRowSelect:m}=p.unref(h);if(!s||!m)return;const n=b()||[],e=g.parseRowKeyValue(C,t,p.unref(w));if(!e)return;if(s.type==="checkbox"){const f=(a=o.composedPath)==null?void 0:a.call(o).find(i=>i.tagName==="TR");if(!f)return;const k=f.querySelector("input[type=checkbox]");if(!k||k.hasAttribute("disabled"))return;if(!n.includes(e)){n.push(e),c(n);return}const R=n.findIndex(i=>i===e);n.splice(R,1),c(n);return}if(s.type==="radio"){if(!n.includes(e)){n.length&&l(),c([e]);return}l()}}y(),u("row-click",t,r,o)},onDblclick:o=>{u("row-dbClick",t,r,o)},onContextmenu:o=>{u("row-contextmenu",t,r,o)},onMouseenter:o=>{u("row-mouseenter",t,r,o)},onMouseleave:o=>{u("row-mouseleave",t,r,o)}})}}exports.useCustomRow=x;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { BasicTableProps, FetchParams, SorterResult } from '../types/table';
|
|
2
|
-
import { PaginationProps } from '../types/pagination';
|
|
3
|
-
import { ComputedRef, Ref } from 'vue';
|
|
4
|
-
import { Key } from 'ant-design-vue/lib/table/interface';
|
|
5
|
-
import { EmitType, Recordable } from '../../type';
|
|
6
|
-
import { GetRowKey } from 'ant-design-vue/es/vc-table/interface';
|
|
7
|
-
interface ActionType {
|
|
8
|
-
getPaginationInfo: ComputedRef<boolean | PaginationProps>;
|
|
9
|
-
setPagination: (info: Partial<PaginationProps>) => void;
|
|
10
|
-
setLoading: (loading: boolean) => void;
|
|
11
|
-
getFieldsValue: () => Recordable;
|
|
12
|
-
clearSelectedRowKeys: () => void;
|
|
13
|
-
tableData: Ref<Recordable[]>;
|
|
14
|
-
}
|
|
15
|
-
export declare function useDataSource(propsRef: ComputedRef<BasicTableProps>, { getPaginationInfo, setPagination, setLoading, getFieldsValue, clearSelectedRowKeys, tableData }: ActionType, emit: EmitType): {
|
|
16
|
-
getDataSourceRef: ComputedRef<Recordable[]>;
|
|
17
|
-
getDataSource: <T = Recordable>() => T[];
|
|
18
|
-
getRawDataSource: <T = Recordable>() => T;
|
|
19
|
-
getRowKey: ComputedRef<string | GetRowKey<any> | undefined>;
|
|
20
|
-
setTableData: <T = Recordable>(values: T[]) => void;
|
|
21
|
-
getAutoCreateKey: ComputedRef<boolean | undefined>;
|
|
22
|
-
fetch: (opt?: FetchParams) => Promise<any>;
|
|
23
|
-
reload: (opt?: FetchParams) => Promise<any>;
|
|
24
|
-
updateTableData: (index: number, key: Key, value: any) => Promise<Recordable>;
|
|
25
|
-
updateTableDataRecord: (keyValue: Key, record: Recordable) => Recordable | undefined;
|
|
26
|
-
deleteTableDataRecord: (keyValues: Key | Key[]) => void;
|
|
27
|
-
insertTableDataRecord: (record: Recordable | Recordable[], index?: number) => Recordable[] | undefined;
|
|
28
|
-
findTableDataRecord: (keyValue: Key) => undefined;
|
|
29
|
-
handleTableChange: (pagination: PaginationProps, filters: Partial<Recordable<string[]>>, sorter: SorterResult) => void;
|
|
30
|
-
};
|
|
31
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("vue"),ue=require("@vueuse/core"),N=require("../../utils/uuid.js"),l=require("lodash-unified"),g=require("../const.js"),B=require("../helper.js");require("../../config-provider/index.js");const ae=require("../../config-provider/hooks/use-global-config.js");function ce(f,{getPaginationInfo:O,setPagination:S,setLoading:_,getFieldsValue:H,clearSelectedRowKeys:V,tableData:Z},A){const C=ae.useGlobalConfig(),J=n.unref(C).table.fetchSetting,P=n.unref(C).table.defaultPageSize,T=n.reactive({sortInfo:{},filterInfo:{}}),t=n.ref([]),q=n.ref({});n.watchEffect(()=>{Z.value=n.unref(t)}),n.watch(()=>n.unref(f).dataSource,()=>{const{dataSource:e,api:r}=n.unref(f);!r&&e&&(t.value=e)},{immediate:!0});function Q(e,r,u){const{clearSelectOnPageChange:a,sortFn:c,filterFn:i}=n.unref(f);a&&V(),S(e);const o={};if(u&&l.isFunction(c)){const s=c(u);T.sortInfo=s,o.sortInfo=s}if(r&&l.isFunction(i)){const s=i(r);T.filterInfo=s,o.filterInfo=s}I(o)}function W(e){!e||!Array.isArray(e)||e.forEach(r=>{r[g.ROW_KEY]||(r[g.ROW_KEY]=N.buildUUID()),r.children&&r.children.length&&W(r.children)})}const R=n.computed(()=>n.unref(f).autoCreateKey&&!n.unref(f).rowKey),m=n.computed(()=>{const{rowKey:e}=n.unref(f);return n.unref(R)?g.ROW_KEY:e});n.watchEffect(()=>{const e=n.unref(t);if(!(!e||e.length===0)&&n.unref(R)){const r=e[0],u=e[e.length-1];if(r&&u&&(!r[g.ROW_KEY]||!u[g.ROW_KEY])){const a=l.cloneDeep(n.unref(t));a.forEach(c=>{c[g.ROW_KEY]||(c[g.ROW_KEY]=N.buildUUID()),c.children&&c.children.length&&W(c.children)}),t.value=a}}});const Y=n.computed(()=>n.unref(t));async function X(e,r,u){return t.value[e]&&(t.value[e][r]=u),t.value[e]}function $(e,r){const u=U(e);if(u){for(const a in u)Reflect.has(r,a)&&(u[a]=r[a]);return u}}function x(e){var a;if(!t.value||t.value.length==0)return;const r=Array.isArray(e)?e:[e];function u(c,i){const o=s(c,i);if(o===null||o.index===-1)return;o.data.splice(o.index,1);function s(d,v){var K;if(d==null)return null;for(let w=0;w<d.length;w++){const F=d[w];if(B.parseRowKeyValue(n.unref(m),F)===v)return{index:w,data:d};if(((K=F.children)==null?void 0:K.length)>0){const h=s(F.children,v);if(h!=null)return h}}return null}}for(const c of r)u(t.value,c),u(n.unref(f).dataSource,c);S({total:(a=n.unref(f).dataSource)==null?void 0:a.length})}function L(e,r){var a;r=r??((a=t.value)==null?void 0:a.length);const u=l.isObject(e)?[e]:e;return n.unref(t).splice(r,0,...u),n.unref(t)}function U(e){if(!t.value||t.value.length==0)return;const{childrenColumnName:r="children"}=n.unref(f);return(a=>{let c;return a.some(function i(o){return B.parseRowKeyValue(n.unref(m),o)===e?(c=o,!0):o[r]&&o[r].some(i)}),c})(t.value)}async function I(e){const{api:r,searchInfo:u,defSort:a,fetchSetting:c,beforeFetch:i,afterFetch:o,useSearchForm:s,pagination:d}=n.unref(f);if(!(!r||!l.isFunction(r)))try{_(!0);const{pageField:v,sizeField:K,listField:w,totalField:F}=Object.assign({},J,c);let h={};const{current:G=1,pageSize:j=P}=n.unref(O);l.isBoolean(d)&&!d||l.isBoolean(O)?h={}:(h[v]=e&&e.page||G,h[K]=j);const{sortInfo:re={},filterInfo:te}=T;let D=l.merge(h,s?H():{},u,(e==null?void 0:e.searchInfo)??{},a,re,te,(e==null?void 0:e.sortInfo)??{},(e==null?void 0:e.filterInfo)??{});i&&l.isFunction(i)&&(D=await i(D)||D);const b=await r(D);q.value=b;const z=Array.isArray(b);let y=z?b:l.get(b,w);const E=z?b.length:l.get(b,F);if(Number(E)){const M=Math.ceil(E/j);if(G>M)return S({current:M}),await I(e)}return o&&l.isFunction(o)&&(y=await o(y)||y),t.value=y,S({total:E||0}),e&&e.page&&S({current:e.page||1}),A("fetch-success",{items:n.unref(y),total:E}),y}catch(v){A("fetch-error",v),t.value=[],S({total:0})}finally{_(!1)}}function k(e){t.value=e}function p(){return Y.value}function ee(){return q.value}async function ne(e){return await I(e)}return n.onMounted(()=>{ue.useTimeoutFn(()=>{n.unref(f).immediate&&I()},16)}),{getDataSourceRef:Y,getDataSource:p,getRawDataSource:ee,getRowKey:m,setTableData:k,getAutoCreateKey:R,fetch:I,reload:ne,updateTableData:X,updateTableDataRecord:$,deleteTableDataRecord:x,insertTableDataRecord:L,findTableDataRecord:U,handleTableChange:Q}}exports.useDataSource=ce;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue");function a(t){const n=e.ref(e.unref(t).loading);e.watch(()=>e.unref(t).loading,o=>{n.value=o});const u=e.computed(()=>e.unref(n));function i(o){n.value=o}return{getLoading:u,setLoading:i}}exports.useLoading=a;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PaginationProps } from '../types/pagination';
|
|
2
|
-
import { BasicTableProps } from '../types/table';
|
|
3
|
-
import { ComputedRef } from 'vue';
|
|
4
|
-
export declare function usePagination(refProps: ComputedRef<BasicTableProps>): {
|
|
5
|
-
getPagination: () => boolean | PaginationProps;
|
|
6
|
-
getPaginationInfo: ComputedRef<boolean | PaginationProps>;
|
|
7
|
-
setShowPagination: (flag: boolean) => Promise<void>;
|
|
8
|
-
getShowPagination: () => boolean;
|
|
9
|
-
setPagination: (info: Partial<PaginationProps>) => void;
|
|
10
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c=require("@ant-design/icons-vue"),i=require("lodash-unified");require("../../config-provider/index.js");const b=require("../../config-provider/hooks/use-locale.js"),v=require("../../config-provider/hooks/use-global-config.js");function p({page:o,type:t,originalElement:r}){return t==="prev"?o===0?null:e.createVNode(c.LeftOutlined,null,null):t==="next"?o===1?null:e.createVNode(c.RightOutlined,null,null):r}function w(o){const t=e.ref({}),{t:r}=b.useLocale(),s=v.useGlobalConfig(),f=s.value.table.defaultPageSize,g=s.value.table.pageSizeOptions,a=e.ref(!0);e.watch(()=>e.unref(o).pagination,n=>{!i.isBoolean(n)&&n&&(t.value={...e.unref(t),...n??{}})});const l=e.computed(()=>{const{pagination:n}=e.unref(o);return!e.unref(a)||i.isBoolean(n)&&!n?!1:{current:1,size:"small",defaultPageSize:f,showTotal:u=>r("ap.table.total",{total:u}),showSizeChanger:!0,pageSizeOptions:g,itemRender:p,showQuickJumper:!0,...i.isBoolean(n)?{}:n,...e.unref(t)}});function d(n){const u=e.unref(l);t.value={...i.isBoolean(u)?{}:u,...n}}function P(){return e.unref(l)}function S(){return e.unref(a)}async function h(n){a.value=n}return{getPagination:P,getPaginationInfo:l,setShowPagination:h,getShowPagination:S,setPagination:d}}exports.usePagination=w;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BasicTableProps, TableRowSelection } from '../types/table';
|
|
2
|
-
import { ComputedRef, Ref } from 'vue';
|
|
3
|
-
import { Key } from 'ant-design-vue/lib/table/interface';
|
|
4
|
-
import { EmitType, Recordable } from '../../type';
|
|
5
|
-
export declare function useRowSelection(propsRef: ComputedRef<BasicTableProps>, tableData: Ref<Recordable[]>, emit: EmitType): {
|
|
6
|
-
getRowSelection: () => TableRowSelection<any>;
|
|
7
|
-
getRowSelectionRef: ComputedRef<TableRowSelection<any> | null>;
|
|
8
|
-
getSelectRows: <T = Recordable>() => T[];
|
|
9
|
-
getSelectRowKeys: () => Key[];
|
|
10
|
-
setSelectedRowKeys: (keyValues?: Key[]) => void;
|
|
11
|
-
clearSelectedRowKeys: () => void;
|
|
12
|
-
deleteSelectRowByKey: (key: Key) => void;
|
|
13
|
-
setSelectedRows: (rows: Recordable[]) => void;
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),N=require("../const.js"),x=require("lodash-unified"),O=require("../../utils/tree.js"),w=require("../helper.js");function P(s,y,m){const t=e.ref([]),u=e.ref([]),S=e.computed(()=>{const{rowSelection:n}=e.unref(s);return n?{selectedRowKeys:e.unref(t),onChange:(o,f,i)=>{var l,v;if(i)(l=n.onChange)==null||l.call(n,o,f);else{const g=y.value.map(r=>w.parseRowKeyValue(e.unref(d),r));for(const r of t.value.filter(c=>g.includes(c)))if(o.findIndex(c=>c===r)<0){const c=t.value.findIndex(a=>a===r);c>-1&&(t.value.splice(c,1),u.value.splice(c,1))}for(const r of o)if(t.value.findIndex(a=>a===r)<0){t.value.push(r);const a=f.find(E=>w.parseRowKeyValue(e.unref(d),E)===r);a&&u.value.push(a)}K(t.value),(v=n.onChange)==null||v.call(n,t.value,u.value)}},...x.omit(n,["onChange"])}:null});e.watch(()=>{var n;return(n=e.unref(s).rowSelection)==null?void 0:n.selectedRowKeys},n=>{K(n)}),e.watch(()=>e.unref(t),()=>{e.nextTick(()=>{const{rowSelection:n}=e.unref(s);if(n){const{onChange:o}=n;o&&x.isFunction(o)&&o(R(),h(),!0)}m("selection-change",{keys:R(),rows:h()})})},{deep:!0});const p=e.computed(()=>e.unref(s).autoCreateKey&&!e.unref(s).rowKey),d=e.computed(()=>{const{rowKey:n}=e.unref(s);return e.unref(p)?N.ROW_KEY:n});function K(n){t.value=n||[];const o=e.toRaw(e.unref(y)).concat(e.toRaw(e.unref(u))),f=O.findNodeAll(o,l=>n==null?void 0:n.includes(w.parseRowKeyValue(e.unref(d),l)),{children:s.value.childrenColumnName??"children"}),i=[];n==null||n.forEach(l=>{const v=f.find(g=>w.parseRowKeyValue(e.unref(d),g)===l);v?i.push(v):o[0]&&i.push({[w.parseRowKey(e.unref(d),o[0])]:l})}),u.value=i}function C(n){u.value=n,t.value=u.value.map(o=>w.parseRowKeyValue(e.unref(d),o))}function I(){u.value=[],t.value=[]}function q(n){const f=e.unref(t).findIndex(i=>i===n);f!==-1&&e.unref(t).splice(f,1)}function R(){return e.unref(t)}function h(){return e.unref(u)}function A(){return e.unref(S)}return{getRowSelection:A,getRowSelectionRef:S,getSelectRows:h,getSelectRowKeys:R,setSelectedRowKeys:K,clearSelectedRowKeys:I,deleteSelectRowByKey:q,setSelectedRows:C}}exports.useRowSelection=P;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("vue");function T(a,u){let e;async function i(t){const{id:n}=t,o=e==null?void 0:e.querySelector(`[data-row-key="${n}"]`);await l.nextTick(),e==null||e.scrollTo({top:(o==null?void 0:o.offsetTop)??0,behavior:"smooth"})}function s(t){const n=l.unref(a);if(!n)return;const o=n.$el;if(!o||!e&&(e=o.querySelector(".ant-table-body"),!e))return;const r=l.unref(u);if(r)if(t==="top")i(r[0]);else if(t==="bottom")i(r[r.length-1]);else{const c=r.find(f=>f.id===t);c?i(c):console.warn(`id: ${t} doesn't exist`)}}return{scrollTo:s}}exports.useTableScrollTo=T;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Ref, ComputedRef } from 'vue';
|
|
2
|
-
import { BasicTableProps, TableActionType } from '../types/table';
|
|
3
|
-
import { Nullable, Recordable } from '../../type';
|
|
4
|
-
type Instance = TableActionType & {
|
|
5
|
-
wrapRef: Ref<Nullable<HTMLElement>>;
|
|
6
|
-
getBindValues: ComputedRef<Recordable>;
|
|
7
|
-
};
|
|
8
|
-
type RetInstance = Omit<Instance, 'getBindValues'> & {
|
|
9
|
-
getBindValues: ComputedRef<BasicTableProps>;
|
|
10
|
-
};
|
|
11
|
-
export declare function createTableContext(instance: Instance): void;
|
|
12
|
-
export declare function useTableContext(): RetInstance;
|
|
13
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t=Symbol("basic-table");function o(n){e.provide(t,n)}function r(){return e.inject(t)}exports.createTableContext=o;exports.useTableContext=r;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
import { BasicTableProps } from '../types/table';
|
|
3
|
-
import { Key } from 'ant-design-vue/lib/table/interface';
|
|
4
|
-
import { EmitType, Recordable } from '../../type';
|
|
5
|
-
export declare function useTableExpand(propsRef: ComputedRef<BasicTableProps>, tableData: Ref<Recordable[]>, emit: EmitType): {
|
|
6
|
-
getExpandOption: ComputedRef<{
|
|
7
|
-
expandedRowKeys?: undefined;
|
|
8
|
-
onExpandedRowsChange?: undefined;
|
|
9
|
-
} | {
|
|
10
|
-
expandedRowKeys: Key[];
|
|
11
|
-
onExpandedRowsChange: (keyValues: string[]) => void;
|
|
12
|
-
}>;
|
|
13
|
-
expandAll: () => void;
|
|
14
|
-
collapseAll: () => void;
|
|
15
|
-
expandRows: (keyValues: Key[]) => void;
|
|
16
|
-
collapseRows: (keyValues: Key[]) => void;
|
|
17
|
-
expandRowAccordion: (keyValue: Key) => void;
|
|
18
|
-
handleTableExpand: (expanded: boolean, record: Recordable) => void;
|
|
19
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),C=require("../const.js"),i=require("../helper.js");function A(t,s,x){const o=e.ref([]),K=e.computed(()=>e.unref(t).autoCreateKey&&!e.unref(t).rowKey),l=e.computed(()=>{const{rowKey:n}=e.unref(t);return e.unref(K)?C.ROW_KEY:n}),h=e.computed(()=>{const{isTreeTable:n,expandRowByClick:u}=e.unref(t);return!n&&!u?{}:{expandedRowKeys:e.unref(o),onExpandedRowsChange:r=>{o.value=r,x("expanded-rows-change",r)}}});function v(){const n=d();o.value=n}function T(){o.value=[]}function g(n){const{isTreeTable:u,expandRowByClick:r}=e.unref(t);!u&&!r||(o.value=[...o.value,...n])}function p(n){const{isTreeTable:u,expandRowByClick:r}=e.unref(t);!u&&!r||(o.value=e.unref(o).filter(c=>!n.includes(c)))}function d(n){const u=[],{childrenColumnName:r}=e.unref(t);return e.toRaw(n||e.unref(s)).forEach(c=>{u.push(i.parseRowKeyValue(e.unref(l),c));const a=c[r||"children"];a!=null&&a.length&&u.push(...d(a))}),u}function f(n,u,r,c){if(n.findIndex(a=>i.parseRowKeyValue(e.unref(l),a)===r)>-1)return c.push(r),!0;for(const a of n){const w=a[u];if(Array.isArray(w)&&f(w,u,r,c))return c.push(i.parseRowKeyValue(e.unref(l),a)),!0}return!1}function y(n){const{childrenColumnName:u}=e.unref(t),r=[];f(s.value,u||"children",n,r),o.value=r}function b(n,u){t.value.accordion&&(t.value.isTreeTable||t.value.expandRowByClick)&&n&&e.nextTick(()=>{y(i.parseRowKeyValue(e.unref(l),u))})}return{getExpandOption:h,expandAll:v,collapseAll:T,expandRows:g,collapseRows:p,expandRowAccordion:y,handleTableExpand:b}}exports.useTableExpand=A;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
import { BasicTableProps } from '../types/table';
|
|
3
|
-
import { ComponentRef, Recordable } from '../../type';
|
|
4
|
-
export declare function useTableFooter(propsRef: ComputedRef<BasicTableProps>, scrollRef: ComputedRef<BasicTableProps['scroll']>, tableElRef: Ref<ComponentRef>, getDataSourceRef: ComputedRef<Recordable>): {
|
|
5
|
-
getFooterProps: ComputedRef<Recordable | undefined>;
|
|
6
|
-
};
|