@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
|
@@ -3,34 +3,13 @@ declare var __VLS_1: {};
|
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_1) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<import("vue").
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<OptionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<OptionProps> & Readonly<{}>, {
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
}
|
|
9
|
-
disabled: boolean;
|
|
10
|
-
}>>> & Readonly<{}>, {
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
9
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
10
|
export default _default;
|
|
15
|
-
type __VLS_WithDefaults<P, D> = {
|
|
16
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
17
|
-
default: D[K];
|
|
18
|
-
}> : P[K];
|
|
19
|
-
};
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToOption<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
11
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
12
|
new (): {
|
|
31
13
|
$slots: S;
|
|
32
14
|
};
|
|
33
15
|
};
|
|
34
|
-
type __VLS_PrettifyLocal<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import type { SelectProps, SelectValue } from './select';
|
|
2
|
+
declare var __VLS_9: {}, __VLS_11: {
|
|
3
|
+
option: any;
|
|
4
|
+
}, __VLS_13: {
|
|
5
|
+
option: any;
|
|
6
|
+
}, __VLS_15: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
empty?: (props: typeof __VLS_9) => any;
|
|
9
|
+
} & {
|
|
10
|
+
option?: (props: typeof __VLS_11) => any;
|
|
11
|
+
} & {
|
|
12
|
+
option?: (props: typeof __VLS_13) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_15) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<SelectProps, {
|
|
17
|
+
focus: () => void;
|
|
18
|
+
blur: () => void;
|
|
19
|
+
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
21
|
+
change: (value: SelectValue | SelectValue[] | undefined) => any;
|
|
22
|
+
clear: () => any;
|
|
23
|
+
blur: (event: FocusEvent) => any;
|
|
24
|
+
focus: (event: FocusEvent) => any;
|
|
25
|
+
"update:modelValue": (value: SelectValue | SelectValue[] | undefined) => any;
|
|
26
|
+
"visible-change": (visible: boolean) => any;
|
|
27
|
+
"remove-tag": (value: SelectValue) => any;
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<SelectProps> & Readonly<{
|
|
29
|
+
onChange?: ((value: SelectValue | SelectValue[] | undefined) => any) | undefined;
|
|
30
|
+
onClear?: (() => any) | undefined;
|
|
31
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
32
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
33
|
+
"onUpdate:modelValue"?: ((value: SelectValue | SelectValue[] | undefined) => any) | undefined;
|
|
34
|
+
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
35
|
+
"onRemove-tag"?: ((value: SelectValue) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
teleported: boolean;
|
|
38
|
+
disabled: boolean;
|
|
39
|
+
height: number;
|
|
40
|
+
size: import("./select").SelectSize;
|
|
41
|
+
multiple: boolean;
|
|
42
|
+
loading: boolean;
|
|
43
|
+
remote: boolean;
|
|
44
|
+
virtualScroll: boolean;
|
|
45
|
+
itemHeight: number;
|
|
46
|
+
clearable: boolean;
|
|
47
|
+
loadingText: string;
|
|
48
|
+
noDataText: string;
|
|
49
|
+
validateEvent: boolean;
|
|
50
|
+
valueKey: string;
|
|
51
|
+
fitInputWidth: boolean;
|
|
52
|
+
filterable: boolean;
|
|
53
|
+
collapseTags: boolean;
|
|
54
|
+
collapseTagsTooltip: boolean;
|
|
55
|
+
maxCollapseTags: number;
|
|
56
|
+
tagType: import("./select").SelectTagType;
|
|
57
|
+
multipleLimit: number;
|
|
58
|
+
noMatchText: string;
|
|
59
|
+
allowCreate: boolean;
|
|
60
|
+
labelKey: string;
|
|
61
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
62
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
63
|
+
export default _default;
|
|
64
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
65
|
+
new (): {
|
|
66
|
+
$slots: S;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { SelectProps,
|
|
1
|
+
import type { SelectProps, SelectValue } from './select';
|
|
2
2
|
declare var __VLS_9: {}, __VLS_11: {
|
|
3
|
-
option:
|
|
3
|
+
option: any;
|
|
4
4
|
}, __VLS_13: {
|
|
5
|
-
option:
|
|
5
|
+
option: any;
|
|
6
6
|
}, __VLS_15: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
8
|
empty?: (props: typeof __VLS_9) => any;
|
|
@@ -13,123 +13,56 @@ type __VLS_Slots = {} & {
|
|
|
13
13
|
} & {
|
|
14
14
|
default?: (props: typeof __VLS_15) => any;
|
|
15
15
|
};
|
|
16
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
clearable: boolean;
|
|
19
|
-
size: undefined;
|
|
20
|
-
multiple: boolean;
|
|
21
|
-
multipleLimit: number;
|
|
22
|
-
filterable: boolean;
|
|
23
|
-
remote: boolean;
|
|
24
|
-
loading: boolean;
|
|
25
|
-
loadingText: string;
|
|
26
|
-
noMatchText: string;
|
|
27
|
-
noDataText: string;
|
|
28
|
-
allowCreate: boolean;
|
|
29
|
-
collapseTags: boolean;
|
|
30
|
-
collapseTagsTooltip: boolean;
|
|
31
|
-
maxCollapseTags: number;
|
|
32
|
-
teleported: boolean;
|
|
33
|
-
fitInputWidth: boolean;
|
|
34
|
-
tagType: string;
|
|
35
|
-
virtualScroll: boolean;
|
|
36
|
-
itemHeight: number;
|
|
37
|
-
height: number;
|
|
38
|
-
validateEvent: boolean;
|
|
39
|
-
valueKey: string;
|
|
40
|
-
labelKey: string;
|
|
41
|
-
}>>, {
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<SelectProps, {
|
|
42
17
|
focus: () => void;
|
|
43
18
|
blur: () => void;
|
|
44
19
|
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
45
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"visible-change": (visible: boolean) =>
|
|
52
|
-
"remove-tag": (value: SelectValue) =>
|
|
53
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
54
|
-
disabled: boolean;
|
|
55
|
-
clearable: boolean;
|
|
56
|
-
size: undefined;
|
|
57
|
-
multiple: boolean;
|
|
58
|
-
multipleLimit: number;
|
|
59
|
-
filterable: boolean;
|
|
60
|
-
remote: boolean;
|
|
61
|
-
loading: boolean;
|
|
62
|
-
loadingText: string;
|
|
63
|
-
noMatchText: string;
|
|
64
|
-
noDataText: string;
|
|
65
|
-
allowCreate: boolean;
|
|
66
|
-
collapseTags: boolean;
|
|
67
|
-
collapseTagsTooltip: boolean;
|
|
68
|
-
maxCollapseTags: number;
|
|
69
|
-
teleported: boolean;
|
|
70
|
-
fitInputWidth: boolean;
|
|
71
|
-
tagType: string;
|
|
72
|
-
virtualScroll: boolean;
|
|
73
|
-
itemHeight: number;
|
|
74
|
-
height: number;
|
|
75
|
-
validateEvent: boolean;
|
|
76
|
-
valueKey: string;
|
|
77
|
-
labelKey: string;
|
|
78
|
-
}>>> & Readonly<{
|
|
79
|
-
onClear?: (() => any) | undefined;
|
|
80
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
21
|
+
change: (value: SelectValue | SelectValue[] | undefined) => any;
|
|
22
|
+
clear: () => any;
|
|
23
|
+
blur: (event: FocusEvent) => any;
|
|
24
|
+
focus: (event: FocusEvent) => any;
|
|
25
|
+
"update:modelValue": (value: SelectValue | SelectValue[] | undefined) => any;
|
|
26
|
+
"visible-change": (visible: boolean) => any;
|
|
27
|
+
"remove-tag": (value: SelectValue) => any;
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<SelectProps> & Readonly<{
|
|
81
29
|
onChange?: ((value: SelectValue | SelectValue[] | undefined) => any) | undefined;
|
|
30
|
+
onClear?: (() => any) | undefined;
|
|
82
31
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
32
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
83
33
|
"onUpdate:modelValue"?: ((value: SelectValue | SelectValue[] | undefined) => any) | undefined;
|
|
84
34
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
85
35
|
"onRemove-tag"?: ((value: SelectValue) => any) | undefined;
|
|
86
36
|
}>, {
|
|
87
|
-
|
|
88
|
-
loading: boolean;
|
|
37
|
+
teleported: boolean;
|
|
89
38
|
disabled: boolean;
|
|
90
39
|
height: number;
|
|
40
|
+
size: import("./select").SelectSize;
|
|
41
|
+
multiple: boolean;
|
|
42
|
+
loading: boolean;
|
|
43
|
+
remote: boolean;
|
|
44
|
+
virtualScroll: boolean;
|
|
91
45
|
itemHeight: number;
|
|
92
46
|
clearable: boolean;
|
|
47
|
+
loadingText: string;
|
|
48
|
+
noDataText: string;
|
|
93
49
|
validateEvent: boolean;
|
|
94
|
-
|
|
50
|
+
valueKey: string;
|
|
51
|
+
fitInputWidth: boolean;
|
|
52
|
+
filterable: boolean;
|
|
95
53
|
collapseTags: boolean;
|
|
96
54
|
collapseTagsTooltip: boolean;
|
|
97
55
|
maxCollapseTags: number;
|
|
98
|
-
|
|
99
|
-
teleported: boolean;
|
|
100
|
-
fitInputWidth: boolean;
|
|
56
|
+
tagType: import("./select").SelectTagType;
|
|
101
57
|
multipleLimit: number;
|
|
102
|
-
filterable: boolean;
|
|
103
|
-
remote: boolean;
|
|
104
|
-
loadingText: string;
|
|
105
58
|
noMatchText: string;
|
|
106
|
-
noDataText: string;
|
|
107
59
|
allowCreate: boolean;
|
|
108
|
-
tagType: import("./select").SelectTagType;
|
|
109
|
-
virtualScroll: boolean;
|
|
110
60
|
labelKey: string;
|
|
111
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
61
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
112
62
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
113
63
|
export default _default;
|
|
114
|
-
type __VLS_WithDefaults<P, D> = {
|
|
115
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
116
|
-
default: D[K];
|
|
117
|
-
}> : P[K];
|
|
118
|
-
};
|
|
119
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
120
|
-
type __VLS_TypePropsToOption<T> = {
|
|
121
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
122
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
123
|
-
} : {
|
|
124
|
-
type: import('vue').PropType<T[K]>;
|
|
125
|
-
required: true;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
64
|
type __VLS_WithSlots<T, S> = T & {
|
|
129
65
|
new (): {
|
|
130
66
|
$slots: S;
|
|
131
67
|
};
|
|
132
68
|
};
|
|
133
|
-
type __VLS_PrettifyLocal<T> = {
|
|
134
|
-
[K in keyof T]: T[K];
|
|
135
|
-
} & {};
|
package/dist/skeleton/index.d.ts
CHANGED
|
@@ -1,283 +1,7 @@
|
|
|
1
1
|
import Skeleton from './src/skeleton.vue';
|
|
2
2
|
import SkeletonItem from './src/skeleton-item.vue';
|
|
3
|
-
export declare const YhSkeleton:
|
|
4
|
-
|
|
5
|
-
readonly loading: {
|
|
6
|
-
readonly type: BooleanConstructor;
|
|
7
|
-
readonly default: true;
|
|
8
|
-
};
|
|
9
|
-
readonly animated: {
|
|
10
|
-
readonly type: BooleanConstructor;
|
|
11
|
-
readonly default: true;
|
|
12
|
-
};
|
|
13
|
-
readonly rows: {
|
|
14
|
-
readonly type: NumberConstructor;
|
|
15
|
-
readonly default: 3;
|
|
16
|
-
};
|
|
17
|
-
readonly title: {
|
|
18
|
-
readonly type: BooleanConstructor;
|
|
19
|
-
readonly default: false;
|
|
20
|
-
};
|
|
21
|
-
readonly avatar: {
|
|
22
|
-
readonly type: BooleanConstructor;
|
|
23
|
-
readonly default: false;
|
|
24
|
-
};
|
|
25
|
-
readonly throttle: {
|
|
26
|
-
readonly type: NumberConstructor;
|
|
27
|
-
readonly default: 0;
|
|
28
|
-
};
|
|
29
|
-
readonly lazy: {
|
|
30
|
-
readonly type: BooleanConstructor;
|
|
31
|
-
readonly default: false;
|
|
32
|
-
};
|
|
33
|
-
readonly themeOverrides: {
|
|
34
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
35
|
-
readonly default: undefined;
|
|
36
|
-
};
|
|
37
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
38
|
-
readonly title: boolean;
|
|
39
|
-
readonly loading: boolean;
|
|
40
|
-
readonly avatar: boolean;
|
|
41
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
42
|
-
readonly rows: number;
|
|
43
|
-
readonly lazy: boolean;
|
|
44
|
-
readonly animated: boolean;
|
|
45
|
-
readonly throttle: number;
|
|
46
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
47
|
-
P: {};
|
|
48
|
-
B: {};
|
|
49
|
-
D: {};
|
|
50
|
-
C: {};
|
|
51
|
-
M: {};
|
|
52
|
-
Defaults: {};
|
|
53
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
-
readonly loading: {
|
|
55
|
-
readonly type: BooleanConstructor;
|
|
56
|
-
readonly default: true;
|
|
57
|
-
};
|
|
58
|
-
readonly animated: {
|
|
59
|
-
readonly type: BooleanConstructor;
|
|
60
|
-
readonly default: true;
|
|
61
|
-
};
|
|
62
|
-
readonly rows: {
|
|
63
|
-
readonly type: NumberConstructor;
|
|
64
|
-
readonly default: 3;
|
|
65
|
-
};
|
|
66
|
-
readonly title: {
|
|
67
|
-
readonly type: BooleanConstructor;
|
|
68
|
-
readonly default: false;
|
|
69
|
-
};
|
|
70
|
-
readonly avatar: {
|
|
71
|
-
readonly type: BooleanConstructor;
|
|
72
|
-
readonly default: false;
|
|
73
|
-
};
|
|
74
|
-
readonly throttle: {
|
|
75
|
-
readonly type: NumberConstructor;
|
|
76
|
-
readonly default: 0;
|
|
77
|
-
};
|
|
78
|
-
readonly lazy: {
|
|
79
|
-
readonly type: BooleanConstructor;
|
|
80
|
-
readonly default: false;
|
|
81
|
-
};
|
|
82
|
-
readonly themeOverrides: {
|
|
83
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
84
|
-
readonly default: undefined;
|
|
85
|
-
};
|
|
86
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
87
|
-
readonly title: boolean;
|
|
88
|
-
readonly loading: boolean;
|
|
89
|
-
readonly avatar: boolean;
|
|
90
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
91
|
-
readonly rows: number;
|
|
92
|
-
readonly lazy: boolean;
|
|
93
|
-
readonly animated: boolean;
|
|
94
|
-
readonly throttle: number;
|
|
95
|
-
}>;
|
|
96
|
-
__isFragment?: never;
|
|
97
|
-
__isTeleport?: never;
|
|
98
|
-
__isSuspense?: never;
|
|
99
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
100
|
-
readonly loading: {
|
|
101
|
-
readonly type: BooleanConstructor;
|
|
102
|
-
readonly default: true;
|
|
103
|
-
};
|
|
104
|
-
readonly animated: {
|
|
105
|
-
readonly type: BooleanConstructor;
|
|
106
|
-
readonly default: true;
|
|
107
|
-
};
|
|
108
|
-
readonly rows: {
|
|
109
|
-
readonly type: NumberConstructor;
|
|
110
|
-
readonly default: 3;
|
|
111
|
-
};
|
|
112
|
-
readonly title: {
|
|
113
|
-
readonly type: BooleanConstructor;
|
|
114
|
-
readonly default: false;
|
|
115
|
-
};
|
|
116
|
-
readonly avatar: {
|
|
117
|
-
readonly type: BooleanConstructor;
|
|
118
|
-
readonly default: false;
|
|
119
|
-
};
|
|
120
|
-
readonly throttle: {
|
|
121
|
-
readonly type: NumberConstructor;
|
|
122
|
-
readonly default: 0;
|
|
123
|
-
};
|
|
124
|
-
readonly lazy: {
|
|
125
|
-
readonly type: BooleanConstructor;
|
|
126
|
-
readonly default: false;
|
|
127
|
-
};
|
|
128
|
-
readonly themeOverrides: {
|
|
129
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
130
|
-
readonly default: undefined;
|
|
131
|
-
};
|
|
132
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
133
|
-
readonly title: boolean;
|
|
134
|
-
readonly loading: boolean;
|
|
135
|
-
readonly avatar: boolean;
|
|
136
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
137
|
-
readonly rows: number;
|
|
138
|
-
readonly lazy: boolean;
|
|
139
|
-
readonly animated: boolean;
|
|
140
|
-
readonly throttle: number;
|
|
141
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
142
|
-
$slots: {
|
|
143
|
-
template?: (props: {}) => any;
|
|
144
|
-
} & {
|
|
145
|
-
default?: (props: {}) => any;
|
|
146
|
-
};
|
|
147
|
-
})> & Record<string, unknown>;
|
|
148
|
-
export declare const YhSkeletonItem: import("@yh-ui/utils").SFCWithInstall<{
|
|
149
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
150
|
-
readonly variant: {
|
|
151
|
-
readonly type: import("vue").PropType<import("./index.js").SkeletonItemVariant>;
|
|
152
|
-
readonly default: "text";
|
|
153
|
-
};
|
|
154
|
-
readonly width: {
|
|
155
|
-
readonly type: import("vue").PropType<string | number>;
|
|
156
|
-
};
|
|
157
|
-
readonly height: {
|
|
158
|
-
readonly type: import("vue").PropType<string | number>;
|
|
159
|
-
};
|
|
160
|
-
readonly animated: {
|
|
161
|
-
readonly type: BooleanConstructor;
|
|
162
|
-
readonly default: true;
|
|
163
|
-
};
|
|
164
|
-
readonly round: {
|
|
165
|
-
readonly type: BooleanConstructor;
|
|
166
|
-
readonly default: false;
|
|
167
|
-
};
|
|
168
|
-
readonly sharp: {
|
|
169
|
-
readonly type: BooleanConstructor;
|
|
170
|
-
readonly default: false;
|
|
171
|
-
};
|
|
172
|
-
readonly repeat: {
|
|
173
|
-
readonly type: NumberConstructor;
|
|
174
|
-
readonly default: 1;
|
|
175
|
-
};
|
|
176
|
-
readonly themeOverrides: {
|
|
177
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
178
|
-
readonly default: undefined;
|
|
179
|
-
};
|
|
180
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
181
|
-
readonly repeat: number;
|
|
182
|
-
readonly round: boolean;
|
|
183
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
184
|
-
readonly variant: "button" | "caption" | "h1" | "h3" | "image" | "text" | "circle" | "rect";
|
|
185
|
-
readonly animated: boolean;
|
|
186
|
-
readonly sharp: boolean;
|
|
187
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
188
|
-
P: {};
|
|
189
|
-
B: {};
|
|
190
|
-
D: {};
|
|
191
|
-
C: {};
|
|
192
|
-
M: {};
|
|
193
|
-
Defaults: {};
|
|
194
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
195
|
-
readonly variant: {
|
|
196
|
-
readonly type: import("vue").PropType<import("./index.js").SkeletonItemVariant>;
|
|
197
|
-
readonly default: "text";
|
|
198
|
-
};
|
|
199
|
-
readonly width: {
|
|
200
|
-
readonly type: import("vue").PropType<string | number>;
|
|
201
|
-
};
|
|
202
|
-
readonly height: {
|
|
203
|
-
readonly type: import("vue").PropType<string | number>;
|
|
204
|
-
};
|
|
205
|
-
readonly animated: {
|
|
206
|
-
readonly type: BooleanConstructor;
|
|
207
|
-
readonly default: true;
|
|
208
|
-
};
|
|
209
|
-
readonly round: {
|
|
210
|
-
readonly type: BooleanConstructor;
|
|
211
|
-
readonly default: false;
|
|
212
|
-
};
|
|
213
|
-
readonly sharp: {
|
|
214
|
-
readonly type: BooleanConstructor;
|
|
215
|
-
readonly default: false;
|
|
216
|
-
};
|
|
217
|
-
readonly repeat: {
|
|
218
|
-
readonly type: NumberConstructor;
|
|
219
|
-
readonly default: 1;
|
|
220
|
-
};
|
|
221
|
-
readonly themeOverrides: {
|
|
222
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
223
|
-
readonly default: undefined;
|
|
224
|
-
};
|
|
225
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
226
|
-
readonly repeat: number;
|
|
227
|
-
readonly round: boolean;
|
|
228
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
229
|
-
readonly variant: "button" | "caption" | "h1" | "h3" | "image" | "text" | "circle" | "rect";
|
|
230
|
-
readonly animated: boolean;
|
|
231
|
-
readonly sharp: boolean;
|
|
232
|
-
}>;
|
|
233
|
-
__isFragment?: never;
|
|
234
|
-
__isTeleport?: never;
|
|
235
|
-
__isSuspense?: never;
|
|
236
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
237
|
-
readonly variant: {
|
|
238
|
-
readonly type: import("vue").PropType<import("./index.js").SkeletonItemVariant>;
|
|
239
|
-
readonly default: "text";
|
|
240
|
-
};
|
|
241
|
-
readonly width: {
|
|
242
|
-
readonly type: import("vue").PropType<string | number>;
|
|
243
|
-
};
|
|
244
|
-
readonly height: {
|
|
245
|
-
readonly type: import("vue").PropType<string | number>;
|
|
246
|
-
};
|
|
247
|
-
readonly animated: {
|
|
248
|
-
readonly type: BooleanConstructor;
|
|
249
|
-
readonly default: true;
|
|
250
|
-
};
|
|
251
|
-
readonly round: {
|
|
252
|
-
readonly type: BooleanConstructor;
|
|
253
|
-
readonly default: false;
|
|
254
|
-
};
|
|
255
|
-
readonly sharp: {
|
|
256
|
-
readonly type: BooleanConstructor;
|
|
257
|
-
readonly default: false;
|
|
258
|
-
};
|
|
259
|
-
readonly repeat: {
|
|
260
|
-
readonly type: NumberConstructor;
|
|
261
|
-
readonly default: 1;
|
|
262
|
-
};
|
|
263
|
-
readonly themeOverrides: {
|
|
264
|
-
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
265
|
-
readonly default: undefined;
|
|
266
|
-
};
|
|
267
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
268
|
-
readonly repeat: number;
|
|
269
|
-
readonly round: boolean;
|
|
270
|
-
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
271
|
-
readonly variant: "button" | "caption" | "h1" | "h3" | "image" | "text" | "circle" | "rect";
|
|
272
|
-
readonly animated: boolean;
|
|
273
|
-
readonly sharp: boolean;
|
|
274
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
275
|
-
$slots: {
|
|
276
|
-
image?: (props: {}) => any;
|
|
277
|
-
} & {
|
|
278
|
-
image?: (props: {}) => any;
|
|
279
|
-
};
|
|
280
|
-
})> & Record<string, unknown>;
|
|
3
|
+
export declare const YhSkeleton: any;
|
|
4
|
+
export declare const YhSkeletonItem: any;
|
|
281
5
|
export default YhSkeleton;
|
|
282
6
|
export * from './src/skeleton';
|
|
283
7
|
export type SkeletonInstance = InstanceType<typeof Skeleton>;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
image?: (props: typeof __VLS_1) => any;
|
|
4
|
+
} & {
|
|
5
|
+
image?: (props: typeof __VLS_3) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
readonly variant: {
|
|
9
|
+
readonly type: import("vue").PropType<import("./skeleton").SkeletonItemVariant>;
|
|
10
|
+
readonly default: "text";
|
|
11
|
+
};
|
|
12
|
+
readonly width: {
|
|
13
|
+
readonly type: import("vue").PropType<string | number>;
|
|
14
|
+
};
|
|
15
|
+
readonly height: {
|
|
16
|
+
readonly type: import("vue").PropType<string | number>;
|
|
17
|
+
};
|
|
18
|
+
readonly animated: {
|
|
19
|
+
readonly type: BooleanConstructor;
|
|
20
|
+
readonly default: true;
|
|
21
|
+
};
|
|
22
|
+
readonly round: {
|
|
23
|
+
readonly type: BooleanConstructor;
|
|
24
|
+
readonly default: false;
|
|
25
|
+
};
|
|
26
|
+
readonly sharp: {
|
|
27
|
+
readonly type: BooleanConstructor;
|
|
28
|
+
readonly default: false;
|
|
29
|
+
};
|
|
30
|
+
readonly repeat: {
|
|
31
|
+
readonly type: NumberConstructor;
|
|
32
|
+
readonly default: 1;
|
|
33
|
+
};
|
|
34
|
+
readonly themeOverrides: {
|
|
35
|
+
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
36
|
+
readonly default: undefined;
|
|
37
|
+
};
|
|
38
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
readonly variant: {
|
|
40
|
+
readonly type: import("vue").PropType<import("./skeleton").SkeletonItemVariant>;
|
|
41
|
+
readonly default: "text";
|
|
42
|
+
};
|
|
43
|
+
readonly width: {
|
|
44
|
+
readonly type: import("vue").PropType<string | number>;
|
|
45
|
+
};
|
|
46
|
+
readonly height: {
|
|
47
|
+
readonly type: import("vue").PropType<string | number>;
|
|
48
|
+
};
|
|
49
|
+
readonly animated: {
|
|
50
|
+
readonly type: BooleanConstructor;
|
|
51
|
+
readonly default: true;
|
|
52
|
+
};
|
|
53
|
+
readonly round: {
|
|
54
|
+
readonly type: BooleanConstructor;
|
|
55
|
+
readonly default: false;
|
|
56
|
+
};
|
|
57
|
+
readonly sharp: {
|
|
58
|
+
readonly type: BooleanConstructor;
|
|
59
|
+
readonly default: false;
|
|
60
|
+
};
|
|
61
|
+
readonly repeat: {
|
|
62
|
+
readonly type: NumberConstructor;
|
|
63
|
+
readonly default: 1;
|
|
64
|
+
};
|
|
65
|
+
readonly themeOverrides: {
|
|
66
|
+
readonly type: import("vue").PropType<import("@yh-ui/theme").ComponentThemeVars>;
|
|
67
|
+
readonly default: undefined;
|
|
68
|
+
};
|
|
69
|
+
}>> & Readonly<{}>, {
|
|
70
|
+
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
71
|
+
readonly repeat: number;
|
|
72
|
+
readonly round: boolean;
|
|
73
|
+
readonly variant: "button" | "text" | "circle" | "caption" | "h1" | "h3" | "image" | "rect";
|
|
74
|
+
readonly animated: boolean;
|
|
75
|
+
readonly sharp: boolean;
|
|
76
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
77
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
78
|
+
export default _default;
|
|
79
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
80
|
+
new (): {
|
|
81
|
+
$slots: S;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -67,10 +67,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
67
67
|
readonly default: undefined;
|
|
68
68
|
};
|
|
69
69
|
}>> & Readonly<{}>, {
|
|
70
|
+
readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars;
|
|
70
71
|
readonly repeat: number;
|
|
71
72
|
readonly round: boolean;
|
|
72
|
-
readonly
|
|
73
|
-
readonly variant: "button" | "caption" | "h1" | "h3" | "image" | "text" | "circle" | "rect";
|
|
73
|
+
readonly variant: "button" | "text" | "circle" | "caption" | "h1" | "h3" | "image" | "rect";
|
|
74
74
|
readonly animated: boolean;
|
|
75
75
|
readonly sharp: boolean;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|