@aplus-frontend/ui 0.1.8 → 0.1.10
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 +57 -56
- package/es/src/ap-action/group/index.vue.d.ts +30 -3
- package/es/src/ap-action/item/index.vue.d.ts +30 -3
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
- package/es/src/ap-action/item-modal/index.vue.d.ts +33 -6
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
- package/es/src/ap-custom-column/column-select.vue.d.ts +14 -5
- package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
- package/es/src/ap-custom-column/custom-column.vue.d.ts +14 -5
- package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
- package/es/src/ap-download/ap-download.vue.d.ts +28 -3
- package/es/src/ap-field/checkbox/index.vue.d.ts +31 -40
- package/es/src/ap-field/date/index.vue.d.ts +64 -19
- package/es/src/ap-field/date-range/index.vue.d.ts +66 -20
- package/es/src/ap-field/interface.d.ts +4 -0
- package/es/src/ap-field/number/index.vue.d.ts +42 -138
- package/es/src/ap-field/radio/index.vue.d.ts +31 -51
- package/es/src/ap-field/rate/index.vue.d.ts +39 -46
- package/es/src/ap-field/segmented/index.vue.d.ts +32 -47
- package/es/src/ap-field/select/index.vue.d.ts +65 -192
- package/es/src/ap-field/select/index.vue.mjs +36 -31
- package/es/src/ap-field/slider/index.vue.d.ts +40 -115
- package/es/src/ap-field/switch/index.vue.d.ts +35 -60
- package/es/src/ap-field/text/index.vue.d.ts +38 -105
- package/es/src/ap-field/text/password.vue.d.ts +45 -113
- package/es/src/ap-field/text-area/index.vue.d.ts +38 -117
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +25 -30
- package/es/src/ap-form/ap-form-item.vue.d.ts +38 -128
- package/es/src/ap-form/ap-form-item.vue.mjs +52 -42
- package/es/src/ap-form/ap-form-list.vue.d.ts +11 -2
- package/es/src/ap-form/ap-form.vue.d.ts +36 -238
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
- package/es/src/ap-form/items/date/index.vue.d.ts +37 -131
- package/es/src/ap-form/items/date-range/index.vue.d.ts +37 -131
- package/es/src/ap-form/items/number/index.vue.d.ts +38 -132
- package/es/src/ap-form/items/radio/index.vue.d.ts +38 -8
- package/es/src/ap-form/items/select/index.vue.d.ts +38 -132
- package/es/src/ap-form/items/switch/index.vue.d.ts +39 -7
- package/es/src/ap-form/items/text/index.vue.d.ts +38 -132
- package/es/src/ap-form/items/text/password.vue.d.ts +38 -132
- package/es/src/ap-form/items/text-area/index.vue.d.ts +38 -9
- package/es/src/ap-form/modal-form/index.vue.d.ts +52 -17
- package/es/src/ap-form/search-form/index.vue.d.ts +50 -254
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +30 -3
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +33 -23
- 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/ap-table.vue.mjs +158 -147
- package/es/src/ap-table/components/index/index.vue.d.ts +24 -3
- package/es/src/ap-table/components/status/index.vue.d.ts +11 -2
- package/es/src/ap-table/constants.d.ts +12396 -4527
- 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 -10
- package/es/src/ap-table/hooks/use-table-paging.mjs +63 -63
- package/es/src/ap-table/interface.d.ts +13 -1
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
- package/es/src/ap-tag/ap-tag-group.vue.mjs +88 -88
- package/es/src/ap-tag/ap-tag.vue.d.ts +28 -3
- package/es/src/ap-upload/apUpload.vue.d.ts +48 -23
- 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 +24 -3
- package/es/src/base-button/index.d.ts +110 -7
- package/es/src/base-button/modal-button.vue.d.ts +14 -8
- package/es/src/base-button/pop-confirm-button.vue.d.ts +10 -7
- package/es/src/basic/arrow.vue.d.ts +11 -2
- package/es/src/basic/help.vue.d.ts +50 -324
- package/es/src/basic/index.d.ts +202 -667
- package/es/src/basic/title.vue.d.ts +24 -3
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +53 -48
- package/es/src/business/ap-export-group/interface.d.ts +4 -0
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
- package/es/src/business/ap-label/ApLabel.vue.d.ts +40 -45
- package/es/src/business/ap-label/ApLabel.vue2.mjs +54 -39
- package/es/src/business/ap-label/ApLabelGroup.d.ts +43 -0
- package/es/src/business/ap-label/ApLabelGroup.mjs +30 -0
- package/es/src/business/ap-label/constans.d.ts +20 -0
- package/es/src/business/ap-label/constans.mjs +21 -0
- package/es/src/business/ap-label/interface.d.ts +21 -2
- package/es/src/business/ap-label/style.css +26 -1
- 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 +28 -3
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
- package/es/src/business/index.d.ts +995 -201
- package/es/src/business/index.mjs +21 -19
- package/es/src/business/title/ApTitle.vue.d.ts +32 -3
- package/es/src/button/button.vue.d.ts +11 -2
- package/es/src/button/index.d.ts +32 -16
- package/es/src/check-card/group.vue.d.ts +41 -17
- package/es/src/check-card/index.vue.d.ts +35 -20
- package/es/src/config-provider/config-provider.d.ts +137 -41
- package/es/src/config-provider/index.d.ts +545 -161
- package/es/src/container/collapse/header.vue.d.ts +13 -11
- package/es/src/container/collapse/index.vue.d.ts +40 -11
- package/es/src/container/index.d.ts +119 -40
- package/es/src/container/scroll-container.vue.d.ts +12 -3
- package/es/src/count-down/button.vue.d.ts +24 -3
- package/es/src/count-down/index.d.ts +111 -12
- package/es/src/count-down/input.vue.d.ts +24 -3
- package/es/src/cropper/cropper-avatar.vue.d.ts +33 -6
- package/es/src/cropper/cropper-image.vue.d.ts +36 -5
- package/es/src/cropper/cropper-modal.vue.d.ts +21 -13
- package/es/src/cropper/index.d.ts +269 -24
- package/es/src/description/description.vue.d.ts +45 -15
- package/es/src/description/index.d.ts +171 -51
- package/es/src/dropdown/dropdown.vue.d.ts +30 -5
- package/es/src/dropdown/index.d.ts +76 -12
- package/es/src/editable-table/form-item.vue.d.ts +4 -4
- package/es/src/editable-table/index.vue.d.ts +4 -4
- package/es/src/hooks/useControllableValue.d.ts +1 -1
- package/es/src/icon/icon.vue.d.ts +29 -3
- package/es/src/icon/index.d.ts +159 -12
- package/es/src/icon/svg-icon.vue.d.ts +28 -3
- package/es/src/icon-picker/icon-picker.vue.d.ts +38 -5
- package/es/src/icon-picker/index.d.ts +139 -12
- package/es/src/index.mjs +184 -183
- package/es/src/modal/basic.vue.d.ts +117 -147
- package/es/src/modal/components/modal-close.vue.d.ts +26 -5
- package/es/src/modal/components/modal-footer.vue.d.ts +116 -146
- package/es/src/modal/components/modal-header.vue.d.ts +11 -2
- package/es/src/modal/components/modal-wrapper.vue.d.ts +43 -19
- package/es/src/modal/components/modal.d.ts +115 -145
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/es/src/modal/index.d.ts +462 -287
- package/es/src/pro-form/components/api-cascader.vue.d.ts +38 -5
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
- package/es/src/pro-form/components/api-select.vue.d.ts +38 -5
- package/es/src/pro-form/components/api-transfer.vue.d.ts +40 -5
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
- package/es/src/pro-form/components/api-tree.vue.d.ts +28 -5
- package/es/src/pro-form/components/form-action.vue.d.ts +38 -5
- package/es/src/pro-form/components/form-item.vue.d.ts +34 -14
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
- package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/es/src/pro-form/pro-form.vue.d.ts +57 -6
- package/es/src/pro-form/table-form-inner.vue.d.ts +34 -5
- package/es/src/pro-form/table-form.vue.d.ts +29 -4
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
- package/es/src/pro-table/components/header-cell.vue.d.ts +9 -726
- 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 +11 -8
- 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 +24 -10
- package/es/src/pro-table/components/table-footer.vue.d.ts +30 -5
- package/es/src/pro-table/components/table-header.vue.d.ts +31 -15
- package/es/src/pro-table/components/table-image.vue.d.ts +32 -3
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
- package/es/src/pro-table/components/table-title.vue.d.ts +13 -7
- package/es/src/pro-table/pro-table.vue.d.ts +61 -8
- package/es/src/prompt/dialog.vue.d.ts +11 -2
- package/es/src/scroll-bar/bar-item.d.ts +9 -10
- package/es/src/scroll-bar/index.d.ts +135 -12
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
- package/es/src/strength-meter/index.d.ts +55 -12
- package/es/src/strength-meter/strength-meter.vue.d.ts +26 -5
- package/es/src/tests/wrapper.d.ts +6 -3
- package/es/src/theme/antd-global-overwrite/admin/button.css +3 -0
- package/es/src/theme/antd-global-overwrite/admin/index.css +3 -0
- package/es/src/theme/antd-global-overwrite/aplus/button.css +3 -0
- package/es/src/theme/antd-global-overwrite/aplus/index.css +3 -0
- package/es/src/theme/ap-label/ap-label.css +26 -1
- package/es/src/transition/collapse-transition.vue.d.ts +2 -2
- package/es/src/transition/create-transition.d.ts +25 -13
- package/es/src/transition/index.d.ts +193 -88
- 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 +15 -6
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +30 -3
- package/lib/src/ap-action/item/index.vue.d.ts +30 -3
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
- package/lib/src/ap-action/item-modal/index.vue.d.ts +33 -6
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
- package/lib/src/ap-custom-column/column-select.vue.d.ts +14 -5
- package/lib/src/ap-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +14 -5
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
- package/lib/src/ap-download/ap-download.vue.d.ts +28 -3
- package/lib/src/ap-field/checkbox/index.vue.d.ts +31 -40
- package/lib/src/ap-field/date/index.vue.d.ts +64 -19
- package/lib/src/ap-field/date-range/index.vue.d.ts +66 -20
- package/lib/src/ap-field/interface.d.ts +4 -0
- package/lib/src/ap-field/number/index.vue.d.ts +42 -138
- package/lib/src/ap-field/radio/index.vue.d.ts +31 -51
- package/lib/src/ap-field/rate/index.vue.d.ts +39 -46
- package/lib/src/ap-field/segmented/index.vue.d.ts +32 -47
- package/lib/src/ap-field/select/index.vue.d.ts +65 -192
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +40 -115
- package/lib/src/ap-field/switch/index.vue.d.ts +35 -60
- package/lib/src/ap-field/text/index.vue.d.ts +38 -105
- package/lib/src/ap-field/text/password.vue.d.ts +45 -113
- package/lib/src/ap-field/text-area/index.vue.d.ts +38 -117
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
- 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 +38 -128
- package/lib/src/ap-form/ap-form-item.vue.js +1 -1
- package/lib/src/ap-form/ap-form-list.vue.d.ts +11 -2
- package/lib/src/ap-form/ap-form.vue.d.ts +36 -238
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
- package/lib/src/ap-form/items/date/index.vue.d.ts +37 -131
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +37 -131
- package/lib/src/ap-form/items/number/index.vue.d.ts +38 -132
- package/lib/src/ap-form/items/radio/index.vue.d.ts +38 -8
- package/lib/src/ap-form/items/select/index.vue.d.ts +38 -132
- package/lib/src/ap-form/items/switch/index.vue.d.ts +39 -7
- package/lib/src/ap-form/items/text/index.vue.d.ts +38 -132
- package/lib/src/ap-form/items/text/password.vue.d.ts +38 -132
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +38 -9
- package/lib/src/ap-form/modal-form/index.vue.d.ts +52 -17
- package/lib/src/ap-form/search-form/index.vue.d.ts +50 -254
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +30 -3
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
- 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/ap-table.vue.js +1 -1
- package/lib/src/ap-table/components/index/index.vue.d.ts +24 -3
- package/lib/src/ap-table/components/status/index.vue.d.ts +11 -2
- package/lib/src/ap-table/constants.d.ts +12396 -4527
- 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 -10
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- package/lib/src/ap-table/interface.d.ts +13 -1
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +28 -3
- package/lib/src/ap-upload/apUpload.vue.d.ts +48 -23
- 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 +24 -3
- package/lib/src/base-button/index.d.ts +110 -7
- package/lib/src/base-button/modal-button.vue.d.ts +14 -8
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +10 -7
- package/lib/src/basic/arrow.vue.d.ts +11 -2
- package/lib/src/basic/help.vue.d.ts +50 -324
- package/lib/src/basic/index.d.ts +202 -667
- package/lib/src/basic/title.vue.d.ts +24 -3
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/interface.d.ts +4 -0
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +40 -45
- package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
- package/lib/src/business/ap-label/ApLabelGroup.d.ts +43 -0
- package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/constans.d.ts +20 -0
- package/lib/src/business/ap-label/constans.js +1 -0
- package/lib/src/business/ap-label/interface.d.ts +21 -2
- package/lib/src/business/ap-label/style.css +26 -1
- 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 +28 -3
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
- package/lib/src/business/index.d.ts +995 -201
- package/lib/src/business/index.js +1 -1
- package/lib/src/business/title/ApTitle.vue.d.ts +32 -3
- package/lib/src/button/button.vue.d.ts +11 -2
- package/lib/src/button/index.d.ts +32 -16
- package/lib/src/check-card/group.vue.d.ts +41 -17
- package/lib/src/check-card/index.vue.d.ts +35 -20
- package/lib/src/config-provider/config-provider.d.ts +137 -41
- package/lib/src/config-provider/index.d.ts +545 -161
- package/lib/src/container/collapse/header.vue.d.ts +13 -11
- package/lib/src/container/collapse/index.vue.d.ts +40 -11
- package/lib/src/container/index.d.ts +119 -40
- package/lib/src/container/scroll-container.vue.d.ts +12 -3
- package/lib/src/count-down/button.vue.d.ts +24 -3
- package/lib/src/count-down/index.d.ts +111 -12
- package/lib/src/count-down/input.vue.d.ts +24 -3
- package/lib/src/cropper/cropper-avatar.vue.d.ts +33 -6
- package/lib/src/cropper/cropper-image.vue.d.ts +36 -5
- package/lib/src/cropper/cropper-modal.vue.d.ts +21 -13
- package/lib/src/cropper/index.d.ts +269 -24
- package/lib/src/description/description.vue.d.ts +45 -15
- package/lib/src/description/index.d.ts +171 -51
- package/lib/src/dropdown/dropdown.vue.d.ts +30 -5
- package/lib/src/dropdown/index.d.ts +76 -12
- package/lib/src/editable-table/form-item.vue.d.ts +4 -4
- package/lib/src/editable-table/index.vue.d.ts +4 -4
- package/lib/src/hooks/useControllableValue.d.ts +1 -1
- package/lib/src/icon/icon.vue.d.ts +29 -3
- package/lib/src/icon/index.d.ts +159 -12
- package/lib/src/icon/svg-icon.vue.d.ts +28 -3
- package/lib/src/icon-picker/icon-picker.vue.d.ts +38 -5
- package/lib/src/icon-picker/index.d.ts +139 -12
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +117 -147
- package/lib/src/modal/components/modal-close.vue.d.ts +26 -5
- package/lib/src/modal/components/modal-footer.vue.d.ts +116 -146
- package/lib/src/modal/components/modal-header.vue.d.ts +11 -2
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +43 -19
- package/lib/src/modal/components/modal.d.ts +115 -145
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/lib/src/modal/index.d.ts +462 -287
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +38 -5
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
- package/lib/src/pro-form/components/api-select.vue.d.ts +38 -5
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +40 -5
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
- package/lib/src/pro-form/components/api-tree.vue.d.ts +28 -5
- package/lib/src/pro-form/components/form-action.vue.d.ts +38 -5
- package/lib/src/pro-form/components/form-item.vue.d.ts +34 -14
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
- package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +57 -6
- package/lib/src/pro-form/table-form-inner.vue.d.ts +34 -5
- package/lib/src/pro-form/table-form.vue.d.ts +29 -4
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
- package/lib/src/pro-table/components/header-cell.vue.d.ts +9 -726
- 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 +11 -8
- 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 +24 -10
- package/lib/src/pro-table/components/table-footer.vue.d.ts +30 -5
- package/lib/src/pro-table/components/table-header.vue.d.ts +31 -15
- package/lib/src/pro-table/components/table-image.vue.d.ts +32 -3
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
- package/lib/src/pro-table/components/table-title.vue.d.ts +13 -7
- package/lib/src/pro-table/pro-table.vue.d.ts +61 -8
- package/lib/src/prompt/dialog.vue.d.ts +11 -2
- package/lib/src/scroll-bar/bar-item.d.ts +9 -10
- package/lib/src/scroll-bar/index.d.ts +135 -12
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
- package/lib/src/strength-meter/index.d.ts +55 -12
- package/lib/src/strength-meter/strength-meter.vue.d.ts +26 -5
- package/lib/src/tests/wrapper.d.ts +6 -3
- package/lib/src/theme/antd-global-overwrite/admin/button.css +3 -0
- package/lib/src/theme/antd-global-overwrite/admin/index.css +3 -0
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +3 -0
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +3 -0
- package/lib/src/theme/ap-label/ap-label.css +26 -1
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
- package/lib/src/transition/create-transition.d.ts +25 -13
- package/lib/src/transition/index.d.ts +193 -88
- 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 +15 -6
- package/package.json +4 -4
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const e = () => ({
|
|
2
|
+
value: {
|
|
3
|
+
type: String,
|
|
4
|
+
default: void 0
|
|
5
|
+
},
|
|
6
|
+
tagValue: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: void 0
|
|
9
|
+
},
|
|
10
|
+
columns: {
|
|
11
|
+
type: Array,
|
|
12
|
+
default: null
|
|
13
|
+
},
|
|
14
|
+
record: {
|
|
15
|
+
type: Object,
|
|
16
|
+
default: null
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
e as ApLabelGroupProps
|
|
21
|
+
};
|
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
import { BadgeProps } from 'ant-design-vue';
|
|
2
2
|
import { TooltipPlacement } from 'ant-design-vue/es/Tooltip';
|
|
3
|
+
import { TagProps } from 'ant-design-vue/es/Tag';
|
|
4
|
+
import { VNode, VNodeChild } from 'vue';
|
|
5
|
+
type Recordable = Record<string, any>;
|
|
3
6
|
export type ApLabelProps = BadgeProps & Partial<{
|
|
4
7
|
helpMessage: string;
|
|
5
8
|
placement: TooltipPlacement;
|
|
6
9
|
iconColor: string;
|
|
7
|
-
iconType: 'question' | 'warning' | 'ellipsis';
|
|
10
|
+
iconType: 'question' | 'warning' | 'ellipsis' | 'success';
|
|
8
11
|
iconSize: number;
|
|
9
|
-
|
|
12
|
+
show: boolean;
|
|
10
13
|
}>;
|
|
14
|
+
export type tagConfigKey = TagProps & {
|
|
15
|
+
value: number | string | undefined | null;
|
|
16
|
+
text: string;
|
|
17
|
+
};
|
|
18
|
+
export type ApLabelGroupItemProps<T extends Recordable = Recordable> = ApLabelProps & {
|
|
19
|
+
value?: string | number | null | undefined;
|
|
20
|
+
tagConfig?: Array<tagConfigKey> | null | undefined;
|
|
21
|
+
customRender?: (record?: T) => VNodeChild | VNode | string;
|
|
22
|
+
};
|
|
23
|
+
export type ApLabelGroupProps<T extends Recordable = Recordable> = {
|
|
24
|
+
value: string | number | null | undefined;
|
|
25
|
+
tagValue?: string | number | null | undefined;
|
|
26
|
+
columns: Array<ApLabelGroupItemProps<T>> | null;
|
|
27
|
+
record?: T;
|
|
28
|
+
};
|
|
29
|
+
export {};
|
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
.aplus-ap-label {
|
|
2
2
|
display: flex;
|
|
3
|
-
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: start;
|
|
4
5
|
font-size: 14px;
|
|
5
6
|
}
|
|
7
|
+
.aplus-ap-label__content {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: row;
|
|
10
|
+
align-items: center;
|
|
11
|
+
}
|
|
12
|
+
.aplus-ap-label__custom .ant-tag {
|
|
13
|
+
height: 24px;
|
|
14
|
+
line-height: 24px;
|
|
15
|
+
}
|
|
16
|
+
.aplus-ap-label__custom .ant-tag-green {
|
|
17
|
+
color: #34b77c;
|
|
18
|
+
border-color: #34b77c;
|
|
19
|
+
background: rgba(52, 183, 124, 0.06);
|
|
20
|
+
}
|
|
21
|
+
.aplus-ap-label__custom .ant-tag-red {
|
|
22
|
+
color: #FF4D4F;
|
|
23
|
+
border-color: #FF4D4F;
|
|
24
|
+
background: rgba(255, 77, 79, 0.06);
|
|
25
|
+
}
|
|
26
|
+
.aplus-ap-label__custom .ant-tag-blue {
|
|
27
|
+
color: #1890ff;
|
|
28
|
+
border-color: #1890ff;
|
|
29
|
+
background: rgba(24, 144, 255, 0.06);
|
|
30
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ApSelectItem, ApSelectLayoutProps } from './interface';
|
|
2
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
2
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
3
3
|
declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
4
|
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
readonly onAfterEnter?: ((el: Element) => any) | undefined;
|
|
8
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{
|
|
5
|
+
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
6
|
+
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
9
7
|
onOnSelect?: ((value: T) => any) | undefined;
|
|
8
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>> & {
|
|
10
9
|
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
11
10
|
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
12
|
-
|
|
11
|
+
onOnSelect?: ((value: T) => any) | undefined;
|
|
12
|
+
}, never>, "onAfterLeave" | "onAfterEnter" | "onOnSelect"> & ApSelectLayoutProps<T>> & PublicProps;
|
|
13
13
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
14
14
|
attrs: any;
|
|
15
15
|
slots: ReturnType<() => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as M, ref as s, computed as O, onMounted as U, openBlock as p, createElementBlock as v, normalizeClass as n, unref as e, createVNode as r, Transition as W, withCtx as i, withDirectives as S, createElementVNode as a, toDisplayString as $, createTextVNode as x, Fragment as z, renderList as R, renderSlot as A, vShow as N, createCommentVNode as j } from "vue";
|
|
2
2
|
import "../../ap-field/index.mjs";
|
|
3
3
|
import { IconApLeftarrow as G, IconApMenu as H } from "@aplus-frontend/icon";
|
|
4
4
|
import "../../config-provider/index.mjs";
|
|
@@ -7,7 +7,7 @@ import { debounce as K } from "lodash-unified";
|
|
|
7
7
|
import "./index.css";
|
|
8
8
|
import { useNamespace as P } from "../../config-provider/hooks/use-namespace.mjs";
|
|
9
9
|
import { ApFieldText as Q } from "../../ap-field/text/index.mjs";
|
|
10
|
-
const X = ["onClick"], de = /* @__PURE__ */
|
|
10
|
+
const X = ["onClick"], de = /* @__PURE__ */ M({
|
|
11
11
|
__name: "select-layout",
|
|
12
12
|
props: {
|
|
13
13
|
title: {},
|
|
@@ -15,24 +15,24 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
15
15
|
defaultFold: { type: Boolean, default: !1 }
|
|
16
16
|
},
|
|
17
17
|
emits: ["onSelect", "afterEnter", "afterLeave"],
|
|
18
|
-
setup(
|
|
19
|
-
const { b: m, be: f, bem: d } = P("ap-select-layout"),
|
|
20
|
-
|
|
18
|
+
setup(_, { emit: w }) {
|
|
19
|
+
const { b: m, be: f, bem: d } = P("ap-select-layout"), c = _, h = w, y = s(), u = s(c.defaultFold), C = s(!c.defaultFold), g = s(), T = s(), b = s(), k = s(""), L = () => {
|
|
20
|
+
u.value = !u.value, g.value = !1, T.value = !1;
|
|
21
21
|
}, F = (t) => {
|
|
22
22
|
b.value = t, h("onSelect", t);
|
|
23
|
-
},
|
|
23
|
+
}, B = K((t) => {
|
|
24
24
|
var l;
|
|
25
25
|
k.value = (l = t.target) == null ? void 0 : l.value;
|
|
26
|
-
}, 500),
|
|
26
|
+
}, 500), q = O(() => {
|
|
27
27
|
var t;
|
|
28
28
|
return (t = y.value) == null ? void 0 : t.filter((l) => l.name.includes(k.value));
|
|
29
|
-
}),
|
|
29
|
+
}), D = (t) => {
|
|
30
30
|
C.value = !0, h("afterEnter", t);
|
|
31
|
-
},
|
|
31
|
+
}, I = (t) => {
|
|
32
32
|
C.value = !1, h("afterLeave", t);
|
|
33
33
|
};
|
|
34
|
-
return
|
|
35
|
-
|
|
34
|
+
return U(() => {
|
|
35
|
+
c.request().then((t) => {
|
|
36
36
|
var l;
|
|
37
37
|
y.value = t, F((l = y.value) == null ? void 0 : l[0]);
|
|
38
38
|
});
|
|
@@ -41,10 +41,10 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
41
41
|
return p(), v("div", {
|
|
42
42
|
class: n(e(m)())
|
|
43
43
|
}, [
|
|
44
|
-
r(
|
|
44
|
+
r(W, {
|
|
45
45
|
mode: "out-in",
|
|
46
|
-
onAfterEnter:
|
|
47
|
-
onAfterLeave:
|
|
46
|
+
onAfterEnter: D,
|
|
47
|
+
onAfterLeave: I
|
|
48
48
|
}, {
|
|
49
49
|
default: i(() => [
|
|
50
50
|
S(a("div", {
|
|
@@ -53,7 +53,7 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
53
53
|
a("div", {
|
|
54
54
|
class: n(e(f)("side", "header"))
|
|
55
55
|
}, [
|
|
56
|
-
a("h3", null, $(
|
|
56
|
+
a("h3", null, $(c.title), 1),
|
|
57
57
|
a("div", {
|
|
58
58
|
class: n(e(d)("side", "header", "imgWrap"))
|
|
59
59
|
}, [
|
|
@@ -61,9 +61,9 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
61
61
|
open: g.value,
|
|
62
62
|
"onUpdate:open": l[0] || (l[0] = (o) => g.value = o)
|
|
63
63
|
}, {
|
|
64
|
-
title: i(() =>
|
|
64
|
+
title: i(() => [
|
|
65
65
|
x("收起")
|
|
66
|
-
])
|
|
66
|
+
]),
|
|
67
67
|
default: i(() => [
|
|
68
68
|
r(e(G), { onClick: L })
|
|
69
69
|
]),
|
|
@@ -79,13 +79,13 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
79
79
|
}, [
|
|
80
80
|
r(e(Q), {
|
|
81
81
|
placeholder: "请输入",
|
|
82
|
-
onChange: e(
|
|
82
|
+
onChange: e(B)
|
|
83
83
|
}, null, 8, ["onChange"])
|
|
84
84
|
], 2),
|
|
85
85
|
a("div", {
|
|
86
86
|
class: n(e(d)("side", "body", "scroll"))
|
|
87
87
|
}, [
|
|
88
|
-
(p(!0), v(
|
|
88
|
+
(p(!0), v(z, null, R(q.value, (o) => S((p(), v("div", {
|
|
89
89
|
key: o.value,
|
|
90
90
|
class: n(`${e(d)("side", "body", "scroll-item")} ${b.value === o ? "active" : ""}`),
|
|
91
91
|
onClick: (Y) => F(o)
|
|
@@ -102,7 +102,7 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
102
102
|
], 2)
|
|
103
103
|
], 2)
|
|
104
104
|
], 2), [
|
|
105
|
-
[N, !
|
|
105
|
+
[N, !u.value]
|
|
106
106
|
])
|
|
107
107
|
]),
|
|
108
108
|
_: 3
|
|
@@ -113,7 +113,7 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
113
113
|
a("div", {
|
|
114
114
|
class: n(e(f)("content", "header"))
|
|
115
115
|
}, [
|
|
116
|
-
|
|
116
|
+
u.value ? (p(), v("div", {
|
|
117
117
|
key: 0,
|
|
118
118
|
class: n(e(d)("content", "header", "imgWrap"))
|
|
119
119
|
}, [
|
|
@@ -121,9 +121,9 @@ const X = ["onClick"], de = /* @__PURE__ */ O({
|
|
|
121
121
|
open: T.value,
|
|
122
122
|
"onUpdate:open": l[1] || (l[1] = (o) => T.value = o)
|
|
123
123
|
}, {
|
|
124
|
-
title: i(() =>
|
|
124
|
+
title: i(() => [
|
|
125
125
|
x("展开")
|
|
126
|
-
])
|
|
126
|
+
]),
|
|
127
127
|
default: i(() => [
|
|
128
128
|
r(e(H), { onClick: L })
|
|
129
129
|
]),
|
|
@@ -1,8 +1,33 @@
|
|
|
1
1
|
import { ApStatusProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusProps>, {
|
|
4
4
|
color: string;
|
|
5
5
|
padding: number;
|
|
6
6
|
show: boolean;
|
|
7
|
-
}, {}, {}, {}, string,
|
|
7
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusProps>, {
|
|
8
|
+
color: string;
|
|
9
|
+
padding: number;
|
|
10
|
+
show: boolean;
|
|
11
|
+
}>>>, {
|
|
12
|
+
color: string;
|
|
13
|
+
padding: number;
|
|
14
|
+
show: boolean;
|
|
15
|
+
}, {}>;
|
|
8
16
|
export default _default;
|
|
17
|
+
type __VLS_WithDefaults<P, D> = {
|
|
18
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
+
default: D[K];
|
|
20
|
+
}> : P[K];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_Prettify<T> = {
|
|
23
|
+
[K in keyof T]: T[K];
|
|
24
|
+
} & {};
|
|
25
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
+
type __VLS_TypePropsToOption<T> = {
|
|
27
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
+
} : {
|
|
30
|
+
type: PropType<T[K]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -1,9 +1,36 @@
|
|
|
1
1
|
import { ApStatusGroupProps, ApStatusGroupItemProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusGroupProps>, {
|
|
4
|
+
currentValue: number;
|
|
5
|
+
padding: number;
|
|
6
|
+
statusList: null;
|
|
7
|
+
show: boolean;
|
|
8
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApStatusGroupProps>, {
|
|
9
|
+
currentValue: number;
|
|
10
|
+
padding: number;
|
|
11
|
+
statusList: null;
|
|
12
|
+
show: boolean;
|
|
13
|
+
}>>>, {
|
|
4
14
|
padding: number;
|
|
5
15
|
show: boolean;
|
|
6
16
|
currentValue: number | string;
|
|
7
17
|
statusList: ApStatusGroupItemProps[] | null;
|
|
8
|
-
}, {}
|
|
18
|
+
}, {}>;
|
|
9
19
|
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApExpandAlertProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
/**
|
|
4
4
|
* @description: 手动调用收起展开
|
|
5
5
|
* @param {boolean} state true 展开 false 收起
|
|
@@ -8,26 +8,93 @@ declare function setExpand(state?: boolean): void;
|
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
9
|
default?(_: {}): any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_component: DefineComponent<ApExpandAlertProps
|
|
11
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApExpandAlertProps>, {
|
|
12
|
+
/**
|
|
13
|
+
* Alert类型
|
|
14
|
+
*/
|
|
15
|
+
type: string;
|
|
16
|
+
/**
|
|
17
|
+
* 数据
|
|
18
|
+
*/
|
|
19
|
+
data: () => never[];
|
|
20
|
+
/**
|
|
21
|
+
* 前缀
|
|
22
|
+
*/
|
|
23
|
+
prefix: string;
|
|
24
|
+
/**
|
|
25
|
+
* Tooltip 提示标题
|
|
26
|
+
*/
|
|
27
|
+
tipTitle: string;
|
|
28
|
+
/**
|
|
29
|
+
* 分隔符
|
|
30
|
+
*/
|
|
31
|
+
separator: string;
|
|
32
|
+
/**
|
|
33
|
+
* 内容达到几行显示展开收起
|
|
34
|
+
*/
|
|
35
|
+
rows: number;
|
|
36
|
+
}>, {
|
|
12
37
|
setExpand: typeof setExpand;
|
|
13
|
-
},
|
|
38
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
39
|
expand: (...args: any[]) => void;
|
|
15
40
|
choose: (...args: any[]) => void;
|
|
16
|
-
}, string, PublicProps, Readonly<ApExpandAlertProps
|
|
41
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApExpandAlertProps>, {
|
|
42
|
+
/**
|
|
43
|
+
* Alert类型
|
|
44
|
+
*/
|
|
45
|
+
type: string;
|
|
46
|
+
/**
|
|
47
|
+
* 数据
|
|
48
|
+
*/
|
|
49
|
+
data: () => never[];
|
|
50
|
+
/**
|
|
51
|
+
* 前缀
|
|
52
|
+
*/
|
|
53
|
+
prefix: string;
|
|
54
|
+
/**
|
|
55
|
+
* Tooltip 提示标题
|
|
56
|
+
*/
|
|
57
|
+
tipTitle: string;
|
|
58
|
+
/**
|
|
59
|
+
* 分隔符
|
|
60
|
+
*/
|
|
61
|
+
separator: string;
|
|
62
|
+
/**
|
|
63
|
+
* 内容达到几行显示展开收起
|
|
64
|
+
*/
|
|
65
|
+
rows: number;
|
|
66
|
+
}>>> & {
|
|
17
67
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
18
68
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}
|
|
69
|
+
}, {
|
|
20
70
|
type: "warning" | "error" | "success" | "info" | undefined;
|
|
21
71
|
data: Array<any> | string;
|
|
22
72
|
prefix: string;
|
|
23
73
|
separator: string;
|
|
24
74
|
rows: string | number;
|
|
25
75
|
tipTitle: string;
|
|
26
|
-
}, {}
|
|
76
|
+
}, {}>;
|
|
27
77
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
28
78
|
export default _default;
|
|
79
|
+
type __VLS_WithDefaults<P, D> = {
|
|
80
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
81
|
+
default: D[K];
|
|
82
|
+
}> : P[K];
|
|
83
|
+
};
|
|
84
|
+
type __VLS_Prettify<T> = {
|
|
85
|
+
[K in keyof T]: T[K];
|
|
86
|
+
} & {};
|
|
29
87
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
88
|
new (): {
|
|
31
89
|
$slots: S;
|
|
32
90
|
};
|
|
33
91
|
};
|
|
92
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
93
|
+
type __VLS_TypePropsToOption<T> = {
|
|
94
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
95
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
96
|
+
} : {
|
|
97
|
+
type: PropType<T[K]>;
|
|
98
|
+
required: true;
|
|
99
|
+
};
|
|
100
|
+
};
|