@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,10 +1,6 @@
|
|
|
1
1
|
import { ApFieldTextProps, FieldMode } from '../interface';
|
|
2
2
|
import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType
|
|
4
|
-
import { SizeType } from 'ant-design-vue/es/button';
|
|
5
|
-
import { ShowCountProps } from 'ant-design-vue/es/vc-input/inputProps';
|
|
6
|
-
import { KeyboardEventHandler, FocusEventHandler, ChangeEventHandler, CompositionEventHandler, MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
|
|
7
|
-
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
8
4
|
type ApFieldTextSlots = {
|
|
9
5
|
addonAfter?: any;
|
|
10
6
|
addonBefore?: any;
|
|
@@ -13,122 +9,59 @@ type ApFieldTextSlots = {
|
|
|
13
9
|
clearIcon?: any;
|
|
14
10
|
};
|
|
15
11
|
declare function __VLS_template(): Readonly<ApFieldTextSlots> & ApFieldTextSlots;
|
|
16
|
-
declare const __VLS_component: DefineComponent<ApFieldTextProps
|
|
12
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldTextProps>, {
|
|
13
|
+
emptyText: string;
|
|
14
|
+
mode: string;
|
|
15
|
+
bordered: boolean;
|
|
16
|
+
type: string;
|
|
17
|
+
lazy: boolean;
|
|
18
|
+
allowClear: boolean;
|
|
19
|
+
}>, {
|
|
17
20
|
focus: (options?: InputFocusOptions) => void;
|
|
18
21
|
blur: () => void;
|
|
19
22
|
input: any;
|
|
20
23
|
setSelectionRange: (start: number, end: number, direction?: "forward" | "backward" | "none") => void;
|
|
21
24
|
select: () => void;
|
|
22
|
-
},
|
|
25
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
23
26
|
"update:value": (...args: any[]) => void;
|
|
24
|
-
}, string, PublicProps, Readonly<{
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
autocomplete: StringConstructor;
|
|
34
|
-
type: {
|
|
35
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
|
|
36
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
37
|
-
};
|
|
38
|
-
name: StringConstructor;
|
|
39
|
-
size: {
|
|
40
|
-
type: PropType<SizeType>;
|
|
41
|
-
};
|
|
42
|
-
autofocus: {
|
|
43
|
-
type: BooleanConstructor;
|
|
44
|
-
default: any;
|
|
45
|
-
};
|
|
46
|
-
lazy: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
maxlength: NumberConstructor;
|
|
51
|
-
loading: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: any;
|
|
54
|
-
};
|
|
55
|
-
bordered: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: any;
|
|
58
|
-
};
|
|
59
|
-
showCount: {
|
|
60
|
-
type: PropType<boolean | ShowCountProps>;
|
|
61
|
-
};
|
|
62
|
-
htmlSize: NumberConstructor;
|
|
63
|
-
onPressEnter: PropType<KeyboardEventHandler>;
|
|
64
|
-
onKeydown: PropType<KeyboardEventHandler>;
|
|
65
|
-
onKeyup: PropType<KeyboardEventHandler>;
|
|
66
|
-
onFocus: PropType<FocusEventHandler>;
|
|
67
|
-
onBlur: PropType<FocusEventHandler>;
|
|
68
|
-
onChange: PropType<ChangeEventHandler>;
|
|
69
|
-
onInput: PropType<ChangeEventHandler>;
|
|
70
|
-
'onUpdate:value': PropType<(val: string) => void>;
|
|
71
|
-
onCompositionstart: PropType<CompositionEventHandler>;
|
|
72
|
-
onCompositionend: PropType<CompositionEventHandler>;
|
|
73
|
-
valueModifiers: ObjectConstructor;
|
|
74
|
-
hidden: {
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
default: any;
|
|
77
|
-
};
|
|
78
|
-
status: PropType<"" | "error" | "warning">;
|
|
79
|
-
value: {
|
|
80
|
-
type: PropType<string | number>;
|
|
81
|
-
default: any;
|
|
82
|
-
};
|
|
83
|
-
defaultValue: {
|
|
84
|
-
type: PropType<string | number>;
|
|
85
|
-
default: any;
|
|
86
|
-
};
|
|
87
|
-
inputElement: VueTypeValidableDef<any>;
|
|
88
|
-
prefixCls: StringConstructor;
|
|
89
|
-
disabled: {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
default: any;
|
|
92
|
-
};
|
|
93
|
-
focused: {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: any;
|
|
96
|
-
};
|
|
97
|
-
triggerFocus: PropType<() => void>;
|
|
98
|
-
readonly: {
|
|
99
|
-
type: BooleanConstructor;
|
|
100
|
-
default: any;
|
|
101
|
-
};
|
|
102
|
-
handleReset: PropType<MouseEventHandler>;
|
|
103
|
-
addonBefore: VueTypeValidableDef<any>;
|
|
104
|
-
addonAfter: VueTypeValidableDef<any>;
|
|
105
|
-
prefix: VueTypeValidableDef<any>;
|
|
106
|
-
suffix: VueTypeValidableDef<any>;
|
|
107
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
108
|
-
affixWrapperClassName: StringConstructor;
|
|
109
|
-
groupClassName: StringConstructor;
|
|
110
|
-
wrapperClassName: StringConstructor;
|
|
111
|
-
inputClassName: StringConstructor;
|
|
112
|
-
allowClear: {
|
|
113
|
-
type: BooleanConstructor;
|
|
114
|
-
default: any;
|
|
115
|
-
};
|
|
116
|
-
}, "wrapperClassName" | "affixWrapperClassName" | "groupClassName" | "inputClassName">>> & {
|
|
117
|
-
emptyText?: string;
|
|
118
|
-
} & {
|
|
27
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldTextProps>, {
|
|
28
|
+
emptyText: string;
|
|
29
|
+
mode: string;
|
|
30
|
+
bordered: boolean;
|
|
31
|
+
type: string;
|
|
32
|
+
lazy: boolean;
|
|
33
|
+
allowClear: boolean;
|
|
34
|
+
}>>> & {
|
|
119
35
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
120
|
-
}
|
|
36
|
+
}, {
|
|
121
37
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "text" | "image" | "color" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "datetime-local" | "file" | "password";
|
|
122
38
|
mode: FieldMode;
|
|
123
|
-
lazy: boolean;
|
|
124
39
|
bordered: boolean;
|
|
125
40
|
allowClear: boolean;
|
|
41
|
+
lazy: boolean;
|
|
126
42
|
emptyText: string;
|
|
127
|
-
}, {}
|
|
43
|
+
}, {}>;
|
|
128
44
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
129
45
|
export default _default;
|
|
46
|
+
type __VLS_WithDefaults<P, D> = {
|
|
47
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
48
|
+
default: D[K];
|
|
49
|
+
}> : P[K];
|
|
50
|
+
};
|
|
51
|
+
type __VLS_Prettify<T> = {
|
|
52
|
+
[K in keyof T]: T[K];
|
|
53
|
+
} & {};
|
|
130
54
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
131
55
|
new (): {
|
|
132
56
|
$slots: S;
|
|
133
57
|
};
|
|
134
58
|
};
|
|
59
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
60
|
+
type __VLS_TypePropsToOption<T> = {
|
|
61
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
62
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
63
|
+
} : {
|
|
64
|
+
type: PropType<T[K]>;
|
|
65
|
+
required: true;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { ApFieldTextPasswordProps, FieldMode } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType
|
|
3
|
-
import { SizeType } from 'ant-design-vue/es/button';
|
|
4
|
-
import { ShowCountProps } from 'ant-design-vue/es/vc-input/inputProps';
|
|
5
|
-
import { KeyboardEventHandler, FocusEventHandler, ChangeEventHandler, CompositionEventHandler, MouseEventHandler } from 'ant-design-vue/es/_util/EventInterface';
|
|
6
|
-
import { VueTypeValidableDef } from '../../../node_modules/vue-types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
7
3
|
type ApFieldTextPasswordSlots = {
|
|
8
4
|
addonAfter: any;
|
|
9
5
|
addonBefore: any;
|
|
@@ -13,131 +9,67 @@ type ApFieldTextPasswordSlots = {
|
|
|
13
9
|
iconRender: any;
|
|
14
10
|
};
|
|
15
11
|
declare function __VLS_template(): Readonly<ApFieldTextPasswordSlots> & ApFieldTextPasswordSlots;
|
|
16
|
-
declare const __VLS_component: DefineComponent<ApFieldTextPasswordProps
|
|
12
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldTextPasswordProps>, {
|
|
13
|
+
emptyText: string;
|
|
14
|
+
mode: string;
|
|
15
|
+
bordered: boolean;
|
|
16
|
+
type: string;
|
|
17
|
+
lazy: boolean;
|
|
18
|
+
allowClear: boolean;
|
|
19
|
+
visibilityToggle: boolean;
|
|
20
|
+
action: string;
|
|
21
|
+
visible: undefined;
|
|
22
|
+
}>, {
|
|
17
23
|
focus: () => void;
|
|
18
24
|
blur: () => void;
|
|
19
|
-
},
|
|
25
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
20
26
|
"update:value": (...args: any[]) => void;
|
|
21
27
|
"update:visible": (...args: any[]) => void;
|
|
22
|
-
}, string, PublicProps, Readonly<{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
|
|
34
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
35
|
-
};
|
|
36
|
-
name: StringConstructor;
|
|
37
|
-
size: {
|
|
38
|
-
type: PropType<SizeType>;
|
|
39
|
-
};
|
|
40
|
-
autofocus: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: any;
|
|
43
|
-
};
|
|
44
|
-
lazy: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
maxlength: NumberConstructor;
|
|
49
|
-
loading: {
|
|
50
|
-
type: BooleanConstructor;
|
|
51
|
-
default: any;
|
|
52
|
-
};
|
|
53
|
-
bordered: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: any;
|
|
56
|
-
};
|
|
57
|
-
showCount: {
|
|
58
|
-
type: PropType<boolean | ShowCountProps>;
|
|
59
|
-
};
|
|
60
|
-
htmlSize: NumberConstructor;
|
|
61
|
-
onPressEnter: PropType<KeyboardEventHandler>;
|
|
62
|
-
onKeydown: PropType<KeyboardEventHandler>;
|
|
63
|
-
onKeyup: PropType<KeyboardEventHandler>;
|
|
64
|
-
onFocus: PropType<FocusEventHandler>;
|
|
65
|
-
onBlur: PropType<FocusEventHandler>;
|
|
66
|
-
onChange: PropType<ChangeEventHandler>;
|
|
67
|
-
onInput: PropType<ChangeEventHandler>;
|
|
68
|
-
'onUpdate:value': PropType<(val: string) => void>;
|
|
69
|
-
onCompositionstart: PropType<CompositionEventHandler>;
|
|
70
|
-
onCompositionend: PropType<CompositionEventHandler>;
|
|
71
|
-
valueModifiers: ObjectConstructor;
|
|
72
|
-
hidden: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: any;
|
|
75
|
-
};
|
|
76
|
-
status: PropType<"" | "error" | "warning">;
|
|
77
|
-
value: {
|
|
78
|
-
type: PropType<string | number>;
|
|
79
|
-
default: any;
|
|
80
|
-
};
|
|
81
|
-
defaultValue: {
|
|
82
|
-
type: PropType<string | number>;
|
|
83
|
-
default: any;
|
|
84
|
-
};
|
|
85
|
-
inputElement: VueTypeValidableDef<any>;
|
|
86
|
-
prefixCls: StringConstructor;
|
|
87
|
-
disabled: {
|
|
88
|
-
type: BooleanConstructor;
|
|
89
|
-
default: any;
|
|
90
|
-
};
|
|
91
|
-
focused: {
|
|
92
|
-
type: BooleanConstructor;
|
|
93
|
-
default: any;
|
|
94
|
-
};
|
|
95
|
-
triggerFocus: PropType<() => void>;
|
|
96
|
-
readonly: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: any;
|
|
99
|
-
};
|
|
100
|
-
handleReset: PropType<MouseEventHandler>;
|
|
101
|
-
addonBefore: VueTypeValidableDef<any>;
|
|
102
|
-
addonAfter: VueTypeValidableDef<any>;
|
|
103
|
-
prefix: VueTypeValidableDef<any>;
|
|
104
|
-
suffix: VueTypeValidableDef<any>;
|
|
105
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
106
|
-
affixWrapperClassName: StringConstructor;
|
|
107
|
-
groupClassName: StringConstructor;
|
|
108
|
-
wrapperClassName: StringConstructor;
|
|
109
|
-
inputClassName: StringConstructor;
|
|
110
|
-
allowClear: {
|
|
111
|
-
type: BooleanConstructor;
|
|
112
|
-
default: any;
|
|
113
|
-
};
|
|
114
|
-
}, "wrapperClassName" | "affixWrapperClassName" | "groupClassName" | "inputClassName">>> & {
|
|
115
|
-
prefixCls?: string;
|
|
116
|
-
inputPrefixCls?: string;
|
|
117
|
-
action?: string;
|
|
118
|
-
visibilityToggle?: boolean;
|
|
119
|
-
visible?: boolean;
|
|
120
|
-
'onUpdate:visible'?: (visible: boolean) => void;
|
|
121
|
-
} & {
|
|
122
|
-
emptyText?: string;
|
|
123
|
-
} & {
|
|
124
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldTextPasswordProps>, {
|
|
29
|
+
emptyText: string;
|
|
30
|
+
mode: string;
|
|
31
|
+
bordered: boolean;
|
|
32
|
+
type: string;
|
|
33
|
+
lazy: boolean;
|
|
34
|
+
allowClear: boolean;
|
|
35
|
+
visibilityToggle: boolean;
|
|
36
|
+
action: string;
|
|
37
|
+
visible: undefined;
|
|
38
|
+
}>>> & {
|
|
125
39
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
126
|
-
|
|
40
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
}, {
|
|
127
42
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "text" | "image" | "color" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "datetime-local" | "file" | "password";
|
|
128
43
|
mode: FieldMode;
|
|
129
44
|
visible: boolean;
|
|
130
|
-
lazy: boolean;
|
|
131
45
|
bordered: boolean;
|
|
132
46
|
allowClear: boolean;
|
|
47
|
+
lazy: boolean;
|
|
133
48
|
action: string;
|
|
134
49
|
visibilityToggle: boolean;
|
|
135
50
|
emptyText: string;
|
|
136
|
-
}, {}
|
|
51
|
+
}, {}>;
|
|
137
52
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
138
53
|
export default _default;
|
|
54
|
+
type __VLS_WithDefaults<P, D> = {
|
|
55
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
56
|
+
default: D[K];
|
|
57
|
+
}> : P[K];
|
|
58
|
+
};
|
|
59
|
+
type __VLS_Prettify<T> = {
|
|
60
|
+
[K in keyof T]: T[K];
|
|
61
|
+
} & {};
|
|
139
62
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
140
63
|
new (): {
|
|
141
64
|
$slots: S;
|
|
142
65
|
};
|
|
143
66
|
};
|
|
67
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
68
|
+
type __VLS_TypePropsToOption<T> = {
|
|
69
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
70
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
71
|
+
} : {
|
|
72
|
+
type: PropType<T[K]>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
@@ -1,130 +1,51 @@
|
|
|
1
1
|
import { ApFieldTextAreaProps, FieldMode } from '../interface';
|
|
2
2
|
import { InputFocusOptions } from 'ant-design-vue/es/vc-input/utils/commonUtils';
|
|
3
|
-
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
4
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldTextAreaProps>, {
|
|
5
|
+
emptyText: string;
|
|
6
|
+
bordered: boolean;
|
|
7
|
+
mode: string;
|
|
8
|
+
type: string;
|
|
9
|
+
lazy: boolean;
|
|
10
|
+
allowClear: boolean;
|
|
11
|
+
}>, {
|
|
10
12
|
focus: (options?: InputFocusOptions) => void;
|
|
11
13
|
blur: () => void;
|
|
12
14
|
resizableTextArea: ComputedRef<any>;
|
|
13
|
-
},
|
|
15
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
16
|
"update:value": (...args: any[]) => void;
|
|
15
|
-
}, string, PublicProps, Readonly<{
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
default: any;
|
|
24
|
-
};
|
|
25
|
-
autoSize: {
|
|
26
|
-
type: PropType<boolean | AutoSizeType>;
|
|
27
|
-
default: any;
|
|
28
|
-
};
|
|
29
|
-
onResize: {
|
|
30
|
-
type: PropType<(size: {
|
|
31
|
-
width: number;
|
|
32
|
-
height: number;
|
|
33
|
-
}) => void>;
|
|
34
|
-
};
|
|
35
|
-
onCompositionstart: {
|
|
36
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
37
|
-
};
|
|
38
|
-
onCompositionend: {
|
|
39
|
-
type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
|
|
40
|
-
};
|
|
41
|
-
valueModifiers: ObjectConstructor;
|
|
42
|
-
size: {
|
|
43
|
-
type: PropType<SizeType>;
|
|
44
|
-
};
|
|
45
|
-
value: {
|
|
46
|
-
type: PropType<string | number>;
|
|
47
|
-
default: any;
|
|
48
|
-
};
|
|
49
|
-
name: StringConstructor;
|
|
50
|
-
type: {
|
|
51
|
-
type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
|
|
52
|
-
default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
|
|
53
|
-
};
|
|
54
|
-
onFocus: PropType<FocusEventHandler>;
|
|
55
|
-
onBlur: PropType<FocusEventHandler>;
|
|
56
|
-
onChange: PropType<ChangeEventHandler>;
|
|
57
|
-
onInput: PropType<ChangeEventHandler>;
|
|
58
|
-
onKeydown: PropType<KeyboardEventHandler>;
|
|
59
|
-
onKeyup: PropType<KeyboardEventHandler>;
|
|
60
|
-
focused: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: any;
|
|
63
|
-
};
|
|
64
|
-
hidden: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: any;
|
|
67
|
-
};
|
|
68
|
-
disabled: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: any;
|
|
71
|
-
};
|
|
72
|
-
prefixCls: StringConstructor;
|
|
73
|
-
id: StringConstructor;
|
|
74
|
-
autofocus: {
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
default: any;
|
|
77
|
-
};
|
|
78
|
-
autocomplete: StringConstructor;
|
|
79
|
-
readonly: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: any;
|
|
82
|
-
};
|
|
83
|
-
status: PropType<"" | "error" | "warning">;
|
|
84
|
-
defaultValue: {
|
|
85
|
-
type: PropType<string | number>;
|
|
86
|
-
default: any;
|
|
87
|
-
};
|
|
88
|
-
'onUpdate:value': PropType<(val: string) => void>;
|
|
89
|
-
placeholder: {
|
|
90
|
-
type: PropType<string | number>;
|
|
91
|
-
};
|
|
92
|
-
loading: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: any;
|
|
95
|
-
};
|
|
96
|
-
lazy: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
maxlength: NumberConstructor;
|
|
101
|
-
bordered: {
|
|
102
|
-
type: BooleanConstructor;
|
|
103
|
-
default: any;
|
|
104
|
-
};
|
|
105
|
-
showCount: {
|
|
106
|
-
type: PropType<boolean | ShowCountProps>;
|
|
107
|
-
};
|
|
108
|
-
htmlSize: NumberConstructor;
|
|
109
|
-
onPressEnter: PropType<KeyboardEventHandler>;
|
|
110
|
-
inputElement: VueTypeValidableDef<any>;
|
|
111
|
-
triggerFocus: PropType<() => void>;
|
|
112
|
-
handleReset: PropType<MouseEventHandler>;
|
|
113
|
-
clearIcon: VueTypeValidableDef<any>;
|
|
114
|
-
allowClear: {
|
|
115
|
-
type: BooleanConstructor;
|
|
116
|
-
default: any;
|
|
117
|
-
};
|
|
118
|
-
}>>, "autosize"> & {
|
|
119
|
-
emptyText?: string;
|
|
120
|
-
} & {
|
|
17
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFieldTextAreaProps>, {
|
|
18
|
+
emptyText: string;
|
|
19
|
+
bordered: boolean;
|
|
20
|
+
mode: string;
|
|
21
|
+
type: string;
|
|
22
|
+
lazy: boolean;
|
|
23
|
+
allowClear: boolean;
|
|
24
|
+
}>>> & {
|
|
121
25
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
122
|
-
}
|
|
26
|
+
}, {
|
|
123
27
|
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "text" | "image" | "color" | "tel" | "url" | "email" | "checkbox" | "radio" | "range" | "datetime-local" | "file" | "password";
|
|
124
28
|
mode: FieldMode;
|
|
125
|
-
lazy: boolean;
|
|
126
29
|
bordered: boolean;
|
|
127
30
|
allowClear: boolean;
|
|
31
|
+
lazy: boolean;
|
|
128
32
|
emptyText: string;
|
|
129
|
-
}, {}
|
|
33
|
+
}, {}>;
|
|
130
34
|
export default _default;
|
|
35
|
+
type __VLS_WithDefaults<P, D> = {
|
|
36
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
37
|
+
default: D[K];
|
|
38
|
+
}> : P[K];
|
|
39
|
+
};
|
|
40
|
+
type __VLS_Prettify<T> = {
|
|
41
|
+
[K in keyof T]: T[K];
|
|
42
|
+
} & {};
|
|
43
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
44
|
+
type __VLS_TypePropsToOption<T> = {
|
|
45
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
46
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
47
|
+
} : {
|
|
48
|
+
type: PropType<T[K]>;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,64 +1,46 @@
|
|
|
1
1
|
import { ApFormItemGroupProps } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
import { Breakpoint } from 'ant-design-vue/es/_util/responsiveObserve';
|
|
3
4
|
import { Gutter } from 'ant-design-vue/es/grid/Row';
|
|
4
5
|
declare function __VLS_template(): Readonly<{
|
|
5
6
|
default(): any[];
|
|
6
7
|
}> & {
|
|
7
8
|
default(): any[];
|
|
8
9
|
};
|
|
9
|
-
declare const __VLS_component: DefineComponent<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
lg?: "top" | "middle" | "bottom" | "stretch" | undefined;
|
|
23
|
-
md?: "top" | "middle" | "bottom" | "stretch" | undefined;
|
|
24
|
-
sm?: "top" | "middle" | "bottom" | "stretch" | undefined;
|
|
25
|
-
xs?: "top" | "middle" | "bottom" | "stretch" | undefined;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
justify: {
|
|
29
|
-
type: PropType<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | {
|
|
30
|
-
xxl?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
31
|
-
xl?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
32
|
-
lg?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
33
|
-
md?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
34
|
-
sm?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
35
|
-
xs?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
36
|
-
}>;
|
|
37
|
-
default: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | {
|
|
38
|
-
xxl?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
39
|
-
xl?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
40
|
-
lg?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
41
|
-
md?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
42
|
-
sm?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
43
|
-
xs?: "center" | "start" | "space-around" | "space-between" | "space-evenly" | "end" | undefined;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
prefixCls: StringConstructor;
|
|
47
|
-
gutter: {
|
|
48
|
-
type: PropType< Gutter | [ Gutter, Gutter]>;
|
|
49
|
-
default: Gutter | [ Gutter, Gutter];
|
|
50
|
-
};
|
|
51
|
-
wrap: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: any;
|
|
54
|
-
};
|
|
55
|
-
}>> & {
|
|
56
|
-
countPerRow?: number;
|
|
57
|
-
} & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
10
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemGroupProps>, {
|
|
11
|
+
countPerRow: number;
|
|
12
|
+
gutter: number;
|
|
13
|
+
wrap: undefined;
|
|
14
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormItemGroupProps>, {
|
|
15
|
+
countPerRow: number;
|
|
16
|
+
gutter: number;
|
|
17
|
+
wrap: undefined;
|
|
18
|
+
}>>>, {
|
|
19
|
+
wrap: boolean;
|
|
20
|
+
gutter: number | Partial<Record< Breakpoint, number>> | [ Gutter, Gutter];
|
|
21
|
+
countPerRow: number;
|
|
22
|
+
}, {}>;
|
|
58
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
59
24
|
export default _default;
|
|
25
|
+
type __VLS_WithDefaults<P, D> = {
|
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
+
default: D[K];
|
|
28
|
+
}> : P[K];
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Prettify<T> = {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} & {};
|
|
60
33
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
34
|
new (): {
|
|
62
35
|
$slots: S;
|
|
63
36
|
};
|
|
64
37
|
};
|
|
38
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
+
type __VLS_TypePropsToOption<T> = {
|
|
40
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
+
} : {
|
|
43
|
+
type: PropType<T[K]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
};
|