@aplus-frontend/ui 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/src/ap-action/group/index.vue.d.ts +3 -30
- package/es/src/ap-action/item/index.vue.d.ts +3 -30
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/es/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/es/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/es/src/ap-custom-column/column-select.vue.mjs +32 -32
- package/es/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/es/src/ap-custom-column/custom-column.vue.mjs +46 -46
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/es/src/ap-download/ap-download.vue.d.ts +3 -28
- package/es/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/es/src/ap-field/date/index.vue.d.ts +19 -64
- package/es/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/es/src/ap-field/number/index.vue.d.ts +138 -42
- package/es/src/ap-field/radio/index.vue.d.ts +51 -31
- package/es/src/ap-field/rate/index.vue.d.ts +46 -39
- package/es/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/es/src/ap-field/select/index.vue.d.ts +192 -59
- package/es/src/ap-field/select/index.vue.mjs +10 -8
- package/es/src/ap-field/slider/index.vue.d.ts +115 -40
- package/es/src/ap-field/switch/index.vue.d.ts +60 -35
- package/es/src/ap-field/text/index.vue.d.ts +105 -38
- package/es/src/ap-field/text/password.vue.d.ts +113 -45
- package/es/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +30 -28
- package/es/src/ap-form/ap-form-item.vue.d.ts +128 -38
- package/es/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/es/src/ap-form/ap-form.vue.d.ts +238 -36
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/es/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/es/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/es/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/es/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/es/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/es/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/es/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/es/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/es/src/ap-list/index.vue.d.ts +3 -3
- package/es/src/ap-table/ap-table.vue.d.ts +2 -2
- package/es/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/es/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/es/src/ap-table/constants.d.ts +4015 -11858
- package/es/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/es/src/ap-tag/ap-tag-group.vue.mjs +78 -78
- package/es/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/es/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/es/src/base-button/button.vue.d.ts +3 -24
- package/es/src/base-button/index.d.ts +7 -110
- package/es/src/base-button/modal-button.vue.d.ts +8 -14
- package/es/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/es/src/basic/arrow.vue.d.ts +2 -11
- package/es/src/basic/help.vue.d.ts +324 -50
- package/es/src/basic/index.d.ts +667 -202
- package/es/src/basic/title.vue.d.ts +3 -24
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -21
- package/es/src/business/ap-batch-action/interface.d.ts +10 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/es/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +23 -23
- package/es/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/es/src/business/index.d.ts +196 -927
- package/es/src/business/title/ApTitle.vue.d.ts +3 -32
- package/es/src/button/button.vue.d.ts +2 -11
- package/es/src/button/index.d.ts +16 -32
- package/es/src/check-card/group.vue.d.ts +17 -41
- package/es/src/check-card/index.vue.d.ts +20 -35
- package/es/src/config-provider/config-provider.d.ts +41 -137
- package/es/src/config-provider/index.d.ts +161 -545
- package/es/src/container/collapse/header.vue.d.ts +11 -13
- package/es/src/container/collapse/index.vue.d.ts +11 -40
- package/es/src/container/index.d.ts +40 -119
- package/es/src/container/scroll-container.vue.d.ts +3 -12
- package/es/src/count-down/button.vue.d.ts +3 -24
- package/es/src/count-down/index.d.ts +12 -111
- package/es/src/count-down/input.vue.d.ts +3 -24
- package/es/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/es/src/cropper/cropper-image.vue.d.ts +5 -36
- package/es/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/es/src/cropper/index.d.ts +24 -269
- package/es/src/description/description.vue.d.ts +15 -45
- package/es/src/description/index.d.ts +51 -171
- package/es/src/dropdown/dropdown.vue.d.ts +5 -30
- package/es/src/dropdown/index.d.ts +12 -76
- package/es/src/editable-table/form-item.vue.d.ts +4 -4
- package/es/src/editable-table/index.vue.d.ts +6 -7
- package/es/src/hooks/useControllableValue.d.ts +2 -2
- package/es/src/icon/icon.vue.d.ts +3 -29
- package/es/src/icon/index.d.ts +12 -159
- package/es/src/icon/svg-icon.vue.d.ts +3 -28
- package/es/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/es/src/icon-picker/index.d.ts +12 -139
- package/es/src/modal/basic.vue.d.ts +147 -117
- package/es/src/modal/components/modal-close.vue.d.ts +5 -26
- package/es/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/es/src/modal/components/modal-header.vue.d.ts +2 -11
- package/es/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/es/src/modal/components/modal.d.ts +145 -115
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/es/src/modal/index.d.ts +287 -462
- package/es/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/es/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/es/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/es/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/es/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/es/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/es/src/pro-form/pro-form.vue.d.ts +6 -57
- package/es/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/es/src/pro-form/table-form.vue.d.ts +4 -29
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/es/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/index.vue.d.ts +8 -11
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/table-action.vue.d.ts +10 -24
- package/es/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/es/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/es/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/es/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/es/src/pro-table/pro-table.vue.d.ts +8 -61
- package/es/src/prompt/dialog.vue.d.ts +2 -11
- package/es/src/scroll-bar/bar-item.d.ts +10 -9
- package/es/src/scroll-bar/index.d.ts +12 -135
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/es/src/strength-meter/index.d.ts +12 -55
- package/es/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/es/src/tests/wrapper.d.ts +3 -6
- package/es/src/transition/collapse-transition.vue.d.ts +2 -2
- package/es/src/transition/create-transition.d.ts +13 -25
- package/es/src/transition/index.d.ts +88 -193
- package/es/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/es/src/work-order-modal/help-message.vue2.mjs +19 -19
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/lib/src/ap-action/group/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item/index.vue.d.ts +3 -30
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +10 -39
- package/lib/src/ap-action/item-modal/index.vue.d.ts +6 -33
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +7 -33
- package/lib/src/ap-custom-column/column-select.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/column-select.vue.js +1 -1
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +5 -14
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +2 -11
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +4 -13
- package/lib/src/ap-download/ap-download.vue.d.ts +3 -28
- package/lib/src/ap-field/checkbox/index.vue.d.ts +40 -31
- package/lib/src/ap-field/date/index.vue.d.ts +19 -64
- package/lib/src/ap-field/date-range/index.vue.d.ts +20 -66
- package/lib/src/ap-field/number/index.vue.d.ts +138 -42
- package/lib/src/ap-field/radio/index.vue.d.ts +51 -31
- package/lib/src/ap-field/rate/index.vue.d.ts +46 -39
- package/lib/src/ap-field/segmented/index.vue.d.ts +47 -32
- package/lib/src/ap-field/select/index.vue.d.ts +192 -59
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +115 -40
- package/lib/src/ap-field/switch/index.vue.d.ts +60 -35
- package/lib/src/ap-field/text/index.vue.d.ts +105 -38
- package/lib/src/ap-field/text/password.vue.d.ts +113 -45
- package/lib/src/ap-field/text-area/index.vue.d.ts +117 -38
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +50 -32
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -1
- package/lib/src/ap-form/ap-form-item.vue.d.ts +128 -38
- package/lib/src/ap-form/ap-form-list.vue.d.ts +2 -11
- package/lib/src/ap-form/ap-form.vue.d.ts +238 -36
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +7 -37
- package/lib/src/ap-form/items/date/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +131 -37
- package/lib/src/ap-form/items/number/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/radio/index.vue.d.ts +8 -38
- package/lib/src/ap-form/items/select/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/switch/index.vue.d.ts +7 -39
- package/lib/src/ap-form/items/text/index.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text/password.vue.d.ts +132 -38
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +9 -38
- package/lib/src/ap-form/modal-form/index.vue.d.ts +17 -52
- package/lib/src/ap-form/search-form/index.vue.d.ts +254 -50
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +3 -26
- package/lib/src/ap-list/index.vue.d.ts +3 -3
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
- package/lib/src/ap-table/components/index/index.vue.d.ts +3 -24
- package/lib/src/ap-table/components/status/index.vue.d.ts +2 -11
- package/lib/src/ap-table/constants.d.ts +4015 -11858
- package/lib/src/ap-table/hooks/use-table-content-height.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +3 -28
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +3 -28
- package/lib/src/ap-upload/apUpload.vue.d.ts +23 -48
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -2
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +2 -2
- package/lib/src/base-button/button.vue.d.ts +3 -24
- package/lib/src/base-button/index.d.ts +7 -110
- package/lib/src/base-button/modal-button.vue.d.ts +8 -14
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +7 -10
- package/lib/src/basic/arrow.vue.d.ts +2 -11
- package/lib/src/basic/help.vue.d.ts +324 -50
- package/lib/src/basic/index.d.ts +667 -202
- package/lib/src/basic/title.vue.d.ts +3 -24
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -21
- package/lib/src/business/ap-batch-action/interface.d.ts +10 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -11
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +34 -31
- package/lib/src/business/ap-label/ApLabel.vue.d.ts +43 -32
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +6 -6
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-status/ApStatus.vue.d.ts +3 -28
- package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +3 -30
- package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +6 -73
- package/lib/src/business/index.d.ts +196 -927
- package/lib/src/business/title/ApTitle.vue.d.ts +3 -32
- package/lib/src/button/button.vue.d.ts +2 -11
- package/lib/src/button/index.d.ts +16 -32
- package/lib/src/check-card/group.vue.d.ts +17 -41
- package/lib/src/check-card/index.vue.d.ts +20 -35
- package/lib/src/config-provider/config-provider.d.ts +41 -137
- package/lib/src/config-provider/index.d.ts +161 -545
- package/lib/src/container/collapse/header.vue.d.ts +11 -13
- package/lib/src/container/collapse/index.vue.d.ts +11 -40
- package/lib/src/container/index.d.ts +40 -119
- package/lib/src/container/scroll-container.vue.d.ts +3 -12
- package/lib/src/count-down/button.vue.d.ts +3 -24
- package/lib/src/count-down/index.d.ts +12 -111
- package/lib/src/count-down/input.vue.d.ts +3 -24
- package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -33
- package/lib/src/cropper/cropper-image.vue.d.ts +5 -36
- package/lib/src/cropper/cropper-modal.vue.d.ts +13 -21
- package/lib/src/cropper/index.d.ts +24 -269
- package/lib/src/description/description.vue.d.ts +15 -45
- package/lib/src/description/index.d.ts +51 -171
- package/lib/src/dropdown/dropdown.vue.d.ts +5 -30
- package/lib/src/dropdown/index.d.ts +12 -76
- package/lib/src/editable-table/form-item.vue.d.ts +4 -4
- package/lib/src/editable-table/index.vue.d.ts +6 -7
- package/lib/src/hooks/useControllableValue.d.ts +2 -2
- package/lib/src/icon/icon.vue.d.ts +3 -29
- package/lib/src/icon/index.d.ts +12 -159
- package/lib/src/icon/svg-icon.vue.d.ts +3 -28
- package/lib/src/icon-picker/icon-picker.vue.d.ts +5 -38
- package/lib/src/icon-picker/index.d.ts +12 -139
- package/lib/src/modal/basic.vue.d.ts +147 -117
- package/lib/src/modal/components/modal-close.vue.d.ts +5 -26
- package/lib/src/modal/components/modal-footer.vue.d.ts +146 -116
- package/lib/src/modal/components/modal-header.vue.d.ts +2 -11
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +19 -43
- package/lib/src/modal/components/modal.d.ts +145 -115
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +1 -1
- package/lib/src/modal/index.d.ts +287 -462
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-select.vue.d.ts +5 -38
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +5 -40
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +5 -36
- package/lib/src/pro-form/components/api-tree.vue.d.ts +5 -28
- package/lib/src/pro-form/components/form-action.vue.d.ts +5 -38
- package/lib/src/pro-form/components/form-item.vue.d.ts +14 -34
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +3 -24
- package/lib/src/pro-form/hooks/use-break-point.d.ts +1 -1
- package/lib/src/pro-form/pro-form.vue.d.ts +6 -57
- package/lib/src/pro-form/table-form-inner.vue.d.ts +5 -34
- package/lib/src/pro-form/table-form.vue.d.ts +4 -29
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -9
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +96 -26
- package/lib/src/pro-table/components/header-cell.vue.d.ts +726 -9
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -3
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/index.vue.d.ts +8 -11
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/table-action.vue.d.ts +10 -24
- package/lib/src/pro-table/components/table-footer.vue.d.ts +5 -30
- package/lib/src/pro-table/components/table-header.vue.d.ts +15 -31
- package/lib/src/pro-table/components/table-image.vue.d.ts +3 -32
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -26
- package/lib/src/pro-table/components/table-title.vue.d.ts +7 -13
- package/lib/src/pro-table/pro-table.vue.d.ts +8 -61
- package/lib/src/prompt/dialog.vue.d.ts +2 -11
- package/lib/src/scroll-bar/bar-item.d.ts +10 -9
- package/lib/src/scroll-bar/index.d.ts +12 -135
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +5 -36
- package/lib/src/strength-meter/index.d.ts +12 -55
- package/lib/src/strength-meter/strength-meter.vue.d.ts +5 -26
- package/lib/src/tests/wrapper.d.ts +3 -6
- package/lib/src/transition/collapse-transition.vue.d.ts +2 -2
- package/lib/src/transition/create-transition.d.ts +13 -25
- package/lib/src/transition/index.d.ts +88 -193
- package/lib/src/work-order-modal/help-message.vue.d.ts +2 -2
- package/lib/src/work-order-modal/help-message.vue2.js +1 -1
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +6 -15
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DefineComponent, PropType, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps,
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, PropType, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { ModalOptionsEx } from '../hooks/useMessage';
|
|
3
|
-
declare const _default: DefineComponent<{
|
|
3
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
4
|
enable: {
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
@@ -9,19 +9,13 @@ declare const _default: DefineComponent<{
|
|
|
9
9
|
type: PropType<Partial< ModalOptionsEx>>;
|
|
10
10
|
default: () => {};
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
|
-
}>,
|
|
15
|
-
enable:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
};
|
|
19
|
-
modalConfig: {
|
|
20
|
-
type: PropType<Partial< ModalOptionsEx>>;
|
|
21
|
-
default: () => {};
|
|
22
|
-
};
|
|
23
|
-
}>>, {
|
|
14
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
15
|
+
enable: boolean;
|
|
16
|
+
modalConfig: Partial< ModalOptionsEx>;
|
|
17
|
+
} & {} & {}>, {
|
|
24
18
|
enable: boolean;
|
|
25
19
|
modalConfig: Partial< ModalOptionsEx>;
|
|
26
|
-
}, {}>;
|
|
20
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
27
21
|
export default _default;
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import { DefineComponent, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps,
|
|
2
|
-
declare const _default: DefineComponent<{
|
|
1
|
+
import { DefineComponent, ExtractPropTypes, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
3
|
enable: {
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, () => VNode<RendererNode, RendererElement, {
|
|
8
8
|
[key: string]: any;
|
|
9
|
-
}>,
|
|
10
|
-
enable:
|
|
11
|
-
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
|
-
}>>, {
|
|
9
|
+
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
10
|
+
enable: boolean;
|
|
11
|
+
} & {} & {}>, {
|
|
15
12
|
enable: boolean;
|
|
16
|
-
}, {}>;
|
|
13
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}>;
|
|
17
14
|
export default _default;
|
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
import { BasicArrowProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
3
|
-
declare const _default: DefineComponent<
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<BasicArrowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BasicArrowProps & {}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}>;
|
|
4
4
|
export default _default;
|
|
5
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
|
-
type __VLS_TypePropsToOption<T> = {
|
|
7
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
8
|
-
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
9
|
-
} : {
|
|
10
|
-
type: PropType<T[K]>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { PropType, VNode, VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps,
|
|
2
|
-
import { TooltipPlacement } from 'ant-design-vue/es/tooltip';
|
|
3
|
-
|
|
1
|
+
import { CSSProperties, PropType, VNode, VNodeChild, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, RendererNode, RendererElement, CreateComponentPublicInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, ComponentProvideOptions, Plugin } from 'vue';
|
|
2
|
+
import { TooltipPlacement, AdjustOverflow } from 'ant-design-vue/es/tooltip';
|
|
3
|
+
import { VueTypeValidableDef } from '../../node_modules/vue-types';
|
|
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<{
|
|
4
10
|
/**
|
|
5
11
|
* Help text max-width
|
|
6
12
|
* @default: 600px
|
|
@@ -45,56 +51,324 @@ declare const _default: DefineComponent<{
|
|
|
45
51
|
text: {
|
|
46
52
|
type: PropType<string[] | string | VNodeChild | VNode>;
|
|
47
53
|
};
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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
|
-
}>>, {
|
|
54
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
55
|
+
placement: TooltipPlacement;
|
|
56
|
+
color: string;
|
|
57
|
+
fontSize: string;
|
|
58
|
+
maxWidth: string;
|
|
59
|
+
showIndex: boolean;
|
|
60
|
+
} & {
|
|
61
|
+
text?: string[] | VNode< RendererNode, RendererElement, {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
}> | VNodeChild;
|
|
64
|
+
} & {}>, {
|
|
94
65
|
placement: TooltipPlacement;
|
|
95
66
|
color: string;
|
|
96
67
|
fontSize: string;
|
|
97
68
|
maxWidth: string;
|
|
98
69
|
showIndex: boolean;
|
|
99
|
-
}, {}
|
|
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, {}>;
|
|
100
374
|
export default _default;
|