@aplus-frontend/ui 0.1.4 → 0.1.6
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 +60 -59
- package/es/src/ap-action/group/index.vue.d.ts +3 -30
- package/es/src/ap-action/item/index.vue.d.ts +3 -30
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/es/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/es/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
- package/es/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/es/src/ap-download/ap-download.vue.d.ts +3 -28
- package/es/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/es/src/ap-field/date/index.vue.d.ts +19 -64
- package/es/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/es/src/ap-field/interface.d.ts +4 -0
- package/es/src/ap-field/number/index.vue.d.ts +138 -42
- package/es/src/ap-field/radio/index.vue.d.ts +51 -31
- package/es/src/ap-field/rate/index.vue.d.ts +46 -39
- package/es/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/es/src/ap-field/select/index.vue.d.ts +192 -59
- package/es/src/ap-field/select/index.vue.mjs +60 -53
- package/es/src/ap-field/slider/index.vue.d.ts +115 -40
- package/es/src/ap-field/switch/index.vue.d.ts +60 -35
- package/es/src/ap-field/text/index.vue.d.ts +105 -38
- package/es/src/ap-field/text/password.vue.d.ts +113 -45
- package/es/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +30 -28
- package/es/src/ap-form/ap-form-item.vue.d.ts +128 -38
- package/es/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/es/src/ap-form/ap-form.vue.d.ts +238 -36
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/es/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/es/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/es/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/es/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/es/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/es/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/es/src/ap-list/index.vue.d.ts +3 -3
- package/es/src/ap-table/ap-table.vue.d.ts +2 -2
- package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/es/src/ap-table/constants.d.ts +4014 -11845
- package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/es/src/ap-tag/ap-tag-group.vue.mjs +78 -78
- package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/es/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/es/src/base-button/button.vue.d.ts +3 -24
- package/es/src/base-button/index.d.ts +7 -110
- package/es/src/base-button/modal-button.vue.d.ts +8 -14
- package/es/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/es/src/basic/arrow.vue.d.ts +2 -11
- package/es/src/basic/help.vue.d.ts +324 -50
- package/es/src/basic/index.d.ts +667 -202
- package/es/src/basic/title.vue.d.ts +3 -24
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue.mjs +4 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +46 -0
- package/es/src/business/ap-batch-action/index.css +24 -0
- package/es/src/business/ap-batch-action/interface.d.ts +10 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/es/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
- package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/es/src/business/index.d.ts +211 -896
- package/es/src/business/index.mjs +14 -11
- package/es/src/business/title/ApTitle.vue.d.ts +3 -32
- package/es/src/button/button.vue.d.ts +2 -11
- package/es/src/button/index.d.ts +16 -32
- package/es/src/check-card/group.vue.d.ts +17 -41
- package/es/src/check-card/index.vue.d.ts +20 -35
- package/es/src/config-provider/config-provider.d.ts +41 -137
- package/es/src/config-provider/index.d.ts +161 -545
- package/es/src/container/collapse/header.vue.d.ts +11 -13
- package/es/src/container/collapse/index.vue.d.ts +11 -40
- package/es/src/container/index.d.ts +40 -119
- package/es/src/container/scroll-container.vue.d.ts +3 -12
- package/es/src/count-down/button.vue.d.ts +3 -24
- package/es/src/count-down/index.d.ts +12 -111
- package/es/src/count-down/input.vue.d.ts +3 -24
- package/es/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/es/src/cropper/cropper-image.vue.d.ts +5 -36
- package/es/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/es/src/cropper/index.d.ts +24 -269
- package/es/src/description/description.vue.d.ts +15 -45
- package/es/src/description/index.d.ts +51 -171
- package/es/src/dropdown/dropdown.vue.d.ts +5 -30
- package/es/src/dropdown/index.d.ts +12 -76
- package/es/src/editable-table/form-item.vue.d.ts +4 -4
- package/es/src/editable-table/index.vue.d.ts +6 -7
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/hooks/useControllableValue.d.ts +2 -2
- package/es/src/icon/icon.vue.d.ts +3 -29
- package/es/src/icon/index.d.ts +12 -159
- package/es/src/icon/svg-icon.vue.d.ts +3 -28
- package/es/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/es/src/icon-picker/index.d.ts +12 -139
- package/es/src/index.mjs +176 -175
- package/es/src/locale/lang/en.mjs +5 -0
- package/es/src/locale/lang/zh-cn.mjs +5 -0
- package/es/src/modal/basic.vue.d.ts +147 -117
- package/es/src/modal/components/modal-close.vue.d.ts +5 -26
- package/es/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/es/src/modal/components/modal-header.vue.d.ts +2 -11
- package/es/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/es/src/modal/components/modal.d.ts +145 -115
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/es/src/modal/index.d.ts +287 -462
- package/es/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/es/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/es/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/es/src/pro-form/pro-form.vue.d.ts +6 -57
- package/es/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/es/src/pro-form/table-form.vue.d.ts +4 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/es/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/index.vue.d.ts +8 -11
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/table-action.vue.d.ts +10 -24
- package/es/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/es/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/es/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/es/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/es/src/pro-table/pro-table.vue.d.ts +8 -61
- package/es/src/prompt/dialog.vue.d.ts +2 -11
- package/es/src/scroll-bar/bar-item.d.ts +10 -9
- package/es/src/scroll-bar/index.d.ts +12 -135
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/es/src/strength-meter/index.d.ts +12 -55
- package/es/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/es/src/tests/wrapper.d.ts +3 -6
- package/es/src/theme/ap-batch-action/ap-batch-action.css +24 -0
- package/es/src/theme/css-var/index.mjs +17 -5
- package/es/src/transition/collapse-transition.vue.d.ts +2 -2
- package/es/src/transition/create-transition.d.ts +13 -25
- package/es/src/transition/index.d.ts +88 -193
- package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/lib/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/lib/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/lib/src/ap-download/ap-download.vue.d.ts +3 -28
- package/lib/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/lib/src/ap-field/date/index.vue.d.ts +19 -64
- package/lib/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/lib/src/ap-field/interface.d.ts +4 -0
- package/lib/src/ap-field/number/index.vue.d.ts +138 -42
- package/lib/src/ap-field/radio/index.vue.d.ts +51 -31
- package/lib/src/ap-field/rate/index.vue.d.ts +46 -39
- package/lib/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/lib/src/ap-field/select/index.vue.d.ts +192 -59
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +115 -40
- package/lib/src/ap-field/switch/index.vue.d.ts +60 -35
- package/lib/src/ap-field/text/index.vue.d.ts +105 -38
- package/lib/src/ap-field/text/password.vue.d.ts +113 -45
- package/lib/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +128 -38
- package/lib/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/lib/src/ap-form/ap-form.vue.d.ts +238 -36
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/lib/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/lib/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/lib/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/lib/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/lib/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/lib/src/ap-list/index.vue.d.ts +3 -3
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
- package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/lib/src/ap-table/constants.d.ts +4014 -11845
- package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/lib/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/lib/src/base-button/button.vue.d.ts +3 -24
- package/lib/src/base-button/index.d.ts +7 -110
- package/lib/src/base-button/modal-button.vue.d.ts +8 -14
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/lib/src/basic/arrow.vue.d.ts +2 -11
- package/lib/src/basic/help.vue.d.ts +324 -50
- package/lib/src/basic/index.d.ts +667 -202
- package/lib/src/basic/title.vue.d.ts +3 -24
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -0
- package/lib/src/business/ap-batch-action/index.css +24 -0
- package/lib/src/business/ap-batch-action/interface.d.ts +10 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/lib/src/business/index.d.ts +211 -896
- package/lib/src/business/index.js +1 -1
- package/lib/src/business/title/ApTitle.vue.d.ts +3 -32
- package/lib/src/button/button.vue.d.ts +2 -11
- package/lib/src/button/index.d.ts +16 -32
- package/lib/src/check-card/group.vue.d.ts +17 -41
- package/lib/src/check-card/index.vue.d.ts +20 -35
- package/lib/src/config-provider/config-provider.d.ts +41 -137
- package/lib/src/config-provider/index.d.ts +161 -545
- package/lib/src/container/collapse/header.vue.d.ts +11 -13
- package/lib/src/container/collapse/index.vue.d.ts +11 -40
- package/lib/src/container/index.d.ts +40 -119
- package/lib/src/container/scroll-container.vue.d.ts +3 -12
- package/lib/src/count-down/button.vue.d.ts +3 -24
- package/lib/src/count-down/index.d.ts +12 -111
- package/lib/src/count-down/input.vue.d.ts +3 -24
- package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/lib/src/cropper/cropper-image.vue.d.ts +5 -36
- package/lib/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/lib/src/cropper/index.d.ts +24 -269
- package/lib/src/description/description.vue.d.ts +15 -45
- package/lib/src/description/index.d.ts +51 -171
- package/lib/src/dropdown/dropdown.vue.d.ts +5 -30
- package/lib/src/dropdown/index.d.ts +12 -76
- package/lib/src/editable-table/form-item.vue.d.ts +4 -4
- package/lib/src/editable-table/index.vue.d.ts +6 -7
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/hooks/useControllableValue.d.ts +2 -2
- package/lib/src/icon/icon.vue.d.ts +3 -29
- package/lib/src/icon/index.d.ts +12 -159
- package/lib/src/icon/svg-icon.vue.d.ts +3 -28
- package/lib/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/lib/src/icon-picker/index.d.ts +12 -139
- 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/modal/basic.vue.d.ts +147 -117
- package/lib/src/modal/components/modal-close.vue.d.ts +5 -26
- package/lib/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/lib/src/modal/components/modal-header.vue.d.ts +2 -11
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/lib/src/modal/components/modal.d.ts +145 -115
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/lib/src/modal/index.d.ts +287 -462
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/lib/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/lib/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +6 -57
- package/lib/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/lib/src/pro-form/table-form.vue.d.ts +4 -29
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/lib/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/index.vue.d.ts +8 -11
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/table-action.vue.d.ts +10 -24
- package/lib/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/lib/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/lib/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/lib/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/lib/src/pro-table/pro-table.vue.d.ts +8 -61
- package/lib/src/prompt/dialog.vue.d.ts +2 -11
- package/lib/src/scroll-bar/bar-item.d.ts +10 -9
- package/lib/src/scroll-bar/index.d.ts +12 -135
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/lib/src/strength-meter/index.d.ts +12 -55
- package/lib/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/lib/src/tests/wrapper.d.ts +3 -6
- package/lib/src/theme/ap-batch-action/ap-batch-action.css +24 -0
- package/lib/src/theme/css-var/index.js +1 -1
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
- package/lib/src/transition/create-transition.d.ts +13 -25
- package/lib/src/transition/index.d.ts +88 -193
- package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/package.json +4 -4
|
@@ -1,118 +1,26 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
import { ScrollbarProps } from './interface';
|
|
2
3
|
import { StyleValue } from '../type';
|
|
3
4
|
export * from './interface';
|
|
4
5
|
export declare const Scrollbar: {
|
|
5
|
-
new (...args: any[]):
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
scrollHeight: {
|
|
10
|
-
type: PropType<number>;
|
|
11
|
-
default: number;
|
|
12
|
-
};
|
|
13
|
-
wrapStyle: {
|
|
14
|
-
type: PropType<StyleValue>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
wrapClass: {
|
|
18
|
-
type: PropType<string | string[]>;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
viewClass: {
|
|
22
|
-
type: PropType<string | string[]>;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
viewStyle: {
|
|
26
|
-
type: PropType<string | string[]>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
noresize: {
|
|
30
|
-
type: PropType<boolean>;
|
|
31
|
-
};
|
|
32
|
-
tag: {
|
|
33
|
-
type: PropType<string>;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
}>>, {
|
|
37
|
-
wrap: Ref<any>;
|
|
38
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
39
|
-
native: {
|
|
40
|
-
type: PropType<boolean>;
|
|
41
|
-
};
|
|
42
|
-
scrollHeight: {
|
|
43
|
-
type: PropType<number>;
|
|
44
|
-
default: number;
|
|
45
|
-
};
|
|
46
|
-
wrapStyle: {
|
|
47
|
-
type: PropType<StyleValue>;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
wrapClass: {
|
|
51
|
-
type: PropType<string | string[]>;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
viewClass: {
|
|
55
|
-
type: PropType<string | string[]>;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
viewStyle: {
|
|
59
|
-
type: PropType<string | string[]>;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
noresize: {
|
|
63
|
-
type: PropType<boolean>;
|
|
64
|
-
};
|
|
65
|
-
tag: {
|
|
66
|
-
type: PropType<string>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
}>>, {
|
|
6
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ScrollbarProps & {}>, {
|
|
7
|
+
wrap: Ref<any, any>;
|
|
8
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ScrollbarProps & {}>, {
|
|
70
9
|
scrollHeight: number;
|
|
71
10
|
wrapStyle: StyleValue;
|
|
72
11
|
wrapClass: string | string[];
|
|
73
12
|
viewClass: string | string[];
|
|
74
13
|
viewStyle: string | string[];
|
|
75
14
|
tag: string;
|
|
76
|
-
},
|
|
15
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
|
|
77
16
|
P: {};
|
|
78
17
|
B: {};
|
|
79
18
|
D: {};
|
|
80
19
|
C: {};
|
|
81
20
|
M: {};
|
|
82
21
|
Defaults: {};
|
|
83
|
-
}, Readonly<
|
|
84
|
-
|
|
85
|
-
type: PropType<boolean>;
|
|
86
|
-
};
|
|
87
|
-
scrollHeight: {
|
|
88
|
-
type: PropType<number>;
|
|
89
|
-
default: number;
|
|
90
|
-
};
|
|
91
|
-
wrapStyle: {
|
|
92
|
-
type: PropType<StyleValue>;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
wrapClass: {
|
|
96
|
-
type: PropType<string | string[]>;
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
|
-
viewClass: {
|
|
100
|
-
type: PropType<string | string[]>;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
viewStyle: {
|
|
104
|
-
type: PropType<string | string[]>;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
|
-
noresize: {
|
|
108
|
-
type: PropType<boolean>;
|
|
109
|
-
};
|
|
110
|
-
tag: {
|
|
111
|
-
type: PropType<string>;
|
|
112
|
-
default: string;
|
|
113
|
-
};
|
|
114
|
-
}>>, {
|
|
115
|
-
wrap: Ref<any>;
|
|
22
|
+
}, Readonly< ScrollbarProps & {}>, {
|
|
23
|
+
wrap: Ref<any, any>;
|
|
116
24
|
}, {}, {}, {}, {
|
|
117
25
|
scrollHeight: number;
|
|
118
26
|
wrapStyle: StyleValue;
|
|
@@ -124,47 +32,16 @@ export declare const Scrollbar: {
|
|
|
124
32
|
__isFragment?: never;
|
|
125
33
|
__isTeleport?: never;
|
|
126
34
|
__isSuspense?: never;
|
|
127
|
-
} & ComponentOptionsBase<Readonly<
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
};
|
|
131
|
-
scrollHeight: {
|
|
132
|
-
type: PropType<number>;
|
|
133
|
-
default: number;
|
|
134
|
-
};
|
|
135
|
-
wrapStyle: {
|
|
136
|
-
type: PropType<StyleValue>;
|
|
137
|
-
default: string;
|
|
138
|
-
};
|
|
139
|
-
wrapClass: {
|
|
140
|
-
type: PropType<string | string[]>;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
|
-
viewClass: {
|
|
144
|
-
type: PropType<string | string[]>;
|
|
145
|
-
default: string;
|
|
146
|
-
};
|
|
147
|
-
viewStyle: {
|
|
148
|
-
type: PropType<string | string[]>;
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
noresize: {
|
|
152
|
-
type: PropType<boolean>;
|
|
153
|
-
};
|
|
154
|
-
tag: {
|
|
155
|
-
type: PropType<string>;
|
|
156
|
-
default: string;
|
|
157
|
-
};
|
|
158
|
-
}>>, {
|
|
159
|
-
wrap: Ref<any>;
|
|
160
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
35
|
+
} & ComponentOptionsBase<Readonly< ScrollbarProps & {}>, {
|
|
36
|
+
wrap: Ref<any, any>;
|
|
37
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
161
38
|
scrollHeight: number;
|
|
162
39
|
wrapStyle: StyleValue;
|
|
163
40
|
wrapClass: string | string[];
|
|
164
41
|
viewClass: string | string[];
|
|
165
42
|
viewStyle: string | string[];
|
|
166
43
|
tag: string;
|
|
167
|
-
}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
44
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
168
45
|
$slots: {
|
|
169
46
|
default?(_: {}): any;
|
|
170
47
|
};
|
|
@@ -1,54 +1,23 @@
|
|
|
1
1
|
import { ScrollbarProps } from './interface';
|
|
2
|
-
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { StyleValue } from '../type';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: DefineComponent<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
viewStyle: string;
|
|
11
|
-
viewClass: string;
|
|
12
|
-
tag: string;
|
|
13
|
-
scrollHeight: number;
|
|
14
|
-
}>, {
|
|
15
|
-
wrap: Ref<any>;
|
|
16
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ScrollbarProps>, {
|
|
17
|
-
wrapStyle: string;
|
|
18
|
-
wrapClass: string;
|
|
19
|
-
viewStyle: string;
|
|
20
|
-
viewClass: string;
|
|
21
|
-
tag: string;
|
|
22
|
-
scrollHeight: number;
|
|
23
|
-
}>>>, {
|
|
7
|
+
declare const __VLS_component: DefineComponent<ScrollbarProps, {
|
|
8
|
+
wrap: Ref<any, any>;
|
|
9
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollbarProps & {}>, {
|
|
24
10
|
scrollHeight: number;
|
|
25
11
|
wrapStyle: StyleValue;
|
|
26
12
|
wrapClass: string | string[];
|
|
27
13
|
viewClass: string | string[];
|
|
28
14
|
viewStyle: string | string[];
|
|
29
15
|
tag: string;
|
|
30
|
-
}, {}>;
|
|
16
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
31
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
32
18
|
export default _default;
|
|
33
|
-
type __VLS_WithDefaults<P, D> = {
|
|
34
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
-
default: D[K];
|
|
36
|
-
}> : P[K];
|
|
37
|
-
};
|
|
38
|
-
type __VLS_Prettify<T> = {
|
|
39
|
-
[K in keyof T]: T[K];
|
|
40
|
-
} & {};
|
|
41
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
20
|
new (): {
|
|
43
21
|
$slots: S;
|
|
44
22
|
};
|
|
45
23
|
};
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToOption<T> = {
|
|
48
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
-
} : {
|
|
51
|
-
type: PropType<T[K]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
@@ -1,86 +1,43 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
import { StrengthMeterProps } from './interface';
|
|
2
3
|
export * from './interface';
|
|
3
4
|
export declare const StrengthMeter: {
|
|
4
|
-
new (...args: any[]):
|
|
5
|
-
value: {
|
|
6
|
-
type: PropType<string>;
|
|
7
|
-
};
|
|
8
|
-
disabled: {
|
|
9
|
-
type: PropType<boolean>;
|
|
10
|
-
};
|
|
11
|
-
showInput: {
|
|
12
|
-
type: PropType<boolean>;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
|
-
}>> & {
|
|
5
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< StrengthMeterProps & {
|
|
16
6
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
17
7
|
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
}
|
|
8
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
9
|
change: (...args: any[]) => void;
|
|
20
10
|
"score-change": (...args: any[]) => void;
|
|
21
|
-
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<
|
|
22
|
-
value: {
|
|
23
|
-
type: PropType<string>;
|
|
24
|
-
};
|
|
25
|
-
disabled: {
|
|
26
|
-
type: PropType<boolean>;
|
|
27
|
-
};
|
|
28
|
-
showInput: {
|
|
29
|
-
type: PropType<boolean>;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
}>> & {
|
|
11
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< StrengthMeterProps & {
|
|
33
12
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
34
13
|
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
}
|
|
14
|
+
}>, {
|
|
36
15
|
showInput: boolean;
|
|
37
|
-
},
|
|
16
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
|
|
38
17
|
P: {};
|
|
39
18
|
B: {};
|
|
40
19
|
D: {};
|
|
41
20
|
C: {};
|
|
42
21
|
M: {};
|
|
43
22
|
Defaults: {};
|
|
44
|
-
}, Readonly<
|
|
45
|
-
value: {
|
|
46
|
-
type: PropType<string>;
|
|
47
|
-
};
|
|
48
|
-
disabled: {
|
|
49
|
-
type: PropType<boolean>;
|
|
50
|
-
};
|
|
51
|
-
showInput: {
|
|
52
|
-
type: PropType<boolean>;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
}>> & {
|
|
23
|
+
}, Readonly< StrengthMeterProps & {
|
|
56
24
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
57
25
|
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
58
|
-
}
|
|
26
|
+
}>, {}, {}, {}, {}, {
|
|
59
27
|
showInput: boolean;
|
|
60
28
|
}>;
|
|
61
29
|
__isFragment?: never;
|
|
62
30
|
__isTeleport?: never;
|
|
63
31
|
__isSuspense?: never;
|
|
64
|
-
} & ComponentOptionsBase<Readonly<
|
|
65
|
-
value: {
|
|
66
|
-
type: PropType<string>;
|
|
67
|
-
};
|
|
68
|
-
disabled: {
|
|
69
|
-
type: PropType<boolean>;
|
|
70
|
-
};
|
|
71
|
-
showInput: {
|
|
72
|
-
type: PropType<boolean>;
|
|
73
|
-
default: boolean;
|
|
74
|
-
};
|
|
75
|
-
}>> & {
|
|
32
|
+
} & ComponentOptionsBase<Readonly< StrengthMeterProps & {
|
|
76
33
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
77
34
|
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
78
|
-
}
|
|
35
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
79
36
|
change: (...args: any[]) => void;
|
|
80
37
|
"score-change": (...args: any[]) => void;
|
|
81
38
|
}, string, {
|
|
82
39
|
showInput: boolean;
|
|
83
|
-
}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
40
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
84
41
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
85
42
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
86
43
|
$props: {
|
|
@@ -1,40 +1,19 @@
|
|
|
1
1
|
import { StrengthMeterProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): Partial<Record<string, (_: any) => any>>;
|
|
4
|
-
declare const __VLS_component: DefineComponent<
|
|
5
|
-
showInput: boolean;
|
|
6
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4
|
+
declare const __VLS_component: DefineComponent<StrengthMeterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7
5
|
change: (...args: any[]) => void;
|
|
8
6
|
"score-change": (...args: any[]) => void;
|
|
9
|
-
}, string, PublicProps, Readonly<
|
|
10
|
-
showInput: boolean;
|
|
11
|
-
}>>> & {
|
|
7
|
+
}, string, PublicProps, Readonly<StrengthMeterProps & {
|
|
12
8
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
13
9
|
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}
|
|
10
|
+
}>, {
|
|
15
11
|
showInput: boolean;
|
|
16
|
-
}, {}>;
|
|
12
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
17
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
18
14
|
export default _default;
|
|
19
|
-
type __VLS_WithDefaults<P, D> = {
|
|
20
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
21
|
-
default: D[K];
|
|
22
|
-
}> : P[K];
|
|
23
|
-
};
|
|
24
|
-
type __VLS_Prettify<T> = {
|
|
25
|
-
[K in keyof T]: T[K];
|
|
26
|
-
} & {};
|
|
27
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
16
|
new (): {
|
|
29
17
|
$slots: S;
|
|
30
18
|
};
|
|
31
19
|
};
|
|
32
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
-
type __VLS_TypePropsToOption<T> = {
|
|
34
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
-
} : {
|
|
37
|
-
type: PropType<T[K]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
2
|
-
export declare const Wrapper: DefineComponent<{
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
export declare const Wrapper: DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, {
|
|
3
3
|
uiMode?: ("admin" | "aplus") | undefined;
|
|
4
4
|
lang?: ("en" | "zh-cn") | undefined;
|
|
5
|
-
},
|
|
6
|
-
uiMode?: ("admin" | "aplus") | undefined;
|
|
7
|
-
lang?: ("en" | "zh-cn") | undefined;
|
|
8
|
-
}>, {}, {}>;
|
|
5
|
+
}, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.aplus-ap-batch-action {
|
|
2
|
+
width: 100%;
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
}
|
|
6
|
+
.aplus-ap-batch-action .selected-desc {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
margin-right: 16px;
|
|
10
|
+
}
|
|
11
|
+
.aplus-ap-batch-action .selected-desc-conut {
|
|
12
|
+
font-size: 14px;
|
|
13
|
+
color: var(--ap-batch-action-color-font, #8896b0);
|
|
14
|
+
}
|
|
15
|
+
.aplus-ap-batch-action .selected-desc-conut span {
|
|
16
|
+
color: var(--ap-batch-action-color-active, #0070ff);
|
|
17
|
+
font-weight: bold;
|
|
18
|
+
}
|
|
19
|
+
.aplus-ap-batch-action .selected-desc-clean {
|
|
20
|
+
margin-left: 8px;
|
|
21
|
+
}
|
|
22
|
+
.aplus-ap-batch-action .selected-desc-clean > * {
|
|
23
|
+
padding: 0;
|
|
24
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i={"ap-form":{bordered:{"border-color":{base:"#DEE4ED",hover:"#66A9FF",active:"#66A9FF"},"shadow-color":"rgba(5, 155, 255, 0.1)"}},"ap-action":{color:{primary:{base:"#0070FF",hover:"#66A9FF"},success:"#2ED1A3",error:"#FF4D4F",warn:"#FFA940"}},"check-card":{outline:{color:"#E9EDF3"},hover:{outline:{color:"#0070FF"}},checked:{outline:{color:"#0070FF"},bg:"#0070FF"}},"ap-table":{header:{bg:"#F2F6F9"}}},b={"ap-form":{bordered:{"border-color":{base:"#D9D9D9",hover:"#85D4B0",active:"#85D4B0"},"shadow-color":"rgba(11, 166, 66, 0.09)"}},"ap-action":{color:{primary:{base:"#1890FF",hover:"#5EB1FF"},success:"#52C41A",error:"#FF4D4F",warn:"#FAAD14"}},"check-card":{outline:{color:"#D9D9D9"},hover:{outline:{color:"#34B77C"}},checked:{outline:{color:"#34B77C"},bg:"#34B77C"}},"ap-table":{header:{bg:"#FAFAFA"}}};function n(
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i={"ap-form":{bordered:{"border-color":{base:"#DEE4ED",hover:"#66A9FF",active:"#66A9FF"},"shadow-color":"rgba(5, 155, 255, 0.1)"}},"ap-action":{color:{primary:{base:"#0070FF",hover:"#66A9FF"},success:"#2ED1A3",error:"#FF4D4F",warn:"#FFA940"}},"check-card":{outline:{color:"#E9EDF3"},hover:{outline:{color:"#0070FF"}},checked:{outline:{color:"#0070FF"},bg:"#0070FF"}},"ap-table":{header:{bg:"#F2F6F9"}},"ap-batch-action":{color:{font:"#8896B0",active:"#0070FF"}}},b={"ap-form":{bordered:{"border-color":{base:"#D9D9D9",hover:"#85D4B0",active:"#85D4B0"},"shadow-color":"rgba(11, 166, 66, 0.09)"}},"ap-action":{color:{primary:{base:"#1890FF",hover:"#5EB1FF"},success:"#52C41A",error:"#FF4D4F",warn:"#FAAD14"}},"check-card":{outline:{color:"#D9D9D9"},hover:{outline:{color:"#34B77C"}},checked:{outline:{color:"#34B77C"},bg:"#34B77C"}},"ap-table":{header:{bg:"#FAFAFA"}},"ap-batch-action":{color:{font:"#999999",active:"#34B77C"}}};function n(a){const o={};function e(c,l){const F=Object.keys(c);for(const t of F){const r=c[t],s=[...l,t];r!==null&&typeof r=="object"?e(r,s):o[`--${s.join("-")}`]=r}}return e(a,[]),o}const u=n(i),d=n(b);function h(a){Object.entries(a).forEach(([o,e])=>{document.documentElement.style.setProperty(o,e)})}exports.adminCssVar=d;exports.aplusCssVar=u;exports.setCSSVariables=h;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
default?(_: {}): any;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
5
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
6
6
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type Mode = 'in-out' | 'out-in' | 'default' | undefined;
|
|
3
|
-
export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<{
|
|
3
|
+
export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<ExtractPropTypes<{
|
|
4
4
|
group: {
|
|
5
5
|
type: PropType<boolean>;
|
|
6
6
|
default: boolean;
|
|
@@ -13,35 +13,23 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
|
|
|
13
13
|
type: PropType<string>;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
-
}
|
|
17
|
-
group: {
|
|
18
|
-
type: PropType<boolean>;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
mode: {
|
|
22
|
-
type: PropType<Mode>;
|
|
23
|
-
default: Mode;
|
|
24
|
-
};
|
|
25
|
-
origin: {
|
|
26
|
-
type: PropType<string>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
}>>, {
|
|
16
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
30
17
|
mode: Mode;
|
|
31
18
|
origin: string;
|
|
32
19
|
group: boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
20
|
+
} & {} & {}>, {
|
|
21
|
+
mode: Mode;
|
|
22
|
+
origin: string;
|
|
23
|
+
group: boolean;
|
|
24
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
25
|
+
export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): DefineComponent<ExtractPropTypes<{
|
|
40
26
|
mode: {
|
|
41
27
|
type: PropType<Mode>;
|
|
42
28
|
default: "default" | "in-out" | "out-in";
|
|
43
29
|
};
|
|
44
|
-
}
|
|
30
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
31
|
+
mode: Mode;
|
|
32
|
+
} & {} & {}>, {
|
|
45
33
|
mode: Mode;
|
|
46
|
-
}, {}>;
|
|
34
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
47
35
|
export {};
|