@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,4 +1,4 @@
|
|
|
1
|
-
import { PropType, ExtractPropTypes, DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
1
|
+
import { PropType, ExtractPropTypes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } 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<ExtractPropTypes<{
|
|
13
13
|
title: StringConstructor;
|
|
14
14
|
show: BooleanConstructor;
|
|
15
15
|
canExpand: BooleanConstructor;
|
|
@@ -17,19 +17,17 @@ declare const _default: DefineComponent<{
|
|
|
17
17
|
type: PropType<string[] | string>;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
canExpand:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
};
|
|
28
|
-
}>> & {
|
|
20
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "expand"[], "expand", PublicProps, Readonly<{
|
|
21
|
+
show: boolean;
|
|
22
|
+
helpMessage: string | string[];
|
|
23
|
+
canExpand: boolean;
|
|
24
|
+
} & {
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
} & {
|
|
29
27
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}
|
|
28
|
+
}>, {
|
|
31
29
|
show: boolean;
|
|
32
30
|
helpMessage: string | string[];
|
|
33
31
|
canExpand: boolean;
|
|
34
|
-
}, {}>;
|
|
32
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
35
33
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType, DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
|
|
1
|
+
import { ExtractPropTypes, PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } 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<ExtractPropTypes<{
|
|
41
41
|
title: {
|
|
42
42
|
type: StringConstructor;
|
|
43
43
|
default: string;
|
|
@@ -73,48 +73,19 @@ declare const _default: DefineComponent<{
|
|
|
73
73
|
type: NumberConstructor;
|
|
74
74
|
default: number;
|
|
75
75
|
};
|
|
76
|
-
}
|
|
77
|
-
title:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
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
|
-
}>>, {
|
|
76
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
77
|
+
title: string;
|
|
78
|
+
loading: boolean;
|
|
79
|
+
helpMessage: string | string[];
|
|
80
|
+
canExpand: boolean;
|
|
81
|
+
triggerWindowResize: boolean;
|
|
82
|
+
lazyTime: number;
|
|
83
|
+
} & {} & {}>, {
|
|
113
84
|
title: string;
|
|
114
85
|
loading: boolean;
|
|
115
86
|
helpMessage: string | string[];
|
|
116
87
|
canExpand: boolean;
|
|
117
88
|
triggerWindowResize: boolean;
|
|
118
89
|
lazyTime: number;
|
|
119
|
-
}, {}>;
|
|
90
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
120
91
|
export default _default;
|
|
@@ -1,43 +1,28 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
import { ScrollContainerProps } from './interface';
|
|
2
3
|
export * from './interface';
|
|
3
4
|
export declare const ScrollContainer: {
|
|
4
|
-
new (...args: any[]):
|
|
5
|
-
scrollHeight: {
|
|
6
|
-
type: PropType<number>;
|
|
7
|
-
};
|
|
8
|
-
}>>, {
|
|
5
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ScrollContainerProps & {}>, {
|
|
9
6
|
scrollTo: (to: number, duration?: number) => void;
|
|
10
7
|
scrollBottom: () => void;
|
|
11
|
-
},
|
|
12
|
-
scrollHeight: {
|
|
13
|
-
type: PropType<number>;
|
|
14
|
-
};
|
|
15
|
-
}>>, {}, true, {}, {}, {
|
|
8
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ScrollContainerProps & {}>, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
|
|
16
9
|
P: {};
|
|
17
10
|
B: {};
|
|
18
11
|
D: {};
|
|
19
12
|
C: {};
|
|
20
13
|
M: {};
|
|
21
14
|
Defaults: {};
|
|
22
|
-
}, Readonly<
|
|
23
|
-
scrollHeight: {
|
|
24
|
-
type: PropType<number>;
|
|
25
|
-
};
|
|
26
|
-
}>>, {
|
|
15
|
+
}, Readonly< ScrollContainerProps & {}>, {
|
|
27
16
|
scrollTo: (to: number, duration?: number) => void;
|
|
28
17
|
scrollBottom: () => void;
|
|
29
18
|
}, {}, {}, {}, {}>;
|
|
30
19
|
__isFragment?: never;
|
|
31
20
|
__isTeleport?: never;
|
|
32
21
|
__isSuspense?: never;
|
|
33
|
-
} & ComponentOptionsBase<Readonly<
|
|
34
|
-
scrollHeight: {
|
|
35
|
-
type: PropType<number>;
|
|
36
|
-
};
|
|
37
|
-
}>>, {
|
|
22
|
+
} & ComponentOptionsBase<Readonly< ScrollContainerProps & {}>, {
|
|
38
23
|
scrollTo: (to: number, duration?: number) => void;
|
|
39
24
|
scrollBottom: () => void;
|
|
40
|
-
},
|
|
25
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
41
26
|
$slots: {
|
|
42
27
|
default?(_: {}): any;
|
|
43
28
|
};
|
|
@@ -47,90 +32,42 @@ export declare const ScrollContainer: {
|
|
|
47
32
|
};
|
|
48
33
|
}))));
|
|
49
34
|
export declare const CollapseContainer: {
|
|
50
|
-
new (...args: any[]):
|
|
51
|
-
title:
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
-
}>>, {
|
|
35
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
36
|
+
title: string;
|
|
37
|
+
loading: boolean;
|
|
38
|
+
helpMessage: string | string[];
|
|
39
|
+
canExpand: boolean;
|
|
40
|
+
triggerWindowResize: boolean;
|
|
41
|
+
lazyTime: number;
|
|
42
|
+
} & {} & {}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{
|
|
43
|
+
title: string;
|
|
44
|
+
loading: boolean;
|
|
45
|
+
helpMessage: string | string[];
|
|
46
|
+
canExpand: boolean;
|
|
47
|
+
triggerWindowResize: boolean;
|
|
48
|
+
lazyTime: number;
|
|
49
|
+
} & {} & {}>, {
|
|
97
50
|
title: string;
|
|
98
51
|
loading: boolean;
|
|
99
52
|
helpMessage: string | string[];
|
|
100
53
|
canExpand: boolean;
|
|
101
54
|
triggerWindowResize: boolean;
|
|
102
55
|
lazyTime: number;
|
|
103
|
-
}, true, {}, {}, {
|
|
56
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
|
|
104
57
|
P: {};
|
|
105
58
|
B: {};
|
|
106
59
|
D: {};
|
|
107
60
|
C: {};
|
|
108
61
|
M: {};
|
|
109
62
|
Defaults: {};
|
|
110
|
-
}, Readonly<
|
|
111
|
-
title:
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
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, {}, {}, {}, {
|
|
63
|
+
}, Readonly<{
|
|
64
|
+
title: string;
|
|
65
|
+
loading: boolean;
|
|
66
|
+
helpMessage: string | string[];
|
|
67
|
+
canExpand: boolean;
|
|
68
|
+
triggerWindowResize: boolean;
|
|
69
|
+
lazyTime: number;
|
|
70
|
+
} & {} & {}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
134
71
|
title: string;
|
|
135
72
|
loading: boolean;
|
|
136
73
|
helpMessage: string | string[];
|
|
@@ -141,37 +78,21 @@ export declare const CollapseContainer: {
|
|
|
141
78
|
__isFragment?: never;
|
|
142
79
|
__isTeleport?: never;
|
|
143
80
|
__isSuspense?: never;
|
|
144
|
-
} & ComponentOptionsBase<Readonly<
|
|
145
|
-
title:
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
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, {
|
|
81
|
+
} & ComponentOptionsBase<Readonly<{
|
|
82
|
+
title: string;
|
|
83
|
+
loading: boolean;
|
|
84
|
+
helpMessage: string | string[];
|
|
85
|
+
canExpand: boolean;
|
|
86
|
+
triggerWindowResize: boolean;
|
|
87
|
+
lazyTime: number;
|
|
88
|
+
} & {} & {}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
168
89
|
title: string;
|
|
169
90
|
loading: boolean;
|
|
170
91
|
helpMessage: string | string[];
|
|
171
92
|
canExpand: boolean;
|
|
172
93
|
triggerWindowResize: boolean;
|
|
173
94
|
lazyTime: number;
|
|
174
|
-
}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
95
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
175
96
|
$props: {
|
|
176
97
|
onClick?: () => void;
|
|
177
98
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ScrollContainerProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: DefineComponent<
|
|
6
|
+
declare const __VLS_component: DefineComponent<ScrollContainerProps, {
|
|
7
7
|
scrollTo: (to: number, duration?: number) => void;
|
|
8
8
|
scrollBottom: () => void;
|
|
9
|
-
},
|
|
9
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ScrollContainerProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
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,12 +14,3 @@ 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,27 +1,6 @@
|
|
|
1
1
|
import { CountdownButtonProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<CountdownButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CountdownButtonProps & {}>, {
|
|
4
4
|
count: number;
|
|
5
|
-
}
|
|
6
|
-
count: number;
|
|
7
|
-
}>>>, {
|
|
8
|
-
count: number;
|
|
9
|
-
}, {}>;
|
|
5
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
10
6
|
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,147 +1,48 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
import { CountdownButtonProps, CountdownInputProps } from './interface';
|
|
2
3
|
export * from './interface';
|
|
3
4
|
export declare const CountdownButton: {
|
|
4
|
-
new (...args: any[]):
|
|
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
|
-
}>>, {
|
|
5
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CountdownButtonProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< CountdownButtonProps & {}>, {
|
|
27
6
|
count: number;
|
|
28
|
-
},
|
|
7
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
|
|
29
8
|
P: {};
|
|
30
9
|
B: {};
|
|
31
10
|
D: {};
|
|
32
11
|
C: {};
|
|
33
12
|
M: {};
|
|
34
13
|
Defaults: {};
|
|
35
|
-
}, Readonly<
|
|
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
|
-
}>>, {}, {}, {}, {}, {
|
|
14
|
+
}, Readonly< CountdownButtonProps & {}>, {}, {}, {}, {}, {
|
|
47
15
|
count: number;
|
|
48
16
|
}>;
|
|
49
17
|
__isFragment?: never;
|
|
50
18
|
__isTeleport?: never;
|
|
51
19
|
__isSuspense?: never;
|
|
52
|
-
} & ComponentOptionsBase<Readonly<
|
|
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, {
|
|
20
|
+
} & ComponentOptionsBase<Readonly< CountdownButtonProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
64
21
|
count: number;
|
|
65
|
-
}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
22
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
66
23
|
$props: {
|
|
67
24
|
onClick?: () => void;
|
|
68
25
|
};
|
|
69
26
|
}))));
|
|
70
27
|
export declare const CountdownInput: {
|
|
71
|
-
new (...args: any[]):
|
|
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
|
-
}>>, {
|
|
28
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CountdownInputProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< CountdownInputProps & {}>, {
|
|
100
29
|
count: number;
|
|
101
|
-
},
|
|
30
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, ComponentProvideOptions, {
|
|
102
31
|
P: {};
|
|
103
32
|
B: {};
|
|
104
33
|
D: {};
|
|
105
34
|
C: {};
|
|
106
35
|
M: {};
|
|
107
36
|
Defaults: {};
|
|
108
|
-
}, Readonly<
|
|
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
|
-
}>>, {}, {}, {}, {}, {
|
|
37
|
+
}, Readonly< CountdownInputProps & {}>, {}, {}, {}, {}, {
|
|
123
38
|
count: number;
|
|
124
39
|
}>;
|
|
125
40
|
__isFragment?: never;
|
|
126
41
|
__isTeleport?: never;
|
|
127
42
|
__isSuspense?: never;
|
|
128
|
-
} & ComponentOptionsBase<Readonly<
|
|
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, {
|
|
43
|
+
} & ComponentOptionsBase<Readonly< CountdownInputProps & {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
143
44
|
count: number;
|
|
144
|
-
}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
45
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
145
46
|
$slots: Partial<Record<string, (_: any) => any>>;
|
|
146
47
|
}) & ( Plugin & (new (...args: any[]) => {
|
|
147
48
|
$props: {
|
|
@@ -1,34 +1,13 @@
|
|
|
1
1
|
import { CountdownInputProps } 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<
|
|
4
|
+
declare const __VLS_component: DefineComponent<CountdownInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CountdownInputProps & {}>, {
|
|
5
5
|
count: number;
|
|
6
|
-
}
|
|
7
|
-
count: number;
|
|
8
|
-
}>>>, {
|
|
9
|
-
count: number;
|
|
10
|
-
}, {}>;
|
|
6
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
11
7
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
8
|
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
|
-
} & {};
|
|
21
9
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
10
|
new (): {
|
|
23
11
|
$slots: S;
|
|
24
12
|
};
|
|
25
13
|
};
|
|
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,45 +1,18 @@
|
|
|
1
1
|
import { CropperAvatarProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
4
|
-
width: string;
|
|
5
|
-
showBtn: boolean;
|
|
6
|
-
btnText: string;
|
|
7
|
-
size: number;
|
|
8
|
-
}>, {
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<CropperAvatarProps, {
|
|
9
4
|
openModal: (data?: unknown, openOnSet?: boolean | undefined) => void;
|
|
10
5
|
closeModal: () => void;
|
|
11
|
-
},
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
7
|
change: (...args: any[]) => void;
|
|
13
8
|
"update:value": (...args: any[]) => void;
|
|
14
|
-
}, string, PublicProps, Readonly<
|
|
15
|
-
width: string;
|
|
16
|
-
showBtn: boolean;
|
|
17
|
-
btnText: string;
|
|
18
|
-
size: number;
|
|
19
|
-
}>>> & {
|
|
9
|
+
}, string, PublicProps, Readonly<CropperAvatarProps & {
|
|
20
10
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
21
11
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
}
|
|
12
|
+
}>, {
|
|
23
13
|
size: number;
|
|
24
14
|
width: string | number;
|
|
25
15
|
showBtn: boolean;
|
|
26
16
|
btnText: string;
|
|
27
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
28
18
|
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
|
-
};
|