@aplus-frontend/ui 0.1.8 → 0.1.10
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/interface.d.ts +4 -0
- 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 +65 -192
- package/es/src/ap-field/select/index.vue.mjs +36 -31
- 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 +30 -3
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +33 -23
- 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/ap-table.vue.mjs +158 -147
- 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 +12396 -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 +7 -10
- package/es/src/ap-table/hooks/use-table-paging.mjs +63 -63
- package/es/src/ap-table/interface.d.ts +13 -1
- 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-export-group/ApExportGroup.vue2.mjs +53 -48
- package/es/src/business/ap-export-group/interface.d.ts +4 -0
- 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 +54 -39
- package/es/src/business/ap-label/ApLabelGroup.d.ts +43 -0
- package/es/src/business/ap-label/ApLabelGroup.mjs +30 -0
- package/es/src/business/ap-label/constans.d.ts +20 -0
- package/es/src/business/ap-label/constans.mjs +21 -0
- package/es/src/business/ap-label/interface.d.ts +21 -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 +995 -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/antd-global-overwrite/admin/button.css +3 -0
- package/es/src/theme/antd-global-overwrite/admin/index.css +3 -0
- package/es/src/theme/antd-global-overwrite/aplus/button.css +3 -0
- package/es/src/theme/antd-global-overwrite/aplus/index.css +3 -0
- 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/interface.d.ts +4 -0
- 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 +65 -192
- package/lib/src/ap-field/select/index.vue.js +1 -1
- 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 +30 -3
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
- 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/ap-table.vue.js +1 -1
- 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 +12396 -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 +7 -10
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- package/lib/src/ap-table/interface.d.ts +13 -1
- 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-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/interface.d.ts +4 -0
- 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 +43 -0
- package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/constans.d.ts +20 -0
- package/lib/src/business/ap-label/constans.js +1 -0
- package/lib/src/business/ap-label/interface.d.ts +21 -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 +995 -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/antd-global-overwrite/admin/button.css +3 -0
- package/lib/src/theme/antd-global-overwrite/admin/index.css +3 -0
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +3 -0
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +3 -0
- 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 +4 -4
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import { ApFormExpose, ApFormSearchFormProps } from '../interface';
|
|
2
|
-
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType
|
|
3
|
-
import {
|
|
4
|
-
import { ColSize } from 'ant-design-vue/es/grid';
|
|
5
|
-
import { ColSize } from 'ant-design-vue/es/grid/Col';
|
|
6
|
-
import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity } from 'ant-design-vue/es/form/interface';
|
|
7
|
-
import { RequiredMark } from 'ant-design-vue/es/form/Form';
|
|
8
|
-
import { RuleObject } from 'ant-design-vue/es/form';
|
|
9
|
-
import { Options } from '../../../node_modules/scroll-into-view-if-needed';
|
|
10
|
-
import { ButtonSize } from 'ant-design-vue/es/button';
|
|
11
|
-
import { Recordable } from '../../type';
|
|
2
|
+
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
|
+
import { FormLabelAlign } from 'ant-design-vue/es/form/interface';
|
|
12
4
|
declare function __VLS_template(): Readonly<{
|
|
13
5
|
default(): any[];
|
|
14
6
|
extra(): any;
|
|
@@ -16,252 +8,39 @@ declare function __VLS_template(): Readonly<{
|
|
|
16
8
|
default(): any[];
|
|
17
9
|
extra(): any;
|
|
18
10
|
};
|
|
19
|
-
declare const __VLS_component: DefineComponent<ApFormSearchFormProps
|
|
11
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormSearchFormProps>, {
|
|
12
|
+
layout: string;
|
|
13
|
+
hideRequiredMark: boolean;
|
|
14
|
+
colon: boolean;
|
|
15
|
+
labelAlign: string;
|
|
16
|
+
validateOnRuleChange: boolean;
|
|
17
|
+
validateTrigger: string;
|
|
18
|
+
defaultCollapse: boolean;
|
|
19
|
+
extraInAction: boolean;
|
|
20
|
+
forceExpand: boolean;
|
|
21
|
+
countPerRow: number;
|
|
22
|
+
collapse: undefined;
|
|
23
|
+
customReset: boolean;
|
|
24
|
+
}>, {
|
|
20
25
|
apForm: ComputedRef<ApFormExpose | undefined>;
|
|
21
|
-
},
|
|
26
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
22
27
|
"update:collapse": (...args: any[]) => void;
|
|
23
|
-
}, string, PublicProps, Readonly<
|
|
24
|
-
layout:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
type: PropType<string | number | ColSize>;
|
|
38
|
-
default: string | number | ColSize;
|
|
39
|
-
};
|
|
40
|
-
md: {
|
|
41
|
-
type: PropType<string | number | ColSize>;
|
|
42
|
-
default: string | number | ColSize;
|
|
43
|
-
};
|
|
44
|
-
lg: {
|
|
45
|
-
type: PropType<string | number | ColSize>;
|
|
46
|
-
default: string | number | ColSize;
|
|
47
|
-
};
|
|
48
|
-
xl: {
|
|
49
|
-
type: PropType<string | number | ColSize>;
|
|
50
|
-
default: string | number | ColSize;
|
|
51
|
-
};
|
|
52
|
-
xxl: {
|
|
53
|
-
type: PropType<string | number | ColSize>;
|
|
54
|
-
default: string | number | ColSize;
|
|
55
|
-
};
|
|
56
|
-
prefixCls: StringConstructor;
|
|
57
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
58
|
-
}>> & HTMLAttributes>;
|
|
59
|
-
default: Partial< ExtractPropTypes<{
|
|
60
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
61
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
62
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
63
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
64
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
65
|
-
xs: {
|
|
66
|
-
type: PropType<string | number | ColSize>;
|
|
67
|
-
default: string | number | ColSize;
|
|
68
|
-
};
|
|
69
|
-
sm: {
|
|
70
|
-
type: PropType<string | number | ColSize>;
|
|
71
|
-
default: string | number | ColSize;
|
|
72
|
-
};
|
|
73
|
-
md: {
|
|
74
|
-
type: PropType<string | number | ColSize>;
|
|
75
|
-
default: string | number | ColSize;
|
|
76
|
-
};
|
|
77
|
-
lg: {
|
|
78
|
-
type: PropType<string | number | ColSize>;
|
|
79
|
-
default: string | number | ColSize;
|
|
80
|
-
};
|
|
81
|
-
xl: {
|
|
82
|
-
type: PropType<string | number | ColSize>;
|
|
83
|
-
default: string | number | ColSize;
|
|
84
|
-
};
|
|
85
|
-
xxl: {
|
|
86
|
-
type: PropType<string | number | ColSize>;
|
|
87
|
-
default: string | number | ColSize;
|
|
88
|
-
};
|
|
89
|
-
prefixCls: StringConstructor;
|
|
90
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
91
|
-
}>> & HTMLAttributes;
|
|
92
|
-
};
|
|
93
|
-
wrapperCol: {
|
|
94
|
-
type: PropType<Partial< ExtractPropTypes<{
|
|
95
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
96
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
97
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
98
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
99
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
100
|
-
xs: {
|
|
101
|
-
type: PropType<string | number | ColSize>;
|
|
102
|
-
default: string | number | ColSize;
|
|
103
|
-
};
|
|
104
|
-
sm: {
|
|
105
|
-
type: PropType<string | number | ColSize>;
|
|
106
|
-
default: string | number | ColSize;
|
|
107
|
-
};
|
|
108
|
-
md: {
|
|
109
|
-
type: PropType<string | number | ColSize>;
|
|
110
|
-
default: string | number | ColSize;
|
|
111
|
-
};
|
|
112
|
-
lg: {
|
|
113
|
-
type: PropType<string | number | ColSize>;
|
|
114
|
-
default: string | number | ColSize;
|
|
115
|
-
};
|
|
116
|
-
xl: {
|
|
117
|
-
type: PropType<string | number | ColSize>;
|
|
118
|
-
default: string | number | ColSize;
|
|
119
|
-
};
|
|
120
|
-
xxl: {
|
|
121
|
-
type: PropType<string | number | ColSize>;
|
|
122
|
-
default: string | number | ColSize;
|
|
123
|
-
};
|
|
124
|
-
prefixCls: StringConstructor;
|
|
125
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
126
|
-
}>> & HTMLAttributes>;
|
|
127
|
-
default: Partial< ExtractPropTypes<{
|
|
128
|
-
span: (StringConstructor | NumberConstructor)[];
|
|
129
|
-
order: (StringConstructor | NumberConstructor)[];
|
|
130
|
-
offset: (StringConstructor | NumberConstructor)[];
|
|
131
|
-
push: (StringConstructor | NumberConstructor)[];
|
|
132
|
-
pull: (StringConstructor | NumberConstructor)[];
|
|
133
|
-
xs: {
|
|
134
|
-
type: PropType<string | number | ColSize>;
|
|
135
|
-
default: string | number | ColSize;
|
|
136
|
-
};
|
|
137
|
-
sm: {
|
|
138
|
-
type: PropType<string | number | ColSize>;
|
|
139
|
-
default: string | number | ColSize;
|
|
140
|
-
};
|
|
141
|
-
md: {
|
|
142
|
-
type: PropType<string | number | ColSize>;
|
|
143
|
-
default: string | number | ColSize;
|
|
144
|
-
};
|
|
145
|
-
lg: {
|
|
146
|
-
type: PropType<string | number | ColSize>;
|
|
147
|
-
default: string | number | ColSize;
|
|
148
|
-
};
|
|
149
|
-
xl: {
|
|
150
|
-
type: PropType<string | number | ColSize>;
|
|
151
|
-
default: string | number | ColSize;
|
|
152
|
-
};
|
|
153
|
-
xxl: {
|
|
154
|
-
type: PropType<string | number | ColSize>;
|
|
155
|
-
default: string | number | ColSize;
|
|
156
|
-
};
|
|
157
|
-
prefixCls: StringConstructor;
|
|
158
|
-
flex: (StringConstructor | NumberConstructor)[];
|
|
159
|
-
}>> & HTMLAttributes;
|
|
160
|
-
};
|
|
161
|
-
colon: {
|
|
162
|
-
type: BooleanConstructor;
|
|
163
|
-
default: boolean;
|
|
164
|
-
};
|
|
165
|
-
labelAlign: {
|
|
166
|
-
type: PropType<FormLabelAlign>;
|
|
167
|
-
default: FormLabelAlign;
|
|
168
|
-
};
|
|
169
|
-
labelWrap: {
|
|
170
|
-
type: BooleanConstructor;
|
|
171
|
-
default: boolean;
|
|
172
|
-
};
|
|
173
|
-
prefixCls: StringConstructor;
|
|
174
|
-
requiredMark: {
|
|
175
|
-
type: PropType<"" | RequiredMark>;
|
|
176
|
-
default: "" | RequiredMark;
|
|
177
|
-
};
|
|
178
|
-
hideRequiredMark: {
|
|
179
|
-
type: BooleanConstructor;
|
|
180
|
-
default: boolean;
|
|
181
|
-
};
|
|
182
|
-
model: VueTypeValidableDef<{
|
|
183
|
-
[key: string]: any;
|
|
184
|
-
}> & {
|
|
185
|
-
default: () => {
|
|
186
|
-
[key: string]: any;
|
|
187
|
-
};
|
|
188
|
-
};
|
|
189
|
-
rules: {
|
|
190
|
-
type: PropType<{
|
|
191
|
-
[k: string]: RuleObject | RuleObject[];
|
|
192
|
-
}>;
|
|
193
|
-
default: {
|
|
194
|
-
[k: string]: RuleObject | RuleObject[];
|
|
195
|
-
};
|
|
196
|
-
};
|
|
197
|
-
validateMessages: {
|
|
198
|
-
type: PropType<ValidateMessages>;
|
|
199
|
-
default: ValidateMessages;
|
|
200
|
-
};
|
|
201
|
-
validateOnRuleChange: {
|
|
202
|
-
type: BooleanConstructor;
|
|
203
|
-
default: boolean;
|
|
204
|
-
};
|
|
205
|
-
scrollToFirstError: {
|
|
206
|
-
default: boolean | Options<any>;
|
|
207
|
-
type: PropType<boolean | Options<any>>;
|
|
208
|
-
};
|
|
209
|
-
onSubmit: {
|
|
210
|
-
type: PropType<(e: Event) => void>;
|
|
211
|
-
default: (e: Event) => void;
|
|
212
|
-
};
|
|
213
|
-
name: StringConstructor;
|
|
214
|
-
validateTrigger: {
|
|
215
|
-
type: PropType<string | string[]>;
|
|
216
|
-
default: string | string[];
|
|
217
|
-
};
|
|
218
|
-
size: {
|
|
219
|
-
type: PropType<ButtonSize>;
|
|
220
|
-
default: ButtonSize;
|
|
221
|
-
};
|
|
222
|
-
disabled: {
|
|
223
|
-
type: BooleanConstructor;
|
|
224
|
-
default: boolean;
|
|
225
|
-
};
|
|
226
|
-
onValuesChange: {
|
|
227
|
-
type: PropType<(changedValues: any, values: any) => void>;
|
|
228
|
-
default: (changedValues: any, values: any) => void;
|
|
229
|
-
};
|
|
230
|
-
onFieldsChange: {
|
|
231
|
-
type: PropType<(changedFields: FieldData[], allFields: FieldData[]) => void>;
|
|
232
|
-
default: (changedFields: FieldData[], allFields: FieldData[]) => void;
|
|
233
|
-
};
|
|
234
|
-
onFinish: {
|
|
235
|
-
type: PropType<(values: any) => void>;
|
|
236
|
-
default: (values: any) => void;
|
|
237
|
-
};
|
|
238
|
-
onFinishFailed: {
|
|
239
|
-
type: PropType<(errorInfo: ValidateErrorEntity<any>) => void>;
|
|
240
|
-
default: (errorInfo: ValidateErrorEntity<any>) => void;
|
|
241
|
-
};
|
|
242
|
-
onValidate: {
|
|
243
|
-
type: PropType<(name: string | number | string[] | number[], status: boolean, errors: string[]) => void>;
|
|
244
|
-
default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
|
|
245
|
-
};
|
|
246
|
-
}>>, "model"> & {
|
|
247
|
-
initialValues?: Recordable;
|
|
248
|
-
onValuesChange?: (changedValues: Recordable, allValues: Recordable) => void;
|
|
249
|
-
} & {
|
|
250
|
-
collapse?: boolean;
|
|
251
|
-
defaultCollapse?: boolean;
|
|
252
|
-
'onUpdate:collapse'?: (collapse?: boolean) => void;
|
|
253
|
-
searchText?: string;
|
|
254
|
-
resetText?: string;
|
|
255
|
-
onSubmit?: (values: any) => void;
|
|
256
|
-
onReset?: () => void;
|
|
257
|
-
customReset?: boolean;
|
|
258
|
-
extraInAction?: boolean;
|
|
259
|
-
forceExpand?: boolean;
|
|
260
|
-
countPerRow?: number;
|
|
261
|
-
submitLoading?: boolean;
|
|
262
|
-
} & {
|
|
28
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApFormSearchFormProps>, {
|
|
29
|
+
layout: string;
|
|
30
|
+
hideRequiredMark: boolean;
|
|
31
|
+
colon: boolean;
|
|
32
|
+
labelAlign: string;
|
|
33
|
+
validateOnRuleChange: boolean;
|
|
34
|
+
validateTrigger: string;
|
|
35
|
+
defaultCollapse: boolean;
|
|
36
|
+
extraInAction: boolean;
|
|
37
|
+
forceExpand: boolean;
|
|
38
|
+
countPerRow: number;
|
|
39
|
+
collapse: undefined;
|
|
40
|
+
customReset: boolean;
|
|
41
|
+
}>>> & {
|
|
263
42
|
"onUpdate:collapse"?: ((...args: any[]) => any) | undefined;
|
|
264
|
-
}
|
|
43
|
+
}, {
|
|
265
44
|
collapse: boolean;
|
|
266
45
|
layout: string;
|
|
267
46
|
validateTrigger: string | string[];
|
|
@@ -274,11 +53,28 @@ declare const __VLS_component: DefineComponent<ApFormSearchFormProps, {
|
|
|
274
53
|
customReset: boolean;
|
|
275
54
|
extraInAction: boolean;
|
|
276
55
|
forceExpand: boolean;
|
|
277
|
-
}, {}
|
|
56
|
+
}, {}>;
|
|
278
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
279
58
|
export default _default;
|
|
59
|
+
type __VLS_WithDefaults<P, D> = {
|
|
60
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
|
+
default: D[K];
|
|
62
|
+
}> : P[K];
|
|
63
|
+
};
|
|
64
|
+
type __VLS_Prettify<T> = {
|
|
65
|
+
[K in keyof T]: T[K];
|
|
66
|
+
} & {};
|
|
280
67
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
281
68
|
new (): {
|
|
282
69
|
$slots: S;
|
|
283
70
|
};
|
|
284
71
|
};
|
|
72
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
73
|
+
type __VLS_TypePropsToOption<T> = {
|
|
74
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
75
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
76
|
+
} : {
|
|
77
|
+
type: PropType<T[K]>;
|
|
78
|
+
required: true;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { APInfoLayoutProps } from '../interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
header?(_: {}): any;
|
|
5
5
|
title?(_: {}): any;
|
|
@@ -7,14 +7,41 @@ declare function __VLS_template(): {
|
|
|
7
7
|
divider?(_: {}): any;
|
|
8
8
|
content?(_: {}): any;
|
|
9
9
|
};
|
|
10
|
-
declare const __VLS_component: DefineComponent<
|
|
10
|
+
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<APInfoLayoutProps>, {
|
|
11
|
+
toEl: string;
|
|
12
|
+
telDisabled: boolean;
|
|
13
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
+
"update:telDisabled": (...args: any[]) => void;
|
|
15
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<APInfoLayoutProps>, {
|
|
16
|
+
toEl: string;
|
|
17
|
+
telDisabled: boolean;
|
|
18
|
+
}>>> & {
|
|
19
|
+
"onUpdate:telDisabled"?: ((...args: any[]) => any) | undefined;
|
|
20
|
+
}, {
|
|
11
21
|
toEl: string | HTMLElement;
|
|
12
22
|
telDisabled: boolean;
|
|
13
|
-
}, {}
|
|
23
|
+
}, {}>;
|
|
14
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
15
25
|
export default _default;
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Prettify<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
16
34
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
35
|
new (): {
|
|
18
36
|
$slots: S;
|
|
19
37
|
};
|
|
20
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,62 +1,72 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { Divider as
|
|
1
|
+
import { defineComponent as $, computed as t, onActivated as y, onDeactivated as B, openBlock as i, createElementBlock as E, normalizeClass as a, createBlock as H, Teleport as k, renderSlot as s, createElementVNode as o, createVNode as A, unref as N } from "vue";
|
|
2
|
+
import { Divider as T } from "ant-design-vue";
|
|
3
3
|
import "../style/ap-info-layout.css";
|
|
4
4
|
import "../../config-provider/index.mjs";
|
|
5
|
-
import { useNamespace as
|
|
6
|
-
const
|
|
5
|
+
import { useNamespace as V } from "../../config-provider/hooks/use-namespace.mjs";
|
|
6
|
+
const w = /* @__PURE__ */ $({
|
|
7
7
|
name: "ApInfoLayout",
|
|
8
8
|
__name: "ap-info-layout",
|
|
9
9
|
props: {
|
|
10
10
|
toEl: { default: "#microapp-fixed-header" },
|
|
11
11
|
telDisabled: { type: Boolean, default: !1 }
|
|
12
12
|
},
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
emits: ["update:telDisabled"],
|
|
14
|
+
setup(d, { emit: c }) {
|
|
15
|
+
const u = d, p = c, { b: l, be: v, bem: r } = V("info-layout"), m = t(() => [l("container")]), f = t(() => [l("header")]), C = t(() => [l("divider")]), b = t(() => [l("contant")]), g = t(() => [v("header", "contant")]), h = t(() => [r("header", "contant", "title")]), D = t(() => [r("header", "contant", "actions")]), n = t({
|
|
16
|
+
get: () => u.telDisabled,
|
|
17
|
+
set: (e) => {
|
|
18
|
+
p("update:telDisabled", e);
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
return y(() => {
|
|
22
|
+
n.value = !1;
|
|
23
|
+
}), B(() => {
|
|
24
|
+
n.value = !0;
|
|
25
|
+
}), (e, z) => (i(), E("div", {
|
|
26
|
+
class: a(m.value)
|
|
17
27
|
}, [
|
|
18
|
-
(
|
|
28
|
+
(i(), H(k, {
|
|
19
29
|
to: e.toEl,
|
|
20
|
-
disabled:
|
|
30
|
+
disabled: n.value
|
|
21
31
|
}, [
|
|
22
|
-
|
|
32
|
+
s(e.$slots, "header"),
|
|
23
33
|
o("div", {
|
|
24
|
-
class: a(`${
|
|
34
|
+
class: a(`${f.value}`)
|
|
25
35
|
}, [
|
|
26
36
|
o("div", {
|
|
27
|
-
class: a(
|
|
37
|
+
class: a(g.value)
|
|
28
38
|
}, [
|
|
29
39
|
o("div", {
|
|
30
|
-
class: a(
|
|
40
|
+
class: a(h.value)
|
|
31
41
|
}, [
|
|
32
|
-
|
|
42
|
+
s(e.$slots, "title")
|
|
33
43
|
], 2),
|
|
34
44
|
o("div", {
|
|
35
|
-
class: a(
|
|
45
|
+
class: a(D.value)
|
|
36
46
|
}, [
|
|
37
|
-
|
|
47
|
+
s(e.$slots, "actions")
|
|
38
48
|
], 2)
|
|
39
49
|
], 2)
|
|
40
50
|
], 2)
|
|
41
51
|
], 8, ["to", "disabled"])),
|
|
42
52
|
o("div", {
|
|
43
|
-
class: a(
|
|
53
|
+
class: a(C.value)
|
|
44
54
|
}, [
|
|
45
|
-
|
|
46
|
-
|
|
55
|
+
s(e.$slots, "divider", {}, () => [
|
|
56
|
+
A(N(T), {
|
|
47
57
|
class: "ap-info-layout-divider",
|
|
48
58
|
dashed: ""
|
|
49
59
|
})
|
|
50
60
|
])
|
|
51
61
|
], 2),
|
|
52
62
|
o("div", {
|
|
53
|
-
class: a(
|
|
63
|
+
class: a(b.value)
|
|
54
64
|
}, [
|
|
55
|
-
|
|
65
|
+
s(e.$slots, "content")
|
|
56
66
|
], 2)
|
|
57
67
|
], 2));
|
|
58
68
|
}
|
|
59
69
|
});
|
|
60
70
|
export {
|
|
61
|
-
|
|
71
|
+
w as default
|
|
62
72
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ApListProps } from './interface';
|
|
2
2
|
import { Recordable } from '../type';
|
|
3
|
-
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
|
|
3
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, Ref, VNode, RendererNode, RendererElement } from 'vue';
|
|
4
4
|
import { ApFormSearchFormExpose } from '..';
|
|
5
5
|
declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6
|
-
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}
|
|
6
|
+
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, never>, never> & ApListProps<RecordType>> & PublicProps;
|
|
7
7
|
expose(exposed: ShallowUnwrapRef<{
|
|
8
8
|
submit: () => void;
|
|
9
9
|
reset: () => void;
|
|
@@ -15,7 +15,7 @@ declare const _default: <RecordType extends Recordable>(__VLS_props: NonNullable
|
|
|
15
15
|
slots: ReturnType<() => {
|
|
16
16
|
header?(_: {
|
|
17
17
|
formIns: {
|
|
18
|
-
form: Ref< ApFormSearchFormExpose | undefined
|
|
18
|
+
form: Ref< ApFormSearchFormExpose | undefined>;
|
|
19
19
|
};
|
|
20
20
|
submit: () => void;
|
|
21
21
|
reset: () => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ApColumnType, ApTableProps } from './interface';
|
|
2
|
-
import { ComputedRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
2
|
+
import { ComputedRef, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
3
3
|
import { RowSelectionReturnType } from './hooks/use-table-row-selection';
|
|
4
4
|
declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
|
-
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<{}
|
|
5
|
+
props: __VLS_Prettify<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{}>>, never>, never> & ApTableProps<RecordType>> & PublicProps;
|
|
6
6
|
expose(exposed: ShallowUnwrapRef<{
|
|
7
7
|
submit: () => void;
|
|
8
8
|
reset: () => void;
|