@yh-ui/components 0.1.10 → 0.1.15
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 +50 -0
- package/dist/ai-artifacts/src/ai-artifacts.mjs +49 -0
- package/dist/ai-artifacts/src/ai-artifacts.vue +831 -0
- package/dist/ai-artifacts/src/ai-artifacts.vue.d.ts +50 -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-mention/__tests__/ai-mention.ssr.test.cjs +38 -0
- package/dist/ai-mention/__tests__/ai-mention.ssr.test.d.ts +1 -0
- package/dist/ai-mention/__tests__/ai-mention.ssr.test.mjs +37 -0
- package/dist/ai-mention/__tests__/ai-mention.test.cjs +113 -0
- package/dist/ai-mention/__tests__/ai-mention.test.d.ts +1 -0
- package/dist/ai-mention/__tests__/ai-mention.test.mjs +84 -0
- package/dist/ai-mention/index.cjs +26 -0
- package/dist/ai-mention/index.d.ts +29 -0
- package/dist/ai-mention/index.mjs +5 -0
- package/dist/ai-mention/src/ai-mention.cjs +95 -0
- package/dist/ai-mention/src/ai-mention.css +545 -0
- package/dist/ai-mention/src/ai-mention.d.ts +99 -0
- package/dist/ai-mention/src/ai-mention.d.vue.ts +68 -0
- package/dist/ai-mention/src/ai-mention.mjs +89 -0
- package/dist/ai-mention/src/ai-mention.vue +650 -0
- package/dist/ai-mention/src/ai-mention.vue.d.ts +68 -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 +395 -0
- package/dist/ai-sender/__tests__/ai-sender.test.d.ts +1 -0
- package/dist/ai-sender/__tests__/ai-sender.test.mjs +255 -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 +98 -0
- package/dist/ai-sender/src/ai-sender.css +754 -0
- package/dist/ai-sender/src/ai-sender.d.ts +147 -0
- package/dist/ai-sender/src/ai-sender.d.vue.ts +74 -0
- package/dist/ai-sender/src/ai-sender.mjs +92 -0
- package/dist/ai-sender/src/ai-sender.vue +1039 -0
- package/dist/ai-sender/src/ai-sender.vue.d.ts +74 -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 +1093 -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 +130 -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 +103 -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 +67 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.css +702 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.d.ts +69 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.d.vue.ts +49 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.mjs +61 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.vue +859 -0
- package/dist/ai-voice-trigger/src/ai-voice-trigger.vue.d.ts +49 -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 +6 -6
- package/dist/alert/src/alert.vue.d.ts +6 -6
- package/dist/autocomplete/src/autocomplete.d.vue.ts +4 -4
- package/dist/autocomplete/src/autocomplete.vue.d.ts +4 -4
- 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 +3 -3
- package/dist/calendar/src/calendar.vue.d.ts +3 -3
- 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 +6 -6
- package/dist/date-picker/src/date-picker.vue.d.ts +6 -6
- 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 +12 -12
- package/dist/dialog/src/dialog.vue.d.ts +12 -12
- package/dist/drawer/index.d.ts +42 -1
- package/dist/drawer/src/drawer.d.vue.ts +6 -6
- package/dist/drawer/src/drawer.vue.d.ts +6 -6
- 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 +127 -2
- package/dist/icon/src/icons/index.d.ts +25 -0
- package/dist/icon/src/icons/index.mjs +151 -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 +205 -1
- package/dist/index.d.ts +17 -0
- package/dist/index.mjs +52 -1
- package/dist/infinite-scroll/src/infinite-scroll.d.vue.ts +1 -1
- package/dist/infinite-scroll/src/infinite-scroll.vue.d.ts +1 -1
- package/dist/input/index.d.ts +21 -21
- package/dist/input/src/input.d.vue.ts +7 -7
- package/dist/input/src/input.vue.d.ts +7 -7
- package/dist/input-number/index.d.ts +3 -3
- package/dist/input-number/src/input-number.d.vue.ts +1 -1
- package/dist/input-number/src/input-number.vue.d.ts +1 -1
- package/dist/input-tag/src/input-tag.d.vue.ts +3 -3
- package/dist/input-tag/src/input-tag.vue.d.ts +3 -3
- package/dist/mention/index.d.ts +181 -1
- package/dist/mention/src/mention.d.vue.ts +9 -9
- package/dist/mention/src/mention.vue +6 -2
- package/dist/mention/src/mention.vue.d.ts +9 -9
- 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/notification/src/notification.d.vue.ts +1 -1
- package/dist/notification/src/notification.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 +4 -4
- package/dist/select/src/select.vue.d.ts +4 -4
- 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 +2 -2
- package/dist/table/src/table-column.vue.d.ts +2 -2
- package/dist/table/src/table.d.vue.ts +3 -3
- package/dist/table/src/table.vue.d.ts +3 -3
- 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/time-picker/src/time-picker.d.vue.ts +1 -1
- package/dist/time-picker/src/time-picker.vue.d.ts +1 -1
- 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,211 @@ 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
|
+
var _aiMention = require("./ai-mention/index.cjs");
|
|
1007
|
+
Object.keys(_aiMention).forEach(function (key) {
|
|
1008
|
+
if (key === "default" || key === "__esModule") return;
|
|
1009
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
1010
|
+
if (key in exports && exports[key] === _aiMention[key]) return;
|
|
1011
|
+
Object.defineProperty(exports, key, {
|
|
1012
|
+
enumerable: true,
|
|
1013
|
+
get: function () {
|
|
1014
|
+
return _aiMention[key];
|
|
1015
|
+
}
|
|
1016
|
+
});
|
|
1017
|
+
});
|
|
1018
|
+
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, _aiMention.YhAiMention];
|
|
815
1019
|
const install = app => {
|
|
816
1020
|
components.forEach(component => {
|
|
817
1021
|
app.use(component);
|
package/dist/index.d.ts
CHANGED
|
@@ -70,6 +70,23 @@ 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';
|
|
89
|
+
export * from './ai-mention';
|
|
73
90
|
/**
|
|
74
91
|
* 全量注册所有组件
|
|
75
92
|
*/
|
package/dist/index.mjs
CHANGED
|
@@ -70,6 +70,23 @@ 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";
|
|
89
|
+
import { YhAiMention } from "./ai-mention/index.mjs";
|
|
73
90
|
export * from "./button/index.mjs";
|
|
74
91
|
export * from "./input/index.mjs";
|
|
75
92
|
export * from "./checkbox/index.mjs";
|
|
@@ -137,6 +154,23 @@ export * from "./container/index.mjs";
|
|
|
137
154
|
export * from "./result/index.mjs";
|
|
138
155
|
export * from "./grid/index.mjs";
|
|
139
156
|
export * from "./mention/index.mjs";
|
|
157
|
+
export * from "./ai-chat/index.mjs";
|
|
158
|
+
export * from "./ai-bubble/index.mjs";
|
|
159
|
+
export * from "./ai-sender/index.mjs";
|
|
160
|
+
export * from "./ai-thought-chain/index.mjs";
|
|
161
|
+
export * from "./ai-code-block/index.mjs";
|
|
162
|
+
export * from "./ai-thinking/index.mjs";
|
|
163
|
+
export * from "./ai-welcome/index.mjs";
|
|
164
|
+
export * from "./ai-action-group/index.mjs";
|
|
165
|
+
export * from "./ai-editor-sender/index.mjs";
|
|
166
|
+
export * from "./ai-artifacts/index.mjs";
|
|
167
|
+
export * from "./ai-voice-trigger/index.mjs";
|
|
168
|
+
export * from "./ai-conversations/index.mjs";
|
|
169
|
+
export * from "./ai-prompts/index.mjs";
|
|
170
|
+
export * from "./ai-agent-card/index.mjs";
|
|
171
|
+
export * from "./ai-sources/index.mjs";
|
|
172
|
+
export * from "./ai-provider/index.mjs";
|
|
173
|
+
export * from "./ai-mention/index.mjs";
|
|
140
174
|
const components = [
|
|
141
175
|
YhButton,
|
|
142
176
|
YhInput,
|
|
@@ -232,7 +266,24 @@ const components = [
|
|
|
232
266
|
YhResult,
|
|
233
267
|
YhGrid,
|
|
234
268
|
YhGridItem,
|
|
235
|
-
YhMention
|
|
269
|
+
YhMention,
|
|
270
|
+
YhAiChat,
|
|
271
|
+
YhAiBubble,
|
|
272
|
+
YhAiSender,
|
|
273
|
+
YhAiThoughtChain,
|
|
274
|
+
YhAiCodeBlock,
|
|
275
|
+
YhAiThinking,
|
|
276
|
+
YhAiWelcome,
|
|
277
|
+
YhAiActionGroup,
|
|
278
|
+
YhAiEditorSender,
|
|
279
|
+
YhAiArtifacts,
|
|
280
|
+
YhAiVoiceTrigger,
|
|
281
|
+
YhAiConversations,
|
|
282
|
+
YhAiPrompts,
|
|
283
|
+
YhAiAgentCard,
|
|
284
|
+
YhAiSources,
|
|
285
|
+
YhAiProvider,
|
|
286
|
+
YhAiMention
|
|
236
287
|
];
|
|
237
288
|
export const install = (app) => {
|
|
238
289
|
components.forEach((component) => {
|
|
@@ -78,9 +78,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
78
78
|
readonly rootMargin: string;
|
|
79
79
|
readonly error: boolean;
|
|
80
80
|
readonly loading: boolean;
|
|
81
|
+
readonly loadingText: string;
|
|
81
82
|
readonly finished: boolean;
|
|
82
83
|
readonly threshold: number;
|
|
83
|
-
readonly loadingText: string;
|
|
84
84
|
readonly finishedText: string;
|
|
85
85
|
readonly errorText: string;
|
|
86
86
|
readonly immediateCheck: boolean;
|
|
@@ -78,9 +78,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
78
78
|
readonly rootMargin: string;
|
|
79
79
|
readonly error: boolean;
|
|
80
80
|
readonly loading: boolean;
|
|
81
|
+
readonly loadingText: string;
|
|
81
82
|
readonly finished: boolean;
|
|
82
83
|
readonly threshold: number;
|
|
83
|
-
readonly loadingText: string;
|
|
84
84
|
readonly finishedText: string;
|
|
85
85
|
readonly errorText: string;
|
|
86
86
|
readonly immediateCheck: boolean;
|
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
|
-
|
|
45
|
-
validateEvent: boolean;
|
|
46
|
-
autofocus: boolean;
|
|
47
|
-
autocomplete: string;
|
|
44
|
+
variant: import("./src/input").InputVariant;
|
|
48
45
|
loading: boolean;
|
|
46
|
+
status: import("./src/input").InputStatus;
|
|
47
|
+
autofocus: boolean;
|
|
49
48
|
readonly: boolean;
|
|
49
|
+
clearable: boolean;
|
|
50
|
+
showWordLimit: boolean;
|
|
50
51
|
rows: number;
|
|
51
|
-
|
|
52
|
+
validateEvent: boolean;
|
|
53
|
+
autocomplete: string;
|
|
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
|
-
|
|
93
|
-
validateEvent: boolean;
|
|
94
|
-
autofocus: boolean;
|
|
95
|
-
autocomplete: string;
|
|
92
|
+
variant: import("./src/input").InputVariant;
|
|
96
93
|
loading: boolean;
|
|
94
|
+
status: import("./src/input").InputStatus;
|
|
95
|
+
autofocus: boolean;
|
|
97
96
|
readonly: boolean;
|
|
97
|
+
clearable: boolean;
|
|
98
|
+
showWordLimit: boolean;
|
|
98
99
|
rows: number;
|
|
99
|
-
|
|
100
|
+
validateEvent: boolean;
|
|
101
|
+
autocomplete: string;
|
|
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
|
-
|
|
150
|
-
validateEvent: boolean;
|
|
151
|
-
autofocus: boolean;
|
|
152
|
-
autocomplete: string;
|
|
149
|
+
variant: import("./src/input").InputVariant;
|
|
153
150
|
loading: boolean;
|
|
151
|
+
status: import("./src/input").InputStatus;
|
|
152
|
+
autofocus: boolean;
|
|
154
153
|
readonly: boolean;
|
|
154
|
+
clearable: boolean;
|
|
155
|
+
showWordLimit: boolean;
|
|
155
156
|
rows: number;
|
|
156
|
-
|
|
157
|
+
validateEvent: boolean;
|
|
158
|
+
autocomplete: string;
|
|
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
|
-
|
|
54
|
-
validateEvent: boolean;
|
|
55
|
-
autofocus: boolean;
|
|
56
|
-
autocomplete: string;
|
|
53
|
+
variant: import("./input").InputVariant;
|
|
57
54
|
loading: boolean;
|
|
55
|
+
status: import("./input").InputStatus;
|
|
56
|
+
autofocus: boolean;
|
|
58
57
|
readonly: boolean;
|
|
58
|
+
clearable: boolean;
|
|
59
|
+
showWordLimit: boolean;
|
|
59
60
|
rows: number;
|
|
60
|
-
|
|
61
|
+
validateEvent: boolean;
|
|
62
|
+
autocomplete: string;
|
|
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
|
-
|
|
54
|
-
validateEvent: boolean;
|
|
55
|
-
autofocus: boolean;
|
|
56
|
-
autocomplete: string;
|
|
53
|
+
variant: import("./input").InputVariant;
|
|
57
54
|
loading: boolean;
|
|
55
|
+
status: import("./input").InputStatus;
|
|
56
|
+
autofocus: boolean;
|
|
58
57
|
readonly: boolean;
|
|
58
|
+
clearable: boolean;
|
|
59
|
+
showWordLimit: boolean;
|
|
59
60
|
rows: number;
|
|
60
|
-
|
|
61
|
+
validateEvent: boolean;
|
|
62
|
+
autocomplete: string;
|
|
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>;
|
|
@@ -25,10 +25,10 @@ export declare const YhInputNumber: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
25
25
|
}, import("vue").PublicProps, {
|
|
26
26
|
disabled: boolean;
|
|
27
27
|
size: import("./src/input-number").InputNumberSize;
|
|
28
|
+
readonly: boolean;
|
|
28
29
|
clearable: boolean;
|
|
29
30
|
validateEvent: boolean;
|
|
30
31
|
max: number;
|
|
31
|
-
readonly: boolean;
|
|
32
32
|
controls: boolean;
|
|
33
33
|
min: number;
|
|
34
34
|
step: number;
|
|
@@ -56,10 +56,10 @@ export declare const YhInputNumber: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
56
56
|
}, {}, {}, {}, {
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
size: import("./src/input-number").InputNumberSize;
|
|
59
|
+
readonly: boolean;
|
|
59
60
|
clearable: boolean;
|
|
60
61
|
validateEvent: boolean;
|
|
61
62
|
max: number;
|
|
62
|
-
readonly: boolean;
|
|
63
63
|
controls: boolean;
|
|
64
64
|
min: number;
|
|
65
65
|
step: number;
|
|
@@ -91,10 +91,10 @@ export declare const YhInputNumber: import("@yh-ui/utils").SFCWithInstall<{
|
|
|
91
91
|
}, string, {
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
size: import("./src/input-number").InputNumberSize;
|
|
94
|
+
readonly: boolean;
|
|
94
95
|
clearable: boolean;
|
|
95
96
|
validateEvent: boolean;
|
|
96
97
|
max: number;
|
|
97
|
-
readonly: boolean;
|
|
98
98
|
controls: boolean;
|
|
99
99
|
min: number;
|
|
100
100
|
step: number;
|
|
@@ -30,10 +30,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputNumberProps, {
|
|
|
30
30
|
}>, {
|
|
31
31
|
disabled: boolean;
|
|
32
32
|
size: import("./input-number").InputNumberSize;
|
|
33
|
+
readonly: boolean;
|
|
33
34
|
clearable: boolean;
|
|
34
35
|
validateEvent: boolean;
|
|
35
36
|
max: number;
|
|
36
|
-
readonly: boolean;
|
|
37
37
|
controls: boolean;
|
|
38
38
|
min: number;
|
|
39
39
|
step: number;
|
|
@@ -30,10 +30,10 @@ declare const __VLS_component: import("vue").DefineComponent<InputNumberProps, {
|
|
|
30
30
|
}>, {
|
|
31
31
|
disabled: boolean;
|
|
32
32
|
size: import("./input-number").InputNumberSize;
|
|
33
|
+
readonly: boolean;
|
|
33
34
|
clearable: boolean;
|
|
34
35
|
validateEvent: boolean;
|
|
35
36
|
max: number;
|
|
36
|
-
readonly: boolean;
|
|
37
37
|
controls: boolean;
|
|
38
38
|
min: number;
|
|
39
39
|
step: number;
|
|
@@ -48,12 +48,12 @@ 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[];
|
|
53
|
+
readonly: boolean;
|
|
54
54
|
clearable: boolean;
|
|
55
55
|
validateEvent: boolean;
|
|
56
|
-
|
|
56
|
+
closable: boolean;
|
|
57
57
|
collapseTags: boolean;
|
|
58
58
|
collapseTagsTooltip: boolean;
|
|
59
59
|
maxCollapseTags: number;
|
|
@@ -48,12 +48,12 @@ 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[];
|
|
53
|
+
readonly: boolean;
|
|
54
54
|
clearable: boolean;
|
|
55
55
|
validateEvent: boolean;
|
|
56
|
-
|
|
56
|
+
closable: boolean;
|
|
57
57
|
collapseTags: boolean;
|
|
58
58
|
collapseTagsTooltip: boolean;
|
|
59
59
|
maxCollapseTags: number;
|