@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
|
@@ -1,281 +1,23 @@
|
|
|
1
1
|
import AiThoughtChain from './src/ai-thought-chain.vue';
|
|
2
2
|
export declare const YhAiThoughtChain: import("@yh-ui/utils").SFCWithInstall<{
|
|
3
|
-
new (...args: any[]):
|
|
4
|
-
readonly title: StringConstructor;
|
|
5
|
-
readonly thinking: {
|
|
6
|
-
readonly type: BooleanConstructor;
|
|
7
|
-
readonly default: false;
|
|
8
|
-
};
|
|
9
|
-
readonly content: StringConstructor;
|
|
10
|
-
readonly status: {
|
|
11
|
-
readonly type: import("vue").PropType<import("./index.js").AiThoughtStatus>;
|
|
12
|
-
readonly default: "none";
|
|
13
|
-
};
|
|
14
|
-
readonly items: {
|
|
15
|
-
readonly type: import("vue").PropType<import("./index.js").AiThoughtItem[]>;
|
|
16
|
-
readonly default: () => never[];
|
|
17
|
-
};
|
|
18
|
-
readonly autoCollapse: {
|
|
19
|
-
readonly type: BooleanConstructor;
|
|
20
|
-
readonly default: true;
|
|
21
|
-
};
|
|
22
|
-
readonly dotSize: {
|
|
23
|
-
readonly type: import("vue").PropType<"small" | "default" | "large">;
|
|
24
|
-
readonly default: "default";
|
|
25
|
-
};
|
|
26
|
-
readonly lineGradient: {
|
|
27
|
-
readonly type: BooleanConstructor;
|
|
28
|
-
readonly default: false;
|
|
29
|
-
};
|
|
30
|
-
readonly showProgress: {
|
|
31
|
-
readonly type: BooleanConstructor;
|
|
32
|
-
readonly default: false;
|
|
33
|
-
};
|
|
34
|
-
readonly draggable: {
|
|
35
|
-
readonly type: BooleanConstructor;
|
|
36
|
-
readonly default: false;
|
|
37
|
-
};
|
|
38
|
-
readonly editable: {
|
|
39
|
-
readonly type: BooleanConstructor;
|
|
40
|
-
readonly default: false;
|
|
41
|
-
};
|
|
42
|
-
readonly markdown: {
|
|
43
|
-
readonly type: BooleanConstructor;
|
|
44
|
-
readonly default: true;
|
|
45
|
-
};
|
|
46
|
-
readonly className: {
|
|
47
|
-
readonly type: StringConstructor;
|
|
48
|
-
readonly default: "";
|
|
49
|
-
};
|
|
50
|
-
readonly classNames: {
|
|
51
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
52
|
-
readonly default: () => {};
|
|
53
|
-
};
|
|
54
|
-
readonly styles: {
|
|
55
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
56
|
-
readonly default: () => {};
|
|
57
|
-
};
|
|
58
|
-
readonly style: {
|
|
59
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
60
|
-
readonly default: () => {};
|
|
61
|
-
};
|
|
62
|
-
readonly themeOverrides: {
|
|
63
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
64
|
-
readonly default: undefined;
|
|
65
|
-
};
|
|
66
|
-
}>> & Readonly<{
|
|
67
|
-
"onNode-click"?: ((item: import("./index.js").AiThoughtItem, index: number) => any) | undefined;
|
|
68
|
-
"onUpdate:items"?: ((items: import("./index.js").AiThoughtItem[]) => any) | undefined;
|
|
69
|
-
"onNode-delete"?: ((item: import("./index.js").AiThoughtItem, index: number) => any) | undefined;
|
|
70
|
-
"onNode-add"?: ((index: number) => any) | undefined;
|
|
71
|
-
onReorder?: ((items: import("./index.js").AiThoughtItem[]) => any) | undefined;
|
|
72
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
73
|
-
"node-click": (item: import("./index.js").AiThoughtItem, index: number) => void;
|
|
74
|
-
"update:items": (items: import("./index.js").AiThoughtItem[]) => void;
|
|
75
|
-
"node-delete": (item: import("./index.js").AiThoughtItem, index: number) => void;
|
|
76
|
-
"node-add": (index: number) => void;
|
|
77
|
-
reorder: (items: import("./index.js").AiThoughtItem[]) => void;
|
|
78
|
-
}, import("vue").PublicProps, {
|
|
79
|
-
readonly style: Record<string, string>;
|
|
80
|
-
readonly thinking: boolean;
|
|
81
|
-
readonly status: import("./index.js").AiThoughtStatus;
|
|
82
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
83
|
-
readonly dotSize: "large" | "default" | "small";
|
|
84
|
-
readonly draggable: boolean;
|
|
85
|
-
readonly editable: boolean;
|
|
86
|
-
readonly items: import("./index.js").AiThoughtItem[];
|
|
87
|
-
readonly showProgress: boolean;
|
|
88
|
-
readonly className: string;
|
|
89
|
-
readonly markdown: boolean;
|
|
90
|
-
readonly autoCollapse: boolean;
|
|
91
|
-
readonly lineGradient: boolean;
|
|
92
|
-
readonly classNames: Record<string, string>;
|
|
93
|
-
readonly styles: Record<string, string>;
|
|
94
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
95
|
-
P: {};
|
|
96
|
-
B: {};
|
|
97
|
-
D: {};
|
|
98
|
-
C: {};
|
|
99
|
-
M: {};
|
|
100
|
-
Defaults: {};
|
|
101
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
102
|
-
readonly title: StringConstructor;
|
|
103
|
-
readonly thinking: {
|
|
104
|
-
readonly type: BooleanConstructor;
|
|
105
|
-
readonly default: false;
|
|
106
|
-
};
|
|
107
|
-
readonly content: StringConstructor;
|
|
108
|
-
readonly status: {
|
|
109
|
-
readonly type: import("vue").PropType<import("./index.js").AiThoughtStatus>;
|
|
110
|
-
readonly default: "none";
|
|
111
|
-
};
|
|
112
|
-
readonly items: {
|
|
113
|
-
readonly type: import("vue").PropType<import("./index.js").AiThoughtItem[]>;
|
|
114
|
-
readonly default: () => never[];
|
|
115
|
-
};
|
|
116
|
-
readonly autoCollapse: {
|
|
117
|
-
readonly type: BooleanConstructor;
|
|
118
|
-
readonly default: true;
|
|
119
|
-
};
|
|
120
|
-
readonly dotSize: {
|
|
121
|
-
readonly type: import("vue").PropType<"small" | "default" | "large">;
|
|
122
|
-
readonly default: "default";
|
|
123
|
-
};
|
|
124
|
-
readonly lineGradient: {
|
|
125
|
-
readonly type: BooleanConstructor;
|
|
126
|
-
readonly default: false;
|
|
127
|
-
};
|
|
128
|
-
readonly showProgress: {
|
|
129
|
-
readonly type: BooleanConstructor;
|
|
130
|
-
readonly default: false;
|
|
131
|
-
};
|
|
132
|
-
readonly draggable: {
|
|
133
|
-
readonly type: BooleanConstructor;
|
|
134
|
-
readonly default: false;
|
|
135
|
-
};
|
|
136
|
-
readonly editable: {
|
|
137
|
-
readonly type: BooleanConstructor;
|
|
138
|
-
readonly default: false;
|
|
139
|
-
};
|
|
140
|
-
readonly markdown: {
|
|
141
|
-
readonly type: BooleanConstructor;
|
|
142
|
-
readonly default: true;
|
|
143
|
-
};
|
|
144
|
-
readonly className: {
|
|
145
|
-
readonly type: StringConstructor;
|
|
146
|
-
readonly default: "";
|
|
147
|
-
};
|
|
148
|
-
readonly classNames: {
|
|
149
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
150
|
-
readonly default: () => {};
|
|
151
|
-
};
|
|
152
|
-
readonly styles: {
|
|
153
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
154
|
-
readonly default: () => {};
|
|
155
|
-
};
|
|
156
|
-
readonly style: {
|
|
157
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
158
|
-
readonly default: () => {};
|
|
159
|
-
};
|
|
160
|
-
readonly themeOverrides: {
|
|
161
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
162
|
-
readonly default: undefined;
|
|
163
|
-
};
|
|
164
|
-
}>> & Readonly<{
|
|
165
|
-
"onNode-click"?: ((item: import("./index.js").AiThoughtItem, index: number) => any) | undefined;
|
|
166
|
-
"onUpdate:items"?: ((items: import("./index.js").AiThoughtItem[]) => any) | undefined;
|
|
167
|
-
"onNode-delete"?: ((item: import("./index.js").AiThoughtItem, index: number) => any) | undefined;
|
|
168
|
-
"onNode-add"?: ((index: number) => any) | undefined;
|
|
169
|
-
onReorder?: ((items: import("./index.js").AiThoughtItem[]) => any) | undefined;
|
|
170
|
-
}>, {}, {}, {}, {}, {
|
|
171
|
-
readonly style: Record<string, string>;
|
|
172
|
-
readonly thinking: boolean;
|
|
173
|
-
readonly status: import("./index.js").AiThoughtStatus;
|
|
174
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
175
|
-
readonly dotSize: "large" | "default" | "small";
|
|
176
|
-
readonly draggable: boolean;
|
|
177
|
-
readonly editable: boolean;
|
|
178
|
-
readonly items: import("./index.js").AiThoughtItem[];
|
|
179
|
-
readonly showProgress: boolean;
|
|
180
|
-
readonly className: string;
|
|
181
|
-
readonly markdown: boolean;
|
|
182
|
-
readonly autoCollapse: boolean;
|
|
183
|
-
readonly lineGradient: boolean;
|
|
184
|
-
readonly classNames: Record<string, string>;
|
|
185
|
-
readonly styles: Record<string, string>;
|
|
186
|
-
}>;
|
|
3
|
+
new (...args: any[]): any;
|
|
187
4
|
__isFragment?: never;
|
|
188
5
|
__isTeleport?: never;
|
|
189
6
|
__isSuspense?: never;
|
|
190
|
-
} & import("vue").ComponentOptionsBase<
|
|
191
|
-
readonly
|
|
192
|
-
readonly thinking: {
|
|
193
|
-
readonly type: BooleanConstructor;
|
|
194
|
-
readonly default: false;
|
|
195
|
-
};
|
|
196
|
-
readonly content: StringConstructor;
|
|
197
|
-
readonly status: {
|
|
198
|
-
readonly type: import("vue").PropType<import("./index.js").AiThoughtStatus>;
|
|
199
|
-
readonly default: "none";
|
|
200
|
-
};
|
|
201
|
-
readonly items: {
|
|
202
|
-
readonly type: import("vue").PropType<import("./index.js").AiThoughtItem[]>;
|
|
203
|
-
readonly default: () => never[];
|
|
204
|
-
};
|
|
205
|
-
readonly autoCollapse: {
|
|
206
|
-
readonly type: BooleanConstructor;
|
|
207
|
-
readonly default: true;
|
|
208
|
-
};
|
|
209
|
-
readonly dotSize: {
|
|
210
|
-
readonly type: import("vue").PropType<"small" | "default" | "large">;
|
|
211
|
-
readonly default: "default";
|
|
212
|
-
};
|
|
213
|
-
readonly lineGradient: {
|
|
214
|
-
readonly type: BooleanConstructor;
|
|
215
|
-
readonly default: false;
|
|
216
|
-
};
|
|
217
|
-
readonly showProgress: {
|
|
218
|
-
readonly type: BooleanConstructor;
|
|
219
|
-
readonly default: false;
|
|
220
|
-
};
|
|
221
|
-
readonly draggable: {
|
|
222
|
-
readonly type: BooleanConstructor;
|
|
223
|
-
readonly default: false;
|
|
224
|
-
};
|
|
225
|
-
readonly editable: {
|
|
226
|
-
readonly type: BooleanConstructor;
|
|
227
|
-
readonly default: false;
|
|
228
|
-
};
|
|
229
|
-
readonly markdown: {
|
|
230
|
-
readonly type: BooleanConstructor;
|
|
231
|
-
readonly default: true;
|
|
232
|
-
};
|
|
233
|
-
readonly className: {
|
|
234
|
-
readonly type: StringConstructor;
|
|
235
|
-
readonly default: "";
|
|
236
|
-
};
|
|
237
|
-
readonly classNames: {
|
|
238
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
239
|
-
readonly default: () => {};
|
|
240
|
-
};
|
|
241
|
-
readonly styles: {
|
|
242
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
243
|
-
readonly default: () => {};
|
|
244
|
-
};
|
|
245
|
-
readonly style: {
|
|
246
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
247
|
-
readonly default: () => {};
|
|
248
|
-
};
|
|
249
|
-
readonly themeOverrides: {
|
|
250
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
251
|
-
readonly default: undefined;
|
|
252
|
-
};
|
|
253
|
-
}>> & Readonly<{
|
|
254
|
-
"onNode-click"?: ((item: import("./index.js").AiThoughtItem, index: number) => any) | undefined;
|
|
255
|
-
"onUpdate:items"?: ((items: import("./index.js").AiThoughtItem[]) => any) | undefined;
|
|
256
|
-
"onNode-delete"?: ((item: import("./index.js").AiThoughtItem, index: number) => any) | undefined;
|
|
257
|
-
"onNode-add"?: ((index: number) => any) | undefined;
|
|
258
|
-
onReorder?: ((items: import("./index.js").AiThoughtItem[]) => any) | undefined;
|
|
259
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
260
|
-
"node-click": (item: import("./index.js").AiThoughtItem, index: number) => void;
|
|
261
|
-
"update:items": (items: import("./index.js").AiThoughtItem[]) => void;
|
|
262
|
-
"node-delete": (item: import("./index.js").AiThoughtItem, index: number) => void;
|
|
263
|
-
"node-add": (index: number) => void;
|
|
264
|
-
reorder: (items: import("./index.js").AiThoughtItem[]) => void;
|
|
265
|
-
}, string, {
|
|
7
|
+
} & import("vue").ComponentOptionsBase<any, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, {
|
|
8
|
+
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
266
9
|
readonly style: Record<string, string>;
|
|
10
|
+
readonly items: import("./src/ai-thought-chain").AiThoughtItem[];
|
|
11
|
+
readonly status: import("./src/ai-thought-chain").AiThoughtStatus;
|
|
12
|
+
readonly markdown: boolean;
|
|
13
|
+
readonly showProgress: boolean;
|
|
267
14
|
readonly thinking: boolean;
|
|
268
|
-
readonly
|
|
269
|
-
readonly
|
|
270
|
-
readonly
|
|
15
|
+
readonly autoCollapse: boolean;
|
|
16
|
+
readonly dotSize: "small" | "default" | "large";
|
|
17
|
+
readonly lineGradient: boolean;
|
|
271
18
|
readonly draggable: boolean;
|
|
272
19
|
readonly editable: boolean;
|
|
273
|
-
readonly items: import("./index.js").AiThoughtItem[];
|
|
274
|
-
readonly showProgress: boolean;
|
|
275
20
|
readonly className: string;
|
|
276
|
-
readonly markdown: boolean;
|
|
277
|
-
readonly autoCollapse: boolean;
|
|
278
|
-
readonly lineGradient: boolean;
|
|
279
21
|
readonly classNames: Record<string, string>;
|
|
280
22
|
readonly styles: Record<string, string>;
|
|
281
23
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import type { AiThoughtStatus, AiThoughtItem } from './ai-thought-chain';
|
|
2
|
+
declare var __VLS_49: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_49) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
|
+
readonly title: StringConstructor;
|
|
8
|
+
readonly thinking: {
|
|
9
|
+
readonly type: BooleanConstructor;
|
|
10
|
+
readonly default: false;
|
|
11
|
+
};
|
|
12
|
+
readonly content: StringConstructor;
|
|
13
|
+
readonly status: {
|
|
14
|
+
readonly type: import("vue").PropType<AiThoughtStatus>;
|
|
15
|
+
readonly default: "none";
|
|
16
|
+
};
|
|
17
|
+
readonly items: {
|
|
18
|
+
readonly type: import("vue").PropType<AiThoughtItem[]>;
|
|
19
|
+
readonly default: () => never[];
|
|
20
|
+
};
|
|
21
|
+
readonly autoCollapse: {
|
|
22
|
+
readonly type: BooleanConstructor;
|
|
23
|
+
readonly default: true;
|
|
24
|
+
};
|
|
25
|
+
readonly dotSize: {
|
|
26
|
+
readonly type: import("vue").PropType<"small" | "default" | "large">;
|
|
27
|
+
readonly default: "default";
|
|
28
|
+
};
|
|
29
|
+
readonly lineGradient: {
|
|
30
|
+
readonly type: BooleanConstructor;
|
|
31
|
+
readonly default: false;
|
|
32
|
+
};
|
|
33
|
+
readonly showProgress: {
|
|
34
|
+
readonly type: BooleanConstructor;
|
|
35
|
+
readonly default: false;
|
|
36
|
+
};
|
|
37
|
+
readonly draggable: {
|
|
38
|
+
readonly type: BooleanConstructor;
|
|
39
|
+
readonly default: false;
|
|
40
|
+
};
|
|
41
|
+
readonly editable: {
|
|
42
|
+
readonly type: BooleanConstructor;
|
|
43
|
+
readonly default: false;
|
|
44
|
+
};
|
|
45
|
+
readonly markdown: {
|
|
46
|
+
readonly type: BooleanConstructor;
|
|
47
|
+
readonly default: true;
|
|
48
|
+
};
|
|
49
|
+
readonly className: {
|
|
50
|
+
readonly type: StringConstructor;
|
|
51
|
+
readonly default: "";
|
|
52
|
+
};
|
|
53
|
+
readonly classNames: {
|
|
54
|
+
readonly type: import("vue").PropType<Record<string, string>>;
|
|
55
|
+
readonly default: () => {};
|
|
56
|
+
};
|
|
57
|
+
readonly styles: {
|
|
58
|
+
readonly type: import("vue").PropType<Record<string, string>>;
|
|
59
|
+
readonly default: () => {};
|
|
60
|
+
};
|
|
61
|
+
readonly style: {
|
|
62
|
+
readonly type: import("vue").PropType<Record<string, string>>;
|
|
63
|
+
readonly default: () => {};
|
|
64
|
+
};
|
|
65
|
+
readonly themeOverrides: {
|
|
66
|
+
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
67
|
+
readonly default: undefined;
|
|
68
|
+
};
|
|
69
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
70
|
+
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
71
|
+
readonly style: Record<string, string>;
|
|
72
|
+
readonly items: AiThoughtItem[];
|
|
73
|
+
readonly status: AiThoughtStatus;
|
|
74
|
+
readonly markdown: boolean;
|
|
75
|
+
readonly showProgress: boolean;
|
|
76
|
+
readonly thinking: boolean;
|
|
77
|
+
readonly autoCollapse: boolean;
|
|
78
|
+
readonly dotSize: "small" | "default" | "large";
|
|
79
|
+
readonly lineGradient: boolean;
|
|
80
|
+
readonly draggable: boolean;
|
|
81
|
+
readonly editable: boolean;
|
|
82
|
+
readonly className: string;
|
|
83
|
+
readonly classNames: Record<string, string>;
|
|
84
|
+
readonly styles: Record<string, string>;
|
|
85
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
87
|
+
export default _default;
|
|
88
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
89
|
+
new (): {
|
|
90
|
+
$slots: S;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
@@ -66,95 +66,20 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
66
66
|
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
67
67
|
readonly default: undefined;
|
|
68
68
|
};
|
|
69
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
70
|
-
"node-click": (item: AiThoughtItem, index: number) => void;
|
|
71
|
-
"update:items": (items: AiThoughtItem[]) => void;
|
|
72
|
-
"node-delete": (item: AiThoughtItem, index: number) => void;
|
|
73
|
-
"node-add": (index: number) => void;
|
|
74
|
-
reorder: (items: AiThoughtItem[]) => void;
|
|
75
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
-
readonly title: StringConstructor;
|
|
77
|
-
readonly thinking: {
|
|
78
|
-
readonly type: BooleanConstructor;
|
|
79
|
-
readonly default: false;
|
|
80
|
-
};
|
|
81
|
-
readonly content: StringConstructor;
|
|
82
|
-
readonly status: {
|
|
83
|
-
readonly type: import("vue").PropType<AiThoughtStatus>;
|
|
84
|
-
readonly default: "none";
|
|
85
|
-
};
|
|
86
|
-
readonly items: {
|
|
87
|
-
readonly type: import("vue").PropType<AiThoughtItem[]>;
|
|
88
|
-
readonly default: () => never[];
|
|
89
|
-
};
|
|
90
|
-
readonly autoCollapse: {
|
|
91
|
-
readonly type: BooleanConstructor;
|
|
92
|
-
readonly default: true;
|
|
93
|
-
};
|
|
94
|
-
readonly dotSize: {
|
|
95
|
-
readonly type: import("vue").PropType<"small" | "default" | "large">;
|
|
96
|
-
readonly default: "default";
|
|
97
|
-
};
|
|
98
|
-
readonly lineGradient: {
|
|
99
|
-
readonly type: BooleanConstructor;
|
|
100
|
-
readonly default: false;
|
|
101
|
-
};
|
|
102
|
-
readonly showProgress: {
|
|
103
|
-
readonly type: BooleanConstructor;
|
|
104
|
-
readonly default: false;
|
|
105
|
-
};
|
|
106
|
-
readonly draggable: {
|
|
107
|
-
readonly type: BooleanConstructor;
|
|
108
|
-
readonly default: false;
|
|
109
|
-
};
|
|
110
|
-
readonly editable: {
|
|
111
|
-
readonly type: BooleanConstructor;
|
|
112
|
-
readonly default: false;
|
|
113
|
-
};
|
|
114
|
-
readonly markdown: {
|
|
115
|
-
readonly type: BooleanConstructor;
|
|
116
|
-
readonly default: true;
|
|
117
|
-
};
|
|
118
|
-
readonly className: {
|
|
119
|
-
readonly type: StringConstructor;
|
|
120
|
-
readonly default: "";
|
|
121
|
-
};
|
|
122
|
-
readonly classNames: {
|
|
123
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
124
|
-
readonly default: () => {};
|
|
125
|
-
};
|
|
126
|
-
readonly styles: {
|
|
127
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
128
|
-
readonly default: () => {};
|
|
129
|
-
};
|
|
130
|
-
readonly style: {
|
|
131
|
-
readonly type: import("vue").PropType<Record<string, string>>;
|
|
132
|
-
readonly default: () => {};
|
|
133
|
-
};
|
|
134
|
-
readonly themeOverrides: {
|
|
135
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
136
|
-
readonly default: undefined;
|
|
137
|
-
};
|
|
138
|
-
}>> & Readonly<{
|
|
139
|
-
"onNode-click"?: ((item: AiThoughtItem, index: number) => any) | undefined;
|
|
140
|
-
"onUpdate:items"?: ((items: AiThoughtItem[]) => any) | undefined;
|
|
141
|
-
"onNode-delete"?: ((item: AiThoughtItem, index: number) => any) | undefined;
|
|
142
|
-
"onNode-add"?: ((index: number) => any) | undefined;
|
|
143
|
-
onReorder?: ((items: AiThoughtItem[]) => any) | undefined;
|
|
144
|
-
}>, {
|
|
145
|
-
readonly style: Record<string, string>;
|
|
146
|
-
readonly thinking: boolean;
|
|
147
|
-
readonly status: AiThoughtStatus;
|
|
69
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
|
|
148
70
|
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
149
|
-
readonly
|
|
150
|
-
readonly draggable: boolean;
|
|
151
|
-
readonly editable: boolean;
|
|
71
|
+
readonly style: Record<string, string>;
|
|
152
72
|
readonly items: AiThoughtItem[];
|
|
153
|
-
readonly
|
|
154
|
-
readonly className: string;
|
|
73
|
+
readonly status: AiThoughtStatus;
|
|
155
74
|
readonly markdown: boolean;
|
|
75
|
+
readonly showProgress: boolean;
|
|
76
|
+
readonly thinking: boolean;
|
|
156
77
|
readonly autoCollapse: boolean;
|
|
78
|
+
readonly dotSize: "small" | "default" | "large";
|
|
157
79
|
readonly lineGradient: boolean;
|
|
80
|
+
readonly draggable: boolean;
|
|
81
|
+
readonly editable: boolean;
|
|
82
|
+
readonly className: string;
|
|
158
83
|
readonly classNames: Record<string, string>;
|
|
159
84
|
readonly styles: Record<string, string>;
|
|
160
85
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,157 +1,5 @@
|
|
|
1
1
|
import AiVoiceTrigger from './src/ai-voice-trigger.vue';
|
|
2
|
-
export declare const YhAiVoiceTrigger:
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
readonly recording: {
|
|
5
|
-
readonly type: BooleanConstructor;
|
|
6
|
-
readonly default: false;
|
|
7
|
-
};
|
|
8
|
-
readonly amplitudes: {
|
|
9
|
-
readonly type: import("vue").PropType<number[]>;
|
|
10
|
-
readonly default: () => any[];
|
|
11
|
-
};
|
|
12
|
-
readonly variant: {
|
|
13
|
-
readonly type: import("vue").PropType<"inline" | "floating" | "sphere">;
|
|
14
|
-
readonly default: "inline";
|
|
15
|
-
};
|
|
16
|
-
readonly position: {
|
|
17
|
-
readonly type: import("vue").PropType<"top-left" | "top-right" | "bottom-left" | "bottom-right">;
|
|
18
|
-
readonly default: "bottom-right";
|
|
19
|
-
};
|
|
20
|
-
readonly offset: {
|
|
21
|
-
readonly type: import("vue").PropType<[number, number]>;
|
|
22
|
-
readonly default: () => number[];
|
|
23
|
-
};
|
|
24
|
-
readonly teleport: {
|
|
25
|
-
readonly type: BooleanConstructor;
|
|
26
|
-
readonly default: true;
|
|
27
|
-
};
|
|
28
|
-
readonly themeOverrides: {
|
|
29
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
30
|
-
readonly default: undefined;
|
|
31
|
-
};
|
|
32
|
-
}>> & Readonly<{
|
|
33
|
-
onCancel?: (() => any) | undefined;
|
|
34
|
-
onStart?: (() => any) | undefined;
|
|
35
|
-
onStop?: (() => any) | undefined;
|
|
36
|
-
"onUpdate:recording"?: ((value: boolean) => any) | undefined;
|
|
37
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
|
-
cancel: () => void;
|
|
39
|
-
start: () => void;
|
|
40
|
-
stop: () => void;
|
|
41
|
-
"update:recording": (value: boolean) => void;
|
|
42
|
-
}, import("vue").PublicProps, {
|
|
43
|
-
readonly recording: boolean;
|
|
44
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
45
|
-
readonly variant: "inline" | "floating" | "sphere";
|
|
46
|
-
readonly position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
47
|
-
readonly offset: [number, number];
|
|
48
|
-
readonly teleport: boolean;
|
|
49
|
-
readonly amplitudes: number[];
|
|
50
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
51
|
-
P: {};
|
|
52
|
-
B: {};
|
|
53
|
-
D: {};
|
|
54
|
-
C: {};
|
|
55
|
-
M: {};
|
|
56
|
-
Defaults: {};
|
|
57
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
-
readonly recording: {
|
|
59
|
-
readonly type: BooleanConstructor;
|
|
60
|
-
readonly default: false;
|
|
61
|
-
};
|
|
62
|
-
readonly amplitudes: {
|
|
63
|
-
readonly type: import("vue").PropType<number[]>;
|
|
64
|
-
readonly default: () => any[];
|
|
65
|
-
};
|
|
66
|
-
readonly variant: {
|
|
67
|
-
readonly type: import("vue").PropType<"inline" | "floating" | "sphere">;
|
|
68
|
-
readonly default: "inline";
|
|
69
|
-
};
|
|
70
|
-
readonly position: {
|
|
71
|
-
readonly type: import("vue").PropType<"top-left" | "top-right" | "bottom-left" | "bottom-right">;
|
|
72
|
-
readonly default: "bottom-right";
|
|
73
|
-
};
|
|
74
|
-
readonly offset: {
|
|
75
|
-
readonly type: import("vue").PropType<[number, number]>;
|
|
76
|
-
readonly default: () => number[];
|
|
77
|
-
};
|
|
78
|
-
readonly teleport: {
|
|
79
|
-
readonly type: BooleanConstructor;
|
|
80
|
-
readonly default: true;
|
|
81
|
-
};
|
|
82
|
-
readonly themeOverrides: {
|
|
83
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
84
|
-
readonly default: undefined;
|
|
85
|
-
};
|
|
86
|
-
}>> & Readonly<{
|
|
87
|
-
onCancel?: (() => any) | undefined;
|
|
88
|
-
onStart?: (() => any) | undefined;
|
|
89
|
-
onStop?: (() => any) | undefined;
|
|
90
|
-
"onUpdate:recording"?: ((value: boolean) => any) | undefined;
|
|
91
|
-
}>, {}, {}, {}, {}, {
|
|
92
|
-
readonly recording: boolean;
|
|
93
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
94
|
-
readonly variant: "inline" | "floating" | "sphere";
|
|
95
|
-
readonly position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
96
|
-
readonly offset: [number, number];
|
|
97
|
-
readonly teleport: boolean;
|
|
98
|
-
readonly amplitudes: number[];
|
|
99
|
-
}>;
|
|
100
|
-
__isFragment?: never;
|
|
101
|
-
__isTeleport?: never;
|
|
102
|
-
__isSuspense?: never;
|
|
103
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
104
|
-
readonly recording: {
|
|
105
|
-
readonly type: BooleanConstructor;
|
|
106
|
-
readonly default: false;
|
|
107
|
-
};
|
|
108
|
-
readonly amplitudes: {
|
|
109
|
-
readonly type: import("vue").PropType<number[]>;
|
|
110
|
-
readonly default: () => any[];
|
|
111
|
-
};
|
|
112
|
-
readonly variant: {
|
|
113
|
-
readonly type: import("vue").PropType<"inline" | "floating" | "sphere">;
|
|
114
|
-
readonly default: "inline";
|
|
115
|
-
};
|
|
116
|
-
readonly position: {
|
|
117
|
-
readonly type: import("vue").PropType<"top-left" | "top-right" | "bottom-left" | "bottom-right">;
|
|
118
|
-
readonly default: "bottom-right";
|
|
119
|
-
};
|
|
120
|
-
readonly offset: {
|
|
121
|
-
readonly type: import("vue").PropType<[number, number]>;
|
|
122
|
-
readonly default: () => number[];
|
|
123
|
-
};
|
|
124
|
-
readonly teleport: {
|
|
125
|
-
readonly type: BooleanConstructor;
|
|
126
|
-
readonly default: true;
|
|
127
|
-
};
|
|
128
|
-
readonly themeOverrides: {
|
|
129
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
130
|
-
readonly default: undefined;
|
|
131
|
-
};
|
|
132
|
-
}>> & Readonly<{
|
|
133
|
-
onCancel?: (() => any) | undefined;
|
|
134
|
-
onStart?: (() => any) | undefined;
|
|
135
|
-
onStop?: (() => any) | undefined;
|
|
136
|
-
"onUpdate:recording"?: ((value: boolean) => any) | undefined;
|
|
137
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
138
|
-
cancel: () => void;
|
|
139
|
-
start: () => void;
|
|
140
|
-
stop: () => void;
|
|
141
|
-
"update:recording": (value: boolean) => void;
|
|
142
|
-
}, string, {
|
|
143
|
-
readonly recording: boolean;
|
|
144
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
145
|
-
readonly variant: "inline" | "floating" | "sphere";
|
|
146
|
-
readonly position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
147
|
-
readonly offset: [number, number];
|
|
148
|
-
readonly teleport: boolean;
|
|
149
|
-
readonly amplitudes: number[];
|
|
150
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
151
|
-
$slots: {
|
|
152
|
-
default?: (props: {}) => any;
|
|
153
|
-
};
|
|
154
|
-
})> & Record<string, unknown>;
|
|
2
|
+
export declare const YhAiVoiceTrigger: any;
|
|
155
3
|
export default YhAiVoiceTrigger;
|
|
156
4
|
export * from './src/ai-voice-trigger';
|
|
157
5
|
export type AiVoiceTriggerInstance = InstanceType<typeof AiVoiceTrigger>;
|