@aplus-frontend/ui 0.1.40 → 0.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +202 -296
- package/es/src/ap-action/group/index.vue.d.ts +1 -1
- package/es/src/ap-action/group/style/css.d.ts +1 -0
- package/es/src/ap-action/group/style/css.js +1 -0
- package/es/src/ap-action/group/style/index.d.ts +1 -0
- package/es/src/ap-action/group/style/index.js +1 -0
- package/es/src/ap-action/item/index.vue2.mjs +9 -10
- package/es/src/ap-action/item/style/css.js +2 -0
- package/es/src/ap-action/item/style/index.js +2 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -8
- package/es/src/ap-action/item-dropdown/style/css.js +1 -0
- package/es/src/ap-action/item-dropdown/style/index.js +1 -0
- package/es/src/ap-action/item-modal/style/css.d.ts +1 -0
- package/es/src/ap-action/item-modal/style/css.js +1 -0
- package/es/src/ap-action/item-modal/style/index.d.ts +1 -0
- package/es/src/ap-action/item-modal/style/index.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/es/src/ap-action-button/style/index.d.ts +1 -0
- package/es/src/ap-action-button/style/index.js +1 -0
- package/es/src/ap-button/ap-button.vue.mjs +8 -9
- package/es/src/ap-button/style/css.js +1 -0
- package/es/src/ap-button/style/index.js +1 -0
- package/es/src/ap-custom-select/style/css.js +1 -0
- package/es/src/ap-custom-select/style/index.js +1 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +2 -3
- package/es/src/ap-descriptions/ap-descriptions.vue2.mjs +2 -3
- package/es/src/ap-descriptions/style/css.js +1 -0
- package/es/src/ap-descriptions/style/index.js +1 -0
- package/es/src/ap-download/ap-download.vue.mjs +2 -3
- package/es/src/ap-download/interface.d.ts +1 -1
- package/es/src/ap-download/style/css.js +1 -0
- package/es/src/ap-download/style/index.js +1 -0
- package/es/src/ap-field/checkbox/index.vue.mjs +2 -3
- package/es/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/css.js +1 -0
- package/es/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/index.js +1 -0
- package/es/src/ap-field/date/index.vue.d.ts +8 -8
- 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 +8 -8
- 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 +2 -2
- 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/index.vue.d.ts +1 -1
- 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 +3 -3
- package/es/src/ap-field/select/style/css.d.ts +1 -0
- package/es/src/ap-field/select/style/css.js +1 -0
- package/es/src/ap-field/select/style/index.d.ts +1 -0
- package/es/src/ap-field/select/style/index.js +1 -0
- package/es/src/ap-field/slider/index.vue.d.ts +1 -1
- package/es/src/ap-field/slider/style/css.d.ts +1 -0
- package/es/src/ap-field/slider/style/css.js +1 -0
- package/es/src/ap-field/slider/style/index.d.ts +1 -0
- package/es/src/ap-field/slider/style/index.js +1 -0
- package/es/src/ap-field/style/css.d.ts +0 -0
- package/es/src/ap-field/style/css.js +1 -0
- package/es/src/ap-field/style/index.d.ts +0 -0
- package/es/src/ap-field/style/index.js +1 -0
- package/es/src/ap-field/switch/style/css.d.ts +1 -0
- package/es/src/ap-field/switch/style/css.js +1 -0
- package/es/src/ap-field/switch/style/index.d.ts +1 -0
- package/es/src/ap-field/switch/style/index.js +1 -0
- package/es/src/ap-field/text/index.vue.d.ts +2 -2
- package/es/src/ap-field/text/password.vue.d.ts +3 -3
- package/es/src/ap-field/text/style/css.d.ts +1 -0
- package/es/src/ap-field/text/style/css.js +1 -0
- package/es/src/ap-field/text/style/index.d.ts +1 -0
- package/es/src/ap-field/text/style/index.js +1 -0
- package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/es/src/ap-field/text-area/index.vue.mjs +9 -10
- package/es/src/ap-field/text-area/style/css.d.ts +0 -0
- package/es/src/ap-field/text-area/style/css.js +1 -0
- package/es/src/ap-field/text-area/style/index.d.ts +0 -0
- package/es/src/ap-field/text-area/style/index.js +1 -0
- package/es/src/ap-form/ap-form.vue.d.ts +1 -1
- package/es/src/ap-form/dependency/style/css.d.ts +1 -0
- package/es/src/ap-form/dependency/style/css.js +1 -0
- package/es/src/ap-form/dependency/style/index.d.ts +1 -0
- package/es/src/ap-form/dependency/style/index.js +1 -0
- package/es/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/es/src/ap-form/drawer-form/index.vue.mjs +287 -0
- package/es/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/css.js +1 -0
- package/es/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/index.js +1 -0
- package/es/src/ap-form/index.d.ts +4 -4
- package/es/src/ap-form/index.mjs +8 -8
- package/es/src/ap-form/item/index.vue.d.ts +1059 -0
- package/es/src/ap-form/item/index.vue.mjs +188 -0
- package/es/src/ap-form/item/index.vue2.mjs +4 -0
- package/es/src/ap-form/item/style/css.d.ts +0 -0
- package/es/src/ap-form/item/style/css.js +1 -0
- package/es/src/ap-form/item/style/style.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/css.d.ts +1 -0
- package/es/src/ap-form/item-checkbox/style/css.js +1 -0
- package/es/src/ap-form/item-checkbox/style/index.d.ts +1 -0
- package/es/src/ap-form/item-checkbox/style/index.js +1 -0
- package/es/src/ap-form/item-date/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date/style/css.js +1 -0
- package/es/src/ap-form/item-date/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date/style/index.js +1 -0
- package/es/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/css.js +1 -0
- package/es/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/index.js +1 -0
- package/es/src/ap-form/item-group/index.vue.mjs +62 -0
- package/es/src/ap-form/item-group/index.vue2.mjs +4 -0
- package/es/src/ap-form/item-group/style/css.d.ts +0 -0
- package/es/src/ap-form/item-group/style/css.js +1 -0
- package/es/src/ap-form/item-group/style/index.d.ts +0 -0
- package/es/src/ap-form/item-group/style/index.js +1 -0
- package/es/src/ap-form/item-number/style/css.d.ts +1 -0
- package/es/src/ap-form/item-number/style/css.js +1 -0
- package/es/src/ap-form/item-number/style/index.d.ts +1 -0
- package/es/src/ap-form/item-number/style/index.js +1 -0
- package/es/src/ap-form/item-radio/style/css.d.ts +1 -0
- package/es/src/ap-form/item-radio/style/css.js +1 -0
- package/es/src/ap-form/item-radio/style/index.d.ts +1 -0
- package/es/src/ap-form/item-radio/style/index.js +1 -0
- package/es/src/ap-form/item-select/style/css.d.ts +1 -0
- package/es/src/ap-form/item-select/style/css.js +1 -0
- package/es/src/ap-form/item-select/style/index.d.ts +1 -0
- package/es/src/ap-form/item-select/style/index.js +1 -0
- package/es/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/css.js +1 -0
- package/es/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/index.js +1 -0
- package/es/src/ap-form/item-text/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text/style/css.js +1 -0
- package/es/src/ap-form/item-text/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text/style/index.js +1 -0
- package/es/src/ap-form/item-text-area/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text-area/style/css.js +1 -0
- package/es/src/ap-form/item-text-area/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text-area/style/index.js +1 -0
- package/es/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/css.js +1 -0
- package/es/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/index.js +1 -0
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/number/index.vue.d.ts +105 -105
- 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 +108 -108
- package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +127 -127
- package/es/src/ap-form/items/text/password.vue.mjs +2 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +87 -87
- package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
- package/es/src/ap-form/list/index.vue.d.ts +41 -0
- package/es/src/ap-form/list/index.vue.mjs +51 -0
- package/es/src/ap-form/list/index.vue2.mjs +4 -0
- package/es/src/ap-form/list/style/css.d.ts +1 -0
- package/es/src/ap-form/list/style/css.js +1 -0
- package/es/src/ap-form/list/style/index.d.ts +1 -0
- package/es/src/ap-form/list/style/index.js +1 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/es/src/ap-form/modal-form/index.vue.mjs +2 -3
- package/es/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/css.js +1 -0
- package/es/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/index.js +1 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/es/src/ap-form/search-form/index.vue.mjs +5 -6
- package/es/src/ap-form/search-form/style/css.d.ts +0 -0
- package/es/src/ap-form/search-form/style/css.js +1 -0
- package/es/src/ap-form/search-form/style/index.d.ts +0 -0
- package/es/src/ap-form/search-form/style/index.js +1 -0
- package/es/src/ap-form/set/style/css.d.ts +1 -0
- package/es/src/ap-form/set/style/css.js +1 -0
- package/es/src/ap-form/set/style/index.d.ts +1 -0
- package/es/src/ap-form/set/style/index.js +1 -0
- package/es/src/ap-form/style/css.d.ts +0 -0
- package/es/src/ap-form/style/css.js +1 -0
- package/es/src/ap-form/style/style.d.ts +0 -0
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +41 -0
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +71 -0
- package/es/src/ap-info-layout/style/css.d.ts +0 -0
- package/es/src/ap-info-layout/style/css.js +1 -0
- package/es/src/ap-info-layout/style/index.d.ts +0 -0
- package/es/src/ap-info-layout/style/index.js +1 -0
- package/es/src/ap-list/index.vue.mjs +10 -11
- package/es/src/ap-list/style/css.d.ts +0 -0
- package/es/src/ap-list/style/css.js +1 -0
- package/es/src/ap-list/style/index.d.ts +0 -0
- package/es/src/ap-list/style/index.js +1 -0
- package/es/src/ap-modal/style/css.d.ts +1 -0
- package/es/src/ap-modal/style/css.js +1 -0
- package/es/src/ap-modal/style/index.d.ts +1 -0
- package/es/src/ap-modal/style/index.js +1 -0
- package/es/src/ap-table/ap-table.vue.mjs +2 -3
- package/es/src/ap-table/components/index/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +12 -13
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +17 -18
- package/es/src/ap-table/constants.d.ts +2420 -2420
- 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 +1124 -1122
- package/es/src/ap-table/utils.mjs +1 -1
- package/es/src/ap-tag/ap-tag-group.vue.mjs +2 -3
- package/es/src/ap-tag/ap-tag.vue.mjs +7 -8
- package/es/src/ap-tag/group/style/css.d.ts +0 -0
- package/es/src/ap-tag/group/style/css.js +1 -0
- package/es/src/ap-tag/group/style/index.d.ts +0 -0
- package/es/src/ap-tag/group/style/index.js +1 -0
- package/es/src/ap-tag/style/css.d.ts +0 -0
- package/es/src/ap-tag/style/css.js +1 -0
- package/es/src/ap-tag/style/index.d.ts +0 -0
- package/es/src/ap-tag/style/index.js +1 -0
- package/es/src/ap-upload/apUpload.vue.mjs +16 -17
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +2 -3
- package/es/src/ap-upload/components/Picture.vue2.mjs +2 -3
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +41 -40
- package/es/src/ap-upload/style/css.d.ts +0 -0
- package/es/src/ap-upload/style/css.js +1 -0
- package/es/src/ap-upload/style/index.d.ts +0 -0
- package/es/src/ap-upload/style/index.js +1 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +2 -3
- package/es/src/business/ap-attachment/index.d.ts +214 -1
- package/es/src/business/ap-attachment/index.mjs +7 -0
- package/es/src/business/ap-attachment/style/css.d.ts +0 -0
- package/es/src/business/ap-attachment/style/css.js +1 -0
- package/es/src/business/ap-attachment/style/index.d.ts +0 -0
- package/es/src/business/ap-attachment/style/index.js +1 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -3
- package/es/src/business/ap-batch-action/index.d.ts +53 -0
- package/es/src/business/ap-batch-action/index.mjs +8 -0
- package/es/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/css.js +1 -0
- package/es/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/index.js +1 -0
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +42 -43
- package/es/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/es/src/business/ap-batch-action-group/index.mjs +8 -0
- package/es/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/es/src/business/ap-batch-action-group/style/css.d.ts +1 -0
- package/es/src/business/ap-batch-action-group/style/css.js +1 -0
- package/es/src/business/ap-batch-action-group/style/index.d.ts +1 -0
- package/es/src/business/ap-batch-action-group/style/index.js +1 -0
- package/es/src/business/ap-button-group/index.d.ts +611 -0
- package/es/src/business/ap-button-group/index.mjs +8 -0
- package/es/src/business/ap-button-group/style/css.d.ts +1 -0
- package/es/src/business/ap-button-group/style/css.js +1 -0
- package/es/src/business/ap-button-group/style/index.d.ts +1 -0
- package/es/src/business/ap-button-group/style/index.js +1 -0
- package/es/src/business/ap-card/ApCard.vue2.mjs +7 -8
- package/es/src/business/ap-card/index.d.ts +53 -0
- package/es/src/business/ap-card/index.mjs +8 -0
- package/es/src/business/ap-card/style/css.d.ts +0 -0
- package/es/src/business/ap-card/style/css.js +1 -0
- package/es/src/business/ap-card/style/index.d.ts +0 -0
- package/es/src/business/ap-card/style/index.js +1 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +2 -3
- package/es/src/business/ap-expand-alert/index.d.ts +63 -0
- package/es/src/business/ap-expand-alert/index.mjs +8 -0
- package/es/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/css.js +1 -0
- package/es/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/index.js +1 -0
- package/es/src/business/ap-export-group/index.d.ts +145 -0
- package/es/src/business/ap-export-group/index.mjs +11 -0
- package/es/src/business/ap-export-group/style/css.d.ts +1 -0
- package/es/src/business/ap-export-group/style/css.js +1 -0
- package/es/src/business/ap-export-group/style/index.d.ts +1 -0
- package/es/src/business/ap-export-group/style/index.js +1 -0
- package/es/src/business/ap-image/index.d.ts +168 -0
- package/es/src/business/ap-image/index.mjs +8 -0
- package/es/src/business/ap-image/style/css.d.ts +1 -0
- package/es/src/business/ap-image/style/css.js +1 -0
- package/es/src/business/ap-image/style/index.d.ts +1 -0
- package/es/src/business/ap-image/style/index.js +1 -0
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +15 -16
- package/es/src/business/ap-input-radio/index.d.ts +371 -1
- package/es/src/business/ap-input-radio/index.mjs +8 -0
- package/es/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/css.js +1 -0
- package/es/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/index.js +1 -0
- package/es/src/business/ap-label/ApLabel.d.ts +5 -5
- package/es/src/business/ap-label/ApLabel.mjs +5 -6
- package/es/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +29 -0
- package/es/src/business/ap-label/group/style/css.d.ts +1 -0
- package/es/src/business/ap-label/group/style/css.js +1 -0
- package/es/src/business/ap-label/group/style/index.d.ts +1 -0
- package/es/src/business/ap-label/group/style/index.js +1 -0
- package/es/src/business/ap-label/index.d.ts +408 -2
- package/es/src/business/ap-label/index.mjs +9 -0
- package/es/src/business/ap-label/style/css.d.ts +0 -0
- package/es/src/business/ap-label/style/css.js +1 -0
- package/es/src/business/ap-label/style/index.d.ts +0 -0
- package/es/src/business/ap-label/style/index.js +1 -0
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +2 -3
- package/es/src/business/ap-ladder/index.d.ts +711 -0
- package/es/src/business/ap-ladder/index.mjs +9 -0
- package/es/src/business/ap-ladder/style/css.d.ts +0 -0
- package/es/src/business/ap-ladder/style/css.js +1 -0
- package/es/src/business/ap-ladder/style/style.d.ts +0 -0
- package/es/src/business/ap-select-layout/index.d.ts +48 -2
- package/es/src/business/ap-select-layout/index.mjs +8 -0
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +6 -7
- package/es/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/css.js +1 -0
- package/es/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/index.js +1 -0
- package/es/src/business/ap-status/ApStatus.vue2.mjs +2 -3
- package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +38 -0
- package/es/src/business/ap-status/group/style/css.d.ts +1 -0
- package/es/src/business/ap-status/group/style/css.js +1 -0
- package/es/src/business/ap-status/group/style/index.d.ts +1 -0
- package/es/src/business/ap-status/group/style/index.js +1 -0
- package/es/src/business/ap-status/index.d.ts +243 -2
- package/es/src/business/ap-status/index.mjs +11 -0
- package/es/src/business/ap-status/style/css.d.ts +0 -0
- package/es/src/business/ap-status/style/css.js +1 -0
- package/es/src/business/ap-status/style/index.d.ts +0 -0
- package/es/src/business/ap-status/style/index.js +1 -0
- package/es/src/business/ap-table-modal/index.d.ts +907 -307
- package/es/src/business/ap-table-modal/index.mjs +9 -8
- package/es/src/business/ap-table-modal/style/css.d.ts +1 -0
- package/es/src/business/ap-table-modal/style/css.js +1 -0
- package/es/src/business/ap-table-modal/style/index.d.ts +1 -0
- package/es/src/business/ap-table-modal/style/index.js +1 -0
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/es/src/business/ap-title/ApTitle.vue2.mjs +9 -10
- package/es/src/business/ap-title/index.d.ts +147 -0
- package/es/src/business/ap-title/index.mjs +8 -0
- package/es/src/business/ap-title/style/css.d.ts +0 -0
- package/es/src/business/ap-title/style/css.js +1 -0
- package/es/src/business/ap-title/style/index.d.ts +0 -0
- package/es/src/business/ap-title/style/index.js +1 -0
- package/es/src/business/index.d.ts +16 -3322
- package/es/src/business/index.mjs +34 -55
- package/es/src/check-card/group/style/css.d.ts +1 -0
- package/es/src/check-card/group/style/css.js +1 -0
- package/es/src/check-card/group/style/index.d.ts +1 -0
- package/es/src/check-card/group/style/index.js +1 -0
- package/es/src/check-card/group.vue.d.ts +1 -1
- 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 +6 -10
- package/es/src/config-provider/config-provider-props.mjs +6 -9
- package/es/src/config-provider/config-provider.d.ts +92 -24
- package/es/src/config-provider/config-provider.mjs +23 -25
- package/es/src/config-provider/constants.d.ts +8 -21
- package/es/src/config-provider/constants.mjs +2 -22
- package/es/src/config-provider/css-var.d.ts +88 -0
- package/es/src/config-provider/css-var.mjs +176 -0
- package/es/src/config-provider/hooks/use-global-config.d.ts +7 -11
- package/es/src/config-provider/index.d.ts +488 -50
- package/es/src/config-provider/index.mjs +15 -16
- package/es/src/config-provider/style/css.d.ts +1 -0
- package/es/src/config-provider/style/css.js +1 -0
- package/es/src/config-provider/style/index.d.ts +1 -0
- package/es/src/config-provider/style/index.js +1 -0
- package/es/src/editable-table/form-item/style/css.d.ts +0 -0
- package/es/src/editable-table/form-item/style/css.js +1 -0
- package/es/src/editable-table/form-item/style/index.d.ts +0 -0
- package/es/src/editable-table/form-item/style/index.js +1 -0
- package/es/src/editable-table/form-item.vue.mjs +2 -3
- package/es/src/editable-table/index.vue.mjs +2 -3
- package/es/src/editable-table/style/css.d.ts +0 -0
- package/es/src/editable-table/style/css.js +1 -0
- package/es/src/editable-table/style/index.d.ts +0 -0
- package/es/src/editable-table/style/index.js +1 -0
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/index.d.ts +1 -19
- package/es/src/index.mjs +196 -292
- package/es/src/locale/lang/en.mjs +0 -59
- package/es/src/locale/lang/zh-cn.mjs +0 -50
- package/es/src/theme/antd-global-overwrite/admin/button.css +0 -3
- package/es/src/theme/antd-global-overwrite/admin/index.css +0 -3
- package/es/src/theme/antd-global-overwrite/aplus/button.css +0 -3
- package/es/src/theme/antd-global-overwrite/aplus/index.css +0 -3
- package/es/src/type.d.ts +3 -0
- package/es/src/utils/config-provider-preset.d.ts +3 -3
- package/es/src/utils/slot.d.ts +1 -16
- package/es/src/utils/slot.mjs +8 -28
- package/es/src/work-order-modal/style/css.d.ts +0 -0
- package/es/src/work-order-modal/style/css.js +1 -0
- package/es/src/work-order-modal/style/index.d.ts +0 -0
- package/es/src/work-order-modal/style/index.js +1 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -3
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +1 -1
- package/lib/src/ap-action/group/style/css.d.ts +1 -0
- package/lib/src/ap-action/group/style/css.js +1 -0
- package/lib/src/ap-action/group/style/index.d.ts +1 -0
- package/lib/src/ap-action/group/style/index.js +1 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item/style/css.d.ts +0 -0
- package/lib/src/ap-action/item/style/css.js +2 -0
- package/lib/src/ap-action/item/style/index.d.ts +0 -0
- package/lib/src/ap-action/item/style/index.js +2 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/item-dropdown/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/css.js +1 -0
- package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/index.js +1 -0
- package/lib/src/ap-action/item-modal/style/css.d.ts +1 -0
- package/lib/src/ap-action/item-modal/style/css.js +1 -0
- package/lib/src/ap-action/item-modal/style/index.d.ts +1 -0
- package/lib/src/ap-action/item-modal/style/index.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/lib/src/ap-action-button/style/css.d.ts +1 -0
- package/lib/src/ap-action-button/style/css.js +1 -0
- package/lib/src/ap-action-button/style/index.d.ts +1 -0
- package/lib/src/ap-action-button/style/index.js +1 -0
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/style/css.d.ts +0 -0
- package/lib/src/ap-button/style/css.js +1 -0
- package/lib/src/ap-button/style/index.d.ts +0 -0
- package/lib/src/ap-button/style/index.js +1 -0
- package/lib/src/ap-custom-select/style/css.d.ts +0 -0
- package/lib/src/ap-custom-select/style/css.js +1 -0
- package/lib/src/ap-custom-select/style/index.d.ts +0 -0
- package/lib/src/ap-custom-select/style/index.js +1 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue2.js +1 -1
- package/lib/src/ap-descriptions/style/css.d.ts +0 -0
- package/lib/src/ap-descriptions/style/css.js +1 -0
- package/lib/src/ap-descriptions/style/index.d.ts +0 -0
- package/lib/src/ap-descriptions/style/index.js +1 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/interface.d.ts +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 +8 -8
- 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 +8 -8
- 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 +2 -2
- 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/index.vue.d.ts +1 -1
- 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 +3 -3
- package/lib/src/ap-field/select/style/css.d.ts +1 -0
- package/lib/src/ap-field/select/style/css.js +1 -0
- package/lib/src/ap-field/select/style/index.d.ts +1 -0
- package/lib/src/ap-field/select/style/index.js +1 -0
- package/lib/src/ap-field/slider/index.vue.d.ts +1 -1
- package/lib/src/ap-field/slider/style/css.d.ts +1 -0
- package/lib/src/ap-field/slider/style/css.js +1 -0
- package/lib/src/ap-field/slider/style/index.d.ts +1 -0
- package/lib/src/ap-field/slider/style/index.js +1 -0
- package/lib/src/ap-field/style/css.d.ts +0 -0
- package/lib/src/ap-field/style/css.js +1 -0
- package/lib/src/ap-field/style/index.d.ts +0 -0
- package/lib/src/ap-field/style/index.js +1 -0
- package/lib/src/ap-field/switch/style/css.d.ts +1 -0
- package/lib/src/ap-field/switch/style/css.js +1 -0
- package/lib/src/ap-field/switch/style/index.d.ts +1 -0
- package/lib/src/ap-field/switch/style/index.js +1 -0
- package/lib/src/ap-field/text/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text/password.vue.d.ts +3 -3
- package/lib/src/ap-field/text/style/css.d.ts +1 -0
- package/lib/src/ap-field/text/style/css.js +1 -0
- package/lib/src/ap-field/text/style/index.d.ts +1 -0
- package/lib/src/ap-field/text/style/index.js +1 -0
- package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/style/css.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/css.js +1 -0
- package/lib/src/ap-field/text-area/style/index.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/index.js +1 -0
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
- package/lib/src/ap-form/dependency/style/css.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/css.js +1 -0
- package/lib/src/ap-form/dependency/style/index.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/index.js +1 -0
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -0
- package/lib/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/css.js +1 -0
- package/lib/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/index.js +1 -0
- package/lib/src/ap-form/index.d.ts +4 -4
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/item/index.vue.d.ts +1059 -0
- package/lib/src/ap-form/item/index.vue.js +1 -0
- package/lib/src/ap-form/item/index.vue2.js +1 -0
- package/lib/src/ap-form/item/style/css.d.ts +0 -0
- package/lib/src/ap-form/item/style/css.js +1 -0
- package/lib/src/ap-form/item/style/style.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.js +1 -0
- package/lib/src/ap-form/item-date/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/css.js +1 -0
- package/lib/src/ap-form/item-date/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/index.js +1 -0
- package/lib/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/css.js +1 -0
- package/lib/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/index.js +1 -0
- package/lib/src/ap-form/item-group/index.vue.js +1 -0
- package/lib/src/ap-form/item-group/index.vue2.js +1 -0
- package/lib/src/ap-form/item-group/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/css.js +1 -0
- package/lib/src/ap-form/item-group/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/index.js +1 -0
- package/lib/src/ap-form/item-number/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-number/style/css.js +1 -0
- package/lib/src/ap-form/item-number/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-number/style/index.js +1 -0
- package/lib/src/ap-form/item-radio/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-radio/style/css.js +1 -0
- package/lib/src/ap-form/item-radio/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-radio/style/index.js +1 -0
- package/lib/src/ap-form/item-select/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/css.js +1 -0
- package/lib/src/ap-form/item-select/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/index.js +1 -0
- package/lib/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/css.js +1 -0
- package/lib/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/index.js +1 -0
- package/lib/src/ap-form/item-text/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/css.js +1 -0
- package/lib/src/ap-form/item-text/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/index.js +1 -0
- package/lib/src/ap-form/item-text-area/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text-area/style/css.js +1 -0
- package/lib/src/ap-form/item-text-area/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text-area/style/index.js +1 -0
- package/lib/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/css.js +1 -0
- package/lib/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/index.js +1 -0
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +105 -105
- 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 +108 -108
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +127 -127
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +87 -87
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/list/index.vue.d.ts +41 -0
- package/lib/src/ap-form/list/index.vue.js +1 -0
- package/lib/src/ap-form/list/index.vue2.js +1 -0
- package/lib/src/ap-form/list/style/css.d.ts +1 -0
- package/lib/src/ap-form/list/style/css.js +1 -0
- package/lib/src/ap-form/list/style/index.d.ts +1 -0
- package/lib/src/ap-form/list/style/index.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/css.js +1 -0
- package/lib/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/index.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/css.js +1 -0
- package/lib/src/ap-form/search-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/index.js +1 -0
- package/lib/src/ap-form/set/style/css.d.ts +1 -0
- package/lib/src/ap-form/set/style/css.js +1 -0
- package/lib/src/ap-form/set/style/index.d.ts +1 -0
- package/lib/src/ap-form/set/style/index.js +1 -0
- package/lib/src/ap-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/style/css.js +1 -0
- package/lib/src/ap-form/style/style.d.ts +0 -0
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -0
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -0
- package/lib/src/ap-info-layout/style/css.d.ts +0 -0
- package/lib/src/ap-info-layout/style/css.js +1 -0
- package/lib/src/ap-info-layout/style/index.d.ts +0 -0
- package/lib/src/ap-info-layout/style/index.js +1 -0
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/style/css.d.ts +0 -0
- package/lib/src/ap-list/style/css.js +1 -0
- package/lib/src/ap-list/style/index.d.ts +0 -0
- package/lib/src/ap-list/style/index.js +1 -0
- package/lib/src/ap-modal/style/css.d.ts +1 -0
- package/lib/src/ap-modal/style/css.js +1 -0
- package/lib/src/ap-modal/style/index.d.ts +1 -0
- package/lib/src/ap-modal/style/index.js +1 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/components/index/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +2420 -2420
- 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 +1124 -1122
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/group/style/css.d.ts +0 -0
- package/lib/src/ap-tag/group/style/css.js +1 -0
- package/lib/src/ap-tag/group/style/index.d.ts +0 -0
- package/lib/src/ap-tag/group/style/index.js +1 -0
- package/lib/src/ap-tag/style/css.d.ts +0 -0
- package/lib/src/ap-tag/style/css.js +1 -0
- package/lib/src/ap-tag/style/index.d.ts +0 -0
- package/lib/src/ap-tag/style/index.js +1 -0
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/ap-upload/style/css.d.ts +0 -0
- package/lib/src/ap-upload/style/css.js +1 -0
- package/lib/src/ap-upload/style/index.d.ts +0 -0
- package/lib/src/ap-upload/style/index.js +1 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/index.d.ts +214 -1
- package/lib/src/business/ap-attachment/index.js +1 -0
- package/lib/src/business/ap-attachment/style/css.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/css.js +1 -0
- package/lib/src/business/ap-attachment/style/index.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/index.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action/index.d.ts +53 -0
- package/lib/src/business/ap-batch-action/index.js +1 -0
- package/lib/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/css.js +1 -0
- package/lib/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/lib/src/business/ap-batch-action-group/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/lib/src/business/ap-batch-action-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-batch-action-group/style/css.js +1 -0
- package/lib/src/business/ap-batch-action-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
- package/lib/src/business/ap-button-group/index.d.ts +611 -0
- package/lib/src/business/ap-button-group/index.js +1 -0
- package/lib/src/business/ap-button-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-button-group/style/css.js +1 -0
- package/lib/src/business/ap-button-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-button-group/style/index.js +1 -0
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/business/ap-card/index.d.ts +53 -0
- package/lib/src/business/ap-card/index.js +1 -0
- package/lib/src/business/ap-card/style/css.d.ts +0 -0
- package/lib/src/business/ap-card/style/css.js +1 -0
- package/lib/src/business/ap-card/style/index.d.ts +0 -0
- package/lib/src/business/ap-card/style/index.js +1 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +63 -0
- package/lib/src/business/ap-expand-alert/index.js +1 -0
- package/lib/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/css.js +1 -0
- package/lib/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/index.js +1 -0
- package/lib/src/business/ap-export-group/index.d.ts +145 -0
- package/lib/src/business/ap-export-group/index.js +1 -0
- package/lib/src/business/ap-export-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/css.js +1 -0
- package/lib/src/business/ap-export-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/index.js +1 -0
- package/lib/src/business/ap-image/index.d.ts +168 -0
- package/lib/src/business/ap-image/index.js +1 -0
- package/lib/src/business/ap-image/style/css.d.ts +1 -0
- package/lib/src/business/ap-image/style/css.js +1 -0
- package/lib/src/business/ap-image/style/index.d.ts +1 -0
- package/lib/src/business/ap-image/style/index.js +1 -0
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +371 -1
- package/lib/src/business/ap-input-radio/index.js +1 -0
- package/lib/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/css.js +1 -0
- package/lib/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/index.js +1 -0
- package/lib/src/business/ap-label/ApLabel.d.ts +5 -5
- package/lib/src/business/ap-label/ApLabel.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/group/style/css.d.ts +1 -0
- package/lib/src/business/ap-label/group/style/css.js +1 -0
- package/lib/src/business/ap-label/group/style/index.d.ts +1 -0
- package/lib/src/business/ap-label/group/style/index.js +1 -0
- package/lib/src/business/ap-label/index.d.ts +408 -2
- package/lib/src/business/ap-label/index.js +1 -0
- package/lib/src/business/ap-label/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/style/css.js +1 -0
- package/lib/src/business/ap-label/style/index.d.ts +0 -0
- package/lib/src/business/ap-label/style/index.js +1 -0
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +711 -0
- package/lib/src/business/ap-ladder/index.js +1 -0
- package/lib/src/business/ap-ladder/style/css.d.ts +0 -0
- package/lib/src/business/ap-ladder/style/css.js +1 -0
- package/lib/src/business/ap-ladder/style/style.d.ts +0 -0
- package/lib/src/business/ap-select-layout/index.d.ts +48 -2
- package/lib/src/business/ap-select-layout/index.js +1 -0
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/css.js +1 -0
- package/lib/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/index.js +1 -0
- package/lib/src/business/ap-status/ApStatus.vue2.js +1 -1
- package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/lib/src/business/ap-status/group/ApStatusGroup.vue2.js +1 -0
- package/lib/src/business/ap-status/group/style/css.d.ts +1 -0
- package/lib/src/business/ap-status/group/style/css.js +1 -0
- package/lib/src/business/ap-status/group/style/index.d.ts +1 -0
- package/lib/src/business/ap-status/group/style/index.js +1 -0
- package/lib/src/business/ap-status/index.d.ts +243 -2
- package/lib/src/business/ap-status/index.js +1 -0
- package/lib/src/business/ap-status/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/style/css.js +1 -0
- package/lib/src/business/ap-status/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/index.d.ts +907 -307
- package/lib/src/business/ap-table-modal/index.js +1 -1
- package/lib/src/business/ap-table-modal/style/css.d.ts +1 -0
- package/lib/src/business/ap-table-modal/style/css.js +1 -0
- package/lib/src/business/ap-table-modal/style/index.d.ts +1 -0
- package/lib/src/business/ap-table-modal/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
- package/lib/src/business/ap-title/index.d.ts +147 -0
- package/lib/src/business/ap-title/index.js +1 -0
- package/lib/src/business/ap-title/style/css.d.ts +0 -0
- package/lib/src/business/ap-title/style/css.js +1 -0
- package/lib/src/business/ap-title/style/index.d.ts +0 -0
- package/lib/src/business/ap-title/style/index.js +1 -0
- package/lib/src/business/index.d.ts +16 -3322
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group/style/css.d.ts +1 -0
- package/lib/src/check-card/group/style/css.js +1 -0
- package/lib/src/check-card/group/style/index.d.ts +1 -0
- package/lib/src/check-card/group/style/index.js +1 -0
- package/lib/src/check-card/group.vue.d.ts +1 -1
- 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 +6 -10
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +92 -24
- 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/css-var.d.ts +88 -0
- package/lib/src/config-provider/css-var.js +1 -0
- package/lib/src/config-provider/hooks/use-global-config.d.ts +7 -11
- package/lib/src/config-provider/index.d.ts +488 -50
- 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/theme/antd-global-overwrite/admin/button.css +0 -3
- package/lib/src/theme/antd-global-overwrite/admin/index.css +0 -3
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +0 -3
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +0 -3
- package/lib/src/type.d.ts +3 -0
- package/lib/src/utils/config-provider-preset.d.ts +3 -3
- package/lib/src/utils/slot.d.ts +1 -16
- package/lib/src/utils/slot.js +1 -1
- package/lib/src/work-order-modal/style/css.d.ts +0 -0
- package/lib/src/work-order-modal/style/css.js +1 -0
- package/lib/src/work-order-modal/style/index.d.ts +0 -0
- package/lib/src/work-order-modal/style/index.js +1 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +3 -3
- package/es/src/ap-action/style/item-dropdown.css +0 -14
- package/es/src/ap-action/style/item.css +0 -33
- package/es/src/ap-button/index.css +0 -6
- package/es/src/ap-custom-column/column-select.vue.d.ts +0 -17
- package/es/src/ap-custom-column/column-select.vue.mjs +0 -103
- package/es/src/ap-custom-column/column-select.vue2.mjs +0 -4
- package/es/src/ap-custom-column/custom-column.vue.d.ts +0 -17
- package/es/src/ap-custom-column/custom-column.vue.mjs +0 -87
- package/es/src/ap-custom-column/custom-column.vue2.mjs +0 -4
- package/es/src/ap-custom-column/index.d.ts +0 -6
- package/es/src/ap-custom-column/index.mjs +0 -9
- package/es/src/ap-custom-column/interfaces.d.ts +0 -40
- package/es/src/ap-custom-column/interfaces.mjs +0 -1
- package/es/src/ap-custom-column/storage.d.ts +0 -8
- package/es/src/ap-custom-column/storage.mjs +0 -29
- package/es/src/ap-custom-column/styles/column-select.css +0 -44
- package/es/src/ap-custom-column/styles/custom-column.css +0 -46
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
- package/es/src/ap-custom-column/useCacheColumnSetting.mjs +0 -9
- package/es/src/ap-custom-column/utils.d.ts +0 -2
- package/es/src/ap-custom-column/utils.mjs +0 -17
- package/es/src/ap-descriptions/style/ap-descriptions.css +0 -53
- package/es/src/ap-download/style/ap-download.css +0 -54
- package/es/src/ap-field/checkbox/style.css +0 -7
- package/es/src/ap-field/number/style.css +0 -6
- package/es/src/ap-field/radio/style.css +0 -4
- package/es/src/ap-field/text-area/style.css +0 -5
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +0 -63
- package/es/src/ap-form/ap-form-item.vue.d.ts +0 -1059
- package/es/src/ap-form/ap-form-item.vue.mjs +0 -189
- package/es/src/ap-form/ap-form-item.vue2.mjs +0 -4
- package/es/src/ap-form/ap-form-list.vue.d.ts +0 -41
- package/es/src/ap-form/ap-form-list.vue.mjs +0 -51
- package/es/src/ap-form/ap-form-list.vue2.mjs +0 -4
- package/es/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
- package/es/src/ap-form/modal-form/drawer.vue.mjs +0 -288
- package/es/src/ap-form/modal-form/drawer.vue2.mjs +0 -4
- package/es/src/ap-form/style/ap-form-item-group.css +0 -9
- package/es/src/ap-form/style/ap-form-item.css +0 -63
- package/es/src/ap-form/style/drawer-form.css +0 -10
- package/es/src/ap-form/style/modal-form.css +0 -21
- package/es/src/ap-form/style/search-form.css +0 -9
- package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -42
- package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -72
- package/es/src/ap-layout/style/ap-info-layout.css +0 -36
- package/es/src/ap-list/style/index.css +0 -11
- package/es/src/ap-table/components/style/index.css +0 -12
- package/es/src/ap-table/components/style/pagination.css +0 -12
- package/es/src/ap-table/components/style/setting/modal.css +0 -51
- package/es/src/ap-table/components/style/setting/select-group.css +0 -7
- package/es/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
- package/es/src/ap-table/components/style/setting/sortable-item.css +0 -3
- package/es/src/ap-table/components/style/setting/sorter.css +0 -26
- package/es/src/ap-table/style/ap-table.css +0 -134
- package/es/src/ap-tag/style/ap-tag-group.css +0 -15
- package/es/src/ap-tag/style/ap-tag.css +0 -41
- package/es/src/ap-upload/styles/multiple-file.css +0 -62
- package/es/src/ap-upload/styles/picture.css +0 -112
- package/es/src/ap-upload/styles/single-file.css +0 -98
- package/es/src/ap-upload/styles/upload.css +0 -6
- package/es/src/base-button/button.vue.d.ts +0 -42
- package/es/src/base-button/button.vue.mjs +0 -4
- package/es/src/base-button/button.vue2.mjs +0 -61
- package/es/src/base-button/constants.d.ts +0 -26
- package/es/src/base-button/constants.mjs +0 -27
- package/es/src/base-button/index.d.ts +0 -137
- package/es/src/base-button/index.mjs +0 -10
- package/es/src/base-button/interface.d.ts +0 -16
- package/es/src/base-button/modal-button.vue.d.ts +0 -27
- package/es/src/base-button/modal-button.vue.mjs +0 -54
- package/es/src/base-button/modal-button.vue2.mjs +0 -4
- package/es/src/base-button/pop-confirm-button.vue.d.ts +0 -17
- package/es/src/base-button/pop-confirm-button.vue.mjs +0 -33
- package/es/src/base-button/pop-confirm-button.vue2.mjs +0 -4
- package/es/src/basic/arrow.vue.d.ts +0 -13
- package/es/src/basic/arrow.vue.mjs +0 -4
- package/es/src/basic/arrow.vue2.mjs +0 -40
- package/es/src/basic/help.vue.d.ts +0 -100
- package/es/src/basic/help.vue.mjs +0 -4
- package/es/src/basic/help.vue2.mjs +0 -98
- package/es/src/basic/index.d.ts +0 -270
- package/es/src/basic/index.mjs +0 -14
- package/es/src/basic/interface.d.ts +0 -21
- package/es/src/basic/style/arrow.css +0 -25
- package/es/src/basic/style/help.css +0 -16
- package/es/src/basic/style/title.css +0 -27
- package/es/src/basic/title.vue.d.ts +0 -41
- package/es/src/basic/title.vue.mjs +0 -4
- package/es/src/basic/title.vue2.mjs +0 -35
- package/es/src/business/ap-attachment/style.css +0 -68
- package/es/src/business/ap-batch-action/index.css +0 -26
- package/es/src/business/ap-card/index.css +0 -10
- package/es/src/business/ap-expand-alert/style.css +0 -51
- package/es/src/business/ap-input-radio/style.css +0 -7
- package/es/src/business/ap-label/ApLabelGroup.d.ts +0 -43
- package/es/src/business/ap-label/ApLabelGroup.mjs +0 -29
- package/es/src/business/ap-label/style.css +0 -33
- package/es/src/business/ap-ladder/style.css +0 -56
- package/es/src/business/ap-select-layout/index.css +0 -126
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
- package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +0 -38
- package/es/src/business/ap-status/style.css +0 -26
- package/es/src/business/ap-title/style.css +0 -59
- package/es/src/business/not-found/interface.d.ts +0 -24
- package/es/src/business/not-found/style.css +0 -9
- package/es/src/button/button.vue.d.ts +0 -30
- package/es/src/button/index.d.ts +0 -51
- package/es/src/button/style/index.css +0 -31
- package/es/src/check-card/style/index.css +0 -81
- package/es/src/container/collapse/header.vue.d.ts +0 -35
- package/es/src/container/collapse/header.vue.mjs +0 -4
- package/es/src/container/collapse/header.vue2.mjs +0 -51
- package/es/src/container/collapse/index.vue.d.ts +0 -120
- package/es/src/container/collapse/index.vue.mjs +0 -4
- package/es/src/container/collapse/index.vue2.mjs +0 -88
- package/es/src/container/collapse/style/header.css +0 -16
- package/es/src/container/collapse/style/index.css +0 -11
- package/es/src/container/index.d.ts +0 -178
- package/es/src/container/index.mjs +0 -11
- package/es/src/container/interface.d.ts +0 -18
- package/es/src/container/scroll-container.vue.d.ts +0 -198
- package/es/src/container/scroll-container.vue.mjs +0 -4
- package/es/src/container/scroll-container.vue2.mjs +0 -62
- package/es/src/container/style/scroll-container.css +0 -10
- package/es/src/count-down/button.vue.d.ts +0 -27
- package/es/src/count-down/button.vue.mjs +0 -4
- package/es/src/count-down/button.vue2.mjs +0 -46
- package/es/src/count-down/index.d.ts +0 -150
- package/es/src/count-down/index.mjs +0 -11
- package/es/src/count-down/input.vue.d.ts +0 -39
- package/es/src/count-down/input.vue.mjs +0 -4
- package/es/src/count-down/input.vue2.mjs +0 -47
- package/es/src/count-down/interface.d.ts +0 -12
- package/es/src/count-down/style/input.css +0 -8
- package/es/src/cropper/cropper-avatar.vue.d.ts +0 -45
- package/es/src/cropper/cropper-avatar.vue.mjs +0 -4
- package/es/src/cropper/cropper-avatar.vue2.mjs +0 -98
- package/es/src/cropper/cropper-image.vue.d.ts +0 -50
- package/es/src/cropper/cropper-image.vue.mjs +0 -4
- package/es/src/cropper/cropper-image.vue2.mjs +0 -131
- package/es/src/cropper/cropper-modal.vue.d.ts +0 -46
- package/es/src/cropper/cropper-modal.vue.mjs +0 -4
- package/es/src/cropper/cropper-modal.vue2.mjs +0 -273
- package/es/src/cropper/index.d.ts +0 -369
- package/es/src/cropper/index.mjs +0 -11
- package/es/src/cropper/interface.d.ts +0 -31
- package/es/src/cropper/style/avatar.css +0 -34
- package/es/src/cropper/style/image.css +0 -4
- package/es/src/cropper/style/modal.css +0 -47
- package/es/src/description/description.vue.d.ts +0 -95
- package/es/src/description/description.vue.mjs +0 -4
- package/es/src/description/description.vue2.mjs +0 -171
- package/es/src/description/index.d.ts +0 -214
- package/es/src/description/index.mjs +0 -10
- package/es/src/description/interface.d.ts +0 -39
- package/es/src/description/use-description.d.ts +0 -2
- package/es/src/description/use-description.mjs +0 -21
- package/es/src/dropdown/dropdown.vue.d.ts +0 -52
- package/es/src/dropdown/dropdown.vue.mjs +0 -4
- package/es/src/dropdown/dropdown.vue2.mjs +0 -94
- package/es/src/dropdown/index.d.ts +0 -113
- package/es/src/dropdown/index.mjs +0 -8
- package/es/src/dropdown/interface.d.ts +0 -16
- package/es/src/editable-table/style/index.css +0 -58
- package/es/src/icon/icon.vue.d.ts +0 -33
- package/es/src/icon/icon.vue.mjs +0 -4
- package/es/src/icon/icon.vue2.mjs +0 -66
- package/es/src/icon/index.d.ts +0 -208
- package/es/src/icon/index.mjs +0 -11
- package/es/src/icon/interface.d.ts +0 -28
- package/es/src/icon/style/icon.css +0 -30
- package/es/src/icon/style/index.css +0 -3
- package/es/src/icon/style/svg-icon.css +0 -5
- package/es/src/icon/svg-icon.vue.d.ts +0 -33
- package/es/src/icon/svg-icon.vue.mjs +0 -4
- package/es/src/icon/svg-icon.vue2.mjs +0 -34
- package/es/src/icon-picker/data.d.ts +0 -5
- package/es/src/icon-picker/data.mjs +0 -796
- package/es/src/icon-picker/icon-picker.vue.d.ts +0 -51
- package/es/src/icon-picker/icon-picker.vue.mjs +0 -4
- package/es/src/icon-picker/icon-picker.vue2.mjs +0 -170
- package/es/src/icon-picker/index.d.ts +0 -190
- package/es/src/icon-picker/index.mjs +0 -9
- package/es/src/icon-picker/interface.d.ts +0 -13
- package/es/src/icon-picker/style/index.css +0 -61
- package/es/src/modal/basic.vue.d.ts +0 -481
- package/es/src/modal/basic.vue.mjs +0 -4
- package/es/src/modal/basic.vue2.mjs +0 -200
- package/es/src/modal/components/modal-close.vue.d.ts +0 -33
- package/es/src/modal/components/modal-close.vue.mjs +0 -4
- package/es/src/modal/components/modal-close.vue2.mjs +0 -74
- package/es/src/modal/components/modal-footer.vue.d.ts +0 -273
- package/es/src/modal/components/modal-footer.vue.mjs +0 -4
- package/es/src/modal/components/modal-footer.vue2.mjs +0 -45
- package/es/src/modal/components/modal-header.vue.d.ts +0 -13
- package/es/src/modal/components/modal-header.vue.mjs +0 -4
- package/es/src/modal/components/modal-header.vue2.mjs +0 -21
- package/es/src/modal/components/modal-wrapper.vue.d.ts +0 -177
- package/es/src/modal/components/modal-wrapper.vue.mjs +0 -4
- package/es/src/modal/components/modal-wrapper.vue2.mjs +0 -100
- package/es/src/modal/components/modal.d.ts +0 -253
- package/es/src/modal/components/modal.mjs +0 -47
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
- package/es/src/modal/hooks/use-moda-full-screen.mjs +0 -14
- package/es/src/modal/hooks/use-modal-context.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-context.mjs +0 -12
- package/es/src/modal/hooks/use-modal-drag.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-drag.mjs +0 -35
- package/es/src/modal/hooks/use-modal.d.ts +0 -7
- package/es/src/modal/hooks/use-modal.mjs +0 -101
- package/es/src/modal/index.d.ts +0 -870
- package/es/src/modal/index.mjs +0 -13
- package/es/src/modal/interface.d.ts +0 -181
- package/es/src/modal/props.d.ts +0 -186
- package/es/src/modal/props.mjs +0 -72
- package/es/src/modal/style/close.css +0 -25
- package/es/src/pro-form/component-map.d.ts +0 -6
- package/es/src/pro-form/component-map.mjs +0 -68
- package/es/src/pro-form/components/api-cascader.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-cascader.vue.mjs +0 -150
- package/es/src/pro-form/components/api-cascader.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
- package/es/src/pro-form/components/api-radio-group.vue.mjs +0 -110
- package/es/src/pro-form/components/api-radio-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-select.vue.d.ts +0 -79
- package/es/src/pro-form/components/api-select.vue.mjs +0 -117
- package/es/src/pro-form/components/api-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-transfer.vue.d.ts +0 -54
- package/es/src/pro-form/components/api-transfer.vue.mjs +0 -84
- package/es/src/pro-form/components/api-transfer.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
- package/es/src/pro-form/components/api-tree-select.vue.mjs +0 -90
- package/es/src/pro-form/components/api-tree-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-tree.vue.mjs +0 -69
- package/es/src/pro-form/components/api-tree.vue2.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue.d.ts +0 -68
- package/es/src/pro-form/components/form-action.vue.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue2.mjs +0 -109
- package/es/src/pro-form/components/form-item.vue.d.ts +0 -72
- package/es/src/pro-form/components/form-item.vue.mjs +0 -4
- package/es/src/pro-form/components/form-item.vue2.mjs +0 -354
- package/es/src/pro-form/components/interface.d.ts +0 -118
- package/es/src/pro-form/components/interface.mjs +0 -1
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
- package/es/src/pro-form/components/radio-button-group.vue.mjs +0 -58
- package/es/src/pro-form/components/radio-button-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/style/form-action.css +0 -6
- package/es/src/pro-form/components/style/form-item.css +0 -16
- package/es/src/pro-form/helper.d.ts +0 -11
- package/es/src/pro-form/helper.mjs +0 -47
- package/es/src/pro-form/hooks/use-advanced.d.ts +0 -17
- package/es/src/pro-form/hooks/use-advanced.mjs +0 -79
- package/es/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
- package/es/src/pro-form/hooks/use-auto-focus.mjs +0 -26
- package/es/src/pro-form/hooks/use-break-point.d.ts +0 -24
- package/es/src/pro-form/hooks/use-break-point.mjs +0 -79
- package/es/src/pro-form/hooks/use-component-register.d.ts +0 -3
- package/es/src/pro-form/hooks/use-component-register.mjs +0 -13
- package/es/src/pro-form/hooks/use-form-context.d.ts +0 -8
- package/es/src/pro-form/hooks/use-form-context.mjs +0 -12
- package/es/src/pro-form/hooks/use-form-events.d.ts +0 -29
- package/es/src/pro-form/hooks/use-form-events.mjs +0 -253
- package/es/src/pro-form/hooks/use-form-item.d.ts +0 -2
- package/es/src/pro-form/hooks/use-form-item.mjs +0 -24
- package/es/src/pro-form/hooks/use-form-values.d.ts +0 -14
- package/es/src/pro-form/hooks/use-form-values.mjs +0 -85
- package/es/src/pro-form/hooks/use-form.d.ts +0 -11
- package/es/src/pro-form/hooks/use-form.mjs +0 -71
- package/es/src/pro-form/hooks/use-label-width.d.ts +0 -311
- package/es/src/pro-form/hooks/use-label-width.mjs +0 -30
- package/es/src/pro-form/index.d.ts +0 -27
- package/es/src/pro-form/index.mjs +0 -46
- package/es/src/pro-form/interface.d.ts +0 -4
- package/es/src/pro-form/pro-form.vue.d.ts +0 -985
- package/es/src/pro-form/pro-form.vue.mjs +0 -289
- package/es/src/pro-form/pro-form.vue2.mjs +0 -4
- package/es/src/pro-form/style/index.css +0 -6
- package/es/src/pro-form/style/table-form.css +0 -104
- package/es/src/pro-form/table-form-inner.vue.d.ts +0 -44
- package/es/src/pro-form/table-form-inner.vue.mjs +0 -176
- package/es/src/pro-form/table-form-inner.vue2.mjs +0 -4
- package/es/src/pro-form/table-form.vue.d.ts +0 -42
- package/es/src/pro-form/table-form.vue.mjs +0 -41
- package/es/src/pro-form/table-form.vue2.mjs +0 -4
- package/es/src/pro-form/types/form-item.d.ts +0 -82
- package/es/src/pro-form/types/form-item.mjs +0 -1
- package/es/src/pro-form/types/form.d.ts +0 -152
- package/es/src/pro-form/types/form.mjs +0 -10
- package/es/src/pro-form/types/index.d.ts +0 -158
- package/es/src/pro-form/types/table-form.d.ts +0 -36
- package/es/src/pro-form/types/table-form.mjs +0 -1
- package/es/src/pro-table/component-map.d.ts +0 -6
- package/es/src/pro-table/component-map.mjs +0 -31
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.mjs +0 -19
- package/es/src/pro-table/components/edit-table-header-icon.vue2.mjs +0 -4
- package/es/src/pro-table/components/editable/cell-component.d.ts +0 -13
- package/es/src/pro-table/components/editable/cell-component.mjs +0 -27
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
- package/es/src/pro-table/components/editable/editable-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +0 -376
- package/es/src/pro-table/components/editable/helper.d.ts +0 -6
- package/es/src/pro-table/components/editable/helper.mjs +0 -6
- package/es/src/pro-table/components/editable/index.d.ts +0 -23
- package/es/src/pro-table/components/editable/index.mjs +0 -24
- package/es/src/pro-table/components/header-cell.vue.d.ts +0 -16
- package/es/src/pro-table/components/header-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/header-cell.vue2.mjs +0 -46
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
- package/es/src/pro-table/components/settings/column-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/column-setting.vue2.mjs +0 -310
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +0 -32
- package/es/src/pro-table/components/settings/index.vue.d.ts +0 -20
- package/es/src/pro-table/components/settings/index.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/index.vue2.mjs +0 -65
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/redo-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +0 -28
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/size-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/size-setting.vue2.mjs +0 -73
- package/es/src/pro-table/components/style/column-settings.css +0 -57
- package/es/src/pro-table/components/style/editable-cell.css +0 -59
- package/es/src/pro-table/components/style/header-cell.css +0 -4
- package/es/src/pro-table/components/style/table-action.css +0 -40
- package/es/src/pro-table/components/style/table-header.css +0 -9
- package/es/src/pro-table/components/style/table-image.css +0 -18
- package/es/src/pro-table/components/style/table-selection-bar.css +0 -8
- package/es/src/pro-table/components/style/table-setting.css +0 -7
- package/es/src/pro-table/components/style/table-title.css +0 -5
- package/es/src/pro-table/components/table-action.vue.d.ts +0 -64
- package/es/src/pro-table/components/table-action.vue.mjs +0 -174
- package/es/src/pro-table/components/table-action.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue.d.ts +0 -45
- package/es/src/pro-table/components/table-footer.vue.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue2.mjs +0 -63
- package/es/src/pro-table/components/table-header.vue.d.ts +0 -79
- package/es/src/pro-table/components/table-header.vue.mjs +0 -4
- package/es/src/pro-table/components/table-header.vue2.mjs +0 -91
- package/es/src/pro-table/components/table-image.vue.d.ts +0 -47
- package/es/src/pro-table/components/table-image.vue.mjs +0 -68
- package/es/src/pro-table/components/table-image.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
- package/es/src/pro-table/components/table-selection-bar.vue.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue2.mjs +0 -42
- package/es/src/pro-table/components/table-title.vue.d.ts +0 -23
- package/es/src/pro-table/components/table-title.vue.mjs +0 -4
- package/es/src/pro-table/components/table-title.vue2.mjs +0 -43
- package/es/src/pro-table/const.d.ts +0 -6
- package/es/src/pro-table/const.mjs +0 -13
- package/es/src/pro-table/directives/click-outside.d.ts +0 -3
- package/es/src/pro-table/directives/click-outside.mjs +0 -35
- package/es/src/pro-table/helper.d.ts +0 -3
- package/es/src/pro-table/helper.mjs +0 -11
- package/es/src/pro-table/hooks/use-columns.d.ts +0 -16
- package/es/src/pro-table/hooks/use-columns.mjs +0 -212
- package/es/src/pro-table/hooks/use-custom-row.d.ts +0 -21
- package/es/src/pro-table/hooks/use-custom-row.mjs +0 -66
- package/es/src/pro-table/hooks/use-data-source.d.ts +0 -31
- package/es/src/pro-table/hooks/use-data-source.mjs +0 -228
- package/es/src/pro-table/hooks/use-loading.d.ts +0 -6
- package/es/src/pro-table/hooks/use-loading.mjs +0 -18
- package/es/src/pro-table/hooks/use-pagination.d.ts +0 -10
- package/es/src/pro-table/hooks/use-pagination.mjs +0 -69
- package/es/src/pro-table/hooks/use-row-selection.d.ts +0 -14
- package/es/src/pro-table/hooks/use-row-selection.mjs +0 -129
- package/es/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
- package/es/src/pro-table/hooks/use-scroll-to.mjs +0 -34
- package/es/src/pro-table/hooks/use-table-context.d.ts +0 -13
- package/es/src/pro-table/hooks/use-table-context.mjs +0 -12
- package/es/src/pro-table/hooks/use-table-expand.d.ts +0 -19
- package/es/src/pro-table/hooks/use-table-expand.mjs +0 -80
- package/es/src/pro-table/hooks/use-table-footer.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-footer.mjs +0 -39
- package/es/src/pro-table/hooks/use-table-form.d.ts +0 -10
- package/es/src/pro-table/hooks/use-table-form.mjs +0 -33
- package/es/src/pro-table/hooks/use-table-header.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-header.mjs +0 -46
- package/es/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
- package/es/src/pro-table/hooks/use-table-scroll.mjs +0 -154
- package/es/src/pro-table/hooks/use-table-style.d.ts +0 -5
- package/es/src/pro-table/hooks/use-table-style.mjs +0 -14
- package/es/src/pro-table/hooks/use-table.d.ts +0 -17
- package/es/src/pro-table/hooks/use-table.mjs +0 -96
- package/es/src/pro-table/index.d.ts +0 -10
- package/es/src/pro-table/index.mjs +0 -12
- package/es/src/pro-table/interface.d.ts +0 -65
- package/es/src/pro-table/interface.mjs +0 -1
- package/es/src/pro-table/pro-table.vue.d.ts +0 -2192
- package/es/src/pro-table/pro-table.vue.mjs +0 -346
- package/es/src/pro-table/pro-table.vue2.mjs +0 -4
- package/es/src/pro-table/style/pro-table.css +0 -93
- package/es/src/pro-table/types/pagination.d.ts +0 -93
- package/es/src/pro-table/types/pagination.mjs +0 -1
- package/es/src/pro-table/types/table-action.d.ts +0 -24
- package/es/src/pro-table/types/table-action.mjs +0 -1
- package/es/src/pro-table/types/table.d.ts +0 -383
- package/es/src/pro-table/types/table.mjs +0 -1
- package/es/src/prompt/dialog.vue.d.ts +0 -13
- package/es/src/prompt/dialog.vue.mjs +0 -4
- package/es/src/prompt/dialog.vue2.mjs +0 -60
- package/es/src/prompt/index.d.ts +0 -10
- package/es/src/prompt/index.mjs +0 -34
- package/es/src/prompt/interface.d.ts +0 -23
- package/es/src/prompt/style/dialog.css +0 -4
- package/es/src/prompt/utils.d.ts +0 -11
- package/es/src/prompt/utils.mjs +0 -43
- package/es/src/scroll-bar/bar-item.d.ts +0 -15
- package/es/src/scroll-bar/bar-item.mjs +0 -63
- package/es/src/scroll-bar/index.d.ts +0 -176
- package/es/src/scroll-bar/index.mjs +0 -9
- package/es/src/scroll-bar/interface.d.ts +0 -31
- package/es/src/scroll-bar/interface.mjs +0 -1
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
- package/es/src/scroll-bar/scroll-bar.vue.mjs +0 -4
- package/es/src/scroll-bar/scroll-bar.vue2.mjs +0 -85
- package/es/src/scroll-bar/style/bar-item.css +0 -36
- package/es/src/scroll-bar/style/index.css +0 -27
- package/es/src/scroll-bar/utils.d.ts +0 -9
- package/es/src/scroll-bar/utils.mjs +0 -30
- package/es/src/strength-meter/index.d.ts +0 -89
- package/es/src/strength-meter/index.mjs +0 -8
- package/es/src/strength-meter/interface.d.ts +0 -5
- package/es/src/strength-meter/interface.mjs +0 -1
- package/es/src/strength-meter/strength-meter.vue.d.ts +0 -45
- package/es/src/strength-meter/strength-meter.vue.mjs +0 -4
- package/es/src/strength-meter/strength-meter.vue2.mjs +0 -62
- package/es/src/strength-meter/style/index.css +0 -57
- package/es/src/theme/ap-action/item-dropdown.css +0 -14
- package/es/src/theme/ap-action/item.css +0 -33
- package/es/src/theme/ap-attachment/ap-attachment.css +0 -68
- package/es/src/theme/ap-batch-action/ap-batch-action.css +0 -26
- package/es/src/theme/ap-button/ap-button.css +0 -6
- package/es/src/theme/ap-card/ap-card.css +0 -10
- package/es/src/theme/ap-descriptions/ap-descriptions.css +0 -53
- package/es/src/theme/ap-download/ap-download.css +0 -54
- package/es/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
- package/es/src/theme/ap-field/checkbox.css +0 -7
- package/es/src/theme/ap-field/number.css +0 -6
- package/es/src/theme/ap-field/radio.css +0 -4
- package/es/src/theme/ap-field/text-area.css +0 -5
- package/es/src/theme/ap-form/ap-form-item-group.css +0 -9
- package/es/src/theme/ap-form/ap-form-item.css +0 -63
- package/es/src/theme/ap-form/drawer-form.css +0 -10
- package/es/src/theme/ap-form/modal-form.css +0 -21
- package/es/src/theme/ap-form/search-form.css +0 -9
- package/es/src/theme/ap-input-radio/ap-input-radio.css +0 -7
- package/es/src/theme/ap-label/ap-label.css +0 -33
- package/es/src/theme/ap-ladder/ap-ladder.css +0 -56
- package/es/src/theme/ap-layout/ap-info-layout.css +0 -36
- package/es/src/theme/ap-list/index.css +0 -11
- package/es/src/theme/ap-not-found/ap-not-found.css +0 -9
- package/es/src/theme/ap-select-layout/ap-select-layout.css +0 -126
- package/es/src/theme/ap-status/ap-status.css +0 -26
- package/es/src/theme/ap-table/ap-table-index.css +0 -12
- package/es/src/theme/ap-table/ap-table-pagination.css +0 -12
- package/es/src/theme/ap-table/ap-table.css +0 -134
- package/es/src/theme/ap-table/setting/modal.css +0 -51
- package/es/src/theme/ap-table/setting/select-group.css +0 -7
- package/es/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
- package/es/src/theme/ap-table/setting/sortable-item.css +0 -3
- package/es/src/theme/ap-table/setting/sorter.css +0 -26
- package/es/src/theme/ap-tag/ap-tag-group.css +0 -15
- package/es/src/theme/ap-tag/ap-tag.css +0 -41
- package/es/src/theme/ap-title/ap-title.css +0 -59
- package/es/src/theme/ap-upload/multiple-file.css +0 -62
- package/es/src/theme/ap-upload/picture.css +0 -112
- package/es/src/theme/ap-upload/single-file.css +0 -98
- package/es/src/theme/ap-upload/upload.css +0 -6
- package/es/src/theme/basic-arrow.css +0 -25
- package/es/src/theme/basic-help.css +0 -16
- package/es/src/theme/basic-title.css +0 -27
- package/es/src/theme/button.css +0 -31
- package/es/src/theme/check-card/index.css +0 -81
- package/es/src/theme/collapse-container/header.css +0 -16
- package/es/src/theme/collapse-container/index.css +0 -11
- package/es/src/theme/countdown-input.css +0 -8
- package/es/src/theme/cropper/avatar.css +0 -34
- package/es/src/theme/cropper/image.css +0 -4
- package/es/src/theme/cropper/modal.css +0 -47
- package/es/src/theme/css-var/index.d.ts +0 -7
- package/es/src/theme/css-var/index.mjs +0 -175
- 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/css-var/index.d.ts +0 -7
- package/lib/src/theme/css-var/index.js +0 -1
- package/lib/src/theme/custom-column/column-select.css +0 -44
- package/lib/src/theme/custom-column/custom-column.css +0 -46
- package/lib/src/theme/editable-table/index.css +0 -58
- package/lib/src/theme/icon-picker.css +0 -61
- package/lib/src/theme/icon-svg.css +0 -5
- package/lib/src/theme/icon.css +0 -30
- package/lib/src/theme/mixins/animations.css +0 -5
- package/lib/src/theme/modal/close.css +0 -25
- package/lib/src/theme/pro-form/form-action.css +0 -6
- package/lib/src/theme/pro-form/form-item.css +0 -16
- package/lib/src/theme/pro-form/form.css +0 -6
- package/lib/src/theme/pro-form/table-form-inner.css +0 -104
- package/lib/src/theme/pro-table/components/column-settings.css +0 -57
- package/lib/src/theme/pro-table/components/editable-cell.css +0 -59
- package/lib/src/theme/pro-table/components/header-cell.css +0 -4
- package/lib/src/theme/pro-table/components/table-action.css +0 -40
- package/lib/src/theme/pro-table/components/table-header.css +0 -9
- package/lib/src/theme/pro-table/components/table-image.css +0 -18
- package/lib/src/theme/pro-table/components/table-selection-bar.css +0 -8
- package/lib/src/theme/pro-table/components/table-setting.css +0 -7
- package/lib/src/theme/pro-table/components/table-title.css +0 -5
- package/lib/src/theme/pro-table/pro-table.css +0 -93
- package/lib/src/theme/prompt/dialog.css +0 -4
- package/lib/src/theme/scroll-bar/bar-item.css +0 -36
- package/lib/src/theme/scroll-bar/index.css +0 -27
- package/lib/src/theme/scroll-container.css +0 -10
- package/lib/src/theme/strength-merter.css +0 -57
- package/lib/src/theme/transition/collapse.css +0 -3
- package/lib/src/theme/transition/expand.css +0 -14
- package/lib/src/theme/transition/fade.css +0 -8
- package/lib/src/theme/transition/index.css +0 -150
- package/lib/src/theme/transition/scale.css +0 -26
- package/lib/src/theme/transition/scroll.css +0 -68
- package/lib/src/theme/transition/slide.css +0 -48
- package/lib/src/theme/work-order-modal/index.css +0 -3
- package/lib/src/transition/collapse-transition.vue.d.ts +0 -17
- package/lib/src/transition/collapse-transition.vue.js +0 -1
- package/lib/src/transition/collapse-transition.vue2.js +0 -1
- package/lib/src/transition/create-transition.d.ts +0 -47
- package/lib/src/transition/create-transition.js +0 -1
- package/lib/src/transition/expand-transition.d.ts +0 -19
- package/lib/src/transition/expand-transition.js +0 -1
- package/lib/src/transition/index.d.ts +0 -369
- package/lib/src/transition/index.js +0 -1
- package/lib/src/transition/style/collapse.css +0 -3
- package/lib/src/transition/style/expand.css +0 -14
- package/lib/src/transition/style/index.css +0 -164
- package/lib/src/utils/copy-text-to-clipboard.js +0 -1
- package/lib/src/utils/tree.js +0 -1
- package/lib/src/utils/uuid.js +0 -1
- package/lib/src/work-order-modal/style/index.css +0 -3
- /package/es/src/{theme/mixins/config.css → ap-action/item/style/css.d.ts} +0 -0
- /package/es/src/{theme/mixins/mixins.css → ap-action/item/style/index.d.ts} +0 -0
- /package/es/src/ap-action/{constant.d.ts → item-dropdown/style/css.d.ts} +0 -0
- /package/es/src/{modal/style/index.css → ap-action/item-dropdown/style/index.d.ts} +0 -0
- /package/es/src/{button/__tests__/button.test.d.ts → ap-action-button/style/css.d.ts} +0 -0
- /package/{lib/src/button/__tests__/button.test.d.ts → es/src/ap-action-button/style/css.js} +0 -0
- /package/es/src/{theme/modal/index.css → ap-button/style/css.d.ts} +0 -0
- /package/es/src/{theme/transition/base.css → ap-button/style/index.d.ts} +0 -0
- /package/{lib/src/ap-action/constant.d.ts → es/src/ap-custom-select/style/css.d.ts} +0 -0
- /package/{lib/src/modal/style/index.css → es/src/ap-custom-select/style/index.d.ts} +0 -0
- /package/{lib/src/theme/mixins/config.css → es/src/ap-descriptions/style/css.d.ts} +0 -0
- /package/{lib/src/theme/mixins/mixins.css → es/src/ap-descriptions/style/index.d.ts} +0 -0
- /package/{lib/src/theme/modal/index.css → es/src/ap-download/style/css.d.ts} +0 -0
- /package/{lib/src/theme/transition/base.css → es/src/ap-download/style/index.d.ts} +0 -0
- /package/es/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.mjs +0 -0
- /package/es/src/{base-button → business/ap-attachment}/interface.mjs +0 -0
- /package/es/src/{basic → business/ap-batch-action}/interface.mjs +0 -0
- /package/es/src/{container → business/ap-card}/interface.mjs +0 -0
- /package/es/src/{count-down → business/ap-expand-alert}/interface.mjs +0 -0
- /package/es/src/{cropper → business/ap-image}/interface.mjs +0 -0
- /package/es/src/{description → business/ap-input-radio}/interface.mjs +0 -0
- /package/es/src/{dropdown → business/ap-label}/interface.mjs +0 -0
- /package/es/src/{icon-picker → business/ap-select-layout}/interface.mjs +0 -0
- /package/es/src/business/ap-status/{ApStatusGroup.vue.mjs → group/ApStatusGroup.vue.mjs} +0 -0
- /package/es/src/{icon → business/ap-status}/interface.mjs +0 -0
- /package/es/src/{modal → business/ap-title}/interface.mjs +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.js +0 -0
- /package/lib/src/{base-button → business/ap-attachment}/interface.js +0 -0
- /package/lib/src/{basic → business/ap-batch-action}/interface.js +0 -0
- /package/lib/src/{container → business/ap-card}/interface.js +0 -0
- /package/lib/src/{count-down → business/ap-expand-alert}/interface.js +0 -0
- /package/lib/src/{cropper → business/ap-image}/interface.js +0 -0
- /package/lib/src/{description → business/ap-input-radio}/interface.js +0 -0
- /package/lib/src/{dropdown → business/ap-label}/interface.js +0 -0
- /package/lib/src/{icon-picker → business/ap-select-layout}/interface.js +0 -0
- /package/lib/src/business/ap-status/{ApStatusGroup.vue.js → group/ApStatusGroup.vue.js} +0 -0
- /package/lib/src/{icon → business/ap-status}/interface.js +0 -0
- /package/lib/src/{modal → business/ap-title}/interface.js +0 -0
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
.aplus-fade-transition-enter-active,
|
|
2
|
-
.aplus-fade-transition-leave-active {
|
|
3
|
-
transition: opacity 0.2s ease-in-out;
|
|
4
|
-
}
|
|
5
|
-
.aplus-fade-transition-enter-from,
|
|
6
|
-
.aplus-fade-transition-leave-to {
|
|
7
|
-
opacity: 0;
|
|
8
|
-
}
|
|
9
|
-
.aplus-scale-transition-enter-active,
|
|
10
|
-
.aplus-scale-transition-leave-active {
|
|
11
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
12
|
-
}
|
|
13
|
-
.aplus-scale-transition-move {
|
|
14
|
-
transition: transform 0.4s;
|
|
15
|
-
}
|
|
16
|
-
.aplus-scale-transition-enter-from,
|
|
17
|
-
.aplus-scale-transition-leave,
|
|
18
|
-
.aplus-scale-transition-leave-to {
|
|
19
|
-
transform: scale(0);
|
|
20
|
-
opacity: 0;
|
|
21
|
-
}
|
|
22
|
-
.aplus-scale-rotate-transition-enter-active,
|
|
23
|
-
.aplus-scale-rotate-transition-leave-active {
|
|
24
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
25
|
-
}
|
|
26
|
-
.aplus-scale-rotate-transition-move {
|
|
27
|
-
transition: transform 0.4s;
|
|
28
|
-
}
|
|
29
|
-
.aplus-scale-rotate-transition-enter-from,
|
|
30
|
-
.aplus-scale-rotate-transition-leave,
|
|
31
|
-
.aplus-scale-rotate-transition-leave-to {
|
|
32
|
-
transform: scale(0) rotate(-45deg);
|
|
33
|
-
opacity: 0;
|
|
34
|
-
}
|
|
35
|
-
.aplus-scroll-y-transition-enter-active,
|
|
36
|
-
.aplus-scroll-y-transition-leave-active {
|
|
37
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
38
|
-
}
|
|
39
|
-
.aplus-scroll-y-transition-move {
|
|
40
|
-
transition: transform 0.4s;
|
|
41
|
-
}
|
|
42
|
-
.aplus-scroll-y-transition-enter-from,
|
|
43
|
-
.aplus-scroll-y-transition-leave-to {
|
|
44
|
-
opacity: 0;
|
|
45
|
-
}
|
|
46
|
-
.aplus-scroll-y-transition-enter-from {
|
|
47
|
-
transform: translateY(-15px);
|
|
48
|
-
}
|
|
49
|
-
.aplus-scroll-y-transition-leave-to {
|
|
50
|
-
transform: translateY(15px);
|
|
51
|
-
}
|
|
52
|
-
.aplus-scroll-y-reverse-transition-enter-active,
|
|
53
|
-
.aplus-scroll-y-reverse-transition-leave-active {
|
|
54
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
55
|
-
}
|
|
56
|
-
.aplus-scroll-y-reverse-transition-move {
|
|
57
|
-
transition: transform 0.4s;
|
|
58
|
-
}
|
|
59
|
-
.aplus-scroll-y-reverse-transition-enter-from,
|
|
60
|
-
.aplus-scroll-y-reverse-transition-leave-to {
|
|
61
|
-
opacity: 0;
|
|
62
|
-
}
|
|
63
|
-
.aplus-scroll-y-reverse-transition-enter-from {
|
|
64
|
-
transform: translateY(15px);
|
|
65
|
-
}
|
|
66
|
-
.aplus-scroll-y-reverse-transition-leave-to {
|
|
67
|
-
transform: translateY(-15px);
|
|
68
|
-
}
|
|
69
|
-
.aplus-scroll-x-transition-enter-active,
|
|
70
|
-
.aplus-scroll-x-transition-leave-active {
|
|
71
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
72
|
-
}
|
|
73
|
-
.aplus-scroll-x-transition-move {
|
|
74
|
-
transition: transform 0.4s;
|
|
75
|
-
}
|
|
76
|
-
.aplus-scroll-x-transition-enter-from,
|
|
77
|
-
.aplus-scroll-x-transition-leave-to {
|
|
78
|
-
opacity: 0;
|
|
79
|
-
}
|
|
80
|
-
.aplus-scroll-x-transition-enter-from {
|
|
81
|
-
transform: translateX(-15px);
|
|
82
|
-
}
|
|
83
|
-
.aplus-scroll-x-transition-leave-to {
|
|
84
|
-
transform: translateX(15px);
|
|
85
|
-
}
|
|
86
|
-
.aplus-scroll-x-reverse-transition-enter-active,
|
|
87
|
-
.aplus-scroll-x-reverse-transition-leave-active {
|
|
88
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
89
|
-
}
|
|
90
|
-
.aplus-scroll-x-reverse-transition-move {
|
|
91
|
-
transition: transform 0.4s;
|
|
92
|
-
}
|
|
93
|
-
.aplus-scroll-x-reverse-transition-enter-from,
|
|
94
|
-
.aplus-scroll-x-reverse-transition-leave-to {
|
|
95
|
-
opacity: 0;
|
|
96
|
-
}
|
|
97
|
-
.aplus-scroll-x-reverse-transition-enter-from {
|
|
98
|
-
transform: translateX(15px);
|
|
99
|
-
}
|
|
100
|
-
.aplus-scroll-x-reverse-transition-leave-to {
|
|
101
|
-
transform: translateX(-15px);
|
|
102
|
-
}
|
|
103
|
-
.aplus-slide-y-transition-enter-active,
|
|
104
|
-
.aplus-slide-y-transition-leave-active {
|
|
105
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
106
|
-
}
|
|
107
|
-
.aplus-slide-y-transition-move {
|
|
108
|
-
transition: transform 0.4s;
|
|
109
|
-
}
|
|
110
|
-
.aplus-slide-y-transition-enter-from,
|
|
111
|
-
.aplus-slide-y-transition-leave-to {
|
|
112
|
-
transform: translateY(-15px);
|
|
113
|
-
opacity: 0;
|
|
114
|
-
}
|
|
115
|
-
.aplus-slide-y-reverse-transition-enter-active,
|
|
116
|
-
.aplus-slide-y-reverse-transition-leave-active {
|
|
117
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
118
|
-
}
|
|
119
|
-
.aplus-slide-y-reverse-transition-move {
|
|
120
|
-
transition: transform 0.4s;
|
|
121
|
-
}
|
|
122
|
-
.aplus-slide-y-reverse-transition-enter-from,
|
|
123
|
-
.aplus-slide-y-reverse-transition-leave-to {
|
|
124
|
-
transform: translateY(15px);
|
|
125
|
-
opacity: 0;
|
|
126
|
-
}
|
|
127
|
-
.aplus-slide-x-transition-enter-active,
|
|
128
|
-
.aplus-slide-x-transition-leave-active {
|
|
129
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
130
|
-
}
|
|
131
|
-
.aplus-slide-x-transition-move {
|
|
132
|
-
transition: transform 0.4s;
|
|
133
|
-
}
|
|
134
|
-
.aplus-slide-x-transition-enter-from,
|
|
135
|
-
.aplus-slide-x-transition-leave-to {
|
|
136
|
-
transform: translateX(-15px);
|
|
137
|
-
opacity: 0;
|
|
138
|
-
}
|
|
139
|
-
.aplus-slide-x-reverse-transition-enter-active,
|
|
140
|
-
.aplus-slide-x-reverse-transition-leave-active {
|
|
141
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
142
|
-
}
|
|
143
|
-
.aplus-slide-x-reverse-transition-move {
|
|
144
|
-
transition: transform 0.4s;
|
|
145
|
-
}
|
|
146
|
-
.aplus-slide-x-reverse-transition-enter-from,
|
|
147
|
-
.aplus-slide-x-reverse-transition-leave-to {
|
|
148
|
-
transform: translateX(15px);
|
|
149
|
-
opacity: 0;
|
|
150
|
-
}
|
|
151
|
-
.aplus-expand-transition-enter-active,
|
|
152
|
-
.aplus-expand-transition-leave-active {
|
|
153
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
154
|
-
}
|
|
155
|
-
.aplus-expand-transition-move {
|
|
156
|
-
transition: transform 0.4s;
|
|
157
|
-
}
|
|
158
|
-
.aplus-expand-x-transition-enter-active,
|
|
159
|
-
.aplus-expand-x-transition-leave-active {
|
|
160
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
|
161
|
-
}
|
|
162
|
-
.aplus-expand-x-transition-move {
|
|
163
|
-
transition: transform 0.4s;
|
|
164
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { message as o } from "ant-design-vue";
|
|
2
|
-
function s(c, t = "已成功复制到剪切板!") {
|
|
3
|
-
return navigator.clipboard ? navigator.clipboard.writeText(c).then(() => {
|
|
4
|
-
t && o.success(t);
|
|
5
|
-
}).catch((r) => (o.error("复制失败!" + r.message), r)) : Reflect.has(document, "execCommand") ? new Promise((r, a) => {
|
|
6
|
-
try {
|
|
7
|
-
const e = document.createElement("textarea");
|
|
8
|
-
e.value = c, e.style.width = "0", e.style.position = "fixed", e.style.left = "-999px", e.style.top = "10px", e.setAttribute("readonly", "readonly"), document.body.appendChild(e), e.select(), document.execCommand("copy"), document.body.removeChild(e), t && o.success(t), r();
|
|
9
|
-
} catch (e) {
|
|
10
|
-
o.error("复制失败!" + e.message), a(e);
|
|
11
|
-
}
|
|
12
|
-
}) : Promise.reject(
|
|
13
|
-
'"navigator.clipboard" 或 "document.execCommand" 中存在API错误, 拷贝失败!'
|
|
14
|
-
);
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
s as copyText
|
|
18
|
-
};
|
package/es/src/utils/tree.mjs
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
const d = {
|
|
2
|
-
id: "id",
|
|
3
|
-
children: "children",
|
|
4
|
-
pid: "pid"
|
|
5
|
-
}, l = (r) => Object.assign({}, d, r);
|
|
6
|
-
function a(r, s = {}) {
|
|
7
|
-
const e = l(s), t = /* @__PURE__ */ new Map(), n = [], { id: o, children: i, pid: u } = e;
|
|
8
|
-
for (const c of r)
|
|
9
|
-
c[i] = c[i] || [], t.set(c[o], c);
|
|
10
|
-
for (const c of r) {
|
|
11
|
-
const h = t.get(c[u]);
|
|
12
|
-
(h ? h[i] : n).push(c);
|
|
13
|
-
}
|
|
14
|
-
return n;
|
|
15
|
-
}
|
|
16
|
-
function w(r, s = {}) {
|
|
17
|
-
s = l(s);
|
|
18
|
-
const { children: e } = s, t = [...r];
|
|
19
|
-
for (let n = 0; n < t.length; n++)
|
|
20
|
-
t[n][e] && t.splice(n + 1, 0, ...t[n][e]);
|
|
21
|
-
return t;
|
|
22
|
-
}
|
|
23
|
-
function A(r, s, e = {}) {
|
|
24
|
-
e = l(e);
|
|
25
|
-
const { children: t } = e, n = [...r];
|
|
26
|
-
for (const o of n) {
|
|
27
|
-
if (s(o)) return o;
|
|
28
|
-
o[t] && n.push(...o[t]);
|
|
29
|
-
}
|
|
30
|
-
return null;
|
|
31
|
-
}
|
|
32
|
-
function T(r, s, e = {}) {
|
|
33
|
-
e = l(e);
|
|
34
|
-
const { children: t } = e, n = [...r], o = [];
|
|
35
|
-
for (const i of n)
|
|
36
|
-
s(i) && o.push(i), i[t] && n.push(...i[t]);
|
|
37
|
-
return o;
|
|
38
|
-
}
|
|
39
|
-
function E(r, s, e = {}) {
|
|
40
|
-
e = l(e);
|
|
41
|
-
const t = [], n = [...r], o = /* @__PURE__ */ new Set(), { children: i } = e;
|
|
42
|
-
for (; n.length; ) {
|
|
43
|
-
const u = n[0];
|
|
44
|
-
if (o.has(u))
|
|
45
|
-
t.pop(), n.shift();
|
|
46
|
-
else if (o.add(u), u[i] && n.unshift(...u[i]), t.push(u), s(u))
|
|
47
|
-
return t;
|
|
48
|
-
}
|
|
49
|
-
return null;
|
|
50
|
-
}
|
|
51
|
-
function M(r, s, e = {}) {
|
|
52
|
-
e = l(e);
|
|
53
|
-
const t = [], n = [...r], o = [], i = /* @__PURE__ */ new Set(), { children: u } = e;
|
|
54
|
-
for (; n.length; ) {
|
|
55
|
-
const c = n[0];
|
|
56
|
-
i.has(c) ? (t.pop(), n.shift()) : (i.add(c), c[u] && n.unshift(...c[u]), t.push(c), s(c) && o.push([...t]));
|
|
57
|
-
}
|
|
58
|
-
return o;
|
|
59
|
-
}
|
|
60
|
-
function N(r, s, e = {}) {
|
|
61
|
-
e = l(e);
|
|
62
|
-
const t = e.children;
|
|
63
|
-
function n(o) {
|
|
64
|
-
return o.map((i) => ({ ...i })).filter((i) => (i[t] = i[t] && n(i[t]), s(i) || i[t] && i[t].length));
|
|
65
|
-
}
|
|
66
|
-
return n(r);
|
|
67
|
-
}
|
|
68
|
-
function S(r, s, e = {}) {
|
|
69
|
-
e = l(e);
|
|
70
|
-
const t = [...r], { children: n } = e;
|
|
71
|
-
for (let o = 0; o < t.length; o++) {
|
|
72
|
-
if (s(t[o]))
|
|
73
|
-
return;
|
|
74
|
-
n && t[o][n] && t.splice(o + 1, 0, ...t[o][n]);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
function v(r, s) {
|
|
78
|
-
return r.map((e) => f(e, s));
|
|
79
|
-
}
|
|
80
|
-
function f(r, { children: s = "children", conversion: e }) {
|
|
81
|
-
const t = Array.isArray(r[s]) && r[s].length > 0, n = e(r) || {};
|
|
82
|
-
return t ? {
|
|
83
|
-
...n,
|
|
84
|
-
[s]: r[s].map(
|
|
85
|
-
(o) => f(o, {
|
|
86
|
-
children: s,
|
|
87
|
-
conversion: e
|
|
88
|
-
})
|
|
89
|
-
)
|
|
90
|
-
} : {
|
|
91
|
-
...n
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
function p(r, s, e = {}) {
|
|
95
|
-
r.forEach((t) => {
|
|
96
|
-
const n = s(t, e) || t;
|
|
97
|
-
t.children && p(t.children, s, n);
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
export {
|
|
101
|
-
p as eachTree,
|
|
102
|
-
N as filter,
|
|
103
|
-
A as findNode,
|
|
104
|
-
T as findNodeAll,
|
|
105
|
-
E as findPath,
|
|
106
|
-
M as findPathAll,
|
|
107
|
-
S as forEach,
|
|
108
|
-
a as listToTree,
|
|
109
|
-
v as treeMap,
|
|
110
|
-
f as treeMapEach,
|
|
111
|
-
w as treeToList
|
|
112
|
-
};
|
package/es/src/utils/uuid.mjs
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const n = [];
|
|
2
|
-
for (let t = 0; t <= 15; t++)
|
|
3
|
-
n[t] = t.toString(16);
|
|
4
|
-
function i() {
|
|
5
|
-
let t = "";
|
|
6
|
-
for (let e = 1; e <= 36; e++)
|
|
7
|
-
e === 9 || e === 14 || e === 19 || e === 24 ? t += "-" : e === 15 ? t += 4 : e === 20 ? t += n[Math.random() * 4 | 8] : t += n[Math.random() * 16 | 0];
|
|
8
|
-
return t.replace(/-/g, "");
|
|
9
|
-
}
|
|
10
|
-
let o = 0;
|
|
11
|
-
function l(t = "") {
|
|
12
|
-
const e = Date.now(), r = Math.floor(Math.random() * 1e9);
|
|
13
|
-
return o++, t + "_" + r + o + String(e);
|
|
14
|
-
}
|
|
15
|
-
export {
|
|
16
|
-
l as buildShortUUID,
|
|
17
|
-
i as buildUUID
|
|
18
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
.aplus-action-item-dropdown__item .aplus-action-item {
|
|
2
|
-
width: 100%;
|
|
3
|
-
}
|
|
4
|
-
.aplus-action-item-dropdown__wrapper {
|
|
5
|
-
display: inline-flex;
|
|
6
|
-
flex-direction: row;
|
|
7
|
-
align-items: center;
|
|
8
|
-
}
|
|
9
|
-
.aplus-action-item-dropdown__icon {
|
|
10
|
-
color: #0070ff;
|
|
11
|
-
margin-left: 4px;
|
|
12
|
-
font-size: 14px;
|
|
13
|
-
display: inline-flex;
|
|
14
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
.aplus-action-item {
|
|
2
|
-
display: inline-block;
|
|
3
|
-
font-size: 14px;
|
|
4
|
-
line-height: 22px;
|
|
5
|
-
cursor: pointer;
|
|
6
|
-
}
|
|
7
|
-
.aplus-action-item--primary {
|
|
8
|
-
color: var(--ap-action-color-primary-base, #0070FF);
|
|
9
|
-
}
|
|
10
|
-
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
|
|
11
|
-
color: var(--ap-action-color-primary-hover, #66A9FF);
|
|
12
|
-
}
|
|
13
|
-
.aplus-action-item--success {
|
|
14
|
-
color: var(--ap-action-color-success, #2ED1A3);
|
|
15
|
-
}
|
|
16
|
-
.aplus-action-item--error {
|
|
17
|
-
color: var(--ap-action-color-error, #FF4D4F);
|
|
18
|
-
}
|
|
19
|
-
.aplus-action-item--warn {
|
|
20
|
-
color: var(--ap-action-color-warn, #FFA940);
|
|
21
|
-
}
|
|
22
|
-
.aplus-action-item--loading {
|
|
23
|
-
opacity: 0.35;
|
|
24
|
-
transition: opacity 0.2s;
|
|
25
|
-
cursor: default;
|
|
26
|
-
}
|
|
27
|
-
.aplus-action-item--loading .btn-loading-icon {
|
|
28
|
-
margin-right: 4px;
|
|
29
|
-
}
|
|
30
|
-
.aplus-action-item--disabled {
|
|
31
|
-
color: #CCE2FF;
|
|
32
|
-
cursor: not-allowed;
|
|
33
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
.aplus-ap-action-button-border-link:not(:disabled):hover,
|
|
2
|
-
.aplus-ap-action-button-border-link:not(:disabled):active,
|
|
3
|
-
.aplus-ap-action-button-border-link:not(:disabled):focus {
|
|
4
|
-
border-color: var(--button-border-color);
|
|
5
|
-
color: var(--button-border-color) !important;
|
|
6
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ColumnSelectProps, FieldInfo } from './interfaces';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<__VLS_TypePropsToOption<ColumnSelectProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4
|
-
updateColumns: (list: FieldInfo[]) => void;
|
|
5
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ColumnSelectProps>>> & {
|
|
6
|
-
onUpdateColumns?: ((list: FieldInfo[]) => any) | undefined;
|
|
7
|
-
}, {}, {}>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToOption<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),u=require("ant-design-vue");require("../config-provider/index.js");require("./styles/column-select.css");const b=require("../config-provider/hooks/use-locale.js"),k=require("../config-provider/hooks/use-global-config.js"),N=require("../config-provider/hooks/use-namespace.js"),V=e.defineComponent({__name:"column-select",props:{columns:{}},emits:["updateColumns"],setup(d,{emit:m}){const o=e.ref(!1),r=e.ref(!1),a=e.ref([]),{t:i}=b.useLocale(),p=k.useGlobalConfig("uiMode"),{b:f,e:c}=N.useNamespace(p.value==="aplus"?"column-select":"column-select-admin"),{columns:n}=d,h=m,v=t=>{const s=t.target.checked;a.value=s?n.map(l=>l.dataIndex):n.filter(l=>l.disabled&&l.selected).map(l=>l.dataIndex)},g=t=>{a.value=t};e.watch(()=>n,()=>{a.value=n.filter(t=>t.selected).map(t=>t.dataIndex)},{deep:!0,immediate:!0}),e.watch(a,()=>{r.value=a.value.length>0&&a.value.length!==n.length,o.value=a.value.length===n.length},{deep:!0,immediate:!0}),e.watch(a,()=>{const t=n.map(s=>({...s,selected:a.value.includes(s.dataIndex)}));h("updateColumns",t)},{deep:!0});const C=e.computed(()=>n.map(t=>({label:t.title,value:t.dataIndex,disabled:t.disabled})));return(t,s)=>(e.openBlock(),e.createBlock(e.unref(u.Flex),{vertical:"",class:e.normalizeClass(e.unref(f)())},{default:e.withCtx(()=>[e.createElementVNode("p",{class:e.normalizeClass(e.unref(c)("des"))},e.toDisplayString(e.unref(i)("ap.apCustomColumn.selectDes")),3),e.createVNode(e.unref(u.Flex),{class:e.normalizeClass(e.unref(c)("all")),justify:"space-between",align:"center"},{default:e.withCtx(()=>{var l;return[e.createVNode(e.unref(u.Checkbox),{style:{padding:"0 6px;"},checked:o.value,"onUpdate:checked":s[0]||(s[0]=x=>o.value=x),indeterminate:r.value,onChange:v},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(i)("ap.apCustomColumn.allSelect")),1)]),_:1},8,["checked","indeterminate"]),e.createElementVNode("span",{class:e.normalizeClass(e.unref(c)("statistics"))},e.toDisplayString((l=a.value)==null?void 0:l.length)+"/"+e.toDisplayString(t.columns.length),3)]}),_:1},8,["class"]),e.createVNode(e.unref(u.Divider),{style:{margin:"12px 0 4px 0"}}),e.createElementVNode("div",{class:e.normalizeClass(e.unref(c)("content"))},[e.createVNode(e.unref(u.CheckboxGroup),{value:a.value,"onUpdate:value":g,options:C.value},null,8,["value","options"])],2)]),_:1},8,["class"]))}});exports.default=V;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./column-select.vue.js");exports.default=e.default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { CustomColumnProps, FieldInfo } from './interfaces';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<__VLS_TypePropsToOption<CustomColumnProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4
|
-
"update:columns": (list: FieldInfo[]) => void;
|
|
5
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<CustomColumnProps>>> & {
|
|
6
|
-
"onUpdate:columns"?: ((list: FieldInfo[]) => any) | undefined;
|
|
7
|
-
}, {}, {}>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToOption<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),d=require("@ant-design/icons-vue"),r=require("ant-design-vue");require("./column-select.vue2.js");require("./styles/custom-column.css");require("../config-provider/index.js");const q=require("../config-provider/hooks/use-global-config.js"),w=require("../config-provider/hooks/use-locale.js"),x=require("../config-provider/hooks/use-namespace.js"),D=require("./column-select.vue.js"),N=e.defineComponent({__name:"custom-column",props:{columns:{},baseContainerSelector:{},fullContentSelector:{}},emits:["update:columns"],setup(m,{emit:p}){const f=q.useGlobalConfig("uiMode"),{t:c}=w.useLocale(),{b:C,e:_}=x.useNamespace(f.value==="aplus"?"custom-column":"custom-column-admin"),{baseContainerSelector:a,columns:b,fullContentSelector:h}=m,g=p,v=t=>{g("update:columns",t)},u=e.ref(!1),o=e.ref(0),S=()=>{var t,n;if(a){const l=document.querySelector(a),s=document.querySelector(h);l?o.value=Math.max((t=l==null?void 0:l.getBoundingClientRect())==null?void 0:t.top,((n=s==null?void 0:s.getBoundingClientRect())==null?void 0:n.top)||0):o.value=0}u.value=!0},i=()=>{u.value=!1},y=e.computed(()=>window.innerHeight-o.value-57-40);return(t,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(C)())},[e.createVNode(e.unref(r.Tooltip),null,{title:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)("ap.apCustomColumn.title")),1)]),default:e.withCtx(()=>[e.createVNode(e.unref(r.Button),{style:{minWidth:"auto"},onClick:S},{icon:e.withCtx(()=>[e.createVNode(e.unref(d.SettingOutlined))]),_:1})]),_:1}),e.createVNode(e.unref(r.Drawer),{open:u.value,width:280,title:e.unref(c)("ap.apCustomColumn.title"),closable:!1,contentWrapperStyle:{top:`${o.value}px`},bodyStyle:{overflow:"hidden",padding:"20px"},mask:!0,"root-class-name":e.unref(_)("drawer"),onClose:i},{extra:e.withCtx(()=>[e.createVNode(e.unref(d.CloseOutlined),{onClick:i})]),default:e.withCtx(()=>[e.createVNode(D.default,{style:e.normalizeStyle({height:`${y.value}px`}),columns:t.columns,onUpdateColumns:v},null,8,["style","columns"])]),_:1},8,["open","title","contentWrapperStyle","root-class-name"])],2))}});exports.default=N;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./custom-column.vue.js");exports.default=e.default;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as ApCustomColumn } from './custom-column.vue';
|
|
2
|
-
import { default as ApCustomSelect } from './column-select.vue';
|
|
3
|
-
export * from './interfaces';
|
|
4
|
-
export * from './utils';
|
|
5
|
-
export * from './useCacheColumnSetting';
|
|
6
|
-
export { ApCustomColumn, ApCustomSelect };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./custom-column.vue2.js");require("./column-select.vue2.js");require("./interfaces.js");const e=require("./utils.js"),t=require("./useCacheColumnSetting.js");exports.generateTableList=e.generateTableList;exports.useCacheColumnSetting=t.useCacheColumnSetting;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { BasicColumn } from 'src/pro-table';
|
|
2
|
-
/**
|
|
3
|
-
* 自定义列的字段信息
|
|
4
|
-
*/
|
|
5
|
-
export interface FieldInfo {
|
|
6
|
-
order?: number;
|
|
7
|
-
fixed?: 'left' | 'right' | null;
|
|
8
|
-
selected: boolean;
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
dataIndex: string;
|
|
11
|
-
title: string;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* 自定义列表组件 Props
|
|
15
|
-
*/
|
|
16
|
-
export interface CustomColumnProps {
|
|
17
|
-
columns: FieldInfo[];
|
|
18
|
-
/**
|
|
19
|
-
* 抽屉打开高度的基准 querySelector
|
|
20
|
-
*/
|
|
21
|
-
baseContainerSelector?: string;
|
|
22
|
-
/**
|
|
23
|
-
* 当 `baseContainerSelector`因滚动隐藏时,需要固定位置的 `querySelector`
|
|
24
|
-
*/
|
|
25
|
-
fullContentSelector?: string;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* column select 的 props
|
|
29
|
-
*/
|
|
30
|
-
export interface ColumnSelectProps {
|
|
31
|
-
columns: FieldInfo[];
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* 生成 filedInfoList 函数的参数
|
|
35
|
-
*/
|
|
36
|
-
export interface GenerateTableInfo {
|
|
37
|
-
list: BasicColumn[];
|
|
38
|
-
fixedKeys?: string[];
|
|
39
|
-
defaultSelect?: string[];
|
|
40
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 判断str是否是json字符串
|
|
3
|
-
* @param str
|
|
4
|
-
*/
|
|
5
|
-
export declare const isJSON: (str: string | null) => boolean;
|
|
6
|
-
export declare function setLocalStorage(key: string, value: any): void;
|
|
7
|
-
export declare function getLocalStorage(key: string, defaultValue?: null): any;
|
|
8
|
-
export declare function removeLocalStorage(key: string): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=e=>{if(typeof e=="string")try{const t=JSON.parse(e);return!!(typeof t=="object"&&t)}catch{return!1}else return!1};function a(e,t){let o="";typeof t=="object"?o=JSON.stringify(t):o=t,localStorage.setItem(e,o)}function n(e,t=null){const o=localStorage.getItem(e);let r=null;return o&&l(o)&&(r=JSON.parse(o)),r!==null?r:t}function c(e){return localStorage.removeItem(e)}exports.getLocalStorage=n;exports.isJSON=l;exports.removeLocalStorage=c;exports.setLocalStorage=a;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
.aplus-column-select-admin__des {
|
|
2
|
-
color: #999;
|
|
3
|
-
line-height: 18px;
|
|
4
|
-
}
|
|
5
|
-
.aplus-column-select-admin__statistics {
|
|
6
|
-
color: #666;
|
|
7
|
-
}
|
|
8
|
-
.aplus-column-select-admin__all .ant-checkbox-wrapper {
|
|
9
|
-
padding: 0 6px;
|
|
10
|
-
}
|
|
11
|
-
.aplus-column-select-admin__content {
|
|
12
|
-
flex: 1;
|
|
13
|
-
overflow-y: auto;
|
|
14
|
-
}
|
|
15
|
-
.aplus-column-select-admin__content .ant-checkbox-wrapper {
|
|
16
|
-
width: 100%;
|
|
17
|
-
margin: 2px 0;
|
|
18
|
-
padding: 6px;
|
|
19
|
-
}
|
|
20
|
-
.aplus-column-select-admin__content .ant-checkbox-wrapper:hover {
|
|
21
|
-
background: #f5f5f5;
|
|
22
|
-
}
|
|
23
|
-
.aplus-column-select__des {
|
|
24
|
-
line-height: 18px;
|
|
25
|
-
color: #8896b0;
|
|
26
|
-
}
|
|
27
|
-
.aplus-column-select__statistics {
|
|
28
|
-
color: #526a90;
|
|
29
|
-
}
|
|
30
|
-
.aplus-column-select__all .ant-checkbox-wrapper {
|
|
31
|
-
padding: 0 6px;
|
|
32
|
-
}
|
|
33
|
-
.aplus-column-select__content {
|
|
34
|
-
flex: 1;
|
|
35
|
-
overflow-y: auto;
|
|
36
|
-
}
|
|
37
|
-
.aplus-column-select__content .ant-checkbox-wrapper {
|
|
38
|
-
width: 100%;
|
|
39
|
-
margin: 2px 0;
|
|
40
|
-
padding: 6px;
|
|
41
|
-
}
|
|
42
|
-
.aplus-column-select__content .ant-checkbox-wrapper:hover {
|
|
43
|
-
background: #f6f9fa;
|
|
44
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
.aplus-custom-column-admin .ant-btn-default {
|
|
2
|
-
border-color: #d9d9d9;
|
|
3
|
-
}
|
|
4
|
-
.aplus-custom-column-admin .ant-btn-default:hover {
|
|
5
|
-
border-color: #d9d9d9;
|
|
6
|
-
background: #f5f5f5;
|
|
7
|
-
}
|
|
8
|
-
.aplus-custom-column-admin .ant-btn-default > .anticon {
|
|
9
|
-
color: #999;
|
|
10
|
-
}
|
|
11
|
-
.aplus-custom-column-admin__drawer .ant-drawer-content-wrapper {
|
|
12
|
-
border-left: 1px solid #d9d9d9;
|
|
13
|
-
box-shadow: -4px 0 12px 0 rgba(44, 54, 69, 0.1);
|
|
14
|
-
}
|
|
15
|
-
.aplus-custom-column-admin__drawer .ant-drawer-title {
|
|
16
|
-
color: #000;
|
|
17
|
-
}
|
|
18
|
-
.aplus-custom-column-admin__drawer .ant-drawer-mask {
|
|
19
|
-
background: transparent;
|
|
20
|
-
}
|
|
21
|
-
.aplus-custom-column-admin__drawer .ant-drawer-extra .anticon {
|
|
22
|
-
color: #999;
|
|
23
|
-
}
|
|
24
|
-
.aplus-custom-column .ant-btn-default {
|
|
25
|
-
border-color: #dee4ed;
|
|
26
|
-
}
|
|
27
|
-
.aplus-custom-column .ant-btn-default:hover {
|
|
28
|
-
background: #f6f9fa;
|
|
29
|
-
border-color: #dee4ed;
|
|
30
|
-
}
|
|
31
|
-
.aplus-custom-column .ant-btn-default > .anticon {
|
|
32
|
-
color: #8896b0;
|
|
33
|
-
}
|
|
34
|
-
.aplus-custom-column__drawer .ant-drawer-content-wrapper {
|
|
35
|
-
border-left: 1px solid #dee4ed;
|
|
36
|
-
box-shadow: -4px 0 12px 0 rgba(44, 54, 69, 0.1);
|
|
37
|
-
}
|
|
38
|
-
.aplus-custom-column__drawer .ant-drawer-title {
|
|
39
|
-
color: #182948;
|
|
40
|
-
}
|
|
41
|
-
.aplus-custom-column__drawer .ant-drawer-mask {
|
|
42
|
-
background: transparent;
|
|
43
|
-
}
|
|
44
|
-
.aplus-custom-column__drawer .ant-drawer-extra .anticon {
|
|
45
|
-
color: #8896b0;
|
|
46
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./storage.js");function n(){return{set:(e,o)=>{t.setLocalStorage(e,o)},get:e=>t.getLocalStorage(e)}}exports.useCacheColumnSetting=n;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=n=>{const{list:d,fixedKeys:a,defaultSelect:t}=n;return d.map((e,r)=>({order:r,selected:t!=null&&t.length?t.includes(e.dataIndex):!0,disabled:(a==null?void 0:a.includes(e.dataIndex))||!1,dataIndex:e.dataIndex,title:e.title}))};exports.generateTableList=s;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
TODO:
|
|
3
|
-
1.admin和aplus样式提成变量?
|
|
4
|
-
*/
|
|
5
|
-
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-view table {
|
|
6
|
-
table-layout: fixed;
|
|
7
|
-
}
|
|
8
|
-
.aplus-ap-descriptions .ant-descriptions td.ant-descriptions-item {
|
|
9
|
-
padding-bottom: var(--ap-descriptions-item-padding-bottom);
|
|
10
|
-
}
|
|
11
|
-
.aplus-ap-descriptions .ant-descriptions th.ant-descriptions-item {
|
|
12
|
-
padding-bottom: 8px;
|
|
13
|
-
}
|
|
14
|
-
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
|
|
15
|
-
padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom);
|
|
16
|
-
}
|
|
17
|
-
.aplus-ap-descriptions .ant-descriptions .ant-descriptions-item-label::after {
|
|
18
|
-
margin-inline: 4px 20px;
|
|
19
|
-
}
|
|
20
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label {
|
|
21
|
-
justify-content: flex-end;
|
|
22
|
-
width: var(--ap-descriptions-item-label-width);
|
|
23
|
-
color: #999999;
|
|
24
|
-
}
|
|
25
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
26
|
-
margin-left: 4px;
|
|
27
|
-
color: #34b77c;
|
|
28
|
-
font-size: 16px;
|
|
29
|
-
}
|
|
30
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content {
|
|
31
|
-
color: #333333;
|
|
32
|
-
}
|
|
33
|
-
.aplus-ap-descriptions--admin .ant-descriptions-row .ant-descriptions-item-content .ap-descriptions-item-content__link {
|
|
34
|
-
color: #1890ff;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
}
|
|
37
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label {
|
|
38
|
-
justify-content: flex-end;
|
|
39
|
-
width: var(--ap-descriptions-item-label-width);
|
|
40
|
-
color: #8896B0;
|
|
41
|
-
}
|
|
42
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-label .ap-descriptions-item-content__help {
|
|
43
|
-
margin-left: 4px;
|
|
44
|
-
color: #0070FF;
|
|
45
|
-
font-size: 16px;
|
|
46
|
-
}
|
|
47
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content {
|
|
48
|
-
color: #182948;
|
|
49
|
-
}
|
|
50
|
-
.aplus-ap-descriptions--aplus .ant-descriptions-row .ant-descriptions-item-content .ap-descriptions-item-content__link {
|
|
51
|
-
color: #0070FF;
|
|
52
|
-
cursor: pointer;
|
|
53
|
-
}
|