@aplus-frontend/ui 0.1.41 → 0.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +202 -296
- package/es/src/ap-action/group/style/css.d.ts +1 -0
- package/es/src/ap-action/group/style/css.js +1 -0
- package/es/src/ap-action/group/style/index.d.ts +1 -0
- package/es/src/ap-action/group/style/index.js +1 -0
- package/es/src/ap-action/item/index.vue2.mjs +9 -10
- package/es/src/ap-action/item/style/css.js +2 -0
- package/es/src/ap-action/item/style/index.js +2 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -8
- package/es/src/ap-action/item-dropdown/style/css.js +1 -0
- package/es/src/ap-action/item-dropdown/style/index.js +1 -0
- package/es/src/ap-action/item-modal/style/css.d.ts +1 -0
- package/es/src/ap-action/item-modal/style/css.js +1 -0
- package/es/src/ap-action/item-modal/style/index.d.ts +1 -0
- package/es/src/ap-action/item-modal/style/index.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
- package/es/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
- package/es/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/es/src/ap-action-button/style/index.d.ts +1 -0
- package/es/src/ap-action-button/style/index.js +1 -0
- package/es/src/ap-button/ap-button.vue.mjs +8 -9
- package/es/src/ap-button/style/css.js +1 -0
- package/es/src/ap-button/style/index.js +1 -0
- package/es/src/ap-custom-select/style/css.js +1 -0
- package/es/src/ap-custom-select/style/index.js +1 -0
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +2 -3
- package/es/src/ap-descriptions/ap-descriptions.vue2.mjs +2 -3
- package/es/src/ap-descriptions/style/css.js +1 -0
- package/es/src/ap-descriptions/style/index.js +1 -0
- package/es/src/ap-download/ap-download.vue.mjs +2 -3
- package/es/src/ap-download/style/css.js +1 -0
- package/es/src/ap-download/style/index.js +1 -0
- package/es/src/ap-field/checkbox/index.vue.mjs +2 -3
- package/es/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/css.js +1 -0
- package/es/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/es/src/ap-field/checkbox/style/index.js +1 -0
- package/es/src/ap-field/date/index.vue.d.ts +7 -7
- package/es/src/ap-field/date/style/css.d.ts +1 -0
- package/es/src/ap-field/date/style/css.js +1 -0
- package/es/src/ap-field/date/style/index.d.ts +1 -0
- package/es/src/ap-field/date/style/index.js +1 -0
- package/es/src/ap-field/date-range/index.vue.d.ts +7 -7
- package/es/src/ap-field/date-range/style/css.d.ts +1 -0
- package/es/src/ap-field/date-range/style/css.js +1 -0
- package/es/src/ap-field/date-range/style/index.d.ts +1 -0
- package/es/src/ap-field/date-range/style/index.js +1 -0
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.mjs +2 -3
- package/es/src/ap-field/number/style/css.d.ts +0 -0
- package/es/src/ap-field/number/style/css.js +1 -0
- package/es/src/ap-field/number/style/index.d.ts +0 -0
- package/es/src/ap-field/number/style/index.js +1 -0
- package/es/src/ap-field/password/style/css.d.ts +1 -0
- package/es/src/ap-field/password/style/css.js +1 -0
- package/es/src/ap-field/password/style/index.d.ts +1 -0
- package/es/src/ap-field/password/style/index.js +1 -0
- package/es/src/ap-field/radio/index.vue.mjs +2 -3
- package/es/src/ap-field/radio/style/css.d.ts +0 -0
- package/es/src/ap-field/radio/style/css.js +1 -0
- package/es/src/ap-field/radio/style/style.d.ts +0 -0
- package/es/src/ap-field/rate/style/css.d.ts +1 -0
- package/es/src/ap-field/rate/style/css.js +1 -0
- package/es/src/ap-field/rate/style/index.d.ts +1 -0
- package/es/src/ap-field/rate/style/index.js +1 -0
- package/es/src/ap-field/segmented/style/css.d.ts +1 -0
- package/es/src/ap-field/segmented/style/css.js +1 -0
- package/es/src/ap-field/segmented/style/index.d.ts +1 -0
- package/es/src/ap-field/segmented/style/index.js +1 -0
- package/es/src/ap-field/select/index.vue.d.ts +2 -2
- package/es/src/ap-field/select/style/css.d.ts +1 -0
- package/es/src/ap-field/select/style/css.js +1 -0
- package/es/src/ap-field/select/style/index.d.ts +1 -0
- package/es/src/ap-field/select/style/index.js +1 -0
- package/es/src/ap-field/slider/index.vue.d.ts +1 -1
- package/es/src/ap-field/slider/style/css.d.ts +1 -0
- package/es/src/ap-field/slider/style/css.js +1 -0
- package/es/src/ap-field/slider/style/index.d.ts +1 -0
- package/es/src/ap-field/slider/style/index.js +1 -0
- package/es/src/ap-field/style/css.d.ts +0 -0
- package/es/src/ap-field/style/css.js +1 -0
- package/es/src/ap-field/style/index.d.ts +0 -0
- package/es/src/ap-field/style/index.js +1 -0
- package/es/src/ap-field/switch/style/css.d.ts +1 -0
- package/es/src/ap-field/switch/style/css.js +1 -0
- package/es/src/ap-field/switch/style/index.d.ts +1 -0
- package/es/src/ap-field/switch/style/index.js +1 -0
- package/es/src/ap-field/text/index.vue.d.ts +2 -2
- package/es/src/ap-field/text/password.vue.d.ts +3 -3
- package/es/src/ap-field/text/style/css.d.ts +1 -0
- package/es/src/ap-field/text/style/css.js +1 -0
- package/es/src/ap-field/text/style/index.d.ts +1 -0
- package/es/src/ap-field/text/style/index.js +1 -0
- package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/es/src/ap-field/text-area/index.vue.mjs +9 -10
- package/es/src/ap-field/text-area/style/css.d.ts +0 -0
- package/es/src/ap-field/text-area/style/css.js +1 -0
- package/es/src/ap-field/text-area/style/index.d.ts +0 -0
- package/es/src/ap-field/text-area/style/index.js +1 -0
- package/es/src/ap-form/ap-form.vue.d.ts +1 -1
- package/es/src/ap-form/dependency/style/css.d.ts +1 -0
- package/es/src/ap-form/dependency/style/css.js +1 -0
- package/es/src/ap-form/dependency/style/index.d.ts +1 -0
- package/es/src/ap-form/dependency/style/index.js +1 -0
- package/es/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/es/src/ap-form/drawer-form/index.vue.mjs +287 -0
- package/es/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/css.js +1 -0
- package/es/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/es/src/ap-form/drawer-form/style/index.js +1 -0
- package/es/src/ap-form/index.d.ts +4 -4
- package/es/src/ap-form/index.mjs +8 -8
- package/es/src/ap-form/item/index.vue.d.ts +1059 -0
- package/es/src/ap-form/item/index.vue.mjs +188 -0
- package/es/src/ap-form/item/index.vue2.mjs +4 -0
- package/es/src/ap-form/item/style/css.d.ts +0 -0
- package/es/src/ap-form/item/style/css.js +1 -0
- package/es/src/ap-form/item/style/style.d.ts +0 -0
- package/es/src/ap-form/item-checkbox/style/css.d.ts +1 -0
- package/es/src/ap-form/item-checkbox/style/css.js +1 -0
- package/es/src/ap-form/item-checkbox/style/index.d.ts +1 -0
- package/es/src/ap-form/item-checkbox/style/index.js +1 -0
- package/es/src/ap-form/item-date/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date/style/css.js +1 -0
- package/es/src/ap-form/item-date/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date/style/index.js +1 -0
- package/es/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/css.js +1 -0
- package/es/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/es/src/ap-form/item-date-range/style/index.js +1 -0
- package/es/src/ap-form/item-group/index.vue.mjs +62 -0
- package/es/src/ap-form/item-group/index.vue2.mjs +4 -0
- package/es/src/ap-form/item-group/style/css.d.ts +0 -0
- package/es/src/ap-form/item-group/style/css.js +1 -0
- package/es/src/ap-form/item-group/style/index.d.ts +0 -0
- package/es/src/ap-form/item-group/style/index.js +1 -0
- package/es/src/ap-form/item-number/style/css.d.ts +1 -0
- package/es/src/ap-form/item-number/style/css.js +1 -0
- package/es/src/ap-form/item-number/style/index.d.ts +1 -0
- package/es/src/ap-form/item-number/style/index.js +1 -0
- package/es/src/ap-form/item-radio/style/css.d.ts +1 -0
- package/es/src/ap-form/item-radio/style/css.js +1 -0
- package/es/src/ap-form/item-radio/style/index.d.ts +1 -0
- package/es/src/ap-form/item-radio/style/index.js +1 -0
- package/es/src/ap-form/item-select/style/css.d.ts +1 -0
- package/es/src/ap-form/item-select/style/css.js +1 -0
- package/es/src/ap-form/item-select/style/index.d.ts +1 -0
- package/es/src/ap-form/item-select/style/index.js +1 -0
- package/es/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/css.js +1 -0
- package/es/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/es/src/ap-form/item-switch/style/index.js +1 -0
- package/es/src/ap-form/item-text/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text/style/css.js +1 -0
- package/es/src/ap-form/item-text/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text/style/index.js +1 -0
- package/es/src/ap-form/item-text-area/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text-area/style/css.js +1 -0
- package/es/src/ap-form/item-text-area/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text-area/style/index.js +1 -0
- package/es/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/css.js +1 -0
- package/es/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/es/src/ap-form/item-text-password/style/index.js +1 -0
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/number/index.vue.d.ts +93 -93
- package/es/src/ap-form/items/number/index.vue.mjs +2 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +23 -23
- package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/select/index.vue.mjs +2 -2
- package/es/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
- package/es/src/ap-form/items/text/index.vue.d.ts +99 -99
- package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +118 -118
- package/es/src/ap-form/items/text/password.vue.mjs +2 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +78 -78
- package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
- package/es/src/ap-form/list/index.vue.d.ts +41 -0
- package/es/src/ap-form/list/index.vue.mjs +51 -0
- package/es/src/ap-form/list/index.vue2.mjs +4 -0
- package/es/src/ap-form/list/style/css.d.ts +1 -0
- package/es/src/ap-form/list/style/css.js +1 -0
- package/es/src/ap-form/list/style/index.d.ts +1 -0
- package/es/src/ap-form/list/style/index.js +1 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/es/src/ap-form/modal-form/index.vue.mjs +2 -3
- package/es/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/css.js +1 -0
- package/es/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/es/src/ap-form/modal-form/style/index.js +1 -0
- package/es/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/es/src/ap-form/search-form/index.vue.mjs +5 -6
- package/es/src/ap-form/search-form/style/css.d.ts +0 -0
- package/es/src/ap-form/search-form/style/css.js +1 -0
- package/es/src/ap-form/search-form/style/index.d.ts +0 -0
- package/es/src/ap-form/search-form/style/index.js +1 -0
- package/es/src/ap-form/set/style/css.d.ts +1 -0
- package/es/src/ap-form/set/style/css.js +1 -0
- package/es/src/ap-form/set/style/index.d.ts +1 -0
- package/es/src/ap-form/set/style/index.js +1 -0
- package/es/src/ap-form/style/css.d.ts +0 -0
- package/es/src/ap-form/style/css.js +1 -0
- package/es/src/ap-form/style/style.d.ts +0 -0
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +41 -0
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +71 -0
- package/es/src/ap-info-layout/style/css.d.ts +0 -0
- package/es/src/ap-info-layout/style/css.js +1 -0
- package/es/src/ap-info-layout/style/index.d.ts +0 -0
- package/es/src/ap-info-layout/style/index.js +1 -0
- package/es/src/ap-list/index.vue.mjs +10 -11
- package/es/src/ap-list/style/css.d.ts +0 -0
- package/es/src/ap-list/style/css.js +1 -0
- package/es/src/ap-list/style/index.d.ts +0 -0
- package/es/src/ap-list/style/index.js +1 -0
- package/es/src/ap-modal/style/css.d.ts +1 -0
- package/es/src/ap-modal/style/css.js +1 -0
- package/es/src/ap-modal/style/index.d.ts +1 -0
- package/es/src/ap-modal/style/index.js +1 -0
- package/es/src/ap-table/ap-table.vue.mjs +2 -3
- package/es/src/ap-table/components/index/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +7 -8
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +2 -3
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +12 -13
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +17 -18
- package/es/src/ap-table/constants.d.ts +2263 -2263
- package/es/src/ap-table/style/css.d.ts +0 -0
- package/es/src/ap-table/style/css.js +1 -0
- package/es/src/ap-table/style/index.d.ts +0 -0
- package/es/src/ap-table/style/index.js +1 -0
- package/es/src/ap-table/utils.d.ts +1075 -1073
- package/es/src/ap-table/utils.mjs +1 -1
- package/es/src/ap-tag/ap-tag-group.vue.mjs +2 -3
- package/es/src/ap-tag/ap-tag.vue.mjs +7 -8
- package/es/src/ap-tag/group/style/css.d.ts +0 -0
- package/es/src/ap-tag/group/style/css.js +1 -0
- package/es/src/ap-tag/group/style/index.d.ts +0 -0
- package/es/src/ap-tag/group/style/index.js +1 -0
- package/es/src/ap-tag/style/css.d.ts +0 -0
- package/es/src/ap-tag/style/css.js +1 -0
- package/es/src/ap-tag/style/index.d.ts +0 -0
- package/es/src/ap-tag/style/index.js +1 -0
- package/es/src/ap-upload/apUpload.vue.mjs +16 -17
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +2 -3
- package/es/src/ap-upload/components/Picture.vue2.mjs +2 -3
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +41 -40
- package/es/src/ap-upload/style/css.d.ts +0 -0
- package/es/src/ap-upload/style/css.js +1 -0
- package/es/src/ap-upload/style/index.d.ts +0 -0
- package/es/src/ap-upload/style/index.js +1 -0
- package/es/src/business/ap-attachment/ApAttachment.mjs +2 -3
- package/es/src/business/ap-attachment/index.d.ts +214 -1
- package/es/src/business/ap-attachment/index.mjs +7 -0
- package/es/src/business/ap-attachment/style/css.d.ts +0 -0
- package/es/src/business/ap-attachment/style/css.js +1 -0
- package/es/src/business/ap-attachment/style/index.d.ts +0 -0
- package/es/src/business/ap-attachment/style/index.js +1 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -3
- package/es/src/business/ap-batch-action/index.d.ts +53 -0
- package/es/src/business/ap-batch-action/index.mjs +8 -0
- package/es/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/css.js +1 -0
- package/es/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/es/src/business/ap-batch-action/style/index.js +1 -0
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +42 -43
- package/es/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/es/src/business/ap-batch-action-group/index.mjs +8 -0
- package/es/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/es/src/business/ap-batch-action-group/style/css.d.ts +1 -0
- package/es/src/business/ap-batch-action-group/style/css.js +1 -0
- package/es/src/business/ap-batch-action-group/style/index.d.ts +1 -0
- package/es/src/business/ap-batch-action-group/style/index.js +1 -0
- package/es/src/business/ap-button-group/index.d.ts +611 -0
- package/es/src/business/ap-button-group/index.mjs +8 -0
- package/es/src/business/ap-button-group/style/css.d.ts +1 -0
- package/es/src/business/ap-button-group/style/css.js +1 -0
- package/es/src/business/ap-button-group/style/index.d.ts +1 -0
- package/es/src/business/ap-button-group/style/index.js +1 -0
- package/es/src/business/ap-card/ApCard.vue2.mjs +7 -8
- package/es/src/business/ap-card/index.d.ts +53 -0
- package/es/src/business/ap-card/index.mjs +8 -0
- package/es/src/business/ap-card/style/css.d.ts +0 -0
- package/es/src/business/ap-card/style/css.js +1 -0
- package/es/src/business/ap-card/style/index.d.ts +0 -0
- package/es/src/business/ap-card/style/index.js +1 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +2 -3
- package/es/src/business/ap-expand-alert/index.d.ts +63 -0
- package/es/src/business/ap-expand-alert/index.mjs +8 -0
- package/es/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/css.js +1 -0
- package/es/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/es/src/business/ap-expand-alert/style/index.js +1 -0
- package/es/src/business/ap-export-group/index.d.ts +145 -0
- package/es/src/business/ap-export-group/index.mjs +11 -0
- package/es/src/business/ap-export-group/style/css.d.ts +1 -0
- package/es/src/business/ap-export-group/style/css.js +1 -0
- package/es/src/business/ap-export-group/style/index.d.ts +1 -0
- package/es/src/business/ap-export-group/style/index.js +1 -0
- package/es/src/business/ap-image/index.d.ts +168 -0
- package/es/src/business/ap-image/index.mjs +8 -0
- package/es/src/business/ap-image/style/css.d.ts +1 -0
- package/es/src/business/ap-image/style/css.js +1 -0
- package/es/src/business/ap-image/style/index.d.ts +1 -0
- package/es/src/business/ap-image/style/index.js +1 -0
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +15 -16
- package/es/src/business/ap-input-radio/index.d.ts +371 -1
- package/es/src/business/ap-input-radio/index.mjs +8 -0
- package/es/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/css.js +1 -0
- package/es/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/es/src/business/ap-input-radio/style/index.js +1 -0
- package/es/src/business/ap-label/ApLabel.d.ts +4 -4
- package/es/src/business/ap-label/ApLabel.mjs +5 -6
- package/es/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +29 -0
- package/es/src/business/ap-label/group/style/css.d.ts +1 -0
- package/es/src/business/ap-label/group/style/css.js +1 -0
- package/es/src/business/ap-label/group/style/index.d.ts +1 -0
- package/es/src/business/ap-label/group/style/index.js +1 -0
- package/es/src/business/ap-label/index.d.ts +408 -2
- package/es/src/business/ap-label/index.mjs +9 -0
- package/es/src/business/ap-label/style/css.d.ts +0 -0
- package/es/src/business/ap-label/style/css.js +1 -0
- package/es/src/business/ap-label/style/index.d.ts +0 -0
- package/es/src/business/ap-label/style/index.js +1 -0
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +2 -3
- package/es/src/business/ap-ladder/index.d.ts +711 -0
- package/es/src/business/ap-ladder/index.mjs +9 -0
- package/es/src/business/ap-ladder/style/css.d.ts +0 -0
- package/es/src/business/ap-ladder/style/css.js +1 -0
- package/es/src/business/ap-ladder/style/style.d.ts +0 -0
- package/es/src/business/ap-select-layout/index.d.ts +48 -2
- package/es/src/business/ap-select-layout/index.mjs +8 -0
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +6 -7
- package/es/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/css.js +1 -0
- package/es/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/es/src/business/ap-select-layout/style/index.js +1 -0
- package/es/src/business/ap-status/ApStatus.vue2.mjs +2 -3
- package/es/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +38 -0
- package/es/src/business/ap-status/group/style/css.d.ts +1 -0
- package/es/src/business/ap-status/group/style/css.js +1 -0
- package/es/src/business/ap-status/group/style/index.d.ts +1 -0
- package/es/src/business/ap-status/group/style/index.js +1 -0
- package/es/src/business/ap-status/index.d.ts +243 -2
- package/es/src/business/ap-status/index.mjs +11 -0
- package/es/src/business/ap-status/style/css.d.ts +0 -0
- package/es/src/business/ap-status/style/css.js +1 -0
- package/es/src/business/ap-status/style/index.d.ts +0 -0
- package/es/src/business/ap-status/style/index.js +1 -0
- package/es/src/business/ap-table-modal/index.d.ts +907 -307
- package/es/src/business/ap-table-modal/index.mjs +9 -8
- package/es/src/business/ap-table-modal/style/css.d.ts +1 -0
- package/es/src/business/ap-table-modal/style/css.js +1 -0
- package/es/src/business/ap-table-modal/style/index.d.ts +1 -0
- package/es/src/business/ap-table-modal/style/index.js +1 -0
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/es/src/business/ap-title/ApTitle.vue2.mjs +9 -10
- package/es/src/business/ap-title/index.d.ts +147 -0
- package/es/src/business/ap-title/index.mjs +8 -0
- package/es/src/business/ap-title/style/css.d.ts +0 -0
- package/es/src/business/ap-title/style/css.js +1 -0
- package/es/src/business/ap-title/style/index.d.ts +0 -0
- package/es/src/business/ap-title/style/index.js +1 -0
- package/es/src/business/index.d.ts +16 -3322
- package/es/src/business/index.mjs +34 -55
- package/es/src/check-card/group/style/css.d.ts +1 -0
- package/es/src/check-card/group/style/css.js +1 -0
- package/es/src/check-card/group/style/index.d.ts +1 -0
- package/es/src/check-card/group/style/index.js +1 -0
- package/es/src/check-card/index.vue2.mjs +2 -3
- package/es/src/check-card/style/css.d.ts +0 -0
- package/es/src/check-card/style/css.js +1 -0
- package/es/src/check-card/style/index.d.ts +0 -0
- package/es/src/check-card/style/index.js +1 -0
- package/es/src/components.d.ts +16 -35
- package/es/src/config-provider/config-provider-props.d.ts +1 -10
- package/es/src/config-provider/config-provider-props.mjs +2 -9
- package/es/src/config-provider/config-provider.d.ts +2 -21
- package/es/src/config-provider/config-provider.mjs +21 -27
- package/es/src/config-provider/constants.d.ts +8 -21
- package/es/src/config-provider/constants.mjs +2 -22
- package/es/src/config-provider/hooks/use-global-config.d.ts +2 -11
- package/es/src/config-provider/index.d.ts +2 -41
- package/es/src/config-provider/index.mjs +15 -16
- package/es/src/config-provider/style/css.d.ts +1 -0
- package/es/src/config-provider/style/css.js +1 -0
- package/es/src/config-provider/style/index.d.ts +1 -0
- package/es/src/config-provider/style/index.js +1 -0
- package/es/src/editable-table/form-item/style/css.d.ts +0 -0
- package/es/src/editable-table/form-item/style/css.js +1 -0
- package/es/src/editable-table/form-item/style/index.d.ts +0 -0
- package/es/src/editable-table/form-item/style/index.js +1 -0
- package/es/src/editable-table/form-item.vue.mjs +2 -3
- package/es/src/editable-table/index.vue.mjs +2 -3
- package/es/src/editable-table/style/css.d.ts +0 -0
- package/es/src/editable-table/style/css.js +1 -0
- package/es/src/editable-table/style/index.d.ts +0 -0
- package/es/src/editable-table/style/index.js +1 -0
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/index.d.ts +1 -19
- package/es/src/index.mjs +196 -292
- package/es/src/locale/lang/en.mjs +0 -59
- package/es/src/locale/lang/zh-cn.mjs +0 -50
- package/es/src/utils/slot.d.ts +1 -16
- package/es/src/utils/slot.mjs +8 -28
- package/es/src/work-order-modal/style/css.d.ts +0 -0
- package/es/src/work-order-modal/style/css.js +1 -0
- package/es/src/work-order-modal/style/index.d.ts +0 -0
- package/es/src/work-order-modal/style/index.js +1 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -3
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/style/css.d.ts +1 -0
- package/lib/src/ap-action/group/style/css.js +1 -0
- package/lib/src/ap-action/group/style/index.d.ts +1 -0
- package/lib/src/ap-action/group/style/index.js +1 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item/style/css.d.ts +0 -0
- package/lib/src/ap-action/item/style/css.js +2 -0
- package/lib/src/ap-action/item/style/index.d.ts +0 -0
- package/lib/src/ap-action/item/style/index.js +2 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/item-dropdown/style/css.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/css.js +1 -0
- package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
- package/lib/src/ap-action/item-dropdown/style/index.js +1 -0
- package/lib/src/ap-action/item-modal/style/css.d.ts +1 -0
- package/lib/src/ap-action/item-modal/style/css.js +1 -0
- package/lib/src/ap-action/item-modal/style/index.d.ts +1 -0
- package/lib/src/ap-action/item-modal/style/index.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.d.ts +1 -0
- package/lib/src/ap-action/item-popconfirm/style/css.js +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.d.ts +1 -0
- package/lib/src/ap-action/item-popconfirm/style/index.js +1 -0
- package/lib/src/ap-action-button/style/css.d.ts +1 -0
- package/lib/src/ap-action-button/style/css.js +1 -0
- package/lib/src/ap-action-button/style/index.d.ts +1 -0
- package/lib/src/ap-action-button/style/index.js +1 -0
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/style/css.d.ts +0 -0
- package/lib/src/ap-button/style/css.js +1 -0
- package/lib/src/ap-button/style/index.d.ts +0 -0
- package/lib/src/ap-button/style/index.js +1 -0
- package/lib/src/ap-custom-select/style/css.d.ts +0 -0
- package/lib/src/ap-custom-select/style/css.js +1 -0
- package/lib/src/ap-custom-select/style/index.d.ts +0 -0
- package/lib/src/ap-custom-select/style/index.js +1 -0
- package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue2.js +1 -1
- package/lib/src/ap-descriptions/style/css.d.ts +0 -0
- package/lib/src/ap-descriptions/style/css.js +1 -0
- package/lib/src/ap-descriptions/style/index.d.ts +0 -0
- package/lib/src/ap-descriptions/style/index.js +1 -0
- package/lib/src/ap-download/ap-download.vue.js +1 -1
- package/lib/src/ap-download/style/css.d.ts +0 -0
- package/lib/src/ap-download/style/css.js +1 -0
- package/lib/src/ap-download/style/index.d.ts +0 -0
- package/lib/src/ap-download/style/index.js +1 -0
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/checkbox/style/css.d.ts +0 -0
- package/lib/src/ap-field/checkbox/style/css.js +1 -0
- package/lib/src/ap-field/checkbox/style/index.d.ts +0 -0
- package/lib/src/ap-field/checkbox/style/index.js +1 -0
- package/lib/src/ap-field/date/index.vue.d.ts +7 -7
- package/lib/src/ap-field/date/style/css.d.ts +1 -0
- package/lib/src/ap-field/date/style/css.js +1 -0
- package/lib/src/ap-field/date/style/index.d.ts +1 -0
- package/lib/src/ap-field/date/style/index.js +1 -0
- package/lib/src/ap-field/date-range/index.vue.d.ts +7 -7
- package/lib/src/ap-field/date-range/style/css.d.ts +1 -0
- package/lib/src/ap-field/date-range/style/css.js +1 -0
- package/lib/src/ap-field/date-range/style/index.d.ts +1 -0
- package/lib/src/ap-field/date-range/style/index.js +1 -0
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/number/style/css.d.ts +0 -0
- package/lib/src/ap-field/number/style/css.js +1 -0
- package/lib/src/ap-field/number/style/index.d.ts +0 -0
- package/lib/src/ap-field/number/style/index.js +1 -0
- package/lib/src/ap-field/password/style/css.d.ts +1 -0
- package/lib/src/ap-field/password/style/css.js +1 -0
- package/lib/src/ap-field/password/style/index.d.ts +1 -0
- package/lib/src/ap-field/password/style/index.js +1 -0
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/radio/style/css.d.ts +0 -0
- package/lib/src/ap-field/radio/style/css.js +1 -0
- package/lib/src/ap-field/radio/style/style.d.ts +0 -0
- package/lib/src/ap-field/rate/style/css.d.ts +1 -0
- package/lib/src/ap-field/rate/style/css.js +1 -0
- package/lib/src/ap-field/rate/style/index.d.ts +1 -0
- package/lib/src/ap-field/rate/style/index.js +1 -0
- package/lib/src/ap-field/segmented/style/css.d.ts +1 -0
- package/lib/src/ap-field/segmented/style/css.js +1 -0
- package/lib/src/ap-field/segmented/style/index.d.ts +1 -0
- package/lib/src/ap-field/segmented/style/index.js +1 -0
- package/lib/src/ap-field/select/index.vue.d.ts +2 -2
- package/lib/src/ap-field/select/style/css.d.ts +1 -0
- package/lib/src/ap-field/select/style/css.js +1 -0
- package/lib/src/ap-field/select/style/index.d.ts +1 -0
- package/lib/src/ap-field/select/style/index.js +1 -0
- package/lib/src/ap-field/slider/index.vue.d.ts +1 -1
- package/lib/src/ap-field/slider/style/css.d.ts +1 -0
- package/lib/src/ap-field/slider/style/css.js +1 -0
- package/lib/src/ap-field/slider/style/index.d.ts +1 -0
- package/lib/src/ap-field/slider/style/index.js +1 -0
- package/lib/src/ap-field/style/css.d.ts +0 -0
- package/lib/src/ap-field/style/css.js +1 -0
- package/lib/src/ap-field/style/index.d.ts +0 -0
- package/lib/src/ap-field/style/index.js +1 -0
- package/lib/src/ap-field/switch/style/css.d.ts +1 -0
- package/lib/src/ap-field/switch/style/css.js +1 -0
- package/lib/src/ap-field/switch/style/index.d.ts +1 -0
- package/lib/src/ap-field/switch/style/index.js +1 -0
- package/lib/src/ap-field/text/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text/password.vue.d.ts +3 -3
- package/lib/src/ap-field/text/style/css.d.ts +1 -0
- package/lib/src/ap-field/text/style/css.js +1 -0
- package/lib/src/ap-field/text/style/index.d.ts +1 -0
- package/lib/src/ap-field/text/style/index.js +1 -0
- package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/style/css.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/css.js +1 -0
- package/lib/src/ap-field/text-area/style/index.d.ts +0 -0
- package/lib/src/ap-field/text-area/style/index.js +1 -0
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
- package/lib/src/ap-form/dependency/style/css.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/css.js +1 -0
- package/lib/src/ap-form/dependency/style/index.d.ts +1 -0
- package/lib/src/ap-form/dependency/style/index.js +1 -0
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +830 -0
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -0
- package/lib/src/ap-form/drawer-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/css.js +1 -0
- package/lib/src/ap-form/drawer-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/drawer-form/style/index.js +1 -0
- package/lib/src/ap-form/index.d.ts +4 -4
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/item/index.vue.d.ts +1059 -0
- package/lib/src/ap-form/item/index.vue.js +1 -0
- package/lib/src/ap-form/item/index.vue2.js +1 -0
- package/lib/src/ap-form/item/style/css.d.ts +0 -0
- package/lib/src/ap-form/item/style/css.js +1 -0
- package/lib/src/ap-form/item/style/style.d.ts +0 -0
- package/lib/src/ap-form/item-checkbox/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-checkbox/style/css.js +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-checkbox/style/index.js +1 -0
- package/lib/src/ap-form/item-date/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/css.js +1 -0
- package/lib/src/ap-form/item-date/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date/style/index.js +1 -0
- package/lib/src/ap-form/item-date-range/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/css.js +1 -0
- package/lib/src/ap-form/item-date-range/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-date-range/style/index.js +1 -0
- package/lib/src/ap-form/item-group/index.vue.js +1 -0
- package/lib/src/ap-form/item-group/index.vue2.js +1 -0
- package/lib/src/ap-form/item-group/style/css.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/css.js +1 -0
- package/lib/src/ap-form/item-group/style/index.d.ts +0 -0
- package/lib/src/ap-form/item-group/style/index.js +1 -0
- package/lib/src/ap-form/item-number/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-number/style/css.js +1 -0
- package/lib/src/ap-form/item-number/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-number/style/index.js +1 -0
- package/lib/src/ap-form/item-radio/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-radio/style/css.js +1 -0
- package/lib/src/ap-form/item-radio/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-radio/style/index.js +1 -0
- package/lib/src/ap-form/item-select/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/css.js +1 -0
- package/lib/src/ap-form/item-select/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-select/style/index.js +1 -0
- package/lib/src/ap-form/item-switch/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/css.js +1 -0
- package/lib/src/ap-form/item-switch/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-switch/style/index.js +1 -0
- package/lib/src/ap-form/item-text/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/css.js +1 -0
- package/lib/src/ap-form/item-text/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text/style/index.js +1 -0
- package/lib/src/ap-form/item-text-area/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text-area/style/css.js +1 -0
- package/lib/src/ap-form/item-text-area/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text-area/style/index.js +1 -0
- package/lib/src/ap-form/item-text-password/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/css.js +1 -0
- package/lib/src/ap-form/item-text-password/style/index.d.ts +1 -0
- package/lib/src/ap-form/item-text-password/style/index.js +1 -0
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +93 -93
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +23 -23
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +99 -99
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +118 -118
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +78 -78
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/list/index.vue.d.ts +41 -0
- package/lib/src/ap-form/list/index.vue.js +1 -0
- package/lib/src/ap-form/list/index.vue2.js +1 -0
- package/lib/src/ap-form/list/style/css.d.ts +1 -0
- package/lib/src/ap-form/list/style/css.js +1 -0
- package/lib/src/ap-form/list/style/index.d.ts +1 -0
- package/lib/src/ap-form/list/style/index.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +65 -65
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/css.js +1 -0
- package/lib/src/ap-form/modal-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/modal-form/style/index.js +1 -0
- package/lib/src/ap-form/search-form/index.vue.d.ts +64 -64
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/css.js +1 -0
- package/lib/src/ap-form/search-form/style/index.d.ts +0 -0
- package/lib/src/ap-form/search-form/style/index.js +1 -0
- package/lib/src/ap-form/set/style/css.d.ts +1 -0
- package/lib/src/ap-form/set/style/css.js +1 -0
- package/lib/src/ap-form/set/style/index.d.ts +1 -0
- package/lib/src/ap-form/set/style/index.js +1 -0
- package/lib/src/ap-form/style/css.d.ts +0 -0
- package/lib/src/ap-form/style/css.js +1 -0
- package/lib/src/ap-form/style/style.d.ts +0 -0
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +1 -0
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +1 -0
- package/lib/src/ap-info-layout/style/css.d.ts +0 -0
- package/lib/src/ap-info-layout/style/css.js +1 -0
- package/lib/src/ap-info-layout/style/index.d.ts +0 -0
- package/lib/src/ap-info-layout/style/index.js +1 -0
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/style/css.d.ts +0 -0
- package/lib/src/ap-list/style/css.js +1 -0
- package/lib/src/ap-list/style/index.d.ts +0 -0
- package/lib/src/ap-list/style/index.js +1 -0
- package/lib/src/ap-modal/style/css.d.ts +1 -0
- package/lib/src/ap-modal/style/css.js +1 -0
- package/lib/src/ap-modal/style/index.d.ts +1 -0
- package/lib/src/ap-modal/style/index.js +1 -0
- package/lib/src/ap-table/ap-table.vue.js +1 -1
- package/lib/src/ap-table/components/index/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +2263 -2263
- package/lib/src/ap-table/style/css.d.ts +0 -0
- package/lib/src/ap-table/style/css.js +1 -0
- package/lib/src/ap-table/style/index.d.ts +0 -0
- package/lib/src/ap-table/style/index.js +1 -0
- package/lib/src/ap-table/utils.d.ts +1075 -1073
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/group/style/css.d.ts +0 -0
- package/lib/src/ap-tag/group/style/css.js +1 -0
- package/lib/src/ap-tag/group/style/index.d.ts +0 -0
- package/lib/src/ap-tag/group/style/index.js +1 -0
- package/lib/src/ap-tag/style/css.d.ts +0 -0
- package/lib/src/ap-tag/style/css.js +1 -0
- package/lib/src/ap-tag/style/index.d.ts +0 -0
- package/lib/src/ap-tag/style/index.js +1 -0
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/ap-upload/style/css.d.ts +0 -0
- package/lib/src/ap-upload/style/css.js +1 -0
- package/lib/src/ap-upload/style/index.d.ts +0 -0
- package/lib/src/ap-upload/style/index.js +1 -0
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/index.d.ts +214 -1
- package/lib/src/business/ap-attachment/index.js +1 -0
- package/lib/src/business/ap-attachment/style/css.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/css.js +1 -0
- package/lib/src/business/ap-attachment/style/index.d.ts +0 -0
- package/lib/src/business/ap-attachment/style/index.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
- package/lib/src/business/ap-batch-action/index.d.ts +53 -0
- package/lib/src/business/ap-batch-action/index.js +1 -0
- package/lib/src/business/ap-batch-action/style/css.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/css.js +1 -0
- package/lib/src/business/ap-batch-action/style/index.d.ts +0 -0
- package/lib/src/business/ap-batch-action/style/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/index.d.ts +1214 -0
- package/lib/src/business/ap-batch-action-group/index.js +1 -0
- package/lib/src/business/ap-batch-action-group/interface.d.ts +4 -1
- package/lib/src/business/ap-batch-action-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-batch-action-group/style/css.js +1 -0
- package/lib/src/business/ap-batch-action-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-batch-action-group/style/index.js +1 -0
- package/lib/src/business/ap-button-group/index.d.ts +611 -0
- package/lib/src/business/ap-button-group/index.js +1 -0
- package/lib/src/business/ap-button-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-button-group/style/css.js +1 -0
- package/lib/src/business/ap-button-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-button-group/style/index.js +1 -0
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/business/ap-card/index.d.ts +53 -0
- package/lib/src/business/ap-card/index.js +1 -0
- package/lib/src/business/ap-card/style/css.d.ts +0 -0
- package/lib/src/business/ap-card/style/css.js +1 -0
- package/lib/src/business/ap-card/style/index.d.ts +0 -0
- package/lib/src/business/ap-card/style/index.js +1 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +63 -0
- package/lib/src/business/ap-expand-alert/index.js +1 -0
- package/lib/src/business/ap-expand-alert/style/css.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/css.js +1 -0
- package/lib/src/business/ap-expand-alert/style/index.d.ts +0 -0
- package/lib/src/business/ap-expand-alert/style/index.js +1 -0
- package/lib/src/business/ap-export-group/index.d.ts +145 -0
- package/lib/src/business/ap-export-group/index.js +1 -0
- package/lib/src/business/ap-export-group/style/css.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/css.js +1 -0
- package/lib/src/business/ap-export-group/style/index.d.ts +1 -0
- package/lib/src/business/ap-export-group/style/index.js +1 -0
- package/lib/src/business/ap-image/index.d.ts +168 -0
- package/lib/src/business/ap-image/index.js +1 -0
- package/lib/src/business/ap-image/style/css.d.ts +1 -0
- package/lib/src/business/ap-image/style/css.js +1 -0
- package/lib/src/business/ap-image/style/index.d.ts +1 -0
- package/lib/src/business/ap-image/style/index.js +1 -0
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +371 -1
- package/lib/src/business/ap-input-radio/index.js +1 -0
- package/lib/src/business/ap-input-radio/style/css.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/css.js +1 -0
- package/lib/src/business/ap-input-radio/style/index.d.ts +0 -0
- package/lib/src/business/ap-input-radio/style/index.js +1 -0
- package/lib/src/business/ap-label/ApLabel.d.ts +4 -4
- package/lib/src/business/ap-label/ApLabel.js +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.d.ts +43 -0
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/group/style/css.d.ts +1 -0
- package/lib/src/business/ap-label/group/style/css.js +1 -0
- package/lib/src/business/ap-label/group/style/index.d.ts +1 -0
- package/lib/src/business/ap-label/group/style/index.js +1 -0
- package/lib/src/business/ap-label/index.d.ts +408 -2
- package/lib/src/business/ap-label/index.js +1 -0
- package/lib/src/business/ap-label/style/css.d.ts +0 -0
- package/lib/src/business/ap-label/style/css.js +1 -0
- package/lib/src/business/ap-label/style/index.d.ts +0 -0
- package/lib/src/business/ap-label/style/index.js +1 -0
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +711 -0
- package/lib/src/business/ap-ladder/index.js +1 -0
- package/lib/src/business/ap-ladder/style/css.d.ts +0 -0
- package/lib/src/business/ap-ladder/style/css.js +1 -0
- package/lib/src/business/ap-ladder/style/style.d.ts +0 -0
- package/lib/src/business/ap-select-layout/index.d.ts +48 -2
- package/lib/src/business/ap-select-layout/index.js +1 -0
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -3
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-select-layout/style/css.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/css.js +1 -0
- package/lib/src/business/ap-select-layout/style/index.d.ts +0 -0
- package/lib/src/business/ap-select-layout/style/index.js +1 -0
- package/lib/src/business/ap-status/ApStatus.vue2.js +1 -1
- package/lib/src/business/ap-status/group/ApStatusGroup.vue.d.ts +37 -0
- package/lib/src/business/ap-status/group/ApStatusGroup.vue2.js +1 -0
- package/lib/src/business/ap-status/group/style/css.d.ts +1 -0
- package/lib/src/business/ap-status/group/style/css.js +1 -0
- package/lib/src/business/ap-status/group/style/index.d.ts +1 -0
- package/lib/src/business/ap-status/group/style/index.js +1 -0
- package/lib/src/business/ap-status/index.d.ts +243 -2
- package/lib/src/business/ap-status/index.js +1 -0
- package/lib/src/business/ap-status/style/css.d.ts +0 -0
- package/lib/src/business/ap-status/style/css.js +1 -0
- package/lib/src/business/ap-status/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/index.d.ts +907 -307
- package/lib/src/business/ap-table-modal/index.js +1 -1
- package/lib/src/business/ap-table-modal/style/css.d.ts +1 -0
- package/lib/src/business/ap-table-modal/style/css.js +1 -0
- package/lib/src/business/ap-table-modal/style/index.d.ts +1 -0
- package/lib/src/business/ap-table-modal/style/index.js +1 -0
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
- package/lib/src/business/ap-title/index.d.ts +147 -0
- package/lib/src/business/ap-title/index.js +1 -0
- package/lib/src/business/ap-title/style/css.d.ts +0 -0
- package/lib/src/business/ap-title/style/css.js +1 -0
- package/lib/src/business/ap-title/style/index.d.ts +0 -0
- package/lib/src/business/ap-title/style/index.js +1 -0
- package/lib/src/business/index.d.ts +16 -3322
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group/style/css.d.ts +1 -0
- package/lib/src/check-card/group/style/css.js +1 -0
- package/lib/src/check-card/group/style/index.d.ts +1 -0
- package/lib/src/check-card/group/style/index.js +1 -0
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/style/css.d.ts +0 -0
- package/lib/src/check-card/style/css.js +1 -0
- package/lib/src/check-card/style/index.d.ts +0 -0
- package/lib/src/check-card/style/index.js +1 -0
- package/lib/src/components.d.ts +16 -35
- package/lib/src/config-provider/config-provider-props.d.ts +1 -10
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +2 -21
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +8 -21
- package/lib/src/config-provider/constants.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -11
- package/lib/src/config-provider/index.d.ts +2 -41
- package/lib/src/config-provider/index.js +1 -1
- package/lib/src/config-provider/style/css.d.ts +1 -0
- package/lib/src/config-provider/style/css.js +1 -0
- package/lib/src/config-provider/style/index.d.ts +1 -0
- package/lib/src/config-provider/style/index.js +1 -0
- package/lib/src/editable-table/form-item/style/css.d.ts +0 -0
- package/lib/src/editable-table/form-item/style/css.js +1 -0
- package/lib/src/editable-table/form-item/style/index.d.ts +0 -0
- package/lib/src/editable-table/form-item/style/index.js +1 -0
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/style/css.d.ts +0 -0
- package/lib/src/editable-table/style/css.js +1 -0
- package/lib/src/editable-table/style/index.d.ts +0 -0
- package/lib/src/editable-table/style/index.js +1 -0
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/index.d.ts +1 -19
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/utils/slot.d.ts +1 -16
- package/lib/src/utils/slot.js +1 -1
- package/lib/src/work-order-modal/style/css.d.ts +0 -0
- package/lib/src/work-order-modal/style/css.js +1 -0
- package/lib/src/work-order-modal/style/index.d.ts +0 -0
- package/lib/src/work-order-modal/style/index.js +1 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -1
- package/package.json +3 -3
- package/es/src/ap-action/style/item-dropdown.css +0 -14
- package/es/src/ap-action/style/item.css +0 -33
- package/es/src/ap-button/index.css +0 -6
- package/es/src/ap-custom-column/column-select.vue.d.ts +0 -17
- package/es/src/ap-custom-column/column-select.vue.mjs +0 -103
- package/es/src/ap-custom-column/column-select.vue2.mjs +0 -4
- package/es/src/ap-custom-column/custom-column.vue.d.ts +0 -17
- package/es/src/ap-custom-column/custom-column.vue.mjs +0 -87
- package/es/src/ap-custom-column/custom-column.vue2.mjs +0 -4
- package/es/src/ap-custom-column/index.d.ts +0 -6
- package/es/src/ap-custom-column/index.mjs +0 -9
- package/es/src/ap-custom-column/interfaces.d.ts +0 -40
- package/es/src/ap-custom-column/interfaces.mjs +0 -1
- package/es/src/ap-custom-column/storage.d.ts +0 -8
- package/es/src/ap-custom-column/storage.mjs +0 -29
- package/es/src/ap-custom-column/styles/column-select.css +0 -44
- package/es/src/ap-custom-column/styles/custom-column.css +0 -46
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
- package/es/src/ap-custom-column/useCacheColumnSetting.mjs +0 -9
- package/es/src/ap-custom-column/utils.d.ts +0 -2
- package/es/src/ap-custom-column/utils.mjs +0 -17
- package/es/src/ap-descriptions/style/ap-descriptions.css +0 -53
- package/es/src/ap-download/style/ap-download.css +0 -54
- package/es/src/ap-field/checkbox/style.css +0 -7
- package/es/src/ap-field/number/style.css +0 -6
- package/es/src/ap-field/radio/style.css +0 -4
- package/es/src/ap-field/text-area/style.css +0 -5
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +0 -63
- package/es/src/ap-form/ap-form-item.vue.d.ts +0 -1059
- package/es/src/ap-form/ap-form-item.vue.mjs +0 -189
- package/es/src/ap-form/ap-form-item.vue2.mjs +0 -4
- package/es/src/ap-form/ap-form-list.vue.d.ts +0 -41
- package/es/src/ap-form/ap-form-list.vue.mjs +0 -51
- package/es/src/ap-form/ap-form-list.vue2.mjs +0 -4
- package/es/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
- package/es/src/ap-form/modal-form/drawer.vue.mjs +0 -288
- package/es/src/ap-form/modal-form/drawer.vue2.mjs +0 -4
- package/es/src/ap-form/style/ap-form-item-group.css +0 -9
- package/es/src/ap-form/style/ap-form-item.css +0 -63
- package/es/src/ap-form/style/drawer-form.css +0 -10
- package/es/src/ap-form/style/modal-form.css +0 -21
- package/es/src/ap-form/style/search-form.css +0 -9
- package/es/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -42
- package/es/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -72
- package/es/src/ap-layout/style/ap-info-layout.css +0 -36
- package/es/src/ap-list/style/index.css +0 -11
- package/es/src/ap-table/components/style/index.css +0 -12
- package/es/src/ap-table/components/style/pagination.css +0 -12
- package/es/src/ap-table/components/style/setting/modal.css +0 -51
- package/es/src/ap-table/components/style/setting/select-group.css +0 -7
- package/es/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
- package/es/src/ap-table/components/style/setting/sortable-item.css +0 -3
- package/es/src/ap-table/components/style/setting/sorter.css +0 -26
- package/es/src/ap-table/style/ap-table.css +0 -134
- package/es/src/ap-tag/style/ap-tag-group.css +0 -15
- package/es/src/ap-tag/style/ap-tag.css +0 -41
- package/es/src/ap-upload/styles/multiple-file.css +0 -62
- package/es/src/ap-upload/styles/picture.css +0 -112
- package/es/src/ap-upload/styles/single-file.css +0 -98
- package/es/src/ap-upload/styles/upload.css +0 -6
- package/es/src/base-button/button.vue.d.ts +0 -42
- package/es/src/base-button/button.vue.mjs +0 -4
- package/es/src/base-button/button.vue2.mjs +0 -61
- package/es/src/base-button/constants.d.ts +0 -26
- package/es/src/base-button/constants.mjs +0 -27
- package/es/src/base-button/index.d.ts +0 -137
- package/es/src/base-button/index.mjs +0 -10
- package/es/src/base-button/interface.d.ts +0 -16
- package/es/src/base-button/modal-button.vue.d.ts +0 -27
- package/es/src/base-button/modal-button.vue.mjs +0 -54
- package/es/src/base-button/modal-button.vue2.mjs +0 -4
- package/es/src/base-button/pop-confirm-button.vue.d.ts +0 -17
- package/es/src/base-button/pop-confirm-button.vue.mjs +0 -33
- package/es/src/base-button/pop-confirm-button.vue2.mjs +0 -4
- package/es/src/basic/arrow.vue.d.ts +0 -13
- package/es/src/basic/arrow.vue.mjs +0 -4
- package/es/src/basic/arrow.vue2.mjs +0 -40
- package/es/src/basic/help.vue.d.ts +0 -100
- package/es/src/basic/help.vue.mjs +0 -4
- package/es/src/basic/help.vue2.mjs +0 -98
- package/es/src/basic/index.d.ts +0 -270
- package/es/src/basic/index.mjs +0 -14
- package/es/src/basic/interface.d.ts +0 -21
- package/es/src/basic/style/arrow.css +0 -25
- package/es/src/basic/style/help.css +0 -16
- package/es/src/basic/style/title.css +0 -27
- package/es/src/basic/title.vue.d.ts +0 -41
- package/es/src/basic/title.vue.mjs +0 -4
- package/es/src/basic/title.vue2.mjs +0 -35
- package/es/src/business/ap-attachment/style.css +0 -68
- package/es/src/business/ap-batch-action/index.css +0 -26
- package/es/src/business/ap-card/index.css +0 -10
- package/es/src/business/ap-expand-alert/style.css +0 -51
- package/es/src/business/ap-input-radio/style.css +0 -7
- package/es/src/business/ap-label/ApLabelGroup.d.ts +0 -43
- package/es/src/business/ap-label/ApLabelGroup.mjs +0 -29
- package/es/src/business/ap-label/style.css +0 -33
- package/es/src/business/ap-ladder/style.css +0 -56
- package/es/src/business/ap-select-layout/index.css +0 -126
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
- package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +0 -38
- package/es/src/business/ap-status/style.css +0 -26
- package/es/src/business/ap-title/style.css +0 -59
- package/es/src/business/not-found/interface.d.ts +0 -24
- package/es/src/business/not-found/style.css +0 -9
- package/es/src/button/button.vue.d.ts +0 -30
- package/es/src/button/index.d.ts +0 -51
- package/es/src/button/style/index.css +0 -31
- package/es/src/check-card/style/index.css +0 -81
- package/es/src/container/collapse/header.vue.d.ts +0 -35
- package/es/src/container/collapse/header.vue.mjs +0 -4
- package/es/src/container/collapse/header.vue2.mjs +0 -51
- package/es/src/container/collapse/index.vue.d.ts +0 -120
- package/es/src/container/collapse/index.vue.mjs +0 -4
- package/es/src/container/collapse/index.vue2.mjs +0 -88
- package/es/src/container/collapse/style/header.css +0 -16
- package/es/src/container/collapse/style/index.css +0 -11
- package/es/src/container/index.d.ts +0 -178
- package/es/src/container/index.mjs +0 -11
- package/es/src/container/interface.d.ts +0 -18
- package/es/src/container/scroll-container.vue.d.ts +0 -198
- package/es/src/container/scroll-container.vue.mjs +0 -4
- package/es/src/container/scroll-container.vue2.mjs +0 -62
- package/es/src/container/style/scroll-container.css +0 -10
- package/es/src/count-down/button.vue.d.ts +0 -27
- package/es/src/count-down/button.vue.mjs +0 -4
- package/es/src/count-down/button.vue2.mjs +0 -46
- package/es/src/count-down/index.d.ts +0 -150
- package/es/src/count-down/index.mjs +0 -11
- package/es/src/count-down/input.vue.d.ts +0 -39
- package/es/src/count-down/input.vue.mjs +0 -4
- package/es/src/count-down/input.vue2.mjs +0 -47
- package/es/src/count-down/interface.d.ts +0 -12
- package/es/src/count-down/style/input.css +0 -8
- package/es/src/cropper/cropper-avatar.vue.d.ts +0 -45
- package/es/src/cropper/cropper-avatar.vue.mjs +0 -4
- package/es/src/cropper/cropper-avatar.vue2.mjs +0 -98
- package/es/src/cropper/cropper-image.vue.d.ts +0 -50
- package/es/src/cropper/cropper-image.vue.mjs +0 -4
- package/es/src/cropper/cropper-image.vue2.mjs +0 -131
- package/es/src/cropper/cropper-modal.vue.d.ts +0 -46
- package/es/src/cropper/cropper-modal.vue.mjs +0 -4
- package/es/src/cropper/cropper-modal.vue2.mjs +0 -273
- package/es/src/cropper/index.d.ts +0 -369
- package/es/src/cropper/index.mjs +0 -11
- package/es/src/cropper/interface.d.ts +0 -31
- package/es/src/cropper/style/avatar.css +0 -34
- package/es/src/cropper/style/image.css +0 -4
- package/es/src/cropper/style/modal.css +0 -47
- package/es/src/description/description.vue.d.ts +0 -95
- package/es/src/description/description.vue.mjs +0 -4
- package/es/src/description/description.vue2.mjs +0 -171
- package/es/src/description/index.d.ts +0 -214
- package/es/src/description/index.mjs +0 -10
- package/es/src/description/interface.d.ts +0 -39
- package/es/src/description/use-description.d.ts +0 -2
- package/es/src/description/use-description.mjs +0 -21
- package/es/src/dropdown/dropdown.vue.d.ts +0 -52
- package/es/src/dropdown/dropdown.vue.mjs +0 -4
- package/es/src/dropdown/dropdown.vue2.mjs +0 -94
- package/es/src/dropdown/index.d.ts +0 -113
- package/es/src/dropdown/index.mjs +0 -8
- package/es/src/dropdown/interface.d.ts +0 -16
- package/es/src/editable-table/style/index.css +0 -58
- package/es/src/icon/icon.vue.d.ts +0 -33
- package/es/src/icon/icon.vue.mjs +0 -4
- package/es/src/icon/icon.vue2.mjs +0 -66
- package/es/src/icon/index.d.ts +0 -208
- package/es/src/icon/index.mjs +0 -11
- package/es/src/icon/interface.d.ts +0 -28
- package/es/src/icon/style/icon.css +0 -30
- package/es/src/icon/style/index.css +0 -3
- package/es/src/icon/style/svg-icon.css +0 -5
- package/es/src/icon/svg-icon.vue.d.ts +0 -33
- package/es/src/icon/svg-icon.vue.mjs +0 -4
- package/es/src/icon/svg-icon.vue2.mjs +0 -34
- package/es/src/icon-picker/data.d.ts +0 -5
- package/es/src/icon-picker/data.mjs +0 -796
- package/es/src/icon-picker/icon-picker.vue.d.ts +0 -51
- package/es/src/icon-picker/icon-picker.vue.mjs +0 -4
- package/es/src/icon-picker/icon-picker.vue2.mjs +0 -170
- package/es/src/icon-picker/index.d.ts +0 -190
- package/es/src/icon-picker/index.mjs +0 -9
- package/es/src/icon-picker/interface.d.ts +0 -13
- package/es/src/icon-picker/style/index.css +0 -61
- package/es/src/modal/basic.vue.d.ts +0 -481
- package/es/src/modal/basic.vue.mjs +0 -4
- package/es/src/modal/basic.vue2.mjs +0 -200
- package/es/src/modal/components/modal-close.vue.d.ts +0 -33
- package/es/src/modal/components/modal-close.vue.mjs +0 -4
- package/es/src/modal/components/modal-close.vue2.mjs +0 -74
- package/es/src/modal/components/modal-footer.vue.d.ts +0 -273
- package/es/src/modal/components/modal-footer.vue.mjs +0 -4
- package/es/src/modal/components/modal-footer.vue2.mjs +0 -45
- package/es/src/modal/components/modal-header.vue.d.ts +0 -13
- package/es/src/modal/components/modal-header.vue.mjs +0 -4
- package/es/src/modal/components/modal-header.vue2.mjs +0 -21
- package/es/src/modal/components/modal-wrapper.vue.d.ts +0 -177
- package/es/src/modal/components/modal-wrapper.vue.mjs +0 -4
- package/es/src/modal/components/modal-wrapper.vue2.mjs +0 -100
- package/es/src/modal/components/modal.d.ts +0 -253
- package/es/src/modal/components/modal.mjs +0 -47
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
- package/es/src/modal/hooks/use-moda-full-screen.mjs +0 -14
- package/es/src/modal/hooks/use-modal-context.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-context.mjs +0 -12
- package/es/src/modal/hooks/use-modal-drag.d.ts +0 -7
- package/es/src/modal/hooks/use-modal-drag.mjs +0 -35
- package/es/src/modal/hooks/use-modal.d.ts +0 -7
- package/es/src/modal/hooks/use-modal.mjs +0 -101
- package/es/src/modal/index.d.ts +0 -870
- package/es/src/modal/index.mjs +0 -13
- package/es/src/modal/interface.d.ts +0 -181
- package/es/src/modal/props.d.ts +0 -186
- package/es/src/modal/props.mjs +0 -72
- package/es/src/modal/style/close.css +0 -25
- package/es/src/pro-form/component-map.d.ts +0 -6
- package/es/src/pro-form/component-map.mjs +0 -68
- package/es/src/pro-form/components/api-cascader.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-cascader.vue.mjs +0 -150
- package/es/src/pro-form/components/api-cascader.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
- package/es/src/pro-form/components/api-radio-group.vue.mjs +0 -110
- package/es/src/pro-form/components/api-radio-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-select.vue.d.ts +0 -79
- package/es/src/pro-form/components/api-select.vue.mjs +0 -117
- package/es/src/pro-form/components/api-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-transfer.vue.d.ts +0 -54
- package/es/src/pro-form/components/api-transfer.vue.mjs +0 -84
- package/es/src/pro-form/components/api-transfer.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
- package/es/src/pro-form/components/api-tree-select.vue.mjs +0 -90
- package/es/src/pro-form/components/api-tree-select.vue2.mjs +0 -4
- package/es/src/pro-form/components/api-tree.vue.d.ts +0 -51
- package/es/src/pro-form/components/api-tree.vue.mjs +0 -69
- package/es/src/pro-form/components/api-tree.vue2.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue.d.ts +0 -68
- package/es/src/pro-form/components/form-action.vue.mjs +0 -4
- package/es/src/pro-form/components/form-action.vue2.mjs +0 -109
- package/es/src/pro-form/components/form-item.vue.d.ts +0 -72
- package/es/src/pro-form/components/form-item.vue.mjs +0 -4
- package/es/src/pro-form/components/form-item.vue2.mjs +0 -354
- package/es/src/pro-form/components/interface.d.ts +0 -118
- package/es/src/pro-form/components/interface.mjs +0 -1
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
- package/es/src/pro-form/components/radio-button-group.vue.mjs +0 -58
- package/es/src/pro-form/components/radio-button-group.vue2.mjs +0 -4
- package/es/src/pro-form/components/style/form-action.css +0 -6
- package/es/src/pro-form/components/style/form-item.css +0 -16
- package/es/src/pro-form/helper.d.ts +0 -11
- package/es/src/pro-form/helper.mjs +0 -47
- package/es/src/pro-form/hooks/use-advanced.d.ts +0 -17
- package/es/src/pro-form/hooks/use-advanced.mjs +0 -79
- package/es/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
- package/es/src/pro-form/hooks/use-auto-focus.mjs +0 -26
- package/es/src/pro-form/hooks/use-break-point.d.ts +0 -24
- package/es/src/pro-form/hooks/use-break-point.mjs +0 -79
- package/es/src/pro-form/hooks/use-component-register.d.ts +0 -3
- package/es/src/pro-form/hooks/use-component-register.mjs +0 -13
- package/es/src/pro-form/hooks/use-form-context.d.ts +0 -8
- package/es/src/pro-form/hooks/use-form-context.mjs +0 -12
- package/es/src/pro-form/hooks/use-form-events.d.ts +0 -29
- package/es/src/pro-form/hooks/use-form-events.mjs +0 -253
- package/es/src/pro-form/hooks/use-form-item.d.ts +0 -2
- package/es/src/pro-form/hooks/use-form-item.mjs +0 -24
- package/es/src/pro-form/hooks/use-form-values.d.ts +0 -14
- package/es/src/pro-form/hooks/use-form-values.mjs +0 -85
- package/es/src/pro-form/hooks/use-form.d.ts +0 -11
- package/es/src/pro-form/hooks/use-form.mjs +0 -71
- package/es/src/pro-form/hooks/use-label-width.d.ts +0 -311
- package/es/src/pro-form/hooks/use-label-width.mjs +0 -30
- package/es/src/pro-form/index.d.ts +0 -27
- package/es/src/pro-form/index.mjs +0 -46
- package/es/src/pro-form/interface.d.ts +0 -4
- package/es/src/pro-form/pro-form.vue.d.ts +0 -985
- package/es/src/pro-form/pro-form.vue.mjs +0 -289
- package/es/src/pro-form/pro-form.vue2.mjs +0 -4
- package/es/src/pro-form/style/index.css +0 -6
- package/es/src/pro-form/style/table-form.css +0 -104
- package/es/src/pro-form/table-form-inner.vue.d.ts +0 -44
- package/es/src/pro-form/table-form-inner.vue.mjs +0 -176
- package/es/src/pro-form/table-form-inner.vue2.mjs +0 -4
- package/es/src/pro-form/table-form.vue.d.ts +0 -42
- package/es/src/pro-form/table-form.vue.mjs +0 -41
- package/es/src/pro-form/table-form.vue2.mjs +0 -4
- package/es/src/pro-form/types/form-item.d.ts +0 -82
- package/es/src/pro-form/types/form-item.mjs +0 -1
- package/es/src/pro-form/types/form.d.ts +0 -152
- package/es/src/pro-form/types/form.mjs +0 -10
- package/es/src/pro-form/types/index.d.ts +0 -158
- package/es/src/pro-form/types/table-form.d.ts +0 -36
- package/es/src/pro-form/types/table-form.mjs +0 -1
- package/es/src/pro-table/component-map.d.ts +0 -6
- package/es/src/pro-table/component-map.mjs +0 -31
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.mjs +0 -19
- package/es/src/pro-table/components/edit-table-header-icon.vue2.mjs +0 -4
- package/es/src/pro-table/components/editable/cell-component.d.ts +0 -13
- package/es/src/pro-table/components/editable/cell-component.mjs +0 -27
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
- package/es/src/pro-table/components/editable/editable-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +0 -376
- package/es/src/pro-table/components/editable/helper.d.ts +0 -6
- package/es/src/pro-table/components/editable/helper.mjs +0 -6
- package/es/src/pro-table/components/editable/index.d.ts +0 -23
- package/es/src/pro-table/components/editable/index.mjs +0 -24
- package/es/src/pro-table/components/header-cell.vue.d.ts +0 -16
- package/es/src/pro-table/components/header-cell.vue.mjs +0 -4
- package/es/src/pro-table/components/header-cell.vue2.mjs +0 -46
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
- package/es/src/pro-table/components/settings/column-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/column-setting.vue2.mjs +0 -310
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/full-screen-setting.vue2.mjs +0 -32
- package/es/src/pro-table/components/settings/index.vue.d.ts +0 -20
- package/es/src/pro-table/components/settings/index.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/index.vue2.mjs +0 -65
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/redo-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/redo-setting.vue2.mjs +0 -28
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
- package/es/src/pro-table/components/settings/size-setting.vue.mjs +0 -4
- package/es/src/pro-table/components/settings/size-setting.vue2.mjs +0 -73
- package/es/src/pro-table/components/style/column-settings.css +0 -57
- package/es/src/pro-table/components/style/editable-cell.css +0 -59
- package/es/src/pro-table/components/style/header-cell.css +0 -4
- package/es/src/pro-table/components/style/table-action.css +0 -40
- package/es/src/pro-table/components/style/table-header.css +0 -9
- package/es/src/pro-table/components/style/table-image.css +0 -18
- package/es/src/pro-table/components/style/table-selection-bar.css +0 -8
- package/es/src/pro-table/components/style/table-setting.css +0 -7
- package/es/src/pro-table/components/style/table-title.css +0 -5
- package/es/src/pro-table/components/table-action.vue.d.ts +0 -64
- package/es/src/pro-table/components/table-action.vue.mjs +0 -174
- package/es/src/pro-table/components/table-action.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue.d.ts +0 -45
- package/es/src/pro-table/components/table-footer.vue.mjs +0 -4
- package/es/src/pro-table/components/table-footer.vue2.mjs +0 -63
- package/es/src/pro-table/components/table-header.vue.d.ts +0 -79
- package/es/src/pro-table/components/table-header.vue.mjs +0 -4
- package/es/src/pro-table/components/table-header.vue2.mjs +0 -91
- package/es/src/pro-table/components/table-image.vue.d.ts +0 -47
- package/es/src/pro-table/components/table-image.vue.mjs +0 -68
- package/es/src/pro-table/components/table-image.vue2.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
- package/es/src/pro-table/components/table-selection-bar.vue.mjs +0 -4
- package/es/src/pro-table/components/table-selection-bar.vue2.mjs +0 -42
- package/es/src/pro-table/components/table-title.vue.d.ts +0 -23
- package/es/src/pro-table/components/table-title.vue.mjs +0 -4
- package/es/src/pro-table/components/table-title.vue2.mjs +0 -43
- package/es/src/pro-table/const.d.ts +0 -6
- package/es/src/pro-table/const.mjs +0 -13
- package/es/src/pro-table/directives/click-outside.d.ts +0 -3
- package/es/src/pro-table/directives/click-outside.mjs +0 -35
- package/es/src/pro-table/helper.d.ts +0 -3
- package/es/src/pro-table/helper.mjs +0 -11
- package/es/src/pro-table/hooks/use-columns.d.ts +0 -16
- package/es/src/pro-table/hooks/use-columns.mjs +0 -212
- package/es/src/pro-table/hooks/use-custom-row.d.ts +0 -21
- package/es/src/pro-table/hooks/use-custom-row.mjs +0 -66
- package/es/src/pro-table/hooks/use-data-source.d.ts +0 -31
- package/es/src/pro-table/hooks/use-data-source.mjs +0 -228
- package/es/src/pro-table/hooks/use-loading.d.ts +0 -6
- package/es/src/pro-table/hooks/use-loading.mjs +0 -18
- package/es/src/pro-table/hooks/use-pagination.d.ts +0 -10
- package/es/src/pro-table/hooks/use-pagination.mjs +0 -69
- package/es/src/pro-table/hooks/use-row-selection.d.ts +0 -14
- package/es/src/pro-table/hooks/use-row-selection.mjs +0 -129
- package/es/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
- package/es/src/pro-table/hooks/use-scroll-to.mjs +0 -34
- package/es/src/pro-table/hooks/use-table-context.d.ts +0 -13
- package/es/src/pro-table/hooks/use-table-context.mjs +0 -12
- package/es/src/pro-table/hooks/use-table-expand.d.ts +0 -19
- package/es/src/pro-table/hooks/use-table-expand.mjs +0 -80
- package/es/src/pro-table/hooks/use-table-footer.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-footer.mjs +0 -39
- package/es/src/pro-table/hooks/use-table-form.d.ts +0 -10
- package/es/src/pro-table/hooks/use-table-form.mjs +0 -33
- package/es/src/pro-table/hooks/use-table-header.d.ts +0 -6
- package/es/src/pro-table/hooks/use-table-header.mjs +0 -46
- package/es/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
- package/es/src/pro-table/hooks/use-table-scroll.mjs +0 -154
- package/es/src/pro-table/hooks/use-table-style.d.ts +0 -5
- package/es/src/pro-table/hooks/use-table-style.mjs +0 -14
- package/es/src/pro-table/hooks/use-table.d.ts +0 -17
- package/es/src/pro-table/hooks/use-table.mjs +0 -96
- package/es/src/pro-table/index.d.ts +0 -10
- package/es/src/pro-table/index.mjs +0 -12
- package/es/src/pro-table/interface.d.ts +0 -65
- package/es/src/pro-table/interface.mjs +0 -1
- package/es/src/pro-table/pro-table.vue.d.ts +0 -2192
- package/es/src/pro-table/pro-table.vue.mjs +0 -346
- package/es/src/pro-table/pro-table.vue2.mjs +0 -4
- package/es/src/pro-table/style/pro-table.css +0 -93
- package/es/src/pro-table/types/pagination.d.ts +0 -93
- package/es/src/pro-table/types/pagination.mjs +0 -1
- package/es/src/pro-table/types/table-action.d.ts +0 -24
- package/es/src/pro-table/types/table-action.mjs +0 -1
- package/es/src/pro-table/types/table.d.ts +0 -383
- package/es/src/pro-table/types/table.mjs +0 -1
- package/es/src/prompt/dialog.vue.d.ts +0 -13
- package/es/src/prompt/dialog.vue.mjs +0 -4
- package/es/src/prompt/dialog.vue2.mjs +0 -60
- package/es/src/prompt/index.d.ts +0 -10
- package/es/src/prompt/index.mjs +0 -34
- package/es/src/prompt/interface.d.ts +0 -23
- package/es/src/prompt/style/dialog.css +0 -4
- package/es/src/prompt/utils.d.ts +0 -11
- package/es/src/prompt/utils.mjs +0 -43
- package/es/src/scroll-bar/bar-item.d.ts +0 -15
- package/es/src/scroll-bar/bar-item.mjs +0 -63
- package/es/src/scroll-bar/index.d.ts +0 -176
- package/es/src/scroll-bar/index.mjs +0 -9
- package/es/src/scroll-bar/interface.d.ts +0 -31
- package/es/src/scroll-bar/interface.mjs +0 -1
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
- package/es/src/scroll-bar/scroll-bar.vue.mjs +0 -4
- package/es/src/scroll-bar/scroll-bar.vue2.mjs +0 -85
- package/es/src/scroll-bar/style/bar-item.css +0 -36
- package/es/src/scroll-bar/style/index.css +0 -27
- package/es/src/scroll-bar/utils.d.ts +0 -9
- package/es/src/scroll-bar/utils.mjs +0 -30
- package/es/src/strength-meter/index.d.ts +0 -89
- package/es/src/strength-meter/index.mjs +0 -8
- package/es/src/strength-meter/interface.d.ts +0 -5
- package/es/src/strength-meter/interface.mjs +0 -1
- package/es/src/strength-meter/strength-meter.vue.d.ts +0 -45
- package/es/src/strength-meter/strength-meter.vue.mjs +0 -4
- package/es/src/strength-meter/strength-meter.vue2.mjs +0 -62
- package/es/src/strength-meter/style/index.css +0 -57
- package/es/src/theme/ap-action/item-dropdown.css +0 -14
- package/es/src/theme/ap-action/item.css +0 -33
- package/es/src/theme/ap-attachment/ap-attachment.css +0 -68
- package/es/src/theme/ap-batch-action/ap-batch-action.css +0 -26
- package/es/src/theme/ap-button/ap-button.css +0 -6
- package/es/src/theme/ap-card/ap-card.css +0 -10
- package/es/src/theme/ap-descriptions/ap-descriptions.css +0 -53
- package/es/src/theme/ap-download/ap-download.css +0 -54
- package/es/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
- package/es/src/theme/ap-field/checkbox.css +0 -7
- package/es/src/theme/ap-field/number.css +0 -6
- package/es/src/theme/ap-field/radio.css +0 -4
- package/es/src/theme/ap-field/text-area.css +0 -5
- package/es/src/theme/ap-form/ap-form-item-group.css +0 -9
- package/es/src/theme/ap-form/ap-form-item.css +0 -63
- package/es/src/theme/ap-form/drawer-form.css +0 -10
- package/es/src/theme/ap-form/modal-form.css +0 -21
- package/es/src/theme/ap-form/search-form.css +0 -9
- package/es/src/theme/ap-input-radio/ap-input-radio.css +0 -7
- package/es/src/theme/ap-label/ap-label.css +0 -33
- package/es/src/theme/ap-ladder/ap-ladder.css +0 -56
- package/es/src/theme/ap-layout/ap-info-layout.css +0 -36
- package/es/src/theme/ap-list/index.css +0 -11
- package/es/src/theme/ap-not-found/ap-not-found.css +0 -9
- package/es/src/theme/ap-select-layout/ap-select-layout.css +0 -126
- package/es/src/theme/ap-status/ap-status.css +0 -26
- package/es/src/theme/ap-table/ap-table-index.css +0 -12
- package/es/src/theme/ap-table/ap-table-pagination.css +0 -12
- package/es/src/theme/ap-table/ap-table.css +0 -134
- package/es/src/theme/ap-table/setting/modal.css +0 -51
- package/es/src/theme/ap-table/setting/select-group.css +0 -7
- package/es/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
- package/es/src/theme/ap-table/setting/sortable-item.css +0 -3
- package/es/src/theme/ap-table/setting/sorter.css +0 -26
- package/es/src/theme/ap-tag/ap-tag-group.css +0 -15
- package/es/src/theme/ap-tag/ap-tag.css +0 -41
- package/es/src/theme/ap-title/ap-title.css +0 -59
- package/es/src/theme/ap-upload/multiple-file.css +0 -62
- package/es/src/theme/ap-upload/picture.css +0 -112
- package/es/src/theme/ap-upload/single-file.css +0 -98
- package/es/src/theme/ap-upload/upload.css +0 -6
- package/es/src/theme/basic-arrow.css +0 -25
- package/es/src/theme/basic-help.css +0 -16
- package/es/src/theme/basic-title.css +0 -27
- package/es/src/theme/button.css +0 -31
- package/es/src/theme/check-card/index.css +0 -81
- package/es/src/theme/collapse-container/header.css +0 -16
- package/es/src/theme/collapse-container/index.css +0 -11
- package/es/src/theme/countdown-input.css +0 -8
- package/es/src/theme/cropper/avatar.css +0 -34
- package/es/src/theme/cropper/image.css +0 -4
- package/es/src/theme/cropper/modal.css +0 -47
- package/es/src/theme/custom-column/column-select.css +0 -44
- package/es/src/theme/custom-column/custom-column.css +0 -46
- package/es/src/theme/editable-table/index.css +0 -58
- package/es/src/theme/icon-picker.css +0 -61
- package/es/src/theme/icon-svg.css +0 -5
- package/es/src/theme/icon.css +0 -30
- package/es/src/theme/mixins/animations.css +0 -5
- package/es/src/theme/modal/close.css +0 -25
- package/es/src/theme/pro-form/form-action.css +0 -6
- package/es/src/theme/pro-form/form-item.css +0 -16
- package/es/src/theme/pro-form/form.css +0 -6
- package/es/src/theme/pro-form/table-form-inner.css +0 -104
- package/es/src/theme/pro-table/components/column-settings.css +0 -57
- package/es/src/theme/pro-table/components/editable-cell.css +0 -59
- package/es/src/theme/pro-table/components/header-cell.css +0 -4
- package/es/src/theme/pro-table/components/table-action.css +0 -40
- package/es/src/theme/pro-table/components/table-header.css +0 -9
- package/es/src/theme/pro-table/components/table-image.css +0 -18
- package/es/src/theme/pro-table/components/table-selection-bar.css +0 -8
- package/es/src/theme/pro-table/components/table-setting.css +0 -7
- package/es/src/theme/pro-table/components/table-title.css +0 -5
- package/es/src/theme/pro-table/pro-table.css +0 -93
- package/es/src/theme/prompt/dialog.css +0 -4
- package/es/src/theme/scroll-bar/bar-item.css +0 -36
- package/es/src/theme/scroll-bar/index.css +0 -27
- package/es/src/theme/scroll-container.css +0 -10
- package/es/src/theme/strength-merter.css +0 -57
- package/es/src/theme/transition/collapse.css +0 -3
- package/es/src/theme/transition/expand.css +0 -14
- package/es/src/theme/transition/fade.css +0 -8
- package/es/src/theme/transition/index.css +0 -150
- package/es/src/theme/transition/scale.css +0 -26
- package/es/src/theme/transition/scroll.css +0 -68
- package/es/src/theme/transition/slide.css +0 -48
- package/es/src/theme/work-order-modal/index.css +0 -3
- package/es/src/transition/collapse-transition.vue.d.ts +0 -17
- package/es/src/transition/collapse-transition.vue.mjs +0 -40
- package/es/src/transition/collapse-transition.vue2.mjs +0 -4
- package/es/src/transition/create-transition.d.ts +0 -47
- package/es/src/transition/create-transition.mjs +0 -84
- package/es/src/transition/expand-transition.d.ts +0 -19
- package/es/src/transition/expand-transition.mjs +0 -41
- package/es/src/transition/index.d.ts +0 -369
- package/es/src/transition/index.mjs +0 -35
- package/es/src/transition/style/collapse.css +0 -3
- package/es/src/transition/style/expand.css +0 -14
- package/es/src/transition/style/index.css +0 -164
- package/es/src/utils/copy-text-to-clipboard.mjs +0 -18
- package/es/src/utils/tree.mjs +0 -112
- package/es/src/utils/uuid.mjs +0 -18
- package/es/src/work-order-modal/style/index.css +0 -3
- package/lib/src/ap-action/style/item-dropdown.css +0 -14
- package/lib/src/ap-action/style/item.css +0 -33
- package/lib/src/ap-button/index.css +0 -6
- package/lib/src/ap-custom-column/column-select.vue.d.ts +0 -17
- package/lib/src/ap-custom-column/column-select.vue.js +0 -1
- package/lib/src/ap-custom-column/column-select.vue2.js +0 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +0 -17
- package/lib/src/ap-custom-column/custom-column.vue.js +0 -1
- package/lib/src/ap-custom-column/custom-column.vue2.js +0 -1
- package/lib/src/ap-custom-column/index.d.ts +0 -6
- package/lib/src/ap-custom-column/index.js +0 -1
- package/lib/src/ap-custom-column/interfaces.d.ts +0 -40
- package/lib/src/ap-custom-column/interfaces.js +0 -1
- package/lib/src/ap-custom-column/storage.d.ts +0 -8
- package/lib/src/ap-custom-column/storage.js +0 -1
- package/lib/src/ap-custom-column/styles/column-select.css +0 -44
- package/lib/src/ap-custom-column/styles/custom-column.css +0 -46
- package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -9
- package/lib/src/ap-custom-column/useCacheColumnSetting.js +0 -1
- package/lib/src/ap-custom-column/utils.d.ts +0 -2
- package/lib/src/ap-custom-column/utils.js +0 -1
- package/lib/src/ap-descriptions/style/ap-descriptions.css +0 -53
- package/lib/src/ap-download/style/ap-download.css +0 -54
- package/lib/src/ap-field/checkbox/style.css +0 -7
- package/lib/src/ap-field/number/style.css +0 -6
- package/lib/src/ap-field/radio/style.css +0 -4
- package/lib/src/ap-field/text-area/style.css +0 -5
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +0 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +0 -1059
- package/lib/src/ap-form/ap-form-item.vue.js +0 -1
- package/lib/src/ap-form/ap-form-item.vue2.js +0 -1
- package/lib/src/ap-form/ap-form-list.vue.d.ts +0 -41
- package/lib/src/ap-form/ap-form-list.vue.js +0 -1
- package/lib/src/ap-form/ap-form-list.vue2.js +0 -1
- package/lib/src/ap-form/modal-form/drawer.vue.d.ts +0 -830
- package/lib/src/ap-form/modal-form/drawer.vue.js +0 -1
- package/lib/src/ap-form/modal-form/drawer.vue2.js +0 -1
- package/lib/src/ap-form/style/ap-form-item-group.css +0 -9
- package/lib/src/ap-form/style/ap-form-item.css +0 -63
- package/lib/src/ap-form/style/drawer-form.css +0 -10
- package/lib/src/ap-form/style/modal-form.css +0 -21
- package/lib/src/ap-form/style/search-form.css +0 -9
- package/lib/src/ap-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +0 -1
- package/lib/src/ap-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +0 -1
- package/lib/src/ap-layout/style/ap-info-layout.css +0 -36
- package/lib/src/ap-list/style/index.css +0 -11
- package/lib/src/ap-table/components/style/index.css +0 -12
- package/lib/src/ap-table/components/style/pagination.css +0 -12
- package/lib/src/ap-table/components/style/setting/modal.css +0 -51
- package/lib/src/ap-table/components/style/setting/select-group.css +0 -7
- package/lib/src/ap-table/components/style/setting/sortable-item-meta.css +0 -50
- package/lib/src/ap-table/components/style/setting/sortable-item.css +0 -3
- package/lib/src/ap-table/components/style/setting/sorter.css +0 -26
- package/lib/src/ap-table/style/ap-table.css +0 -134
- package/lib/src/ap-tag/style/ap-tag-group.css +0 -15
- package/lib/src/ap-tag/style/ap-tag.css +0 -41
- package/lib/src/ap-upload/styles/multiple-file.css +0 -62
- package/lib/src/ap-upload/styles/picture.css +0 -112
- package/lib/src/ap-upload/styles/single-file.css +0 -98
- package/lib/src/ap-upload/styles/upload.css +0 -6
- package/lib/src/base-button/button.vue.d.ts +0 -42
- package/lib/src/base-button/button.vue.js +0 -1
- package/lib/src/base-button/button.vue2.js +0 -1
- package/lib/src/base-button/constants.d.ts +0 -26
- package/lib/src/base-button/constants.js +0 -1
- package/lib/src/base-button/index.d.ts +0 -137
- package/lib/src/base-button/index.js +0 -1
- package/lib/src/base-button/interface.d.ts +0 -16
- package/lib/src/base-button/modal-button.vue.d.ts +0 -27
- package/lib/src/base-button/modal-button.vue.js +0 -1
- package/lib/src/base-button/modal-button.vue2.js +0 -1
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +0 -17
- package/lib/src/base-button/pop-confirm-button.vue.js +0 -1
- package/lib/src/base-button/pop-confirm-button.vue2.js +0 -1
- package/lib/src/basic/arrow.vue.d.ts +0 -13
- package/lib/src/basic/arrow.vue.js +0 -1
- package/lib/src/basic/arrow.vue2.js +0 -1
- package/lib/src/basic/help.vue.d.ts +0 -100
- package/lib/src/basic/help.vue.js +0 -1
- package/lib/src/basic/help.vue2.js +0 -1
- package/lib/src/basic/index.d.ts +0 -270
- package/lib/src/basic/index.js +0 -1
- package/lib/src/basic/interface.d.ts +0 -21
- package/lib/src/basic/style/arrow.css +0 -25
- package/lib/src/basic/style/help.css +0 -16
- package/lib/src/basic/style/title.css +0 -27
- package/lib/src/basic/title.vue.d.ts +0 -41
- package/lib/src/basic/title.vue.js +0 -1
- package/lib/src/basic/title.vue2.js +0 -1
- package/lib/src/business/ap-attachment/style.css +0 -68
- package/lib/src/business/ap-batch-action/index.css +0 -26
- package/lib/src/business/ap-card/index.css +0 -10
- package/lib/src/business/ap-expand-alert/style.css +0 -51
- package/lib/src/business/ap-input-radio/style.css +0 -7
- package/lib/src/business/ap-label/ApLabelGroup.d.ts +0 -43
- package/lib/src/business/ap-label/ApLabelGroup.js +0 -1
- package/lib/src/business/ap-label/style.css +0 -33
- package/lib/src/business/ap-ladder/style.css +0 -56
- package/lib/src/business/ap-select-layout/index.css +0 -126
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +0 -36
- package/lib/src/business/ap-status/ApStatusGroup.vue2.js +0 -1
- package/lib/src/business/ap-status/style.css +0 -26
- package/lib/src/business/ap-title/style.css +0 -59
- package/lib/src/business/not-found/interface.d.ts +0 -24
- package/lib/src/business/not-found/style.css +0 -9
- package/lib/src/button/button.vue.d.ts +0 -30
- package/lib/src/button/index.d.ts +0 -51
- package/lib/src/button/style/index.css +0 -31
- package/lib/src/check-card/style/index.css +0 -81
- package/lib/src/container/collapse/header.vue.d.ts +0 -35
- package/lib/src/container/collapse/header.vue.js +0 -1
- package/lib/src/container/collapse/header.vue2.js +0 -1
- package/lib/src/container/collapse/index.vue.d.ts +0 -120
- package/lib/src/container/collapse/index.vue.js +0 -1
- package/lib/src/container/collapse/index.vue2.js +0 -1
- package/lib/src/container/collapse/style/header.css +0 -16
- package/lib/src/container/collapse/style/index.css +0 -11
- package/lib/src/container/index.d.ts +0 -178
- package/lib/src/container/index.js +0 -1
- package/lib/src/container/interface.d.ts +0 -18
- package/lib/src/container/scroll-container.vue.d.ts +0 -198
- package/lib/src/container/scroll-container.vue.js +0 -1
- package/lib/src/container/scroll-container.vue2.js +0 -1
- package/lib/src/container/style/scroll-container.css +0 -10
- package/lib/src/count-down/button.vue.d.ts +0 -27
- package/lib/src/count-down/button.vue.js +0 -1
- package/lib/src/count-down/button.vue2.js +0 -1
- package/lib/src/count-down/index.d.ts +0 -150
- package/lib/src/count-down/index.js +0 -1
- package/lib/src/count-down/input.vue.d.ts +0 -39
- package/lib/src/count-down/input.vue.js +0 -1
- package/lib/src/count-down/input.vue2.js +0 -1
- package/lib/src/count-down/interface.d.ts +0 -12
- package/lib/src/count-down/style/input.css +0 -8
- package/lib/src/cropper/cropper-avatar.vue.d.ts +0 -45
- package/lib/src/cropper/cropper-avatar.vue.js +0 -1
- package/lib/src/cropper/cropper-avatar.vue2.js +0 -1
- package/lib/src/cropper/cropper-image.vue.d.ts +0 -50
- package/lib/src/cropper/cropper-image.vue.js +0 -1
- package/lib/src/cropper/cropper-image.vue2.js +0 -1
- package/lib/src/cropper/cropper-modal.vue.d.ts +0 -46
- package/lib/src/cropper/cropper-modal.vue.js +0 -1
- package/lib/src/cropper/cropper-modal.vue2.js +0 -1
- package/lib/src/cropper/index.d.ts +0 -369
- package/lib/src/cropper/index.js +0 -1
- package/lib/src/cropper/interface.d.ts +0 -31
- package/lib/src/cropper/style/avatar.css +0 -34
- package/lib/src/cropper/style/image.css +0 -4
- package/lib/src/cropper/style/modal.css +0 -47
- package/lib/src/description/description.vue.d.ts +0 -95
- package/lib/src/description/description.vue.js +0 -1
- package/lib/src/description/description.vue2.js +0 -1
- package/lib/src/description/index.d.ts +0 -214
- package/lib/src/description/index.js +0 -1
- package/lib/src/description/interface.d.ts +0 -39
- package/lib/src/description/use-description.d.ts +0 -2
- package/lib/src/description/use-description.js +0 -1
- package/lib/src/dropdown/dropdown.vue.d.ts +0 -52
- package/lib/src/dropdown/dropdown.vue.js +0 -1
- package/lib/src/dropdown/dropdown.vue2.js +0 -1
- package/lib/src/dropdown/index.d.ts +0 -113
- package/lib/src/dropdown/index.js +0 -1
- package/lib/src/dropdown/interface.d.ts +0 -16
- package/lib/src/editable-table/style/index.css +0 -58
- package/lib/src/icon/icon.vue.d.ts +0 -33
- package/lib/src/icon/icon.vue.js +0 -1
- package/lib/src/icon/icon.vue2.js +0 -1
- package/lib/src/icon/index.d.ts +0 -208
- package/lib/src/icon/index.js +0 -1
- package/lib/src/icon/interface.d.ts +0 -28
- package/lib/src/icon/style/icon.css +0 -30
- package/lib/src/icon/style/index.css +0 -3
- package/lib/src/icon/style/svg-icon.css +0 -5
- package/lib/src/icon/svg-icon.vue.d.ts +0 -33
- package/lib/src/icon/svg-icon.vue.js +0 -1
- package/lib/src/icon/svg-icon.vue2.js +0 -1
- package/lib/src/icon-picker/data.d.ts +0 -5
- package/lib/src/icon-picker/data.js +0 -1
- package/lib/src/icon-picker/icon-picker.vue.d.ts +0 -51
- package/lib/src/icon-picker/icon-picker.vue.js +0 -1
- package/lib/src/icon-picker/icon-picker.vue2.js +0 -1
- package/lib/src/icon-picker/index.d.ts +0 -190
- package/lib/src/icon-picker/index.js +0 -1
- package/lib/src/icon-picker/interface.d.ts +0 -13
- package/lib/src/icon-picker/style/index.css +0 -61
- package/lib/src/modal/basic.vue.d.ts +0 -481
- package/lib/src/modal/basic.vue.js +0 -1
- package/lib/src/modal/basic.vue2.js +0 -1
- package/lib/src/modal/components/modal-close.vue.d.ts +0 -33
- package/lib/src/modal/components/modal-close.vue.js +0 -1
- package/lib/src/modal/components/modal-close.vue2.js +0 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +0 -273
- package/lib/src/modal/components/modal-footer.vue.js +0 -1
- package/lib/src/modal/components/modal-footer.vue2.js +0 -1
- package/lib/src/modal/components/modal-header.vue.d.ts +0 -13
- package/lib/src/modal/components/modal-header.vue.js +0 -1
- package/lib/src/modal/components/modal-header.vue2.js +0 -1
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +0 -177
- package/lib/src/modal/components/modal-wrapper.vue.js +0 -1
- package/lib/src/modal/components/modal-wrapper.vue2.js +0 -1
- package/lib/src/modal/components/modal.d.ts +0 -253
- package/lib/src/modal/components/modal.js +0 -1
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +0 -12
- package/lib/src/modal/hooks/use-moda-full-screen.js +0 -1
- package/lib/src/modal/hooks/use-modal-context.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal-context.js +0 -1
- package/lib/src/modal/hooks/use-modal-drag.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal-drag.js +0 -1
- package/lib/src/modal/hooks/use-modal.d.ts +0 -7
- package/lib/src/modal/hooks/use-modal.js +0 -1
- package/lib/src/modal/index.d.ts +0 -870
- package/lib/src/modal/index.js +0 -1
- package/lib/src/modal/interface.d.ts +0 -181
- package/lib/src/modal/props.d.ts +0 -186
- package/lib/src/modal/props.js +0 -1
- package/lib/src/modal/style/close.css +0 -25
- package/lib/src/pro-form/component-map.d.ts +0 -6
- package/lib/src/pro-form/component-map.js +0 -1
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +0 -51
- package/lib/src/pro-form/components/api-cascader.vue.js +0 -1
- package/lib/src/pro-form/components/api-cascader.vue2.js +0 -1
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +0 -50
- package/lib/src/pro-form/components/api-radio-group.vue.js +0 -1
- package/lib/src/pro-form/components/api-radio-group.vue2.js +0 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +0 -79
- package/lib/src/pro-form/components/api-select.vue.js +0 -1
- package/lib/src/pro-form/components/api-select.vue2.js +0 -1
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +0 -54
- package/lib/src/pro-form/components/api-transfer.vue.js +0 -1
- package/lib/src/pro-form/components/api-transfer.vue2.js +0 -1
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +0 -63
- package/lib/src/pro-form/components/api-tree-select.vue.js +0 -1
- package/lib/src/pro-form/components/api-tree-select.vue2.js +0 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +0 -51
- package/lib/src/pro-form/components/api-tree.vue.js +0 -1
- package/lib/src/pro-form/components/api-tree.vue2.js +0 -1
- package/lib/src/pro-form/components/form-action.vue.d.ts +0 -68
- package/lib/src/pro-form/components/form-action.vue.js +0 -1
- package/lib/src/pro-form/components/form-action.vue2.js +0 -1
- package/lib/src/pro-form/components/form-item.vue.d.ts +0 -72
- package/lib/src/pro-form/components/form-item.vue.js +0 -1
- package/lib/src/pro-form/components/form-item.vue2.js +0 -1
- package/lib/src/pro-form/components/interface.d.ts +0 -118
- package/lib/src/pro-form/components/interface.js +0 -1
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +0 -27
- package/lib/src/pro-form/components/radio-button-group.vue.js +0 -1
- package/lib/src/pro-form/components/radio-button-group.vue2.js +0 -1
- package/lib/src/pro-form/components/style/form-action.css +0 -6
- package/lib/src/pro-form/components/style/form-item.css +0 -16
- package/lib/src/pro-form/helper.d.ts +0 -11
- package/lib/src/pro-form/helper.js +0 -1
- package/lib/src/pro-form/hooks/use-advanced.d.ts +0 -17
- package/lib/src/pro-form/hooks/use-advanced.js +0 -1
- package/lib/src/pro-form/hooks/use-auto-focus.d.ts +0 -10
- package/lib/src/pro-form/hooks/use-auto-focus.js +0 -1
- package/lib/src/pro-form/hooks/use-break-point.d.ts +0 -24
- package/lib/src/pro-form/hooks/use-break-point.js +0 -1
- package/lib/src/pro-form/hooks/use-component-register.d.ts +0 -3
- package/lib/src/pro-form/hooks/use-component-register.js +0 -1
- package/lib/src/pro-form/hooks/use-form-context.d.ts +0 -8
- package/lib/src/pro-form/hooks/use-form-context.js +0 -1
- package/lib/src/pro-form/hooks/use-form-events.d.ts +0 -29
- package/lib/src/pro-form/hooks/use-form-events.js +0 -1
- package/lib/src/pro-form/hooks/use-form-item.d.ts +0 -2
- package/lib/src/pro-form/hooks/use-form-item.js +0 -1
- package/lib/src/pro-form/hooks/use-form-values.d.ts +0 -14
- package/lib/src/pro-form/hooks/use-form-values.js +0 -1
- package/lib/src/pro-form/hooks/use-form.d.ts +0 -11
- package/lib/src/pro-form/hooks/use-form.js +0 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +0 -311
- package/lib/src/pro-form/hooks/use-label-width.js +0 -1
- package/lib/src/pro-form/index.d.ts +0 -27
- package/lib/src/pro-form/index.js +0 -1
- package/lib/src/pro-form/interface.d.ts +0 -4
- package/lib/src/pro-form/pro-form.vue.d.ts +0 -985
- package/lib/src/pro-form/pro-form.vue.js +0 -1
- package/lib/src/pro-form/pro-form.vue2.js +0 -1
- package/lib/src/pro-form/style/index.css +0 -6
- package/lib/src/pro-form/style/table-form.css +0 -104
- package/lib/src/pro-form/table-form-inner.vue.d.ts +0 -44
- package/lib/src/pro-form/table-form-inner.vue.js +0 -1
- package/lib/src/pro-form/table-form-inner.vue2.js +0 -1
- package/lib/src/pro-form/table-form.vue.d.ts +0 -42
- package/lib/src/pro-form/table-form.vue.js +0 -1
- package/lib/src/pro-form/table-form.vue2.js +0 -1
- package/lib/src/pro-form/types/form-item.d.ts +0 -82
- package/lib/src/pro-form/types/form-item.js +0 -1
- package/lib/src/pro-form/types/form.d.ts +0 -152
- package/lib/src/pro-form/types/form.js +0 -1
- package/lib/src/pro-form/types/index.d.ts +0 -158
- package/lib/src/pro-form/types/table-form.d.ts +0 -36
- package/lib/src/pro-form/types/table-form.js +0 -1
- package/lib/src/pro-table/component-map.d.ts +0 -6
- package/lib/src/pro-table/component-map.js +0 -1
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +0 -29
- package/lib/src/pro-table/components/edit-table-header-icon.vue.js +0 -1
- package/lib/src/pro-table/components/edit-table-header-icon.vue2.js +0 -1
- package/lib/src/pro-table/components/editable/cell-component.d.ts +0 -13
- package/lib/src/pro-table/components/editable/cell-component.js +0 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +0 -83
- package/lib/src/pro-table/components/editable/editable-cell.vue.js +0 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue2.js +0 -1
- package/lib/src/pro-table/components/editable/helper.d.ts +0 -6
- package/lib/src/pro-table/components/editable/helper.js +0 -1
- package/lib/src/pro-table/components/editable/index.d.ts +0 -23
- package/lib/src/pro-table/components/editable/index.js +0 -1
- package/lib/src/pro-table/components/header-cell.vue.d.ts +0 -16
- package/lib/src/pro-table/components/header-cell.vue.js +0 -1
- package/lib/src/pro-table/components/header-cell.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +0 -7
- package/lib/src/pro-table/components/settings/column-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/column-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/full-screen-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/index.vue.d.ts +0 -20
- package/lib/src/pro-table/components/settings/index.vue.js +0 -1
- package/lib/src/pro-table/components/settings/index.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/redo-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/redo-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +0 -3
- package/lib/src/pro-table/components/settings/size-setting.vue.js +0 -1
- package/lib/src/pro-table/components/settings/size-setting.vue2.js +0 -1
- package/lib/src/pro-table/components/style/column-settings.css +0 -57
- package/lib/src/pro-table/components/style/editable-cell.css +0 -59
- package/lib/src/pro-table/components/style/header-cell.css +0 -4
- package/lib/src/pro-table/components/style/table-action.css +0 -40
- package/lib/src/pro-table/components/style/table-header.css +0 -9
- package/lib/src/pro-table/components/style/table-image.css +0 -18
- package/lib/src/pro-table/components/style/table-selection-bar.css +0 -8
- package/lib/src/pro-table/components/style/table-setting.css +0 -7
- package/lib/src/pro-table/components/style/table-title.css +0 -5
- package/lib/src/pro-table/components/table-action.vue.d.ts +0 -64
- package/lib/src/pro-table/components/table-action.vue.js +0 -1
- package/lib/src/pro-table/components/table-action.vue2.js +0 -1
- package/lib/src/pro-table/components/table-footer.vue.d.ts +0 -45
- package/lib/src/pro-table/components/table-footer.vue.js +0 -1
- package/lib/src/pro-table/components/table-footer.vue2.js +0 -1
- package/lib/src/pro-table/components/table-header.vue.d.ts +0 -79
- package/lib/src/pro-table/components/table-header.vue.js +0 -1
- package/lib/src/pro-table/components/table-header.vue2.js +0 -1
- package/lib/src/pro-table/components/table-image.vue.d.ts +0 -47
- package/lib/src/pro-table/components/table-image.vue.js +0 -1
- package/lib/src/pro-table/components/table-image.vue2.js +0 -1
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +0 -33
- package/lib/src/pro-table/components/table-selection-bar.vue.js +0 -1
- package/lib/src/pro-table/components/table-selection-bar.vue2.js +0 -1
- package/lib/src/pro-table/components/table-title.vue.d.ts +0 -23
- package/lib/src/pro-table/components/table-title.vue.js +0 -1
- package/lib/src/pro-table/components/table-title.vue2.js +0 -1
- package/lib/src/pro-table/const.d.ts +0 -6
- package/lib/src/pro-table/const.js +0 -1
- package/lib/src/pro-table/directives/click-outside.d.ts +0 -3
- package/lib/src/pro-table/directives/click-outside.js +0 -1
- package/lib/src/pro-table/helper.d.ts +0 -3
- package/lib/src/pro-table/helper.js +0 -1
- package/lib/src/pro-table/hooks/use-columns.d.ts +0 -16
- package/lib/src/pro-table/hooks/use-columns.js +0 -1
- package/lib/src/pro-table/hooks/use-custom-row.d.ts +0 -21
- package/lib/src/pro-table/hooks/use-custom-row.js +0 -1
- package/lib/src/pro-table/hooks/use-data-source.d.ts +0 -31
- package/lib/src/pro-table/hooks/use-data-source.js +0 -1
- package/lib/src/pro-table/hooks/use-loading.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-loading.js +0 -1
- package/lib/src/pro-table/hooks/use-pagination.d.ts +0 -10
- package/lib/src/pro-table/hooks/use-pagination.js +0 -1
- package/lib/src/pro-table/hooks/use-row-selection.d.ts +0 -14
- package/lib/src/pro-table/hooks/use-row-selection.js +0 -1
- package/lib/src/pro-table/hooks/use-scroll-to.d.ts +0 -5
- package/lib/src/pro-table/hooks/use-scroll-to.js +0 -1
- package/lib/src/pro-table/hooks/use-table-context.d.ts +0 -13
- package/lib/src/pro-table/hooks/use-table-context.js +0 -1
- package/lib/src/pro-table/hooks/use-table-expand.d.ts +0 -19
- package/lib/src/pro-table/hooks/use-table-expand.js +0 -1
- package/lib/src/pro-table/hooks/use-table-footer.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-table-footer.js +0 -1
- package/lib/src/pro-table/hooks/use-table-form.d.ts +0 -10
- package/lib/src/pro-table/hooks/use-table-form.js +0 -1
- package/lib/src/pro-table/hooks/use-table-header.d.ts +0 -6
- package/lib/src/pro-table/hooks/use-table-header.js +0 -1
- package/lib/src/pro-table/hooks/use-table-scroll.d.ts +0 -12
- package/lib/src/pro-table/hooks/use-table-scroll.js +0 -1
- package/lib/src/pro-table/hooks/use-table-style.d.ts +0 -5
- package/lib/src/pro-table/hooks/use-table-style.js +0 -1
- package/lib/src/pro-table/hooks/use-table.d.ts +0 -17
- package/lib/src/pro-table/hooks/use-table.js +0 -1
- package/lib/src/pro-table/index.d.ts +0 -10
- package/lib/src/pro-table/index.js +0 -1
- package/lib/src/pro-table/interface.d.ts +0 -65
- package/lib/src/pro-table/interface.js +0 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +0 -2192
- package/lib/src/pro-table/pro-table.vue.js +0 -1
- package/lib/src/pro-table/pro-table.vue2.js +0 -1
- package/lib/src/pro-table/style/pro-table.css +0 -93
- package/lib/src/pro-table/types/pagination.d.ts +0 -93
- package/lib/src/pro-table/types/pagination.js +0 -1
- package/lib/src/pro-table/types/table-action.d.ts +0 -24
- package/lib/src/pro-table/types/table-action.js +0 -1
- package/lib/src/pro-table/types/table.d.ts +0 -383
- package/lib/src/pro-table/types/table.js +0 -1
- package/lib/src/prompt/dialog.vue.d.ts +0 -13
- package/lib/src/prompt/dialog.vue.js +0 -1
- package/lib/src/prompt/dialog.vue2.js +0 -1
- package/lib/src/prompt/index.d.ts +0 -10
- package/lib/src/prompt/index.js +0 -1
- package/lib/src/prompt/interface.d.ts +0 -23
- package/lib/src/prompt/style/dialog.css +0 -4
- package/lib/src/prompt/utils.d.ts +0 -11
- package/lib/src/prompt/utils.js +0 -1
- package/lib/src/scroll-bar/bar-item.d.ts +0 -15
- package/lib/src/scroll-bar/bar-item.js +0 -1
- package/lib/src/scroll-bar/index.d.ts +0 -176
- package/lib/src/scroll-bar/index.js +0 -1
- package/lib/src/scroll-bar/interface.d.ts +0 -31
- package/lib/src/scroll-bar/interface.js +0 -1
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +0 -62
- package/lib/src/scroll-bar/scroll-bar.vue.js +0 -1
- package/lib/src/scroll-bar/scroll-bar.vue2.js +0 -1
- package/lib/src/scroll-bar/style/bar-item.css +0 -36
- package/lib/src/scroll-bar/style/index.css +0 -27
- package/lib/src/scroll-bar/utils.d.ts +0 -9
- package/lib/src/scroll-bar/utils.js +0 -1
- package/lib/src/strength-meter/index.d.ts +0 -89
- package/lib/src/strength-meter/index.js +0 -1
- package/lib/src/strength-meter/interface.d.ts +0 -5
- package/lib/src/strength-meter/interface.js +0 -1
- package/lib/src/strength-meter/strength-meter.vue.d.ts +0 -45
- package/lib/src/strength-meter/strength-meter.vue.js +0 -1
- package/lib/src/strength-meter/strength-meter.vue2.js +0 -1
- package/lib/src/strength-meter/style/index.css +0 -57
- package/lib/src/theme/ap-action/item-dropdown.css +0 -14
- package/lib/src/theme/ap-action/item.css +0 -33
- package/lib/src/theme/ap-attachment/ap-attachment.css +0 -68
- package/lib/src/theme/ap-batch-action/ap-batch-action.css +0 -26
- package/lib/src/theme/ap-button/ap-button.css +0 -6
- package/lib/src/theme/ap-card/ap-card.css +0 -10
- package/lib/src/theme/ap-descriptions/ap-descriptions.css +0 -53
- package/lib/src/theme/ap-download/ap-download.css +0 -54
- package/lib/src/theme/ap-expand-alert/ap-expand-alert.css +0 -51
- package/lib/src/theme/ap-field/checkbox.css +0 -7
- package/lib/src/theme/ap-field/number.css +0 -6
- package/lib/src/theme/ap-field/radio.css +0 -4
- package/lib/src/theme/ap-field/text-area.css +0 -5
- package/lib/src/theme/ap-form/ap-form-item-group.css +0 -9
- package/lib/src/theme/ap-form/ap-form-item.css +0 -63
- package/lib/src/theme/ap-form/drawer-form.css +0 -10
- package/lib/src/theme/ap-form/modal-form.css +0 -21
- package/lib/src/theme/ap-form/search-form.css +0 -9
- package/lib/src/theme/ap-input-radio/ap-input-radio.css +0 -7
- package/lib/src/theme/ap-label/ap-label.css +0 -33
- package/lib/src/theme/ap-ladder/ap-ladder.css +0 -56
- package/lib/src/theme/ap-layout/ap-info-layout.css +0 -36
- package/lib/src/theme/ap-list/index.css +0 -11
- package/lib/src/theme/ap-not-found/ap-not-found.css +0 -9
- package/lib/src/theme/ap-select-layout/ap-select-layout.css +0 -126
- package/lib/src/theme/ap-status/ap-status.css +0 -26
- package/lib/src/theme/ap-table/ap-table-index.css +0 -12
- package/lib/src/theme/ap-table/ap-table-pagination.css +0 -12
- package/lib/src/theme/ap-table/ap-table.css +0 -134
- package/lib/src/theme/ap-table/setting/modal.css +0 -51
- package/lib/src/theme/ap-table/setting/select-group.css +0 -7
- package/lib/src/theme/ap-table/setting/sortable-item-meta.css +0 -50
- package/lib/src/theme/ap-table/setting/sortable-item.css +0 -3
- package/lib/src/theme/ap-table/setting/sorter.css +0 -26
- package/lib/src/theme/ap-tag/ap-tag-group.css +0 -15
- package/lib/src/theme/ap-tag/ap-tag.css +0 -41
- package/lib/src/theme/ap-title/ap-title.css +0 -59
- package/lib/src/theme/ap-upload/multiple-file.css +0 -62
- package/lib/src/theme/ap-upload/picture.css +0 -112
- package/lib/src/theme/ap-upload/single-file.css +0 -98
- package/lib/src/theme/ap-upload/upload.css +0 -6
- package/lib/src/theme/basic-arrow.css +0 -25
- package/lib/src/theme/basic-help.css +0 -16
- package/lib/src/theme/basic-title.css +0 -27
- package/lib/src/theme/button.css +0 -31
- package/lib/src/theme/check-card/index.css +0 -81
- package/lib/src/theme/collapse-container/header.css +0 -16
- package/lib/src/theme/collapse-container/index.css +0 -11
- package/lib/src/theme/countdown-input.css +0 -8
- package/lib/src/theme/cropper/avatar.css +0 -34
- package/lib/src/theme/cropper/image.css +0 -4
- package/lib/src/theme/cropper/modal.css +0 -47
- package/lib/src/theme/custom-column/column-select.css +0 -44
- package/lib/src/theme/custom-column/custom-column.css +0 -46
- package/lib/src/theme/editable-table/index.css +0 -58
- package/lib/src/theme/icon-picker.css +0 -61
- package/lib/src/theme/icon-svg.css +0 -5
- package/lib/src/theme/icon.css +0 -30
- package/lib/src/theme/mixins/animations.css +0 -5
- package/lib/src/theme/modal/close.css +0 -25
- package/lib/src/theme/pro-form/form-action.css +0 -6
- package/lib/src/theme/pro-form/form-item.css +0 -16
- package/lib/src/theme/pro-form/form.css +0 -6
- package/lib/src/theme/pro-form/table-form-inner.css +0 -104
- package/lib/src/theme/pro-table/components/column-settings.css +0 -57
- package/lib/src/theme/pro-table/components/editable-cell.css +0 -59
- package/lib/src/theme/pro-table/components/header-cell.css +0 -4
- package/lib/src/theme/pro-table/components/table-action.css +0 -40
- package/lib/src/theme/pro-table/components/table-header.css +0 -9
- package/lib/src/theme/pro-table/components/table-image.css +0 -18
- package/lib/src/theme/pro-table/components/table-selection-bar.css +0 -8
- package/lib/src/theme/pro-table/components/table-setting.css +0 -7
- package/lib/src/theme/pro-table/components/table-title.css +0 -5
- package/lib/src/theme/pro-table/pro-table.css +0 -93
- package/lib/src/theme/prompt/dialog.css +0 -4
- package/lib/src/theme/scroll-bar/bar-item.css +0 -36
- package/lib/src/theme/scroll-bar/index.css +0 -27
- package/lib/src/theme/scroll-container.css +0 -10
- package/lib/src/theme/strength-merter.css +0 -57
- package/lib/src/theme/transition/collapse.css +0 -3
- package/lib/src/theme/transition/expand.css +0 -14
- package/lib/src/theme/transition/fade.css +0 -8
- package/lib/src/theme/transition/index.css +0 -150
- package/lib/src/theme/transition/scale.css +0 -26
- package/lib/src/theme/transition/scroll.css +0 -68
- package/lib/src/theme/transition/slide.css +0 -48
- package/lib/src/theme/work-order-modal/index.css +0 -3
- package/lib/src/transition/collapse-transition.vue.d.ts +0 -17
- package/lib/src/transition/collapse-transition.vue.js +0 -1
- package/lib/src/transition/collapse-transition.vue2.js +0 -1
- package/lib/src/transition/create-transition.d.ts +0 -47
- package/lib/src/transition/create-transition.js +0 -1
- package/lib/src/transition/expand-transition.d.ts +0 -19
- package/lib/src/transition/expand-transition.js +0 -1
- package/lib/src/transition/index.d.ts +0 -369
- package/lib/src/transition/index.js +0 -1
- package/lib/src/transition/style/collapse.css +0 -3
- package/lib/src/transition/style/expand.css +0 -14
- package/lib/src/transition/style/index.css +0 -164
- package/lib/src/utils/copy-text-to-clipboard.js +0 -1
- package/lib/src/utils/tree.js +0 -1
- package/lib/src/utils/uuid.js +0 -1
- package/lib/src/work-order-modal/style/index.css +0 -3
- /package/es/src/{theme/mixins/config.css → ap-action/item/style/css.d.ts} +0 -0
- /package/es/src/{theme/mixins/mixins.css → ap-action/item/style/index.d.ts} +0 -0
- /package/es/src/ap-action/{constant.d.ts → item-dropdown/style/css.d.ts} +0 -0
- /package/es/src/{modal/style/index.css → ap-action/item-dropdown/style/index.d.ts} +0 -0
- /package/es/src/{button/__tests__/button.test.d.ts → ap-action-button/style/css.d.ts} +0 -0
- /package/{lib/src/button/__tests__/button.test.d.ts → es/src/ap-action-button/style/css.js} +0 -0
- /package/es/src/{theme/modal/index.css → ap-button/style/css.d.ts} +0 -0
- /package/es/src/{theme/transition/base.css → ap-button/style/index.d.ts} +0 -0
- /package/{lib/src/ap-action/constant.d.ts → es/src/ap-custom-select/style/css.d.ts} +0 -0
- /package/{lib/src/modal/style/index.css → es/src/ap-custom-select/style/index.d.ts} +0 -0
- /package/{lib/src/theme/mixins/config.css → es/src/ap-descriptions/style/css.d.ts} +0 -0
- /package/{lib/src/theme/mixins/mixins.css → es/src/ap-descriptions/style/index.d.ts} +0 -0
- /package/{lib/src/theme/modal/index.css → es/src/ap-download/style/css.d.ts} +0 -0
- /package/{lib/src/theme/transition/base.css → es/src/ap-download/style/index.d.ts} +0 -0
- /package/es/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/helper.mjs +0 -0
- /package/es/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/index.mjs +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/es/src/{ap-layout → ap-info-layout}/interface.mjs +0 -0
- /package/es/src/{base-button → business/ap-attachment}/interface.mjs +0 -0
- /package/es/src/{basic → business/ap-batch-action}/interface.mjs +0 -0
- /package/es/src/{container → business/ap-card}/interface.mjs +0 -0
- /package/es/src/{count-down → business/ap-expand-alert}/interface.mjs +0 -0
- /package/es/src/{cropper → business/ap-image}/interface.mjs +0 -0
- /package/es/src/{description → business/ap-input-radio}/interface.mjs +0 -0
- /package/es/src/{dropdown → business/ap-label}/interface.mjs +0 -0
- /package/es/src/{icon-picker → business/ap-select-layout}/interface.mjs +0 -0
- /package/es/src/business/ap-status/{ApStatusGroup.vue.mjs → group/ApStatusGroup.vue.mjs} +0 -0
- /package/es/src/{icon → business/ap-status}/interface.mjs +0 -0
- /package/es/src/{modal → business/ap-title}/interface.mjs +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → drawer-form}/index.vue2.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.d.ts +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/helper.js +0 -0
- /package/lib/src/ap-form/{ap-form-item-group → item-group}/index.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ApInfoLayout.vue2.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/ap-info-layout-aplus/ap-info-layout.vue.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/index.js +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.d.ts +0 -0
- /package/lib/src/{ap-layout → ap-info-layout}/interface.js +0 -0
- /package/lib/src/{base-button → business/ap-attachment}/interface.js +0 -0
- /package/lib/src/{basic → business/ap-batch-action}/interface.js +0 -0
- /package/lib/src/{container → business/ap-card}/interface.js +0 -0
- /package/lib/src/{count-down → business/ap-expand-alert}/interface.js +0 -0
- /package/lib/src/{cropper → business/ap-image}/interface.js +0 -0
- /package/lib/src/{description → business/ap-input-radio}/interface.js +0 -0
- /package/lib/src/{dropdown → business/ap-label}/interface.js +0 -0
- /package/lib/src/{icon-picker → business/ap-select-layout}/interface.js +0 -0
- /package/lib/src/business/ap-status/{ApStatusGroup.vue.js → group/ApStatusGroup.vue.js} +0 -0
- /package/lib/src/{icon → business/ap-status}/interface.js +0 -0
- /package/lib/src/{modal → business/ap-title}/interface.js +0 -0
|
@@ -0,0 +1,711 @@
|
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
3
|
+
import { TriggerType } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
|
|
4
|
+
import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
|
|
5
|
+
import { LiteralUnion } from 'ant-design-vue/es/_util/type';
|
|
6
|
+
import { PresetColorType } from 'ant-design-vue/es/_util/colors';
|
|
7
|
+
import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
|
|
8
|
+
import { ApLadderLabelValue, ApLadderSlots } from './interface';
|
|
9
|
+
export * from './interface';
|
|
10
|
+
declare const ApLadder: {
|
|
11
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
12
|
+
layout: {
|
|
13
|
+
type: PropType<"horizontal" | "vertical">;
|
|
14
|
+
required: true;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
tooltip: {
|
|
18
|
+
type: PropType<boolean>;
|
|
19
|
+
required: true;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
tooltipProps: {
|
|
23
|
+
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
24
|
+
title: VueTypeValidableDef<any>;
|
|
25
|
+
trigger: PropType< TriggerType | TriggerType[]>;
|
|
26
|
+
open: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: any;
|
|
29
|
+
};
|
|
30
|
+
visible: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: any;
|
|
33
|
+
};
|
|
34
|
+
placement: PropType<TooltipPlacement>;
|
|
35
|
+
color: PropType<LiteralUnion<PresetColorType>>;
|
|
36
|
+
transitionName: StringConstructor;
|
|
37
|
+
overlayStyle: {
|
|
38
|
+
type: PropType<CSSProperties>;
|
|
39
|
+
default: CSSProperties;
|
|
40
|
+
};
|
|
41
|
+
overlayInnerStyle: {
|
|
42
|
+
type: PropType<CSSProperties>;
|
|
43
|
+
default: CSSProperties;
|
|
44
|
+
};
|
|
45
|
+
overlayClassName: StringConstructor;
|
|
46
|
+
openClassName: StringConstructor;
|
|
47
|
+
prefixCls: StringConstructor;
|
|
48
|
+
mouseEnterDelay: NumberConstructor;
|
|
49
|
+
mouseLeaveDelay: NumberConstructor;
|
|
50
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
51
|
+
arrowPointAtCenter: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: any;
|
|
54
|
+
};
|
|
55
|
+
arrow: {
|
|
56
|
+
type: PropType<boolean | {
|
|
57
|
+
pointAtCenter?: boolean;
|
|
58
|
+
}>;
|
|
59
|
+
default: boolean | {
|
|
60
|
+
pointAtCenter?: boolean;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
autoAdjustOverflow: {
|
|
64
|
+
type: PropType<boolean | AdjustOverflow>;
|
|
65
|
+
default: boolean | AdjustOverflow;
|
|
66
|
+
};
|
|
67
|
+
destroyTooltipOnHide: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: any;
|
|
70
|
+
};
|
|
71
|
+
align: {
|
|
72
|
+
type: PropType<AlignType>;
|
|
73
|
+
default: AlignType;
|
|
74
|
+
};
|
|
75
|
+
builtinPlacements: {
|
|
76
|
+
type: PropType<BuildInPlacements>;
|
|
77
|
+
default: BuildInPlacements;
|
|
78
|
+
};
|
|
79
|
+
children: ArrayConstructor;
|
|
80
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
81
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
82
|
+
onOpenChange: PropType<(vis: boolean) => void>;
|
|
83
|
+
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
84
|
+
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "getPopupContainer" | "trigger" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
85
|
+
required: true;
|
|
86
|
+
default: () => {
|
|
87
|
+
title: undefined;
|
|
88
|
+
align: {};
|
|
89
|
+
arrowPointAtCenter: boolean;
|
|
90
|
+
arrow: boolean;
|
|
91
|
+
autoAdjustOverflow: boolean;
|
|
92
|
+
color: string;
|
|
93
|
+
destroyTooltipOnHide: boolean;
|
|
94
|
+
getPopupContainer: () => HTMLElement;
|
|
95
|
+
mouseEnterDelay: number;
|
|
96
|
+
mouseLeaveDelay: number;
|
|
97
|
+
overlayClassName: string;
|
|
98
|
+
overlayStyle: {};
|
|
99
|
+
overlayInnerStyle: {};
|
|
100
|
+
placement: string;
|
|
101
|
+
trigger: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
major: {
|
|
105
|
+
type: PropType<string>;
|
|
106
|
+
required: true;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
minor: {
|
|
110
|
+
type: PropType<string>;
|
|
111
|
+
required: true;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
majorColor: {
|
|
115
|
+
type: PropType<string>;
|
|
116
|
+
required: true;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
minorColor: {
|
|
120
|
+
type: PropType<string>;
|
|
121
|
+
required: true;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
labelValues: {
|
|
125
|
+
type: PropType< ApLadderLabelValue[]>;
|
|
126
|
+
required: true;
|
|
127
|
+
default: () => never[];
|
|
128
|
+
};
|
|
129
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
130
|
+
layout: {
|
|
131
|
+
type: PropType<"horizontal" | "vertical">;
|
|
132
|
+
required: true;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
tooltip: {
|
|
136
|
+
type: PropType<boolean>;
|
|
137
|
+
required: true;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
140
|
+
tooltipProps: {
|
|
141
|
+
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
142
|
+
title: VueTypeValidableDef<any>;
|
|
143
|
+
trigger: PropType< TriggerType | TriggerType[]>;
|
|
144
|
+
open: {
|
|
145
|
+
type: BooleanConstructor;
|
|
146
|
+
default: any;
|
|
147
|
+
};
|
|
148
|
+
visible: {
|
|
149
|
+
type: BooleanConstructor;
|
|
150
|
+
default: any;
|
|
151
|
+
};
|
|
152
|
+
placement: PropType<TooltipPlacement>;
|
|
153
|
+
color: PropType<LiteralUnion<PresetColorType>>;
|
|
154
|
+
transitionName: StringConstructor;
|
|
155
|
+
overlayStyle: {
|
|
156
|
+
type: PropType<CSSProperties>;
|
|
157
|
+
default: CSSProperties;
|
|
158
|
+
};
|
|
159
|
+
overlayInnerStyle: {
|
|
160
|
+
type: PropType<CSSProperties>;
|
|
161
|
+
default: CSSProperties;
|
|
162
|
+
};
|
|
163
|
+
overlayClassName: StringConstructor;
|
|
164
|
+
openClassName: StringConstructor;
|
|
165
|
+
prefixCls: StringConstructor;
|
|
166
|
+
mouseEnterDelay: NumberConstructor;
|
|
167
|
+
mouseLeaveDelay: NumberConstructor;
|
|
168
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
169
|
+
arrowPointAtCenter: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: any;
|
|
172
|
+
};
|
|
173
|
+
arrow: {
|
|
174
|
+
type: PropType<boolean | {
|
|
175
|
+
pointAtCenter?: boolean;
|
|
176
|
+
}>;
|
|
177
|
+
default: boolean | {
|
|
178
|
+
pointAtCenter?: boolean;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
autoAdjustOverflow: {
|
|
182
|
+
type: PropType<boolean | AdjustOverflow>;
|
|
183
|
+
default: boolean | AdjustOverflow;
|
|
184
|
+
};
|
|
185
|
+
destroyTooltipOnHide: {
|
|
186
|
+
type: BooleanConstructor;
|
|
187
|
+
default: any;
|
|
188
|
+
};
|
|
189
|
+
align: {
|
|
190
|
+
type: PropType<AlignType>;
|
|
191
|
+
default: AlignType;
|
|
192
|
+
};
|
|
193
|
+
builtinPlacements: {
|
|
194
|
+
type: PropType<BuildInPlacements>;
|
|
195
|
+
default: BuildInPlacements;
|
|
196
|
+
};
|
|
197
|
+
children: ArrayConstructor;
|
|
198
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
199
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
200
|
+
onOpenChange: PropType<(vis: boolean) => void>;
|
|
201
|
+
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
202
|
+
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "getPopupContainer" | "trigger" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
203
|
+
required: true;
|
|
204
|
+
default: () => {
|
|
205
|
+
title: undefined;
|
|
206
|
+
align: {};
|
|
207
|
+
arrowPointAtCenter: boolean;
|
|
208
|
+
arrow: boolean;
|
|
209
|
+
autoAdjustOverflow: boolean;
|
|
210
|
+
color: string;
|
|
211
|
+
destroyTooltipOnHide: boolean;
|
|
212
|
+
getPopupContainer: () => HTMLElement;
|
|
213
|
+
mouseEnterDelay: number;
|
|
214
|
+
mouseLeaveDelay: number;
|
|
215
|
+
overlayClassName: string;
|
|
216
|
+
overlayStyle: {};
|
|
217
|
+
overlayInnerStyle: {};
|
|
218
|
+
placement: string;
|
|
219
|
+
trigger: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
major: {
|
|
223
|
+
type: PropType<string>;
|
|
224
|
+
required: true;
|
|
225
|
+
default: string;
|
|
226
|
+
};
|
|
227
|
+
minor: {
|
|
228
|
+
type: PropType<string>;
|
|
229
|
+
required: true;
|
|
230
|
+
default: string;
|
|
231
|
+
};
|
|
232
|
+
majorColor: {
|
|
233
|
+
type: PropType<string>;
|
|
234
|
+
required: true;
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
minorColor: {
|
|
238
|
+
type: PropType<string>;
|
|
239
|
+
required: true;
|
|
240
|
+
default: string;
|
|
241
|
+
};
|
|
242
|
+
labelValues: {
|
|
243
|
+
type: PropType< ApLadderLabelValue[]>;
|
|
244
|
+
required: true;
|
|
245
|
+
default: () => never[];
|
|
246
|
+
};
|
|
247
|
+
}>>, {
|
|
248
|
+
layout: "vertical" | "horizontal";
|
|
249
|
+
tooltip: boolean;
|
|
250
|
+
tooltipProps: Required<Pick<Partial< ExtractPropTypes<{
|
|
251
|
+
title: VueTypeValidableDef<any>;
|
|
252
|
+
trigger: PropType< TriggerType | TriggerType[]>;
|
|
253
|
+
open: {
|
|
254
|
+
type: BooleanConstructor;
|
|
255
|
+
default: any;
|
|
256
|
+
};
|
|
257
|
+
visible: {
|
|
258
|
+
type: BooleanConstructor;
|
|
259
|
+
default: any;
|
|
260
|
+
};
|
|
261
|
+
placement: PropType<TooltipPlacement>;
|
|
262
|
+
color: PropType<LiteralUnion<PresetColorType>>;
|
|
263
|
+
transitionName: StringConstructor;
|
|
264
|
+
overlayStyle: {
|
|
265
|
+
type: PropType<CSSProperties>;
|
|
266
|
+
default: CSSProperties;
|
|
267
|
+
};
|
|
268
|
+
overlayInnerStyle: {
|
|
269
|
+
type: PropType<CSSProperties>;
|
|
270
|
+
default: CSSProperties;
|
|
271
|
+
};
|
|
272
|
+
overlayClassName: StringConstructor;
|
|
273
|
+
openClassName: StringConstructor;
|
|
274
|
+
prefixCls: StringConstructor;
|
|
275
|
+
mouseEnterDelay: NumberConstructor;
|
|
276
|
+
mouseLeaveDelay: NumberConstructor;
|
|
277
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
278
|
+
arrowPointAtCenter: {
|
|
279
|
+
type: BooleanConstructor;
|
|
280
|
+
default: any;
|
|
281
|
+
};
|
|
282
|
+
arrow: {
|
|
283
|
+
type: PropType<boolean | {
|
|
284
|
+
pointAtCenter?: boolean;
|
|
285
|
+
}>;
|
|
286
|
+
default: boolean | {
|
|
287
|
+
pointAtCenter?: boolean;
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
autoAdjustOverflow: {
|
|
291
|
+
type: PropType<boolean | AdjustOverflow>;
|
|
292
|
+
default: boolean | AdjustOverflow;
|
|
293
|
+
};
|
|
294
|
+
destroyTooltipOnHide: {
|
|
295
|
+
type: BooleanConstructor;
|
|
296
|
+
default: any;
|
|
297
|
+
};
|
|
298
|
+
align: {
|
|
299
|
+
type: PropType<AlignType>;
|
|
300
|
+
default: AlignType;
|
|
301
|
+
};
|
|
302
|
+
builtinPlacements: {
|
|
303
|
+
type: PropType<BuildInPlacements>;
|
|
304
|
+
default: BuildInPlacements;
|
|
305
|
+
};
|
|
306
|
+
children: ArrayConstructor;
|
|
307
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
308
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
309
|
+
onOpenChange: PropType<(vis: boolean) => void>;
|
|
310
|
+
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
311
|
+
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "getPopupContainer" | "trigger" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>;
|
|
312
|
+
major: string;
|
|
313
|
+
minor: string;
|
|
314
|
+
majorColor: string;
|
|
315
|
+
minorColor: string;
|
|
316
|
+
labelValues: Array< ApLadderLabelValue>;
|
|
317
|
+
}, true, {}, {}, {
|
|
318
|
+
P: {};
|
|
319
|
+
B: {};
|
|
320
|
+
D: {};
|
|
321
|
+
C: {};
|
|
322
|
+
M: {};
|
|
323
|
+
Defaults: {};
|
|
324
|
+
}, Readonly< ExtractPropTypes<{
|
|
325
|
+
layout: {
|
|
326
|
+
type: PropType<"horizontal" | "vertical">;
|
|
327
|
+
required: true;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
330
|
+
tooltip: {
|
|
331
|
+
type: PropType<boolean>;
|
|
332
|
+
required: true;
|
|
333
|
+
default: boolean;
|
|
334
|
+
};
|
|
335
|
+
tooltipProps: {
|
|
336
|
+
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
337
|
+
title: VueTypeValidableDef<any>;
|
|
338
|
+
trigger: PropType< TriggerType | TriggerType[]>;
|
|
339
|
+
open: {
|
|
340
|
+
type: BooleanConstructor;
|
|
341
|
+
default: any;
|
|
342
|
+
};
|
|
343
|
+
visible: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: any;
|
|
346
|
+
};
|
|
347
|
+
placement: PropType<TooltipPlacement>;
|
|
348
|
+
color: PropType<LiteralUnion<PresetColorType>>;
|
|
349
|
+
transitionName: StringConstructor;
|
|
350
|
+
overlayStyle: {
|
|
351
|
+
type: PropType<CSSProperties>;
|
|
352
|
+
default: CSSProperties;
|
|
353
|
+
};
|
|
354
|
+
overlayInnerStyle: {
|
|
355
|
+
type: PropType<CSSProperties>;
|
|
356
|
+
default: CSSProperties;
|
|
357
|
+
};
|
|
358
|
+
overlayClassName: StringConstructor;
|
|
359
|
+
openClassName: StringConstructor;
|
|
360
|
+
prefixCls: StringConstructor;
|
|
361
|
+
mouseEnterDelay: NumberConstructor;
|
|
362
|
+
mouseLeaveDelay: NumberConstructor;
|
|
363
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
364
|
+
arrowPointAtCenter: {
|
|
365
|
+
type: BooleanConstructor;
|
|
366
|
+
default: any;
|
|
367
|
+
};
|
|
368
|
+
arrow: {
|
|
369
|
+
type: PropType<boolean | {
|
|
370
|
+
pointAtCenter?: boolean;
|
|
371
|
+
}>;
|
|
372
|
+
default: boolean | {
|
|
373
|
+
pointAtCenter?: boolean;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
autoAdjustOverflow: {
|
|
377
|
+
type: PropType<boolean | AdjustOverflow>;
|
|
378
|
+
default: boolean | AdjustOverflow;
|
|
379
|
+
};
|
|
380
|
+
destroyTooltipOnHide: {
|
|
381
|
+
type: BooleanConstructor;
|
|
382
|
+
default: any;
|
|
383
|
+
};
|
|
384
|
+
align: {
|
|
385
|
+
type: PropType<AlignType>;
|
|
386
|
+
default: AlignType;
|
|
387
|
+
};
|
|
388
|
+
builtinPlacements: {
|
|
389
|
+
type: PropType<BuildInPlacements>;
|
|
390
|
+
default: BuildInPlacements;
|
|
391
|
+
};
|
|
392
|
+
children: ArrayConstructor;
|
|
393
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
394
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
395
|
+
onOpenChange: PropType<(vis: boolean) => void>;
|
|
396
|
+
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
397
|
+
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "getPopupContainer" | "trigger" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
398
|
+
required: true;
|
|
399
|
+
default: () => {
|
|
400
|
+
title: undefined;
|
|
401
|
+
align: {};
|
|
402
|
+
arrowPointAtCenter: boolean;
|
|
403
|
+
arrow: boolean;
|
|
404
|
+
autoAdjustOverflow: boolean;
|
|
405
|
+
color: string;
|
|
406
|
+
destroyTooltipOnHide: boolean;
|
|
407
|
+
getPopupContainer: () => HTMLElement;
|
|
408
|
+
mouseEnterDelay: number;
|
|
409
|
+
mouseLeaveDelay: number;
|
|
410
|
+
overlayClassName: string;
|
|
411
|
+
overlayStyle: {};
|
|
412
|
+
overlayInnerStyle: {};
|
|
413
|
+
placement: string;
|
|
414
|
+
trigger: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
major: {
|
|
418
|
+
type: PropType<string>;
|
|
419
|
+
required: true;
|
|
420
|
+
default: string;
|
|
421
|
+
};
|
|
422
|
+
minor: {
|
|
423
|
+
type: PropType<string>;
|
|
424
|
+
required: true;
|
|
425
|
+
default: string;
|
|
426
|
+
};
|
|
427
|
+
majorColor: {
|
|
428
|
+
type: PropType<string>;
|
|
429
|
+
required: true;
|
|
430
|
+
default: string;
|
|
431
|
+
};
|
|
432
|
+
minorColor: {
|
|
433
|
+
type: PropType<string>;
|
|
434
|
+
required: true;
|
|
435
|
+
default: string;
|
|
436
|
+
};
|
|
437
|
+
labelValues: {
|
|
438
|
+
type: PropType< ApLadderLabelValue[]>;
|
|
439
|
+
required: true;
|
|
440
|
+
default: () => never[];
|
|
441
|
+
};
|
|
442
|
+
}>>, {}, {}, {}, {}, {
|
|
443
|
+
layout: "vertical" | "horizontal";
|
|
444
|
+
tooltip: boolean;
|
|
445
|
+
tooltipProps: Required<Pick<Partial< ExtractPropTypes<{
|
|
446
|
+
title: VueTypeValidableDef<any>;
|
|
447
|
+
trigger: PropType< TriggerType | TriggerType[]>;
|
|
448
|
+
open: {
|
|
449
|
+
type: BooleanConstructor;
|
|
450
|
+
default: any;
|
|
451
|
+
};
|
|
452
|
+
visible: {
|
|
453
|
+
type: BooleanConstructor;
|
|
454
|
+
default: any;
|
|
455
|
+
};
|
|
456
|
+
placement: PropType<TooltipPlacement>;
|
|
457
|
+
color: PropType<LiteralUnion<PresetColorType>>;
|
|
458
|
+
transitionName: StringConstructor;
|
|
459
|
+
overlayStyle: {
|
|
460
|
+
type: PropType<CSSProperties>;
|
|
461
|
+
default: CSSProperties;
|
|
462
|
+
};
|
|
463
|
+
overlayInnerStyle: {
|
|
464
|
+
type: PropType<CSSProperties>;
|
|
465
|
+
default: CSSProperties;
|
|
466
|
+
};
|
|
467
|
+
overlayClassName: StringConstructor;
|
|
468
|
+
openClassName: StringConstructor;
|
|
469
|
+
prefixCls: StringConstructor;
|
|
470
|
+
mouseEnterDelay: NumberConstructor;
|
|
471
|
+
mouseLeaveDelay: NumberConstructor;
|
|
472
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
473
|
+
arrowPointAtCenter: {
|
|
474
|
+
type: BooleanConstructor;
|
|
475
|
+
default: any;
|
|
476
|
+
};
|
|
477
|
+
arrow: {
|
|
478
|
+
type: PropType<boolean | {
|
|
479
|
+
pointAtCenter?: boolean;
|
|
480
|
+
}>;
|
|
481
|
+
default: boolean | {
|
|
482
|
+
pointAtCenter?: boolean;
|
|
483
|
+
};
|
|
484
|
+
};
|
|
485
|
+
autoAdjustOverflow: {
|
|
486
|
+
type: PropType<boolean | AdjustOverflow>;
|
|
487
|
+
default: boolean | AdjustOverflow;
|
|
488
|
+
};
|
|
489
|
+
destroyTooltipOnHide: {
|
|
490
|
+
type: BooleanConstructor;
|
|
491
|
+
default: any;
|
|
492
|
+
};
|
|
493
|
+
align: {
|
|
494
|
+
type: PropType<AlignType>;
|
|
495
|
+
default: AlignType;
|
|
496
|
+
};
|
|
497
|
+
builtinPlacements: {
|
|
498
|
+
type: PropType<BuildInPlacements>;
|
|
499
|
+
default: BuildInPlacements;
|
|
500
|
+
};
|
|
501
|
+
children: ArrayConstructor;
|
|
502
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
503
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
504
|
+
onOpenChange: PropType<(vis: boolean) => void>;
|
|
505
|
+
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
506
|
+
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "getPopupContainer" | "trigger" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>;
|
|
507
|
+
major: string;
|
|
508
|
+
minor: string;
|
|
509
|
+
majorColor: string;
|
|
510
|
+
minorColor: string;
|
|
511
|
+
labelValues: Array< ApLadderLabelValue>;
|
|
512
|
+
}>;
|
|
513
|
+
__isFragment?: never;
|
|
514
|
+
__isTeleport?: never;
|
|
515
|
+
__isSuspense?: never;
|
|
516
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
517
|
+
layout: {
|
|
518
|
+
type: PropType<"horizontal" | "vertical">;
|
|
519
|
+
required: true;
|
|
520
|
+
default: string;
|
|
521
|
+
};
|
|
522
|
+
tooltip: {
|
|
523
|
+
type: PropType<boolean>;
|
|
524
|
+
required: true;
|
|
525
|
+
default: boolean;
|
|
526
|
+
};
|
|
527
|
+
tooltipProps: {
|
|
528
|
+
type: PropType<Required<Pick<Partial< ExtractPropTypes<{
|
|
529
|
+
title: VueTypeValidableDef<any>;
|
|
530
|
+
trigger: PropType< TriggerType | TriggerType[]>;
|
|
531
|
+
open: {
|
|
532
|
+
type: BooleanConstructor;
|
|
533
|
+
default: any;
|
|
534
|
+
};
|
|
535
|
+
visible: {
|
|
536
|
+
type: BooleanConstructor;
|
|
537
|
+
default: any;
|
|
538
|
+
};
|
|
539
|
+
placement: PropType<TooltipPlacement>;
|
|
540
|
+
color: PropType<LiteralUnion<PresetColorType>>;
|
|
541
|
+
transitionName: StringConstructor;
|
|
542
|
+
overlayStyle: {
|
|
543
|
+
type: PropType<CSSProperties>;
|
|
544
|
+
default: CSSProperties;
|
|
545
|
+
};
|
|
546
|
+
overlayInnerStyle: {
|
|
547
|
+
type: PropType<CSSProperties>;
|
|
548
|
+
default: CSSProperties;
|
|
549
|
+
};
|
|
550
|
+
overlayClassName: StringConstructor;
|
|
551
|
+
openClassName: StringConstructor;
|
|
552
|
+
prefixCls: StringConstructor;
|
|
553
|
+
mouseEnterDelay: NumberConstructor;
|
|
554
|
+
mouseLeaveDelay: NumberConstructor;
|
|
555
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
556
|
+
arrowPointAtCenter: {
|
|
557
|
+
type: BooleanConstructor;
|
|
558
|
+
default: any;
|
|
559
|
+
};
|
|
560
|
+
arrow: {
|
|
561
|
+
type: PropType<boolean | {
|
|
562
|
+
pointAtCenter?: boolean;
|
|
563
|
+
}>;
|
|
564
|
+
default: boolean | {
|
|
565
|
+
pointAtCenter?: boolean;
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
autoAdjustOverflow: {
|
|
569
|
+
type: PropType<boolean | AdjustOverflow>;
|
|
570
|
+
default: boolean | AdjustOverflow;
|
|
571
|
+
};
|
|
572
|
+
destroyTooltipOnHide: {
|
|
573
|
+
type: BooleanConstructor;
|
|
574
|
+
default: any;
|
|
575
|
+
};
|
|
576
|
+
align: {
|
|
577
|
+
type: PropType<AlignType>;
|
|
578
|
+
default: AlignType;
|
|
579
|
+
};
|
|
580
|
+
builtinPlacements: {
|
|
581
|
+
type: PropType<BuildInPlacements>;
|
|
582
|
+
default: BuildInPlacements;
|
|
583
|
+
};
|
|
584
|
+
children: ArrayConstructor;
|
|
585
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
586
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
587
|
+
onOpenChange: PropType<(vis: boolean) => void>;
|
|
588
|
+
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
589
|
+
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "getPopupContainer" | "trigger" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>>;
|
|
590
|
+
required: true;
|
|
591
|
+
default: () => {
|
|
592
|
+
title: undefined;
|
|
593
|
+
align: {};
|
|
594
|
+
arrowPointAtCenter: boolean;
|
|
595
|
+
arrow: boolean;
|
|
596
|
+
autoAdjustOverflow: boolean;
|
|
597
|
+
color: string;
|
|
598
|
+
destroyTooltipOnHide: boolean;
|
|
599
|
+
getPopupContainer: () => HTMLElement;
|
|
600
|
+
mouseEnterDelay: number;
|
|
601
|
+
mouseLeaveDelay: number;
|
|
602
|
+
overlayClassName: string;
|
|
603
|
+
overlayStyle: {};
|
|
604
|
+
overlayInnerStyle: {};
|
|
605
|
+
placement: string;
|
|
606
|
+
trigger: string;
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
major: {
|
|
610
|
+
type: PropType<string>;
|
|
611
|
+
required: true;
|
|
612
|
+
default: string;
|
|
613
|
+
};
|
|
614
|
+
minor: {
|
|
615
|
+
type: PropType<string>;
|
|
616
|
+
required: true;
|
|
617
|
+
default: string;
|
|
618
|
+
};
|
|
619
|
+
majorColor: {
|
|
620
|
+
type: PropType<string>;
|
|
621
|
+
required: true;
|
|
622
|
+
default: string;
|
|
623
|
+
};
|
|
624
|
+
minorColor: {
|
|
625
|
+
type: PropType<string>;
|
|
626
|
+
required: true;
|
|
627
|
+
default: string;
|
|
628
|
+
};
|
|
629
|
+
labelValues: {
|
|
630
|
+
type: PropType< ApLadderLabelValue[]>;
|
|
631
|
+
required: true;
|
|
632
|
+
default: () => never[];
|
|
633
|
+
};
|
|
634
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
635
|
+
layout: "vertical" | "horizontal";
|
|
636
|
+
tooltip: boolean;
|
|
637
|
+
tooltipProps: Required<Pick<Partial< ExtractPropTypes<{
|
|
638
|
+
title: VueTypeValidableDef<any>;
|
|
639
|
+
trigger: PropType< TriggerType | TriggerType[]>;
|
|
640
|
+
open: {
|
|
641
|
+
type: BooleanConstructor;
|
|
642
|
+
default: any;
|
|
643
|
+
};
|
|
644
|
+
visible: {
|
|
645
|
+
type: BooleanConstructor;
|
|
646
|
+
default: any;
|
|
647
|
+
};
|
|
648
|
+
placement: PropType<TooltipPlacement>;
|
|
649
|
+
color: PropType<LiteralUnion<PresetColorType>>;
|
|
650
|
+
transitionName: StringConstructor;
|
|
651
|
+
overlayStyle: {
|
|
652
|
+
type: PropType<CSSProperties>;
|
|
653
|
+
default: CSSProperties;
|
|
654
|
+
};
|
|
655
|
+
overlayInnerStyle: {
|
|
656
|
+
type: PropType<CSSProperties>;
|
|
657
|
+
default: CSSProperties;
|
|
658
|
+
};
|
|
659
|
+
overlayClassName: StringConstructor;
|
|
660
|
+
openClassName: StringConstructor;
|
|
661
|
+
prefixCls: StringConstructor;
|
|
662
|
+
mouseEnterDelay: NumberConstructor;
|
|
663
|
+
mouseLeaveDelay: NumberConstructor;
|
|
664
|
+
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
665
|
+
arrowPointAtCenter: {
|
|
666
|
+
type: BooleanConstructor;
|
|
667
|
+
default: any;
|
|
668
|
+
};
|
|
669
|
+
arrow: {
|
|
670
|
+
type: PropType<boolean | {
|
|
671
|
+
pointAtCenter?: boolean;
|
|
672
|
+
}>;
|
|
673
|
+
default: boolean | {
|
|
674
|
+
pointAtCenter?: boolean;
|
|
675
|
+
};
|
|
676
|
+
};
|
|
677
|
+
autoAdjustOverflow: {
|
|
678
|
+
type: PropType<boolean | AdjustOverflow>;
|
|
679
|
+
default: boolean | AdjustOverflow;
|
|
680
|
+
};
|
|
681
|
+
destroyTooltipOnHide: {
|
|
682
|
+
type: BooleanConstructor;
|
|
683
|
+
default: any;
|
|
684
|
+
};
|
|
685
|
+
align: {
|
|
686
|
+
type: PropType<AlignType>;
|
|
687
|
+
default: AlignType;
|
|
688
|
+
};
|
|
689
|
+
builtinPlacements: {
|
|
690
|
+
type: PropType<BuildInPlacements>;
|
|
691
|
+
default: BuildInPlacements;
|
|
692
|
+
};
|
|
693
|
+
children: ArrayConstructor;
|
|
694
|
+
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
695
|
+
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
696
|
+
onOpenChange: PropType<(vis: boolean) => void>;
|
|
697
|
+
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
698
|
+
}>>, "title" | "placement" | "color" | "mouseEnterDelay" | "getPopupContainer" | "trigger" | "align" | "overlayStyle" | "overlayInnerStyle" | "overlayClassName" | "mouseLeaveDelay" | "arrowPointAtCenter" | "arrow" | "autoAdjustOverflow" | "destroyTooltipOnHide">>;
|
|
699
|
+
major: string;
|
|
700
|
+
minor: string;
|
|
701
|
+
majorColor: string;
|
|
702
|
+
minorColor: string;
|
|
703
|
+
labelValues: Array< ApLadderLabelValue>;
|
|
704
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
705
|
+
$slots: Readonly< ApLadderSlots> & ApLadderSlots;
|
|
706
|
+
}) & ( Plugin & (new (...args: any[]) => {
|
|
707
|
+
$props: {
|
|
708
|
+
onClick?: () => void;
|
|
709
|
+
};
|
|
710
|
+
}));
|
|
711
|
+
export { ApLadder };
|