@aplus-frontend/ui 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +60 -59
- package/es/src/ap-action/group/index.vue.d.ts +3 -30
- package/es/src/ap-action/item/index.vue.d.ts +3 -30
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/es/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/es/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
- package/es/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/es/src/ap-download/ap-download.vue.d.ts +3 -28
- package/es/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/es/src/ap-field/date/index.vue.d.ts +19 -64
- package/es/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/es/src/ap-field/interface.d.ts +4 -0
- package/es/src/ap-field/number/index.vue.d.ts +138 -42
- package/es/src/ap-field/radio/index.vue.d.ts +51 -31
- package/es/src/ap-field/rate/index.vue.d.ts +46 -39
- package/es/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/es/src/ap-field/select/index.vue.d.ts +192 -59
- package/es/src/ap-field/select/index.vue.mjs +60 -53
- package/es/src/ap-field/slider/index.vue.d.ts +115 -40
- package/es/src/ap-field/switch/index.vue.d.ts +60 -35
- package/es/src/ap-field/text/index.vue.d.ts +105 -38
- package/es/src/ap-field/text/password.vue.d.ts +113 -45
- package/es/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +30 -28
- package/es/src/ap-form/ap-form-item.vue.d.ts +128 -38
- package/es/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/es/src/ap-form/ap-form.vue.d.ts +238 -36
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/es/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/es/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/es/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/es/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/es/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/es/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/es/src/ap-list/index.vue.d.ts +3 -3
- package/es/src/ap-table/ap-table.vue.d.ts +2 -2
- package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/es/src/ap-table/constants.d.ts +4014 -11845
- package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/es/src/ap-tag/ap-tag-group.vue.mjs +78 -78
- package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/es/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/es/src/base-button/button.vue.d.ts +3 -24
- package/es/src/base-button/index.d.ts +7 -110
- package/es/src/base-button/modal-button.vue.d.ts +8 -14
- package/es/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/es/src/basic/arrow.vue.d.ts +2 -11
- package/es/src/basic/help.vue.d.ts +324 -50
- package/es/src/basic/index.d.ts +667 -202
- package/es/src/basic/title.vue.d.ts +3 -24
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue.mjs +4 -0
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +46 -0
- package/es/src/business/ap-batch-action/index.css +24 -0
- package/es/src/business/ap-batch-action/interface.d.ts +10 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/es/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
- package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/es/src/business/index.d.ts +211 -896
- package/es/src/business/index.mjs +14 -11
- package/es/src/business/title/ApTitle.vue.d.ts +3 -32
- package/es/src/button/button.vue.d.ts +2 -11
- package/es/src/button/index.d.ts +16 -32
- package/es/src/check-card/group.vue.d.ts +17 -41
- package/es/src/check-card/index.vue.d.ts +20 -35
- package/es/src/config-provider/config-provider.d.ts +41 -137
- package/es/src/config-provider/index.d.ts +161 -545
- package/es/src/container/collapse/header.vue.d.ts +11 -13
- package/es/src/container/collapse/index.vue.d.ts +11 -40
- package/es/src/container/index.d.ts +40 -119
- package/es/src/container/scroll-container.vue.d.ts +3 -12
- package/es/src/count-down/button.vue.d.ts +3 -24
- package/es/src/count-down/index.d.ts +12 -111
- package/es/src/count-down/input.vue.d.ts +3 -24
- package/es/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/es/src/cropper/cropper-image.vue.d.ts +5 -36
- package/es/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/es/src/cropper/index.d.ts +24 -269
- package/es/src/description/description.vue.d.ts +15 -45
- package/es/src/description/index.d.ts +51 -171
- package/es/src/dropdown/dropdown.vue.d.ts +5 -30
- package/es/src/dropdown/index.d.ts +12 -76
- package/es/src/editable-table/form-item.vue.d.ts +4 -4
- package/es/src/editable-table/index.vue.d.ts +6 -7
- package/es/src/editable-table/utils.mjs +1 -1
- package/es/src/hooks/useControllableValue.d.ts +2 -2
- package/es/src/icon/icon.vue.d.ts +3 -29
- package/es/src/icon/index.d.ts +12 -159
- package/es/src/icon/svg-icon.vue.d.ts +3 -28
- package/es/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/es/src/icon-picker/index.d.ts +12 -139
- package/es/src/index.mjs +176 -175
- package/es/src/locale/lang/en.mjs +5 -0
- package/es/src/locale/lang/zh-cn.mjs +5 -0
- package/es/src/modal/basic.vue.d.ts +147 -117
- package/es/src/modal/components/modal-close.vue.d.ts +5 -26
- package/es/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/es/src/modal/components/modal-header.vue.d.ts +2 -11
- package/es/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/es/src/modal/components/modal.d.ts +145 -115
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/es/src/modal/index.d.ts +287 -462
- package/es/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/es/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/es/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/es/src/pro-form/pro-form.vue.d.ts +6 -57
- package/es/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/es/src/pro-form/table-form.vue.d.ts +4 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/es/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/index.vue.d.ts +8 -11
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/table-action.vue.d.ts +10 -24
- package/es/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/es/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/es/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/es/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/es/src/pro-table/pro-table.vue.d.ts +8 -61
- package/es/src/prompt/dialog.vue.d.ts +2 -11
- package/es/src/scroll-bar/bar-item.d.ts +10 -9
- package/es/src/scroll-bar/index.d.ts +12 -135
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/es/src/strength-meter/index.d.ts +12 -55
- package/es/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/es/src/tests/wrapper.d.ts +3 -6
- package/es/src/theme/ap-batch-action/ap-batch-action.css +24 -0
- package/es/src/theme/css-var/index.mjs +17 -5
- package/es/src/transition/collapse-transition.vue.d.ts +2 -2
- package/es/src/transition/create-transition.d.ts +13 -25
- package/es/src/transition/index.d.ts +88 -193
- package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/lib/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/lib/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/lib/src/ap-download/ap-download.vue.d.ts +3 -28
- package/lib/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/lib/src/ap-field/date/index.vue.d.ts +19 -64
- package/lib/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/lib/src/ap-field/interface.d.ts +4 -0
- package/lib/src/ap-field/number/index.vue.d.ts +138 -42
- package/lib/src/ap-field/radio/index.vue.d.ts +51 -31
- package/lib/src/ap-field/rate/index.vue.d.ts +46 -39
- package/lib/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/lib/src/ap-field/select/index.vue.d.ts +192 -59
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +115 -40
- package/lib/src/ap-field/switch/index.vue.d.ts +60 -35
- package/lib/src/ap-field/text/index.vue.d.ts +105 -38
- package/lib/src/ap-field/text/password.vue.d.ts +113 -45
- package/lib/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +128 -38
- package/lib/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/lib/src/ap-form/ap-form.vue.d.ts +238 -36
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/lib/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/lib/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/lib/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/lib/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/lib/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/lib/src/ap-list/index.vue.d.ts +3 -3
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
- package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/lib/src/ap-table/constants.d.ts +4014 -11845
- package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/lib/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/lib/src/base-button/button.vue.d.ts +3 -24
- package/lib/src/base-button/index.d.ts +7 -110
- package/lib/src/base-button/modal-button.vue.d.ts +8 -14
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/lib/src/basic/arrow.vue.d.ts +2 -11
- package/lib/src/basic/help.vue.d.ts +324 -50
- package/lib/src/basic/index.d.ts +667 -202
- package/lib/src/basic/title.vue.d.ts +3 -24
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +14 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.js +1 -0
- package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -0
- package/lib/src/business/ap-batch-action/index.css +24 -0
- package/lib/src/business/ap-batch-action/interface.d.ts +10 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/lib/src/business/index.d.ts +211 -896
- package/lib/src/business/index.js +1 -1
- package/lib/src/business/title/ApTitle.vue.d.ts +3 -32
- package/lib/src/button/button.vue.d.ts +2 -11
- package/lib/src/button/index.d.ts +16 -32
- package/lib/src/check-card/group.vue.d.ts +17 -41
- package/lib/src/check-card/index.vue.d.ts +20 -35
- package/lib/src/config-provider/config-provider.d.ts +41 -137
- package/lib/src/config-provider/index.d.ts +161 -545
- package/lib/src/container/collapse/header.vue.d.ts +11 -13
- package/lib/src/container/collapse/index.vue.d.ts +11 -40
- package/lib/src/container/index.d.ts +40 -119
- package/lib/src/container/scroll-container.vue.d.ts +3 -12
- package/lib/src/count-down/button.vue.d.ts +3 -24
- package/lib/src/count-down/index.d.ts +12 -111
- package/lib/src/count-down/input.vue.d.ts +3 -24
- package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/lib/src/cropper/cropper-image.vue.d.ts +5 -36
- package/lib/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/lib/src/cropper/index.d.ts +24 -269
- package/lib/src/description/description.vue.d.ts +15 -45
- package/lib/src/description/index.d.ts +51 -171
- package/lib/src/dropdown/dropdown.vue.d.ts +5 -30
- package/lib/src/dropdown/index.d.ts +12 -76
- package/lib/src/editable-table/form-item.vue.d.ts +4 -4
- package/lib/src/editable-table/index.vue.d.ts +6 -7
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/hooks/useControllableValue.d.ts +2 -2
- package/lib/src/icon/icon.vue.d.ts +3 -29
- package/lib/src/icon/index.d.ts +12 -159
- package/lib/src/icon/svg-icon.vue.d.ts +3 -28
- package/lib/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/lib/src/icon-picker/index.d.ts +12 -139
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +147 -117
- package/lib/src/modal/components/modal-close.vue.d.ts +5 -26
- package/lib/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/lib/src/modal/components/modal-header.vue.d.ts +2 -11
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/lib/src/modal/components/modal.d.ts +145 -115
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/lib/src/modal/index.d.ts +287 -462
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/lib/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/lib/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +6 -57
- package/lib/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/lib/src/pro-form/table-form.vue.d.ts +4 -29
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/lib/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/index.vue.d.ts +8 -11
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/table-action.vue.d.ts +10 -24
- package/lib/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/lib/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/lib/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/lib/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/lib/src/pro-table/pro-table.vue.d.ts +8 -61
- package/lib/src/prompt/dialog.vue.d.ts +2 -11
- package/lib/src/scroll-bar/bar-item.d.ts +10 -9
- package/lib/src/scroll-bar/index.d.ts +12 -135
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/lib/src/strength-meter/index.d.ts +12 -55
- package/lib/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/lib/src/tests/wrapper.d.ts +3 -6
- package/lib/src/theme/ap-batch-action/ap-batch-action.css +24 -0
- package/lib/src/theme/css-var/index.js +1 -1
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
- package/lib/src/transition/create-transition.d.ts +13 -25
- package/lib/src/transition/index.d.ts +88 -193
- package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3
3
|
"columns-change": (...args: any[]) => void;
|
|
4
|
-
}, string, PublicProps, Readonly<
|
|
4
|
+
}, string, PublicProps, Readonly<{
|
|
5
5
|
"onColumns-change"?: ((...args: any[]) => any) | undefined;
|
|
6
|
-
}, {}, {}>;
|
|
6
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
7
7
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
3
3
|
export default _default;
|
|
@@ -1,20 +1,17 @@
|
|
|
1
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { TableSetting } from '../../types/table';
|
|
3
|
-
declare const _default: DefineComponent<{
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
4
|
setting: {
|
|
5
5
|
type: PropType<TableSetting>;
|
|
6
6
|
default: () => {};
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9
9
|
"columns-change": (...args: any[]) => void;
|
|
10
|
-
}, string, PublicProps, Readonly<
|
|
11
|
-
setting:
|
|
12
|
-
|
|
13
|
-
default: () => {};
|
|
14
|
-
};
|
|
15
|
-
}>> & {
|
|
10
|
+
}, string, PublicProps, Readonly<{
|
|
11
|
+
setting: TableSetting;
|
|
12
|
+
} & {} & {
|
|
16
13
|
"onColumns-change"?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}
|
|
14
|
+
}>, {
|
|
18
15
|
setting: TableSetting;
|
|
19
|
-
}, {}>;
|
|
16
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
20
17
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
3
3
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { ActionItem } from '../types/table-action';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
more?(_: {}): any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: DefineComponent<{
|
|
6
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
7
7
|
actions: {
|
|
8
8
|
type: PropType<ActionItem[]>;
|
|
9
9
|
default: null;
|
|
@@ -23,33 +23,19 @@ declare const __VLS_component: DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
default: null;
|
|
34
|
-
};
|
|
35
|
-
divider: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
outside: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
};
|
|
42
|
-
stopButtonPropagation: {
|
|
43
|
-
type: BooleanConstructor;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
}>>, {
|
|
26
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
27
|
+
outside: boolean;
|
|
28
|
+
actions: ActionItem[];
|
|
29
|
+
dropDownActions: ActionItem[];
|
|
30
|
+
divider: boolean;
|
|
31
|
+
stopButtonPropagation: boolean;
|
|
32
|
+
} & {} & {}>, {
|
|
47
33
|
outside: boolean;
|
|
48
34
|
actions: ActionItem[];
|
|
49
35
|
dropDownActions: ActionItem[];
|
|
50
36
|
divider: boolean;
|
|
51
37
|
stopButtonPropagation: boolean;
|
|
52
|
-
}, {}>;
|
|
38
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
53
39
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
54
40
|
export default _default;
|
|
55
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,45 +1,20 @@
|
|
|
1
1
|
import { BasicTableProps } from '../types/table';
|
|
2
2
|
import { Fn, Recordable } from '../../type';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
import { GetRowKey } from 'ant-design-vue/es/vc-table/interface';
|
|
5
|
-
declare const _default: DefineComponent<
|
|
5
|
+
declare const _default: DefineComponent<{
|
|
6
6
|
summaryFunc?: Fn | null;
|
|
7
7
|
summaryData?: Recordable[] | null;
|
|
8
8
|
scroll?: BasicTableProps["scroll"];
|
|
9
9
|
rowKey?: BasicTableProps["rowKey"];
|
|
10
|
-
}
|
|
11
|
-
summaryFunc: null;
|
|
12
|
-
summaryData: null;
|
|
13
|
-
rowKey: string;
|
|
14
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
10
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
15
11
|
summaryFunc?: Fn | null;
|
|
16
12
|
summaryData?: Recordable[] | null;
|
|
17
13
|
scroll?: BasicTableProps["scroll"];
|
|
18
14
|
rowKey?: BasicTableProps["rowKey"];
|
|
19
|
-
}>, {
|
|
20
|
-
summaryFunc: null;
|
|
21
|
-
summaryData: null;
|
|
22
|
-
rowKey: string;
|
|
23
|
-
}>>>, {
|
|
15
|
+
} & {}>, {
|
|
24
16
|
rowKey: string | GetRowKey<any>;
|
|
25
17
|
summaryFunc: Fn | null;
|
|
26
18
|
summaryData: Recordable[] | null;
|
|
27
|
-
}, {}>;
|
|
19
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
28
20
|
export default _default;
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
37
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
-
type __VLS_TypePropsToOption<T> = {
|
|
39
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
-
} : {
|
|
42
|
-
type: PropType<T[K]>;
|
|
43
|
-
required: true;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TableSetting, TableActionType } from '../types/table';
|
|
2
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
headerTop?(_: {}): any;
|
|
5
5
|
tableTitle?(_: {}): any;
|
|
6
6
|
toolbar?(_: {}): any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_component: DefineComponent<{
|
|
8
|
+
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
9
9
|
title: {
|
|
10
10
|
type: PropType<string | ((data: any) => string)>;
|
|
11
11
|
};
|
|
@@ -30,41 +30,25 @@ declare const __VLS_component: DefineComponent<{
|
|
|
30
30
|
type: BooleanConstructor;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
|
-
}
|
|
33
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
34
34
|
"columns-change": (...args: any[]) => void;
|
|
35
|
-
}, string, PublicProps, Readonly<
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
titleHelpMessage: {
|
|
46
|
-
type: PropType<string | string[]>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
clearSelectedRowKeys: {
|
|
50
|
-
type: PropType<TableActionType["clearSelectedRowKeys"]>;
|
|
51
|
-
};
|
|
52
|
-
count: {
|
|
53
|
-
type: NumberConstructor;
|
|
54
|
-
default: number;
|
|
55
|
-
};
|
|
56
|
-
showSelectionBar: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
|
-
}>> & {
|
|
35
|
+
}, string, PublicProps, Readonly<{
|
|
36
|
+
count: number;
|
|
37
|
+
showTableSetting: boolean;
|
|
38
|
+
titleHelpMessage: string | string[];
|
|
39
|
+
showSelectionBar: boolean;
|
|
40
|
+
} & {
|
|
41
|
+
title?: string | ((data: any) => string) | undefined;
|
|
42
|
+
clearSelectedRowKeys?: (() => void) | undefined;
|
|
43
|
+
tableSetting?: TableSetting | undefined;
|
|
44
|
+
} & {
|
|
61
45
|
"onColumns-change"?: ((...args: any[]) => any) | undefined;
|
|
62
|
-
}
|
|
46
|
+
}>, {
|
|
63
47
|
count: number;
|
|
64
48
|
showTableSetting: boolean;
|
|
65
49
|
titleHelpMessage: string | string[];
|
|
66
50
|
showSelectionBar: boolean;
|
|
67
|
-
}, {}>;
|
|
51
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
68
52
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
69
53
|
export default _default;
|
|
70
54
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type TableImageProps = {
|
|
3
3
|
imgList?: string[];
|
|
4
4
|
size?: number;
|
|
@@ -8,40 +8,11 @@ type TableImageProps = {
|
|
|
8
8
|
srcPrefix?: string;
|
|
9
9
|
fallback?: string;
|
|
10
10
|
};
|
|
11
|
-
declare const _default: DefineComponent<
|
|
12
|
-
size: number;
|
|
13
|
-
showBadge: boolean;
|
|
14
|
-
margin: number;
|
|
15
|
-
srcPrefix: string;
|
|
16
|
-
fallback: string;
|
|
17
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TableImageProps>, {
|
|
18
|
-
size: number;
|
|
19
|
-
showBadge: boolean;
|
|
20
|
-
margin: number;
|
|
21
|
-
srcPrefix: string;
|
|
22
|
-
fallback: string;
|
|
23
|
-
}>>>, {
|
|
11
|
+
declare const _default: DefineComponent<TableImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableImageProps & {}>, {
|
|
24
12
|
size: number;
|
|
25
13
|
margin: number;
|
|
26
14
|
showBadge: boolean;
|
|
27
15
|
srcPrefix: string;
|
|
28
16
|
fallback: string;
|
|
29
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
30
18
|
export default _default;
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
-
type __VLS_TypePropsToOption<T> = {
|
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
-
} : {
|
|
44
|
-
type: PropType<T[K]>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
@@ -1,33 +1,12 @@
|
|
|
1
1
|
import { TableActionType } from '../types/table';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<{
|
|
4
4
|
count?: number;
|
|
5
5
|
clearSelectedRowKeys: TableActionType["clearSelectedRowKeys"];
|
|
6
|
-
}
|
|
7
|
-
count: () => 0;
|
|
8
|
-
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
9
7
|
count?: number;
|
|
10
8
|
clearSelectedRowKeys: TableActionType["clearSelectedRowKeys"];
|
|
11
|
-
}>, {
|
|
12
|
-
count: () => 0;
|
|
13
|
-
}>>>, {
|
|
9
|
+
} & {}>, {
|
|
14
10
|
count: number;
|
|
15
|
-
}, {}>;
|
|
11
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
16
12
|
export default _default;
|
|
17
|
-
type __VLS_WithDefaults<P, D> = {
|
|
18
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
-
default: D[K];
|
|
20
|
-
}> : P[K];
|
|
21
|
-
};
|
|
22
|
-
type __VLS_Prettify<T> = {
|
|
23
|
-
[K in keyof T]: T[K];
|
|
24
|
-
} & {};
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToOption<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
-
declare const _default: DefineComponent<{
|
|
1
|
+
import { PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
3
|
title: {
|
|
4
4
|
type: PropType<string | ((data: any) => string)>;
|
|
5
5
|
};
|
|
@@ -9,15 +9,9 @@ declare const _default: DefineComponent<{
|
|
|
9
9
|
helpMessage: {
|
|
10
10
|
type: PropType<string | string[]>;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
13
|
-
title:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
type: PropType<() => any[]>;
|
|
18
|
-
};
|
|
19
|
-
helpMessage: {
|
|
20
|
-
type: PropType<string | string[]>;
|
|
21
|
-
};
|
|
22
|
-
}>>, {}, {}>;
|
|
12
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{} & {
|
|
13
|
+
title?: string | ((data: any) => string) | undefined;
|
|
14
|
+
helpMessage?: string | string[] | undefined;
|
|
15
|
+
getSelectRows?: (() => any[]) | undefined;
|
|
16
|
+
} & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
23
17
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BasicTableProps, SizeType, FetchParams, GetColumnsParams, BasicColumn, TableRowSelection, TableSetting } from './types/table';
|
|
2
2
|
import { ProTableProps } from './interface';
|
|
3
3
|
import { TableColumnType, ColumnType } from 'ant-design-vue';
|
|
4
|
-
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps,
|
|
4
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
5
5
|
import { Recordable } from '../type';
|
|
6
6
|
import { Key } from 'ant-design-vue/es/table/interface';
|
|
7
7
|
import { PaginationProps } from '.';
|
|
@@ -19,25 +19,7 @@ declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & Pa
|
|
|
19
19
|
column: ColumnType<any>;
|
|
20
20
|
}): any;
|
|
21
21
|
};
|
|
22
|
-
declare const __VLS_component: DefineComponent<
|
|
23
|
-
clickToRowSelect: boolean;
|
|
24
|
-
tableSetting: () => {};
|
|
25
|
-
autoCreateKey: boolean;
|
|
26
|
-
striped: boolean;
|
|
27
|
-
indentSize: number;
|
|
28
|
-
canColDrag: boolean;
|
|
29
|
-
immediate: boolean;
|
|
30
|
-
emptyDataIsShowTable: boolean;
|
|
31
|
-
columns: () => never[];
|
|
32
|
-
showIndexColumn: boolean;
|
|
33
|
-
ellipsis: boolean;
|
|
34
|
-
isCanResizeParent: boolean;
|
|
35
|
-
canResize: boolean;
|
|
36
|
-
resizeHeightOffset: number;
|
|
37
|
-
rowKey: string;
|
|
38
|
-
divideSpace: string;
|
|
39
|
-
pagination: null;
|
|
40
|
-
}>, {
|
|
22
|
+
declare const __VLS_component: DefineComponent<ProTableProps, {
|
|
41
23
|
reload: (opt?: FetchParams) => Promise< Recordable<any>[] | undefined>;
|
|
42
24
|
setSelectedRows: (rows: Recordable[]) => void;
|
|
43
25
|
getSelectRows: <T = Recordable>() => T[];
|
|
@@ -73,8 +55,8 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
73
55
|
getShowPagination: () => boolean;
|
|
74
56
|
setCacheColumnsByField?: (dataIndex: string | undefined, value: BasicColumn) => void;
|
|
75
57
|
setCacheColumns?: (columns: BasicColumn[]) => void;
|
|
76
|
-
tableElRef: Ref<null>;
|
|
77
|
-
},
|
|
58
|
+
tableElRef: Ref<null, null>;
|
|
59
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
78
60
|
change: (...args: any[]) => void;
|
|
79
61
|
register: (...args: any[]) => void;
|
|
80
62
|
"edit-change": (...args: any[]) => void;
|
|
@@ -91,28 +73,9 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
91
73
|
"row-mouseleave": (...args: any[]) => void;
|
|
92
74
|
"columns-change": (...args: any[]) => void;
|
|
93
75
|
"expanded-rows-change": (...args: any[]) => void;
|
|
94
|
-
}, string, PublicProps, Readonly<
|
|
95
|
-
clickToRowSelect: boolean;
|
|
96
|
-
tableSetting: () => {};
|
|
97
|
-
autoCreateKey: boolean;
|
|
98
|
-
striped: boolean;
|
|
99
|
-
indentSize: number;
|
|
100
|
-
canColDrag: boolean;
|
|
101
|
-
immediate: boolean;
|
|
102
|
-
emptyDataIsShowTable: boolean;
|
|
103
|
-
columns: () => never[];
|
|
104
|
-
showIndexColumn: boolean;
|
|
105
|
-
ellipsis: boolean;
|
|
106
|
-
isCanResizeParent: boolean;
|
|
107
|
-
canResize: boolean;
|
|
108
|
-
resizeHeightOffset: number;
|
|
109
|
-
rowKey: string;
|
|
110
|
-
divideSpace: string;
|
|
111
|
-
pagination: null;
|
|
112
|
-
}>>> & {
|
|
76
|
+
}, string, PublicProps, Readonly<ProTableProps & {
|
|
113
77
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
114
78
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
"onColumns-change"?: ((...args: any[]) => any) | undefined;
|
|
116
79
|
"onEdit-change"?: ((...args: any[]) => any) | undefined;
|
|
117
80
|
"onEdit-end"?: ((...args: any[]) => any) | undefined;
|
|
118
81
|
"onEdit-cancel"?: ((...args: any[]) => any) | undefined;
|
|
@@ -125,8 +88,9 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
125
88
|
"onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
126
89
|
"onRow-mouseenter"?: ((...args: any[]) => any) | undefined;
|
|
127
90
|
"onRow-mouseleave"?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
"onColumns-change"?: ((...args: any[]) => any) | undefined;
|
|
128
92
|
"onExpanded-rows-change"?: ((...args: any[]) => any) | undefined;
|
|
129
|
-
}
|
|
93
|
+
}>, {
|
|
130
94
|
ellipsis: boolean;
|
|
131
95
|
pagination: PaginationProps | boolean | null;
|
|
132
96
|
immediate: boolean;
|
|
@@ -144,28 +108,11 @@ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypeProp
|
|
|
144
108
|
canColDrag: boolean;
|
|
145
109
|
emptyDataIsShowTable: boolean;
|
|
146
110
|
divideSpace: number | SizeType;
|
|
147
|
-
}, {}>;
|
|
111
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
148
112
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
149
113
|
export default _default;
|
|
150
|
-
type __VLS_WithDefaults<P, D> = {
|
|
151
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
152
|
-
default: D[K];
|
|
153
|
-
}> : P[K];
|
|
154
|
-
};
|
|
155
|
-
type __VLS_Prettify<T> = {
|
|
156
|
-
[K in keyof T]: T[K];
|
|
157
|
-
} & {};
|
|
158
114
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
159
115
|
new (): {
|
|
160
116
|
$slots: S;
|
|
161
117
|
};
|
|
162
118
|
};
|
|
163
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
164
|
-
type __VLS_TypePropsToOption<T> = {
|
|
165
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
166
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
167
|
-
} : {
|
|
168
|
-
type: PropType<T[K]>;
|
|
169
|
-
required: true;
|
|
170
|
-
};
|
|
171
|
-
};
|
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
import { PromptDialogProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<PromptDialogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PromptDialogProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
4
4
|
export default _default;
|
|
5
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
|
-
type __VLS_TypePropsToOption<T> = {
|
|
7
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
8
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
9
|
-
} : {
|
|
10
|
-
type: PropType<T[K]>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import { DefineComponent, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps,
|
|
2
|
-
declare const _default: DefineComponent<{
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
3
|
vertical: BooleanConstructor;
|
|
4
4
|
size: StringConstructor;
|
|
5
5
|
move: NumberConstructor;
|
|
6
|
-
}
|
|
6
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
|
-
}>,
|
|
9
|
-
vertical:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
9
|
+
vertical: boolean;
|
|
10
|
+
} & {
|
|
11
|
+
size?: string | undefined;
|
|
12
|
+
move?: number | undefined;
|
|
13
|
+
} & {}>, {
|
|
13
14
|
vertical: boolean;
|
|
14
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
15
16
|
export default _default;
|