@aplus-frontend/ui 0.1.8 → 0.1.9
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/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 +59 -192
- 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 +26 -3
- 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 +24 -3
- package/es/src/ap-table/components/status/index.vue.d.ts +11 -2
- package/es/src/ap-table/constants.d.ts +12370 -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 +3 -7
- 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-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 +53 -39
- package/es/src/business/ap-label/ApLabelGroup.d.ts +25 -0
- package/es/src/business/ap-label/ApLabelGroup.mjs +36 -0
- package/es/src/business/ap-label/constans.d.ts +12 -0
- package/es/src/business/ap-label/constans.mjs +13 -0
- package/es/src/business/ap-label/interface.d.ts +16 -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 +965 -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/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/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 +59 -192
- 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 +26 -3
- 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 +24 -3
- package/lib/src/ap-table/components/status/index.vue.d.ts +11 -2
- package/lib/src/ap-table/constants.d.ts +12370 -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 +3 -7
- 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-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 +25 -0
- package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/constans.d.ts +12 -0
- package/lib/src/business/ap-label/constans.js +1 -0
- package/lib/src/business/ap-label/interface.d.ts +16 -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 +965 -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/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 +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType, ExtractPropTypes, DefineComponent, ComponentOptionsMixin, PublicProps
|
|
1
|
+
import { PropType, ExtractPropTypes, DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
2
2
|
declare const collapseHeaderProps: {
|
|
3
3
|
title: StringConstructor;
|
|
4
4
|
show: BooleanConstructor;
|
|
@@ -9,7 +9,7 @@ declare const collapseHeaderProps: {
|
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
11
|
export type CollapseHeaderProps = ExtractPropTypes<typeof collapseHeaderProps>;
|
|
12
|
-
declare const _default: DefineComponent<
|
|
12
|
+
declare const _default: DefineComponent<{
|
|
13
13
|
title: StringConstructor;
|
|
14
14
|
show: BooleanConstructor;
|
|
15
15
|
canExpand: BooleanConstructor;
|
|
@@ -17,17 +17,19 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17
17
|
type: PropType<string[] | string>;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
canExpand:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "expand"[], "expand", PublicProps, Readonly<ExtractPropTypes<{
|
|
21
|
+
title: StringConstructor;
|
|
22
|
+
show: BooleanConstructor;
|
|
23
|
+
canExpand: BooleanConstructor;
|
|
24
|
+
helpMessage: {
|
|
25
|
+
type: PropType<string[] | string>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
}>> & {
|
|
27
29
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}
|
|
30
|
+
}, {
|
|
29
31
|
show: boolean;
|
|
30
32
|
helpMessage: string | string[];
|
|
31
33
|
canExpand: boolean;
|
|
32
|
-
}, {}
|
|
34
|
+
}, {}>;
|
|
33
35
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType, DefineComponent, ComponentOptionsMixin, PublicProps
|
|
1
|
+
import { ExtractPropTypes, PropType, DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
2
2
|
declare const collapseContainerProps: {
|
|
3
3
|
title: {
|
|
4
4
|
type: StringConstructor;
|
|
@@ -37,7 +37,7 @@ declare const collapseContainerProps: {
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
export type CollapseContainerProps = ExtractPropTypes<typeof collapseContainerProps>;
|
|
40
|
-
declare const _default: DefineComponent<
|
|
40
|
+
declare const _default: DefineComponent<{
|
|
41
41
|
title: {
|
|
42
42
|
type: StringConstructor;
|
|
43
43
|
default: string;
|
|
@@ -73,19 +73,48 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
73
73
|
type: NumberConstructor;
|
|
74
74
|
default: number;
|
|
75
75
|
};
|
|
76
|
-
}
|
|
77
|
-
title:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
76
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
|
|
77
|
+
title: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
loading: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Can it be expanded
|
|
86
|
+
*/
|
|
87
|
+
canExpand: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Warm reminder on the right side of the title
|
|
93
|
+
*/
|
|
94
|
+
helpMessage: {
|
|
95
|
+
type: PropType<string[] | string>;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Whether to trigger window.resize when expanding and contracting,
|
|
100
|
+
* Can adapt to tables and forms, when the form shrinks, the form triggers resize to adapt to the height
|
|
101
|
+
*/
|
|
102
|
+
triggerWindowResize: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* Delayed loading time
|
|
107
|
+
*/
|
|
108
|
+
lazyTime: {
|
|
109
|
+
type: NumberConstructor;
|
|
110
|
+
default: number;
|
|
111
|
+
};
|
|
112
|
+
}>>, {
|
|
84
113
|
title: string;
|
|
85
114
|
loading: boolean;
|
|
86
115
|
helpMessage: string | string[];
|
|
87
116
|
canExpand: boolean;
|
|
88
117
|
triggerWindowResize: boolean;
|
|
89
118
|
lazyTime: number;
|
|
90
|
-
}, {}
|
|
119
|
+
}, {}>;
|
|
91
120
|
export default _default;
|
|
@@ -1,28 +1,43 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ScrollContainerProps } from './interface';
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
3
2
|
export * from './interface';
|
|
4
3
|
export declare const ScrollContainer: {
|
|
5
|
-
new (...args: any[]):
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
+
scrollHeight: {
|
|
6
|
+
type: PropType<number>;
|
|
7
|
+
};
|
|
8
|
+
}>>, {
|
|
6
9
|
scrollTo: (to: number, duration?: number) => void;
|
|
7
10
|
scrollBottom: () => void;
|
|
8
|
-
},
|
|
11
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
12
|
+
scrollHeight: {
|
|
13
|
+
type: PropType<number>;
|
|
14
|
+
};
|
|
15
|
+
}>>, {}, true, {}, {}, {
|
|
9
16
|
P: {};
|
|
10
17
|
B: {};
|
|
11
18
|
D: {};
|
|
12
19
|
C: {};
|
|
13
20
|
M: {};
|
|
14
21
|
Defaults: {};
|
|
15
|
-
}, Readonly<
|
|
22
|
+
}, Readonly< ExtractPropTypes<{
|
|
23
|
+
scrollHeight: {
|
|
24
|
+
type: PropType<number>;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
16
27
|
scrollTo: (to: number, duration?: number) => void;
|
|
17
28
|
scrollBottom: () => void;
|
|
18
29
|
}, {}, {}, {}, {}>;
|
|
19
30
|
__isFragment?: never;
|
|
20
31
|
__isTeleport?: never;
|
|
21
32
|
__isSuspense?: never;
|
|
22
|
-
} & ComponentOptionsBase<Readonly<
|
|
33
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
34
|
+
scrollHeight: {
|
|
35
|
+
type: PropType<number>;
|
|
36
|
+
};
|
|
37
|
+
}>>, {
|
|
23
38
|
scrollTo: (to: number, duration?: number) => void;
|
|
24
39
|
scrollBottom: () => void;
|
|
25
|
-
},
|
|
40
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
26
41
|
$slots: {
|
|
27
42
|
default?(_: {}): any;
|
|
28
43
|
};
|
|
@@ -32,42 +47,90 @@ export declare const ScrollContainer: {
|
|
|
32
47
|
};
|
|
33
48
|
}))));
|
|
34
49
|
export declare const CollapseContainer: {
|
|
35
|
-
new (...args: any[]):
|
|
36
|
-
title:
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
51
|
+
title: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
loading: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
};
|
|
58
|
+
canExpand: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
helpMessage: {
|
|
63
|
+
type: PropType<string[] | string>;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
triggerWindowResize: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
};
|
|
69
|
+
lazyTime: {
|
|
70
|
+
type: NumberConstructor;
|
|
71
|
+
default: number;
|
|
72
|
+
};
|
|
73
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
74
|
+
title: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
loading: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
};
|
|
81
|
+
canExpand: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
helpMessage: {
|
|
86
|
+
type: PropType<string[] | string>;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
triggerWindowResize: {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
};
|
|
92
|
+
lazyTime: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
}>>, {
|
|
50
97
|
title: string;
|
|
51
98
|
loading: boolean;
|
|
52
99
|
helpMessage: string | string[];
|
|
53
100
|
canExpand: boolean;
|
|
54
101
|
triggerWindowResize: boolean;
|
|
55
102
|
lazyTime: number;
|
|
56
|
-
}, true, {}, {},
|
|
103
|
+
}, true, {}, {}, {
|
|
57
104
|
P: {};
|
|
58
105
|
B: {};
|
|
59
106
|
D: {};
|
|
60
107
|
C: {};
|
|
61
108
|
M: {};
|
|
62
109
|
Defaults: {};
|
|
63
|
-
}, Readonly<{
|
|
64
|
-
title:
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
110
|
+
}, Readonly< ExtractPropTypes<{
|
|
111
|
+
title: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
loading: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
};
|
|
118
|
+
canExpand: {
|
|
119
|
+
type: BooleanConstructor;
|
|
120
|
+
default: boolean;
|
|
121
|
+
};
|
|
122
|
+
helpMessage: {
|
|
123
|
+
type: PropType<string[] | string>;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
triggerWindowResize: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
};
|
|
129
|
+
lazyTime: {
|
|
130
|
+
type: NumberConstructor;
|
|
131
|
+
default: number;
|
|
132
|
+
};
|
|
133
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
71
134
|
title: string;
|
|
72
135
|
loading: boolean;
|
|
73
136
|
helpMessage: string | string[];
|
|
@@ -78,21 +141,37 @@ export declare const CollapseContainer: {
|
|
|
78
141
|
__isFragment?: never;
|
|
79
142
|
__isTeleport?: never;
|
|
80
143
|
__isSuspense?: never;
|
|
81
|
-
} & ComponentOptionsBase<Readonly<{
|
|
82
|
-
title:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
144
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
145
|
+
title: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
loading: {
|
|
150
|
+
type: BooleanConstructor;
|
|
151
|
+
};
|
|
152
|
+
canExpand: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
helpMessage: {
|
|
157
|
+
type: PropType<string[] | string>;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
triggerWindowResize: {
|
|
161
|
+
type: BooleanConstructor;
|
|
162
|
+
};
|
|
163
|
+
lazyTime: {
|
|
164
|
+
type: NumberConstructor;
|
|
165
|
+
default: number;
|
|
166
|
+
};
|
|
167
|
+
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
89
168
|
title: string;
|
|
90
169
|
loading: boolean;
|
|
91
170
|
helpMessage: string | string[];
|
|
92
171
|
canExpand: boolean;
|
|
93
172
|
triggerWindowResize: boolean;
|
|
94
173
|
lazyTime: number;
|
|
95
|
-
}, {}, string, {}
|
|
174
|
+
}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
96
175
|
$props: {
|
|
97
176
|
onClick?: () => void;
|
|
98
177
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ScrollContainerProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: DefineComponent<ScrollContainerProps
|
|
6
|
+
declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<ScrollContainerProps>, {
|
|
7
7
|
scrollTo: (to: number, duration?: number) => void;
|
|
8
8
|
scrollBottom: () => void;
|
|
9
|
-
},
|
|
9
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ScrollContainerProps>>>, {}, {}>;
|
|
10
10
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
11
11
|
export default _default;
|
|
12
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -14,3 +14,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
14
14
|
$slots: S;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToOption<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
import { CountdownButtonProps } 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<CountdownButtonProps>, {
|
|
4
4
|
count: number;
|
|
5
|
-
}, {}, {}, {}, string,
|
|
5
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CountdownButtonProps>, {
|
|
6
|
+
count: number;
|
|
7
|
+
}>>>, {
|
|
8
|
+
count: number;
|
|
9
|
+
}, {}>;
|
|
6
10
|
export default _default;
|
|
11
|
+
type __VLS_WithDefaults<P, D> = {
|
|
12
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
13
|
+
default: D[K];
|
|
14
|
+
}> : P[K];
|
|
15
|
+
};
|
|
16
|
+
type __VLS_Prettify<T> = {
|
|
17
|
+
[K in keyof T]: T[K];
|
|
18
|
+
} & {};
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToOption<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -1,48 +1,147 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CountdownButtonProps, CountdownInputProps } from './interface';
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
3
2
|
export * from './interface';
|
|
4
3
|
export declare const CountdownButton: {
|
|
5
|
-
new (...args: any[]):
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
+
value: {
|
|
6
|
+
type: PropType<string | number | any[] | Record<string, any>>;
|
|
7
|
+
};
|
|
8
|
+
count: {
|
|
9
|
+
type: PropType<number>;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
beforeStartFunc: {
|
|
13
|
+
type: PropType<() => Promise<boolean>>;
|
|
14
|
+
};
|
|
15
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
16
|
+
value: {
|
|
17
|
+
type: PropType<string | number | any[] | Record<string, any>>;
|
|
18
|
+
};
|
|
19
|
+
count: {
|
|
20
|
+
type: PropType<number>;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
beforeStartFunc: {
|
|
24
|
+
type: PropType<() => Promise<boolean>>;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
6
27
|
count: number;
|
|
7
|
-
},
|
|
28
|
+
}, true, {}, {}, {
|
|
8
29
|
P: {};
|
|
9
30
|
B: {};
|
|
10
31
|
D: {};
|
|
11
32
|
C: {};
|
|
12
33
|
M: {};
|
|
13
34
|
Defaults: {};
|
|
14
|
-
}, Readonly<
|
|
35
|
+
}, Readonly< ExtractPropTypes<{
|
|
36
|
+
value: {
|
|
37
|
+
type: PropType<string | number | any[] | Record<string, any>>;
|
|
38
|
+
};
|
|
39
|
+
count: {
|
|
40
|
+
type: PropType<number>;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
beforeStartFunc: {
|
|
44
|
+
type: PropType<() => Promise<boolean>>;
|
|
45
|
+
};
|
|
46
|
+
}>>, {}, {}, {}, {}, {
|
|
15
47
|
count: number;
|
|
16
48
|
}>;
|
|
17
49
|
__isFragment?: never;
|
|
18
50
|
__isTeleport?: never;
|
|
19
51
|
__isSuspense?: never;
|
|
20
|
-
} & ComponentOptionsBase<Readonly<
|
|
52
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
53
|
+
value: {
|
|
54
|
+
type: PropType<string | number | any[] | Record<string, any>>;
|
|
55
|
+
};
|
|
56
|
+
count: {
|
|
57
|
+
type: PropType<number>;
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
beforeStartFunc: {
|
|
61
|
+
type: PropType<() => Promise<boolean>>;
|
|
62
|
+
};
|
|
63
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
21
64
|
count: number;
|
|
22
|
-
}, {}, string, {}
|
|
65
|
+
}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
23
66
|
$props: {
|
|
24
67
|
onClick?: () => void;
|
|
25
68
|
};
|
|
26
69
|
}))));
|
|
27
70
|
export declare const CountdownInput: {
|
|
28
|
-
new (...args: any[]):
|
|
71
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
72
|
+
size: {
|
|
73
|
+
type: PropType<"small" | "middle" | "large">;
|
|
74
|
+
};
|
|
75
|
+
value: {
|
|
76
|
+
type: PropType<string>;
|
|
77
|
+
};
|
|
78
|
+
count: {
|
|
79
|
+
type: PropType<number>;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
sendCodeApi: {
|
|
83
|
+
type: PropType<() => Promise<boolean>>;
|
|
84
|
+
};
|
|
85
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
86
|
+
size: {
|
|
87
|
+
type: PropType<"small" | "middle" | "large">;
|
|
88
|
+
};
|
|
89
|
+
value: {
|
|
90
|
+
type: PropType<string>;
|
|
91
|
+
};
|
|
92
|
+
count: {
|
|
93
|
+
type: PropType<number>;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
sendCodeApi: {
|
|
97
|
+
type: PropType<() => Promise<boolean>>;
|
|
98
|
+
};
|
|
99
|
+
}>>, {
|
|
29
100
|
count: number;
|
|
30
|
-
},
|
|
101
|
+
}, true, {}, {}, {
|
|
31
102
|
P: {};
|
|
32
103
|
B: {};
|
|
33
104
|
D: {};
|
|
34
105
|
C: {};
|
|
35
106
|
M: {};
|
|
36
107
|
Defaults: {};
|
|
37
|
-
}, Readonly<
|
|
108
|
+
}, Readonly< ExtractPropTypes<{
|
|
109
|
+
size: {
|
|
110
|
+
type: PropType<"small" | "middle" | "large">;
|
|
111
|
+
};
|
|
112
|
+
value: {
|
|
113
|
+
type: PropType<string>;
|
|
114
|
+
};
|
|
115
|
+
count: {
|
|
116
|
+
type: PropType<number>;
|
|
117
|
+
default: number;
|
|
118
|
+
};
|
|
119
|
+
sendCodeApi: {
|
|
120
|
+
type: PropType<() => Promise<boolean>>;
|
|
121
|
+
};
|
|
122
|
+
}>>, {}, {}, {}, {}, {
|
|
38
123
|
count: number;
|
|
39
124
|
}>;
|
|
40
125
|
__isFragment?: never;
|
|
41
126
|
__isTeleport?: never;
|
|
42
127
|
__isSuspense?: never;
|
|
43
|
-
} & ComponentOptionsBase<Readonly<
|
|
128
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
129
|
+
size: {
|
|
130
|
+
type: PropType<"small" | "middle" | "large">;
|
|
131
|
+
};
|
|
132
|
+
value: {
|
|
133
|
+
type: PropType<string>;
|
|
134
|
+
};
|
|
135
|
+
count: {
|
|
136
|
+
type: PropType<number>;
|
|
137
|
+
default: number;
|
|
138
|
+
};
|
|
139
|
+
sendCodeApi: {
|
|
140
|
+
type: PropType<() => Promise<boolean>>;
|
|
141
|
+
};
|
|
142
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
44
143
|
count: number;
|
|
45
|
-
}, {}, string, {}
|
|
144
|
+
}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
46
145
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
47
146
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
48
147
|
$props: {
|
|
@@ -1,13 +1,34 @@
|
|
|
1
1
|
import { CountdownInputProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
declare function __VLS_template(): Partial<Record<string, (_: any) => any>>;
|
|
4
|
-
declare const __VLS_component: DefineComponent<
|
|
4
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CountdownInputProps>, {
|
|
5
5
|
count: number;
|
|
6
|
-
}, {}, {}, {}, string,
|
|
6
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CountdownInputProps>, {
|
|
7
|
+
count: number;
|
|
8
|
+
}>>>, {
|
|
9
|
+
count: number;
|
|
10
|
+
}, {}>;
|
|
7
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
12
|
export default _default;
|
|
13
|
+
type __VLS_WithDefaults<P, D> = {
|
|
14
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
15
|
+
default: D[K];
|
|
16
|
+
}> : P[K];
|
|
17
|
+
};
|
|
18
|
+
type __VLS_Prettify<T> = {
|
|
19
|
+
[K in keyof T]: T[K];
|
|
20
|
+
} & {};
|
|
9
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
22
|
new (): {
|
|
11
23
|
$slots: S;
|
|
12
24
|
};
|
|
13
25
|
};
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToOption<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -1,18 +1,45 @@
|
|
|
1
1
|
import { CropperAvatarProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<CropperAvatarProps
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CropperAvatarProps>, {
|
|
4
|
+
width: string;
|
|
5
|
+
showBtn: boolean;
|
|
6
|
+
btnText: string;
|
|
7
|
+
size: number;
|
|
8
|
+
}>, {
|
|
4
9
|
openModal: (data?: unknown, openOnSet?: boolean | undefined) => void;
|
|
5
10
|
closeModal: () => void;
|
|
6
|
-
},
|
|
11
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7
12
|
change: (...args: any[]) => void;
|
|
8
13
|
"update:value": (...args: any[]) => void;
|
|
9
|
-
}, string, PublicProps, Readonly<CropperAvatarProps
|
|
14
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CropperAvatarProps>, {
|
|
15
|
+
width: string;
|
|
16
|
+
showBtn: boolean;
|
|
17
|
+
btnText: string;
|
|
18
|
+
size: number;
|
|
19
|
+
}>>> & {
|
|
10
20
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
11
21
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}
|
|
22
|
+
}, {
|
|
13
23
|
size: number;
|
|
14
24
|
width: string | number;
|
|
15
25
|
showBtn: boolean;
|
|
16
26
|
btnText: string;
|
|
17
|
-
}, {}
|
|
27
|
+
}, {}>;
|
|
18
28
|
export default _default;
|
|
29
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
}> : P[K];
|
|
33
|
+
};
|
|
34
|
+
type __VLS_Prettify<T> = {
|
|
35
|
+
[K in keyof T]: T[K];
|
|
36
|
+
} & {};
|
|
37
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
+
type __VLS_TypePropsToOption<T> = {
|
|
39
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
+
} : {
|
|
42
|
+
type: PropType<T[K]>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
};
|