@aplus-frontend/ui 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +57 -56
- package/es/src/ap-action/group/index.vue.d.ts +30 -3
- package/es/src/ap-action/item/index.vue.d.ts +30 -3
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
- package/es/src/ap-action/item-modal/index.vue.d.ts +33 -6
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
- package/es/src/ap-custom-column/column-select.vue.d.ts +14 -5
- package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
- package/es/src/ap-custom-column/custom-column.vue.d.ts +14 -5
- package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
- package/es/src/ap-download/ap-download.vue.d.ts +28 -3
- package/es/src/ap-field/checkbox/index.vue.d.ts +31 -40
- package/es/src/ap-field/date/index.vue.d.ts +64 -19
- package/es/src/ap-field/date-range/index.vue.d.ts +66 -20
- package/es/src/ap-field/number/index.vue.d.ts +42 -138
- package/es/src/ap-field/radio/index.vue.d.ts +31 -51
- package/es/src/ap-field/rate/index.vue.d.ts +39 -46
- package/es/src/ap-field/segmented/index.vue.d.ts +32 -47
- package/es/src/ap-field/select/index.vue.d.ts +59 -192
- package/es/src/ap-field/slider/index.vue.d.ts +40 -115
- package/es/src/ap-field/switch/index.vue.d.ts +35 -60
- package/es/src/ap-field/text/index.vue.d.ts +38 -105
- package/es/src/ap-field/text/password.vue.d.ts +45 -113
- package/es/src/ap-field/text-area/index.vue.d.ts +38 -117
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +25 -30
- package/es/src/ap-form/ap-form-item.vue.d.ts +38 -128
- package/es/src/ap-form/ap-form-item.vue.mjs +52 -42
- package/es/src/ap-form/ap-form-list.vue.d.ts +11 -2
- package/es/src/ap-form/ap-form.vue.d.ts +36 -238
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
- package/es/src/ap-form/items/date/index.vue.d.ts +37 -131
- package/es/src/ap-form/items/date-range/index.vue.d.ts +37 -131
- package/es/src/ap-form/items/number/index.vue.d.ts +38 -132
- package/es/src/ap-form/items/radio/index.vue.d.ts +38 -8
- package/es/src/ap-form/items/select/index.vue.d.ts +38 -132
- package/es/src/ap-form/items/switch/index.vue.d.ts +39 -7
- package/es/src/ap-form/items/text/index.vue.d.ts +38 -132
- package/es/src/ap-form/items/text/password.vue.d.ts +38 -132
- package/es/src/ap-form/items/text-area/index.vue.d.ts +38 -9
- package/es/src/ap-form/modal-form/index.vue.d.ts +52 -17
- package/es/src/ap-form/search-form/index.vue.d.ts +50 -254
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +26 -3
- package/es/src/ap-list/index.vue.d.ts +3 -3
- package/es/src/ap-table/ap-table.vue.d.ts +2 -2
- package/es/src/ap-table/components/index/index.vue.d.ts +24 -3
- package/es/src/ap-table/components/status/index.vue.d.ts +11 -2
- package/es/src/ap-table/constants.d.ts +12370 -4527
- package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging.d.ts +3 -7
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
- package/es/src/ap-tag/ap-tag-group.vue.mjs +93 -91
- package/es/src/ap-tag/ap-tag.vue.d.ts +28 -3
- package/es/src/ap-upload/apUpload.vue.d.ts +48 -23
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/es/src/base-button/button.vue.d.ts +24 -3
- package/es/src/base-button/index.d.ts +110 -7
- package/es/src/base-button/modal-button.vue.d.ts +14 -8
- package/es/src/base-button/pop-confirm-button.vue.d.ts +10 -7
- package/es/src/basic/arrow.vue.d.ts +11 -2
- package/es/src/basic/help.vue.d.ts +50 -324
- package/es/src/basic/index.d.ts +202 -667
- package/es/src/basic/title.vue.d.ts +24 -3
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
- package/es/src/business/ap-label/ApLabel.vue.d.ts +40 -45
- package/es/src/business/ap-label/ApLabel.vue2.mjs +53 -39
- package/es/src/business/ap-label/ApLabelGroup.d.ts +25 -0
- package/es/src/business/ap-label/ApLabelGroup.mjs +36 -0
- package/es/src/business/ap-label/constans.d.ts +12 -0
- package/es/src/business/ap-label/constans.mjs +13 -0
- package/es/src/business/ap-label/interface.d.ts +16 -2
- package/es/src/business/ap-label/style.css +26 -1
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
- package/es/src/business/ap-status/ApStatus.vue.d.ts +28 -3
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
- package/es/src/business/index.d.ts +965 -201
- package/es/src/business/index.mjs +21 -19
- package/es/src/business/title/ApTitle.vue.d.ts +32 -3
- package/es/src/button/button.vue.d.ts +11 -2
- package/es/src/button/index.d.ts +32 -16
- package/es/src/check-card/group.vue.d.ts +41 -17
- package/es/src/check-card/index.vue.d.ts +35 -20
- package/es/src/config-provider/config-provider.d.ts +137 -41
- package/es/src/config-provider/index.d.ts +545 -161
- package/es/src/container/collapse/header.vue.d.ts +13 -11
- package/es/src/container/collapse/index.vue.d.ts +40 -11
- package/es/src/container/index.d.ts +119 -40
- package/es/src/container/scroll-container.vue.d.ts +12 -3
- package/es/src/count-down/button.vue.d.ts +24 -3
- package/es/src/count-down/index.d.ts +111 -12
- package/es/src/count-down/input.vue.d.ts +24 -3
- package/es/src/cropper/cropper-avatar.vue.d.ts +33 -6
- package/es/src/cropper/cropper-image.vue.d.ts +36 -5
- package/es/src/cropper/cropper-modal.vue.d.ts +21 -13
- package/es/src/cropper/index.d.ts +269 -24
- package/es/src/description/description.vue.d.ts +45 -15
- package/es/src/description/index.d.ts +171 -51
- package/es/src/dropdown/dropdown.vue.d.ts +30 -5
- package/es/src/dropdown/index.d.ts +76 -12
- package/es/src/editable-table/form-item.vue.d.ts +4 -4
- package/es/src/editable-table/index.vue.d.ts +4 -4
- package/es/src/hooks/useControllableValue.d.ts +1 -1
- package/es/src/icon/icon.vue.d.ts +29 -3
- package/es/src/icon/index.d.ts +159 -12
- package/es/src/icon/svg-icon.vue.d.ts +28 -3
- package/es/src/icon-picker/icon-picker.vue.d.ts +38 -5
- package/es/src/icon-picker/index.d.ts +139 -12
- package/es/src/index.mjs +184 -183
- package/es/src/modal/basic.vue.d.ts +117 -147
- package/es/src/modal/components/modal-close.vue.d.ts +26 -5
- package/es/src/modal/components/modal-footer.vue.d.ts +116 -146
- package/es/src/modal/components/modal-header.vue.d.ts +11 -2
- package/es/src/modal/components/modal-wrapper.vue.d.ts +43 -19
- package/es/src/modal/components/modal.d.ts +115 -145
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/es/src/modal/index.d.ts +462 -287
- package/es/src/pro-form/components/api-cascader.vue.d.ts +38 -5
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
- package/es/src/pro-form/components/api-select.vue.d.ts +38 -5
- package/es/src/pro-form/components/api-transfer.vue.d.ts +40 -5
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
- package/es/src/pro-form/components/api-tree.vue.d.ts +28 -5
- package/es/src/pro-form/components/form-action.vue.d.ts +38 -5
- package/es/src/pro-form/components/form-item.vue.d.ts +34 -14
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
- package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/es/src/pro-form/pro-form.vue.d.ts +57 -6
- package/es/src/pro-form/table-form-inner.vue.d.ts +34 -5
- package/es/src/pro-form/table-form.vue.d.ts +29 -4
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
- package/es/src/pro-table/components/header-cell.vue.d.ts +9 -726
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/index.vue.d.ts +11 -8
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/table-action.vue.d.ts +24 -10
- package/es/src/pro-table/components/table-footer.vue.d.ts +30 -5
- package/es/src/pro-table/components/table-header.vue.d.ts +31 -15
- package/es/src/pro-table/components/table-image.vue.d.ts +32 -3
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
- package/es/src/pro-table/components/table-title.vue.d.ts +13 -7
- package/es/src/pro-table/pro-table.vue.d.ts +61 -8
- package/es/src/prompt/dialog.vue.d.ts +11 -2
- package/es/src/scroll-bar/bar-item.d.ts +9 -10
- package/es/src/scroll-bar/index.d.ts +135 -12
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
- package/es/src/strength-meter/index.d.ts +55 -12
- package/es/src/strength-meter/strength-meter.vue.d.ts +26 -5
- package/es/src/tests/wrapper.d.ts +6 -3
- package/es/src/theme/ap-label/ap-label.css +26 -1
- package/es/src/transition/collapse-transition.vue.d.ts +2 -2
- package/es/src/transition/create-transition.d.ts +25 -13
- package/es/src/transition/index.d.ts +193 -88
- package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +30 -3
- package/lib/src/ap-action/item/index.vue.d.ts +30 -3
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +39 -10
- package/lib/src/ap-action/item-modal/index.vue.d.ts +33 -6
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +33 -7
- package/lib/src/ap-custom-column/column-select.vue.d.ts +14 -5
- package/lib/src/ap-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +14 -5
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -2
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +13 -4
- package/lib/src/ap-download/ap-download.vue.d.ts +28 -3
- package/lib/src/ap-field/checkbox/index.vue.d.ts +31 -40
- package/lib/src/ap-field/date/index.vue.d.ts +64 -19
- package/lib/src/ap-field/date-range/index.vue.d.ts +66 -20
- package/lib/src/ap-field/number/index.vue.d.ts +42 -138
- package/lib/src/ap-field/radio/index.vue.d.ts +31 -51
- package/lib/src/ap-field/rate/index.vue.d.ts +39 -46
- package/lib/src/ap-field/segmented/index.vue.d.ts +32 -47
- package/lib/src/ap-field/select/index.vue.d.ts +59 -192
- package/lib/src/ap-field/slider/index.vue.d.ts +40 -115
- package/lib/src/ap-field/switch/index.vue.d.ts +35 -60
- package/lib/src/ap-field/text/index.vue.d.ts +38 -105
- package/lib/src/ap-field/text/password.vue.d.ts +45 -113
- package/lib/src/ap-field/text-area/index.vue.d.ts +38 -117
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +32 -50
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +38 -128
- package/lib/src/ap-form/ap-form-item.vue.js +1 -1
- package/lib/src/ap-form/ap-form-list.vue.d.ts +11 -2
- package/lib/src/ap-form/ap-form.vue.d.ts +36 -238
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +37 -7
- package/lib/src/ap-form/items/date/index.vue.d.ts +37 -131
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +37 -131
- package/lib/src/ap-form/items/number/index.vue.d.ts +38 -132
- package/lib/src/ap-form/items/radio/index.vue.d.ts +38 -8
- package/lib/src/ap-form/items/select/index.vue.d.ts +38 -132
- package/lib/src/ap-form/items/switch/index.vue.d.ts +39 -7
- package/lib/src/ap-form/items/text/index.vue.d.ts +38 -132
- package/lib/src/ap-form/items/text/password.vue.d.ts +38 -132
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +38 -9
- package/lib/src/ap-form/modal-form/index.vue.d.ts +52 -17
- package/lib/src/ap-form/search-form/index.vue.d.ts +50 -254
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +26 -3
- package/lib/src/ap-list/index.vue.d.ts +3 -3
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
- package/lib/src/ap-table/components/index/index.vue.d.ts +24 -3
- package/lib/src/ap-table/components/status/index.vue.d.ts +11 -2
- package/lib/src/ap-table/constants.d.ts +12370 -4527
- package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +3 -7
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +28 -3
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +28 -3
- package/lib/src/ap-upload/apUpload.vue.d.ts +48 -23
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/lib/src/base-button/button.vue.d.ts +24 -3
- package/lib/src/base-button/index.d.ts +110 -7
- package/lib/src/base-button/modal-button.vue.d.ts +14 -8
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +10 -7
- package/lib/src/basic/arrow.vue.d.ts +11 -2
- package/lib/src/basic/help.vue.d.ts +50 -324
- package/lib/src/basic/index.d.ts +202 -667
- package/lib/src/basic/title.vue.d.ts +24 -3
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +11 -2
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +11 -2
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +31 -34
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +40 -45
- package/lib/src/business/ap-label/ApLabel.vue2.js +1 -1
- package/lib/src/business/ap-label/ApLabelGroup.d.ts +25 -0
- package/lib/src/business/ap-label/ApLabelGroup.js +1 -0
- package/lib/src/business/ap-label/constans.d.ts +12 -0
- package/lib/src/business/ap-label/constans.js +1 -0
- package/lib/src/business/ap-label/interface.d.ts +16 -2
- package/lib/src/business/ap-label/style.css +26 -1
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +28 -3
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +30 -3
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +73 -6
- package/lib/src/business/index.d.ts +965 -201
- package/lib/src/business/index.js +1 -1
- package/lib/src/business/title/ApTitle.vue.d.ts +32 -3
- package/lib/src/button/button.vue.d.ts +11 -2
- package/lib/src/button/index.d.ts +32 -16
- package/lib/src/check-card/group.vue.d.ts +41 -17
- package/lib/src/check-card/index.vue.d.ts +35 -20
- package/lib/src/config-provider/config-provider.d.ts +137 -41
- package/lib/src/config-provider/index.d.ts +545 -161
- package/lib/src/container/collapse/header.vue.d.ts +13 -11
- package/lib/src/container/collapse/index.vue.d.ts +40 -11
- package/lib/src/container/index.d.ts +119 -40
- package/lib/src/container/scroll-container.vue.d.ts +12 -3
- package/lib/src/count-down/button.vue.d.ts +24 -3
- package/lib/src/count-down/index.d.ts +111 -12
- package/lib/src/count-down/input.vue.d.ts +24 -3
- package/lib/src/cropper/cropper-avatar.vue.d.ts +33 -6
- package/lib/src/cropper/cropper-image.vue.d.ts +36 -5
- package/lib/src/cropper/cropper-modal.vue.d.ts +21 -13
- package/lib/src/cropper/index.d.ts +269 -24
- package/lib/src/description/description.vue.d.ts +45 -15
- package/lib/src/description/index.d.ts +171 -51
- package/lib/src/dropdown/dropdown.vue.d.ts +30 -5
- package/lib/src/dropdown/index.d.ts +76 -12
- package/lib/src/editable-table/form-item.vue.d.ts +4 -4
- package/lib/src/editable-table/index.vue.d.ts +4 -4
- package/lib/src/hooks/useControllableValue.d.ts +1 -1
- package/lib/src/icon/icon.vue.d.ts +29 -3
- package/lib/src/icon/index.d.ts +159 -12
- package/lib/src/icon/svg-icon.vue.d.ts +28 -3
- package/lib/src/icon-picker/icon-picker.vue.d.ts +38 -5
- package/lib/src/icon-picker/index.d.ts +139 -12
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +117 -147
- package/lib/src/modal/components/modal-close.vue.d.ts +26 -5
- package/lib/src/modal/components/modal-footer.vue.d.ts +116 -146
- package/lib/src/modal/components/modal-header.vue.d.ts +11 -2
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +43 -19
- package/lib/src/modal/components/modal.d.ts +115 -145
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/lib/src/modal/index.d.ts +462 -287
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +38 -5
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +36 -5
- package/lib/src/pro-form/components/api-select.vue.d.ts +38 -5
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +40 -5
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +36 -5
- package/lib/src/pro-form/components/api-tree.vue.d.ts +28 -5
- package/lib/src/pro-form/components/form-action.vue.d.ts +38 -5
- package/lib/src/pro-form/components/form-item.vue.d.ts +34 -14
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +24 -3
- package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +57 -6
- package/lib/src/pro-form/table-form-inner.vue.d.ts +34 -5
- package/lib/src/pro-form/table-form.vue.d.ts +29 -4
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +9 -6
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +26 -96
- package/lib/src/pro-table/components/header-cell.vue.d.ts +9 -726
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/index.vue.d.ts +11 -8
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/table-action.vue.d.ts +24 -10
- package/lib/src/pro-table/components/table-footer.vue.d.ts +30 -5
- package/lib/src/pro-table/components/table-header.vue.d.ts +31 -15
- package/lib/src/pro-table/components/table-image.vue.d.ts +32 -3
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +26 -5
- package/lib/src/pro-table/components/table-title.vue.d.ts +13 -7
- package/lib/src/pro-table/pro-table.vue.d.ts +61 -8
- package/lib/src/prompt/dialog.vue.d.ts +11 -2
- package/lib/src/scroll-bar/bar-item.d.ts +9 -10
- package/lib/src/scroll-bar/index.d.ts +135 -12
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +36 -5
- package/lib/src/strength-meter/index.d.ts +55 -12
- package/lib/src/strength-meter/strength-meter.vue.d.ts +26 -5
- package/lib/src/tests/wrapper.d.ts +6 -3
- package/lib/src/theme/ap-label/ap-label.css +26 -1
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
- package/lib/src/transition/create-transition.d.ts +25 -13
- package/lib/src/transition/index.d.ts +193 -88
- package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +15 -6
- package/package.json +2 -2
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TooltipPlacement
|
|
3
|
-
|
|
4
|
-
import { TriggerType, TooltipPlacement } from 'ant-design-vue/es/tooltip/abstractTooltipProps';
|
|
5
|
-
import { LiteralUnion, VueNode, CustomSlotsType } from 'ant-design-vue/es/_util/type';
|
|
6
|
-
import { PresetColorType } from 'ant-design-vue/es/_util/colors';
|
|
7
|
-
import { AdjustOverflow } from 'ant-design-vue/es/tooltip/Tooltip';
|
|
8
|
-
import { AlignType, BuildInPlacements } from 'ant-design-vue/es/vc-trigger/interface';
|
|
9
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
1
|
+
import { PropType, VNode, VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
3
|
+
declare const _default: DefineComponent<{
|
|
10
4
|
/**
|
|
11
5
|
* Help text max-width
|
|
12
6
|
* @default: 600px
|
|
@@ -51,324 +45,56 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
51
45
|
text: {
|
|
52
46
|
type: PropType<string[] | string | VNodeChild | VNode>;
|
|
53
47
|
};
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
48
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
49
|
+
/**
|
|
50
|
+
* Help text max-width
|
|
51
|
+
* @default: 600px
|
|
52
|
+
*/
|
|
53
|
+
maxWidth: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Whether to display the serial number
|
|
59
|
+
* @default: false
|
|
60
|
+
*/
|
|
61
|
+
showIndex: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Help text font color
|
|
66
|
+
* @default: #ffffff
|
|
67
|
+
*/
|
|
68
|
+
color: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Help text font size
|
|
74
|
+
* @default: 14px
|
|
75
|
+
*/
|
|
76
|
+
fontSize: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Help text list
|
|
82
|
+
*/
|
|
83
|
+
placement: {
|
|
84
|
+
type: PropType<TooltipPlacement>;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Help text list
|
|
89
|
+
*/
|
|
90
|
+
text: {
|
|
91
|
+
type: PropType<string[] | string | VNodeChild | VNode>;
|
|
92
|
+
};
|
|
93
|
+
}>>, {
|
|
65
94
|
placement: TooltipPlacement;
|
|
66
95
|
color: string;
|
|
67
96
|
fontSize: string;
|
|
68
97
|
maxWidth: string;
|
|
69
98
|
showIndex: boolean;
|
|
70
|
-
}, {}
|
|
71
|
-
Tooltip: {
|
|
72
|
-
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
73
|
-
title: VueTypeValidableDef<any>;
|
|
74
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
75
|
-
open: {
|
|
76
|
-
type: BooleanConstructor;
|
|
77
|
-
default: any;
|
|
78
|
-
};
|
|
79
|
-
visible: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: any;
|
|
82
|
-
};
|
|
83
|
-
placement: PropType<TooltipPlacement>;
|
|
84
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
85
|
-
transitionName: StringConstructor;
|
|
86
|
-
overlayStyle: {
|
|
87
|
-
type: PropType<CSSProperties>;
|
|
88
|
-
default: CSSProperties;
|
|
89
|
-
};
|
|
90
|
-
overlayInnerStyle: {
|
|
91
|
-
type: PropType<CSSProperties>;
|
|
92
|
-
default: CSSProperties;
|
|
93
|
-
};
|
|
94
|
-
overlayClassName: StringConstructor;
|
|
95
|
-
openClassName: StringConstructor;
|
|
96
|
-
prefixCls: StringConstructor;
|
|
97
|
-
mouseEnterDelay: NumberConstructor;
|
|
98
|
-
mouseLeaveDelay: NumberConstructor;
|
|
99
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
100
|
-
arrowPointAtCenter: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
default: any;
|
|
103
|
-
};
|
|
104
|
-
arrow: {
|
|
105
|
-
type: PropType<boolean | {
|
|
106
|
-
pointAtCenter?: boolean;
|
|
107
|
-
}>;
|
|
108
|
-
default: boolean | {
|
|
109
|
-
pointAtCenter?: boolean;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
autoAdjustOverflow: {
|
|
113
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
114
|
-
default: boolean | AdjustOverflow;
|
|
115
|
-
};
|
|
116
|
-
destroyTooltipOnHide: {
|
|
117
|
-
type: BooleanConstructor;
|
|
118
|
-
default: any;
|
|
119
|
-
};
|
|
120
|
-
align: {
|
|
121
|
-
type: PropType<AlignType>;
|
|
122
|
-
default: AlignType;
|
|
123
|
-
};
|
|
124
|
-
builtinPlacements: {
|
|
125
|
-
type: PropType<BuildInPlacements>;
|
|
126
|
-
default: BuildInPlacements;
|
|
127
|
-
};
|
|
128
|
-
children: ArrayConstructor;
|
|
129
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
130
|
-
"onUpdate:visible": PropType<(vis: boolean) => void>;
|
|
131
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
132
|
-
"onUpdate:open": PropType<(vis: boolean) => void>;
|
|
133
|
-
}>>, () => VueNode, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
134
|
-
title: VueTypeValidableDef<any>;
|
|
135
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
136
|
-
open: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: any;
|
|
139
|
-
};
|
|
140
|
-
visible: {
|
|
141
|
-
type: BooleanConstructor;
|
|
142
|
-
default: any;
|
|
143
|
-
};
|
|
144
|
-
placement: PropType<TooltipPlacement>;
|
|
145
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
146
|
-
transitionName: StringConstructor;
|
|
147
|
-
overlayStyle: {
|
|
148
|
-
type: PropType<CSSProperties>;
|
|
149
|
-
default: CSSProperties;
|
|
150
|
-
};
|
|
151
|
-
overlayInnerStyle: {
|
|
152
|
-
type: PropType<CSSProperties>;
|
|
153
|
-
default: CSSProperties;
|
|
154
|
-
};
|
|
155
|
-
overlayClassName: StringConstructor;
|
|
156
|
-
openClassName: StringConstructor;
|
|
157
|
-
prefixCls: StringConstructor;
|
|
158
|
-
mouseEnterDelay: NumberConstructor;
|
|
159
|
-
mouseLeaveDelay: NumberConstructor;
|
|
160
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
161
|
-
arrowPointAtCenter: {
|
|
162
|
-
type: BooleanConstructor;
|
|
163
|
-
default: any;
|
|
164
|
-
};
|
|
165
|
-
arrow: {
|
|
166
|
-
type: PropType<boolean | {
|
|
167
|
-
pointAtCenter?: boolean;
|
|
168
|
-
}>;
|
|
169
|
-
default: boolean | {
|
|
170
|
-
pointAtCenter?: boolean;
|
|
171
|
-
};
|
|
172
|
-
};
|
|
173
|
-
autoAdjustOverflow: {
|
|
174
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
175
|
-
default: boolean | AdjustOverflow;
|
|
176
|
-
};
|
|
177
|
-
destroyTooltipOnHide: {
|
|
178
|
-
type: BooleanConstructor;
|
|
179
|
-
default: any;
|
|
180
|
-
};
|
|
181
|
-
align: {
|
|
182
|
-
type: PropType<AlignType>;
|
|
183
|
-
default: AlignType;
|
|
184
|
-
};
|
|
185
|
-
builtinPlacements: {
|
|
186
|
-
type: PropType<BuildInPlacements>;
|
|
187
|
-
default: BuildInPlacements;
|
|
188
|
-
};
|
|
189
|
-
children: ArrayConstructor;
|
|
190
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
191
|
-
"onUpdate:visible": PropType<(vis: boolean) => void>;
|
|
192
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
193
|
-
"onUpdate:open": PropType<(vis: boolean) => void>;
|
|
194
|
-
}>>, {
|
|
195
|
-
open: boolean;
|
|
196
|
-
visible: boolean;
|
|
197
|
-
align: AlignType;
|
|
198
|
-
arrow: boolean | {
|
|
199
|
-
pointAtCenter?: boolean;
|
|
200
|
-
};
|
|
201
|
-
builtinPlacements: BuildInPlacements;
|
|
202
|
-
overlayInnerStyle: CSSProperties;
|
|
203
|
-
overlayStyle: CSSProperties;
|
|
204
|
-
destroyTooltipOnHide: boolean;
|
|
205
|
-
autoAdjustOverflow: boolean | AdjustOverflow;
|
|
206
|
-
arrowPointAtCenter: boolean;
|
|
207
|
-
}, true, {}, CustomSlotsType<{
|
|
208
|
-
title?: any;
|
|
209
|
-
default?: any;
|
|
210
|
-
}>, {
|
|
211
|
-
P: {};
|
|
212
|
-
B: {};
|
|
213
|
-
D: {};
|
|
214
|
-
C: {};
|
|
215
|
-
M: {};
|
|
216
|
-
Defaults: {};
|
|
217
|
-
}, Readonly< ExtractPropTypes<{
|
|
218
|
-
title: VueTypeValidableDef<any>;
|
|
219
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
220
|
-
open: {
|
|
221
|
-
type: BooleanConstructor;
|
|
222
|
-
default: any;
|
|
223
|
-
};
|
|
224
|
-
visible: {
|
|
225
|
-
type: BooleanConstructor;
|
|
226
|
-
default: any;
|
|
227
|
-
};
|
|
228
|
-
placement: PropType<TooltipPlacement>;
|
|
229
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
230
|
-
transitionName: StringConstructor;
|
|
231
|
-
overlayStyle: {
|
|
232
|
-
type: PropType<CSSProperties>;
|
|
233
|
-
default: CSSProperties;
|
|
234
|
-
};
|
|
235
|
-
overlayInnerStyle: {
|
|
236
|
-
type: PropType<CSSProperties>;
|
|
237
|
-
default: CSSProperties;
|
|
238
|
-
};
|
|
239
|
-
overlayClassName: StringConstructor;
|
|
240
|
-
openClassName: StringConstructor;
|
|
241
|
-
prefixCls: StringConstructor;
|
|
242
|
-
mouseEnterDelay: NumberConstructor;
|
|
243
|
-
mouseLeaveDelay: NumberConstructor;
|
|
244
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
245
|
-
arrowPointAtCenter: {
|
|
246
|
-
type: BooleanConstructor;
|
|
247
|
-
default: any;
|
|
248
|
-
};
|
|
249
|
-
arrow: {
|
|
250
|
-
type: PropType<boolean | {
|
|
251
|
-
pointAtCenter?: boolean;
|
|
252
|
-
}>;
|
|
253
|
-
default: boolean | {
|
|
254
|
-
pointAtCenter?: boolean;
|
|
255
|
-
};
|
|
256
|
-
};
|
|
257
|
-
autoAdjustOverflow: {
|
|
258
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
259
|
-
default: boolean | AdjustOverflow;
|
|
260
|
-
};
|
|
261
|
-
destroyTooltipOnHide: {
|
|
262
|
-
type: BooleanConstructor;
|
|
263
|
-
default: any;
|
|
264
|
-
};
|
|
265
|
-
align: {
|
|
266
|
-
type: PropType<AlignType>;
|
|
267
|
-
default: AlignType;
|
|
268
|
-
};
|
|
269
|
-
builtinPlacements: {
|
|
270
|
-
type: PropType<BuildInPlacements>;
|
|
271
|
-
default: BuildInPlacements;
|
|
272
|
-
};
|
|
273
|
-
children: ArrayConstructor;
|
|
274
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
275
|
-
"onUpdate:visible": PropType<(vis: boolean) => void>;
|
|
276
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
277
|
-
"onUpdate:open": PropType<(vis: boolean) => void>;
|
|
278
|
-
}>>, () => VueNode, {}, {}, {}, {
|
|
279
|
-
open: boolean;
|
|
280
|
-
visible: boolean;
|
|
281
|
-
align: AlignType;
|
|
282
|
-
arrow: boolean | {
|
|
283
|
-
pointAtCenter?: boolean;
|
|
284
|
-
};
|
|
285
|
-
builtinPlacements: BuildInPlacements;
|
|
286
|
-
overlayInnerStyle: CSSProperties;
|
|
287
|
-
overlayStyle: CSSProperties;
|
|
288
|
-
destroyTooltipOnHide: boolean;
|
|
289
|
-
autoAdjustOverflow: boolean | AdjustOverflow;
|
|
290
|
-
arrowPointAtCenter: boolean;
|
|
291
|
-
}>;
|
|
292
|
-
__isFragment?: never;
|
|
293
|
-
__isTeleport?: never;
|
|
294
|
-
__isSuspense?: never;
|
|
295
|
-
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
296
|
-
title: VueTypeValidableDef<any>;
|
|
297
|
-
trigger: PropType< TriggerType | TriggerType[]>;
|
|
298
|
-
open: {
|
|
299
|
-
type: BooleanConstructor;
|
|
300
|
-
default: any;
|
|
301
|
-
};
|
|
302
|
-
visible: {
|
|
303
|
-
type: BooleanConstructor;
|
|
304
|
-
default: any;
|
|
305
|
-
};
|
|
306
|
-
placement: PropType<TooltipPlacement>;
|
|
307
|
-
color: PropType<LiteralUnion<PresetColorType>>;
|
|
308
|
-
transitionName: StringConstructor;
|
|
309
|
-
overlayStyle: {
|
|
310
|
-
type: PropType<CSSProperties>;
|
|
311
|
-
default: CSSProperties;
|
|
312
|
-
};
|
|
313
|
-
overlayInnerStyle: {
|
|
314
|
-
type: PropType<CSSProperties>;
|
|
315
|
-
default: CSSProperties;
|
|
316
|
-
};
|
|
317
|
-
overlayClassName: StringConstructor;
|
|
318
|
-
openClassName: StringConstructor;
|
|
319
|
-
prefixCls: StringConstructor;
|
|
320
|
-
mouseEnterDelay: NumberConstructor;
|
|
321
|
-
mouseLeaveDelay: NumberConstructor;
|
|
322
|
-
getPopupContainer: PropType<(triggerNode: HTMLElement) => HTMLElement>;
|
|
323
|
-
arrowPointAtCenter: {
|
|
324
|
-
type: BooleanConstructor;
|
|
325
|
-
default: any;
|
|
326
|
-
};
|
|
327
|
-
arrow: {
|
|
328
|
-
type: PropType<boolean | {
|
|
329
|
-
pointAtCenter?: boolean;
|
|
330
|
-
}>;
|
|
331
|
-
default: boolean | {
|
|
332
|
-
pointAtCenter?: boolean;
|
|
333
|
-
};
|
|
334
|
-
};
|
|
335
|
-
autoAdjustOverflow: {
|
|
336
|
-
type: PropType<boolean | AdjustOverflow>;
|
|
337
|
-
default: boolean | AdjustOverflow;
|
|
338
|
-
};
|
|
339
|
-
destroyTooltipOnHide: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
default: any;
|
|
342
|
-
};
|
|
343
|
-
align: {
|
|
344
|
-
type: PropType<AlignType>;
|
|
345
|
-
default: AlignType;
|
|
346
|
-
};
|
|
347
|
-
builtinPlacements: {
|
|
348
|
-
type: PropType<BuildInPlacements>;
|
|
349
|
-
default: BuildInPlacements;
|
|
350
|
-
};
|
|
351
|
-
children: ArrayConstructor;
|
|
352
|
-
onVisibleChange: PropType<(vis: boolean) => void>;
|
|
353
|
-
'onUpdate:visible': PropType<(vis: boolean) => void>;
|
|
354
|
-
onOpenChange: PropType<(vis: boolean) => void>;
|
|
355
|
-
'onUpdate:open': PropType<(vis: boolean) => void>;
|
|
356
|
-
}>>, () => VueNode, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
357
|
-
open: boolean;
|
|
358
|
-
visible: boolean;
|
|
359
|
-
align: AlignType;
|
|
360
|
-
arrow: boolean | {
|
|
361
|
-
pointAtCenter?: boolean;
|
|
362
|
-
};
|
|
363
|
-
builtinPlacements: BuildInPlacements;
|
|
364
|
-
overlayInnerStyle: CSSProperties;
|
|
365
|
-
overlayStyle: CSSProperties;
|
|
366
|
-
destroyTooltipOnHide: boolean;
|
|
367
|
-
autoAdjustOverflow: boolean | AdjustOverflow;
|
|
368
|
-
arrowPointAtCenter: boolean;
|
|
369
|
-
}, {}, string, CustomSlotsType<{
|
|
370
|
-
title?: any;
|
|
371
|
-
default?: any;
|
|
372
|
-
}>, {}, {}, string, ComponentProvideOptions> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & Plugin<any[]>));
|
|
373
|
-
}, {}, string, ComponentProvideOptions, true, {}>;
|
|
99
|
+
}, {}>;
|
|
374
100
|
export default _default;
|