@aplus-frontend/ui 0.1.5 → 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/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/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 +10 -8
- 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 +4015 -11858
- 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 +3 -21
- 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 +196 -927
- 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/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/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/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/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/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 +4015 -11858
- 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 +3 -21
- 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 +196 -927
- 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/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/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/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 +2 -2
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
import { ApiCascaderProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
4
|
-
resultField: string;
|
|
5
|
-
labelField: string;
|
|
6
|
-
valueField: string;
|
|
7
|
-
childrenField: string;
|
|
8
|
-
apiParamKey: string;
|
|
9
|
-
immediate: boolean;
|
|
10
|
-
initFetchParams: () => {};
|
|
11
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ApiCascaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
4
|
change: (...args: any[]) => void;
|
|
13
5
|
defaultChange: (...args: any[]) => void;
|
|
14
|
-
}, string, PublicProps, Readonly<
|
|
15
|
-
resultField: string;
|
|
16
|
-
labelField: string;
|
|
17
|
-
valueField: string;
|
|
18
|
-
childrenField: string;
|
|
19
|
-
apiParamKey: string;
|
|
20
|
-
immediate: boolean;
|
|
21
|
-
initFetchParams: () => {};
|
|
22
|
-
}>>> & {
|
|
6
|
+
}, string, PublicProps, Readonly<ApiCascaderProps & {
|
|
23
7
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
24
8
|
onDefaultChange?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
}
|
|
9
|
+
}>, {
|
|
26
10
|
immediate: boolean;
|
|
27
11
|
resultField: string;
|
|
28
12
|
labelField: string;
|
|
@@ -30,22 +14,5 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOpti
|
|
|
30
14
|
childrenField: string;
|
|
31
15
|
apiParamKey: string;
|
|
32
16
|
initFetchParams: Record<string, any>;
|
|
33
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
34
18
|
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,50 +1,19 @@
|
|
|
1
1
|
import { ApiRadioGroupProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
4
|
-
params: () => {};
|
|
5
|
-
isBtn: boolean;
|
|
6
|
-
resultField: string;
|
|
7
|
-
labelField: string;
|
|
8
|
-
valueField: string;
|
|
9
|
-
immediate: boolean;
|
|
10
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ApiRadioGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11
4
|
change: (...args: any[]) => void;
|
|
12
5
|
"options-change": (...args: any[]) => void;
|
|
13
6
|
"update:value": (...args: any[]) => void;
|
|
14
|
-
}, string, PublicProps, Readonly<
|
|
15
|
-
params: () => {};
|
|
16
|
-
isBtn: boolean;
|
|
17
|
-
resultField: string;
|
|
18
|
-
labelField: string;
|
|
19
|
-
valueField: string;
|
|
20
|
-
immediate: boolean;
|
|
21
|
-
}>>> & {
|
|
7
|
+
}, string, PublicProps, Readonly<ApiRadioGroupProps & {
|
|
22
8
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
23
9
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
24
10
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
}
|
|
11
|
+
}>, {
|
|
26
12
|
immediate: boolean;
|
|
27
13
|
params: string | Record<string, any>;
|
|
28
14
|
resultField: string;
|
|
29
15
|
labelField: string;
|
|
30
16
|
valueField: string;
|
|
31
17
|
isBtn: boolean;
|
|
32
|
-
}, {}>;
|
|
18
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
33
19
|
export default _default;
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
42
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
|
-
type __VLS_TypePropsToOption<T> = {
|
|
44
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
|
-
} : {
|
|
47
|
-
type: PropType<T[K]>;
|
|
48
|
-
required: true;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ApiSelectProps, ApiSelectOption } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type SelectSlotsType = {
|
|
4
4
|
notFoundContent: any;
|
|
5
5
|
suffixIcon: any;
|
|
@@ -15,31 +15,15 @@ type SelectSlotsType = {
|
|
|
15
15
|
default: any;
|
|
16
16
|
};
|
|
17
17
|
declare function __VLS_template(): Partial<Record<NonNullable<keyof SelectSlotsType>, (_: any) => any>>;
|
|
18
|
-
declare const __VLS_component: DefineComponent<
|
|
19
|
-
params: () => {};
|
|
20
|
-
resultField: string;
|
|
21
|
-
labelField: string;
|
|
22
|
-
valueField: string;
|
|
23
|
-
immediate: boolean;
|
|
24
|
-
alwaysLoad: boolean;
|
|
25
|
-
options: () => never[];
|
|
26
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
+
declare const __VLS_component: DefineComponent<ApiSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
27
19
|
change: (...args: any[]) => void;
|
|
28
20
|
"options-change": (...args: any[]) => void;
|
|
29
21
|
"update:value": (...args: any[]) => void;
|
|
30
|
-
}, string, PublicProps, Readonly<
|
|
31
|
-
params: () => {};
|
|
32
|
-
resultField: string;
|
|
33
|
-
labelField: string;
|
|
34
|
-
valueField: string;
|
|
35
|
-
immediate: boolean;
|
|
36
|
-
alwaysLoad: boolean;
|
|
37
|
-
options: () => never[];
|
|
38
|
-
}>>> & {
|
|
22
|
+
}, string, PublicProps, Readonly<ApiSelectProps & {
|
|
39
23
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
40
24
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
41
25
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
42
|
-
}
|
|
26
|
+
}>, {
|
|
43
27
|
immediate: boolean;
|
|
44
28
|
options: ApiSelectOption[];
|
|
45
29
|
params: Record<string, any>;
|
|
@@ -47,28 +31,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
47
31
|
labelField: string;
|
|
48
32
|
valueField: string;
|
|
49
33
|
alwaysLoad: boolean;
|
|
50
|
-
}, {}>;
|
|
34
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
51
35
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
52
36
|
export default _default;
|
|
53
|
-
type __VLS_WithDefaults<P, D> = {
|
|
54
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
-
default: D[K];
|
|
56
|
-
}> : P[K];
|
|
57
|
-
};
|
|
58
|
-
type __VLS_Prettify<T> = {
|
|
59
|
-
[K in keyof T]: T[K];
|
|
60
|
-
} & {};
|
|
61
37
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
38
|
new (): {
|
|
63
39
|
$slots: S;
|
|
64
40
|
};
|
|
65
41
|
};
|
|
66
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
67
|
-
type __VLS_TypePropsToOption<T> = {
|
|
68
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
69
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
70
|
-
} : {
|
|
71
|
-
type: PropType<T[K]>;
|
|
72
|
-
required: true;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
@@ -1,30 +1,12 @@
|
|
|
1
1
|
import { ApiTransferProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
4
|
-
resultField: string;
|
|
5
|
-
immediate: boolean;
|
|
6
|
-
alwaysLoad: boolean;
|
|
7
|
-
labelField: string;
|
|
8
|
-
valueField: string;
|
|
9
|
-
showSearch: boolean;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
showSelectAll: boolean;
|
|
12
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<ApiTransferProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
4
|
change: (...args: any[]) => void;
|
|
14
5
|
"options-change": (...args: any[]) => void;
|
|
15
|
-
}, string, PublicProps, Readonly<
|
|
16
|
-
resultField: string;
|
|
17
|
-
immediate: boolean;
|
|
18
|
-
alwaysLoad: boolean;
|
|
19
|
-
labelField: string;
|
|
20
|
-
valueField: string;
|
|
21
|
-
showSearch: boolean;
|
|
22
|
-
disabled: boolean;
|
|
23
|
-
showSelectAll: boolean;
|
|
24
|
-
}>>> & {
|
|
6
|
+
}, string, PublicProps, Readonly<ApiTransferProps & {
|
|
25
7
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
26
8
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}
|
|
9
|
+
}>, {
|
|
28
10
|
immediate: boolean;
|
|
29
11
|
disabled: boolean;
|
|
30
12
|
resultField: string;
|
|
@@ -33,22 +15,5 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOpti
|
|
|
33
15
|
alwaysLoad: boolean;
|
|
34
16
|
showSearch: boolean;
|
|
35
17
|
showSelectAll: boolean;
|
|
36
|
-
}, {}>;
|
|
18
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
37
19
|
export default _default;
|
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
-
default: D[K];
|
|
41
|
-
}> : P[K];
|
|
42
|
-
};
|
|
43
|
-
type __VLS_Prettify<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToOption<T> = {
|
|
48
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
-
} : {
|
|
51
|
-
type: PropType<T[K]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
@@ -1,58 +1,27 @@
|
|
|
1
1
|
import { ApiTreeSelectProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type AntdTreeSelectSlotNames = 'title' | 'titleRender' | 'placeholder' | 'maxTagPlaceholder' | 'treeIcon' | 'switcherIcon' | 'notFoundContent' | 'default' | 'leafIcon' | 'tagRender' | 'suffixIcon';
|
|
4
4
|
declare function __VLS_template(): Partial<Record<NonNullable<AntdTreeSelectSlotNames>, (_: any) => any>>;
|
|
5
|
-
declare const __VLS_component: DefineComponent<
|
|
6
|
-
immediate: boolean;
|
|
7
|
-
async: boolean;
|
|
8
|
-
resultField: string;
|
|
9
|
-
labelField: string;
|
|
10
|
-
valueField: string;
|
|
11
|
-
childrenField: string;
|
|
12
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5
|
+
declare const __VLS_component: DefineComponent<ApiTreeSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
6
|
change: (...args: any[]) => void;
|
|
14
7
|
"options-change": (...args: any[]) => void;
|
|
15
8
|
"load-data": (...args: any[]) => void;
|
|
16
|
-
}, string, PublicProps, Readonly<
|
|
17
|
-
immediate: boolean;
|
|
18
|
-
async: boolean;
|
|
19
|
-
resultField: string;
|
|
20
|
-
labelField: string;
|
|
21
|
-
valueField: string;
|
|
22
|
-
childrenField: string;
|
|
23
|
-
}>>> & {
|
|
9
|
+
}, string, PublicProps, Readonly<ApiTreeSelectProps & {
|
|
24
10
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
25
11
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
26
12
|
"onLoad-data"?: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}
|
|
13
|
+
}>, {
|
|
28
14
|
immediate: boolean;
|
|
29
15
|
resultField: string;
|
|
30
16
|
labelField: string;
|
|
31
17
|
valueField: string;
|
|
32
18
|
async: boolean;
|
|
33
19
|
childrenField: string;
|
|
34
|
-
}, {}>;
|
|
20
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
35
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
36
22
|
export default _default;
|
|
37
|
-
type __VLS_WithDefaults<P, D> = {
|
|
38
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
-
default: D[K];
|
|
40
|
-
}> : P[K];
|
|
41
|
-
};
|
|
42
|
-
type __VLS_Prettify<T> = {
|
|
43
|
-
[K in keyof T]: T[K];
|
|
44
|
-
} & {};
|
|
45
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
24
|
new (): {
|
|
47
25
|
$slots: S;
|
|
48
26
|
};
|
|
49
27
|
};
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToOption<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
@@ -1,46 +1,23 @@
|
|
|
1
1
|
import { ApiTreeProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type AntdTreeSlotNames = 'icon' | 'title' | 'switcherIcon' | 'titleRender' | 'default' | 'leafIcon';
|
|
4
4
|
declare function __VLS_template(): Partial<Record<NonNullable<AntdTreeSlotNames>, (_: any) => any>>;
|
|
5
|
-
declare const __VLS_component: DefineComponent<
|
|
6
|
-
immediate: boolean;
|
|
7
|
-
resultField: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5
|
+
declare const __VLS_component: DefineComponent<ApiTreeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
6
|
change: (...args: any[]) => void;
|
|
10
7
|
"options-change": (...args: any[]) => void;
|
|
11
8
|
"update:value": (...args: any[]) => void;
|
|
12
|
-
}, string, PublicProps, Readonly<
|
|
13
|
-
immediate: boolean;
|
|
14
|
-
resultField: string;
|
|
15
|
-
}>>> & {
|
|
9
|
+
}, string, PublicProps, Readonly<ApiTreeProps & {
|
|
16
10
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
17
11
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
18
12
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}
|
|
13
|
+
}>, {
|
|
20
14
|
immediate: boolean;
|
|
21
15
|
resultField: string;
|
|
22
|
-
}, {}>;
|
|
16
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
23
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
24
18
|
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
|
-
} & {};
|
|
33
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
20
|
new (): {
|
|
35
21
|
$slots: S;
|
|
36
22
|
};
|
|
37
23
|
};
|
|
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
|
-
};
|
|
@@ -1,34 +1,18 @@
|
|
|
1
1
|
import { ColEx } from '../types';
|
|
2
2
|
import { ButtonProps } from '../../base-button';
|
|
3
3
|
import { FormActionProps } from './interface';
|
|
4
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
4
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
resetBefore?(_: {}): any;
|
|
7
7
|
submitBefore?(_: {}): any;
|
|
8
8
|
advanceBefore?(_: {}): any;
|
|
9
9
|
advanceAfter?(_: {}): any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_component: DefineComponent<
|
|
12
|
-
showActionButtonGroup: boolean;
|
|
13
|
-
showResetButton: boolean;
|
|
14
|
-
showSubmitButton: boolean;
|
|
15
|
-
showAdvancedButton: boolean;
|
|
16
|
-
resetButtonOptions: () => {};
|
|
17
|
-
actionColOptions: () => {};
|
|
18
|
-
actionSpan: number;
|
|
19
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11
|
+
declare const __VLS_component: DefineComponent<FormActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
20
12
|
"toggle-advanced": (...args: any[]) => void;
|
|
21
|
-
}, string, PublicProps, Readonly<
|
|
22
|
-
showActionButtonGroup: boolean;
|
|
23
|
-
showResetButton: boolean;
|
|
24
|
-
showSubmitButton: boolean;
|
|
25
|
-
showAdvancedButton: boolean;
|
|
26
|
-
resetButtonOptions: () => {};
|
|
27
|
-
actionColOptions: () => {};
|
|
28
|
-
actionSpan: number;
|
|
29
|
-
}>>> & {
|
|
13
|
+
}, string, PublicProps, Readonly<FormActionProps & {
|
|
30
14
|
"onToggle-advanced"?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}
|
|
15
|
+
}>, {
|
|
32
16
|
showAdvancedButton: boolean;
|
|
33
17
|
showActionButtonGroup: boolean;
|
|
34
18
|
showResetButton: boolean;
|
|
@@ -36,28 +20,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
36
20
|
resetButtonOptions: ButtonProps;
|
|
37
21
|
actionColOptions: Partial<ColEx>;
|
|
38
22
|
actionSpan: number;
|
|
39
|
-
}, {}>;
|
|
23
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
40
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
41
25
|
export default _default;
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
50
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
27
|
new (): {
|
|
52
28
|
$slots: S;
|
|
53
29
|
};
|
|
54
30
|
};
|
|
55
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
56
|
-
type __VLS_TypePropsToOption<T> = {
|
|
57
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
58
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
59
|
-
} : {
|
|
60
|
-
type: PropType<T[K]>;
|
|
61
|
-
required: true;
|
|
62
|
-
};
|
|
63
|
-
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { FormActionType, ProFormProps, FormSchemaInner as FormSchema } from '../types/form';
|
|
3
3
|
import { Recordable } from '../../type';
|
|
4
|
-
declare const _default: DefineComponent<{
|
|
4
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
5
5
|
schema: {
|
|
6
6
|
type: PropType<FormSchema>;
|
|
7
7
|
default: () => {};
|
|
@@ -31,42 +31,22 @@ declare const _default: DefineComponent<{
|
|
|
31
31
|
isAdvanced: {
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
};
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
default: () => {};
|
|
46
|
-
};
|
|
47
|
-
formModel: {
|
|
48
|
-
type: PropType<Recordable<any>>;
|
|
49
|
-
default: () => {};
|
|
50
|
-
};
|
|
51
|
-
setFormModel: {
|
|
52
|
-
type: PropType<(key: string, value: any, schema: FormSchema) => void>;
|
|
53
|
-
default: null;
|
|
54
|
-
};
|
|
55
|
-
tableAction: {
|
|
56
|
-
type: PropType<any>;
|
|
57
|
-
};
|
|
58
|
-
formActionType: {
|
|
59
|
-
type: PropType<FormActionType>;
|
|
60
|
-
};
|
|
61
|
-
isAdvanced: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
};
|
|
64
|
-
}>>, {
|
|
34
|
+
}>, () => false | import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
35
|
+
isAdvanced: boolean;
|
|
36
|
+
schema: FormSchema;
|
|
37
|
+
formProps: ProFormProps;
|
|
38
|
+
allDefaultValues: Recordable<any>;
|
|
39
|
+
formModel: Recordable<any>;
|
|
40
|
+
setFormModel: (key: string, value: any, schema: FormSchema) => void;
|
|
41
|
+
} & {
|
|
42
|
+
tableAction?: any;
|
|
43
|
+
formActionType?: FormActionType | undefined;
|
|
44
|
+
} & {}>, {
|
|
65
45
|
isAdvanced: boolean;
|
|
66
46
|
schema: FormSchema;
|
|
67
47
|
formProps: ProFormProps;
|
|
68
48
|
allDefaultValues: Recordable<any>;
|
|
69
49
|
formModel: Recordable<any>;
|
|
70
50
|
setFormModel: (key: string, value: any, schema: FormSchema) => void;
|
|
71
|
-
}, {}>;
|
|
51
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
72
52
|
export default _default;
|
|
@@ -1,27 +1,6 @@
|
|
|
1
1
|
import { RadioButtonGroupProps, RadioButtonOptionsItem } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
4
|
-
options: () => never[];
|
|
5
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<RadioButtonGroupProps>, {
|
|
6
|
-
options: () => never[];
|
|
7
|
-
}>>>, {
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<RadioButtonGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RadioButtonGroupProps & {}>, {
|
|
8
4
|
options: (string | RadioButtonOptionsItem)[];
|
|
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,6 +1,6 @@
|
|
|
1
1
|
import { ProFormProps, FormSchemaInner as FormSchema, FormSchema, FieldMapToTime } from './types/form';
|
|
2
2
|
import { Recordable } from '../type';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { NamePath } from 'ant-design-vue/lib/form/interface';
|
|
5
5
|
import { ColEx } from './types';
|
|
6
6
|
declare function setProps(formProps: Partial<ProFormProps>): Promise<void>;
|
|
@@ -8,24 +8,7 @@ declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & Pa
|
|
|
8
8
|
formHeader?(_: {}): any;
|
|
9
9
|
formFooter?(_: {}): any;
|
|
10
10
|
};
|
|
11
|
-
declare const __VLS_component: DefineComponent<
|
|
12
|
-
model: () => {};
|
|
13
|
-
labelWidth: number;
|
|
14
|
-
fieldMapToTime: () => never[];
|
|
15
|
-
schemas: () => never[];
|
|
16
|
-
autoSetPlaceHolder: boolean;
|
|
17
|
-
autoSubmitOnEnter: boolean;
|
|
18
|
-
size: string;
|
|
19
|
-
emptySpan: number;
|
|
20
|
-
transformDateFunc: (date: any) => any;
|
|
21
|
-
rulesMessageJoinLabel: boolean;
|
|
22
|
-
autoAdvancedLine: number;
|
|
23
|
-
alwaysShowLines: number;
|
|
24
|
-
showActionButtonGroup: boolean;
|
|
25
|
-
showResetButton: boolean;
|
|
26
|
-
showSubmitButton: boolean;
|
|
27
|
-
layout: string;
|
|
28
|
-
}>, {
|
|
11
|
+
declare const __VLS_component: DefineComponent<ProFormProps, {
|
|
29
12
|
getFieldsValue: () => Recordable;
|
|
30
13
|
setFieldsValue: (values: Recordable) => Promise<void>;
|
|
31
14
|
resetFields: () => Promise<void>;
|
|
@@ -39,36 +22,19 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
39
22
|
validate: (nameList?: NamePath[] | false | undefined) => Promise<any>;
|
|
40
23
|
submit: (e?: Event) => Promise<void>;
|
|
41
24
|
scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
42
|
-
},
|
|
25
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
43
26
|
reset: (...args: any[]) => void;
|
|
44
27
|
submit: (...args: any[]) => void;
|
|
45
28
|
register: (...args: any[]) => void;
|
|
46
29
|
"advanced-change": (...args: any[]) => void;
|
|
47
30
|
"field-value-change": (...args: any[]) => void;
|
|
48
|
-
}, string, PublicProps, Readonly<
|
|
49
|
-
model: () => {};
|
|
50
|
-
labelWidth: number;
|
|
51
|
-
fieldMapToTime: () => never[];
|
|
52
|
-
schemas: () => never[];
|
|
53
|
-
autoSetPlaceHolder: boolean;
|
|
54
|
-
autoSubmitOnEnter: boolean;
|
|
55
|
-
size: string;
|
|
56
|
-
emptySpan: number;
|
|
57
|
-
transformDateFunc: (date: any) => any;
|
|
58
|
-
rulesMessageJoinLabel: boolean;
|
|
59
|
-
autoAdvancedLine: number;
|
|
60
|
-
alwaysShowLines: number;
|
|
61
|
-
showActionButtonGroup: boolean;
|
|
62
|
-
showResetButton: boolean;
|
|
63
|
-
showSubmitButton: boolean;
|
|
64
|
-
layout: string;
|
|
65
|
-
}>>> & {
|
|
31
|
+
}, string, PublicProps, Readonly<ProFormProps & {
|
|
66
32
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
67
33
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
68
34
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
69
35
|
"onAdvanced-change"?: ((...args: any[]) => any) | undefined;
|
|
70
36
|
"onField-value-change"?: ((...args: any[]) => any) | undefined;
|
|
71
|
-
}
|
|
37
|
+
}>, {
|
|
72
38
|
size: "default" | "small" | "large";
|
|
73
39
|
layout: "vertical" | "inline" | "horizontal";
|
|
74
40
|
labelWidth: number | string;
|
|
@@ -85,28 +51,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
85
51
|
autoAdvancedLine: number;
|
|
86
52
|
alwaysShowLines: number;
|
|
87
53
|
transformDateFunc: (date: any) => string;
|
|
88
|
-
}, {}>;
|
|
54
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
89
55
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
90
56
|
export default _default;
|
|
91
|
-
type __VLS_WithDefaults<P, D> = {
|
|
92
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
93
|
-
default: D[K];
|
|
94
|
-
}> : P[K];
|
|
95
|
-
};
|
|
96
|
-
type __VLS_Prettify<T> = {
|
|
97
|
-
[K in keyof T]: T[K];
|
|
98
|
-
} & {};
|
|
99
57
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
100
58
|
new (): {
|
|
101
59
|
$slots: S;
|
|
102
60
|
};
|
|
103
61
|
};
|
|
104
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
105
|
-
type __VLS_TypePropsToOption<T> = {
|
|
106
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
107
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
108
|
-
} : {
|
|
109
|
-
type: PropType<T[K]>;
|
|
110
|
-
required: true;
|
|
111
|
-
};
|
|
112
|
-
};
|