@yh-ui/components 1.0.30 → 1.0.37
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/dist/affix/index.d.ts +1 -202
- package/dist/affix/src/affix.d.vue.ts +66 -0
- package/dist/affix/src/affix.vue.d.ts +6 -55
- package/dist/ai-action-group/index.d.ts +1 -108
- package/dist/ai-action-group/src/ai-action-group.d.vue.ts +40 -0
- package/dist/ai-action-group/src/ai-action-group.vue.d.ts +4 -29
- package/dist/ai-agent-card/index.d.ts +1 -174
- package/dist/ai-agent-card/src/ai-agent-card.d.vue.ts +62 -0
- package/dist/ai-agent-card/src/ai-agent-card.vue.d.ts +7 -50
- package/dist/ai-artifacts/index.d.ts +1 -274
- package/dist/ai-artifacts/src/ai-artifacts.d.ts +1 -1
- package/dist/ai-artifacts/src/ai-artifacts.d.vue.ts +91 -0
- package/dist/ai-artifacts/src/ai-artifacts.vue.d.ts +8 -80
- package/dist/ai-attachments/index.d.ts +1 -357
- package/dist/ai-attachments/src/ai-attachments.d.vue.ts +107 -0
- package/dist/ai-attachments/src/ai-attachments.vue.d.ts +12 -123
- package/dist/ai-bubble/index.d.ts +54 -54
- package/dist/ai-bubble/src/ai-bubble.d.vue.ts +273 -0
- package/dist/ai-bubble/src/ai-bubble.vue.d.ts +11 -11
- package/dist/ai-bubble-list/index.d.ts +1 -150
- package/dist/ai-bubble-list/src/ai-bubble-list.d.vue.ts +93 -0
- package/dist/ai-bubble-list/src/ai-bubble-list.vue.d.ts +7 -7
- package/dist/ai-chat/index.d.ts +1 -162
- package/dist/ai-chat/src/ai-chat.d.vue.ts +63 -0
- package/dist/ai-chat/src/ai-chat.vue.d.ts +7 -44
- package/dist/ai-code-block/index.d.ts +1 -218
- package/dist/ai-code-block/src/ai-code-block.d.vue.ts +73 -0
- package/dist/ai-code-block/src/ai-code-block.vue.d.ts +3 -59
- package/dist/ai-code-editor/index.d.ts +8 -69
- package/dist/ai-code-editor/src/ai-code-editor.d.vue.ts +71 -0
- package/dist/ai-code-editor/src/ai-code-editor.vue.d.ts +8 -69
- package/dist/ai-code-runner/index.d.ts +1 -66
- package/dist/ai-code-runner/src/ai-code-runner.d.vue.ts +34 -0
- package/dist/ai-code-runner/src/ai-code-runner.vue.d.ts +3 -36
- package/dist/ai-conversations/index.d.ts +1 -214
- package/dist/ai-conversations/src/ai-conversations.d.vue.ts +75 -0
- package/dist/ai-conversations/src/ai-conversations.vue.d.ts +3 -55
- package/dist/ai-editor-sender/index.d.ts +1 -415
- package/dist/ai-editor-sender/src/ai-editor-sender.d.ts +1 -1
- package/dist/ai-editor-sender/src/ai-editor-sender.d.vue.ts +134 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.vue.d.ts +7 -114
- package/dist/ai-file-card/index.d.ts +7 -209
- package/dist/ai-file-card/src/ai-file-card.d.vue.ts +78 -0
- package/dist/ai-file-card/src/ai-file-card.vue.d.ts +5 -62
- package/dist/ai-mention/index.d.ts +12 -352
- package/dist/ai-mention/src/ai-mention.d.vue.ts +115 -0
- package/dist/ai-mention/src/ai-mention.vue.d.ts +11 -107
- package/dist/ai-mermaid/index.d.ts +1 -222
- package/dist/ai-mermaid/src/ai-mermaid.d.vue.ts +76 -0
- package/dist/ai-mermaid/src/ai-mermaid.vue.d.ts +4 -61
- package/dist/ai-prompts/index.d.ts +1 -102
- package/dist/ai-prompts/src/ai-prompts.d.vue.ts +44 -0
- package/dist/ai-prompts/src/ai-prompts.vue.d.ts +6 -27
- package/dist/ai-provider/index.d.ts +1 -263
- package/dist/ai-provider/src/ai-provider.d.vue.ts +85 -0
- package/dist/ai-provider/src/ai-provider.vue.d.ts +5 -56
- package/dist/ai-sender/index.d.ts +1 -234
- package/dist/ai-sender/src/ai-sender.d.vue.ts +74 -0
- package/dist/ai-sender/src/ai-sender.vue.d.ts +8 -70
- package/dist/ai-sources/index.d.ts +1 -134
- package/dist/ai-sources/src/ai-sources.d.vue.ts +47 -0
- package/dist/ai-sources/src/ai-sources.vue.d.ts +3 -34
- package/dist/ai-thinking/index.d.ts +1 -150
- package/dist/ai-thinking/src/ai-thinking.d.vue.ts +53 -0
- package/dist/ai-thinking/src/ai-thinking.vue.d.ts +4 -40
- package/dist/ai-thought-chain/index.d.ts +10 -268
- package/dist/ai-thought-chain/src/ai-thought-chain.d.vue.ts +92 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.vue.d.ts +9 -84
- package/dist/ai-voice-trigger/index.d.ts +1 -153
- package/dist/ai-voice-trigger/src/ai-voice-trigger.d.vue.ts +49 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.vue.d.ts +4 -43
- package/dist/ai-welcome/index.d.ts +1 -129
- package/dist/ai-welcome/src/ai-welcome.d.vue.ts +51 -0
- package/dist/ai-welcome/src/ai-welcome.vue.d.ts +3 -32
- package/dist/alert/index.d.ts +1 -289
- package/dist/alert/src/alert.d.vue.ts +106 -0
- package/dist/alert/src/alert.vue.d.ts +10 -81
- package/dist/autocomplete/index.d.ts +1 -365
- package/dist/autocomplete/src/autocomplete.d.vue.ts +63 -0
- package/dist/autocomplete/src/autocomplete.vue.d.ts +20 -68
- package/dist/avatar/index.d.ts +17 -140
- package/dist/avatar/src/avatar.d.vue.ts +22 -0
- package/dist/avatar/src/avatar.vue.d.ts +5 -32
- package/dist/back-top/index.d.ts +1 -153
- package/dist/back-top/src/back-top.d.vue.ts +54 -0
- package/dist/back-top/src/back-top.vue.d.ts +5 -42
- package/dist/badge/index.d.ts +1 -151
- package/dist/badge/src/badge.d.vue.ts +22 -0
- package/dist/badge/src/badge.vue.d.ts +3 -34
- package/dist/breadcrumb/index.d.ts +2 -177
- package/dist/breadcrumb/src/breadcrumb-item.d.vue.ts +42 -0
- package/dist/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/dist/breadcrumb/src/breadcrumb.d.vue.ts +41 -0
- package/dist/button/index.d.ts +38 -242
- package/dist/button/src/button.d.vue.ts +44 -0
- package/dist/button/src/button.vue.d.ts +11 -56
- package/dist/calendar/index.d.ts +1 -429
- package/dist/calendar/src/calendar.d.vue.ts +137 -0
- package/dist/calendar/src/calendar.vue.d.ts +10 -130
- package/dist/card/index.d.ts +1 -155
- package/dist/card/src/card.d.vue.ts +26 -0
- package/dist/card/src/card.vue.d.ts +4 -35
- package/dist/carousel/index.d.ts +2 -443
- package/dist/carousel/src/carousel-item.d.vue.ts +18 -0
- package/dist/carousel/src/carousel.d.vue.ts +144 -0
- package/dist/carousel/src/carousel.vue.d.ts +16 -107
- package/dist/cascader/index.d.ts +108 -459
- package/dist/cascader/src/cascader-panel.d.vue.ts +39 -0
- package/dist/cascader/src/cascader-panel.vue.d.ts +8 -37
- package/dist/cascader/src/cascader.d.vue.ts +63 -0
- package/dist/cascader/src/cascader.vue.d.ts +22 -77
- package/dist/category-nav/index.d.ts +1 -219
- package/dist/category-nav/src/category-nav.d.vue.ts +86 -0
- package/dist/category-nav/src/category-nav.vue.d.ts +10 -61
- package/dist/checkbox/index.d.ts +50 -323
- package/dist/checkbox/src/checkbox-group.d.vue.ts +24 -0
- package/dist/checkbox/src/checkbox-group.vue.d.ts +6 -33
- package/dist/checkbox/src/checkbox.d.vue.ts +32 -0
- package/dist/checkbox/src/checkbox.vue +28 -12
- package/dist/checkbox/src/checkbox.vue.d.ts +8 -41
- package/dist/col/index.d.ts +1 -188
- package/dist/col/src/col.d.vue.ts +114 -0
- package/dist/col/src/col.vue.d.ts +4 -4
- package/dist/color-picker/index.d.ts +1 -89
- package/dist/color-picker/src/alpha-slider.d.vue.ts +10 -0
- package/dist/color-picker/src/alpha-slider.vue.d.ts +4 -13
- package/dist/color-picker/src/color-picker.d.vue.ts +60 -0
- package/dist/color-picker/src/color-picker.vue.d.ts +4 -45
- package/dist/color-picker/src/hue-slider.d.vue.ts +9 -0
- package/dist/color-picker/src/hue-slider.vue.d.ts +4 -13
- package/dist/color-picker/src/sv-panel.d.vue.ts +11 -0
- package/dist/color-picker/src/sv-panel.vue.d.ts +4 -13
- package/dist/config-provider/index.d.ts +2 -2
- package/dist/config-provider/src/config-provider.d.ts +2 -2
- package/dist/container/index.d.ts +5 -208
- package/dist/container/src/aside.d.vue.ts +15 -0
- package/dist/container/src/aside.vue +4 -1
- package/dist/container/src/aside.vue.d.ts +2 -23
- package/dist/container/src/container.d.vue.ts +13 -0
- package/dist/container/src/container.vue +4 -1
- package/dist/container/src/container.vue.d.ts +1 -10
- package/dist/container/src/footer.d.vue.ts +15 -0
- package/dist/container/src/footer.vue +4 -1
- package/dist/container/src/footer.vue.d.ts +2 -23
- package/dist/container/src/header.d.vue.ts +15 -0
- package/dist/container/src/header.vue +4 -1
- package/dist/container/src/header.vue.d.ts +2 -23
- package/dist/container/src/main.d.vue.ts +13 -0
- package/dist/container/src/main.vue +4 -1
- package/dist/container/src/main.vue.d.ts +1 -10
- package/dist/countdown/index.d.ts +1 -419
- package/dist/countdown/src/countdown.d.vue.ts +146 -0
- package/dist/countdown/src/countdown.vue.d.ts +16 -121
- package/dist/coupon-card/index.d.ts +1 -340
- package/dist/coupon-card/src/coupon-card.d.ts +2 -2
- package/dist/coupon-card/src/coupon-card.d.vue.ts +121 -0
- package/dist/coupon-card/src/coupon-card.vue.d.ts +15 -100
- package/dist/date-picker/index.d.ts +1 -604
- package/dist/date-picker/src/date-picker.d.vue.ts +372 -0
- package/dist/date-picker/src/date-picker.vue.d.ts +31 -31
- package/dist/date-picker/src/date-table.d.vue.ts +37 -0
- package/dist/date-picker/src/date-table.vue.d.ts +6 -16
- package/dist/date-picker/src/month-table.d.vue.ts +19 -0
- package/dist/date-picker/src/month-table.vue.d.ts +5 -14
- package/dist/date-picker/src/quarter-table.d.vue.ts +19 -0
- package/dist/date-picker/src/quarter-table.vue.d.ts +5 -14
- package/dist/date-picker/src/year-table.d.vue.ts +19 -0
- package/dist/date-picker/src/year-table.vue.d.ts +5 -14
- package/dist/dayjs-plugins.cjs +43 -18
- package/dist/dayjs-plugins.d.ts +7 -7
- package/dist/dayjs-plugins.mjs +14 -15
- package/dist/dayjs.cjs +3 -5
- package/dist/dayjs.d.ts +1 -2
- package/dist/dayjs.mjs +1 -2
- package/dist/descriptions/index.d.ts +2 -492
- package/dist/descriptions/src/description-item.d.vue.ts +99 -0
- package/dist/descriptions/src/description-item.vue.d.ts +5 -5
- package/dist/descriptions/src/descriptions.d.vue.ts +106 -0
- package/dist/descriptions/src/descriptions.vue +29 -12
- package/dist/descriptions/src/descriptions.vue.d.ts +4 -4
- package/dist/dialog/index.d.ts +2 -665
- package/dist/dialog/src/dialog.d.vue.ts +217 -0
- package/dist/dialog/src/dialog.vue.d.ts +22 -200
- package/dist/divider/index.d.ts +1 -113
- package/dist/divider/src/divider.d.vue.ts +69 -0
- package/dist/divider/src/divider.vue +8 -2
- package/dist/divider/src/divider.vue.d.ts +3 -3
- package/dist/drawer/index.d.ts +13 -391
- package/dist/drawer/src/drawer.d.vue.ts +141 -0
- package/dist/drawer/src/drawer.vue.d.ts +10 -120
- package/dist/dropdown/index.d.ts +3 -627
- package/dist/dropdown/src/dropdown-item.d.vue.ts +78 -0
- package/dist/dropdown/src/dropdown-item.vue +9 -2
- package/dist/dropdown/src/dropdown-item.vue.d.ts +2 -2
- package/dist/dropdown/src/dropdown-menu.d.vue.ts +24 -0
- package/dist/dropdown/src/dropdown-menu.vue +4 -1
- package/dist/dropdown/src/dropdown.d.vue.ts +158 -0
- package/dist/dropdown/src/dropdown.vue.d.ts +15 -132
- package/dist/empty/index.d.ts +1 -78
- package/dist/empty/src/empty.d.vue.ts +19 -0
- package/dist/empty/src/empty.vue +26 -9
- package/dist/empty/src/empty.vue.d.ts +2 -23
- package/dist/filter-bar/index.d.ts +1 -281
- package/dist/filter-bar/src/filter-bar.d.vue.ts +87 -0
- package/dist/filter-bar/src/filter-bar.vue.d.ts +9 -92
- package/dist/form/index.d.ts +3 -690
- package/dist/form/src/form-item.d.vue.ts +144 -0
- package/dist/form/src/form-item.vue.d.ts +7 -7
- package/dist/form/src/form-schema.d.vue.ts +116 -0
- package/dist/form/src/form-schema.vue.d.ts +30 -36
- package/dist/form/src/form.d.vue.ts +158 -0
- package/dist/form/src/form.vue.d.ts +5 -5
- package/dist/gantt-chart/index.d.ts +1 -305
- package/dist/gantt-chart/src/gantt-chart.d.vue.ts +51 -0
- package/dist/gantt-chart/src/gantt-chart.vue.d.ts +18 -63
- package/dist/grid/index.d.ts +2 -226
- package/dist/grid/src/grid-item.d.vue.ts +17 -0
- package/dist/grid/src/grid-item.vue +13 -10
- package/dist/grid/src/grid-item.vue.d.ts +2 -27
- package/dist/grid/src/grid.d.vue.ts +20 -0
- package/dist/grid/src/grid.vue +12 -6
- package/dist/grid/src/grid.vue.d.ts +3 -34
- package/dist/icon/index.d.ts +15 -15
- package/dist/icon/src/icon.d.vue.ts +87 -0
- package/dist/icon/src/icon.vue.d.ts +5 -5
- package/dist/image/index.d.ts +31 -82
- package/dist/image/src/image-viewer.d.vue.ts +68 -0
- package/dist/image/src/image-viewer.vue.d.ts +4 -55
- package/dist/image/src/image.d.vue.ts +178 -0
- package/dist/image/src/image.vue.d.ts +10 -10
- package/dist/image-magnifier/index.d.ts +1 -462
- package/dist/image-magnifier/src/image-magnifier.d.ts +2 -2
- package/dist/image-magnifier/src/image-magnifier.d.vue.ts +154 -0
- package/dist/image-magnifier/src/image-magnifier.vue.d.ts +13 -130
- package/dist/infinite-scroll/index.d.ts +1 -270
- package/dist/infinite-scroll/src/infinite-scroll.d.vue.ts +93 -0
- package/dist/infinite-scroll/src/infinite-scroll.vue.d.ts +6 -71
- package/dist/input/index.d.ts +70 -511
- package/dist/input/src/input.d.vue.ts +76 -0
- package/dist/input/src/input.vue.d.ts +28 -87
- package/dist/input-number/index.d.ts +45 -300
- package/dist/input-number/src/input-number.d.vue.ts +50 -0
- package/dist/input-number/src/input-number.vue.d.ts +17 -60
- package/dist/input-tag/index.d.ts +1 -433
- package/dist/input-tag/src/input-tag.d.vue.ts +71 -0
- package/dist/input-tag/src/input-tag.vue.d.ts +31 -86
- package/dist/loading/index.d.ts +1 -1
- package/dist/lucky-draw/index.d.ts +1 -203
- package/dist/lucky-draw/src/lucky-draw.d.ts +1 -1
- package/dist/lucky-draw/src/lucky-draw.d.vue.ts +74 -0
- package/dist/lucky-draw/src/lucky-draw.vue.d.ts +6 -55
- package/dist/marquee/index.d.ts +1 -305
- package/dist/marquee/src/marquee.d.vue.ts +106 -0
- package/dist/marquee/src/marquee.vue.d.ts +6 -80
- package/dist/mention/index.d.ts +90 -432
- package/dist/mention/src/mention.d.vue.ts +84 -0
- package/dist/mention/src/mention.vue.d.ts +36 -101
- package/dist/menu/index.d.ts +4 -890
- package/dist/menu/src/menu-item-group.d.vue.ts +26 -0
- package/dist/menu/src/menu-item.d.vue.ts +52 -0
- package/dist/menu/src/menu-item.vue +20 -7
- package/dist/menu/src/menu-item.vue.d.ts +1 -1
- package/dist/menu/src/menu-recursive-item.d.vue.ts +6 -0
- package/dist/menu/src/menu-recursive-item.vue.d.ts +1 -10
- package/dist/menu/src/menu.d.vue.ts +209 -0
- package/dist/menu/src/menu.vue.d.ts +14 -177
- package/dist/menu/src/sub-menu.d.vue.ts +87 -0
- package/dist/menu/src/sub-menu.vue.d.ts +1 -1
- package/dist/message/index.d.ts +1 -1
- package/dist/message/src/message.d.vue.ts +32 -0
- package/dist/message/src/message.vue.d.ts +7 -44
- package/dist/message-box/index.d.ts +1 -1
- package/dist/message-box/src/message-box.d.vue.ts +17 -0
- package/dist/message-box/src/message-box.vue.d.ts +2 -11
- package/dist/notification/index.d.ts +1 -1
- package/dist/notification/src/notification.d.vue.ts +30 -0
- package/dist/notification/src/notification.vue.d.ts +8 -37
- package/dist/pagination/index.d.ts +29 -29
- package/dist/pagination/src/pagination.d.vue.ts +149 -0
- package/dist/pagination/src/pagination.vue.d.ts +12 -12
- package/dist/popconfirm/index.d.ts +1 -433
- package/dist/popconfirm/src/popconfirm.d.vue.ts +148 -0
- package/dist/popconfirm/src/popconfirm.vue.d.ts +13 -122
- package/dist/popover/index.d.ts +1 -392
- package/dist/popover/src/popover.d.vue.ts +139 -0
- package/dist/popover/src/popover.vue.d.ts +11 -109
- package/dist/price/index.d.ts +1 -363
- package/dist/price/src/price.d.ts +3 -3
- package/dist/price/src/price.d.vue.ts +223 -0
- package/dist/price/src/price.vue.d.ts +12 -12
- package/dist/product-card/index.d.ts +1 -557
- package/dist/product-card/src/product-card.d.ts +3 -3
- package/dist/product-card/src/product-card.d.vue.ts +188 -0
- package/dist/product-card/src/product-card.vue.d.ts +15 -160
- package/dist/progress/index.d.ts +1 -321
- package/dist/progress/src/progress.d.vue.ts +199 -0
- package/dist/progress/src/progress.vue.d.ts +8 -8
- package/dist/radio/index.d.ts +51 -339
- package/dist/radio/src/radio-button.d.vue.ts +25 -0
- package/dist/radio/src/radio-button.vue.d.ts +6 -27
- package/dist/radio/src/radio-group.d.vue.ts +23 -0
- package/dist/radio/src/radio-group.vue.d.ts +6 -31
- package/dist/radio/src/radio.d.vue.ts +26 -0
- package/dist/radio/src/radio.vue +24 -5
- package/dist/radio/src/radio.vue.d.ts +6 -29
- package/dist/rate/index.d.ts +1 -313
- package/dist/rate/src/rate.d.vue.ts +109 -0
- package/dist/rate/src/rate.vue.d.ts +10 -89
- package/dist/result/index.d.ts +1 -73
- package/dist/result/src/result.d.vue.ts +23 -0
- package/dist/result/src/result.vue +11 -2
- package/dist/result/src/result.vue.d.ts +2 -23
- package/dist/row/index.d.ts +1 -98
- package/dist/row/src/row.d.ts +1 -1
- package/dist/row/src/row.d.vue.ts +60 -0
- package/dist/row/src/row.vue.d.ts +1 -1
- package/dist/sanitize.cjs +33 -23
- package/dist/sanitize.mjs +28 -20
- package/dist/scrollbar/index.d.ts +1 -192
- package/dist/scrollbar/src/scrollbar.d.vue.ts +67 -0
- package/dist/scrollbar/src/scrollbar.vue.d.ts +4 -46
- package/dist/scrollbar/src/thumb.d.vue.ts +16 -0
- package/dist/scrollbar/src/thumb.vue.d.ts +4 -31
- package/dist/select/index.d.ts +74 -464
- package/dist/select/src/option.d.vue.ts +15 -0
- package/dist/select/src/option.vue.d.ts +2 -23
- package/dist/select/src/select.d.vue.ts +68 -0
- package/dist/select/src/select.vue.d.ts +28 -95
- package/dist/skeleton/index.d.ts +2 -278
- package/dist/skeleton/src/skeleton-item.d.vue.ts +83 -0
- package/dist/skeleton/src/skeleton-item.vue.d.ts +2 -2
- package/dist/skeleton/src/skeleton.d.vue.ts +89 -0
- package/dist/skeleton/src/skeleton.vue.d.ts +2 -2
- package/dist/sku-selector/index.d.ts +1 -222
- package/dist/sku-selector/src/sku-selector.d.vue.ts +84 -0
- package/dist/sku-selector/src/sku-selector.vue.d.ts +9 -62
- package/dist/slider/index.d.ts +1 -471
- package/dist/slider/src/slider-button.d.vue.ts +43 -0
- package/dist/slider/src/slider-button.vue.d.ts +10 -41
- package/dist/slider/src/slider.d.vue.ts +164 -0
- package/dist/slider/src/slider.vue.d.ts +13 -129
- package/dist/smart-address/index.d.ts +1 -324
- package/dist/smart-address/src/smart-address.d.vue.ts +110 -0
- package/dist/smart-address/src/smart-address.vue.d.ts +8 -102
- package/dist/space/index.d.ts +1 -142
- package/dist/space/src/space.d.vue.ts +22 -0
- package/dist/space/src/space.vue +28 -15
- package/dist/space/src/space.vue.d.ts +3 -34
- package/dist/spin/index.d.ts +6 -161
- package/dist/spin/src/spin.d.vue.ts +66 -0
- package/dist/spin/src/spin.vue.d.ts +4 -47
- package/dist/steps/index.d.ts +2 -606
- package/dist/steps/src/step.d.vue.ts +105 -0
- package/dist/steps/src/step.vue.d.ts +4 -4
- package/dist/steps/src/steps.d.vue.ts +94 -0
- package/dist/steps/src/steps.vue +4 -1
- package/dist/steps/src/steps.vue.d.ts +9 -78
- package/dist/submit-bar/index.d.ts +1 -291
- package/dist/submit-bar/src/submit-bar.d.vue.ts +102 -0
- package/dist/submit-bar/src/submit-bar.vue.d.ts +6 -79
- package/dist/switch/index.d.ts +1 -372
- package/dist/switch/src/switch.d.vue.ts +133 -0
- package/dist/switch/src/switch.vue.d.ts +7 -98
- package/dist/table/index.d.ts +2 -1488
- package/dist/table/src/table-column.d.vue.ts +71 -0
- package/dist/table/src/table-column.vue.d.ts +12 -71
- package/dist/table/src/table.d.vue.ts +493 -0
- package/dist/table/src/table.vue.d.ts +25 -337
- package/dist/table/src/use-virtual-scroll.mjs +3 -1
- package/dist/tabs/index.d.ts +2 -583
- package/dist/tabs/src/tab-pane.d.vue.ts +77 -0
- package/dist/tabs/src/tab-pane.vue +11 -3
- package/dist/tabs/src/tab-pane.vue.d.ts +2 -2
- package/dist/tabs/src/tabs.d.vue.ts +110 -0
- package/dist/tabs/src/tabs.vue.d.ts +8 -98
- package/dist/tag/index.d.ts +1 -245
- package/dist/tag/src/tag.d.vue.ts +42 -0
- package/dist/tag/src/tag.vue.d.ts +14 -53
- package/dist/time-picker/index.d.ts +1 -619
- package/dist/time-picker/src/time-picker.d.vue.ts +67 -0
- package/dist/time-picker/src/time-picker.vue.d.ts +29 -102
- package/dist/time-picker/src/time-spinner.d.vue.ts +46 -0
- package/dist/time-picker/src/time-spinner.vue.d.ts +6 -45
- package/dist/time-select/index.d.ts +1 -379
- package/dist/time-select/src/time-select.d.vue.ts +51 -0
- package/dist/time-select/src/time-select.vue.d.ts +22 -67
- package/dist/tooltip/index.d.ts +15 -463
- package/dist/tooltip/src/tooltip.d.vue.ts +167 -0
- package/dist/tooltip/src/tooltip.vue.d.ts +13 -138
- package/dist/transfer/src/transfer-panel.d.vue.ts +45 -0
- package/dist/transfer/src/transfer-panel.vue.d.ts +12 -51
- package/dist/transfer/src/transfer.d.vue.ts +68 -0
- package/dist/transfer/src/transfer.vue.d.ts +15 -62
- package/dist/tree/index.d.ts +2 -632
- package/dist/tree/src/tree-node.d.vue.ts +18 -0
- package/dist/tree/src/tree-node.vue.d.ts +1 -10
- package/dist/tree/src/tree.d.vue.ts +228 -0
- package/dist/tree/src/tree.vue.d.ts +13 -161
- package/dist/tree-select/index.d.ts +1 -435
- package/dist/tree-select/src/tree-select.d.vue.ts +141 -0
- package/dist/tree-select/src/tree-select.vue.d.ts +19 -129
- package/dist/typography/index.d.ts +4 -612
- package/dist/typography/src/link.d.vue.ts +21 -0
- package/dist/typography/src/link.vue +13 -3
- package/dist/typography/src/link.vue.d.ts +5 -30
- package/dist/typography/src/paragraph.d.vue.ts +22 -0
- package/dist/typography/src/paragraph.vue.d.ts +3 -34
- package/dist/typography/src/text.d.vue.ts +29 -0
- package/dist/typography/src/text.vue +4 -1
- package/dist/typography/src/text.vue.d.ts +2 -39
- package/dist/typography/src/title.d.vue.ts +26 -0
- package/dist/typography/src/title.vue +4 -1
- package/dist/typography/src/title.vue.d.ts +2 -37
- package/dist/upload/index.d.ts +1 -391
- package/dist/upload/src/upload.d.vue.ts +134 -0
- package/dist/upload/src/upload.vue.d.ts +13 -109
- package/dist/waterfall/index.d.ts +1 -57
- package/dist/waterfall/src/waterfall.d.vue.ts +56 -0
- package/dist/waterfall/src/waterfall.vue.d.ts +4 -4
- package/dist/watermark/index.d.ts +1 -236
- package/dist/watermark/src/watermark.d.vue.ts +143 -0
- package/dist/watermark/src/watermark.vue.d.ts +6 -6
- package/package.json +8 -9
- package/dist/component.d.ts +0 -284
- package/dist/env.d.ts +0 -11
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { TimeSelectProps } from './time-select';
|
|
2
|
+
declare var __VLS_1: {}, __VLS_11: {}, __VLS_13: {
|
|
3
|
+
option: any;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
prefix?: (props: typeof __VLS_1) => any;
|
|
7
|
+
} & {
|
|
8
|
+
empty?: (props: typeof __VLS_11) => any;
|
|
9
|
+
} & {
|
|
10
|
+
option?: (props: typeof __VLS_13) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<TimeSelectProps, {
|
|
13
|
+
focus: () => void;
|
|
14
|
+
blur: () => void;
|
|
15
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
|
+
change: (value: string | undefined) => any;
|
|
18
|
+
clear: () => any;
|
|
19
|
+
blur: (event: FocusEvent) => any;
|
|
20
|
+
focus: (event: FocusEvent) => any;
|
|
21
|
+
"update:modelValue": (value: string | undefined) => any;
|
|
22
|
+
"visible-change": (visible: boolean) => any;
|
|
23
|
+
}, string, import("vue").PublicProps, Readonly<TimeSelectProps> & Readonly<{
|
|
24
|
+
onChange?: ((value: string | undefined) => any) | undefined;
|
|
25
|
+
onClear?: (() => any) | undefined;
|
|
26
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
27
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
28
|
+
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
29
|
+
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
30
|
+
}>, {
|
|
31
|
+
teleported: boolean;
|
|
32
|
+
disabled: boolean;
|
|
33
|
+
end: string;
|
|
34
|
+
start: string;
|
|
35
|
+
size: import("./time-select").TimeSelectSize;
|
|
36
|
+
format: string;
|
|
37
|
+
effect: "dark" | "light";
|
|
38
|
+
placeholder: string;
|
|
39
|
+
editable: boolean;
|
|
40
|
+
step: string;
|
|
41
|
+
clearable: boolean;
|
|
42
|
+
validateEvent: boolean;
|
|
43
|
+
includeEndTime: boolean;
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { TimeSelectProps
|
|
1
|
+
import type { TimeSelectProps } from './time-select';
|
|
2
2
|
declare var __VLS_1: {}, __VLS_11: {}, __VLS_13: {
|
|
3
|
-
option:
|
|
3
|
+
option: any;
|
|
4
4
|
};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
6
|
prefix?: (props: typeof __VLS_1) => any;
|
|
@@ -9,88 +9,43 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
} & {
|
|
10
10
|
option?: (props: typeof __VLS_13) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
editable: boolean;
|
|
15
|
-
clearable: boolean;
|
|
16
|
-
size: undefined;
|
|
17
|
-
placeholder: string;
|
|
18
|
-
effect: string;
|
|
19
|
-
start: string;
|
|
20
|
-
end: string;
|
|
21
|
-
step: string;
|
|
22
|
-
format: string;
|
|
23
|
-
teleported: boolean;
|
|
24
|
-
includeEndTime: boolean;
|
|
25
|
-
validateEvent: boolean;
|
|
26
|
-
}>>, {
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<TimeSelectProps, {
|
|
27
13
|
focus: () => void;
|
|
28
14
|
blur: () => void;
|
|
29
15
|
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
30
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"visible-change": (visible: boolean) =>
|
|
37
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
38
|
-
disabled: boolean;
|
|
39
|
-
editable: boolean;
|
|
40
|
-
clearable: boolean;
|
|
41
|
-
size: undefined;
|
|
42
|
-
placeholder: string;
|
|
43
|
-
effect: string;
|
|
44
|
-
start: string;
|
|
45
|
-
end: string;
|
|
46
|
-
step: string;
|
|
47
|
-
format: string;
|
|
48
|
-
teleported: boolean;
|
|
49
|
-
includeEndTime: boolean;
|
|
50
|
-
validateEvent: boolean;
|
|
51
|
-
}>>> & Readonly<{
|
|
52
|
-
onClear?: (() => any) | undefined;
|
|
53
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
|
+
change: (value: string | undefined) => any;
|
|
18
|
+
clear: () => any;
|
|
19
|
+
blur: (event: FocusEvent) => any;
|
|
20
|
+
focus: (event: FocusEvent) => any;
|
|
21
|
+
"update:modelValue": (value: string | undefined) => any;
|
|
22
|
+
"visible-change": (visible: boolean) => any;
|
|
23
|
+
}, string, import("vue").PublicProps, Readonly<TimeSelectProps> & Readonly<{
|
|
54
24
|
onChange?: ((value: string | undefined) => any) | undefined;
|
|
25
|
+
onClear?: (() => any) | undefined;
|
|
55
26
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
27
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
56
28
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
57
29
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
58
30
|
}>, {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
start: string;
|
|
31
|
+
teleported: boolean;
|
|
32
|
+
disabled: boolean;
|
|
62
33
|
end: string;
|
|
34
|
+
start: string;
|
|
35
|
+
size: import("./time-select").TimeSelectSize;
|
|
36
|
+
format: string;
|
|
63
37
|
effect: "dark" | "light";
|
|
64
|
-
|
|
38
|
+
placeholder: string;
|
|
39
|
+
editable: boolean;
|
|
40
|
+
step: string;
|
|
65
41
|
clearable: boolean;
|
|
66
42
|
validateEvent: boolean;
|
|
67
|
-
step: string;
|
|
68
|
-
editable: boolean;
|
|
69
|
-
format: string;
|
|
70
|
-
teleported: boolean;
|
|
71
43
|
includeEndTime: boolean;
|
|
72
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
73
45
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
74
46
|
export default _default;
|
|
75
|
-
type __VLS_WithDefaults<P, D> = {
|
|
76
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
77
|
-
default: D[K];
|
|
78
|
-
}> : P[K];
|
|
79
|
-
};
|
|
80
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
81
|
-
type __VLS_TypePropsToOption<T> = {
|
|
82
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
83
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
84
|
-
} : {
|
|
85
|
-
type: import('vue').PropType<T[K]>;
|
|
86
|
-
required: true;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
47
|
type __VLS_WithSlots<T, S> = T & {
|
|
90
48
|
new (): {
|
|
91
49
|
$slots: S;
|
|
92
50
|
};
|
|
93
51
|
};
|
|
94
|
-
type __VLS_PrettifyLocal<T> = {
|
|
95
|
-
[K in keyof T]: T[K];
|
|
96
|
-
} & {};
|
package/dist/tooltip/index.d.ts
CHANGED
|
@@ -1,490 +1,42 @@
|
|
|
1
1
|
import Tooltip from './src/tooltip.vue';
|
|
2
2
|
export declare const YhTooltip: import("@yh-ui/utils").SFCWithInstall<{
|
|
3
|
-
new (...args: any[]):
|
|
4
|
-
readonly content: {
|
|
5
|
-
readonly type: StringConstructor;
|
|
6
|
-
readonly default: "";
|
|
7
|
-
};
|
|
8
|
-
readonly placement: {
|
|
9
|
-
readonly type: import("vue").PropType<import("./index.js").TooltipPlacement>;
|
|
10
|
-
readonly default: "top";
|
|
11
|
-
};
|
|
12
|
-
readonly trigger: {
|
|
13
|
-
readonly type: import("vue").PropType<import("./index.js").TooltipTrigger | import("./index.js").TooltipTrigger[]>;
|
|
14
|
-
readonly default: "hover";
|
|
15
|
-
};
|
|
16
|
-
readonly disabled: {
|
|
17
|
-
readonly type: BooleanConstructor;
|
|
18
|
-
readonly default: false;
|
|
19
|
-
};
|
|
20
|
-
readonly showAfter: {
|
|
21
|
-
readonly type: NumberConstructor;
|
|
22
|
-
readonly default: 0;
|
|
23
|
-
};
|
|
24
|
-
readonly hideAfter: {
|
|
25
|
-
readonly type: NumberConstructor;
|
|
26
|
-
readonly default: 200;
|
|
27
|
-
};
|
|
28
|
-
readonly offset: {
|
|
29
|
-
readonly type: import("vue").PropType<[number, number]>;
|
|
30
|
-
readonly default: () => number[];
|
|
31
|
-
};
|
|
32
|
-
readonly showArrow: {
|
|
33
|
-
readonly type: BooleanConstructor;
|
|
34
|
-
readonly default: true;
|
|
35
|
-
};
|
|
36
|
-
readonly interactive: {
|
|
37
|
-
readonly type: BooleanConstructor;
|
|
38
|
-
readonly default: true;
|
|
39
|
-
};
|
|
40
|
-
readonly visible: {
|
|
41
|
-
readonly type: BooleanConstructor;
|
|
42
|
-
readonly default: null;
|
|
43
|
-
};
|
|
44
|
-
readonly effect: {
|
|
45
|
-
readonly type: StringConstructor;
|
|
46
|
-
readonly default: "dark";
|
|
47
|
-
};
|
|
48
|
-
readonly followCursor: {
|
|
49
|
-
readonly type: BooleanConstructor;
|
|
50
|
-
readonly default: false;
|
|
51
|
-
};
|
|
52
|
-
readonly popperClass: {
|
|
53
|
-
readonly type: StringConstructor;
|
|
54
|
-
readonly default: "";
|
|
55
|
-
};
|
|
56
|
-
readonly teleported: {
|
|
57
|
-
readonly type: BooleanConstructor;
|
|
58
|
-
readonly default: true;
|
|
59
|
-
};
|
|
60
|
-
readonly zIndex: {
|
|
61
|
-
readonly type: NumberConstructor;
|
|
62
|
-
readonly default: 2000;
|
|
63
|
-
};
|
|
64
|
-
readonly transition: {
|
|
65
|
-
readonly type: StringConstructor;
|
|
66
|
-
readonly default: "yh-tooltip-fade";
|
|
67
|
-
};
|
|
68
|
-
readonly persistent: {
|
|
69
|
-
readonly type: BooleanConstructor;
|
|
70
|
-
readonly default: true;
|
|
71
|
-
};
|
|
72
|
-
readonly rawContent: {
|
|
73
|
-
readonly type: BooleanConstructor;
|
|
74
|
-
readonly default: false;
|
|
75
|
-
};
|
|
76
|
-
readonly width: {
|
|
77
|
-
readonly type: import("vue").PropType<string | number>;
|
|
78
|
-
readonly default: "auto";
|
|
79
|
-
};
|
|
80
|
-
readonly maxHeight: {
|
|
81
|
-
readonly type: import("vue").PropType<string | number>;
|
|
82
|
-
readonly default: "none";
|
|
83
|
-
};
|
|
84
|
-
readonly scrollable: {
|
|
85
|
-
readonly type: BooleanConstructor;
|
|
86
|
-
readonly default: false;
|
|
87
|
-
};
|
|
88
|
-
readonly contentClass: {
|
|
89
|
-
readonly type: StringConstructor;
|
|
90
|
-
readonly default: "";
|
|
91
|
-
};
|
|
92
|
-
readonly contentStyle: {
|
|
93
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
94
|
-
readonly default: () => {};
|
|
95
|
-
};
|
|
96
|
-
readonly arrowClass: {
|
|
97
|
-
readonly type: StringConstructor;
|
|
98
|
-
readonly default: "";
|
|
99
|
-
};
|
|
100
|
-
readonly arrowStyle: {
|
|
101
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
102
|
-
readonly default: () => {};
|
|
103
|
-
};
|
|
104
|
-
readonly popperStyle: {
|
|
105
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
106
|
-
readonly default: () => {};
|
|
107
|
-
};
|
|
108
|
-
readonly arrowWrapperClass: {
|
|
109
|
-
readonly type: StringConstructor;
|
|
110
|
-
readonly default: "";
|
|
111
|
-
};
|
|
112
|
-
readonly arrowWrapperStyle: {
|
|
113
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
114
|
-
readonly default: () => {};
|
|
115
|
-
};
|
|
116
|
-
readonly themeOverrides: {
|
|
117
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
118
|
-
readonly default: undefined;
|
|
119
|
-
};
|
|
120
|
-
}>> & Readonly<{
|
|
121
|
-
onHide?: (() => any) | undefined;
|
|
122
|
-
onShow?: (() => any) | undefined;
|
|
123
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
124
|
-
}>, {
|
|
125
|
-
updatePosition: () => Promise<void>;
|
|
126
|
-
visible: import("vue").Ref<boolean, boolean>;
|
|
127
|
-
triggerRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
128
|
-
popperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
129
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
130
|
-
hide: () => void;
|
|
131
|
-
show: () => void;
|
|
132
|
-
"update:visible": (visible: boolean) => void;
|
|
133
|
-
}, import("vue").PublicProps, {
|
|
134
|
-
readonly trigger: "hover" | "focus" | "click" | "contextmenu" | "manual" | ("hover" | "focus" | "click" | "contextmenu" | "manual")[];
|
|
135
|
-
readonly effect: string;
|
|
136
|
-
readonly content: string;
|
|
137
|
-
readonly transition: string;
|
|
138
|
-
readonly disabled: boolean;
|
|
139
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
140
|
-
readonly width: string | number;
|
|
141
|
-
readonly maxHeight: string | number;
|
|
142
|
-
readonly zIndex: number;
|
|
143
|
-
readonly offset: [number, number];
|
|
144
|
-
readonly visible: boolean;
|
|
145
|
-
readonly placement: "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
146
|
-
readonly popperClass: string;
|
|
147
|
-
readonly teleported: boolean;
|
|
148
|
-
readonly popperStyle: import("vue").StyleValue;
|
|
149
|
-
readonly scrollable: boolean;
|
|
150
|
-
readonly showAfter: number;
|
|
151
|
-
readonly hideAfter: number;
|
|
152
|
-
readonly showArrow: boolean;
|
|
153
|
-
readonly interactive: boolean;
|
|
154
|
-
readonly followCursor: boolean;
|
|
155
|
-
readonly persistent: boolean;
|
|
156
|
-
readonly rawContent: boolean;
|
|
157
|
-
readonly contentClass: string;
|
|
158
|
-
readonly contentStyle: import("vue").StyleValue;
|
|
159
|
-
readonly arrowClass: string;
|
|
160
|
-
readonly arrowStyle: import("vue").StyleValue;
|
|
161
|
-
readonly arrowWrapperClass: string;
|
|
162
|
-
readonly arrowWrapperStyle: import("vue").StyleValue;
|
|
163
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
164
|
-
P: {};
|
|
165
|
-
B: {};
|
|
166
|
-
D: {};
|
|
167
|
-
C: {};
|
|
168
|
-
M: {};
|
|
169
|
-
Defaults: {};
|
|
170
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
171
|
-
readonly content: {
|
|
172
|
-
readonly type: StringConstructor;
|
|
173
|
-
readonly default: "";
|
|
174
|
-
};
|
|
175
|
-
readonly placement: {
|
|
176
|
-
readonly type: import("vue").PropType<import("./index.js").TooltipPlacement>;
|
|
177
|
-
readonly default: "top";
|
|
178
|
-
};
|
|
179
|
-
readonly trigger: {
|
|
180
|
-
readonly type: import("vue").PropType<import("./index.js").TooltipTrigger | import("./index.js").TooltipTrigger[]>;
|
|
181
|
-
readonly default: "hover";
|
|
182
|
-
};
|
|
183
|
-
readonly disabled: {
|
|
184
|
-
readonly type: BooleanConstructor;
|
|
185
|
-
readonly default: false;
|
|
186
|
-
};
|
|
187
|
-
readonly showAfter: {
|
|
188
|
-
readonly type: NumberConstructor;
|
|
189
|
-
readonly default: 0;
|
|
190
|
-
};
|
|
191
|
-
readonly hideAfter: {
|
|
192
|
-
readonly type: NumberConstructor;
|
|
193
|
-
readonly default: 200;
|
|
194
|
-
};
|
|
195
|
-
readonly offset: {
|
|
196
|
-
readonly type: import("vue").PropType<[number, number]>;
|
|
197
|
-
readonly default: () => number[];
|
|
198
|
-
};
|
|
199
|
-
readonly showArrow: {
|
|
200
|
-
readonly type: BooleanConstructor;
|
|
201
|
-
readonly default: true;
|
|
202
|
-
};
|
|
203
|
-
readonly interactive: {
|
|
204
|
-
readonly type: BooleanConstructor;
|
|
205
|
-
readonly default: true;
|
|
206
|
-
};
|
|
207
|
-
readonly visible: {
|
|
208
|
-
readonly type: BooleanConstructor;
|
|
209
|
-
readonly default: null;
|
|
210
|
-
};
|
|
211
|
-
readonly effect: {
|
|
212
|
-
readonly type: StringConstructor;
|
|
213
|
-
readonly default: "dark";
|
|
214
|
-
};
|
|
215
|
-
readonly followCursor: {
|
|
216
|
-
readonly type: BooleanConstructor;
|
|
217
|
-
readonly default: false;
|
|
218
|
-
};
|
|
219
|
-
readonly popperClass: {
|
|
220
|
-
readonly type: StringConstructor;
|
|
221
|
-
readonly default: "";
|
|
222
|
-
};
|
|
223
|
-
readonly teleported: {
|
|
224
|
-
readonly type: BooleanConstructor;
|
|
225
|
-
readonly default: true;
|
|
226
|
-
};
|
|
227
|
-
readonly zIndex: {
|
|
228
|
-
readonly type: NumberConstructor;
|
|
229
|
-
readonly default: 2000;
|
|
230
|
-
};
|
|
231
|
-
readonly transition: {
|
|
232
|
-
readonly type: StringConstructor;
|
|
233
|
-
readonly default: "yh-tooltip-fade";
|
|
234
|
-
};
|
|
235
|
-
readonly persistent: {
|
|
236
|
-
readonly type: BooleanConstructor;
|
|
237
|
-
readonly default: true;
|
|
238
|
-
};
|
|
239
|
-
readonly rawContent: {
|
|
240
|
-
readonly type: BooleanConstructor;
|
|
241
|
-
readonly default: false;
|
|
242
|
-
};
|
|
243
|
-
readonly width: {
|
|
244
|
-
readonly type: import("vue").PropType<string | number>;
|
|
245
|
-
readonly default: "auto";
|
|
246
|
-
};
|
|
247
|
-
readonly maxHeight: {
|
|
248
|
-
readonly type: import("vue").PropType<string | number>;
|
|
249
|
-
readonly default: "none";
|
|
250
|
-
};
|
|
251
|
-
readonly scrollable: {
|
|
252
|
-
readonly type: BooleanConstructor;
|
|
253
|
-
readonly default: false;
|
|
254
|
-
};
|
|
255
|
-
readonly contentClass: {
|
|
256
|
-
readonly type: StringConstructor;
|
|
257
|
-
readonly default: "";
|
|
258
|
-
};
|
|
259
|
-
readonly contentStyle: {
|
|
260
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
261
|
-
readonly default: () => {};
|
|
262
|
-
};
|
|
263
|
-
readonly arrowClass: {
|
|
264
|
-
readonly type: StringConstructor;
|
|
265
|
-
readonly default: "";
|
|
266
|
-
};
|
|
267
|
-
readonly arrowStyle: {
|
|
268
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
269
|
-
readonly default: () => {};
|
|
270
|
-
};
|
|
271
|
-
readonly popperStyle: {
|
|
272
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
273
|
-
readonly default: () => {};
|
|
274
|
-
};
|
|
275
|
-
readonly arrowWrapperClass: {
|
|
276
|
-
readonly type: StringConstructor;
|
|
277
|
-
readonly default: "";
|
|
278
|
-
};
|
|
279
|
-
readonly arrowWrapperStyle: {
|
|
280
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
281
|
-
readonly default: () => {};
|
|
282
|
-
};
|
|
283
|
-
readonly themeOverrides: {
|
|
284
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
285
|
-
readonly default: undefined;
|
|
286
|
-
};
|
|
287
|
-
}>> & Readonly<{
|
|
288
|
-
onHide?: (() => any) | undefined;
|
|
289
|
-
onShow?: (() => any) | undefined;
|
|
290
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
291
|
-
}>, {
|
|
292
|
-
updatePosition: () => Promise<void>;
|
|
293
|
-
visible: import("vue").Ref<boolean, boolean>;
|
|
294
|
-
triggerRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
295
|
-
popperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
296
|
-
}, {}, {}, {}, {
|
|
297
|
-
readonly trigger: "hover" | "focus" | "click" | "contextmenu" | "manual" | ("hover" | "focus" | "click" | "contextmenu" | "manual")[];
|
|
298
|
-
readonly effect: string;
|
|
299
|
-
readonly content: string;
|
|
300
|
-
readonly transition: string;
|
|
301
|
-
readonly disabled: boolean;
|
|
302
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
303
|
-
readonly width: string | number;
|
|
304
|
-
readonly maxHeight: string | number;
|
|
305
|
-
readonly zIndex: number;
|
|
306
|
-
readonly offset: [number, number];
|
|
307
|
-
readonly visible: boolean;
|
|
308
|
-
readonly placement: "top" | "left" | "right" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
309
|
-
readonly popperClass: string;
|
|
310
|
-
readonly teleported: boolean;
|
|
311
|
-
readonly popperStyle: import("vue").StyleValue;
|
|
312
|
-
readonly scrollable: boolean;
|
|
313
|
-
readonly showAfter: number;
|
|
314
|
-
readonly hideAfter: number;
|
|
315
|
-
readonly showArrow: boolean;
|
|
316
|
-
readonly interactive: boolean;
|
|
317
|
-
readonly followCursor: boolean;
|
|
318
|
-
readonly persistent: boolean;
|
|
319
|
-
readonly rawContent: boolean;
|
|
320
|
-
readonly contentClass: string;
|
|
321
|
-
readonly contentStyle: import("vue").StyleValue;
|
|
322
|
-
readonly arrowClass: string;
|
|
323
|
-
readonly arrowStyle: import("vue").StyleValue;
|
|
324
|
-
readonly arrowWrapperClass: string;
|
|
325
|
-
readonly arrowWrapperStyle: import("vue").StyleValue;
|
|
326
|
-
}>;
|
|
3
|
+
new (...args: any[]): any;
|
|
327
4
|
__isFragment?: never;
|
|
328
5
|
__isTeleport?: never;
|
|
329
6
|
__isSuspense?: never;
|
|
330
|
-
} & import("vue").ComponentOptionsBase<
|
|
331
|
-
readonly content: {
|
|
332
|
-
readonly type: StringConstructor;
|
|
333
|
-
readonly default: "";
|
|
334
|
-
};
|
|
335
|
-
readonly placement: {
|
|
336
|
-
readonly type: import("vue").PropType<import("./index.js").TooltipPlacement>;
|
|
337
|
-
readonly default: "top";
|
|
338
|
-
};
|
|
339
|
-
readonly trigger: {
|
|
340
|
-
readonly type: import("vue").PropType<import("./index.js").TooltipTrigger | import("./index.js").TooltipTrigger[]>;
|
|
341
|
-
readonly default: "hover";
|
|
342
|
-
};
|
|
343
|
-
readonly disabled: {
|
|
344
|
-
readonly type: BooleanConstructor;
|
|
345
|
-
readonly default: false;
|
|
346
|
-
};
|
|
347
|
-
readonly showAfter: {
|
|
348
|
-
readonly type: NumberConstructor;
|
|
349
|
-
readonly default: 0;
|
|
350
|
-
};
|
|
351
|
-
readonly hideAfter: {
|
|
352
|
-
readonly type: NumberConstructor;
|
|
353
|
-
readonly default: 200;
|
|
354
|
-
};
|
|
355
|
-
readonly offset: {
|
|
356
|
-
readonly type: import("vue").PropType<[number, number]>;
|
|
357
|
-
readonly default: () => number[];
|
|
358
|
-
};
|
|
359
|
-
readonly showArrow: {
|
|
360
|
-
readonly type: BooleanConstructor;
|
|
361
|
-
readonly default: true;
|
|
362
|
-
};
|
|
363
|
-
readonly interactive: {
|
|
364
|
-
readonly type: BooleanConstructor;
|
|
365
|
-
readonly default: true;
|
|
366
|
-
};
|
|
367
|
-
readonly visible: {
|
|
368
|
-
readonly type: BooleanConstructor;
|
|
369
|
-
readonly default: null;
|
|
370
|
-
};
|
|
371
|
-
readonly effect: {
|
|
372
|
-
readonly type: StringConstructor;
|
|
373
|
-
readonly default: "dark";
|
|
374
|
-
};
|
|
375
|
-
readonly followCursor: {
|
|
376
|
-
readonly type: BooleanConstructor;
|
|
377
|
-
readonly default: false;
|
|
378
|
-
};
|
|
379
|
-
readonly popperClass: {
|
|
380
|
-
readonly type: StringConstructor;
|
|
381
|
-
readonly default: "";
|
|
382
|
-
};
|
|
383
|
-
readonly teleported: {
|
|
384
|
-
readonly type: BooleanConstructor;
|
|
385
|
-
readonly default: true;
|
|
386
|
-
};
|
|
387
|
-
readonly zIndex: {
|
|
388
|
-
readonly type: NumberConstructor;
|
|
389
|
-
readonly default: 2000;
|
|
390
|
-
};
|
|
391
|
-
readonly transition: {
|
|
392
|
-
readonly type: StringConstructor;
|
|
393
|
-
readonly default: "yh-tooltip-fade";
|
|
394
|
-
};
|
|
395
|
-
readonly persistent: {
|
|
396
|
-
readonly type: BooleanConstructor;
|
|
397
|
-
readonly default: true;
|
|
398
|
-
};
|
|
399
|
-
readonly rawContent: {
|
|
400
|
-
readonly type: BooleanConstructor;
|
|
401
|
-
readonly default: false;
|
|
402
|
-
};
|
|
403
|
-
readonly width: {
|
|
404
|
-
readonly type: import("vue").PropType<string | number>;
|
|
405
|
-
readonly default: "auto";
|
|
406
|
-
};
|
|
407
|
-
readonly maxHeight: {
|
|
408
|
-
readonly type: import("vue").PropType<string | number>;
|
|
409
|
-
readonly default: "none";
|
|
410
|
-
};
|
|
411
|
-
readonly scrollable: {
|
|
412
|
-
readonly type: BooleanConstructor;
|
|
413
|
-
readonly default: false;
|
|
414
|
-
};
|
|
415
|
-
readonly contentClass: {
|
|
416
|
-
readonly type: StringConstructor;
|
|
417
|
-
readonly default: "";
|
|
418
|
-
};
|
|
419
|
-
readonly contentStyle: {
|
|
420
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
421
|
-
readonly default: () => {};
|
|
422
|
-
};
|
|
423
|
-
readonly arrowClass: {
|
|
424
|
-
readonly type: StringConstructor;
|
|
425
|
-
readonly default: "";
|
|
426
|
-
};
|
|
427
|
-
readonly arrowStyle: {
|
|
428
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
429
|
-
readonly default: () => {};
|
|
430
|
-
};
|
|
431
|
-
readonly popperStyle: {
|
|
432
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
433
|
-
readonly default: () => {};
|
|
434
|
-
};
|
|
435
|
-
readonly arrowWrapperClass: {
|
|
436
|
-
readonly type: StringConstructor;
|
|
437
|
-
readonly default: "";
|
|
438
|
-
};
|
|
439
|
-
readonly arrowWrapperStyle: {
|
|
440
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
441
|
-
readonly default: () => {};
|
|
442
|
-
};
|
|
443
|
-
readonly themeOverrides: {
|
|
444
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
445
|
-
readonly default: undefined;
|
|
446
|
-
};
|
|
447
|
-
}>> & Readonly<{
|
|
448
|
-
onHide?: (() => any) | undefined;
|
|
449
|
-
onShow?: (() => any) | undefined;
|
|
450
|
-
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
451
|
-
}>, {
|
|
7
|
+
} & import("vue").ComponentOptionsBase<any, {
|
|
452
8
|
updatePosition: () => Promise<void>;
|
|
453
9
|
visible: import("vue").Ref<boolean, boolean>;
|
|
454
10
|
triggerRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
455
11
|
popperRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
456
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
}, string, {
|
|
461
|
-
readonly trigger: "hover" | "focus" | "click" | "contextmenu" | "manual" | ("hover" | "focus" | "click" | "contextmenu" | "manual")[];
|
|
462
|
-
readonly effect: string;
|
|
463
|
-
readonly content: string;
|
|
464
|
-
readonly transition: string;
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, {
|
|
13
|
+
readonly offset: [number, number];
|
|
14
|
+
readonly zIndex: number;
|
|
15
|
+
readonly teleported: boolean;
|
|
465
16
|
readonly disabled: boolean;
|
|
466
17
|
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
467
18
|
readonly width: string | number;
|
|
468
|
-
readonly maxHeight: string | number;
|
|
469
|
-
readonly zIndex: number;
|
|
470
|
-
readonly offset: [number, number];
|
|
471
19
|
readonly visible: boolean;
|
|
472
|
-
readonly
|
|
473
|
-
readonly
|
|
474
|
-
readonly
|
|
475
|
-
readonly
|
|
476
|
-
readonly
|
|
20
|
+
readonly content: string;
|
|
21
|
+
readonly maxHeight: string | number;
|
|
22
|
+
readonly transition: string;
|
|
23
|
+
readonly placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
24
|
+
readonly trigger: "manual" | "click" | "contextmenu" | "focus" | "hover" | ("manual" | "click" | "contextmenu" | "focus" | "hover")[];
|
|
477
25
|
readonly showAfter: number;
|
|
478
26
|
readonly hideAfter: number;
|
|
479
27
|
readonly showArrow: boolean;
|
|
480
28
|
readonly interactive: boolean;
|
|
29
|
+
readonly effect: string;
|
|
481
30
|
readonly followCursor: boolean;
|
|
31
|
+
readonly popperClass: string;
|
|
482
32
|
readonly persistent: boolean;
|
|
483
33
|
readonly rawContent: boolean;
|
|
34
|
+
readonly scrollable: boolean;
|
|
484
35
|
readonly contentClass: string;
|
|
485
36
|
readonly contentStyle: import("vue").StyleValue;
|
|
486
37
|
readonly arrowClass: string;
|
|
487
38
|
readonly arrowStyle: import("vue").StyleValue;
|
|
39
|
+
readonly popperStyle: import("vue").StyleValue;
|
|
488
40
|
readonly arrowWrapperClass: string;
|
|
489
41
|
readonly arrowWrapperStyle: import("vue").StyleValue;
|
|
490
42
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|