@touchvue/chat 1.0.0-beta.3 → 1.0.0-beta.30
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/README.md +70 -70
- package/es/index.mjs.map +1 -1
- package/es/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.mjs +1380 -0
- package/es/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs +469 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs +63 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs +9 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs +9 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs.map +1 -0
- package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs +7824 -0
- package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs.map +1 -0
- package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs +643 -0
- package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs +195 -0
- package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs +70 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs +26 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs +291 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs +6 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +81 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +52 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +70 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs +570 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs +135 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs +63 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs +197 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs +91 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs +50 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs +73 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs +323 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs +341 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs +213 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs +33 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs +97 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs +55 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs +44 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs +73 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs +85 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs +335 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs +49 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs +211 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs +222 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs +232 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs +16 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs +14 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs +138 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs +20 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs +104 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +197 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs +19 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs +46 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs +75 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs +63 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +127 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +126 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs +55 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs +73 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs +41 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +54 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs +142 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs +143 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs +59 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs +46 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +125 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +130 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs +89 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs +192 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs +5 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs +113 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs +90 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs +24 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs +309 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs.map +1 -0
- package/es/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs +443 -0
- package/es/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs +7 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
- package/es/package.json.css +1 -1
- package/es/package.json.mjs +1 -1
- package/es/packages/components/index.mjs +1 -1
- package/es/packages/components/resolver.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue2.mjs +270 -0
- package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/AiRobot/face.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/AiRobot/face.vue2.mjs +92 -0
- package/es/packages/components/touchchat/component/AiRobot/face.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/AiRobot/letter.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/AiRobot/letter.vue2.mjs +189 -0
- package/es/packages/components/touchchat/component/AiRobot/letter.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.mjs +44 -0
- package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/AiRobot/start.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/AiRobot/start.vue2.mjs +43 -0
- package/es/packages/components/touchchat/component/AiRobot/start.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/CardView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/FileContent.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/FileContent.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/FileContent.vue2.mjs +201 -0
- package/es/packages/components/touchchat/component/FileContent.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/FileView.vue2.mjs +2 -2
- package/es/packages/components/touchchat/component/FileView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/HelloChat.vue2.mjs +2 -2
- package/es/packages/components/touchchat/component/HelloChat.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/ImageFile.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/ImageFile.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ImageFile.vue2.mjs +162 -0
- package/es/packages/components/touchchat/component/ImageFile.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ImageView.vue2.mjs +1 -1
- package/es/packages/components/touchchat/component/ImageView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/LinkView.vue2.mjs +4 -4
- package/es/packages/components/touchchat/component/LinkView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/MarkLayer.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/MarkLayer.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/MarkLayer.vue2.mjs +56 -0
- package/es/packages/components/touchchat/component/MarkLayer.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue2.mjs +121 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/PDFFile.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/PDFFile.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/PDFFile.vue2.mjs +205 -0
- package/es/packages/components/touchchat/component/PDFFile.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue2.mjs +162 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/Screenshot.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/Screenshot.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/Screenshot.vue2.mjs +201 -0
- package/es/packages/components/touchchat/component/Screenshot.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue2.mjs +69 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/UploadView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView.vue2.mjs +146 -0
- package/es/packages/components/touchchat/component/UploadView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue2.mjs +166 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/VoiceView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/VoiceView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/VoiceView.vue2.mjs +167 -0
- package/es/packages/components/touchchat/component/VoiceView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/img/aiAvatar.png.mjs +4 -0
- package/es/packages/components/touchchat/img/aiAvatar.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/doc.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/doc.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/docx.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/docx.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/gif.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/gif.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/html.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/html.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/jpg.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/jpg.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/mp3.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/mp3.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/mp4.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/mp4.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/music.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/music.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/pdf.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/pdf.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/png.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/png.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/ppt.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/ppt.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/pptx.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/pptx.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/txt.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/txt.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/xls.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/xls.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/xlsx.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/xlsx.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/icon.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/svg/reset.svg.mjs +4 -0
- package/es/packages/components/touchchat/img/svg/reset.svg.mjs.map +1 -0
- package/es/packages/components/touchchat/img/userAvatar.png.mjs +4 -0
- package/es/packages/components/touchchat/img/userAvatar.png.mjs.map +1 -0
- package/es/packages/components/touchchat/index.mjs +5 -5
- package/es/packages/components/touchchat/index.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue2.mjs +59 -0
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs +223 -281
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/Chat/TouchChat.mjs +18 -0
- package/es/packages/components/touchchat/src/AiChat/Chat/TouchChat.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs +439 -158
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs +118 -149
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs +51 -64
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs +127 -227
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue2.mjs +31 -0
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue2.mjs +929 -0
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs +1068 -521
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs +365 -136
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs +129 -66
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/index.vue.mjs +2 -2
- package/es/packages/components/touchchat/src/index.vue2.mjs +180 -117
- package/es/packages/components/touchchat/src/index.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/types/a2a.mjs +11 -0
- package/es/packages/components/touchchat/src/types/a2a.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/a2aService.mjs +292 -0
- package/es/packages/components/touchchat/utils/a2aService.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/fetchStream.mjs +6 -1
- package/es/packages/components/touchchat/utils/fetchStream.mjs.map +1 -1
- package/es/packages/components/touchchat/utils/markdown.mjs +3 -3
- package/es/packages/components/touchchat/utils/markdown.mjs.map +1 -1
- package/es/packages/utils/config.mjs.map +1 -1
- package/es/packages/utils/types.mjs.map +1 -1
- package/global.d.ts +2 -2
- package/lib/index.js.map +1 -1
- package/lib/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js +1384 -0
- package/lib/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js +477 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js +66 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js +13 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js +13 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
- package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js +7828 -0
- package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js.map +1 -0
- package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js +647 -0
- package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js.map +1 -0
- package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js +199 -0
- package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js +74 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js +29 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js +308 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js +12 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js +85 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js +56 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js +74 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js +573 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js +139 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js +67 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js +201 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js +95 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js +54 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js +77 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js +327 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js +345 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js +217 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js +37 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js +101 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js +59 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js +48 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js +77 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js +89 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js +339 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js +53 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js +215 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js +226 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js +236 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js +20 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js +18 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js +142 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js +24 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js +108 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js +201 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js +23 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js +50 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js +79 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js +67 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +131 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js +130 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js +59 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js +77 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js +45 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js +58 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js +146 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js +147 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js +63 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js +50 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js +129 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js +134 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js +93 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js +196 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js +14 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js +117 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js +94 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js +28 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js +313 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js.map +1 -0
- package/lib/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js +453 -0
- package/lib/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js +18 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js.map +1 -0
- package/lib/package.json.css +1 -1
- package/lib/package.json.js +1 -1
- package/lib/packages/components/index.js +2 -2
- package/lib/packages/components/resolver.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue.js +11 -0
- package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue2.js +274 -0
- package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/AiRobot/face.vue.js +11 -0
- package/lib/packages/components/touchchat/component/AiRobot/face.vue2.js +96 -0
- package/lib/packages/components/touchchat/component/AiRobot/face.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/AiRobot/letter.vue.js +11 -0
- package/lib/packages/components/touchchat/component/AiRobot/letter.vue2.js +193 -0
- package/lib/packages/components/touchchat/component/AiRobot/letter.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.js +11 -0
- package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.js +48 -0
- package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/AiRobot/start.vue.js +11 -0
- package/lib/packages/components/touchchat/component/AiRobot/start.vue2.js +47 -0
- package/lib/packages/components/touchchat/component/AiRobot/start.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/CardView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/FileContent.vue.js +11 -0
- package/lib/packages/components/touchchat/component/FileContent.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/FileContent.vue2.js +205 -0
- package/lib/packages/components/touchchat/component/FileContent.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/FileView.vue2.js +2 -2
- package/lib/packages/components/touchchat/component/FileView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/HelloChat.vue2.js +2 -2
- package/lib/packages/components/touchchat/component/HelloChat.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/ImageFile.vue.js +11 -0
- package/lib/packages/components/touchchat/component/ImageFile.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/ImageFile.vue2.js +166 -0
- package/lib/packages/components/touchchat/component/ImageFile.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/ImageView.vue2.js +1 -1
- package/lib/packages/components/touchchat/component/ImageView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/LinkView.vue2.js +4 -4
- package/lib/packages/components/touchchat/component/LinkView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/MarkLayer.vue.js +11 -0
- package/lib/packages/components/touchchat/component/MarkLayer.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/MarkLayer.vue2.js +60 -0
- package/lib/packages/components/touchchat/component/MarkLayer.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue.js +11 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue2.js +125 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue.js +11 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue2.js +209 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue.js +11 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue2.js +166 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue.js +11 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue2.js +205 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue.js +11 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue2.js +73 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/UploadView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView.vue2.js +150 -0
- package/lib/packages/components/touchchat/component/UploadView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue.js +11 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue2.js +170 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue2.js +171 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/img/aiAvatar.png.js +8 -0
- package/lib/packages/components/touchchat/img/aiAvatar.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/doc.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/doc.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/docx.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/docx.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/gif.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/gif.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/html.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/html.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/jpg.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/jpg.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/mp3.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/mp3.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/mp4.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/mp4.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/music.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/music.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/pdf.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/pdf.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/png.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/png.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/ppt.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/ppt.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/pptx.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/pptx.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/txt.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/txt.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/xls.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/xls.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/xlsx.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/xlsx.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/icon.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/svg/reset.svg.js +8 -0
- package/lib/packages/components/touchchat/img/svg/reset.svg.js.map +1 -0
- package/lib/packages/components/touchchat/img/userAvatar.png.js +8 -0
- package/lib/packages/components/touchchat/img/userAvatar.png.js.map +1 -0
- package/lib/packages/components/touchchat/index.js +5 -5
- package/lib/packages/components/touchchat/index.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue2.js +63 -0
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js +223 -281
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/Chat/TouchChat.js +21 -0
- package/lib/packages/components/touchchat/src/AiChat/Chat/TouchChat.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js +438 -157
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js +117 -148
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js +50 -63
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js +126 -226
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue2.js +35 -0
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue2.js +933 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js +1067 -520
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js +364 -135
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js +128 -65
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/index.vue.js +2 -2
- package/lib/packages/components/touchchat/src/index.vue2.js +179 -116
- package/lib/packages/components/touchchat/src/index.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/types/a2a.js +13 -0
- package/lib/packages/components/touchchat/src/types/a2a.js.map +1 -0
- package/lib/packages/components/touchchat/utils/a2aService.js +295 -0
- package/lib/packages/components/touchchat/utils/a2aService.js.map +1 -0
- package/lib/packages/components/touchchat/utils/fetchStream.js +6 -1
- package/lib/packages/components/touchchat/utils/fetchStream.js.map +1 -1
- package/lib/packages/components/touchchat/utils/markdown.js +2 -2
- package/lib/packages/components/touchchat/utils/markdown.js.map +1 -1
- package/lib/packages/utils/config.js.map +1 -1
- package/lib/packages/utils/types.js.map +1 -1
- package/package.json +81 -81
- package/theme/components/index.css +1980 -1684
- package/theme/font/iconfont.woff +0 -0
- package/theme/font/iconfont.woff2 +0 -0
- package/theme/img/aiArrow.png +0 -0
- package/theme/img/loading.png +0 -0
- package/theme/img/logo.png +0 -0
- package/theme/img/userArrow.png +0 -0
- package/theme/index.css +1980 -1684
- package/theme/skin/default.css +1980 -1684
- package/types/global.d.ts +2 -2
- package/es/_virtual/emphasis.mjs +0 -4
- package/es/_virtual/emphasis.mjs.map +0 -1
- package/es/_virtual/html_re.mjs +0 -4
- package/es/_virtual/html_re.mjs.map +0 -1
- package/es/_virtual/index.mjs +0 -4
- package/es/_virtual/index.mjs.map +0 -1
- package/es/_virtual/index2.mjs +0 -4
- package/es/_virtual/index2.mjs.map +0 -1
- package/es/_virtual/index3.mjs +0 -4
- package/es/_virtual/index3.mjs.map +0 -1
- package/es/_virtual/strikethrough.mjs +0 -4
- package/es/_virtual/strikethrough.mjs.map +0 -1
- package/es/_virtual/utils.mjs +0 -4
- package/es/_virtual/utils.mjs.map +0 -1
- package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs +0 -4253
- package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs.map +0 -1
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs +0 -638
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs +0 -196
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs +0 -9
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs +0 -7
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs +0 -67
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs +0 -29
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs +0 -324
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs +0 -11
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +0 -83
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +0 -44
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +0 -56
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs +0 -596
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs +0 -138
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs +0 -69
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs +0 -197
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs +0 -78
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs +0 -39
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs +0 -59
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs +0 -346
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs +0 -354
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs +0 -286
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs +0 -32
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs +0 -96
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs +0 -57
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs +0 -47
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs +0 -76
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs +0 -81
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs +0 -366
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs +0 -50
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs +0 -197
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs +0 -234
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs +0 -223
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs +0 -16
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs +0 -14
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs +0 -132
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs +0 -19
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs +0 -97
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +0 -202
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs +0 -21
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs +0 -74
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs +0 -61
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +0 -128
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +0 -130
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs +0 -51
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs +0 -54
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +0 -48
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs +0 -154
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs +0 -150
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs +0 -48
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +0 -156
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +0 -130
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs +0 -56
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs +0 -33
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs +0 -199
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs +0 -121
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs +0 -97
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs +0 -24
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs +0 -13
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs +0 -292
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs +0 -4
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs +0 -23
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs.map +0 -1
- package/es/packages/components/touchchat/img/AI.png.mjs +0 -4
- package/es/packages/components/touchchat/img/AI.png.mjs.map +0 -1
- package/es/packages/components/touchchat/img/asir.png.mjs +0 -4
- package/es/packages/components/touchchat/img/asir.png.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs +0 -632
- package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs +0 -263
- package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs +0 -197
- package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs +0 -69
- package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs +0 -48
- package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs +0 -270
- package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/component/face.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs +0 -89
- package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/component/letter.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs +0 -64
- package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs +0 -36
- package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/component/start.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs +0 -36
- package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs +0 -4
- package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/img/icon.png.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs +0 -7
- package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs +0 -135
- package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs.map +0 -1
- package/lib/_virtual/emphasis.js +0 -6
- package/lib/_virtual/emphasis.js.map +0 -1
- package/lib/_virtual/html_re.js +0 -6
- package/lib/_virtual/html_re.js.map +0 -1
- package/lib/_virtual/index.js +0 -6
- package/lib/_virtual/index.js.map +0 -1
- package/lib/_virtual/index2.js +0 -6
- package/lib/_virtual/index2.js.map +0 -1
- package/lib/_virtual/index3.js +0 -6
- package/lib/_virtual/index3.js.map +0 -1
- package/lib/_virtual/strikethrough.js +0 -6
- package/lib/_virtual/strikethrough.js.map +0 -1
- package/lib/_virtual/utils.js +0 -6
- package/lib/_virtual/utils.js.map +0 -1
- package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js +0 -6380
- package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js.map +0 -1
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js +0 -640
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js.map +0 -1
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js +0 -198
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js +0 -13
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js +0 -9
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js +0 -69
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js +0 -33
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js +0 -326
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js +0 -15
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js +0 -85
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js +0 -46
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js +0 -58
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js +0 -598
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js +0 -140
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js +0 -71
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js +0 -199
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js +0 -80
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js +0 -41
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js +0 -61
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js +0 -348
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js +0 -356
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js +0 -288
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js +0 -34
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js +0 -98
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js +0 -59
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js +0 -49
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js +0 -78
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js +0 -83
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js +0 -368
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js +0 -52
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js +0 -199
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js +0 -236
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js +0 -225
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js +0 -18
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js +0 -16
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js +0 -134
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js +0 -21
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js +0 -99
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js +0 -204
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js +0 -23
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js +0 -76
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js +0 -63
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +0 -130
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js +0 -134
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js +0 -53
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js +0 -56
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js +0 -50
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js +0 -156
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js +0 -152
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js +0 -50
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js +0 -158
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js +0 -134
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js +0 -58
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js +0 -35
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js +0 -201
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +0 -123
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +0 -99
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +0 -26
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +0 -17
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +0 -294
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +0 -6
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +0 -25
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js.map +0 -1
- package/lib/packages/components/touchchat/img/AI.png.js +0 -8
- package/lib/packages/components/touchchat/img/AI.png.js.map +0 -1
- package/lib/packages/components/touchchat/img/asir.png.js +0 -8
- package/lib/packages/components/touchchat/img/asir.png.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js +0 -636
- package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js +0 -267
- package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js +0 -201
- package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js +0 -73
- package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js +0 -52
- package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js +0 -274
- package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/component/face.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js +0 -93
- package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js +0 -68
- package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js +0 -40
- package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/component/start.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js +0 -40
- package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js +0 -8
- package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/img/icon.png.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/index.vue.js +0 -11
- package/lib/packages/components/touchchat/src/AiRobot/index.vue.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js +0 -139
- package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js.map +0 -1
- package/theme/img/default.png +0 -0
- /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/HelloChat.vue.mjs.map +0 -0
- /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/face.vue.mjs.map +0 -0
- /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/letter.vue.mjs.map +0 -0
- /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/meterialPrepare.vue.mjs.map +0 -0
- /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/start.vue.mjs.map +0 -0
- /package/es/packages/components/touchchat/{src/AiRobot/img → img}/icon.png.mjs +0 -0
- /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/HelloChat.vue.js.map +0 -0
- /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/face.vue.js.map +0 -0
- /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/letter.vue.js.map +0 -0
- /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/meterialPrepare.vue.js.map +0 -0
- /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/start.vue.js.map +0 -0
- /package/lib/packages/components/touchchat/{src/AiRobot/img → img}/icon.png.js +0 -0
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var _imports_1 = "data:image/png;base64,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";
|
|
2
|
-
|
|
3
|
-
export { _imports_1 as default };
|
|
4
|
-
//# sourceMappingURL=asir.png.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"asir.png.mjs","sources":["../../../../../../packages/components/touchchat/img/asir.png"],"sourcesContent":["export default \"data:image/png;base64,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\""],"names":[],"mappings":"AAAA,iBAAe;;;;"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import _sfc_main from './ChatPanel.vue2.mjs';
|
|
2
|
-
import _export_sfc from '../../../../../_virtual/_plugin-vue_export-helper.mjs';
|
|
3
|
-
|
|
4
|
-
var ChatPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "ChatPanel.vue"]]);
|
|
5
|
-
|
|
6
|
-
export { ChatPanel as default };
|
|
7
|
-
//# sourceMappingURL=ChatPanel.vue.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChatPanel.vue.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -1,632 +0,0 @@
|
|
|
1
|
-
import { defineComponent, inject, ref, provide, onMounted, watch, getCurrentInstance, withDirectives, openBlock, createElementBlock, normalizeClass, unref, createCommentVNode, createElementVNode, createBlock, renderSlot, createVNode, withCtx, vShow } from 'vue';
|
|
2
|
-
import { showToast } from '../../utils/tools.mjs';
|
|
3
|
-
import Header from './Header.vue.mjs';
|
|
4
|
-
import Content from './Content.vue.mjs';
|
|
5
|
-
import Scene from './Scene.vue.mjs';
|
|
6
|
-
import Input from './Input.vue.mjs';
|
|
7
|
-
import start from './component/start.vue.mjs';
|
|
8
|
-
import face from './component/face.vue.mjs';
|
|
9
|
-
import meterialPrepare from './component/meterialPrepare.vue.mjs';
|
|
10
|
-
import HelloChat from './component/HelloChat.vue.mjs';
|
|
11
|
-
|
|
12
|
-
const STORAGE_KEY = "aiRobotChatHistory";
|
|
13
|
-
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
14
|
-
__name: "ChatPanel",
|
|
15
|
-
props: {
|
|
16
|
-
isChatPanelOpen: {
|
|
17
|
-
type: Boolean,
|
|
18
|
-
required: true
|
|
19
|
-
},
|
|
20
|
-
scripts: {
|
|
21
|
-
type: Array,
|
|
22
|
-
default: () => []
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
emits: ["toggleChatPanel"],
|
|
26
|
-
setup(__props, { emit: __emit }) {
|
|
27
|
-
const props = __props;
|
|
28
|
-
const emit = __emit;
|
|
29
|
-
const robotUnmatched = inject("robotUnmatched", "");
|
|
30
|
-
const helloChatList = inject("helloChatList", []);
|
|
31
|
-
const helloChatInfo = inject("helloChatInfo", {
|
|
32
|
-
info1: [],
|
|
33
|
-
info2: [],
|
|
34
|
-
info3: []
|
|
35
|
-
});
|
|
36
|
-
const isNotHeader = inject("isNotHeader", false);
|
|
37
|
-
const componentMap = {
|
|
38
|
-
start,
|
|
39
|
-
face,
|
|
40
|
-
meterialPrepare
|
|
41
|
-
};
|
|
42
|
-
const inputMessage = ref("");
|
|
43
|
-
const messages = ref([]);
|
|
44
|
-
const btnDisable = ref(false);
|
|
45
|
-
const selectedScriptName = ref("");
|
|
46
|
-
const currentScriptIndex = ref(0);
|
|
47
|
-
const chatHistory = ref([]);
|
|
48
|
-
const activeChat = ref("");
|
|
49
|
-
const isSwitchingHistory = ref(false);
|
|
50
|
-
const sendMessageType = ref("");
|
|
51
|
-
provide("isSwitchingHistory", isSwitchingHistory);
|
|
52
|
-
const handleSelectChat = (chatId) => {
|
|
53
|
-
activeChat.value = chatId;
|
|
54
|
-
isSwitchingHistory.value = false;
|
|
55
|
-
const selectedChat = chatHistory.value.find((chat) => chat.id === chatId);
|
|
56
|
-
if (selectedChat) {
|
|
57
|
-
isSwitchingHistory.value = true;
|
|
58
|
-
messages.value = [...selectedChat.messages];
|
|
59
|
-
setTimeout(() => {
|
|
60
|
-
isSwitchingHistory.value = false;
|
|
61
|
-
}, 1e3);
|
|
62
|
-
} else {
|
|
63
|
-
console.error(`\u672A\u627E\u5230ID\u4E3A${chatId}\u7684\u804A\u5929\u8BB0\u5F55`);
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
const loadFromLocalStorage = () => {
|
|
67
|
-
const savedHistory = localStorage.getItem(STORAGE_KEY);
|
|
68
|
-
if (savedHistory) {
|
|
69
|
-
try {
|
|
70
|
-
const parsedHistory = JSON.parse(savedHistory, (key, value) => {
|
|
71
|
-
if (key === "time" && typeof value === "string") {
|
|
72
|
-
return new Date(value);
|
|
73
|
-
}
|
|
74
|
-
return value;
|
|
75
|
-
});
|
|
76
|
-
chatHistory.value = parsedHistory;
|
|
77
|
-
if (chatHistory.value.length > 0) {
|
|
78
|
-
activeChat.value = chatHistory.value[0].id;
|
|
79
|
-
messages.value = chatHistory.value[0].messages;
|
|
80
|
-
}
|
|
81
|
-
} catch (error) {
|
|
82
|
-
console.error("Failed to load chat history:", error);
|
|
83
|
-
createNewChat();
|
|
84
|
-
}
|
|
85
|
-
} else {
|
|
86
|
-
createNewChat();
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
const saveToLocalStorage = () => {
|
|
90
|
-
try {
|
|
91
|
-
const historyToSave = JSON.stringify(chatHistory.value, (key, value) => {
|
|
92
|
-
if (key === "time") {
|
|
93
|
-
if (value instanceof Date && !isNaN(value.getTime())) {
|
|
94
|
-
return value.toISOString();
|
|
95
|
-
}
|
|
96
|
-
return (/* @__PURE__ */ new Date()).toISOString();
|
|
97
|
-
}
|
|
98
|
-
return value;
|
|
99
|
-
});
|
|
100
|
-
localStorage.setItem(STORAGE_KEY, historyToSave);
|
|
101
|
-
} catch (error) {
|
|
102
|
-
console.error("Failed to save chat history:", error);
|
|
103
|
-
}
|
|
104
|
-
};
|
|
105
|
-
const createNewChat = (title = "\u65B0\u5BF9\u8BDD") => {
|
|
106
|
-
selectedScriptName.value = "";
|
|
107
|
-
const newChat = {
|
|
108
|
-
id: Date.now().toString(),
|
|
109
|
-
title,
|
|
110
|
-
time: /* @__PURE__ */ new Date(),
|
|
111
|
-
messages: []
|
|
112
|
-
};
|
|
113
|
-
chatHistory.value.unshift(newChat);
|
|
114
|
-
activeChat.value = newChat.id;
|
|
115
|
-
messages.value = newChat.messages;
|
|
116
|
-
saveToLocalStorage();
|
|
117
|
-
};
|
|
118
|
-
const updateCurrentChat = () => {
|
|
119
|
-
const currentChat = chatHistory.value.find((item) => item.id === activeChat.value);
|
|
120
|
-
if (currentChat) {
|
|
121
|
-
currentChat.messages = [...messages.value];
|
|
122
|
-
if (currentChat.messages.length > 1 && currentChat.title === "\u65B0\u5BF9\u8BDD") {
|
|
123
|
-
const userMessage = currentChat.messages.find((msg) => msg.type === "user");
|
|
124
|
-
if (userMessage && userMessage.content) {
|
|
125
|
-
currentChat.title = userMessage.content.substring(0, 20) + (userMessage.content.length > 20 ? "..." : "");
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
saveToLocalStorage();
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
const complete = () => {
|
|
132
|
-
btnDisable.value = false;
|
|
133
|
-
updateCurrentChat();
|
|
134
|
-
};
|
|
135
|
-
const handleDeleteChat = (id) => {
|
|
136
|
-
const index = chatHistory.value.findIndex((chat) => chat.id === id);
|
|
137
|
-
if (index !== -1) {
|
|
138
|
-
chatHistory.value.splice(index, 1);
|
|
139
|
-
if (id === activeChat.value) {
|
|
140
|
-
if (chatHistory.value.length > 0) {
|
|
141
|
-
activeChat.value = chatHistory.value[0].id;
|
|
142
|
-
messages.value = [...chatHistory.value[0].messages];
|
|
143
|
-
} else {
|
|
144
|
-
createNewChat();
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
saveToLocalStorage();
|
|
148
|
-
}
|
|
149
|
-
};
|
|
150
|
-
const handleRenameChat = (data) => {
|
|
151
|
-
const { id, newTitle } = data;
|
|
152
|
-
const chat = chatHistory.value.find((item) => item.id === id);
|
|
153
|
-
if (chat) {
|
|
154
|
-
chat.title = newTitle;
|
|
155
|
-
chat.time = /* @__PURE__ */ new Date();
|
|
156
|
-
saveToLocalStorage();
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
const handleSaveEdit = (index, content) => {
|
|
160
|
-
const message = messages.value[index];
|
|
161
|
-
if (message && message.type === "user") {
|
|
162
|
-
message.content = content;
|
|
163
|
-
message.isEditing = false;
|
|
164
|
-
delete message.editContent;
|
|
165
|
-
messages.value.splice(index, 1, { ...message });
|
|
166
|
-
updateCurrentChat();
|
|
167
|
-
showToast("\u7F16\u8F91\u6210\u529F");
|
|
168
|
-
let aiMessagesCount = 0;
|
|
169
|
-
for (let i = index + 1; i < messages.value.length; i++) {
|
|
170
|
-
if (messages.value[i].type === "ai") {
|
|
171
|
-
aiMessagesCount++;
|
|
172
|
-
} else {
|
|
173
|
-
break;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
if (aiMessagesCount > 0) {
|
|
177
|
-
messages.value.splice(index + 1, aiMessagesCount);
|
|
178
|
-
}
|
|
179
|
-
setTimeout(() => {
|
|
180
|
-
const result = findMatchingScriptContent(content, sendMessageType.value);
|
|
181
|
-
if (result && result.responses.length > 0) {
|
|
182
|
-
currentScriptIndex.value = result.nextIndex;
|
|
183
|
-
const newAiMessages = [];
|
|
184
|
-
result.responses.forEach((response, idx) => {
|
|
185
|
-
const pauseMarker = Array.isArray(response.data) ? "\u200B".repeat(20) : "";
|
|
186
|
-
const responseContent = Array.isArray(response.data) ? response.data.join(pauseMarker) : response.data;
|
|
187
|
-
const newAiMsgId = `ai-${Date.now()}-${idx}`;
|
|
188
|
-
newAiMessages.push({
|
|
189
|
-
id: newAiMsgId,
|
|
190
|
-
type: "ai",
|
|
191
|
-
user: "ai",
|
|
192
|
-
// 添加 user 属性
|
|
193
|
-
component: response.type || void 0,
|
|
194
|
-
content: responseContent || ""
|
|
195
|
-
});
|
|
196
|
-
});
|
|
197
|
-
messages.value.splice(index + 1, 0, ...newAiMessages);
|
|
198
|
-
} else {
|
|
199
|
-
const newAiMsgId = `ai-${Date.now()}`;
|
|
200
|
-
messages.value.splice(index + 1, 0, {
|
|
201
|
-
id: newAiMsgId,
|
|
202
|
-
type: "ai",
|
|
203
|
-
user: "ai",
|
|
204
|
-
// 添加 user 属性
|
|
205
|
-
content: robotUnmatched
|
|
206
|
-
});
|
|
207
|
-
}
|
|
208
|
-
updateCurrentChat();
|
|
209
|
-
}, 500);
|
|
210
|
-
}
|
|
211
|
-
};
|
|
212
|
-
const handleCancelEdit = (index) => {
|
|
213
|
-
const message = messages.value[index];
|
|
214
|
-
if (message && message.type === "user") {
|
|
215
|
-
message.content = message.editContent || "";
|
|
216
|
-
message.isEditing = false;
|
|
217
|
-
delete message.editContent;
|
|
218
|
-
messages.value.splice(index, 1, { ...message });
|
|
219
|
-
showToast("\u7F16\u8F91\u5DF2\u53D6\u6D88");
|
|
220
|
-
}
|
|
221
|
-
};
|
|
222
|
-
onMounted(() => {
|
|
223
|
-
if (!isNotHeader) {
|
|
224
|
-
loadFromLocalStorage();
|
|
225
|
-
}
|
|
226
|
-
if (isNotHeader && props.scripts && props.scripts.length > 0) {
|
|
227
|
-
const firstScript = props.scripts[0];
|
|
228
|
-
if (firstScript && firstScript.content && firstScript.content.length > 0) {
|
|
229
|
-
const firstMessage = firstScript.content[0];
|
|
230
|
-
if (firstMessage.user === "ai") {
|
|
231
|
-
selectedScriptName.value = firstScript.name;
|
|
232
|
-
const aiMsgId = `ai-${Date.now()}`;
|
|
233
|
-
messages.value.push({
|
|
234
|
-
id: aiMsgId,
|
|
235
|
-
type: "ai",
|
|
236
|
-
user: "ai",
|
|
237
|
-
// 添加 user 属性
|
|
238
|
-
component: firstMessage.type || void 0,
|
|
239
|
-
content: firstMessage.data || ""
|
|
240
|
-
});
|
|
241
|
-
updateCurrentChat();
|
|
242
|
-
} else {
|
|
243
|
-
sceneClick(firstScript);
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
});
|
|
248
|
-
const handleItemClick = (script, type) => {
|
|
249
|
-
if (type) {
|
|
250
|
-
sendMessageType.value = type;
|
|
251
|
-
}
|
|
252
|
-
sceneClick(script);
|
|
253
|
-
};
|
|
254
|
-
const sceneClick = (script) => {
|
|
255
|
-
selectedScriptName.value = script.name;
|
|
256
|
-
const findAndSendFirstUserMessage = (dataSource) => {
|
|
257
|
-
var _a;
|
|
258
|
-
const targetScript = dataSource.find((item) => item.name === script.name);
|
|
259
|
-
if (targetScript && targetScript.content.length) {
|
|
260
|
-
const firstUserMessage = (_a = targetScript.content.find((citem) => citem.user === "i")) == null ? void 0 : _a.data;
|
|
261
|
-
if (firstUserMessage) {
|
|
262
|
-
sendMessage(firstUserMessage);
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
};
|
|
266
|
-
if (!sendMessageType.value && props.scripts.length) {
|
|
267
|
-
findAndSendFirstUserMessage(props.scripts);
|
|
268
|
-
} else if (sendMessageType.value === "0" && helloChatList.length) {
|
|
269
|
-
findAndSendFirstUserMessage(helloChatList);
|
|
270
|
-
} else if (sendMessageType.value === "1" && helloChatInfo.info1.length) {
|
|
271
|
-
findAndSendFirstUserMessage(helloChatInfo.info1);
|
|
272
|
-
} else if (sendMessageType.value === "2" && helloChatInfo.info2.length) {
|
|
273
|
-
findAndSendFirstUserMessage(helloChatInfo.info2);
|
|
274
|
-
} else if (sendMessageType.value === "3" && helloChatInfo.info3.length) {
|
|
275
|
-
findAndSendFirstUserMessage(helloChatInfo.info3);
|
|
276
|
-
}
|
|
277
|
-
};
|
|
278
|
-
const toggleChatPanel = () => {
|
|
279
|
-
emit("toggleChatPanel");
|
|
280
|
-
};
|
|
281
|
-
const findMatchingScriptContent = (userInput, type) => {
|
|
282
|
-
let array = props.scripts;
|
|
283
|
-
switch (type) {
|
|
284
|
-
case "0":
|
|
285
|
-
array = helloChatList;
|
|
286
|
-
break;
|
|
287
|
-
case "1":
|
|
288
|
-
array = helloChatInfo.info1;
|
|
289
|
-
break;
|
|
290
|
-
case "2":
|
|
291
|
-
array = helloChatInfo.info2;
|
|
292
|
-
break;
|
|
293
|
-
case "3":
|
|
294
|
-
array = helloChatInfo.info3;
|
|
295
|
-
break;
|
|
296
|
-
}
|
|
297
|
-
const currentScript = array.find((s) => s.name === selectedScriptName.value);
|
|
298
|
-
if (!currentScript)
|
|
299
|
-
return null;
|
|
300
|
-
if (currentScriptIndex.value === 0 && currentScript.content.length > 0 && currentScript.content[0].user === "ai") {
|
|
301
|
-
let firstUserInputIndex = -1;
|
|
302
|
-
for (let i = 0; i < currentScript.content.length; i++) {
|
|
303
|
-
if (currentScript.content[i].user === "i") {
|
|
304
|
-
firstUserInputIndex = i;
|
|
305
|
-
break;
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
if (firstUserInputIndex !== -1) {
|
|
309
|
-
currentScriptIndex.value = firstUserInputIndex;
|
|
310
|
-
} else {
|
|
311
|
-
return null;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
const firstItem = currentScript.content[0];
|
|
315
|
-
if (firstItem.user === "i") {
|
|
316
|
-
const isDataMatch2 = firstItem.data && userInput.includes(firstItem.data);
|
|
317
|
-
let isSubDataMatch2 = false;
|
|
318
|
-
if (firstItem.subData) {
|
|
319
|
-
if (Array.isArray(firstItem.subData)) {
|
|
320
|
-
isSubDataMatch2 = firstItem.subData.some((item) => userInput.includes(item));
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
if (isDataMatch2 || isSubDataMatch2) {
|
|
324
|
-
currentScriptIndex.value = 0;
|
|
325
|
-
const responses = [];
|
|
326
|
-
let nextIndex = currentScript.content.length;
|
|
327
|
-
for (let i = 1; i < currentScript.content.length; i++) {
|
|
328
|
-
const item = currentScript.content[i];
|
|
329
|
-
if (item.user === "i") {
|
|
330
|
-
nextIndex = i;
|
|
331
|
-
break;
|
|
332
|
-
}
|
|
333
|
-
if (item.user === "ai") {
|
|
334
|
-
responses.push(item);
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
return { responses, nextIndex };
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
const currentItem = currentScript.content[currentScriptIndex.value];
|
|
341
|
-
if (!currentItem || currentItem.user !== "i") {
|
|
342
|
-
return null;
|
|
343
|
-
}
|
|
344
|
-
const isDataMatch = currentItem.data && userInput.includes(currentItem.data);
|
|
345
|
-
let isSubDataMatch = false;
|
|
346
|
-
if (currentItem.subData) {
|
|
347
|
-
if (Array.isArray(currentItem.subData)) {
|
|
348
|
-
isSubDataMatch = currentItem.subData.some((item) => userInput.includes(item));
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
if (isDataMatch || isSubDataMatch) {
|
|
352
|
-
const responses = [];
|
|
353
|
-
let nextIndex = currentScript.content.length;
|
|
354
|
-
for (let i = currentScriptIndex.value + 1; i < currentScript.content.length; i++) {
|
|
355
|
-
const item = currentScript.content[i];
|
|
356
|
-
if (item.user === "ai") {
|
|
357
|
-
responses.push(item);
|
|
358
|
-
} else if (item.user === "i") {
|
|
359
|
-
nextIndex = i;
|
|
360
|
-
break;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
currentScriptIndex.value = nextIndex;
|
|
364
|
-
return { responses, nextIndex };
|
|
365
|
-
}
|
|
366
|
-
return null;
|
|
367
|
-
};
|
|
368
|
-
const sendMessage = (message) => {
|
|
369
|
-
if (btnDisable.value)
|
|
370
|
-
return;
|
|
371
|
-
if (message !== void 0 && typeof message !== "string") {
|
|
372
|
-
console.error("message must be a string");
|
|
373
|
-
return;
|
|
374
|
-
}
|
|
375
|
-
btnDisable.value = true;
|
|
376
|
-
const contentToSend = message !== void 0 ? message : inputMessage.value;
|
|
377
|
-
if (!contentToSend.trim())
|
|
378
|
-
return;
|
|
379
|
-
const userMsgId = `user-${Date.now()}`;
|
|
380
|
-
messages.value.push({
|
|
381
|
-
id: userMsgId,
|
|
382
|
-
type: "user",
|
|
383
|
-
user: "user",
|
|
384
|
-
// 添加 user 属性
|
|
385
|
-
content: contentToSend.trim()
|
|
386
|
-
});
|
|
387
|
-
if (message === void 0) {
|
|
388
|
-
inputMessage.value = "";
|
|
389
|
-
}
|
|
390
|
-
setTimeout(() => {
|
|
391
|
-
const result = findMatchingScriptContent(contentToSend, sendMessageType.value);
|
|
392
|
-
if (result && result.responses.length > 0) {
|
|
393
|
-
currentScriptIndex.value = result.nextIndex;
|
|
394
|
-
result.responses.forEach((response, index) => {
|
|
395
|
-
const pauseMarker = Array.isArray(response.data) ? "\u200B".repeat(20) : "";
|
|
396
|
-
const content = Array.isArray(response.data) ? response.data.join(pauseMarker) : response.data;
|
|
397
|
-
setTimeout(() => {
|
|
398
|
-
const aiMsgId = `ai-${Date.now()}-${index}`;
|
|
399
|
-
messages.value.push({
|
|
400
|
-
id: aiMsgId,
|
|
401
|
-
type: "ai",
|
|
402
|
-
user: "ai",
|
|
403
|
-
// 添加 user 属性
|
|
404
|
-
component: response.type || void 0,
|
|
405
|
-
content: content || ""
|
|
406
|
-
});
|
|
407
|
-
}, index * 800);
|
|
408
|
-
});
|
|
409
|
-
} else {
|
|
410
|
-
const aiMsgId = `ai-${Date.now()}`;
|
|
411
|
-
messages.value.push({
|
|
412
|
-
id: aiMsgId,
|
|
413
|
-
type: "ai",
|
|
414
|
-
user: "ai",
|
|
415
|
-
// 添加 user 属性
|
|
416
|
-
content: robotUnmatched
|
|
417
|
-
});
|
|
418
|
-
}
|
|
419
|
-
updateCurrentChat();
|
|
420
|
-
}, 500);
|
|
421
|
-
};
|
|
422
|
-
const handleNewChat = () => {
|
|
423
|
-
const emptyChat = chatHistory.value.find((chat) => chat.messages.length === 0);
|
|
424
|
-
if (emptyChat) {
|
|
425
|
-
handleSelectChat(emptyChat.id);
|
|
426
|
-
return;
|
|
427
|
-
}
|
|
428
|
-
createNewChat();
|
|
429
|
-
currentScriptIndex.value = 0;
|
|
430
|
-
};
|
|
431
|
-
watch(
|
|
432
|
-
() => chatHistory.value,
|
|
433
|
-
() => saveToLocalStorage(),
|
|
434
|
-
{ deep: true }
|
|
435
|
-
);
|
|
436
|
-
const instance = getCurrentInstance();
|
|
437
|
-
const handleMessageAction = (action, index) => {
|
|
438
|
-
console.log(action, index, messages.value, "=== 560 ===");
|
|
439
|
-
const message = messages.value[index];
|
|
440
|
-
if (!message)
|
|
441
|
-
return;
|
|
442
|
-
switch (action) {
|
|
443
|
-
case "copy":
|
|
444
|
-
navigator.clipboard.writeText(message.content || "").then(() => {
|
|
445
|
-
showToast("\u590D\u5236\u6210\u529F");
|
|
446
|
-
});
|
|
447
|
-
break;
|
|
448
|
-
case "edit":
|
|
449
|
-
if (message) {
|
|
450
|
-
message.isEditing = true;
|
|
451
|
-
message.editContent = message.content;
|
|
452
|
-
messages.value.splice(index, 1, { ...message });
|
|
453
|
-
}
|
|
454
|
-
break;
|
|
455
|
-
case "delete":
|
|
456
|
-
messageUtils.deleteMessageChain(index);
|
|
457
|
-
updateCurrentChat();
|
|
458
|
-
break;
|
|
459
|
-
case "retry": {
|
|
460
|
-
const userMessageIndex = index - 1;
|
|
461
|
-
const userMessage = messages.value[userMessageIndex];
|
|
462
|
-
if (userMessage && userMessage.type === "user") {
|
|
463
|
-
messages.value.splice(index, 1);
|
|
464
|
-
updateCurrentChat();
|
|
465
|
-
setTimeout(() => {
|
|
466
|
-
const result = findMatchingScriptContent(
|
|
467
|
-
(userMessage == null ? void 0 : userMessage.content) || "",
|
|
468
|
-
sendMessageType.value
|
|
469
|
-
);
|
|
470
|
-
if (result && result.responses.length > 0) {
|
|
471
|
-
currentScriptIndex.value = result.nextIndex;
|
|
472
|
-
const newAiMessages = [];
|
|
473
|
-
result.responses.forEach((response, idx) => {
|
|
474
|
-
const pauseMarker = Array.isArray(response.data) ? "\u200B".repeat(20) : "";
|
|
475
|
-
const content = Array.isArray(response.data) ? response.data.join(pauseMarker) : response.data;
|
|
476
|
-
const newAiMsgId = `ai-${Date.now()}-${idx}`;
|
|
477
|
-
newAiMessages.push({
|
|
478
|
-
id: newAiMsgId,
|
|
479
|
-
type: "ai",
|
|
480
|
-
user: "ai",
|
|
481
|
-
component: response.type || void 0,
|
|
482
|
-
content: content || ""
|
|
483
|
-
});
|
|
484
|
-
});
|
|
485
|
-
messages.value.splice(userMessageIndex + 1, 0, ...newAiMessages);
|
|
486
|
-
} else {
|
|
487
|
-
const newAiMsgId = `ai-${Date.now()}`;
|
|
488
|
-
messages.value.splice(userMessageIndex + 1, 0, {
|
|
489
|
-
id: newAiMsgId,
|
|
490
|
-
type: "ai",
|
|
491
|
-
user: "ai",
|
|
492
|
-
content: robotUnmatched
|
|
493
|
-
});
|
|
494
|
-
}
|
|
495
|
-
updateCurrentChat();
|
|
496
|
-
}, 500);
|
|
497
|
-
}
|
|
498
|
-
break;
|
|
499
|
-
}
|
|
500
|
-
case "like":
|
|
501
|
-
messageUtils.updateMessage(index, {
|
|
502
|
-
isLiked: true,
|
|
503
|
-
isDisliked: false
|
|
504
|
-
});
|
|
505
|
-
updateCurrentChat();
|
|
506
|
-
break;
|
|
507
|
-
case "dislike":
|
|
508
|
-
messageUtils.updateMessage(index, {
|
|
509
|
-
isLiked: false,
|
|
510
|
-
isDisliked: true
|
|
511
|
-
});
|
|
512
|
-
updateCurrentChat();
|
|
513
|
-
break;
|
|
514
|
-
}
|
|
515
|
-
};
|
|
516
|
-
const messageUtils = {
|
|
517
|
-
// 更新消息内容
|
|
518
|
-
updateMessage: (index, updates) => {
|
|
519
|
-
if (index < 0 || index >= messages.value.length)
|
|
520
|
-
return;
|
|
521
|
-
messages.value.splice(index, 1, { ...messages.value[index], ...updates });
|
|
522
|
-
},
|
|
523
|
-
// 删除消息及其后续所有连续的AI回复,直到遇到下一个用户消息
|
|
524
|
-
deleteMessageChain: (index) => {
|
|
525
|
-
if (index < 0 || index >= messages.value.length)
|
|
526
|
-
return;
|
|
527
|
-
let startIndex = index;
|
|
528
|
-
let deleteCount = 1;
|
|
529
|
-
for (let i = index + 1; i < messages.value.length; i++) {
|
|
530
|
-
if (messages.value[i].type === "ai") {
|
|
531
|
-
deleteCount++;
|
|
532
|
-
} else {
|
|
533
|
-
break;
|
|
534
|
-
}
|
|
535
|
-
}
|
|
536
|
-
messages.value.splice(startIndex, deleteCount);
|
|
537
|
-
}
|
|
538
|
-
};
|
|
539
|
-
provide("parentContext", {
|
|
540
|
-
instance,
|
|
541
|
-
methods: {
|
|
542
|
-
sendMessage,
|
|
543
|
-
handleMessageAction
|
|
544
|
-
},
|
|
545
|
-
components: componentMap,
|
|
546
|
-
state: {
|
|
547
|
-
messages,
|
|
548
|
-
inputMessage
|
|
549
|
-
}
|
|
550
|
-
});
|
|
551
|
-
return (_ctx, _cache) => {
|
|
552
|
-
return withDirectives((openBlock(), createElementBlock(
|
|
553
|
-
"div",
|
|
554
|
-
{
|
|
555
|
-
class: normalizeClass(!unref(isNotHeader) ? "ai-robot-container" : "ai-robot-container-not-header")
|
|
556
|
-
},
|
|
557
|
-
[
|
|
558
|
-
createCommentVNode(" \u804A\u5929\u6D88\u606F\u533A\u57DF "),
|
|
559
|
-
createElementVNode("div", { class: "chat-container" }, [
|
|
560
|
-
createCommentVNode(' @history="handleHistory" '),
|
|
561
|
-
!unref(isNotHeader) ? (openBlock(), createBlock(Header, {
|
|
562
|
-
key: 0,
|
|
563
|
-
"chat-history": chatHistory.value,
|
|
564
|
-
"active-chat": activeChat.value,
|
|
565
|
-
onSelectChat: handleSelectChat,
|
|
566
|
-
onClose: toggleChatPanel,
|
|
567
|
-
onNewChat: handleNewChat,
|
|
568
|
-
onDeleteChat: handleDeleteChat,
|
|
569
|
-
onRenameChat: handleRenameChat
|
|
570
|
-
}, null, 8, ["chat-history", "active-chat"])) : createCommentVNode("v-if", true),
|
|
571
|
-
!messages.value.length ? (openBlock(), createElementBlock("div", { key: 1 }, [
|
|
572
|
-
renderSlot(_ctx.$slots, "welcome", {}, () => [
|
|
573
|
-
createVNode(HelloChat, { onHandleItemClick: handleItemClick })
|
|
574
|
-
])
|
|
575
|
-
])) : createCommentVNode("v-if", true),
|
|
576
|
-
createVNode(Content, {
|
|
577
|
-
messages: messages.value,
|
|
578
|
-
onComplete: complete,
|
|
579
|
-
onCopy: handleMessageAction,
|
|
580
|
-
onRetry: handleMessageAction,
|
|
581
|
-
onLike: handleMessageAction,
|
|
582
|
-
onDislike: handleMessageAction,
|
|
583
|
-
onEdit: handleMessageAction,
|
|
584
|
-
onDelete: handleMessageAction,
|
|
585
|
-
onSaveEdit: handleSaveEdit,
|
|
586
|
-
onCancelEdit: handleCancelEdit
|
|
587
|
-
}, {
|
|
588
|
-
aiAvatar: withCtx(() => [
|
|
589
|
-
renderSlot(_ctx.$slots, "aiAvatar")
|
|
590
|
-
]),
|
|
591
|
-
userAvatar: withCtx(() => [
|
|
592
|
-
renderSlot(_ctx.$slots, "userAvatar")
|
|
593
|
-
]),
|
|
594
|
-
_: 3
|
|
595
|
-
/* FORWARDED */
|
|
596
|
-
}, 8, ["messages"]),
|
|
597
|
-
createElementVNode("div", { class: "bottom-area" }, [
|
|
598
|
-
createCommentVNode(" \u573A\u666F\u6309\u94AE "),
|
|
599
|
-
!unref(isNotHeader) ? (openBlock(), createBlock(Scene, {
|
|
600
|
-
key: 0,
|
|
601
|
-
scripts: __props.scripts,
|
|
602
|
-
"btn-disable": btnDisable.value,
|
|
603
|
-
"selected-script-name": selectedScriptName.value,
|
|
604
|
-
onSceneClick: sceneClick
|
|
605
|
-
}, null, 8, ["scripts", "btn-disable", "selected-script-name"])) : createCommentVNode("v-if", true),
|
|
606
|
-
createCommentVNode(" \u8F93\u5165\u533A\u57DF "),
|
|
607
|
-
createVNode(Input, {
|
|
608
|
-
"input-message": inputMessage.value,
|
|
609
|
-
"onUpdate:inputMessage": ($event) => inputMessage.value = $event,
|
|
610
|
-
"btn-disable": btnDisable.value,
|
|
611
|
-
onSendMessage: sendMessage
|
|
612
|
-
}, {
|
|
613
|
-
input: withCtx(({ disabled }) => [
|
|
614
|
-
renderSlot(_ctx.$slots, "input", { disabled })
|
|
615
|
-
]),
|
|
616
|
-
_: 3
|
|
617
|
-
/* FORWARDED */
|
|
618
|
-
}, 8, ["input-message", "onUpdate:inputMessage", "btn-disable"])
|
|
619
|
-
])
|
|
620
|
-
])
|
|
621
|
-
],
|
|
622
|
-
2
|
|
623
|
-
/* CLASS */
|
|
624
|
-
)), [
|
|
625
|
-
[vShow, !__props.isChatPanelOpen]
|
|
626
|
-
]);
|
|
627
|
-
};
|
|
628
|
-
}
|
|
629
|
-
});
|
|
630
|
-
|
|
631
|
-
export { _sfc_main as default };
|
|
632
|
-
//# sourceMappingURL=ChatPanel.vue2.mjs.map
|