@aplus-frontend/ui 0.1.0 → 0.1.2
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.d.ts +0 -1
- package/es/src/ap-action/group/index.vue.d.ts +12 -13
- package/es/src/ap-action/index.d.ts +0 -1
- package/es/src/ap-action/interface.d.ts +0 -1
- package/es/src/ap-action/item/index.vue.d.ts +16 -15
- package/es/src/ap-action/item/index.vue2.mjs +18 -19
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +19 -18
- package/es/src/ap-action/item-modal/index.vue.d.ts +16 -15
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +26 -25
- package/es/src/ap-action/style/item.css +5 -5
- package/es/src/ap-custom-column/column-select.vue.d.ts +3 -4
- package/es/src/ap-custom-column/custom-column.vue.d.ts +3 -4
- package/es/src/ap-custom-column/index.d.ts +0 -1
- package/es/src/ap-custom-column/interfaces.d.ts +0 -1
- package/es/src/ap-custom-column/storage.mjs +11 -11
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -1
- package/es/src/ap-custom-column/utils.d.ts +0 -1
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -10
- package/es/src/ap-descriptions/formatter/index.d.ts +0 -1
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +14 -12
- package/es/src/ap-descriptions/helper.d.ts +0 -1
- package/es/src/ap-descriptions/index.d.ts +0 -1
- package/es/src/ap-descriptions/interface.d.ts +0 -1
- package/es/src/ap-download/ap-download.vue.d.ts +18 -17
- package/es/src/ap-download/ap-download.vue.mjs +4 -1
- package/es/src/ap-download/hooks/index.d.ts +0 -1
- package/es/src/ap-download/index.d.ts +0 -1
- package/es/src/ap-download/interface.d.ts +0 -1
- package/es/src/ap-field/checkbox/helper.d.ts +0 -1
- package/es/src/ap-field/checkbox/index.vue.d.ts +11 -12
- package/es/src/ap-field/date/constant.d.ts +0 -1
- package/es/src/ap-field/date/helper.d.ts +0 -1
- package/es/src/ap-field/date/index.vue.d.ts +25 -24
- package/es/src/ap-field/date/index.vue.mjs +4 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +23 -22
- package/es/src/ap-field/date-range/index.vue.mjs +7 -1
- package/es/src/ap-field/hooks/use-default-placeholder.d.ts +3 -3
- package/es/src/ap-field/index.d.ts +0 -1
- package/es/src/ap-field/interface.d.ts +0 -1
- package/es/src/ap-field/number/helper.d.ts +0 -1
- package/es/src/ap-field/number/index.vue.d.ts +14 -13
- package/es/src/ap-field/radio/helper.d.ts +0 -1
- package/es/src/ap-field/radio/index.vue.d.ts +11 -12
- package/es/src/ap-field/rate/index.vue.d.ts +19 -18
- package/es/src/ap-field/segmented/index.vue.d.ts +23 -22
- package/es/src/ap-field/select/index.vue.d.ts +20 -19
- package/es/src/ap-field/slider/index.vue.d.ts +14 -13
- package/es/src/ap-field/slider/index.vue.mjs +1 -4
- package/es/src/ap-field/switch/index.vue.d.ts +15 -14
- package/es/src/ap-field/text/index.d.ts +0 -1
- package/es/src/ap-field/text/index.vue.d.ts +17 -16
- package/es/src/ap-field/text/input-password-props.d.ts +0 -1
- package/es/src/ap-field/text/password.vue.d.ts +18 -17
- package/es/src/ap-field/text-area/index.vue.d.ts +13 -14
- package/es/src/ap-form/ap-form-item-group/helper.d.ts +0 -1
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -18
- package/es/src/ap-form/ap-form-item.vue.d.ts +15 -14
- package/es/src/ap-form/ap-form-list.vue.d.ts +9 -8
- package/es/src/ap-form/ap-form.vue.d.ts +22 -21
- package/es/src/ap-form/constant.d.ts +0 -1
- package/es/src/ap-form/context.d.ts +0 -1
- package/es/src/ap-form/hooks/use-watch.d.ts +0 -1
- package/es/src/ap-form/hooks/use-watch.mjs +7 -7
- package/es/src/ap-form/index.d.ts +0 -1
- package/es/src/ap-form/interface.d.ts +0 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +17 -16
- package/es/src/ap-form/items/date/index.vue.d.ts +38 -37
- package/es/src/ap-form/items/date-range/index.vue.d.ts +38 -37
- package/es/src/ap-form/items/index.d.ts +0 -1
- package/es/src/ap-form/items/interface.d.ts +0 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +31 -30
- package/es/src/ap-form/items/radio/index.vue.d.ts +17 -16
- package/es/src/ap-form/items/select/index.vue.d.ts +41 -40
- package/es/src/ap-form/items/switch/index.vue.d.ts +25 -24
- package/es/src/ap-form/items/text/index.d.ts +0 -1
- package/es/src/ap-form/items/text/index.vue.d.ts +31 -30
- package/es/src/ap-form/items/text/password.vue.d.ts +31 -30
- package/es/src/ap-form/items/text-area/index.vue.d.ts +18 -17
- package/es/src/ap-form/modal-form/index.vue.d.ts +30 -29
- package/es/src/ap-form/search-form/index.vue.d.ts +23 -22
- package/es/src/ap-form/search-form/utils.d.ts +0 -1
- package/es/src/ap-form/search-form/utils.mjs +1 -2
- package/es/src/ap-form/style/ap-form-item.css +6 -6
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -19
- package/es/src/ap-layout/index.d.ts +0 -1
- package/es/src/ap-list/hooks/use-offline-list.d.ts +0 -1
- package/es/src/ap-list/index.d.ts +0 -1
- package/es/src/ap-list/index.vue.d.ts +9 -122
- package/es/src/ap-list/interface.d.ts +0 -1
- package/es/src/ap-modal/index.d.ts +0 -1
- package/es/src/ap-modal/type.d.ts +0 -1
- package/es/src/ap-modal/utils/createModal.d.ts +0 -1
- package/es/src/ap-table/ap-table.vue.d.ts +16 -2222
- package/es/src/ap-table/components/index/index.vue.d.ts +11 -12
- package/es/src/ap-table/components/interface.d.ts +0 -1
- package/es/src/ap-table/components/status/index.vue.d.ts +2 -3
- package/es/src/ap-table/constants.d.ts +4804 -6359
- package/es/src/ap-table/hooks/use-table-paging.d.ts +0 -1
- package/es/src/ap-table/hooks/use-table-row-selection.d.ts +0 -1
- package/es/src/ap-table/index.d.ts +0 -1
- package/es/src/ap-table/interface.d.ts +0 -1
- package/es/src/ap-table/style/ap-table.css +1 -1
- package/es/src/ap-table/utils.d.ts +1 -2
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +14 -13
- package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -7
- package/es/src/ap-tag/ap-tag.vue.d.ts +13 -14
- package/es/src/ap-tag/index.d.ts +0 -1
- package/es/src/ap-tag/interface.d.ts +0 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +2 -3
- package/es/src/ap-upload/apUpload.vue.mjs +4 -1
- package/es/src/ap-upload/apUploadTypes.d.ts +0 -1
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +0 -1
- package/es/src/ap-upload/components/Picture.vue.d.ts +0 -1
- package/es/src/ap-upload/components/Picture.vue2.mjs +15 -5
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +0 -1
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +5 -1
- package/es/src/ap-upload/hooks/useOss.d.ts +0 -1
- package/es/src/ap-upload/index.d.ts +0 -1
- package/es/src/ap-upload/utils/accept.d.ts +0 -1
- package/es/src/ap-upload/utils/accept.mjs +1 -2
- package/es/src/base-button/button.vue.d.ts +17 -16
- package/es/src/base-button/constants.d.ts +0 -1
- package/es/src/base-button/index.d.ts +55 -55
- package/es/src/base-button/interface.d.ts +0 -1
- package/es/src/basic/arrow.vue.d.ts +2 -3
- package/es/src/basic/help.vue.d.ts +4 -9
- package/es/src/basic/index.d.ts +27 -35
- package/es/src/basic/interface.d.ts +0 -1
- package/es/src/basic/title.vue.d.ts +16 -15
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -3
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +1 -2
- package/es/src/business/ap-export-group/interface.d.ts +0 -1
- package/es/src/business/ap-label/ApLabel.vue.d.ts +17 -16
- package/es/src/business/ap-label/index.d.ts +0 -1
- package/es/src/business/ap-label/interface.d.ts +0 -1
- package/es/src/business/ap-select-layout/index.css +9 -0
- package/es/src/business/ap-select-layout/index.d.ts +0 -1
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +16 -58
- package/es/src/business/ap-status/ApStatus.vue.d.ts +11 -12
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +14 -17
- package/es/src/business/ap-status/index.d.ts +0 -1
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +18 -17
- package/es/src/business/index.d.ts +213 -248
- package/es/src/business/title/ApTitle.vue.d.ts +19 -18
- package/es/src/button/button.vue.d.ts +25 -0
- package/es/src/button/index.d.ts +7 -7
- package/es/src/check-card/checked.svg.mjs +2 -2
- package/es/src/check-card/context.d.ts +0 -1
- package/es/src/check-card/group.vue.d.ts +21 -20
- package/es/src/check-card/index.d.ts +0 -1
- package/es/src/check-card/index.vue.d.ts +16 -15
- package/es/src/check-card/index.vue2.mjs +16 -16
- package/es/src/check-card/interface.d.ts +0 -1
- package/es/src/check-card/style/index.css +5 -5
- package/es/src/config-provider/config-provider-props.d.ts +22 -23
- package/es/src/config-provider/config-provider.d.ts +59 -204
- package/es/src/config-provider/constants.d.ts +0 -1
- package/es/src/config-provider/hooks/use-global-config.d.ts +24 -25
- package/es/src/config-provider/hooks/use-locale.d.ts +0 -1
- package/es/src/config-provider/hooks/use-namespace.d.ts +0 -1
- package/es/src/config-provider/index.d.ts +129 -130
- package/es/src/container/collapse/header.vue.d.ts +4 -5
- package/es/src/container/collapse/index.vue.d.ts +5 -6
- package/es/src/container/index.d.ts +26 -26
- package/es/src/container/scroll-container.vue.d.ts +13 -12
- package/es/src/count-down/button.vue.d.ts +11 -12
- package/es/src/count-down/index.d.ts +13 -13
- package/es/src/count-down/input.vue.d.ts +14 -13
- package/es/src/count-down/interface.d.ts +0 -1
- package/es/src/cropper/cropper-avatar.vue.d.ts +12 -13
- package/es/src/cropper/cropper-image.vue.d.ts +12 -13
- package/es/src/cropper/cropper-modal.vue.d.ts +0 -1
- package/es/src/cropper/index.d.ts +63 -63
- package/es/src/cropper/interface.d.ts +0 -1
- package/es/src/description/description.vue.d.ts +1 -2
- package/es/src/description/index.d.ts +10 -10
- package/es/src/description/interface.d.ts +0 -1
- package/es/src/description/use-description.d.ts +0 -1
- package/es/src/design-token/index.d.ts +0 -1
- package/es/src/dropdown/dropdown.vue.d.ts +18 -17
- package/es/src/dropdown/index.d.ts +18 -18
- package/es/src/dropdown/interface.d.ts +0 -1
- package/es/src/editable-table/form-item.vue.d.ts +14 -915
- package/es/src/editable-table/hooks/use-get-columns.d.ts +0 -1
- package/es/src/editable-table/index.d.ts +0 -1
- package/es/src/editable-table/index.vue.d.ts +18 -568
- package/es/src/editable-table/interface.d.ts +0 -1
- package/es/src/editable-table/style/index.css +1 -1
- package/es/src/editable-table/utils.d.ts +0 -1
- package/es/src/hooks/useControllableValue.d.ts +0 -1
- package/es/src/hooks/useMessage.d.ts +0 -1
- package/es/src/icon/icon.vue.d.ts +12 -12
- package/es/src/icon/icon.vue2.mjs +3 -6
- package/es/src/icon/index.d.ts +36 -36
- package/es/src/icon/svg-icon.vue.d.ts +11 -12
- package/es/src/icon-picker/icon-picker.vue.d.ts +12 -13
- package/es/src/icon-picker/index.d.ts +25 -25
- package/es/src/locale/index.d.ts +0 -1
- package/es/src/locale/lang/en.d.ts +0 -1
- package/es/src/locale/lang/en.mjs +22 -22
- package/es/src/locale/lang/zh-cn.d.ts +0 -1
- package/es/src/locale/lang/zh-cn.mjs +22 -22
- package/es/src/modal/basic.vue.d.ts +18 -206
- package/es/src/modal/components/modal-close.vue.d.ts +11 -12
- package/es/src/modal/components/modal-footer.vue.d.ts +20 -209
- package/es/src/modal/components/modal-header.vue.d.ts +2 -3
- package/es/src/modal/components/modal-wrapper.vue.d.ts +7 -5
- package/es/src/modal/components/modal-wrapper.vue2.mjs +4 -8
- package/es/src/modal/components/modal.d.ts +11 -201
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +0 -1
- package/es/src/modal/hooks/use-modal-drag.d.ts +0 -1
- package/es/src/modal/hooks/use-modal-drag.mjs +3 -6
- package/es/src/modal/hooks/use-modal.d.ts +0 -1
- package/es/src/modal/hooks/use-modal.mjs +1 -2
- package/es/src/modal/index.d.ts +37 -130
- package/es/src/modal/interface.d.ts +0 -1
- package/es/src/modal/props.d.ts +6 -103
- package/es/src/pro-form/component-map.d.ts +0 -1
- package/es/src/pro-form/components/api-cascader.vue.d.ts +11 -12
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +12 -13
- package/es/src/pro-form/components/api-select.vue.d.ts +15 -14
- package/es/src/pro-form/components/api-transfer.vue.d.ts +14 -15
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +14 -13
- package/es/src/pro-form/components/api-tree-select.vue.mjs +1 -2
- package/es/src/pro-form/components/api-tree.vue.d.ts +15 -14
- package/es/src/pro-form/components/api-tree.vue.mjs +1 -2
- package/es/src/pro-form/components/form-action.vue.d.ts +19 -18
- package/es/src/pro-form/components/form-item.vue.d.ts +0 -1
- package/es/src/pro-form/components/interface.d.ts +0 -1
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +11 -12
- package/es/src/pro-form/helper.d.ts +1 -2
- package/es/src/pro-form/helper.mjs +4 -4
- package/es/src/pro-form/hooks/use-advanced.d.ts +0 -1
- package/es/src/pro-form/hooks/use-auto-focus.d.ts +0 -1
- package/es/src/pro-form/hooks/use-component-register.d.ts +0 -1
- package/es/src/pro-form/hooks/use-form-events.d.ts +0 -1
- package/es/src/pro-form/hooks/use-form-events.mjs +11 -11
- package/es/src/pro-form/hooks/use-form-item.d.ts +0 -1
- package/es/src/pro-form/hooks/use-form-values.d.ts +0 -1
- package/es/src/pro-form/hooks/use-form.d.ts +0 -1
- package/es/src/pro-form/hooks/use-label-width.d.ts +122 -123
- package/es/src/pro-form/index.d.ts +0 -1
- package/es/src/pro-form/pro-form.vue.d.ts +24 -23
- package/es/src/pro-form/table-form-inner.vue.d.ts +13 -14
- package/es/src/pro-form/table-form.vue.d.ts +12 -13
- package/es/src/pro-form/types/form-item.d.ts +0 -1
- package/es/src/pro-form/types/form.d.ts +0 -1
- package/es/src/pro-form/types/index.d.ts +37 -38
- package/es/src/pro-form/types/table-form.d.ts +0 -1
- package/es/src/pro-table/component-map.d.ts +0 -1
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -4
- package/es/src/pro-table/components/editable/cell-component.d.ts +0 -1
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +7 -8
- package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +38 -42
- package/es/src/pro-table/components/editable/helper.d.ts +0 -1
- package/es/src/pro-table/components/editable/index.d.ts +0 -1
- package/es/src/pro-table/components/header-cell.vue.d.ts +0 -1
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +0 -1
- package/es/src/pro-table/components/settings/index.vue.d.ts +0 -1
- package/es/src/pro-table/components/table-action.vue.d.ts +7 -6
- package/es/src/pro-table/components/table-action.vue.mjs +4 -3
- package/es/src/pro-table/components/table-footer.vue.d.ts +19 -20
- package/es/src/pro-table/components/table-header.vue.d.ts +11 -10
- package/es/src/pro-table/components/table-image.vue.d.ts +12 -13
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +15 -16
- package/es/src/pro-table/components/table-title.vue.d.ts +0 -1
- package/es/src/pro-table/const.d.ts +0 -1
- package/es/src/pro-table/directives/click-outside.d.ts +0 -1
- package/es/src/pro-table/helper.d.ts +0 -1
- package/es/src/pro-table/hooks/use-columns.d.ts +0 -1
- package/es/src/pro-table/hooks/use-columns.mjs +3 -6
- package/es/src/pro-table/hooks/use-custom-row.d.ts +0 -1
- package/es/src/pro-table/hooks/use-custom-row.mjs +4 -8
- package/es/src/pro-table/hooks/use-data-source.d.ts +1 -2
- package/es/src/pro-table/hooks/use-data-source.mjs +2 -4
- package/es/src/pro-table/hooks/use-loading.d.ts +0 -1
- package/es/src/pro-table/hooks/use-pagination.d.ts +0 -1
- package/es/src/pro-table/hooks/use-row-selection.d.ts +0 -1
- package/es/src/pro-table/hooks/use-scroll-to.d.ts +0 -1
- package/es/src/pro-table/hooks/use-scroll-to.mjs +1 -2
- package/es/src/pro-table/hooks/use-table-context.d.ts +0 -1
- package/es/src/pro-table/hooks/use-table-expand.d.ts +0 -1
- package/es/src/pro-table/hooks/use-table-footer.d.ts +0 -1
- package/es/src/pro-table/hooks/use-table-footer.mjs +1 -2
- package/es/src/pro-table/hooks/use-table-form.d.ts +0 -1
- package/es/src/pro-table/hooks/use-table-header.d.ts +0 -1
- package/es/src/pro-table/hooks/use-table-scroll.d.ts +3 -4
- package/es/src/pro-table/hooks/use-table-scroll.mjs +25 -27
- package/es/src/pro-table/hooks/use-table-style.d.ts +0 -1
- package/es/src/pro-table/hooks/use-table.d.ts +0 -1
- package/es/src/pro-table/interface.d.ts +0 -1
- package/es/src/pro-table/pro-table.vue.d.ts +43 -42
- package/es/src/pro-table/types/pagination.d.ts +0 -1
- package/es/src/pro-table/types/table-action.d.ts +0 -1
- package/es/src/pro-table/types/table.d.ts +0 -1
- package/es/src/prompt/dialog.vue.d.ts +2 -3
- package/es/src/prompt/index.d.ts +0 -1
- package/es/src/prompt/interface.d.ts +0 -1
- package/es/src/prompt/utils.d.ts +2 -2
- package/es/src/scroll-bar/bar-item.d.ts +0 -1
- package/es/src/scroll-bar/bar-item.mjs +2 -4
- package/es/src/scroll-bar/index.d.ts +27 -27
- package/es/src/scroll-bar/interface.d.ts +0 -1
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +18 -17
- package/es/src/scroll-bar/scroll-bar.vue2.mjs +1 -2
- package/es/src/scroll-bar/utils.d.ts +0 -1
- package/es/src/strength-meter/index.d.ts +19 -19
- package/es/src/strength-meter/strength-meter.vue.d.ts +14 -13
- package/es/src/strength-meter/strength-meter.vue2.mjs +1 -2
- package/es/src/tests/wrapper.d.ts +8 -0
- package/es/src/theme/antd-global-overwrite/admin/index.css +5 -5
- package/es/src/theme/antd-global-overwrite/admin/steps.css +5 -5
- package/es/src/theme/antd-global-overwrite/aplus/form.css +1 -1
- package/es/src/theme/antd-global-overwrite/aplus/index.css +6 -6
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +5 -5
- package/es/src/theme/ap-action/item.css +5 -5
- package/es/src/theme/ap-form/ap-form-item.css +6 -6
- package/es/src/theme/ap-select-layout/ap-select-layout.css +9 -0
- package/es/src/theme/ap-table/ap-table.css +1 -1
- package/es/src/theme/check-card/index.css +5 -5
- package/es/src/theme/editable-table/index.css +1 -1
- package/es/src/transition/collapse-transition.vue.d.ts +4 -3
- package/es/src/transition/create-transition.d.ts +0 -1
- package/es/src/type.d.ts +0 -1
- package/es/src/utils/config-provider-preset.d.ts +16 -17
- package/es/src/utils/index.d.ts +0 -1
- package/es/src/utils/slot.d.ts +0 -1
- package/es/src/utils/slot.mjs +1 -2
- package/es/src/utils/tree.d.ts +0 -1
- package/es/src/utils/tree.mjs +1 -2
- package/es/src/work-order-modal/createWorkOrder.d.ts +0 -1
- package/es/src/work-order-modal/index.d.ts +0 -1
- package/es/src/work-order-modal/interfaces.d.ts +0 -1
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -4
- package/lib/index.d.ts +0 -1
- package/lib/src/ap-action/group/index.vue.d.ts +12 -13
- package/lib/src/ap-action/index.d.ts +0 -1
- package/lib/src/ap-action/interface.d.ts +0 -1
- package/lib/src/ap-action/item/index.vue.d.ts +16 -15
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +19 -18
- package/lib/src/ap-action/item-modal/index.vue.d.ts +16 -15
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +26 -25
- package/lib/src/ap-action/style/item.css +5 -5
- package/lib/src/ap-custom-column/column-select.vue.d.ts +3 -4
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +3 -4
- package/lib/src/ap-custom-column/index.d.ts +0 -1
- package/lib/src/ap-custom-column/interfaces.d.ts +0 -1
- package/lib/src/ap-custom-column/storage.js +1 -1
- package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -1
- package/lib/src/ap-custom-column/utils.d.ts +0 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -10
- package/lib/src/ap-descriptions/formatter/index.d.ts +0 -1
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +14 -12
- package/lib/src/ap-descriptions/helper.d.ts +0 -1
- package/lib/src/ap-descriptions/index.d.ts +0 -1
- package/lib/src/ap-descriptions/interface.d.ts +0 -1
- package/lib/src/ap-download/ap-download.vue.d.ts +18 -17
- package/lib/src/ap-download/hooks/index.d.ts +0 -1
- package/lib/src/ap-download/index.d.ts +0 -1
- package/lib/src/ap-download/interface.d.ts +0 -1
- package/lib/src/ap-field/checkbox/helper.d.ts +0 -1
- package/lib/src/ap-field/checkbox/index.vue.d.ts +11 -12
- package/lib/src/ap-field/date/constant.d.ts +0 -1
- package/lib/src/ap-field/date/helper.d.ts +0 -1
- package/lib/src/ap-field/date/index.vue.d.ts +25 -24
- package/lib/src/ap-field/date-range/index.vue.d.ts +23 -22
- package/lib/src/ap-field/hooks/use-default-placeholder.d.ts +3 -3
- package/lib/src/ap-field/index.d.ts +0 -1
- package/lib/src/ap-field/interface.d.ts +0 -1
- package/lib/src/ap-field/number/helper.d.ts +0 -1
- package/lib/src/ap-field/number/index.vue.d.ts +14 -13
- package/lib/src/ap-field/radio/helper.d.ts +0 -1
- package/lib/src/ap-field/radio/index.vue.d.ts +11 -12
- package/lib/src/ap-field/rate/index.vue.d.ts +19 -18
- package/lib/src/ap-field/segmented/index.vue.d.ts +23 -22
- package/lib/src/ap-field/select/index.vue.d.ts +20 -19
- package/lib/src/ap-field/slider/index.vue.d.ts +14 -13
- package/lib/src/ap-field/switch/index.vue.d.ts +15 -14
- package/lib/src/ap-field/text/index.d.ts +0 -1
- package/lib/src/ap-field/text/index.vue.d.ts +17 -16
- package/lib/src/ap-field/text/input-password-props.d.ts +0 -1
- package/lib/src/ap-field/text/password.vue.d.ts +18 -17
- package/lib/src/ap-field/text-area/index.vue.d.ts +13 -14
- package/lib/src/ap-form/ap-form-item-group/helper.d.ts +0 -1
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -18
- package/lib/src/ap-form/ap-form-item.vue.d.ts +15 -14
- package/lib/src/ap-form/ap-form-list.vue.d.ts +9 -8
- package/lib/src/ap-form/ap-form.vue.d.ts +22 -21
- package/lib/src/ap-form/constant.d.ts +0 -1
- package/lib/src/ap-form/context.d.ts +0 -1
- package/lib/src/ap-form/hooks/use-watch.d.ts +0 -1
- package/lib/src/ap-form/index.d.ts +0 -1
- package/lib/src/ap-form/interface.d.ts +0 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +17 -16
- package/lib/src/ap-form/items/date/index.vue.d.ts +38 -37
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +38 -37
- package/lib/src/ap-form/items/index.d.ts +0 -1
- package/lib/src/ap-form/items/interface.d.ts +0 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +31 -30
- package/lib/src/ap-form/items/radio/index.vue.d.ts +17 -16
- package/lib/src/ap-form/items/select/index.vue.d.ts +41 -40
- package/lib/src/ap-form/items/switch/index.vue.d.ts +25 -24
- package/lib/src/ap-form/items/text/index.d.ts +0 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +31 -30
- package/lib/src/ap-form/items/text/password.vue.d.ts +31 -30
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +18 -17
- package/lib/src/ap-form/modal-form/index.vue.d.ts +30 -29
- package/lib/src/ap-form/search-form/index.vue.d.ts +23 -22
- package/lib/src/ap-form/search-form/utils.d.ts +0 -1
- package/lib/src/ap-form/style/ap-form-item.css +6 -6
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -19
- package/lib/src/ap-layout/index.d.ts +0 -1
- package/lib/src/ap-list/hooks/use-offline-list.d.ts +0 -1
- package/lib/src/ap-list/index.d.ts +0 -1
- package/lib/src/ap-list/index.vue.d.ts +9 -122
- package/lib/src/ap-list/interface.d.ts +0 -1
- package/lib/src/ap-modal/index.d.ts +0 -1
- package/lib/src/ap-modal/type.d.ts +0 -1
- package/lib/src/ap-modal/utils/createModal.d.ts +0 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +16 -2222
- package/lib/src/ap-table/components/index/index.vue.d.ts +11 -12
- package/lib/src/ap-table/components/interface.d.ts +0 -1
- package/lib/src/ap-table/components/status/index.vue.d.ts +2 -3
- package/lib/src/ap-table/constants.d.ts +4804 -6359
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +0 -1
- package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +0 -1
- package/lib/src/ap-table/index.d.ts +0 -1
- package/lib/src/ap-table/interface.d.ts +0 -1
- package/lib/src/ap-table/style/ap-table.css +1 -1
- package/lib/src/ap-table/utils.d.ts +1 -2
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +14 -13
- package/lib/src/ap-tag/ap-tag.vue.d.ts +13 -14
- package/lib/src/ap-tag/index.d.ts +0 -1
- package/lib/src/ap-tag/interface.d.ts +0 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +2 -3
- package/lib/src/ap-upload/apUploadTypes.d.ts +0 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +0 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +0 -1
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +0 -1
- package/lib/src/ap-upload/hooks/useOss.d.ts +0 -1
- package/lib/src/ap-upload/index.d.ts +0 -1
- package/lib/src/ap-upload/utils/accept.d.ts +0 -1
- package/lib/src/base-button/button.vue.d.ts +17 -16
- package/lib/src/base-button/constants.d.ts +0 -1
- package/lib/src/base-button/index.d.ts +55 -55
- package/lib/src/base-button/interface.d.ts +0 -1
- package/lib/src/basic/arrow.vue.d.ts +2 -3
- package/lib/src/basic/help.vue.d.ts +4 -9
- package/lib/src/basic/index.d.ts +27 -35
- package/lib/src/basic/interface.d.ts +0 -1
- package/lib/src/basic/title.vue.d.ts +16 -15
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -3
- package/lib/src/business/ap-export-group/interface.d.ts +0 -1
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +17 -16
- package/lib/src/business/ap-label/index.d.ts +0 -1
- package/lib/src/business/ap-label/interface.d.ts +0 -1
- package/lib/src/business/ap-select-layout/index.css +9 -0
- package/lib/src/business/ap-select-layout/index.d.ts +0 -1
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +16 -58
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +11 -12
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +14 -17
- package/lib/src/business/ap-status/index.d.ts +0 -1
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +18 -17
- package/lib/src/business/index.d.ts +213 -248
- package/lib/src/business/title/ApTitle.vue.d.ts +19 -18
- package/lib/src/button/button.vue.d.ts +25 -0
- package/lib/src/button/index.d.ts +7 -7
- package/lib/src/check-card/checked.svg.js +1 -1
- package/lib/src/check-card/context.d.ts +0 -1
- package/lib/src/check-card/group.vue.d.ts +21 -20
- package/lib/src/check-card/index.d.ts +0 -1
- package/lib/src/check-card/index.vue.d.ts +16 -15
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/check-card/interface.d.ts +0 -1
- package/lib/src/check-card/style/index.css +5 -5
- package/lib/src/config-provider/config-provider-props.d.ts +22 -23
- package/lib/src/config-provider/config-provider.d.ts +59 -204
- package/lib/src/config-provider/constants.d.ts +0 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +24 -25
- package/lib/src/config-provider/hooks/use-locale.d.ts +0 -1
- package/lib/src/config-provider/hooks/use-namespace.d.ts +0 -1
- package/lib/src/config-provider/index.d.ts +129 -130
- package/lib/src/container/collapse/header.vue.d.ts +4 -5
- package/lib/src/container/collapse/index.vue.d.ts +5 -6
- package/lib/src/container/index.d.ts +26 -26
- package/lib/src/container/scroll-container.vue.d.ts +13 -12
- package/lib/src/count-down/button.vue.d.ts +11 -12
- package/lib/src/count-down/index.d.ts +13 -13
- package/lib/src/count-down/input.vue.d.ts +14 -13
- package/lib/src/count-down/interface.d.ts +0 -1
- package/lib/src/cropper/cropper-avatar.vue.d.ts +12 -13
- package/lib/src/cropper/cropper-image.vue.d.ts +12 -13
- package/lib/src/cropper/cropper-modal.vue.d.ts +0 -1
- package/lib/src/cropper/index.d.ts +63 -63
- package/lib/src/cropper/interface.d.ts +0 -1
- package/lib/src/description/description.vue.d.ts +1 -2
- package/lib/src/description/index.d.ts +10 -10
- package/lib/src/description/interface.d.ts +0 -1
- package/lib/src/description/use-description.d.ts +0 -1
- package/lib/src/design-token/index.d.ts +0 -1
- package/lib/src/dropdown/dropdown.vue.d.ts +18 -17
- package/lib/src/dropdown/index.d.ts +18 -18
- package/lib/src/dropdown/interface.d.ts +0 -1
- package/lib/src/editable-table/form-item.vue.d.ts +14 -915
- package/lib/src/editable-table/hooks/use-get-columns.d.ts +0 -1
- package/lib/src/editable-table/index.d.ts +0 -1
- package/lib/src/editable-table/index.vue.d.ts +18 -568
- package/lib/src/editable-table/interface.d.ts +0 -1
- package/lib/src/editable-table/style/index.css +1 -1
- package/lib/src/editable-table/utils.d.ts +0 -1
- package/lib/src/hooks/useControllableValue.d.ts +0 -1
- package/lib/src/hooks/useMessage.d.ts +0 -1
- package/lib/src/icon/icon.vue.d.ts +12 -12
- package/lib/src/icon/index.d.ts +36 -36
- package/lib/src/icon/svg-icon.vue.d.ts +11 -12
- package/lib/src/icon-picker/icon-picker.vue.d.ts +12 -13
- package/lib/src/icon-picker/index.d.ts +25 -25
- package/lib/src/locale/index.d.ts +0 -1
- package/lib/src/locale/lang/en.d.ts +0 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.d.ts +0 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +18 -206
- package/lib/src/modal/components/modal-close.vue.d.ts +11 -12
- package/lib/src/modal/components/modal-footer.vue.d.ts +20 -209
- package/lib/src/modal/components/modal-header.vue.d.ts +2 -3
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +7 -5
- package/lib/src/modal/components/modal.d.ts +11 -201
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +0 -1
- package/lib/src/modal/hooks/use-modal-drag.d.ts +0 -1
- package/lib/src/modal/hooks/use-modal.d.ts +0 -1
- package/lib/src/modal/index.d.ts +37 -130
- package/lib/src/modal/interface.d.ts +0 -1
- package/lib/src/modal/props.d.ts +6 -103
- package/lib/src/pro-form/component-map.d.ts +0 -1
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +11 -12
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +12 -13
- package/lib/src/pro-form/components/api-select.vue.d.ts +15 -14
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +14 -15
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +14 -13
- package/lib/src/pro-form/components/api-tree.vue.d.ts +15 -14
- package/lib/src/pro-form/components/form-action.vue.d.ts +19 -18
- package/lib/src/pro-form/components/form-item.vue.d.ts +0 -1
- package/lib/src/pro-form/components/interface.d.ts +0 -1
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +11 -12
- package/lib/src/pro-form/helper.d.ts +1 -2
- package/lib/src/pro-form/helper.js +1 -1
- package/lib/src/pro-form/hooks/use-advanced.d.ts +0 -1
- package/lib/src/pro-form/hooks/use-auto-focus.d.ts +0 -1
- package/lib/src/pro-form/hooks/use-component-register.d.ts +0 -1
- package/lib/src/pro-form/hooks/use-form-events.d.ts +0 -1
- package/lib/src/pro-form/hooks/use-form-events.js +1 -1
- package/lib/src/pro-form/hooks/use-form-item.d.ts +0 -1
- package/lib/src/pro-form/hooks/use-form-values.d.ts +0 -1
- package/lib/src/pro-form/hooks/use-form.d.ts +0 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +122 -123
- package/lib/src/pro-form/index.d.ts +0 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +24 -23
- package/lib/src/pro-form/table-form-inner.vue.d.ts +13 -14
- package/lib/src/pro-form/table-form.vue.d.ts +12 -13
- package/lib/src/pro-form/types/form-item.d.ts +0 -1
- package/lib/src/pro-form/types/form.d.ts +0 -1
- package/lib/src/pro-form/types/index.d.ts +37 -38
- package/lib/src/pro-form/types/table-form.d.ts +0 -1
- package/lib/src/pro-table/component-map.d.ts +0 -1
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -4
- package/lib/src/pro-table/components/editable/cell-component.d.ts +0 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +7 -8
- package/lib/src/pro-table/components/editable/editable-cell.vue2.js +1 -1
- package/lib/src/pro-table/components/editable/helper.d.ts +0 -1
- package/lib/src/pro-table/components/editable/index.d.ts +0 -1
- package/lib/src/pro-table/components/header-cell.vue.d.ts +0 -1
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +0 -1
- package/lib/src/pro-table/components/settings/index.vue.d.ts +0 -1
- package/lib/src/pro-table/components/table-action.vue.d.ts +7 -6
- package/lib/src/pro-table/components/table-footer.vue.d.ts +19 -20
- package/lib/src/pro-table/components/table-header.vue.d.ts +11 -10
- package/lib/src/pro-table/components/table-image.vue.d.ts +12 -13
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +15 -16
- package/lib/src/pro-table/components/table-title.vue.d.ts +0 -1
- package/lib/src/pro-table/const.d.ts +0 -1
- package/lib/src/pro-table/directives/click-outside.d.ts +0 -1
- package/lib/src/pro-table/helper.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-columns.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-custom-row.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-data-source.d.ts +1 -2
- package/lib/src/pro-table/hooks/use-loading.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-pagination.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-row-selection.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-scroll-to.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-table-context.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-table-expand.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-table-footer.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-table-form.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-table-header.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-table-scroll.d.ts +3 -4
- package/lib/src/pro-table/hooks/use-table-scroll.js +1 -1
- package/lib/src/pro-table/hooks/use-table-style.d.ts +0 -1
- package/lib/src/pro-table/hooks/use-table.d.ts +0 -1
- package/lib/src/pro-table/interface.d.ts +0 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +43 -42
- package/lib/src/pro-table/types/pagination.d.ts +0 -1
- package/lib/src/pro-table/types/table-action.d.ts +0 -1
- package/lib/src/pro-table/types/table.d.ts +0 -1
- package/lib/src/prompt/dialog.vue.d.ts +2 -3
- package/lib/src/prompt/index.d.ts +0 -1
- package/lib/src/prompt/interface.d.ts +0 -1
- package/lib/src/prompt/utils.d.ts +2 -2
- package/lib/src/scroll-bar/bar-item.d.ts +0 -1
- package/lib/src/scroll-bar/index.d.ts +27 -27
- package/lib/src/scroll-bar/interface.d.ts +0 -1
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +18 -17
- package/lib/src/scroll-bar/utils.d.ts +0 -1
- package/lib/src/strength-meter/index.d.ts +19 -19
- package/lib/src/strength-meter/strength-meter.vue.d.ts +14 -13
- package/lib/src/tests/wrapper.d.ts +8 -0
- package/lib/src/theme/antd-global-overwrite/admin/index.css +5 -5
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +5 -5
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +1 -1
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +6 -6
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +5 -5
- package/lib/src/theme/ap-action/item.css +5 -5
- package/lib/src/theme/ap-form/ap-form-item.css +6 -6
- package/lib/src/theme/ap-select-layout/ap-select-layout.css +9 -0
- package/lib/src/theme/ap-table/ap-table.css +1 -1
- package/lib/src/theme/check-card/index.css +5 -5
- package/lib/src/theme/editable-table/index.css +1 -1
- package/lib/src/transition/collapse-transition.vue.d.ts +4 -3
- package/lib/src/transition/create-transition.d.ts +0 -1
- package/lib/src/type.d.ts +0 -1
- package/lib/src/utils/config-provider-preset.d.ts +16 -17
- package/lib/src/utils/index.d.ts +0 -1
- package/lib/src/utils/slot.d.ts +0 -1
- package/lib/src/utils/tree.d.ts +0 -1
- package/lib/src/work-order-modal/createWorkOrder.d.ts +0 -1
- package/lib/src/work-order-modal/index.d.ts +0 -1
- package/lib/src/work-order-modal/interfaces.d.ts +0 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -4
- package/package.json +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin, CSSProperties, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
2
|
-
import { LiteralUnion } from 'ant-design-vue/es/_util/type';
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin, CSSProperties, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
|
|
3
2
|
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
4
|
-
import {
|
|
3
|
+
import { LiteralUnion } from 'ant-design-vue/es/_util/type';
|
|
4
|
+
import { ApStatusProps, ApStatusGroupItemProps } from './ap-status/interface';
|
|
5
5
|
import { ApSelectItem } from './ap-select-layout/interface';
|
|
6
6
|
export type { ApTitleProps } from './title/interface';
|
|
7
7
|
export type { ApExpandAlertProps } from './expandAlert/interface';
|
|
@@ -10,18 +10,18 @@ export type { ApStatusProps, ApStatusGroupProps, ApStatusGroupItemProps } from '
|
|
|
10
10
|
export type { ApSelectItem, ApSelectLayoutProps } from './ap-select-layout/interface';
|
|
11
11
|
export declare const ApTitle: {
|
|
12
12
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
13
|
-
|
|
14
|
-
type: PropType<
|
|
13
|
+
title: {
|
|
14
|
+
type: PropType<string>;
|
|
15
15
|
required: true;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
placement: {
|
|
19
|
-
type: PropType<"
|
|
19
|
+
type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
20
20
|
required: true;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
24
|
-
type: PropType<
|
|
23
|
+
trigger: {
|
|
24
|
+
type: PropType<"click" | "contextmenu" | "focus" | "hover">;
|
|
25
25
|
required: true;
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
@@ -36,18 +36,18 @@ export declare const ApTitle: {
|
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
38
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
39
|
-
|
|
40
|
-
type: PropType<
|
|
39
|
+
title: {
|
|
40
|
+
type: PropType<string>;
|
|
41
41
|
required: true;
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
placement: {
|
|
45
|
-
type: PropType<"
|
|
45
|
+
type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
46
46
|
required: true;
|
|
47
47
|
default: string;
|
|
48
48
|
};
|
|
49
|
-
|
|
50
|
-
type: PropType<
|
|
49
|
+
trigger: {
|
|
50
|
+
type: PropType<"click" | "contextmenu" | "focus" | "hover">;
|
|
51
51
|
required: true;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
@@ -62,9 +62,9 @@ export declare const ApTitle: {
|
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
}>>, {
|
|
65
|
-
trigger: "click" | "hover" | "contextmenu" | "focus";
|
|
66
|
-
placement: "top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "left" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
|
|
67
65
|
title: string;
|
|
66
|
+
placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
|
|
67
|
+
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
68
68
|
helpMessage: string;
|
|
69
69
|
helpIconColor: string;
|
|
70
70
|
}, true, {}, {}, {
|
|
@@ -75,18 +75,18 @@ export declare const ApTitle: {
|
|
|
75
75
|
M: {};
|
|
76
76
|
Defaults: {};
|
|
77
77
|
}, Readonly< ExtractPropTypes<{
|
|
78
|
-
|
|
79
|
-
type: PropType<
|
|
78
|
+
title: {
|
|
79
|
+
type: PropType<string>;
|
|
80
80
|
required: true;
|
|
81
81
|
default: string;
|
|
82
82
|
};
|
|
83
83
|
placement: {
|
|
84
|
-
type: PropType<"
|
|
84
|
+
type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
85
85
|
required: true;
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
|
-
|
|
89
|
-
type: PropType<
|
|
88
|
+
trigger: {
|
|
89
|
+
type: PropType<"click" | "contextmenu" | "focus" | "hover">;
|
|
90
90
|
required: true;
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
@@ -101,28 +101,28 @@ export declare const ApTitle: {
|
|
|
101
101
|
default: string;
|
|
102
102
|
};
|
|
103
103
|
}>>, {}, {}, {}, {}, {
|
|
104
|
-
trigger: "click" | "hover" | "contextmenu" | "focus";
|
|
105
|
-
placement: "top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "left" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
|
|
106
104
|
title: string;
|
|
105
|
+
placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
|
|
106
|
+
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
107
107
|
helpMessage: string;
|
|
108
108
|
helpIconColor: string;
|
|
109
109
|
}>;
|
|
110
|
-
__isFragment?:
|
|
111
|
-
__isTeleport?:
|
|
112
|
-
__isSuspense?:
|
|
110
|
+
__isFragment?: never;
|
|
111
|
+
__isTeleport?: never;
|
|
112
|
+
__isSuspense?: never;
|
|
113
113
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
114
|
-
|
|
115
|
-
type: PropType<
|
|
114
|
+
title: {
|
|
115
|
+
type: PropType<string>;
|
|
116
116
|
required: true;
|
|
117
117
|
default: string;
|
|
118
118
|
};
|
|
119
119
|
placement: {
|
|
120
|
-
type: PropType<"
|
|
120
|
+
type: PropType<"left" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottom" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom">;
|
|
121
121
|
required: true;
|
|
122
122
|
default: string;
|
|
123
123
|
};
|
|
124
|
-
|
|
125
|
-
type: PropType<
|
|
124
|
+
trigger: {
|
|
125
|
+
type: PropType<"click" | "contextmenu" | "focus" | "hover">;
|
|
126
126
|
required: true;
|
|
127
127
|
default: string;
|
|
128
128
|
};
|
|
@@ -137,25 +137,25 @@ export declare const ApTitle: {
|
|
|
137
137
|
default: string;
|
|
138
138
|
};
|
|
139
139
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
140
|
-
trigger: "click" | "hover" | "contextmenu" | "focus";
|
|
141
|
-
placement: "top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "left" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
|
|
142
140
|
title: string;
|
|
141
|
+
placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
|
|
142
|
+
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
143
143
|
helpMessage: string;
|
|
144
144
|
helpIconColor: string;
|
|
145
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
145
|
+
}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
146
146
|
$slots: {
|
|
147
147
|
prefix?(_: {}): any;
|
|
148
148
|
suffix?(_: {}): any;
|
|
149
149
|
};
|
|
150
|
-
}) & Plugin & (new (...args: any[]) => {
|
|
150
|
+
}) & ( Plugin & (new (...args: any[]) => {
|
|
151
151
|
$props: {
|
|
152
|
-
onClick?: (
|
|
152
|
+
onClick?: () => void;
|
|
153
153
|
};
|
|
154
|
-
});
|
|
154
|
+
}))));
|
|
155
155
|
export declare const ApExpandAlert: {
|
|
156
156
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
157
157
|
type: {
|
|
158
|
-
type: PropType<"
|
|
158
|
+
type: PropType<"error" | "success" | "info" | "warning" | undefined>;
|
|
159
159
|
required: true;
|
|
160
160
|
default: string;
|
|
161
161
|
};
|
|
@@ -189,13 +189,13 @@ export declare const ApExpandAlert: {
|
|
|
189
189
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
190
190
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
191
191
|
}, {
|
|
192
|
-
setExpand: (state?: boolean
|
|
192
|
+
setExpand: (state?: boolean) => void;
|
|
193
193
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
194
194
|
expand: (...args: any[]) => void;
|
|
195
195
|
choose: (...args: any[]) => void;
|
|
196
196
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
197
197
|
type: {
|
|
198
|
-
type: PropType<"
|
|
198
|
+
type: PropType<"error" | "success" | "info" | "warning" | undefined>;
|
|
199
199
|
required: true;
|
|
200
200
|
default: string;
|
|
201
201
|
};
|
|
@@ -229,8 +229,8 @@ export declare const ApExpandAlert: {
|
|
|
229
229
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
230
230
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
231
231
|
}, {
|
|
232
|
-
type: "
|
|
233
|
-
data:
|
|
232
|
+
type: "warning" | "error" | "success" | "info" | undefined;
|
|
233
|
+
data: Array<any> | string;
|
|
234
234
|
prefix: string;
|
|
235
235
|
separator: string;
|
|
236
236
|
rows: string | number;
|
|
@@ -244,7 +244,7 @@ export declare const ApExpandAlert: {
|
|
|
244
244
|
Defaults: {};
|
|
245
245
|
}, Readonly< ExtractPropTypes<{
|
|
246
246
|
type: {
|
|
247
|
-
type: PropType<"
|
|
247
|
+
type: PropType<"error" | "success" | "info" | "warning" | undefined>;
|
|
248
248
|
required: true;
|
|
249
249
|
default: string;
|
|
250
250
|
};
|
|
@@ -278,21 +278,21 @@ export declare const ApExpandAlert: {
|
|
|
278
278
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
279
279
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
280
280
|
}, {
|
|
281
|
-
setExpand: (state?: boolean
|
|
281
|
+
setExpand: (state?: boolean) => void;
|
|
282
282
|
}, {}, {}, {}, {
|
|
283
|
-
type: "
|
|
284
|
-
data:
|
|
283
|
+
type: "warning" | "error" | "success" | "info" | undefined;
|
|
284
|
+
data: Array<any> | string;
|
|
285
285
|
prefix: string;
|
|
286
286
|
separator: string;
|
|
287
287
|
rows: string | number;
|
|
288
288
|
tipTitle: string;
|
|
289
289
|
}>;
|
|
290
|
-
__isFragment?:
|
|
291
|
-
__isTeleport?:
|
|
292
|
-
__isSuspense?:
|
|
290
|
+
__isFragment?: never;
|
|
291
|
+
__isTeleport?: never;
|
|
292
|
+
__isSuspense?: never;
|
|
293
293
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
294
294
|
type: {
|
|
295
|
-
type: PropType<"
|
|
295
|
+
type: PropType<"error" | "success" | "info" | "warning" | undefined>;
|
|
296
296
|
required: true;
|
|
297
297
|
default: string;
|
|
298
298
|
};
|
|
@@ -326,13 +326,13 @@ export declare const ApExpandAlert: {
|
|
|
326
326
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
327
327
|
onChoose?: ((...args: any[]) => any) | undefined;
|
|
328
328
|
}, {
|
|
329
|
-
setExpand: (state?: boolean
|
|
329
|
+
setExpand: (state?: boolean) => void;
|
|
330
330
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
331
331
|
expand: (...args: any[]) => void;
|
|
332
332
|
choose: (...args: any[]) => void;
|
|
333
333
|
}, string, {
|
|
334
|
-
type: "
|
|
335
|
-
data:
|
|
334
|
+
type: "warning" | "error" | "success" | "info" | undefined;
|
|
335
|
+
data: Array<any> | string;
|
|
336
336
|
prefix: string;
|
|
337
337
|
separator: string;
|
|
338
338
|
rows: string | number;
|
|
@@ -344,37 +344,47 @@ export declare const ApExpandAlert: {
|
|
|
344
344
|
});
|
|
345
345
|
export declare const ApLabel: {
|
|
346
346
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
347
|
-
|
|
348
|
-
type: PropType<
|
|
349
|
-
default: string;
|
|
350
|
-
};
|
|
351
|
-
color: {
|
|
352
|
-
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
347
|
+
size: {
|
|
348
|
+
type: PropType<"small" | "default">;
|
|
353
349
|
};
|
|
354
|
-
|
|
350
|
+
title: {
|
|
355
351
|
type: PropType<string>;
|
|
356
352
|
};
|
|
357
353
|
placement: {
|
|
358
354
|
type: PropType<TooltipPlacement>;
|
|
359
355
|
default: string;
|
|
360
356
|
};
|
|
361
|
-
|
|
357
|
+
prefixCls: {
|
|
362
358
|
type: PropType<string>;
|
|
363
359
|
};
|
|
364
360
|
iconType: {
|
|
365
361
|
type: PropType<"ellipsis" | "warning" | "question">;
|
|
366
362
|
default: string;
|
|
367
363
|
};
|
|
368
|
-
|
|
369
|
-
type: PropType<
|
|
364
|
+
text: {
|
|
365
|
+
type: PropType<any>;
|
|
366
|
+
default: string;
|
|
370
367
|
};
|
|
371
|
-
|
|
372
|
-
type: PropType<
|
|
368
|
+
color: {
|
|
369
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
370
|
+
};
|
|
371
|
+
iconSize: {
|
|
372
|
+
type: PropType<number>;
|
|
373
|
+
default: number;
|
|
373
374
|
};
|
|
374
375
|
status: {
|
|
375
|
-
type: PropType<"
|
|
376
|
+
type: PropType<"error" | "default" | "success" | "warning" | "processing">;
|
|
376
377
|
default: string;
|
|
377
378
|
};
|
|
379
|
+
offset: {
|
|
380
|
+
type: PropType<[string | number, string | number]>;
|
|
381
|
+
};
|
|
382
|
+
dot: {
|
|
383
|
+
type: PropType<boolean>;
|
|
384
|
+
};
|
|
385
|
+
helpMessage: {
|
|
386
|
+
type: PropType<string>;
|
|
387
|
+
};
|
|
378
388
|
count: {
|
|
379
389
|
type: PropType<any>;
|
|
380
390
|
};
|
|
@@ -384,22 +394,12 @@ export declare const ApLabel: {
|
|
|
384
394
|
overflowCount: {
|
|
385
395
|
type: PropType<number>;
|
|
386
396
|
};
|
|
387
|
-
dot: {
|
|
388
|
-
type: PropType<boolean>;
|
|
389
|
-
};
|
|
390
397
|
scrollNumberPrefixCls: {
|
|
391
398
|
type: PropType<string>;
|
|
392
399
|
};
|
|
393
400
|
numberStyle: {
|
|
394
401
|
type: PropType<CSSProperties>;
|
|
395
402
|
};
|
|
396
|
-
iconSize: {
|
|
397
|
-
type: PropType<number>;
|
|
398
|
-
default: number;
|
|
399
|
-
};
|
|
400
|
-
helpMessage: {
|
|
401
|
-
type: PropType<string>;
|
|
402
|
-
};
|
|
403
403
|
iconColor: {
|
|
404
404
|
type: PropType<string>;
|
|
405
405
|
default: string;
|
|
@@ -408,37 +408,47 @@ export declare const ApLabel: {
|
|
|
408
408
|
type: PropType<string>;
|
|
409
409
|
};
|
|
410
410
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
411
|
-
|
|
412
|
-
type: PropType<
|
|
413
|
-
default: string;
|
|
414
|
-
};
|
|
415
|
-
color: {
|
|
416
|
-
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
411
|
+
size: {
|
|
412
|
+
type: PropType<"small" | "default">;
|
|
417
413
|
};
|
|
418
|
-
|
|
414
|
+
title: {
|
|
419
415
|
type: PropType<string>;
|
|
420
416
|
};
|
|
421
417
|
placement: {
|
|
422
418
|
type: PropType<TooltipPlacement>;
|
|
423
419
|
default: string;
|
|
424
420
|
};
|
|
425
|
-
|
|
421
|
+
prefixCls: {
|
|
426
422
|
type: PropType<string>;
|
|
427
423
|
};
|
|
428
424
|
iconType: {
|
|
429
425
|
type: PropType<"ellipsis" | "warning" | "question">;
|
|
430
426
|
default: string;
|
|
431
427
|
};
|
|
432
|
-
|
|
433
|
-
type: PropType<
|
|
428
|
+
text: {
|
|
429
|
+
type: PropType<any>;
|
|
430
|
+
default: string;
|
|
434
431
|
};
|
|
435
|
-
|
|
436
|
-
type: PropType<
|
|
432
|
+
color: {
|
|
433
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
434
|
+
};
|
|
435
|
+
iconSize: {
|
|
436
|
+
type: PropType<number>;
|
|
437
|
+
default: number;
|
|
437
438
|
};
|
|
438
439
|
status: {
|
|
439
|
-
type: PropType<"
|
|
440
|
+
type: PropType<"error" | "default" | "success" | "warning" | "processing">;
|
|
440
441
|
default: string;
|
|
441
442
|
};
|
|
443
|
+
offset: {
|
|
444
|
+
type: PropType<[string | number, string | number]>;
|
|
445
|
+
};
|
|
446
|
+
dot: {
|
|
447
|
+
type: PropType<boolean>;
|
|
448
|
+
};
|
|
449
|
+
helpMessage: {
|
|
450
|
+
type: PropType<string>;
|
|
451
|
+
};
|
|
442
452
|
count: {
|
|
443
453
|
type: PropType<any>;
|
|
444
454
|
};
|
|
@@ -448,22 +458,12 @@ export declare const ApLabel: {
|
|
|
448
458
|
overflowCount: {
|
|
449
459
|
type: PropType<number>;
|
|
450
460
|
};
|
|
451
|
-
dot: {
|
|
452
|
-
type: PropType<boolean>;
|
|
453
|
-
};
|
|
454
461
|
scrollNumberPrefixCls: {
|
|
455
462
|
type: PropType<string>;
|
|
456
463
|
};
|
|
457
464
|
numberStyle: {
|
|
458
465
|
type: PropType<CSSProperties>;
|
|
459
466
|
};
|
|
460
|
-
iconSize: {
|
|
461
|
-
type: PropType<number>;
|
|
462
|
-
default: number;
|
|
463
|
-
};
|
|
464
|
-
helpMessage: {
|
|
465
|
-
type: PropType<string>;
|
|
466
|
-
};
|
|
467
467
|
iconColor: {
|
|
468
468
|
type: PropType<string>;
|
|
469
469
|
default: string;
|
|
@@ -472,11 +472,11 @@ export declare const ApLabel: {
|
|
|
472
472
|
type: PropType<string>;
|
|
473
473
|
};
|
|
474
474
|
}>>, {
|
|
475
|
-
text: any;
|
|
476
475
|
placement: TooltipPlacement;
|
|
477
|
-
iconType: "
|
|
478
|
-
|
|
476
|
+
iconType: "question" | "warning" | "ellipsis";
|
|
477
|
+
text: any;
|
|
479
478
|
iconSize: number;
|
|
479
|
+
status: "error" | "default" | "success" | "warning" | "processing";
|
|
480
480
|
iconColor: string;
|
|
481
481
|
}, true, {}, {}, {
|
|
482
482
|
P: {};
|
|
@@ -486,37 +486,47 @@ export declare const ApLabel: {
|
|
|
486
486
|
M: {};
|
|
487
487
|
Defaults: {};
|
|
488
488
|
}, Readonly< ExtractPropTypes<{
|
|
489
|
-
|
|
490
|
-
type: PropType<
|
|
491
|
-
default: string;
|
|
492
|
-
};
|
|
493
|
-
color: {
|
|
494
|
-
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
489
|
+
size: {
|
|
490
|
+
type: PropType<"small" | "default">;
|
|
495
491
|
};
|
|
496
|
-
|
|
492
|
+
title: {
|
|
497
493
|
type: PropType<string>;
|
|
498
494
|
};
|
|
499
495
|
placement: {
|
|
500
496
|
type: PropType<TooltipPlacement>;
|
|
501
497
|
default: string;
|
|
502
498
|
};
|
|
503
|
-
|
|
499
|
+
prefixCls: {
|
|
504
500
|
type: PropType<string>;
|
|
505
501
|
};
|
|
506
502
|
iconType: {
|
|
507
503
|
type: PropType<"ellipsis" | "warning" | "question">;
|
|
508
504
|
default: string;
|
|
509
505
|
};
|
|
510
|
-
|
|
511
|
-
type: PropType<
|
|
506
|
+
text: {
|
|
507
|
+
type: PropType<any>;
|
|
508
|
+
default: string;
|
|
512
509
|
};
|
|
513
|
-
|
|
514
|
-
type: PropType<
|
|
510
|
+
color: {
|
|
511
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
512
|
+
};
|
|
513
|
+
iconSize: {
|
|
514
|
+
type: PropType<number>;
|
|
515
|
+
default: number;
|
|
515
516
|
};
|
|
516
517
|
status: {
|
|
517
|
-
type: PropType<"
|
|
518
|
+
type: PropType<"error" | "default" | "success" | "warning" | "processing">;
|
|
518
519
|
default: string;
|
|
519
520
|
};
|
|
521
|
+
offset: {
|
|
522
|
+
type: PropType<[string | number, string | number]>;
|
|
523
|
+
};
|
|
524
|
+
dot: {
|
|
525
|
+
type: PropType<boolean>;
|
|
526
|
+
};
|
|
527
|
+
helpMessage: {
|
|
528
|
+
type: PropType<string>;
|
|
529
|
+
};
|
|
520
530
|
count: {
|
|
521
531
|
type: PropType<any>;
|
|
522
532
|
};
|
|
@@ -526,22 +536,12 @@ export declare const ApLabel: {
|
|
|
526
536
|
overflowCount: {
|
|
527
537
|
type: PropType<number>;
|
|
528
538
|
};
|
|
529
|
-
dot: {
|
|
530
|
-
type: PropType<boolean>;
|
|
531
|
-
};
|
|
532
539
|
scrollNumberPrefixCls: {
|
|
533
540
|
type: PropType<string>;
|
|
534
541
|
};
|
|
535
542
|
numberStyle: {
|
|
536
543
|
type: PropType<CSSProperties>;
|
|
537
544
|
};
|
|
538
|
-
iconSize: {
|
|
539
|
-
type: PropType<number>;
|
|
540
|
-
default: number;
|
|
541
|
-
};
|
|
542
|
-
helpMessage: {
|
|
543
|
-
type: PropType<string>;
|
|
544
|
-
};
|
|
545
545
|
iconColor: {
|
|
546
546
|
type: PropType<string>;
|
|
547
547
|
default: string;
|
|
@@ -550,48 +550,58 @@ export declare const ApLabel: {
|
|
|
550
550
|
type: PropType<string>;
|
|
551
551
|
};
|
|
552
552
|
}>>, {}, {}, {}, {}, {
|
|
553
|
-
text: any;
|
|
554
553
|
placement: TooltipPlacement;
|
|
555
|
-
iconType: "
|
|
556
|
-
|
|
554
|
+
iconType: "question" | "warning" | "ellipsis";
|
|
555
|
+
text: any;
|
|
557
556
|
iconSize: number;
|
|
557
|
+
status: "error" | "default" | "success" | "warning" | "processing";
|
|
558
558
|
iconColor: string;
|
|
559
559
|
}>;
|
|
560
|
-
__isFragment?:
|
|
561
|
-
__isTeleport?:
|
|
562
|
-
__isSuspense?:
|
|
560
|
+
__isFragment?: never;
|
|
561
|
+
__isTeleport?: never;
|
|
562
|
+
__isSuspense?: never;
|
|
563
563
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
564
|
-
|
|
565
|
-
type: PropType<
|
|
566
|
-
default: string;
|
|
567
|
-
};
|
|
568
|
-
color: {
|
|
569
|
-
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
564
|
+
size: {
|
|
565
|
+
type: PropType<"small" | "default">;
|
|
570
566
|
};
|
|
571
|
-
|
|
567
|
+
title: {
|
|
572
568
|
type: PropType<string>;
|
|
573
569
|
};
|
|
574
570
|
placement: {
|
|
575
571
|
type: PropType<TooltipPlacement>;
|
|
576
572
|
default: string;
|
|
577
573
|
};
|
|
578
|
-
|
|
574
|
+
prefixCls: {
|
|
579
575
|
type: PropType<string>;
|
|
580
576
|
};
|
|
581
577
|
iconType: {
|
|
582
578
|
type: PropType<"ellipsis" | "warning" | "question">;
|
|
583
579
|
default: string;
|
|
584
580
|
};
|
|
585
|
-
|
|
586
|
-
type: PropType<
|
|
581
|
+
text: {
|
|
582
|
+
type: PropType<any>;
|
|
583
|
+
default: string;
|
|
587
584
|
};
|
|
588
|
-
|
|
589
|
-
type: PropType<
|
|
585
|
+
color: {
|
|
586
|
+
type: PropType<LiteralUnion<"blue" | "purple" | "cyan" | "green" | "magenta" | "pink" | "red" | "orange" | "yellow" | "volcano" | "geekblue" | "lime" | "gold">>;
|
|
587
|
+
};
|
|
588
|
+
iconSize: {
|
|
589
|
+
type: PropType<number>;
|
|
590
|
+
default: number;
|
|
590
591
|
};
|
|
591
592
|
status: {
|
|
592
|
-
type: PropType<"
|
|
593
|
+
type: PropType<"error" | "default" | "success" | "warning" | "processing">;
|
|
593
594
|
default: string;
|
|
594
595
|
};
|
|
596
|
+
offset: {
|
|
597
|
+
type: PropType<[string | number, string | number]>;
|
|
598
|
+
};
|
|
599
|
+
dot: {
|
|
600
|
+
type: PropType<boolean>;
|
|
601
|
+
};
|
|
602
|
+
helpMessage: {
|
|
603
|
+
type: PropType<string>;
|
|
604
|
+
};
|
|
595
605
|
count: {
|
|
596
606
|
type: PropType<any>;
|
|
597
607
|
};
|
|
@@ -601,22 +611,12 @@ export declare const ApLabel: {
|
|
|
601
611
|
overflowCount: {
|
|
602
612
|
type: PropType<number>;
|
|
603
613
|
};
|
|
604
|
-
dot: {
|
|
605
|
-
type: PropType<boolean>;
|
|
606
|
-
};
|
|
607
614
|
scrollNumberPrefixCls: {
|
|
608
615
|
type: PropType<string>;
|
|
609
616
|
};
|
|
610
617
|
numberStyle: {
|
|
611
618
|
type: PropType<CSSProperties>;
|
|
612
619
|
};
|
|
613
|
-
iconSize: {
|
|
614
|
-
type: PropType<number>;
|
|
615
|
-
default: number;
|
|
616
|
-
};
|
|
617
|
-
helpMessage: {
|
|
618
|
-
type: PropType<string>;
|
|
619
|
-
};
|
|
620
620
|
iconColor: {
|
|
621
621
|
type: PropType<string>;
|
|
622
622
|
default: string;
|
|
@@ -625,21 +625,24 @@ export declare const ApLabel: {
|
|
|
625
625
|
type: PropType<string>;
|
|
626
626
|
};
|
|
627
627
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
628
|
-
text: any;
|
|
629
628
|
placement: TooltipPlacement;
|
|
630
|
-
iconType: "
|
|
631
|
-
|
|
629
|
+
iconType: "question" | "warning" | "ellipsis";
|
|
630
|
+
text: any;
|
|
632
631
|
iconSize: number;
|
|
632
|
+
status: "error" | "default" | "success" | "warning" | "processing";
|
|
633
633
|
iconColor: string;
|
|
634
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
634
|
+
}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
|
|
635
635
|
$slots: Partial<Record<string, (_: {}) => any>>;
|
|
636
|
-
}) & Plugin & (new (...args: any[]) => {
|
|
636
|
+
}) & ( Plugin & (new (...args: any[]) => {
|
|
637
637
|
$props: {
|
|
638
|
-
onClick?: (
|
|
638
|
+
onClick?: () => void;
|
|
639
639
|
};
|
|
640
|
-
});
|
|
640
|
+
}))));
|
|
641
641
|
export declare const ApStatus: {
|
|
642
642
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
643
|
+
style: {
|
|
644
|
+
type: PropType<object>;
|
|
645
|
+
};
|
|
643
646
|
text: {
|
|
644
647
|
type: PropType<string>;
|
|
645
648
|
required: true;
|
|
@@ -648,9 +651,6 @@ export declare const ApStatus: {
|
|
|
648
651
|
type: PropType<string>;
|
|
649
652
|
default: string;
|
|
650
653
|
};
|
|
651
|
-
style: {
|
|
652
|
-
type: PropType<object>;
|
|
653
|
-
};
|
|
654
654
|
padding: {
|
|
655
655
|
type: PropType<number>;
|
|
656
656
|
default: number;
|
|
@@ -660,6 +660,9 @@ export declare const ApStatus: {
|
|
|
660
660
|
default: boolean;
|
|
661
661
|
};
|
|
662
662
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
663
|
+
style: {
|
|
664
|
+
type: PropType<object>;
|
|
665
|
+
};
|
|
663
666
|
text: {
|
|
664
667
|
type: PropType<string>;
|
|
665
668
|
required: true;
|
|
@@ -668,9 +671,6 @@ export declare const ApStatus: {
|
|
|
668
671
|
type: PropType<string>;
|
|
669
672
|
default: string;
|
|
670
673
|
};
|
|
671
|
-
style: {
|
|
672
|
-
type: PropType<object>;
|
|
673
|
-
};
|
|
674
674
|
padding: {
|
|
675
675
|
type: PropType<number>;
|
|
676
676
|
default: number;
|
|
@@ -691,6 +691,9 @@ export declare const ApStatus: {
|
|
|
691
691
|
M: {};
|
|
692
692
|
Defaults: {};
|
|
693
693
|
}, Readonly< ExtractPropTypes<{
|
|
694
|
+
style: {
|
|
695
|
+
type: PropType<object>;
|
|
696
|
+
};
|
|
694
697
|
text: {
|
|
695
698
|
type: PropType<string>;
|
|
696
699
|
required: true;
|
|
@@ -699,9 +702,6 @@ export declare const ApStatus: {
|
|
|
699
702
|
type: PropType<string>;
|
|
700
703
|
default: string;
|
|
701
704
|
};
|
|
702
|
-
style: {
|
|
703
|
-
type: PropType<object>;
|
|
704
|
-
};
|
|
705
705
|
padding: {
|
|
706
706
|
type: PropType<number>;
|
|
707
707
|
default: number;
|
|
@@ -715,10 +715,13 @@ export declare const ApStatus: {
|
|
|
715
715
|
padding: number;
|
|
716
716
|
show: boolean;
|
|
717
717
|
}>;
|
|
718
|
-
__isFragment?:
|
|
719
|
-
__isTeleport?:
|
|
720
|
-
__isSuspense?:
|
|
718
|
+
__isFragment?: never;
|
|
719
|
+
__isTeleport?: never;
|
|
720
|
+
__isSuspense?: never;
|
|
721
721
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
722
|
+
style: {
|
|
723
|
+
type: PropType<object>;
|
|
724
|
+
};
|
|
722
725
|
text: {
|
|
723
726
|
type: PropType<string>;
|
|
724
727
|
required: true;
|
|
@@ -727,9 +730,6 @@ export declare const ApStatus: {
|
|
|
727
730
|
type: PropType<string>;
|
|
728
731
|
default: string;
|
|
729
732
|
};
|
|
730
|
-
style: {
|
|
731
|
-
type: PropType<object>;
|
|
732
|
-
};
|
|
733
733
|
padding: {
|
|
734
734
|
type: PropType<number>;
|
|
735
735
|
default: number;
|
|
@@ -742,11 +742,11 @@ export declare const ApStatus: {
|
|
|
742
742
|
color: string;
|
|
743
743
|
padding: number;
|
|
744
744
|
show: boolean;
|
|
745
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
|
|
745
|
+
}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
746
746
|
$props: {
|
|
747
|
-
onClick?: (
|
|
747
|
+
onClick?: () => void;
|
|
748
748
|
};
|
|
749
|
-
});
|
|
749
|
+
}))));
|
|
750
750
|
export declare const ApStatusGroup: {
|
|
751
751
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
752
752
|
style: {
|
|
@@ -768,7 +768,7 @@ export declare const ApStatusGroup: {
|
|
|
768
768
|
};
|
|
769
769
|
statusList: {
|
|
770
770
|
type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
|
|
771
|
-
value:
|
|
771
|
+
value: number | string;
|
|
772
772
|
}>[] | null>;
|
|
773
773
|
required: true;
|
|
774
774
|
default: null;
|
|
@@ -793,7 +793,7 @@ export declare const ApStatusGroup: {
|
|
|
793
793
|
};
|
|
794
794
|
statusList: {
|
|
795
795
|
type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
|
|
796
|
-
value:
|
|
796
|
+
value: number | string;
|
|
797
797
|
}>[] | null>;
|
|
798
798
|
required: true;
|
|
799
799
|
default: null;
|
|
@@ -801,10 +801,8 @@ export declare const ApStatusGroup: {
|
|
|
801
801
|
}>>, {
|
|
802
802
|
padding: number;
|
|
803
803
|
show: boolean;
|
|
804
|
-
currentValue:
|
|
805
|
-
statusList:
|
|
806
|
-
value: string | number;
|
|
807
|
-
}>[] | null;
|
|
804
|
+
currentValue: number | string;
|
|
805
|
+
statusList: ApStatusGroupItemProps[] | null;
|
|
808
806
|
}, true, {}, {}, {
|
|
809
807
|
P: {};
|
|
810
808
|
B: {};
|
|
@@ -832,7 +830,7 @@ export declare const ApStatusGroup: {
|
|
|
832
830
|
};
|
|
833
831
|
statusList: {
|
|
834
832
|
type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
|
|
835
|
-
value:
|
|
833
|
+
value: number | string;
|
|
836
834
|
}>[] | null>;
|
|
837
835
|
required: true;
|
|
838
836
|
default: null;
|
|
@@ -840,14 +838,12 @@ export declare const ApStatusGroup: {
|
|
|
840
838
|
}>>, {}, {}, {}, {}, {
|
|
841
839
|
padding: number;
|
|
842
840
|
show: boolean;
|
|
843
|
-
currentValue:
|
|
844
|
-
statusList:
|
|
845
|
-
value: string | number;
|
|
846
|
-
}>[] | null;
|
|
841
|
+
currentValue: number | string;
|
|
842
|
+
statusList: ApStatusGroupItemProps[] | null;
|
|
847
843
|
}>;
|
|
848
|
-
__isFragment?:
|
|
849
|
-
__isTeleport?:
|
|
850
|
-
__isSuspense?:
|
|
844
|
+
__isFragment?: never;
|
|
845
|
+
__isTeleport?: never;
|
|
846
|
+
__isSuspense?: never;
|
|
851
847
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
852
848
|
style: {
|
|
853
849
|
type: PropType<object>;
|
|
@@ -868,7 +864,7 @@ export declare const ApStatusGroup: {
|
|
|
868
864
|
};
|
|
869
865
|
statusList: {
|
|
870
866
|
type: PropType<Required<Pick< ApStatusProps, "text" | "color"> & {
|
|
871
|
-
value:
|
|
867
|
+
value: number | string;
|
|
872
868
|
}>[] | null>;
|
|
873
869
|
required: true;
|
|
874
870
|
default: null;
|
|
@@ -876,86 +872,55 @@ export declare const ApStatusGroup: {
|
|
|
876
872
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
877
873
|
padding: number;
|
|
878
874
|
show: boolean;
|
|
879
|
-
currentValue:
|
|
880
|
-
statusList:
|
|
881
|
-
|
|
882
|
-
}>[] | null;
|
|
883
|
-
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
|
|
875
|
+
currentValue: number | string;
|
|
876
|
+
statusList: ApStatusGroupItemProps[] | null;
|
|
877
|
+
}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
884
878
|
$props: {
|
|
885
|
-
onClick?: (
|
|
879
|
+
onClick?: () => void;
|
|
886
880
|
};
|
|
887
|
-
});
|
|
888
|
-
export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: {
|
|
889
|
-
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
890
|
-
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
891
|
-
title: string;
|
|
892
|
-
request: () => Promise<T[]>;
|
|
893
|
-
onOnSelect?: ((value: T) => any) | undefined;
|
|
894
|
-
defaultFold?: boolean | undefined;
|
|
895
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: {
|
|
881
|
+
}))));
|
|
882
|
+
export declare const ApSelectLayout: (<T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
896
883
|
attrs: any;
|
|
897
|
-
slots: {
|
|
884
|
+
slots: ReturnType<() => {
|
|
898
885
|
itemRender?(_: {
|
|
899
886
|
item: T;
|
|
900
887
|
}): any;
|
|
901
888
|
default?(_: {}): any;
|
|
902
|
-
}
|
|
889
|
+
}>;
|
|
903
890
|
emit: {
|
|
904
891
|
(event: "onSelect", value: T): void;
|
|
905
892
|
(event: "afterEnter", el: Element): void;
|
|
906
893
|
(event: "afterLeave", el: Element): void;
|
|
907
|
-
};
|
|
908
|
-
}
|
|
894
|
+
} & {};
|
|
895
|
+
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
909
896
|
props: {
|
|
910
|
-
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
911
897
|
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
898
|
+
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
899
|
+
onOnSelect?: ((value: T) => any) | undefined;
|
|
912
900
|
title: string;
|
|
913
901
|
request: () => Promise<T[]>;
|
|
914
|
-
onOnSelect?: ((value: T) => any) | undefined;
|
|
915
902
|
defaultFold?: boolean | undefined;
|
|
916
|
-
} &
|
|
903
|
+
} & PublicProps;
|
|
917
904
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
918
905
|
attrs: any;
|
|
919
|
-
slots: {
|
|
906
|
+
slots: ReturnType<() => {
|
|
920
907
|
itemRender?(_: {
|
|
921
908
|
item: T;
|
|
922
909
|
}): any;
|
|
923
910
|
default?(_: {}): any;
|
|
924
|
-
}
|
|
911
|
+
}>;
|
|
925
912
|
emit: {
|
|
926
913
|
(event: "onSelect", value: T): void;
|
|
927
914
|
(event: "afterEnter", el: Element): void;
|
|
928
915
|
(event: "afterLeave", el: Element): void;
|
|
929
|
-
};
|
|
916
|
+
} & {};
|
|
930
917
|
}>) => VNode<RendererNode, RendererElement, {
|
|
931
918
|
[key: string]: any;
|
|
932
919
|
}> & {
|
|
933
|
-
__ctx?:
|
|
934
|
-
props: {
|
|
935
|
-
onAfterEnter?: ((el: Element) => any) | undefined;
|
|
936
|
-
onAfterLeave?: ((el: Element) => any) | undefined;
|
|
937
|
-
title: string;
|
|
938
|
-
request: () => Promise<T[]>;
|
|
939
|
-
onOnSelect?: ((value: T) => any) | undefined;
|
|
940
|
-
defaultFold?: boolean | undefined;
|
|
941
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
942
|
-
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
943
|
-
attrs: any;
|
|
944
|
-
slots: {
|
|
945
|
-
itemRender?(_: {
|
|
946
|
-
item: T;
|
|
947
|
-
}): any;
|
|
948
|
-
default?(_: {}): any;
|
|
949
|
-
};
|
|
950
|
-
emit: {
|
|
951
|
-
(event: "onSelect", value: T): void;
|
|
952
|
-
(event: "afterEnter", el: Element): void;
|
|
953
|
-
(event: "afterLeave", el: Element): void;
|
|
954
|
-
};
|
|
955
|
-
} | undefined;
|
|
920
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
956
921
|
}) & Plugin & (new (...args: any[]) => {
|
|
957
922
|
$props: {
|
|
958
|
-
onClick?: (
|
|
923
|
+
onClick?: () => void;
|
|
959
924
|
};
|
|
960
925
|
});
|
|
961
926
|
export declare const ApExportGroup: {
|
|
@@ -1033,9 +998,9 @@ export declare const ApExportGroup: {
|
|
|
1033
998
|
type: PropType<() => Record<string, any>>;
|
|
1034
999
|
};
|
|
1035
1000
|
}>>, {}, {}, {}, {}, {}>;
|
|
1036
|
-
__isFragment?:
|
|
1037
|
-
__isTeleport?:
|
|
1038
|
-
__isSuspense?:
|
|
1001
|
+
__isFragment?: never;
|
|
1002
|
+
__isTeleport?: never;
|
|
1003
|
+
__isSuspense?: never;
|
|
1039
1004
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
1040
1005
|
selectedRowKeys: {
|
|
1041
1006
|
type: PropType<any[]>;
|
|
@@ -1058,8 +1023,8 @@ export declare const ApExportGroup: {
|
|
|
1058
1023
|
getRequestParams: {
|
|
1059
1024
|
type: PropType<() => Record<string, any>>;
|
|
1060
1025
|
};
|
|
1061
|
-
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin & (new (...args: any[]) => {
|
|
1026
|
+
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & ( AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
|
|
1062
1027
|
$props: {
|
|
1063
|
-
onClick?: (
|
|
1028
|
+
onClick?: () => void;
|
|
1064
1029
|
};
|
|
1065
|
-
});
|
|
1030
|
+
}))));
|