@yh-ui/components 0.1.10 → 0.1.12
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/ai-action-group/__tests__/ai-action-group.ssr.test.cjs +55 -0
- package/dist/ai-action-group/__tests__/ai-action-group.ssr.test.d.ts +1 -0
- package/dist/ai-action-group/__tests__/ai-action-group.ssr.test.mjs +39 -0
- package/dist/ai-action-group/__tests__/ai-action-group.test.cjs +149 -0
- package/dist/ai-action-group/__tests__/ai-action-group.test.d.ts +1 -0
- package/dist/ai-action-group/__tests__/ai-action-group.test.mjs +104 -0
- package/dist/ai-action-group/index.cjs +26 -0
- package/dist/ai-action-group/index.d.ts +3 -0
- package/dist/ai-action-group/index.mjs +5 -0
- package/dist/ai-action-group/src/ai-action-group.cjs +50 -0
- package/dist/ai-action-group/src/ai-action-group.css +517 -0
- package/dist/ai-action-group/src/ai-action-group.d.ts +55 -0
- package/dist/ai-action-group/src/ai-action-group.d.vue.ts +40 -0
- package/dist/ai-action-group/src/ai-action-group.mjs +44 -0
- package/dist/ai-action-group/src/ai-action-group.vue +602 -0
- package/dist/ai-action-group/src/ai-action-group.vue.d.ts +40 -0
- package/dist/ai-agent-card/__tests__/ai-agent-card.ssr.test.cjs +61 -0
- package/dist/ai-agent-card/__tests__/ai-agent-card.ssr.test.d.ts +1 -0
- package/dist/ai-agent-card/__tests__/ai-agent-card.ssr.test.mjs +65 -0
- package/dist/ai-agent-card/__tests__/ai-agent-card.test.cjs +70 -0
- package/dist/ai-agent-card/__tests__/ai-agent-card.test.d.ts +1 -0
- package/dist/ai-agent-card/__tests__/ai-agent-card.test.mjs +64 -0
- package/dist/ai-agent-card/index.cjs +26 -0
- package/dist/ai-agent-card/index.d.ts +3 -0
- package/dist/ai-agent-card/index.mjs +5 -0
- package/dist/ai-agent-card/src/ai-agent-card.cjs +74 -0
- package/dist/ai-agent-card/src/ai-agent-card.css +859 -0
- package/dist/ai-agent-card/src/ai-agent-card.d.ts +122 -0
- package/dist/ai-agent-card/src/ai-agent-card.d.vue.ts +62 -0
- package/dist/ai-agent-card/src/ai-agent-card.mjs +68 -0
- package/dist/ai-agent-card/src/ai-agent-card.vue +1029 -0
- package/dist/ai-agent-card/src/ai-agent-card.vue.d.ts +62 -0
- package/dist/ai-artifacts/__tests__/ai-artifacts.ssr.test.cjs +73 -0
- package/dist/ai-artifacts/__tests__/ai-artifacts.ssr.test.d.ts +1 -0
- package/dist/ai-artifacts/__tests__/ai-artifacts.ssr.test.mjs +68 -0
- package/dist/ai-artifacts/__tests__/ai-artifacts.test.cjs +128 -0
- package/dist/ai-artifacts/__tests__/ai-artifacts.test.d.ts +1 -0
- package/dist/ai-artifacts/__tests__/ai-artifacts.test.mjs +109 -0
- package/dist/ai-artifacts/index.cjs +26 -0
- package/dist/ai-artifacts/index.d.ts +3 -0
- package/dist/ai-artifacts/index.mjs +5 -0
- package/dist/ai-artifacts/src/ai-artifacts.cjs +55 -0
- package/dist/ai-artifacts/src/ai-artifacts.css +633 -0
- package/dist/ai-artifacts/src/ai-artifacts.d.ts +93 -0
- package/dist/ai-artifacts/src/ai-artifacts.d.vue.ts +33 -0
- package/dist/ai-artifacts/src/ai-artifacts.mjs +49 -0
- package/dist/ai-artifacts/src/ai-artifacts.vue +803 -0
- package/dist/ai-artifacts/src/ai-artifacts.vue.d.ts +33 -0
- package/dist/ai-bubble/__tests__/ai-bubble.ssr.test.cjs +87 -0
- package/dist/ai-bubble/__tests__/ai-bubble.ssr.test.d.ts +1 -0
- package/dist/ai-bubble/__tests__/ai-bubble.ssr.test.mjs +58 -0
- package/dist/ai-bubble/__tests__/ai-bubble.test.cjs +227 -0
- package/dist/ai-bubble/__tests__/ai-bubble.test.d.ts +1 -0
- package/dist/ai-bubble/__tests__/ai-bubble.test.mjs +123 -0
- package/dist/ai-bubble/index.cjs +26 -0
- package/dist/ai-bubble/index.d.ts +3 -0
- package/dist/ai-bubble/index.mjs +5 -0
- package/dist/ai-bubble/src/ai-bubble.cjs +86 -0
- package/dist/ai-bubble/src/ai-bubble.css +932 -0
- package/dist/ai-bubble/src/ai-bubble.d.ts +126 -0
- package/dist/ai-bubble/src/ai-bubble.d.vue.ts +110 -0
- package/dist/ai-bubble/src/ai-bubble.mjs +80 -0
- package/dist/ai-bubble/src/ai-bubble.vue +1300 -0
- package/dist/ai-bubble/src/ai-bubble.vue.d.ts +110 -0
- package/dist/ai-chat/__tests__/ai-chat.ssr.test.cjs +82 -0
- package/dist/ai-chat/__tests__/ai-chat.ssr.test.d.ts +1 -0
- package/dist/ai-chat/__tests__/ai-chat.ssr.test.mjs +69 -0
- package/dist/ai-chat/__tests__/ai-chat.test.cjs +169 -0
- package/dist/ai-chat/__tests__/ai-chat.test.d.ts +1 -0
- package/dist/ai-chat/__tests__/ai-chat.test.mjs +121 -0
- package/dist/ai-chat/index.cjs +26 -0
- package/dist/ai-chat/index.d.ts +3 -0
- package/dist/ai-chat/index.mjs +5 -0
- package/dist/ai-chat/src/ai-chat.cjs +41 -0
- package/dist/ai-chat/src/ai-chat.css +503 -0
- package/dist/ai-chat/src/ai-chat.d.ts +57 -0
- package/dist/ai-chat/src/ai-chat.d.vue.ts +43 -0
- package/dist/ai-chat/src/ai-chat.mjs +35 -0
- package/dist/ai-chat/src/ai-chat.vue +606 -0
- package/dist/ai-chat/src/ai-chat.vue.d.ts +43 -0
- package/dist/ai-code-block/__tests__/ai-code-block.ssr.test.cjs +66 -0
- package/dist/ai-code-block/__tests__/ai-code-block.ssr.test.d.ts +1 -0
- package/dist/ai-code-block/__tests__/ai-code-block.ssr.test.mjs +48 -0
- package/dist/ai-code-block/__tests__/ai-code-block.test.cjs +174 -0
- package/dist/ai-code-block/__tests__/ai-code-block.test.d.ts +1 -0
- package/dist/ai-code-block/__tests__/ai-code-block.test.mjs +108 -0
- package/dist/ai-code-block/index.cjs +26 -0
- package/dist/ai-code-block/index.d.ts +3 -0
- package/dist/ai-code-block/index.mjs +5 -0
- package/dist/ai-code-block/src/ai-code-block.cjs +79 -0
- package/dist/ai-code-block/src/ai-code-block.css +589 -0
- package/dist/ai-code-block/src/ai-code-block.d.ts +76 -0
- package/dist/ai-code-block/src/ai-code-block.d.vue.ts +63 -0
- package/dist/ai-code-block/src/ai-code-block.mjs +73 -0
- package/dist/ai-code-block/src/ai-code-block.vue +706 -0
- package/dist/ai-code-block/src/ai-code-block.vue.d.ts +63 -0
- package/dist/ai-conversations/__tests__/ai-conversations.ssr.test.cjs +50 -0
- package/dist/ai-conversations/__tests__/ai-conversations.ssr.test.d.ts +1 -0
- package/dist/ai-conversations/__tests__/ai-conversations.ssr.test.mjs +42 -0
- package/dist/ai-conversations/__tests__/ai-conversations.test.cjs +67 -0
- package/dist/ai-conversations/__tests__/ai-conversations.test.d.ts +1 -0
- package/dist/ai-conversations/__tests__/ai-conversations.test.mjs +51 -0
- package/dist/ai-conversations/index.cjs +26 -0
- package/dist/ai-conversations/index.d.ts +3 -0
- package/dist/ai-conversations/index.mjs +5 -0
- package/dist/ai-conversations/src/ai-conversations.cjs +69 -0
- package/dist/ai-conversations/src/ai-conversations.css +679 -0
- package/dist/ai-conversations/src/ai-conversations.d.ts +67 -0
- package/dist/ai-conversations/src/ai-conversations.d.vue.ts +52 -0
- package/dist/ai-conversations/src/ai-conversations.mjs +63 -0
- package/dist/ai-conversations/src/ai-conversations.vue +949 -0
- package/dist/ai-conversations/src/ai-conversations.vue.d.ts +52 -0
- package/dist/ai-editor-sender/__tests__/ai-editor-sender.ssr.test.cjs +62 -0
- package/dist/ai-editor-sender/__tests__/ai-editor-sender.ssr.test.d.ts +1 -0
- package/dist/ai-editor-sender/__tests__/ai-editor-sender.ssr.test.mjs +50 -0
- package/dist/ai-editor-sender/__tests__/ai-editor-sender.test.cjs +315 -0
- package/dist/ai-editor-sender/__tests__/ai-editor-sender.test.d.ts +1 -0
- package/dist/ai-editor-sender/__tests__/ai-editor-sender.test.mjs +226 -0
- package/dist/ai-editor-sender/index.cjs +26 -0
- package/dist/ai-editor-sender/index.d.ts +3 -0
- package/dist/ai-editor-sender/index.mjs +5 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.cjs +66 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.css +566 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.d.ts +70 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.d.vue.ts +70 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.mjs +60 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.vue +713 -0
- package/dist/ai-editor-sender/src/ai-editor-sender.vue.d.ts +70 -0
- package/dist/ai-prompts/__tests__/ai-prompts.ssr.test.cjs +49 -0
- package/dist/ai-prompts/__tests__/ai-prompts.ssr.test.d.ts +1 -0
- package/dist/ai-prompts/__tests__/ai-prompts.ssr.test.mjs +41 -0
- package/dist/ai-prompts/__tests__/ai-prompts.test.cjs +54 -0
- package/dist/ai-prompts/__tests__/ai-prompts.test.d.ts +1 -0
- package/dist/ai-prompts/__tests__/ai-prompts.test.mjs +38 -0
- package/dist/ai-prompts/index.cjs +26 -0
- package/dist/ai-prompts/index.d.ts +3 -0
- package/dist/ai-prompts/index.mjs +5 -0
- package/dist/ai-prompts/src/ai-prompts.cjs +42 -0
- package/dist/ai-prompts/src/ai-prompts.css +572 -0
- package/dist/ai-prompts/src/ai-prompts.d.ts +45 -0
- package/dist/ai-prompts/src/ai-prompts.d.vue.ts +44 -0
- package/dist/ai-prompts/src/ai-prompts.mjs +36 -0
- package/dist/ai-prompts/src/ai-prompts.vue +646 -0
- package/dist/ai-prompts/src/ai-prompts.vue.d.ts +44 -0
- package/dist/ai-provider/__tests__/ai-provider.ssr.test.cjs +33 -0
- package/dist/ai-provider/__tests__/ai-provider.ssr.test.d.ts +1 -0
- package/dist/ai-provider/__tests__/ai-provider.ssr.test.mjs +34 -0
- package/dist/ai-provider/__tests__/ai-provider.test.cjs +38 -0
- package/dist/ai-provider/__tests__/ai-provider.test.d.ts +1 -0
- package/dist/ai-provider/__tests__/ai-provider.test.mjs +33 -0
- package/dist/ai-provider/index.cjs +38 -0
- package/dist/ai-provider/index.d.ts +4 -0
- package/dist/ai-provider/index.mjs +6 -0
- package/dist/ai-provider/src/ai-provider.cjs +7 -0
- package/dist/ai-provider/src/ai-provider.d.ts +88 -0
- package/dist/ai-provider/src/ai-provider.d.vue.ts +48 -0
- package/dist/ai-provider/src/ai-provider.mjs +1 -0
- package/dist/ai-provider/src/ai-provider.vue +24 -0
- package/dist/ai-provider/src/ai-provider.vue.d.ts +48 -0
- package/dist/ai-provider/src/use-ai-provider.cjs +11 -0
- package/dist/ai-provider/src/use-ai-provider.d.ts +10 -0
- package/dist/ai-provider/src/use-ai-provider.mjs +5 -0
- package/dist/ai-sender/__tests__/ai-sender.ssr.test.cjs +46 -0
- package/dist/ai-sender/__tests__/ai-sender.ssr.test.d.ts +1 -0
- package/dist/ai-sender/__tests__/ai-sender.ssr.test.mjs +37 -0
- package/dist/ai-sender/__tests__/ai-sender.test.cjs +388 -0
- package/dist/ai-sender/__tests__/ai-sender.test.d.ts +1 -0
- package/dist/ai-sender/__tests__/ai-sender.test.mjs +248 -0
- package/dist/ai-sender/index.cjs +26 -0
- package/dist/ai-sender/index.d.ts +3 -0
- package/dist/ai-sender/index.mjs +5 -0
- package/dist/ai-sender/src/ai-sender.cjs +91 -0
- package/dist/ai-sender/src/ai-sender.css +754 -0
- package/dist/ai-sender/src/ai-sender.d.ts +140 -0
- package/dist/ai-sender/src/ai-sender.d.vue.ts +69 -0
- package/dist/ai-sender/src/ai-sender.mjs +85 -0
- package/dist/ai-sender/src/ai-sender.vue +1032 -0
- package/dist/ai-sender/src/ai-sender.vue.d.ts +69 -0
- package/dist/ai-sources/__tests__/ai-sources.ssr.test.cjs +72 -0
- package/dist/ai-sources/__tests__/ai-sources.ssr.test.d.ts +1 -0
- package/dist/ai-sources/__tests__/ai-sources.ssr.test.mjs +82 -0
- package/dist/ai-sources/__tests__/ai-sources.test.cjs +93 -0
- package/dist/ai-sources/__tests__/ai-sources.test.d.ts +1 -0
- package/dist/ai-sources/__tests__/ai-sources.test.mjs +89 -0
- package/dist/ai-sources/index.cjs +26 -0
- package/dist/ai-sources/index.d.ts +3 -0
- package/dist/ai-sources/index.mjs +5 -0
- package/dist/ai-sources/src/ai-sources.cjs +59 -0
- package/dist/ai-sources/src/ai-sources.css +830 -0
- package/dist/ai-sources/src/ai-sources.d.ts +79 -0
- package/dist/ai-sources/src/ai-sources.d.vue.ts +45 -0
- package/dist/ai-sources/src/ai-sources.mjs +53 -0
- package/dist/ai-sources/src/ai-sources.vue +1109 -0
- package/dist/ai-sources/src/ai-sources.vue.d.ts +45 -0
- package/dist/ai-thinking/__tests__/ai-thinking.ssr.test.cjs +56 -0
- package/dist/ai-thinking/__tests__/ai-thinking.ssr.test.d.ts +1 -0
- package/dist/ai-thinking/__tests__/ai-thinking.ssr.test.mjs +42 -0
- package/dist/ai-thinking/__tests__/ai-thinking.test.cjs +151 -0
- package/dist/ai-thinking/__tests__/ai-thinking.test.d.ts +1 -0
- package/dist/ai-thinking/__tests__/ai-thinking.test.mjs +96 -0
- package/dist/ai-thinking/index.cjs +26 -0
- package/dist/ai-thinking/index.d.ts +3 -0
- package/dist/ai-thinking/index.mjs +5 -0
- package/dist/ai-thinking/src/ai-thinking.cjs +44 -0
- package/dist/ai-thinking/src/ai-thinking.css +543 -0
- package/dist/ai-thinking/src/ai-thinking.d.ts +42 -0
- package/dist/ai-thinking/src/ai-thinking.d.vue.ts +33 -0
- package/dist/ai-thinking/src/ai-thinking.mjs +38 -0
- package/dist/ai-thinking/src/ai-thinking.vue +631 -0
- package/dist/ai-thinking/src/ai-thinking.vue.d.ts +33 -0
- package/dist/ai-thought-chain/__tests__/ai-thought-chain.ssr.test.cjs +83 -0
- package/dist/ai-thought-chain/__tests__/ai-thought-chain.ssr.test.d.ts +1 -0
- package/dist/ai-thought-chain/__tests__/ai-thought-chain.ssr.test.mjs +52 -0
- package/dist/ai-thought-chain/__tests__/ai-thought-chain.test.cjs +204 -0
- package/dist/ai-thought-chain/__tests__/ai-thought-chain.test.d.ts +1 -0
- package/dist/ai-thought-chain/__tests__/ai-thought-chain.test.mjs +134 -0
- package/dist/ai-thought-chain/index.cjs +26 -0
- package/dist/ai-thought-chain/index.d.ts +3 -0
- package/dist/ai-thought-chain/index.mjs +5 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.cjs +68 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.css +668 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.d.ts +82 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.d.vue.ts +83 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.mjs +62 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.vue +813 -0
- package/dist/ai-thought-chain/src/ai-thought-chain.vue.d.ts +83 -0
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.ssr.test.cjs +32 -0
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.ssr.test.d.ts +1 -0
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.ssr.test.mjs +25 -0
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.cjs +113 -0
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.d.ts +1 -0
- package/dist/ai-voice-trigger/__tests__/ai-voice-trigger.test.mjs +93 -0
- package/dist/ai-voice-trigger/index.cjs +26 -0
- package/dist/ai-voice-trigger/index.d.ts +3 -0
- package/dist/ai-voice-trigger/index.mjs +5 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.cjs +35 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.css +603 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.d.ts +37 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.d.vue.ts +29 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.mjs +29 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.vue +708 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.vue.d.ts +29 -0
- package/dist/ai-welcome/__tests__/ai-welcome.ssr.test.cjs +57 -0
- package/dist/ai-welcome/__tests__/ai-welcome.ssr.test.d.ts +1 -0
- package/dist/ai-welcome/__tests__/ai-welcome.ssr.test.mjs +39 -0
- package/dist/ai-welcome/__tests__/ai-welcome.test.cjs +169 -0
- package/dist/ai-welcome/__tests__/ai-welcome.test.d.ts +1 -0
- package/dist/ai-welcome/__tests__/ai-welcome.test.mjs +113 -0
- package/dist/ai-welcome/index.cjs +26 -0
- package/dist/ai-welcome/index.d.ts +3 -0
- package/dist/ai-welcome/index.mjs +5 -0
- package/dist/ai-welcome/src/ai-welcome.cjs +56 -0
- package/dist/ai-welcome/src/ai-welcome.css +591 -0
- package/dist/ai-welcome/src/ai-welcome.d.ts +59 -0
- package/dist/ai-welcome/src/ai-welcome.d.vue.ts +51 -0
- package/dist/ai-welcome/src/ai-welcome.mjs +50 -0
- package/dist/ai-welcome/src/ai-welcome.vue +655 -0
- package/dist/ai-welcome/src/ai-welcome.vue.d.ts +51 -0
- package/dist/alert/src/alert.d.vue.ts +5 -5
- package/dist/alert/src/alert.vue.d.ts +5 -5
- package/dist/autocomplete/src/autocomplete.d.vue.ts +2 -2
- package/dist/autocomplete/src/autocomplete.vue.d.ts +2 -2
- package/dist/avatar/index.d.ts +39 -1
- package/dist/back-top/src/back-top.d.vue.ts +1 -1
- package/dist/back-top/src/back-top.vue.d.ts +1 -1
- package/dist/button/index.d.ts +3 -3
- package/dist/button/src/button.css +3 -3
- package/dist/button/src/button.d.vue.ts +1 -1
- package/dist/button/src/button.vue +3 -3
- package/dist/button/src/button.vue.d.ts +1 -1
- package/dist/calendar/src/calendar.d.vue.ts +2 -2
- package/dist/calendar/src/calendar.vue.d.ts +2 -2
- package/dist/cascader/src/cascader-panel.d.vue.ts +2 -2
- package/dist/cascader/src/cascader-panel.vue.d.ts +2 -2
- package/dist/checkbox/index.d.ts +3 -3
- package/dist/checkbox/src/checkbox-group.d.vue.ts +1 -1
- package/dist/checkbox/src/checkbox-group.vue +13 -1
- package/dist/checkbox/src/checkbox-group.vue.d.ts +1 -1
- package/dist/checkbox/src/checkbox.d.ts +12 -0
- package/dist/col/src/col.d.vue.ts +4 -4
- package/dist/col/src/col.vue.d.ts +4 -4
- package/dist/color-picker/src/color-picker.d.vue.ts +1 -1
- package/dist/color-picker/src/color-picker.vue.d.ts +1 -1
- package/dist/component.d.ts +63 -0
- package/dist/date-picker/src/date-picker.d.vue.ts +4 -4
- package/dist/date-picker/src/date-picker.vue.d.ts +4 -4
- package/dist/descriptions/src/description-item.d.vue.ts +1 -1
- package/dist/descriptions/src/description-item.vue.d.ts +1 -1
- package/dist/dialog/src/dialog.d.vue.ts +6 -6
- package/dist/dialog/src/dialog.vue.d.ts +6 -6
- package/dist/drawer/src/drawer.d.vue.ts +3 -3
- package/dist/drawer/src/drawer.vue.d.ts +3 -3
- package/dist/dropdown/src/dropdown-item.d.vue.ts +1 -1
- package/dist/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/dist/dropdown/src/dropdown.d.vue.ts +8 -8
- package/dist/dropdown/src/dropdown.vue.d.ts +8 -8
- package/dist/form/__tests__/form-schema.test.cjs +477 -24
- package/dist/form/__tests__/form-schema.test.mjs +277 -57
- package/dist/form/index.cjs +12 -0
- package/dist/form/index.d.ts +1 -2
- package/dist/form/index.mjs +1 -0
- package/dist/form/src/form-item.d.vue.ts +2 -1
- package/dist/form/src/form-item.vue +3 -1
- package/dist/form/src/form-item.vue.d.ts +2 -1
- package/dist/form/src/form-schema.cjs +2 -1
- package/dist/form/src/form-schema.d.ts +124 -19
- package/dist/form/src/form-schema.d.vue.ts +69 -19
- package/dist/form/src/form-schema.mjs +2 -1
- package/dist/form/src/form-schema.vue +522 -160
- package/dist/form/src/form-schema.vue.d.ts +69 -19
- package/dist/form/src/form.cjs +7 -0
- package/dist/form/src/form.d.ts +20 -0
- package/dist/form/src/form.d.vue.ts +10 -1
- package/dist/form/src/form.mjs +7 -0
- package/dist/form/src/form.vue +22 -10
- package/dist/form/src/form.vue.d.ts +10 -1
- package/dist/grid/src/grid.d.vue.ts +1 -1
- package/dist/grid/src/grid.vue.d.ts +1 -1
- package/dist/icon/src/icons/index.cjs +122 -2
- package/dist/icon/src/icons/index.d.ts +24 -0
- package/dist/icon/src/icons/index.mjs +145 -1
- package/dist/image/index.d.ts +356 -2
- package/dist/image/src/image-viewer.d.vue.ts +3 -3
- package/dist/image/src/image-viewer.vue.d.ts +3 -3
- package/dist/image/src/image.d.vue.ts +4 -4
- package/dist/image/src/image.vue.d.ts +4 -4
- package/dist/index.cjs +193 -1
- package/dist/index.d.ts +16 -0
- package/dist/index.mjs +49 -1
- package/dist/input/index.d.ts +18 -18
- package/dist/input/src/input.d.vue.ts +6 -6
- package/dist/input/src/input.vue.d.ts +6 -6
- package/dist/input-tag/src/input-tag.d.vue.ts +2 -2
- package/dist/input-tag/src/input-tag.vue.d.ts +2 -2
- package/dist/mention/src/mention.d.vue.ts +8 -8
- package/dist/mention/src/mention.vue.d.ts +8 -8
- package/dist/menu/src/menu.d.vue.ts +4 -4
- package/dist/menu/src/menu.vue.d.ts +4 -4
- package/dist/message/src/message.d.vue.ts +1 -1
- package/dist/message/src/message.vue.d.ts +1 -1
- package/dist/popconfirm/src/popconfirm.d.vue.ts +5 -5
- package/dist/popconfirm/src/popconfirm.vue.d.ts +5 -5
- package/dist/popover/src/popover.d.vue.ts +4 -4
- package/dist/popover/src/popover.vue.d.ts +4 -4
- package/dist/progress/src/progress.d.vue.ts +1 -1
- package/dist/progress/src/progress.vue.d.ts +1 -1
- package/dist/radio/src/radio-group.d.vue.ts +1 -1
- package/dist/radio/src/radio-group.vue +25 -4
- package/dist/radio/src/radio-group.vue.d.ts +1 -1
- package/dist/radio/src/radio.d.ts +12 -0
- package/dist/rate/src/rate.d.vue.ts +1 -1
- package/dist/rate/src/rate.vue.d.ts +1 -1
- package/dist/select/src/select.d.vue.ts +1 -1
- package/dist/select/src/select.vue.d.ts +1 -1
- package/dist/skeleton/src/skeleton.d.vue.ts +1 -1
- package/dist/skeleton/src/skeleton.vue.d.ts +1 -1
- package/dist/slider/src/slider.d.vue.ts +1 -1
- package/dist/slider/src/slider.vue.d.ts +1 -1
- package/dist/steps/src/step.d.vue.ts +1 -1
- package/dist/steps/src/step.vue.d.ts +1 -1
- package/dist/switch/src/switch.d.vue.ts +2 -2
- package/dist/switch/src/switch.vue.d.ts +2 -2
- package/dist/table/__tests__/table.perf.test.cjs +2 -2
- package/dist/table/__tests__/table.perf.test.mjs +2 -2
- package/dist/table/__tests__/table.test.cjs +18 -0
- package/dist/table/__tests__/table.test.mjs +18 -0
- package/dist/table/__tests__/use-table-import.test.cjs +6 -0
- package/dist/table/__tests__/use-table-import.test.mjs +8 -1
- package/dist/table/src/table-column.d.vue.ts +1 -1
- package/dist/table/src/table-column.vue.d.ts +1 -1
- package/dist/table/src/table.d.vue.ts +1 -1
- package/dist/table/src/table.vue.d.ts +1 -1
- package/dist/tabs/src/tab-pane.d.vue.ts +1 -1
- package/dist/tabs/src/tab-pane.vue.d.ts +1 -1
- package/dist/tabs/src/tabs.d.vue.ts +2 -2
- package/dist/tabs/src/tabs.vue.d.ts +2 -2
- package/dist/tooltip/index.d.ts +7 -7
- package/dist/tooltip/src/tooltip.d.vue.ts +7 -7
- package/dist/tooltip/src/tooltip.vue.d.ts +7 -7
- package/dist/tree/src/tree.d.vue.ts +1 -1
- package/dist/tree/src/tree.vue.d.ts +1 -1
- package/dist/tree-select/src/tree-select.d.vue.ts +3 -3
- package/dist/tree-select/src/tree-select.vue.d.ts +3 -3
- package/dist/upload/src/upload.d.vue.ts +1 -1
- package/dist/upload/src/upload.vue.d.ts +1 -1
- package/package.json +8 -5
package/dist/index.cjs
CHANGED
|
@@ -811,7 +811,199 @@ Object.keys(_mention).forEach(function (key) {
|
|
|
811
811
|
}
|
|
812
812
|
});
|
|
813
813
|
});
|
|
814
|
-
|
|
814
|
+
var _aiChat = require("./ai-chat/index.cjs");
|
|
815
|
+
Object.keys(_aiChat).forEach(function (key) {
|
|
816
|
+
if (key === "default" || key === "__esModule") return;
|
|
817
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
818
|
+
if (key in exports && exports[key] === _aiChat[key]) return;
|
|
819
|
+
Object.defineProperty(exports, key, {
|
|
820
|
+
enumerable: true,
|
|
821
|
+
get: function () {
|
|
822
|
+
return _aiChat[key];
|
|
823
|
+
}
|
|
824
|
+
});
|
|
825
|
+
});
|
|
826
|
+
var _aiBubble = require("./ai-bubble/index.cjs");
|
|
827
|
+
Object.keys(_aiBubble).forEach(function (key) {
|
|
828
|
+
if (key === "default" || key === "__esModule") return;
|
|
829
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
830
|
+
if (key in exports && exports[key] === _aiBubble[key]) return;
|
|
831
|
+
Object.defineProperty(exports, key, {
|
|
832
|
+
enumerable: true,
|
|
833
|
+
get: function () {
|
|
834
|
+
return _aiBubble[key];
|
|
835
|
+
}
|
|
836
|
+
});
|
|
837
|
+
});
|
|
838
|
+
var _aiSender = require("./ai-sender/index.cjs");
|
|
839
|
+
Object.keys(_aiSender).forEach(function (key) {
|
|
840
|
+
if (key === "default" || key === "__esModule") return;
|
|
841
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
842
|
+
if (key in exports && exports[key] === _aiSender[key]) return;
|
|
843
|
+
Object.defineProperty(exports, key, {
|
|
844
|
+
enumerable: true,
|
|
845
|
+
get: function () {
|
|
846
|
+
return _aiSender[key];
|
|
847
|
+
}
|
|
848
|
+
});
|
|
849
|
+
});
|
|
850
|
+
var _aiThoughtChain = require("./ai-thought-chain/index.cjs");
|
|
851
|
+
Object.keys(_aiThoughtChain).forEach(function (key) {
|
|
852
|
+
if (key === "default" || key === "__esModule") return;
|
|
853
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
854
|
+
if (key in exports && exports[key] === _aiThoughtChain[key]) return;
|
|
855
|
+
Object.defineProperty(exports, key, {
|
|
856
|
+
enumerable: true,
|
|
857
|
+
get: function () {
|
|
858
|
+
return _aiThoughtChain[key];
|
|
859
|
+
}
|
|
860
|
+
});
|
|
861
|
+
});
|
|
862
|
+
var _aiCodeBlock = require("./ai-code-block/index.cjs");
|
|
863
|
+
Object.keys(_aiCodeBlock).forEach(function (key) {
|
|
864
|
+
if (key === "default" || key === "__esModule") return;
|
|
865
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
866
|
+
if (key in exports && exports[key] === _aiCodeBlock[key]) return;
|
|
867
|
+
Object.defineProperty(exports, key, {
|
|
868
|
+
enumerable: true,
|
|
869
|
+
get: function () {
|
|
870
|
+
return _aiCodeBlock[key];
|
|
871
|
+
}
|
|
872
|
+
});
|
|
873
|
+
});
|
|
874
|
+
var _aiThinking = require("./ai-thinking/index.cjs");
|
|
875
|
+
Object.keys(_aiThinking).forEach(function (key) {
|
|
876
|
+
if (key === "default" || key === "__esModule") return;
|
|
877
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
878
|
+
if (key in exports && exports[key] === _aiThinking[key]) return;
|
|
879
|
+
Object.defineProperty(exports, key, {
|
|
880
|
+
enumerable: true,
|
|
881
|
+
get: function () {
|
|
882
|
+
return _aiThinking[key];
|
|
883
|
+
}
|
|
884
|
+
});
|
|
885
|
+
});
|
|
886
|
+
var _aiWelcome = require("./ai-welcome/index.cjs");
|
|
887
|
+
Object.keys(_aiWelcome).forEach(function (key) {
|
|
888
|
+
if (key === "default" || key === "__esModule") return;
|
|
889
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
890
|
+
if (key in exports && exports[key] === _aiWelcome[key]) return;
|
|
891
|
+
Object.defineProperty(exports, key, {
|
|
892
|
+
enumerable: true,
|
|
893
|
+
get: function () {
|
|
894
|
+
return _aiWelcome[key];
|
|
895
|
+
}
|
|
896
|
+
});
|
|
897
|
+
});
|
|
898
|
+
var _aiActionGroup = require("./ai-action-group/index.cjs");
|
|
899
|
+
Object.keys(_aiActionGroup).forEach(function (key) {
|
|
900
|
+
if (key === "default" || key === "__esModule") return;
|
|
901
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
902
|
+
if (key in exports && exports[key] === _aiActionGroup[key]) return;
|
|
903
|
+
Object.defineProperty(exports, key, {
|
|
904
|
+
enumerable: true,
|
|
905
|
+
get: function () {
|
|
906
|
+
return _aiActionGroup[key];
|
|
907
|
+
}
|
|
908
|
+
});
|
|
909
|
+
});
|
|
910
|
+
var _aiEditorSender = require("./ai-editor-sender/index.cjs");
|
|
911
|
+
Object.keys(_aiEditorSender).forEach(function (key) {
|
|
912
|
+
if (key === "default" || key === "__esModule") return;
|
|
913
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
914
|
+
if (key in exports && exports[key] === _aiEditorSender[key]) return;
|
|
915
|
+
Object.defineProperty(exports, key, {
|
|
916
|
+
enumerable: true,
|
|
917
|
+
get: function () {
|
|
918
|
+
return _aiEditorSender[key];
|
|
919
|
+
}
|
|
920
|
+
});
|
|
921
|
+
});
|
|
922
|
+
var _aiArtifacts = require("./ai-artifacts/index.cjs");
|
|
923
|
+
Object.keys(_aiArtifacts).forEach(function (key) {
|
|
924
|
+
if (key === "default" || key === "__esModule") return;
|
|
925
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
926
|
+
if (key in exports && exports[key] === _aiArtifacts[key]) return;
|
|
927
|
+
Object.defineProperty(exports, key, {
|
|
928
|
+
enumerable: true,
|
|
929
|
+
get: function () {
|
|
930
|
+
return _aiArtifacts[key];
|
|
931
|
+
}
|
|
932
|
+
});
|
|
933
|
+
});
|
|
934
|
+
var _aiVoiceTrigger = require("./ai-voice-trigger/index.cjs");
|
|
935
|
+
Object.keys(_aiVoiceTrigger).forEach(function (key) {
|
|
936
|
+
if (key === "default" || key === "__esModule") return;
|
|
937
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
938
|
+
if (key in exports && exports[key] === _aiVoiceTrigger[key]) return;
|
|
939
|
+
Object.defineProperty(exports, key, {
|
|
940
|
+
enumerable: true,
|
|
941
|
+
get: function () {
|
|
942
|
+
return _aiVoiceTrigger[key];
|
|
943
|
+
}
|
|
944
|
+
});
|
|
945
|
+
});
|
|
946
|
+
var _aiConversations = require("./ai-conversations/index.cjs");
|
|
947
|
+
Object.keys(_aiConversations).forEach(function (key) {
|
|
948
|
+
if (key === "default" || key === "__esModule") return;
|
|
949
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
950
|
+
if (key in exports && exports[key] === _aiConversations[key]) return;
|
|
951
|
+
Object.defineProperty(exports, key, {
|
|
952
|
+
enumerable: true,
|
|
953
|
+
get: function () {
|
|
954
|
+
return _aiConversations[key];
|
|
955
|
+
}
|
|
956
|
+
});
|
|
957
|
+
});
|
|
958
|
+
var _aiPrompts = require("./ai-prompts/index.cjs");
|
|
959
|
+
Object.keys(_aiPrompts).forEach(function (key) {
|
|
960
|
+
if (key === "default" || key === "__esModule") return;
|
|
961
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
962
|
+
if (key in exports && exports[key] === _aiPrompts[key]) return;
|
|
963
|
+
Object.defineProperty(exports, key, {
|
|
964
|
+
enumerable: true,
|
|
965
|
+
get: function () {
|
|
966
|
+
return _aiPrompts[key];
|
|
967
|
+
}
|
|
968
|
+
});
|
|
969
|
+
});
|
|
970
|
+
var _aiAgentCard = require("./ai-agent-card/index.cjs");
|
|
971
|
+
Object.keys(_aiAgentCard).forEach(function (key) {
|
|
972
|
+
if (key === "default" || key === "__esModule") return;
|
|
973
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
974
|
+
if (key in exports && exports[key] === _aiAgentCard[key]) return;
|
|
975
|
+
Object.defineProperty(exports, key, {
|
|
976
|
+
enumerable: true,
|
|
977
|
+
get: function () {
|
|
978
|
+
return _aiAgentCard[key];
|
|
979
|
+
}
|
|
980
|
+
});
|
|
981
|
+
});
|
|
982
|
+
var _aiSources = require("./ai-sources/index.cjs");
|
|
983
|
+
Object.keys(_aiSources).forEach(function (key) {
|
|
984
|
+
if (key === "default" || key === "__esModule") return;
|
|
985
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
986
|
+
if (key in exports && exports[key] === _aiSources[key]) return;
|
|
987
|
+
Object.defineProperty(exports, key, {
|
|
988
|
+
enumerable: true,
|
|
989
|
+
get: function () {
|
|
990
|
+
return _aiSources[key];
|
|
991
|
+
}
|
|
992
|
+
});
|
|
993
|
+
});
|
|
994
|
+
var _aiProvider = require("./ai-provider/index.cjs");
|
|
995
|
+
Object.keys(_aiProvider).forEach(function (key) {
|
|
996
|
+
if (key === "default" || key === "__esModule") return;
|
|
997
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
998
|
+
if (key in exports && exports[key] === _aiProvider[key]) return;
|
|
999
|
+
Object.defineProperty(exports, key, {
|
|
1000
|
+
enumerable: true,
|
|
1001
|
+
get: function () {
|
|
1002
|
+
return _aiProvider[key];
|
|
1003
|
+
}
|
|
1004
|
+
});
|
|
1005
|
+
});
|
|
1006
|
+
const components = [_button.YhButton, _input.YhInput, _checkbox.YhCheckbox, _checkbox.YhCheckboxGroup, _radio.YhRadio, _radio.YhRadioGroup, _radio.YhRadioButton, _tag.YhTag, _inputNumber.YhInputNumber, _inputTag.YhInputTag, _icon.YhIcon, _form.YhForm, _form.YhFormItem, _form.YhFormSchema, _row.YhRow, _col.YhCol, _divider.YhDivider, _rate.YhRate, _switch.YhSwitch, _autocomplete.YhAutocomplete, _select.YhSelect, _select.YhOption, _cascader.YhCascader, _cascader.YhCascaderPanel, _slider.YhSlider, _timeSelect.YhTimeSelect, _timePicker.YhTimePicker, _datePicker.YhDatePicker, _transfer.YhTransfer, _transfer.YhTransferPanel, _treeSelect.YhTreeSelect, _badge.YhBadge, _card.YhCard, _colorPicker.YhColorPicker, _spin.YhSpin, _loading.YhLoading, _messageBox.YhMessageBox, _breadcrumb.YhBreadcrumb, _breadcrumb.YhBreadcrumbItem, _backTop.YhBackTop, _alert.YhAlert, _skeleton.YhSkeleton, _skeleton.YhSkeletonItem, _progress.YhProgress, _tooltip.YhTooltip, _popconfirm.YhPopconfirm, _popover.YhPopover, _dialog.YhDialog, _dialog.YhDialogMethod, _drawer.YhDrawer, _watermark.YhWatermark, _upload.YhUpload, _marquee.YhMarquee, _pagination.YhPagination, _image.YhImage, _image.YhImageViewer, _descriptions.YhDescriptions, _descriptions.YhDescriptionsItem, _tabs.YhTabs, _tabs.YhTabPane, _steps.YhSteps, _steps.YhStep, _configProvider.YhConfigProvider, _affix.YhAffix, _infiniteScroll.YhInfiniteScroll, _dropdown.YhDropdown, _dropdown.YhDropdownItem, _dropdown.YhDropdownMenu, _menu.YhMenu, _menu.YhMenuItem, _menu.YhMenuItemGroup, _menu.YhSubMenu, _calendar.YhCalendar, _waterfall.YhWaterfall, _tree.YhTree, _tree.YhTreeNode, _countdown.YhCountdown, _table.YhTable, _table.YhTableColumn, _space.YhSpace, _avatar.YhAvatar, _empty.YhEmpty, _typography.YhTypographyTitle, _typography.YhTypographyText, _typography.YhTypographyParagraph, _typography.YhTypographyLink, _container.YhContainer, _container.YhHeader, _container.YhAside, _container.YhMain, _container.YhFooter, _result.YhResult, _grid.YhGrid, _grid.YhGridItem, _mention.YhMention, _aiChat.YhAiChat, _aiBubble.YhAiBubble, _aiSender.YhAiSender, _aiThoughtChain.YhAiThoughtChain, _aiCodeBlock.YhAiCodeBlock, _aiThinking.YhAiThinking, _aiWelcome.YhAiWelcome, _aiActionGroup.YhAiActionGroup, _aiEditorSender.YhAiEditorSender, _aiArtifacts.YhAiArtifacts, _aiVoiceTrigger.YhAiVoiceTrigger, _aiConversations.YhAiConversations, _aiPrompts.YhAiPrompts, _aiAgentCard.YhAiAgentCard, _aiSources.YhAiSources, _aiProvider.YhAiProvider];
|
|
815
1007
|
const install = app => {
|
|
816
1008
|
components.forEach(component => {
|
|
817
1009
|
app.use(component);
|
package/dist/index.d.ts
CHANGED
|
@@ -70,6 +70,22 @@ export * from './container';
|
|
|
70
70
|
export * from './result';
|
|
71
71
|
export * from './grid';
|
|
72
72
|
export * from './mention';
|
|
73
|
+
export * from './ai-chat';
|
|
74
|
+
export * from './ai-bubble';
|
|
75
|
+
export * from './ai-sender';
|
|
76
|
+
export * from './ai-thought-chain';
|
|
77
|
+
export * from './ai-code-block';
|
|
78
|
+
export * from './ai-thinking';
|
|
79
|
+
export * from './ai-welcome';
|
|
80
|
+
export * from './ai-action-group';
|
|
81
|
+
export * from './ai-editor-sender';
|
|
82
|
+
export * from './ai-artifacts';
|
|
83
|
+
export * from './ai-voice-trigger';
|
|
84
|
+
export * from './ai-conversations';
|
|
85
|
+
export * from './ai-prompts';
|
|
86
|
+
export * from './ai-agent-card';
|
|
87
|
+
export * from './ai-sources';
|
|
88
|
+
export * from './ai-provider';
|
|
73
89
|
/**
|
|
74
90
|
* 全量注册所有组件
|
|
75
91
|
*/
|
package/dist/index.mjs
CHANGED
|
@@ -70,6 +70,22 @@ import { YhContainer, YhHeader, YhAside, YhMain, YhFooter } from "./container/in
|
|
|
70
70
|
import { YhResult } from "./result/index.mjs";
|
|
71
71
|
import { YhGrid, YhGridItem } from "./grid/index.mjs";
|
|
72
72
|
import { YhMention } from "./mention/index.mjs";
|
|
73
|
+
import { YhAiChat } from "./ai-chat/index.mjs";
|
|
74
|
+
import { YhAiBubble } from "./ai-bubble/index.mjs";
|
|
75
|
+
import { YhAiSender } from "./ai-sender/index.mjs";
|
|
76
|
+
import { YhAiThoughtChain } from "./ai-thought-chain/index.mjs";
|
|
77
|
+
import { YhAiCodeBlock } from "./ai-code-block/index.mjs";
|
|
78
|
+
import { YhAiThinking } from "./ai-thinking/index.mjs";
|
|
79
|
+
import { YhAiWelcome } from "./ai-welcome/index.mjs";
|
|
80
|
+
import { YhAiActionGroup } from "./ai-action-group/index.mjs";
|
|
81
|
+
import { YhAiEditorSender } from "./ai-editor-sender/index.mjs";
|
|
82
|
+
import { YhAiArtifacts } from "./ai-artifacts/index.mjs";
|
|
83
|
+
import { YhAiVoiceTrigger } from "./ai-voice-trigger/index.mjs";
|
|
84
|
+
import { YhAiConversations } from "./ai-conversations/index.mjs";
|
|
85
|
+
import { YhAiPrompts } from "./ai-prompts/index.mjs";
|
|
86
|
+
import { YhAiAgentCard } from "./ai-agent-card/index.mjs";
|
|
87
|
+
import { YhAiSources } from "./ai-sources/index.mjs";
|
|
88
|
+
import { YhAiProvider } from "./ai-provider/index.mjs";
|
|
73
89
|
export * from "./button/index.mjs";
|
|
74
90
|
export * from "./input/index.mjs";
|
|
75
91
|
export * from "./checkbox/index.mjs";
|
|
@@ -137,6 +153,22 @@ export * from "./container/index.mjs";
|
|
|
137
153
|
export * from "./result/index.mjs";
|
|
138
154
|
export * from "./grid/index.mjs";
|
|
139
155
|
export * from "./mention/index.mjs";
|
|
156
|
+
export * from "./ai-chat/index.mjs";
|
|
157
|
+
export * from "./ai-bubble/index.mjs";
|
|
158
|
+
export * from "./ai-sender/index.mjs";
|
|
159
|
+
export * from "./ai-thought-chain/index.mjs";
|
|
160
|
+
export * from "./ai-code-block/index.mjs";
|
|
161
|
+
export * from "./ai-thinking/index.mjs";
|
|
162
|
+
export * from "./ai-welcome/index.mjs";
|
|
163
|
+
export * from "./ai-action-group/index.mjs";
|
|
164
|
+
export * from "./ai-editor-sender/index.mjs";
|
|
165
|
+
export * from "./ai-artifacts/index.mjs";
|
|
166
|
+
export * from "./ai-voice-trigger/index.mjs";
|
|
167
|
+
export * from "./ai-conversations/index.mjs";
|
|
168
|
+
export * from "./ai-prompts/index.mjs";
|
|
169
|
+
export * from "./ai-agent-card/index.mjs";
|
|
170
|
+
export * from "./ai-sources/index.mjs";
|
|
171
|
+
export * from "./ai-provider/index.mjs";
|
|
140
172
|
const components = [
|
|
141
173
|
YhButton,
|
|
142
174
|
YhInput,
|
|
@@ -232,7 +264,23 @@ const components = [
|
|
|
232
264
|
YhResult,
|
|
233
265
|
YhGrid,
|
|
234
266
|
YhGridItem,
|
|
235
|
-
YhMention
|
|
267
|
+
YhMention,
|
|
268
|
+
YhAiChat,
|
|
269
|
+
YhAiBubble,
|
|
270
|
+
YhAiSender,
|
|
271
|
+
YhAiThoughtChain,
|
|
272
|
+
YhAiCodeBlock,
|
|
273
|
+
YhAiThinking,
|
|
274
|
+
YhAiWelcome,
|
|
275
|
+
YhAiActionGroup,
|
|
276
|
+
YhAiEditorSender,
|
|
277
|
+
YhAiArtifacts,
|
|
278
|
+
YhAiVoiceTrigger,
|
|
279
|
+
YhAiConversations,
|
|
280
|
+
YhAiPrompts,
|
|
281
|
+
YhAiAgentCard,
|
|
282
|
+
YhAiSources,
|
|
283
|
+
YhAiProvider
|
|
236
284
|
];
|
|
237
285
|
export const install = (app) => {
|
|
238
286
|
components.forEach((component) => {
|
package/dist/input/index.d.ts
CHANGED
|
@@ -41,19 +41,19 @@ export declare const YhInput: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
41
41
|
type: import("./src/input").InputType;
|
|
42
42
|
size: import("./src/input").InputSize;
|
|
43
43
|
label: string;
|
|
44
|
+
variant: import("./src/input").InputVariant;
|
|
45
|
+
loading: boolean;
|
|
46
|
+
status: import("./src/input").InputStatus;
|
|
47
|
+
autofocus: boolean;
|
|
44
48
|
clearable: boolean;
|
|
49
|
+
showWordLimit: boolean;
|
|
50
|
+
rows: number;
|
|
45
51
|
validateEvent: boolean;
|
|
46
|
-
autofocus: boolean;
|
|
47
52
|
autocomplete: string;
|
|
48
|
-
loading: boolean;
|
|
49
53
|
readonly: boolean;
|
|
50
|
-
rows: number;
|
|
51
|
-
status: import("./src/input").InputStatus;
|
|
52
54
|
showPassword: boolean;
|
|
53
|
-
variant: import("./src/input").InputVariant;
|
|
54
55
|
clearOnEscape: boolean;
|
|
55
56
|
selectOnFocus: boolean;
|
|
56
|
-
showWordLimit: boolean;
|
|
57
57
|
ariaLabel: string;
|
|
58
58
|
inputmode: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
59
59
|
modelModifiers: Record<string, boolean>;
|
|
@@ -89,19 +89,19 @@ export declare const YhInput: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
89
89
|
type: import("./src/input").InputType;
|
|
90
90
|
size: import("./src/input").InputSize;
|
|
91
91
|
label: string;
|
|
92
|
+
variant: import("./src/input").InputVariant;
|
|
93
|
+
loading: boolean;
|
|
94
|
+
status: import("./src/input").InputStatus;
|
|
95
|
+
autofocus: boolean;
|
|
92
96
|
clearable: boolean;
|
|
97
|
+
showWordLimit: boolean;
|
|
98
|
+
rows: number;
|
|
93
99
|
validateEvent: boolean;
|
|
94
|
-
autofocus: boolean;
|
|
95
100
|
autocomplete: string;
|
|
96
|
-
loading: boolean;
|
|
97
101
|
readonly: boolean;
|
|
98
|
-
rows: number;
|
|
99
|
-
status: import("./src/input").InputStatus;
|
|
100
102
|
showPassword: boolean;
|
|
101
|
-
variant: import("./src/input").InputVariant;
|
|
102
103
|
clearOnEscape: boolean;
|
|
103
104
|
selectOnFocus: boolean;
|
|
104
|
-
showWordLimit: boolean;
|
|
105
105
|
ariaLabel: string;
|
|
106
106
|
inputmode: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
107
107
|
modelModifiers: Record<string, boolean>;
|
|
@@ -146,19 +146,19 @@ export declare const YhInput: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
146
146
|
type: import("./src/input").InputType;
|
|
147
147
|
size: import("./src/input").InputSize;
|
|
148
148
|
label: string;
|
|
149
|
+
variant: import("./src/input").InputVariant;
|
|
150
|
+
loading: boolean;
|
|
151
|
+
status: import("./src/input").InputStatus;
|
|
152
|
+
autofocus: boolean;
|
|
149
153
|
clearable: boolean;
|
|
154
|
+
showWordLimit: boolean;
|
|
155
|
+
rows: number;
|
|
150
156
|
validateEvent: boolean;
|
|
151
|
-
autofocus: boolean;
|
|
152
157
|
autocomplete: string;
|
|
153
|
-
loading: boolean;
|
|
154
158
|
readonly: boolean;
|
|
155
|
-
rows: number;
|
|
156
|
-
status: import("./src/input").InputStatus;
|
|
157
159
|
showPassword: boolean;
|
|
158
|
-
variant: import("./src/input").InputVariant;
|
|
159
160
|
clearOnEscape: boolean;
|
|
160
161
|
selectOnFocus: boolean;
|
|
161
|
-
showWordLimit: boolean;
|
|
162
162
|
ariaLabel: string;
|
|
163
163
|
inputmode: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
164
164
|
modelModifiers: Record<string, boolean>;
|
|
@@ -50,19 +50,19 @@ declare const __VLS_component: import("vue").DefineComponent<InputProps, {
|
|
|
50
50
|
type: import("./input").InputType;
|
|
51
51
|
size: import("./input").InputSize;
|
|
52
52
|
label: string;
|
|
53
|
+
variant: import("./input").InputVariant;
|
|
54
|
+
loading: boolean;
|
|
55
|
+
status: import("./input").InputStatus;
|
|
56
|
+
autofocus: boolean;
|
|
53
57
|
clearable: boolean;
|
|
58
|
+
showWordLimit: boolean;
|
|
59
|
+
rows: number;
|
|
54
60
|
validateEvent: boolean;
|
|
55
|
-
autofocus: boolean;
|
|
56
61
|
autocomplete: string;
|
|
57
|
-
loading: boolean;
|
|
58
62
|
readonly: boolean;
|
|
59
|
-
rows: number;
|
|
60
|
-
status: import("./input").InputStatus;
|
|
61
63
|
showPassword: boolean;
|
|
62
|
-
variant: import("./input").InputVariant;
|
|
63
64
|
clearOnEscape: boolean;
|
|
64
65
|
selectOnFocus: boolean;
|
|
65
|
-
showWordLimit: boolean;
|
|
66
66
|
ariaLabel: string;
|
|
67
67
|
inputmode: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
68
68
|
modelModifiers: Record<string, boolean>;
|
|
@@ -50,19 +50,19 @@ declare const __VLS_component: import("vue").DefineComponent<InputProps, {
|
|
|
50
50
|
type: import("./input").InputType;
|
|
51
51
|
size: import("./input").InputSize;
|
|
52
52
|
label: string;
|
|
53
|
+
variant: import("./input").InputVariant;
|
|
54
|
+
loading: boolean;
|
|
55
|
+
status: import("./input").InputStatus;
|
|
56
|
+
autofocus: boolean;
|
|
53
57
|
clearable: boolean;
|
|
58
|
+
showWordLimit: boolean;
|
|
59
|
+
rows: number;
|
|
54
60
|
validateEvent: boolean;
|
|
55
|
-
autofocus: boolean;
|
|
56
61
|
autocomplete: string;
|
|
57
|
-
loading: boolean;
|
|
58
62
|
readonly: boolean;
|
|
59
|
-
rows: number;
|
|
60
|
-
status: import("./input").InputStatus;
|
|
61
63
|
showPassword: boolean;
|
|
62
|
-
variant: import("./input").InputVariant;
|
|
63
64
|
clearOnEscape: boolean;
|
|
64
65
|
selectOnFocus: boolean;
|
|
65
|
-
showWordLimit: boolean;
|
|
66
66
|
ariaLabel: string;
|
|
67
67
|
inputmode: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
68
68
|
modelModifiers: Record<string, boolean>;
|
|
@@ -48,10 +48,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputTagProps, {
|
|
|
48
48
|
type: import("./input-tag").InputTagType;
|
|
49
49
|
size: import("./input-tag").InputTagSize;
|
|
50
50
|
separator: string | string[];
|
|
51
|
-
closable: boolean;
|
|
52
|
-
modelValue: string[];
|
|
53
51
|
placeholder: string;
|
|
52
|
+
modelValue: string[];
|
|
54
53
|
clearable: boolean;
|
|
54
|
+
closable: boolean;
|
|
55
55
|
validateEvent: boolean;
|
|
56
56
|
readonly: boolean;
|
|
57
57
|
collapseTags: boolean;
|
|
@@ -48,10 +48,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputTagProps, {
|
|
|
48
48
|
type: import("./input-tag").InputTagType;
|
|
49
49
|
size: import("./input-tag").InputTagSize;
|
|
50
50
|
separator: string | string[];
|
|
51
|
-
closable: boolean;
|
|
52
|
-
modelValue: string[];
|
|
53
51
|
placeholder: string;
|
|
52
|
+
modelValue: string[];
|
|
54
53
|
clearable: boolean;
|
|
54
|
+
closable: boolean;
|
|
55
55
|
validateEvent: boolean;
|
|
56
56
|
readonly: boolean;
|
|
57
57
|
collapseTags: boolean;
|
|
@@ -56,20 +56,20 @@ declare const __VLS_component: import("vue").DefineComponent<MentionProps, {
|
|
|
56
56
|
split: string;
|
|
57
57
|
type: "input" | "textarea";
|
|
58
58
|
size: import("./mention").MentionSize;
|
|
59
|
+
loading: boolean;
|
|
60
|
+
placement: import("./mention").MentionPlacement;
|
|
61
|
+
popperClass: string;
|
|
62
|
+
triggers: string[];
|
|
63
|
+
options: MentionOption[];
|
|
64
|
+
autofocus: boolean;
|
|
59
65
|
modelValue: string;
|
|
60
66
|
clearable: boolean;
|
|
67
|
+
showWordLimit: boolean;
|
|
68
|
+
rows: number;
|
|
61
69
|
debounce: number;
|
|
62
|
-
placement: import("./mention").MentionPlacement;
|
|
63
|
-
popperClass: string;
|
|
64
70
|
validateEvent: boolean;
|
|
65
|
-
autofocus: boolean;
|
|
66
|
-
loading: boolean;
|
|
67
71
|
readonly: boolean;
|
|
68
|
-
rows: number;
|
|
69
|
-
options: MentionOption[];
|
|
70
|
-
triggers: string[];
|
|
71
72
|
loadingText: string;
|
|
72
|
-
showWordLimit: boolean;
|
|
73
73
|
maxCount: number;
|
|
74
74
|
filterOption: ((keyword: string, option: MentionOption) => boolean) | false;
|
|
75
75
|
noDataText: string;
|
|
@@ -56,20 +56,20 @@ declare const __VLS_component: import("vue").DefineComponent<MentionProps, {
|
|
|
56
56
|
split: string;
|
|
57
57
|
type: "input" | "textarea";
|
|
58
58
|
size: import("./mention").MentionSize;
|
|
59
|
+
loading: boolean;
|
|
60
|
+
placement: import("./mention").MentionPlacement;
|
|
61
|
+
popperClass: string;
|
|
62
|
+
triggers: string[];
|
|
63
|
+
options: MentionOption[];
|
|
64
|
+
autofocus: boolean;
|
|
59
65
|
modelValue: string;
|
|
60
66
|
clearable: boolean;
|
|
67
|
+
showWordLimit: boolean;
|
|
68
|
+
rows: number;
|
|
61
69
|
debounce: number;
|
|
62
|
-
placement: import("./mention").MentionPlacement;
|
|
63
|
-
popperClass: string;
|
|
64
70
|
validateEvent: boolean;
|
|
65
|
-
autofocus: boolean;
|
|
66
|
-
loading: boolean;
|
|
67
71
|
readonly: boolean;
|
|
68
|
-
rows: number;
|
|
69
|
-
options: MentionOption[];
|
|
70
|
-
triggers: string[];
|
|
71
72
|
loadingText: string;
|
|
72
|
-
showWordLimit: boolean;
|
|
73
73
|
maxCount: number;
|
|
74
74
|
filterOption: ((keyword: string, option: MentionOption) => boolean) | false;
|
|
75
75
|
noDataText: string;
|
|
@@ -169,20 +169,20 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
169
169
|
readonly backgroundColor: string;
|
|
170
170
|
readonly gap: number;
|
|
171
171
|
readonly popperClass: string;
|
|
172
|
-
readonly
|
|
172
|
+
readonly persistent: boolean;
|
|
173
|
+
readonly popperStyle: string | object;
|
|
173
174
|
readonly options: import("./menu").MenuItemData[];
|
|
175
|
+
readonly mode: import("./menu").MenuMode;
|
|
174
176
|
readonly textColor: string;
|
|
175
|
-
readonly popperStyle: string | object;
|
|
176
177
|
readonly expandAll: boolean;
|
|
177
|
-
readonly persistent: boolean;
|
|
178
178
|
readonly responsive: boolean;
|
|
179
|
-
readonly activeTextColor: string;
|
|
180
179
|
readonly defaultActive: string;
|
|
181
180
|
readonly defaultOpeneds: string[];
|
|
182
181
|
readonly uniqueOpened: boolean;
|
|
183
182
|
readonly menuTrigger: import("./menu").MenuTrigger;
|
|
184
183
|
readonly collapseTransition: boolean;
|
|
185
184
|
readonly router: boolean;
|
|
185
|
+
readonly activeTextColor: string;
|
|
186
186
|
readonly popperZIndex: number;
|
|
187
187
|
readonly ellipsisIcon: string | import("vue").Component;
|
|
188
188
|
readonly popperOffset: number;
|
|
@@ -169,20 +169,20 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
169
169
|
readonly backgroundColor: string;
|
|
170
170
|
readonly gap: number;
|
|
171
171
|
readonly popperClass: string;
|
|
172
|
-
readonly
|
|
172
|
+
readonly persistent: boolean;
|
|
173
|
+
readonly popperStyle: string | object;
|
|
173
174
|
readonly options: import("./menu").MenuItemData[];
|
|
175
|
+
readonly mode: import("./menu").MenuMode;
|
|
174
176
|
readonly textColor: string;
|
|
175
|
-
readonly popperStyle: string | object;
|
|
176
177
|
readonly expandAll: boolean;
|
|
177
|
-
readonly persistent: boolean;
|
|
178
178
|
readonly responsive: boolean;
|
|
179
|
-
readonly activeTextColor: string;
|
|
180
179
|
readonly defaultActive: string;
|
|
181
180
|
readonly defaultOpeneds: string[];
|
|
182
181
|
readonly uniqueOpened: boolean;
|
|
183
182
|
readonly menuTrigger: import("./menu").MenuTrigger;
|
|
184
183
|
readonly collapseTransition: boolean;
|
|
185
184
|
readonly router: boolean;
|
|
185
|
+
readonly activeTextColor: string;
|
|
186
186
|
readonly popperZIndex: number;
|
|
187
187
|
readonly ellipsisIcon: string | import("vue").Component;
|
|
188
188
|
readonly popperOffset: number;
|
|
@@ -16,8 +16,8 @@ declare const __VLS_component: import("vue").DefineComponent<MessageProps, {
|
|
|
16
16
|
offset: number;
|
|
17
17
|
type: import("./message").MessageType;
|
|
18
18
|
center: boolean;
|
|
19
|
-
duration: number;
|
|
20
19
|
placement: import("./message").MessagePlacement;
|
|
20
|
+
duration: number;
|
|
21
21
|
showClose: boolean;
|
|
22
22
|
dangerouslyUseHTMLString: boolean;
|
|
23
23
|
grouping: boolean;
|
|
@@ -16,8 +16,8 @@ declare const __VLS_component: import("vue").DefineComponent<MessageProps, {
|
|
|
16
16
|
offset: number;
|
|
17
17
|
type: import("./message").MessageType;
|
|
18
18
|
center: boolean;
|
|
19
|
-
duration: number;
|
|
20
19
|
placement: import("./message").MessagePlacement;
|
|
20
|
+
duration: number;
|
|
21
21
|
showClose: boolean;
|
|
22
22
|
dangerouslyUseHTMLString: boolean;
|
|
23
23
|
grouping: boolean;
|
|
@@ -122,15 +122,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
122
122
|
readonly visible: boolean | null;
|
|
123
123
|
readonly icon: string;
|
|
124
124
|
readonly title: string;
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
125
|
+
readonly placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
126
|
+
readonly showArrow: boolean;
|
|
127
127
|
readonly popperClass: string;
|
|
128
128
|
readonly popperStyle: Record<string, unknown>;
|
|
129
|
-
readonly
|
|
129
|
+
readonly description: string;
|
|
130
130
|
readonly confirmButtonText: string;
|
|
131
131
|
readonly cancelButtonText: string;
|
|
132
|
-
readonly confirmButtonType: "default" | "
|
|
133
|
-
readonly cancelButtonType: "default" | "
|
|
132
|
+
readonly confirmButtonType: "default" | "info" | "warning" | "success" | "primary" | "danger";
|
|
133
|
+
readonly cancelButtonType: "default" | "info" | "warning" | "success" | "primary" | "danger";
|
|
134
134
|
readonly iconColor: string;
|
|
135
135
|
readonly hideIcon: boolean;
|
|
136
136
|
readonly hideCancel: boolean;
|
|
@@ -122,15 +122,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
122
122
|
readonly visible: boolean | null;
|
|
123
123
|
readonly icon: string;
|
|
124
124
|
readonly title: string;
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
125
|
+
readonly placement: "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
126
|
+
readonly showArrow: boolean;
|
|
127
127
|
readonly popperClass: string;
|
|
128
128
|
readonly popperStyle: Record<string, unknown>;
|
|
129
|
-
readonly
|
|
129
|
+
readonly description: string;
|
|
130
130
|
readonly confirmButtonText: string;
|
|
131
131
|
readonly cancelButtonText: string;
|
|
132
|
-
readonly confirmButtonType: "default" | "
|
|
133
|
-
readonly cancelButtonType: "default" | "
|
|
132
|
+
readonly confirmButtonType: "default" | "info" | "warning" | "success" | "primary" | "danger";
|
|
133
|
+
readonly cancelButtonType: "default" | "info" | "warning" | "success" | "primary" | "danger";
|
|
134
134
|
readonly iconColor: string;
|
|
135
135
|
readonly hideIcon: boolean;
|
|
136
136
|
readonly hideCancel: boolean;
|
|
@@ -118,17 +118,17 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
118
118
|
readonly visible: boolean | null;
|
|
119
119
|
readonly maxHeight: string | number;
|
|
120
120
|
readonly transition: string;
|
|
121
|
-
readonly effect: string;
|
|
122
|
-
readonly scrollable: boolean;
|
|
123
121
|
readonly placement: import("@floating-ui/dom").Placement;
|
|
124
|
-
readonly popperClass: string;
|
|
125
|
-
readonly popperStyle: CSSProperties;
|
|
126
122
|
readonly trigger: "click" | "contextmenu" | "focus" | "hover" | ("click" | "contextmenu" | "focus" | "hover")[];
|
|
127
123
|
readonly showAfter: number;
|
|
128
124
|
readonly hideAfter: number;
|
|
129
125
|
readonly showArrow: boolean;
|
|
130
126
|
readonly interactive: boolean;
|
|
127
|
+
readonly effect: string;
|
|
128
|
+
readonly popperClass: string;
|
|
131
129
|
readonly persistent: boolean;
|
|
130
|
+
readonly scrollable: boolean;
|
|
131
|
+
readonly popperStyle: CSSProperties;
|
|
132
132
|
readonly matchTriggerWidth: boolean;
|
|
133
133
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
134
134
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|