@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.
Files changed (1012) hide show
  1. package/README.md +70 -70
  2. package/es/index.mjs.map +1 -1
  3. package/es/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.mjs +1380 -0
  4. package/es/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.mjs.map +1 -0
  5. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs +469 -0
  6. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs.map +1 -0
  7. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs +63 -0
  8. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs.map +1 -0
  9. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs +9 -0
  10. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs.map +1 -0
  11. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs +9 -0
  12. package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs.map +1 -0
  13. package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs +7824 -0
  14. package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs.map +1 -0
  15. package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs +643 -0
  16. package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs.map +1 -0
  17. package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs +195 -0
  18. package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs.map +1 -0
  19. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs +70 -0
  20. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
  21. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs +26 -0
  22. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
  23. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs +291 -0
  24. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
  25. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs +6 -0
  26. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
  27. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +81 -0
  28. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
  29. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +52 -0
  30. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
  31. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +70 -0
  32. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
  33. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs +570 -0
  34. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs.map +1 -0
  35. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs +135 -0
  36. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
  37. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs +63 -0
  38. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
  39. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs +197 -0
  40. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
  41. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs +91 -0
  42. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
  43. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs +50 -0
  44. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
  45. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs +73 -0
  46. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
  47. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs +323 -0
  48. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
  49. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs +341 -0
  50. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
  51. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs +213 -0
  52. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
  53. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs +33 -0
  54. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
  55. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs +97 -0
  56. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
  57. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs +55 -0
  58. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
  59. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs +44 -0
  60. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
  61. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs +73 -0
  62. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
  63. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs +85 -0
  64. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
  65. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs +335 -0
  66. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
  67. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs +49 -0
  68. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
  69. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs +211 -0
  70. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
  71. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs +222 -0
  72. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
  73. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs +232 -0
  74. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
  75. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs +16 -0
  76. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
  77. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs +14 -0
  78. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
  79. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs +138 -0
  80. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
  81. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs +20 -0
  82. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
  83. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs +104 -0
  84. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
  85. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +197 -0
  86. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
  87. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs +19 -0
  88. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
  89. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs +46 -0
  90. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs.map +1 -0
  91. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs +75 -0
  92. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
  93. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs +63 -0
  94. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
  95. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +127 -0
  96. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
  97. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +126 -0
  98. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
  99. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs +55 -0
  100. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
  101. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs +73 -0
  102. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
  103. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs +41 -0
  104. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs.map +1 -0
  105. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +54 -0
  106. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
  107. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs +142 -0
  108. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
  109. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs +143 -0
  110. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
  111. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs +59 -0
  112. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs.map +1 -0
  113. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs +46 -0
  114. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
  115. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +125 -0
  116. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
  117. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +130 -0
  118. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
  119. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs +89 -0
  120. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
  121. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs +192 -0
  122. package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs.map +1 -0
  123. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs +5 -0
  124. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs.map +1 -0
  125. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs +113 -0
  126. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs.map +1 -0
  127. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs +90 -0
  128. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs.map +1 -0
  129. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs +24 -0
  130. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs.map +1 -0
  131. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs +309 -0
  132. package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs.map +1 -0
  133. package/es/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs +443 -0
  134. package/es/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs.map +1 -0
  135. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs +4 -0
  136. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
  137. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs +4 -0
  138. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
  139. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs +4 -0
  140. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
  141. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs +4 -0
  142. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs.map +1 -0
  143. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs +4 -0
  144. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
  145. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs +7 -0
  146. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs.map +1 -0
  147. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs +4 -0
  148. package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
  149. package/es/package.json.css +1 -1
  150. package/es/package.json.mjs +1 -1
  151. package/es/packages/components/index.mjs +1 -1
  152. package/es/packages/components/resolver.mjs.map +1 -1
  153. package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue.mjs +7 -0
  154. package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue2.mjs +270 -0
  155. package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue2.mjs.map +1 -0
  156. package/es/packages/components/touchchat/component/AiRobot/face.vue.mjs +7 -0
  157. package/es/packages/components/touchchat/component/AiRobot/face.vue2.mjs +92 -0
  158. package/es/packages/components/touchchat/component/AiRobot/face.vue2.mjs.map +1 -0
  159. package/es/packages/components/touchchat/component/AiRobot/letter.vue.mjs +7 -0
  160. package/es/packages/components/touchchat/component/AiRobot/letter.vue2.mjs +189 -0
  161. package/es/packages/components/touchchat/component/AiRobot/letter.vue2.mjs.map +1 -0
  162. package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.mjs +7 -0
  163. package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.mjs +44 -0
  164. package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.mjs.map +1 -0
  165. package/es/packages/components/touchchat/component/AiRobot/start.vue.mjs +7 -0
  166. package/es/packages/components/touchchat/component/AiRobot/start.vue2.mjs +43 -0
  167. package/es/packages/components/touchchat/component/AiRobot/start.vue2.mjs.map +1 -0
  168. package/es/packages/components/touchchat/component/CardView.vue2.mjs.map +1 -1
  169. package/es/packages/components/touchchat/component/FileContent.vue.mjs +7 -0
  170. package/es/packages/components/touchchat/component/FileContent.vue.mjs.map +1 -0
  171. package/es/packages/components/touchchat/component/FileContent.vue2.mjs +201 -0
  172. package/es/packages/components/touchchat/component/FileContent.vue2.mjs.map +1 -0
  173. package/es/packages/components/touchchat/component/FileView.vue2.mjs +2 -2
  174. package/es/packages/components/touchchat/component/FileView.vue2.mjs.map +1 -1
  175. package/es/packages/components/touchchat/component/HelloChat.vue2.mjs +2 -2
  176. package/es/packages/components/touchchat/component/HelloChat.vue2.mjs.map +1 -1
  177. package/es/packages/components/touchchat/component/ImageFile.vue.mjs +7 -0
  178. package/es/packages/components/touchchat/component/ImageFile.vue.mjs.map +1 -0
  179. package/es/packages/components/touchchat/component/ImageFile.vue2.mjs +162 -0
  180. package/es/packages/components/touchchat/component/ImageFile.vue2.mjs.map +1 -0
  181. package/es/packages/components/touchchat/component/ImageView.vue2.mjs +1 -1
  182. package/es/packages/components/touchchat/component/ImageView.vue2.mjs.map +1 -1
  183. package/es/packages/components/touchchat/component/LinkView.vue2.mjs +4 -4
  184. package/es/packages/components/touchchat/component/LinkView.vue2.mjs.map +1 -1
  185. package/es/packages/components/touchchat/component/MarkLayer.vue.mjs +7 -0
  186. package/es/packages/components/touchchat/component/MarkLayer.vue.mjs.map +1 -0
  187. package/es/packages/components/touchchat/component/MarkLayer.vue2.mjs +56 -0
  188. package/es/packages/components/touchchat/component/MarkLayer.vue2.mjs.map +1 -0
  189. package/es/packages/components/touchchat/component/ModuleSelect.vue.mjs +7 -0
  190. package/es/packages/components/touchchat/component/ModuleSelect.vue.mjs.map +1 -0
  191. package/es/packages/components/touchchat/component/ModuleSelect.vue2.mjs +121 -0
  192. package/es/packages/components/touchchat/component/ModuleSelect.vue2.mjs.map +1 -0
  193. package/es/packages/components/touchchat/component/PDFFile.vue.mjs +7 -0
  194. package/es/packages/components/touchchat/component/PDFFile.vue.mjs.map +1 -0
  195. package/es/packages/components/touchchat/component/PDFFile.vue2.mjs +205 -0
  196. package/es/packages/components/touchchat/component/PDFFile.vue2.mjs.map +1 -0
  197. package/es/packages/components/touchchat/component/RealtimeVoice.vue.mjs +7 -0
  198. package/es/packages/components/touchchat/component/RealtimeVoice.vue.mjs.map +1 -0
  199. package/es/packages/components/touchchat/component/RealtimeVoice.vue2.mjs +162 -0
  200. package/es/packages/components/touchchat/component/RealtimeVoice.vue2.mjs.map +1 -0
  201. package/es/packages/components/touchchat/component/Screenshot.vue.mjs +7 -0
  202. package/es/packages/components/touchchat/component/Screenshot.vue.mjs.map +1 -0
  203. package/es/packages/components/touchchat/component/Screenshot.vue2.mjs +201 -0
  204. package/es/packages/components/touchchat/component/Screenshot.vue2.mjs.map +1 -0
  205. package/es/packages/components/touchchat/component/ThoughtChain.vue.mjs +7 -0
  206. package/es/packages/components/touchchat/component/ThoughtChain.vue.mjs.map +1 -0
  207. package/es/packages/components/touchchat/component/ThoughtChain.vue2.mjs +69 -0
  208. package/es/packages/components/touchchat/component/ThoughtChain.vue2.mjs.map +1 -0
  209. package/es/packages/components/touchchat/component/UploadView.vue.mjs +7 -0
  210. package/es/packages/components/touchchat/component/UploadView.vue.mjs.map +1 -0
  211. package/es/packages/components/touchchat/component/UploadView.vue2.mjs +146 -0
  212. package/es/packages/components/touchchat/component/UploadView.vue2.mjs.map +1 -0
  213. package/es/packages/components/touchchat/component/UploadView_api.vue.mjs +7 -0
  214. package/es/packages/components/touchchat/component/UploadView_api.vue.mjs.map +1 -0
  215. package/es/packages/components/touchchat/component/UploadView_api.vue2.mjs +166 -0
  216. package/es/packages/components/touchchat/component/UploadView_api.vue2.mjs.map +1 -0
  217. package/es/packages/components/touchchat/component/VoiceView.vue.mjs +7 -0
  218. package/es/packages/components/touchchat/component/VoiceView.vue.mjs.map +1 -0
  219. package/es/packages/components/touchchat/component/VoiceView.vue2.mjs +167 -0
  220. package/es/packages/components/touchchat/component/VoiceView.vue2.mjs.map +1 -0
  221. package/es/packages/components/touchchat/img/aiAvatar.png.mjs +4 -0
  222. package/es/packages/components/touchchat/img/aiAvatar.png.mjs.map +1 -0
  223. package/es/packages/components/touchchat/img/file/doc.png.mjs +4 -0
  224. package/es/packages/components/touchchat/img/file/doc.png.mjs.map +1 -0
  225. package/es/packages/components/touchchat/img/file/docx.png.mjs +4 -0
  226. package/es/packages/components/touchchat/img/file/docx.png.mjs.map +1 -0
  227. package/es/packages/components/touchchat/img/file/gif.png.mjs +4 -0
  228. package/es/packages/components/touchchat/img/file/gif.png.mjs.map +1 -0
  229. package/es/packages/components/touchchat/img/file/html.png.mjs +4 -0
  230. package/es/packages/components/touchchat/img/file/html.png.mjs.map +1 -0
  231. package/es/packages/components/touchchat/img/file/jpg.png.mjs +4 -0
  232. package/es/packages/components/touchchat/img/file/jpg.png.mjs.map +1 -0
  233. package/es/packages/components/touchchat/img/file/mp3.png.mjs +4 -0
  234. package/es/packages/components/touchchat/img/file/mp3.png.mjs.map +1 -0
  235. package/es/packages/components/touchchat/img/file/mp4.png.mjs +4 -0
  236. package/es/packages/components/touchchat/img/file/mp4.png.mjs.map +1 -0
  237. package/es/packages/components/touchchat/img/file/music.png.mjs +4 -0
  238. package/es/packages/components/touchchat/img/file/music.png.mjs.map +1 -0
  239. package/es/packages/components/touchchat/img/file/pdf.png.mjs +4 -0
  240. package/es/packages/components/touchchat/img/file/pdf.png.mjs.map +1 -0
  241. package/es/packages/components/touchchat/img/file/png.png.mjs +4 -0
  242. package/es/packages/components/touchchat/img/file/png.png.mjs.map +1 -0
  243. package/es/packages/components/touchchat/img/file/ppt.png.mjs +4 -0
  244. package/es/packages/components/touchchat/img/file/ppt.png.mjs.map +1 -0
  245. package/es/packages/components/touchchat/img/file/pptx.png.mjs +4 -0
  246. package/es/packages/components/touchchat/img/file/pptx.png.mjs.map +1 -0
  247. package/es/packages/components/touchchat/img/file/txt.png.mjs +4 -0
  248. package/es/packages/components/touchchat/img/file/txt.png.mjs.map +1 -0
  249. package/es/packages/components/touchchat/img/file/xls.png.mjs +4 -0
  250. package/es/packages/components/touchchat/img/file/xls.png.mjs.map +1 -0
  251. package/es/packages/components/touchchat/img/file/xlsx.png.mjs +4 -0
  252. package/es/packages/components/touchchat/img/file/xlsx.png.mjs.map +1 -0
  253. package/es/packages/components/touchchat/img/icon.png.mjs.map +1 -0
  254. package/es/packages/components/touchchat/img/svg/reset.svg.mjs +4 -0
  255. package/es/packages/components/touchchat/img/svg/reset.svg.mjs.map +1 -0
  256. package/es/packages/components/touchchat/img/userAvatar.png.mjs +4 -0
  257. package/es/packages/components/touchchat/img/userAvatar.png.mjs.map +1 -0
  258. package/es/packages/components/touchchat/index.mjs +5 -5
  259. package/es/packages/components/touchchat/index.mjs.map +1 -1
  260. package/es/packages/components/touchchat/src/AiChat/AgentsView.vue.mjs +7 -0
  261. package/es/packages/components/touchchat/src/AiChat/AgentsView.vue.mjs.map +1 -0
  262. package/es/packages/components/touchchat/src/AiChat/AgentsView.vue2.mjs +59 -0
  263. package/es/packages/components/touchchat/src/AiChat/AgentsView.vue2.mjs.map +1 -0
  264. package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs +223 -281
  265. package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs.map +1 -1
  266. package/es/packages/components/touchchat/src/AiChat/Chat/TouchChat.mjs +18 -0
  267. package/es/packages/components/touchchat/src/AiChat/Chat/TouchChat.mjs.map +1 -0
  268. package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs +439 -158
  269. package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs.map +1 -1
  270. package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs +118 -149
  271. package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs.map +1 -1
  272. package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs +51 -64
  273. package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs.map +1 -1
  274. package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs +127 -227
  275. package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs.map +1 -1
  276. package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue.mjs +7 -0
  277. package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue.mjs.map +1 -0
  278. package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue2.mjs +31 -0
  279. package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue2.mjs.map +1 -0
  280. package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue.mjs +7 -0
  281. package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue.mjs.map +1 -0
  282. package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue2.mjs +929 -0
  283. package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue2.mjs.map +1 -0
  284. package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs +1068 -521
  285. package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs.map +1 -1
  286. package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs +365 -136
  287. package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs.map +1 -1
  288. package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs +129 -66
  289. package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs.map +1 -1
  290. package/es/packages/components/touchchat/src/index.vue.mjs +2 -2
  291. package/es/packages/components/touchchat/src/index.vue2.mjs +180 -117
  292. package/es/packages/components/touchchat/src/index.vue2.mjs.map +1 -1
  293. package/es/packages/components/touchchat/src/types/a2a.mjs +11 -0
  294. package/es/packages/components/touchchat/src/types/a2a.mjs.map +1 -0
  295. package/es/packages/components/touchchat/utils/a2aService.mjs +292 -0
  296. package/es/packages/components/touchchat/utils/a2aService.mjs.map +1 -0
  297. package/es/packages/components/touchchat/utils/fetchStream.mjs +6 -1
  298. package/es/packages/components/touchchat/utils/fetchStream.mjs.map +1 -1
  299. package/es/packages/components/touchchat/utils/markdown.mjs +3 -3
  300. package/es/packages/components/touchchat/utils/markdown.mjs.map +1 -1
  301. package/es/packages/utils/config.mjs.map +1 -1
  302. package/es/packages/utils/types.mjs.map +1 -1
  303. package/global.d.ts +2 -2
  304. package/lib/index.js.map +1 -1
  305. package/lib/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js +1384 -0
  306. package/lib/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js.map +1 -0
  307. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js +477 -0
  308. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js.map +1 -0
  309. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js +66 -0
  310. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
  311. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js +13 -0
  312. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
  313. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js +13 -0
  314. package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
  315. package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js +7828 -0
  316. package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js.map +1 -0
  317. package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js +647 -0
  318. package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js.map +1 -0
  319. package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js +199 -0
  320. package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js.map +1 -0
  321. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js +74 -0
  322. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js.map +1 -0
  323. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js +29 -0
  324. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js.map +1 -0
  325. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js +308 -0
  326. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js.map +1 -0
  327. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js +12 -0
  328. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js.map +1 -0
  329. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js +85 -0
  330. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +1 -0
  331. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js +56 -0
  332. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +1 -0
  333. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js +74 -0
  334. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +1 -0
  335. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js +573 -0
  336. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js.map +1 -0
  337. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js +139 -0
  338. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js.map +1 -0
  339. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js +67 -0
  340. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js.map +1 -0
  341. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js +201 -0
  342. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js.map +1 -0
  343. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js +95 -0
  344. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js.map +1 -0
  345. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js +54 -0
  346. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js.map +1 -0
  347. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js +77 -0
  348. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js.map +1 -0
  349. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js +327 -0
  350. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js.map +1 -0
  351. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js +345 -0
  352. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js.map +1 -0
  353. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js +217 -0
  354. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js.map +1 -0
  355. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js +37 -0
  356. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js.map +1 -0
  357. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js +101 -0
  358. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js.map +1 -0
  359. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js +59 -0
  360. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js.map +1 -0
  361. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js +48 -0
  362. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js.map +1 -0
  363. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js +77 -0
  364. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js.map +1 -0
  365. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js +89 -0
  366. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js.map +1 -0
  367. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js +339 -0
  368. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js.map +1 -0
  369. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js +53 -0
  370. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js.map +1 -0
  371. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js +215 -0
  372. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js.map +1 -0
  373. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js +226 -0
  374. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js.map +1 -0
  375. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js +236 -0
  376. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js.map +1 -0
  377. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js +20 -0
  378. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js.map +1 -0
  379. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js +18 -0
  380. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js.map +1 -0
  381. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js +142 -0
  382. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js.map +1 -0
  383. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js +24 -0
  384. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js.map +1 -0
  385. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js +108 -0
  386. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js.map +1 -0
  387. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js +201 -0
  388. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +1 -0
  389. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js +23 -0
  390. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js.map +1 -0
  391. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js +50 -0
  392. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js.map +1 -0
  393. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js +79 -0
  394. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js.map +1 -0
  395. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js +67 -0
  396. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js.map +1 -0
  397. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +131 -0
  398. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +1 -0
  399. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js +130 -0
  400. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +1 -0
  401. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js +59 -0
  402. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js.map +1 -0
  403. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js +77 -0
  404. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js.map +1 -0
  405. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js +45 -0
  406. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js.map +1 -0
  407. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js +58 -0
  408. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +1 -0
  409. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js +146 -0
  410. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js.map +1 -0
  411. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js +147 -0
  412. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js.map +1 -0
  413. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js +63 -0
  414. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js.map +1 -0
  415. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js +50 -0
  416. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js.map +1 -0
  417. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js +129 -0
  418. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +1 -0
  419. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js +134 -0
  420. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +1 -0
  421. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js +93 -0
  422. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js.map +1 -0
  423. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js +196 -0
  424. package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js.map +1 -0
  425. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js +14 -0
  426. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js.map +1 -0
  427. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js +117 -0
  428. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js.map +1 -0
  429. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js +94 -0
  430. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js.map +1 -0
  431. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js +28 -0
  432. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js.map +1 -0
  433. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js +313 -0
  434. package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js.map +1 -0
  435. package/lib/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js +453 -0
  436. package/lib/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js.map +1 -0
  437. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js +8 -0
  438. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js.map +1 -0
  439. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js +8 -0
  440. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js.map +1 -0
  441. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js +8 -0
  442. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js.map +1 -0
  443. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js +8 -0
  444. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js.map +1 -0
  445. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js +8 -0
  446. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js.map +1 -0
  447. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js +18 -0
  448. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js.map +1 -0
  449. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js +8 -0
  450. package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js.map +1 -0
  451. package/lib/package.json.css +1 -1
  452. package/lib/package.json.js +1 -1
  453. package/lib/packages/components/index.js +2 -2
  454. package/lib/packages/components/resolver.js.map +1 -1
  455. package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue.js +11 -0
  456. package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue2.js +274 -0
  457. package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue2.js.map +1 -0
  458. package/lib/packages/components/touchchat/component/AiRobot/face.vue.js +11 -0
  459. package/lib/packages/components/touchchat/component/AiRobot/face.vue2.js +96 -0
  460. package/lib/packages/components/touchchat/component/AiRobot/face.vue2.js.map +1 -0
  461. package/lib/packages/components/touchchat/component/AiRobot/letter.vue.js +11 -0
  462. package/lib/packages/components/touchchat/component/AiRobot/letter.vue2.js +193 -0
  463. package/lib/packages/components/touchchat/component/AiRobot/letter.vue2.js.map +1 -0
  464. package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.js +11 -0
  465. package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.js +48 -0
  466. package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.js.map +1 -0
  467. package/lib/packages/components/touchchat/component/AiRobot/start.vue.js +11 -0
  468. package/lib/packages/components/touchchat/component/AiRobot/start.vue2.js +47 -0
  469. package/lib/packages/components/touchchat/component/AiRobot/start.vue2.js.map +1 -0
  470. package/lib/packages/components/touchchat/component/CardView.vue2.js.map +1 -1
  471. package/lib/packages/components/touchchat/component/FileContent.vue.js +11 -0
  472. package/lib/packages/components/touchchat/component/FileContent.vue.js.map +1 -0
  473. package/lib/packages/components/touchchat/component/FileContent.vue2.js +205 -0
  474. package/lib/packages/components/touchchat/component/FileContent.vue2.js.map +1 -0
  475. package/lib/packages/components/touchchat/component/FileView.vue2.js +2 -2
  476. package/lib/packages/components/touchchat/component/FileView.vue2.js.map +1 -1
  477. package/lib/packages/components/touchchat/component/HelloChat.vue2.js +2 -2
  478. package/lib/packages/components/touchchat/component/HelloChat.vue2.js.map +1 -1
  479. package/lib/packages/components/touchchat/component/ImageFile.vue.js +11 -0
  480. package/lib/packages/components/touchchat/component/ImageFile.vue.js.map +1 -0
  481. package/lib/packages/components/touchchat/component/ImageFile.vue2.js +166 -0
  482. package/lib/packages/components/touchchat/component/ImageFile.vue2.js.map +1 -0
  483. package/lib/packages/components/touchchat/component/ImageView.vue2.js +1 -1
  484. package/lib/packages/components/touchchat/component/ImageView.vue2.js.map +1 -1
  485. package/lib/packages/components/touchchat/component/LinkView.vue2.js +4 -4
  486. package/lib/packages/components/touchchat/component/LinkView.vue2.js.map +1 -1
  487. package/lib/packages/components/touchchat/component/MarkLayer.vue.js +11 -0
  488. package/lib/packages/components/touchchat/component/MarkLayer.vue.js.map +1 -0
  489. package/lib/packages/components/touchchat/component/MarkLayer.vue2.js +60 -0
  490. package/lib/packages/components/touchchat/component/MarkLayer.vue2.js.map +1 -0
  491. package/lib/packages/components/touchchat/component/ModuleSelect.vue.js +11 -0
  492. package/lib/packages/components/touchchat/component/ModuleSelect.vue.js.map +1 -0
  493. package/lib/packages/components/touchchat/component/ModuleSelect.vue2.js +125 -0
  494. package/lib/packages/components/touchchat/component/ModuleSelect.vue2.js.map +1 -0
  495. package/lib/packages/components/touchchat/component/PDFFile.vue.js +11 -0
  496. package/lib/packages/components/touchchat/component/PDFFile.vue.js.map +1 -0
  497. package/lib/packages/components/touchchat/component/PDFFile.vue2.js +209 -0
  498. package/lib/packages/components/touchchat/component/PDFFile.vue2.js.map +1 -0
  499. package/lib/packages/components/touchchat/component/RealtimeVoice.vue.js +11 -0
  500. package/lib/packages/components/touchchat/component/RealtimeVoice.vue.js.map +1 -0
  501. package/lib/packages/components/touchchat/component/RealtimeVoice.vue2.js +166 -0
  502. package/lib/packages/components/touchchat/component/RealtimeVoice.vue2.js.map +1 -0
  503. package/lib/packages/components/touchchat/component/Screenshot.vue.js +11 -0
  504. package/lib/packages/components/touchchat/component/Screenshot.vue.js.map +1 -0
  505. package/lib/packages/components/touchchat/component/Screenshot.vue2.js +205 -0
  506. package/lib/packages/components/touchchat/component/Screenshot.vue2.js.map +1 -0
  507. package/lib/packages/components/touchchat/component/ThoughtChain.vue.js +11 -0
  508. package/lib/packages/components/touchchat/component/ThoughtChain.vue.js.map +1 -0
  509. package/lib/packages/components/touchchat/component/ThoughtChain.vue2.js +73 -0
  510. package/lib/packages/components/touchchat/component/ThoughtChain.vue2.js.map +1 -0
  511. package/lib/packages/components/touchchat/component/UploadView.vue.js +11 -0
  512. package/lib/packages/components/touchchat/component/UploadView.vue.js.map +1 -0
  513. package/lib/packages/components/touchchat/component/UploadView.vue2.js +150 -0
  514. package/lib/packages/components/touchchat/component/UploadView.vue2.js.map +1 -0
  515. package/lib/packages/components/touchchat/component/UploadView_api.vue.js +11 -0
  516. package/lib/packages/components/touchchat/component/UploadView_api.vue.js.map +1 -0
  517. package/lib/packages/components/touchchat/component/UploadView_api.vue2.js +170 -0
  518. package/lib/packages/components/touchchat/component/UploadView_api.vue2.js.map +1 -0
  519. package/lib/packages/components/touchchat/component/VoiceView.vue.js +11 -0
  520. package/lib/packages/components/touchchat/component/VoiceView.vue.js.map +1 -0
  521. package/lib/packages/components/touchchat/component/VoiceView.vue2.js +171 -0
  522. package/lib/packages/components/touchchat/component/VoiceView.vue2.js.map +1 -0
  523. package/lib/packages/components/touchchat/img/aiAvatar.png.js +8 -0
  524. package/lib/packages/components/touchchat/img/aiAvatar.png.js.map +1 -0
  525. package/lib/packages/components/touchchat/img/file/doc.png.js +8 -0
  526. package/lib/packages/components/touchchat/img/file/doc.png.js.map +1 -0
  527. package/lib/packages/components/touchchat/img/file/docx.png.js +8 -0
  528. package/lib/packages/components/touchchat/img/file/docx.png.js.map +1 -0
  529. package/lib/packages/components/touchchat/img/file/gif.png.js +8 -0
  530. package/lib/packages/components/touchchat/img/file/gif.png.js.map +1 -0
  531. package/lib/packages/components/touchchat/img/file/html.png.js +8 -0
  532. package/lib/packages/components/touchchat/img/file/html.png.js.map +1 -0
  533. package/lib/packages/components/touchchat/img/file/jpg.png.js +8 -0
  534. package/lib/packages/components/touchchat/img/file/jpg.png.js.map +1 -0
  535. package/lib/packages/components/touchchat/img/file/mp3.png.js +8 -0
  536. package/lib/packages/components/touchchat/img/file/mp3.png.js.map +1 -0
  537. package/lib/packages/components/touchchat/img/file/mp4.png.js +8 -0
  538. package/lib/packages/components/touchchat/img/file/mp4.png.js.map +1 -0
  539. package/lib/packages/components/touchchat/img/file/music.png.js +8 -0
  540. package/lib/packages/components/touchchat/img/file/music.png.js.map +1 -0
  541. package/lib/packages/components/touchchat/img/file/pdf.png.js +8 -0
  542. package/lib/packages/components/touchchat/img/file/pdf.png.js.map +1 -0
  543. package/lib/packages/components/touchchat/img/file/png.png.js +8 -0
  544. package/lib/packages/components/touchchat/img/file/png.png.js.map +1 -0
  545. package/lib/packages/components/touchchat/img/file/ppt.png.js +8 -0
  546. package/lib/packages/components/touchchat/img/file/ppt.png.js.map +1 -0
  547. package/lib/packages/components/touchchat/img/file/pptx.png.js +8 -0
  548. package/lib/packages/components/touchchat/img/file/pptx.png.js.map +1 -0
  549. package/lib/packages/components/touchchat/img/file/txt.png.js +8 -0
  550. package/lib/packages/components/touchchat/img/file/txt.png.js.map +1 -0
  551. package/lib/packages/components/touchchat/img/file/xls.png.js +8 -0
  552. package/lib/packages/components/touchchat/img/file/xls.png.js.map +1 -0
  553. package/lib/packages/components/touchchat/img/file/xlsx.png.js +8 -0
  554. package/lib/packages/components/touchchat/img/file/xlsx.png.js.map +1 -0
  555. package/lib/packages/components/touchchat/img/icon.png.js.map +1 -0
  556. package/lib/packages/components/touchchat/img/svg/reset.svg.js +8 -0
  557. package/lib/packages/components/touchchat/img/svg/reset.svg.js.map +1 -0
  558. package/lib/packages/components/touchchat/img/userAvatar.png.js +8 -0
  559. package/lib/packages/components/touchchat/img/userAvatar.png.js.map +1 -0
  560. package/lib/packages/components/touchchat/index.js +5 -5
  561. package/lib/packages/components/touchchat/index.js.map +1 -1
  562. package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue.js +11 -0
  563. package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue.js.map +1 -0
  564. package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue2.js +63 -0
  565. package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue2.js.map +1 -0
  566. package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js +223 -281
  567. package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js.map +1 -1
  568. package/lib/packages/components/touchchat/src/AiChat/Chat/TouchChat.js +21 -0
  569. package/lib/packages/components/touchchat/src/AiChat/Chat/TouchChat.js.map +1 -0
  570. package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js +438 -157
  571. package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js.map +1 -1
  572. package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js +117 -148
  573. package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js.map +1 -1
  574. package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js +50 -63
  575. package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js.map +1 -1
  576. package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js +126 -226
  577. package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js.map +1 -1
  578. package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue.js +11 -0
  579. package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue.js.map +1 -0
  580. package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue2.js +35 -0
  581. package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue2.js.map +1 -0
  582. package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue.js +11 -0
  583. package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue.js.map +1 -0
  584. package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue2.js +933 -0
  585. package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue2.js.map +1 -0
  586. package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js +1067 -520
  587. package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js.map +1 -1
  588. package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js +364 -135
  589. package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js.map +1 -1
  590. package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js +128 -65
  591. package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js.map +1 -1
  592. package/lib/packages/components/touchchat/src/index.vue.js +2 -2
  593. package/lib/packages/components/touchchat/src/index.vue2.js +179 -116
  594. package/lib/packages/components/touchchat/src/index.vue2.js.map +1 -1
  595. package/lib/packages/components/touchchat/src/types/a2a.js +13 -0
  596. package/lib/packages/components/touchchat/src/types/a2a.js.map +1 -0
  597. package/lib/packages/components/touchchat/utils/a2aService.js +295 -0
  598. package/lib/packages/components/touchchat/utils/a2aService.js.map +1 -0
  599. package/lib/packages/components/touchchat/utils/fetchStream.js +6 -1
  600. package/lib/packages/components/touchchat/utils/fetchStream.js.map +1 -1
  601. package/lib/packages/components/touchchat/utils/markdown.js +2 -2
  602. package/lib/packages/components/touchchat/utils/markdown.js.map +1 -1
  603. package/lib/packages/utils/config.js.map +1 -1
  604. package/lib/packages/utils/types.js.map +1 -1
  605. package/package.json +81 -81
  606. package/theme/components/index.css +1980 -1684
  607. package/theme/font/iconfont.woff +0 -0
  608. package/theme/font/iconfont.woff2 +0 -0
  609. package/theme/img/aiArrow.png +0 -0
  610. package/theme/img/loading.png +0 -0
  611. package/theme/img/logo.png +0 -0
  612. package/theme/img/userArrow.png +0 -0
  613. package/theme/index.css +1980 -1684
  614. package/theme/skin/default.css +1980 -1684
  615. package/types/global.d.ts +2 -2
  616. package/es/_virtual/emphasis.mjs +0 -4
  617. package/es/_virtual/emphasis.mjs.map +0 -1
  618. package/es/_virtual/html_re.mjs +0 -4
  619. package/es/_virtual/html_re.mjs.map +0 -1
  620. package/es/_virtual/index.mjs +0 -4
  621. package/es/_virtual/index.mjs.map +0 -1
  622. package/es/_virtual/index2.mjs +0 -4
  623. package/es/_virtual/index2.mjs.map +0 -1
  624. package/es/_virtual/index3.mjs +0 -4
  625. package/es/_virtual/index3.mjs.map +0 -1
  626. package/es/_virtual/strikethrough.mjs +0 -4
  627. package/es/_virtual/strikethrough.mjs.map +0 -1
  628. package/es/_virtual/utils.mjs +0 -4
  629. package/es/_virtual/utils.mjs.map +0 -1
  630. package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs +0 -4253
  631. package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs.map +0 -1
  632. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs +0 -638
  633. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs.map +0 -1
  634. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs +0 -196
  635. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs.map +0 -1
  636. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs +0 -9
  637. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs.map +0 -1
  638. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs +0 -7
  639. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs.map +0 -1
  640. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs +0 -67
  641. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs.map +0 -1
  642. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs +0 -29
  643. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs.map +0 -1
  644. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs +0 -324
  645. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs.map +0 -1
  646. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs +0 -11
  647. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs.map +0 -1
  648. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +0 -83
  649. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +0 -1
  650. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +0 -44
  651. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +0 -1
  652. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +0 -56
  653. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +0 -1
  654. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs +0 -596
  655. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs.map +0 -1
  656. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs +0 -138
  657. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs.map +0 -1
  658. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs +0 -69
  659. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs.map +0 -1
  660. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs +0 -197
  661. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs.map +0 -1
  662. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs +0 -78
  663. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs.map +0 -1
  664. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs +0 -39
  665. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs.map +0 -1
  666. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs +0 -59
  667. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs.map +0 -1
  668. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs +0 -346
  669. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs.map +0 -1
  670. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs +0 -354
  671. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs.map +0 -1
  672. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs +0 -286
  673. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +0 -1
  674. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs +0 -32
  675. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs.map +0 -1
  676. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs +0 -96
  677. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs.map +0 -1
  678. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs +0 -57
  679. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs.map +0 -1
  680. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs +0 -47
  681. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs.map +0 -1
  682. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs +0 -76
  683. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +0 -1
  684. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs +0 -81
  685. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +0 -1
  686. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs +0 -366
  687. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs.map +0 -1
  688. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs +0 -50
  689. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +0 -1
  690. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs +0 -197
  691. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs.map +0 -1
  692. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs +0 -234
  693. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +0 -1
  694. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs +0 -223
  695. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs.map +0 -1
  696. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs +0 -16
  697. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs.map +0 -1
  698. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs +0 -14
  699. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs.map +0 -1
  700. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs +0 -132
  701. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +0 -1
  702. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs +0 -19
  703. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +0 -1
  704. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs +0 -97
  705. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +0 -1
  706. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +0 -202
  707. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +0 -1
  708. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs +0 -21
  709. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +0 -1
  710. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs +0 -74
  711. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +0 -1
  712. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs +0 -61
  713. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +0 -1
  714. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +0 -128
  715. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +0 -1
  716. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +0 -130
  717. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +0 -1
  718. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs +0 -51
  719. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +0 -1
  720. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs +0 -54
  721. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +0 -1
  722. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +0 -48
  723. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +0 -1
  724. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs +0 -154
  725. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs.map +0 -1
  726. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs +0 -150
  727. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs.map +0 -1
  728. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs +0 -48
  729. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +0 -1
  730. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +0 -156
  731. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +0 -1
  732. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +0 -130
  733. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +0 -1
  734. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs +0 -56
  735. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs.map +0 -1
  736. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs +0 -33
  737. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs.map +0 -1
  738. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs +0 -199
  739. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs.map +0 -1
  740. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs +0 -121
  741. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs.map +0 -1
  742. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs +0 -97
  743. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs.map +0 -1
  744. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs +0 -24
  745. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs.map +0 -1
  746. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs +0 -13
  747. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs.map +0 -1
  748. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs +0 -292
  749. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs.map +0 -1
  750. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs +0 -12
  751. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs.map +0 -1
  752. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs +0 -12
  753. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs.map +0 -1
  754. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs +0 -4
  755. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs.map +0 -1
  756. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs +0 -12
  757. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs.map +0 -1
  758. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs +0 -23
  759. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs.map +0 -1
  760. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs +0 -12
  761. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs.map +0 -1
  762. package/es/packages/components/touchchat/img/AI.png.mjs +0 -4
  763. package/es/packages/components/touchchat/img/AI.png.mjs.map +0 -1
  764. package/es/packages/components/touchchat/img/asir.png.mjs +0 -4
  765. package/es/packages/components/touchchat/img/asir.png.mjs.map +0 -1
  766. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs +0 -7
  767. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs.map +0 -1
  768. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs +0 -632
  769. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs.map +0 -1
  770. package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs +0 -7
  771. package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs.map +0 -1
  772. package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs +0 -263
  773. package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs.map +0 -1
  774. package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs +0 -7
  775. package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs.map +0 -1
  776. package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs +0 -197
  777. package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs.map +0 -1
  778. package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs +0 -7
  779. package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs.map +0 -1
  780. package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs +0 -69
  781. package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs.map +0 -1
  782. package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs +0 -7
  783. package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs.map +0 -1
  784. package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs +0 -48
  785. package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs.map +0 -1
  786. package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.mjs +0 -7
  787. package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs +0 -270
  788. package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs.map +0 -1
  789. package/es/packages/components/touchchat/src/AiRobot/component/face.vue.mjs +0 -7
  790. package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs +0 -89
  791. package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs.map +0 -1
  792. package/es/packages/components/touchchat/src/AiRobot/component/letter.vue.mjs +0 -7
  793. package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs +0 -64
  794. package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs.map +0 -1
  795. package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.mjs +0 -7
  796. package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs +0 -36
  797. package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs.map +0 -1
  798. package/es/packages/components/touchchat/src/AiRobot/component/start.vue.mjs +0 -7
  799. package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs +0 -36
  800. package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs.map +0 -1
  801. package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs +0 -4
  802. package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs.map +0 -1
  803. package/es/packages/components/touchchat/src/AiRobot/img/icon.png.mjs.map +0 -1
  804. package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs +0 -7
  805. package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs.map +0 -1
  806. package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs +0 -135
  807. package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs.map +0 -1
  808. package/lib/_virtual/emphasis.js +0 -6
  809. package/lib/_virtual/emphasis.js.map +0 -1
  810. package/lib/_virtual/html_re.js +0 -6
  811. package/lib/_virtual/html_re.js.map +0 -1
  812. package/lib/_virtual/index.js +0 -6
  813. package/lib/_virtual/index.js.map +0 -1
  814. package/lib/_virtual/index2.js +0 -6
  815. package/lib/_virtual/index2.js.map +0 -1
  816. package/lib/_virtual/index3.js +0 -6
  817. package/lib/_virtual/index3.js.map +0 -1
  818. package/lib/_virtual/strikethrough.js +0 -6
  819. package/lib/_virtual/strikethrough.js.map +0 -1
  820. package/lib/_virtual/utils.js +0 -6
  821. package/lib/_virtual/utils.js.map +0 -1
  822. package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js +0 -6380
  823. package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js.map +0 -1
  824. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js +0 -640
  825. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js.map +0 -1
  826. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js +0 -198
  827. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js.map +0 -1
  828. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js +0 -13
  829. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js.map +0 -1
  830. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js +0 -9
  831. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js.map +0 -1
  832. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js +0 -69
  833. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js.map +0 -1
  834. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js +0 -33
  835. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js.map +0 -1
  836. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js +0 -326
  837. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js.map +0 -1
  838. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js +0 -15
  839. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js.map +0 -1
  840. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js +0 -85
  841. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +0 -1
  842. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js +0 -46
  843. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +0 -1
  844. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js +0 -58
  845. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +0 -1
  846. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js +0 -598
  847. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js.map +0 -1
  848. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js +0 -140
  849. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js.map +0 -1
  850. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js +0 -71
  851. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js.map +0 -1
  852. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js +0 -199
  853. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js.map +0 -1
  854. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js +0 -80
  855. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js.map +0 -1
  856. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js +0 -41
  857. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js.map +0 -1
  858. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js +0 -61
  859. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js.map +0 -1
  860. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js +0 -348
  861. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js.map +0 -1
  862. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js +0 -356
  863. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js.map +0 -1
  864. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js +0 -288
  865. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js.map +0 -1
  866. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js +0 -34
  867. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js.map +0 -1
  868. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js +0 -98
  869. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js.map +0 -1
  870. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js +0 -59
  871. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js.map +0 -1
  872. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js +0 -49
  873. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js.map +0 -1
  874. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js +0 -78
  875. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js.map +0 -1
  876. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js +0 -83
  877. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js.map +0 -1
  878. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js +0 -368
  879. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js.map +0 -1
  880. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js +0 -52
  881. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js.map +0 -1
  882. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js +0 -199
  883. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js.map +0 -1
  884. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js +0 -236
  885. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js.map +0 -1
  886. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js +0 -225
  887. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js.map +0 -1
  888. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js +0 -18
  889. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js.map +0 -1
  890. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js +0 -16
  891. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js.map +0 -1
  892. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js +0 -134
  893. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js.map +0 -1
  894. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js +0 -21
  895. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js.map +0 -1
  896. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js +0 -99
  897. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js.map +0 -1
  898. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js +0 -204
  899. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +0 -1
  900. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js +0 -23
  901. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js.map +0 -1
  902. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js +0 -76
  903. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js.map +0 -1
  904. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js +0 -63
  905. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js.map +0 -1
  906. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +0 -130
  907. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +0 -1
  908. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js +0 -134
  909. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +0 -1
  910. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js +0 -53
  911. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js.map +0 -1
  912. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js +0 -56
  913. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js.map +0 -1
  914. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js +0 -50
  915. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +0 -1
  916. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js +0 -156
  917. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js.map +0 -1
  918. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js +0 -152
  919. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js.map +0 -1
  920. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js +0 -50
  921. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js.map +0 -1
  922. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js +0 -158
  923. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +0 -1
  924. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js +0 -134
  925. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +0 -1
  926. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js +0 -58
  927. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js.map +0 -1
  928. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js +0 -35
  929. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js.map +0 -1
  930. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js +0 -201
  931. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js.map +0 -1
  932. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +0 -123
  933. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js.map +0 -1
  934. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +0 -99
  935. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js.map +0 -1
  936. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +0 -26
  937. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js.map +0 -1
  938. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +0 -17
  939. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js.map +0 -1
  940. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +0 -294
  941. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js.map +0 -1
  942. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +0 -14
  943. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js.map +0 -1
  944. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +0 -14
  945. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js.map +0 -1
  946. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +0 -6
  947. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js.map +0 -1
  948. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +0 -14
  949. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js.map +0 -1
  950. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +0 -25
  951. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js.map +0 -1
  952. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +0 -14
  953. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js.map +0 -1
  954. package/lib/packages/components/touchchat/img/AI.png.js +0 -8
  955. package/lib/packages/components/touchchat/img/AI.png.js.map +0 -1
  956. package/lib/packages/components/touchchat/img/asir.png.js +0 -8
  957. package/lib/packages/components/touchchat/img/asir.png.js.map +0 -1
  958. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js +0 -11
  959. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js.map +0 -1
  960. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js +0 -636
  961. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js.map +0 -1
  962. package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js +0 -11
  963. package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js.map +0 -1
  964. package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js +0 -267
  965. package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js.map +0 -1
  966. package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js +0 -11
  967. package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js.map +0 -1
  968. package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js +0 -201
  969. package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js.map +0 -1
  970. package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js +0 -11
  971. package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js.map +0 -1
  972. package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js +0 -73
  973. package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js.map +0 -1
  974. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js +0 -11
  975. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js.map +0 -1
  976. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js +0 -52
  977. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js.map +0 -1
  978. package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.js +0 -11
  979. package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js +0 -274
  980. package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js.map +0 -1
  981. package/lib/packages/components/touchchat/src/AiRobot/component/face.vue.js +0 -11
  982. package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js +0 -93
  983. package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js.map +0 -1
  984. package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue.js +0 -11
  985. package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js +0 -68
  986. package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js.map +0 -1
  987. package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.js +0 -11
  988. package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js +0 -40
  989. package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js.map +0 -1
  990. package/lib/packages/components/touchchat/src/AiRobot/component/start.vue.js +0 -11
  991. package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js +0 -40
  992. package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js.map +0 -1
  993. package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js +0 -8
  994. package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js.map +0 -1
  995. package/lib/packages/components/touchchat/src/AiRobot/img/icon.png.js.map +0 -1
  996. package/lib/packages/components/touchchat/src/AiRobot/index.vue.js +0 -11
  997. package/lib/packages/components/touchchat/src/AiRobot/index.vue.js.map +0 -1
  998. package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js +0 -139
  999. package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js.map +0 -1
  1000. package/theme/img/default.png +0 -0
  1001. /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/HelloChat.vue.mjs.map +0 -0
  1002. /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/face.vue.mjs.map +0 -0
  1003. /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/letter.vue.mjs.map +0 -0
  1004. /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/meterialPrepare.vue.mjs.map +0 -0
  1005. /package/es/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/start.vue.mjs.map +0 -0
  1006. /package/es/packages/components/touchchat/{src/AiRobot/img → img}/icon.png.mjs +0 -0
  1007. /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/HelloChat.vue.js.map +0 -0
  1008. /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/face.vue.js.map +0 -0
  1009. /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/letter.vue.js.map +0 -0
  1010. /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/meterialPrepare.vue.js.map +0 -0
  1011. /package/lib/packages/components/touchchat/{src/AiRobot/component → component/AiRobot}/start.vue.js.map +0 -0
  1012. /package/lib/packages/components/touchchat/{src/AiRobot/img → img}/icon.png.js +0 -0
@@ -0,0 +1,933 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var vue = require('vue');
6
+ var UserMessage = require('./UserMessage.vue.js');
7
+ var AiMessage = require('./AiMessage.vue.js');
8
+ var ChatInput = require('./ChatInput.vue.js');
9
+ var HelloChat = require('../../component/HelloChat.vue.js');
10
+ var index = require('../../../../../node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.js');
11
+ var markdown = require('../../utils/markdown.js');
12
+ var tools = require('../../utils/tools.js');
13
+ var TouchChat = require('./Chat/TouchChat.js');
14
+ var a2aService = require('../../utils/a2aService.js');
15
+
16
+ const MULTI_AGENT_HOST = "/mas/host_agent";
17
+ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
18
+ __name: "TouchAgent",
19
+ props: {
20
+ value: {
21
+ type: Array,
22
+ default: () => []
23
+ }
24
+ },
25
+ emits: ["sendMessage", "toggleSidebar", "beforeSendMessage"],
26
+ setup(__props, { expose: __expose, emit: __emit }) {
27
+ const DEFAULT_AGENT = {
28
+ id: "agent-1",
29
+ name: "A2A Agent",
30
+ version: "1.0",
31
+ endpoint: "http://10.19.93.128:30015/engine/api/v1/a2a/7b8f4d0eeee643859a812a166c606b13/1.0",
32
+ authToken: "c09f1251-e979-4a1a-ac67-6a11a8ab49f7",
33
+ // endpoint: '/agent-api/Njd8NnwxfDUy',
34
+ // authToken: 'a7ef44a7-9e85-4989-a2eb-34ae4dc76b7a',
35
+ description: "Default A2A agent"
36
+ };
37
+ const agentConfigListRef = vue.inject("agentConfigList", vue.ref([]));
38
+ const iAgentConfigList = vue.ref(agentConfigListRef.value);
39
+ const selectedAgents = vue.ref(["agent-1"]);
40
+ const availableAgents = vue.ref(iAgentConfigList.value || [DEFAULT_AGENT]);
41
+ vue.watch(
42
+ agentConfigListRef,
43
+ (newVal) => {
44
+ iAgentConfigList.value = newVal;
45
+ availableAgents.value = newVal || [DEFAULT_AGENT];
46
+ availableAgents.value.forEach((agent) => {
47
+ a2aService.a2aService.registerAgent(agent);
48
+ });
49
+ if (availableAgents.value.length > 0) {
50
+ selectedAgents.value = [availableAgents.value[0].id];
51
+ }
52
+ console.log("availableAgents === TouchAgent.vue === 119", availableAgents.value);
53
+ },
54
+ { immediate: true, deep: true }
55
+ );
56
+ const emit = __emit;
57
+ const afterSend = vue.inject("afterSend", () => {
58
+ console.warn("\u672A\u63D0\u4F9BafterSend\u51FD\u6570");
59
+ });
60
+ const sendMessageInject = vue.inject("send", () => {
61
+ console.warn("\u672A\u63D0\u4F9BhandleSend\u51FD\u6570");
62
+ });
63
+ const beforeSend = vue.inject("beforeSend", () => ({
64
+ result: true,
65
+ componentName: ""
66
+ }));
67
+ const bottom = vue.inject("bottom", () => {
68
+ console.warn("\u672A\u63D0\u4F9Bbottom\u51FD\u6570");
69
+ });
70
+ const props = __props;
71
+ const chatContainer = vue.ref(null);
72
+ const htmlContentRef = vue.ref([]);
73
+ const thinkingContentRef = vue.ref([]);
74
+ const reasoningContentRef = vue.ref([]);
75
+ const isMounted = vue.ref(false);
76
+ const isChating = vue.ref(false);
77
+ const inputValue = vue.ref("");
78
+ const chatList = vue.ref([]);
79
+ const currIndex = vue.ref(0);
80
+ const isUnmounting = vue.ref(false);
81
+ const currentComponentName = vue.ref("");
82
+ const fileData = vue.ref([]);
83
+ const ChatInputRef = vue.ref(null);
84
+ const isDragging = vue.ref(false);
85
+ const typeFlag = vue.ref("");
86
+ const renderQueue = vue.ref([]);
87
+ const isRendering = vue.ref(false);
88
+ const currentMessageProcessor = vue.ref(null);
89
+ const messageUtils = {
90
+ updateMessage: (index, updates) => {
91
+ if (index < 0 || index >= chatList.value.length)
92
+ return;
93
+ chatList.value.splice(index, 1, { ...chatList.value[index], ...updates });
94
+ vue.nextTick(() => {
95
+ const message = chatList.value[index];
96
+ if (message) {
97
+ renderContent(message.content, "main", index);
98
+ if (message.thinkContent) {
99
+ renderContent(message.thinkContent, "thinking", index);
100
+ }
101
+ if (message.reasoningContent) {
102
+ renderContent(message.reasoningContent, "reasoning", index);
103
+ }
104
+ }
105
+ });
106
+ },
107
+ deleteMessageChain: (index) => {
108
+ if (index < 0 || index >= chatList.value.length)
109
+ return;
110
+ if (chatList.value[index].user === "u") {
111
+ let deleteCount = 1;
112
+ for (let i = index + 1; i < chatList.value.length; i++) {
113
+ if (chatList.value[i].user === "ai") {
114
+ deleteCount++;
115
+ } else {
116
+ break;
117
+ }
118
+ }
119
+ chatList.value.splice(index, deleteCount);
120
+ } else {
121
+ chatList.value.splice(index, 1);
122
+ }
123
+ },
124
+ createStandardMessage: (data) => {
125
+ var _a, _b, _c, _d, _e;
126
+ return {
127
+ // chatId: data.chatId || 'ai_' + crypto.randomUUID().replace(/-/gi, ''),
128
+ chatId: data.chatId || "ai_" + Math.random().toString(36).slice(2).padEnd(10, "0").slice(0, 10),
129
+ user: data.user || "ai",
130
+ type: data.type || "text",
131
+ content: data.content || "",
132
+ isChating: (_a = data.isChating) != null ? _a : false,
133
+ thinkContent: data.thinkContent || "",
134
+ reasoningContent: data.reasoningContent || "",
135
+ isLiked: (_b = data.isLiked) != null ? _b : false,
136
+ isDisliked: (_c = data.isDisliked) != null ? _c : false,
137
+ isEditing: (_d = data.isEditing) != null ? _d : false,
138
+ editContent: (_e = data.editContent) != null ? _e : ""
139
+ };
140
+ }
141
+ };
142
+ const update = (index, message) => {
143
+ chatList.value[index] = { ...chatList.value[index], ...message };
144
+ console.log("update", chatList.value[index]);
145
+ };
146
+ const completeRendered = (chatId) => {
147
+ console.log("completeRendered", "\u6E32\u67D3\u5B8C\u6210", chatId);
148
+ if (currentMessageProcessor.value) {
149
+ currentMessageProcessor.value.handleMessageComplete(chatId);
150
+ }
151
+ };
152
+ const toggleSidebarClick = (item, index) => {
153
+ emit("toggleSidebar", item, index);
154
+ };
155
+ const init = () => {
156
+ try {
157
+ if (Array.isArray(props.value) && props.value.length) {
158
+ chatList.value = props.value.map((item) => ({
159
+ ...item,
160
+ content: item.thinkContent ? item.content || "" : item.content || "",
161
+ thinkContent: item.thinkContent || ""
162
+ }));
163
+ vue.nextTick(() => {
164
+ requestAnimationFrame(() => {
165
+ chatList.value.forEach((item) => {
166
+ if (item.thinkContent) {
167
+ renderContent(item.thinkContent, "thinking");
168
+ }
169
+ if (item.reasoningContent) {
170
+ renderContent(item.reasoningContent, "reasoning");
171
+ }
172
+ if (item.content) {
173
+ renderContent(item.content, "main");
174
+ }
175
+ });
176
+ vue.nextTick(() => {
177
+ scrollToBottom();
178
+ });
179
+ });
180
+ });
181
+ }
182
+ } catch (error) {
183
+ console.error("\u521D\u59CB\u5316\u5931\u8D25:", error);
184
+ }
185
+ };
186
+ const onScrollToBottom = () => {
187
+ bottom();
188
+ };
189
+ const throttledScrollToBottom = index.throttle(300, onScrollToBottom);
190
+ const handleScroll = () => {
191
+ if (!chatContainer.value)
192
+ return;
193
+ const { scrollTop, scrollHeight, clientHeight } = chatContainer.value;
194
+ if (scrollTop + clientHeight >= scrollHeight) {
195
+ throttledScrollToBottom();
196
+ }
197
+ };
198
+ const enqueueRender = (data) => {
199
+ if (isUnmounting.value || !isMounted.value)
200
+ return;
201
+ if (currIndex.value < 0 || currIndex.value >= chatList.value.length)
202
+ return;
203
+ renderQueue.value.push(data);
204
+ if (!isRendering.value) {
205
+ isRendering.value = true;
206
+ processRenderQueue();
207
+ }
208
+ };
209
+ const processRenderQueue = () => {
210
+ if (isUnmounting.value || !isMounted.value) {
211
+ renderQueue.value = [];
212
+ isRendering.value = false;
213
+ return;
214
+ }
215
+ if (renderQueue.value.length === 0) {
216
+ isRendering.value = false;
217
+ return;
218
+ }
219
+ requestAnimationFrame(() => {
220
+ const data = renderQueue.value.shift();
221
+ if (data) {
222
+ formatMarkdown(data);
223
+ }
224
+ processRenderQueue();
225
+ });
226
+ };
227
+ const formatMarkdown = (data) => {
228
+ if (!isMounted.value)
229
+ return;
230
+ if (currIndex.value < 0 || currIndex.value >= chatList.value.length)
231
+ return;
232
+ const currentItem = chatList.value[currIndex.value];
233
+ currentItem.thinkContent = data.thinkContent;
234
+ currentItem.content = data.mainContent;
235
+ currentItem.reasoningContent = data.reasoningContent;
236
+ vue.nextTick(() => {
237
+ const thinkingContainer = thinkingContentRef.value[currIndex.value];
238
+ if (thinkingContainer) {
239
+ if (data.thinkContent) {
240
+ renderContent(data.thinkContent, "thinking");
241
+ thinkingContainer.style.display = "block";
242
+ thinkingContainer.style.visibility = "visible";
243
+ } else {
244
+ thinkingContainer.style.display = "none";
245
+ thinkingContainer.style.visibility = "hidden";
246
+ }
247
+ }
248
+ const reasoningContainer = reasoningContentRef.value[currIndex.value];
249
+ if (reasoningContainer) {
250
+ if (data.reasoningContent) {
251
+ renderContent(data.reasoningContent, "reasoning");
252
+ reasoningContainer.style.display = "block";
253
+ reasoningContainer.style.visibility = "visible";
254
+ } else {
255
+ reasoningContainer.style.display = "none";
256
+ reasoningContainer.style.visibility = "hidden";
257
+ }
258
+ }
259
+ renderContent(data.mainContent, "main");
260
+ });
261
+ };
262
+ const generateMessageId = () => {
263
+ return `msg-${Date.now()}-${Math.random().toString(36).substr(2, 9)}`;
264
+ };
265
+ const createTextMessage = (text, role) => ({
266
+ messageId: generateMessageId(),
267
+ role,
268
+ parts: [{ type: "text", text }],
269
+ timestamp: (/* @__PURE__ */ new Date()).toISOString()
270
+ });
271
+ const randerAngentMessage = (fullResponseText, chatId) => {
272
+ if (chatList.value.some((ele) => ele.chatId === chatId)) {
273
+ enqueueRender({
274
+ mainContent: fullResponseText,
275
+ thinkContent: "",
276
+ reasoningContent: ""
277
+ });
278
+ }
279
+ };
280
+ const sendSingleAgentMessage = async (userContent, chatId) => {
281
+ var _a, _b, _c, _d, _e;
282
+ const agentMessage = createTextMessage(userContent, "user");
283
+ const agentId = selectedAgents.value[0];
284
+ const stream = await a2aService.a2aService.streamMessage(agentId, agentMessage);
285
+ let fullResponseText = "";
286
+ const reader = stream.getReader();
287
+ try {
288
+ let isDone = false;
289
+ while (!isDone) {
290
+ const { done, value: chunk } = await reader.read();
291
+ if (done) {
292
+ isDone = true;
293
+ break;
294
+ }
295
+ if (chunk.result) {
296
+ if ("artifact" in chunk.result) {
297
+ const artifact = chunk.result.artifact;
298
+ if (artifact && artifact.parts) {
299
+ const textParts = artifact.parts.filter((p) => p.kind === "text");
300
+ const newText = textParts.map((p) => p.text).join("");
301
+ fullResponseText += newText;
302
+ randerAngentMessage(fullResponseText, chatId);
303
+ }
304
+ }
305
+ if ("status" in chunk.result) {
306
+ const status = chunk.result.status;
307
+ if ((_a = status == null ? void 0 : status.message) == null ? void 0 : _a.parts) {
308
+ const textParts = status.message.parts.filter((p) => p.kind === "text");
309
+ const newText = textParts.map((p) => p.text).join("");
310
+ fullResponseText += newText;
311
+ randerAngentMessage(fullResponseText, chatId);
312
+ }
313
+ }
314
+ }
315
+ if ((_c = (_b = chunk.params) == null ? void 0 : _b.message) == null ? void 0 : _c.parts) {
316
+ const allParts = chunk.params.message.parts;
317
+ const textParts = allParts.filter((p) => p.type === "text" || p.kind === "text");
318
+ const newText = textParts.map((p) => p.text).join("");
319
+ fullResponseText += newText;
320
+ randerAngentMessage(fullResponseText, chatId);
321
+ }
322
+ if ((_d = chunk.params) == null ? void 0 : _d.status) {
323
+ console.log("Task status:", chunk.params.status);
324
+ }
325
+ if ((_e = chunk.params) == null ? void 0 : _e.artifact) {
326
+ console.log("Artifact received:", chunk.params.artifact);
327
+ }
328
+ }
329
+ } finally {
330
+ reader.releaseLock();
331
+ }
332
+ vue.nextTick(() => {
333
+ emit("sendMessage", [...chatList.value]);
334
+ });
335
+ isChating.value = false;
336
+ chatList.value[currIndex.value].isChating = false;
337
+ if (fullResponseText) {
338
+ afterSend({ allAiContent: fullResponseText });
339
+ }
340
+ };
341
+ const getSubAgents = () => {
342
+ return availableAgents.value.map((agent) => ({
343
+ agent_name: agent.agent_name,
344
+ agent_url: agent.agent_url,
345
+ headers: agent.headers
346
+ }));
347
+ };
348
+ const sendMultiAgentMessage = async (text, chatId) => {
349
+ var _a;
350
+ let fullResponseText = "";
351
+ try {
352
+ const userMessage = createTextMessage(text, "user");
353
+ const subAgents = getSubAgents();
354
+ const stream = a2aService.a2aService.streamMultiAgentMessage(MULTI_AGENT_HOST, subAgents, userMessage);
355
+ for await (const chunk of stream) {
356
+ if (chunk.result) {
357
+ if ("artifact" in chunk.result) {
358
+ const artifact = chunk.result.artifact;
359
+ if (artifact && artifact.parts) {
360
+ const textParts = artifact.parts.filter((p) => p.kind === "text");
361
+ const newText = textParts.map((p) => p.text).join("");
362
+ fullResponseText += newText;
363
+ randerAngentMessage(fullResponseText, chatId);
364
+ console.log("Multi-agent newText artifact", newText);
365
+ }
366
+ }
367
+ if ("status" in chunk.result) {
368
+ const status = chunk.result.status;
369
+ if ((_a = status == null ? void 0 : status.message) == null ? void 0 : _a.parts) {
370
+ const textParts = status.message.parts.filter((p) => p.kind === "text");
371
+ const newText = textParts.map((p) => p.text).join("");
372
+ console.log("Multi-agent newText status", newText);
373
+ fullResponseText += newText;
374
+ randerAngentMessage(fullResponseText, chatId);
375
+ }
376
+ }
377
+ }
378
+ }
379
+ const lastMessage = chatList.value[chatList.value.length - 1];
380
+ if (lastMessage && lastMessage.role === "agent") {
381
+ lastMessage.timestamp = (/* @__PURE__ */ new Date()).toISOString();
382
+ }
383
+ } catch (err) {
384
+ console.error("Error in multi-agent mode:", err);
385
+ const lastMessage = chatList.value[chatList.value.length - 1];
386
+ if (lastMessage && lastMessage.role === "agent") {
387
+ chatList.value.pop();
388
+ }
389
+ } finally {
390
+ }
391
+ vue.nextTick(() => {
392
+ emit("sendMessage", [...chatList.value]);
393
+ });
394
+ isChating.value = false;
395
+ chatList.value[currIndex.value].isChating = false;
396
+ if (fullResponseText) {
397
+ afterSend({ allAiContent: fullResponseText });
398
+ }
399
+ };
400
+ const openSSE = async (userContent, insertIndex) => {
401
+ try {
402
+ if (isUnmounting.value)
403
+ return;
404
+ isChating.value = true;
405
+ const currentAiMessage = chatList.value.find((item) => item.isChating);
406
+ if (currentAiMessage) {
407
+ currentAiMessage.isShowLike = true;
408
+ currentAiMessage.isShowCopy = true;
409
+ currentAiMessage.componentName = currentComponentName.value;
410
+ }
411
+ const chatId = (currentAiMessage == null ? void 0 : currentAiMessage.chatId) || "ai_" + Math.random().toString(36).slice(2).padEnd(10, "0").slice(0, 10);
412
+ if (!currentAiMessage) {
413
+ const chatItem = {
414
+ chatId,
415
+ user: "ai",
416
+ type: "text",
417
+ isChating: true,
418
+ content: "",
419
+ thinkContent: "",
420
+ reasoningContent: "",
421
+ thinkStatus: TouchChat.ThinkStatus.THINKING,
422
+ thinkStartTime: Date.now(),
423
+ isShowLike: true,
424
+ isShowCopy: true,
425
+ componentName: currentComponentName.value,
426
+ typeFlag: typeFlag.value
427
+ };
428
+ if (insertIndex !== void 0 && insertIndex <= chatList.value.length) {
429
+ chatList.value.splice(insertIndex, 0, chatItem);
430
+ } else {
431
+ chatList.value.push(chatItem);
432
+ }
433
+ }
434
+ currIndex.value = insertIndex != null ? insertIndex : chatList.value.length - 1;
435
+ if (availableAgents.value.length === 1) {
436
+ sendSingleAgentMessage(userContent, chatId);
437
+ } else {
438
+ sendMultiAgentMessage(userContent, chatId);
439
+ }
440
+ } catch (error) {
441
+ console.error("OpenSSE\u9519\u8BEF:", error);
442
+ isChating.value = false;
443
+ chatList.value[currIndex.value].content = `<div style="color: red; display: flex; align-items: center;"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none">
444
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 15.5C11.6421 15.5 15 12.1421 15 8C15 3.85786 11.6421 0.5 7.5 0.5C3.35786 0.5 0 3.85786 0 8C0 12.1421 3.35786 15.5 7.5 15.5ZM9.7539 4.9506L10.5494 5.7461L8.2951 8.0001L10.5494 10.2539L9.7539 11.0494L7.5001 8.7951L5.2461 11.0494L4.4506 10.2539L6.7051 8.0001L4.4506 5.7461L5.2461 4.9506L7.5001 7.2051L9.7539 4.9506Z" fill="#F93920"/>
445
+ </svg>${"\u8BF7\u6C42\u5931\u8D25"}</div>`;
446
+ chatList.value[currIndex.value].isChating = false;
447
+ chatList.value[currIndex.value].isShowCopy = false;
448
+ chatList.value[currIndex.value].isShowLike = false;
449
+ tools.showToast("\u8BF7\u6C42\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5", "error", 3e3);
450
+ }
451
+ };
452
+ const attachCopyButtons = (container) => {
453
+ const codeBlocks = container.querySelectorAll("pre code");
454
+ codeBlocks.forEach((codeBlock) => {
455
+ const pre = codeBlock.parentElement;
456
+ if (pre) {
457
+ const copyBtn = document.createElement("button");
458
+ copyBtn.className = "touchchat-code-copy";
459
+ copyBtn.addEventListener("click", () => {
460
+ const code = codeBlock.textContent || "";
461
+ navigator.clipboard.writeText(code).then(() => {
462
+ tools.showToast("\u590D\u5236\u6210\u529F", "info", 2e3);
463
+ copyBtn.textContent = "\u5DF2\u590D\u5236";
464
+ setTimeout(() => {
465
+ copyBtn.textContent = "";
466
+ }, 2e3);
467
+ }).catch((err) => {
468
+ console.error("\u590D\u5236\u5931\u8D25:", err);
469
+ tools.showToast("\u590D\u5236\u5931\u8D25", "error", 2e3);
470
+ });
471
+ });
472
+ pre.style.position = "relative";
473
+ pre.appendChild(copyBtn);
474
+ }
475
+ });
476
+ };
477
+ const renderContent = (content, type, index) => {
478
+ const renderIndex = index != null ? index : currIndex.value;
479
+ if (renderIndex < 0 || renderIndex >= chatList.value.length)
480
+ return;
481
+ const refArrays = {
482
+ main: htmlContentRef,
483
+ thinking: thinkingContentRef,
484
+ reasoning: reasoningContentRef
485
+ };
486
+ const processors = {
487
+ main: (content2) => {
488
+ var _a;
489
+ return ((_a = markdown.default) == null ? void 0 : _a.render(content2, { isReasoning: false })) || "";
490
+ },
491
+ thinking: (content2) => {
492
+ var _a;
493
+ return ((_a = markdown.default) == null ? void 0 : _a.render(content2, { isReasoning: false })) || "";
494
+ },
495
+ reasoning: (content2) => {
496
+ var _a;
497
+ return ((_a = markdown.default) == null ? void 0 : _a.render(content2, { isReasoning: false })) || "";
498
+ }
499
+ };
500
+ const container = refArrays[type].value[renderIndex];
501
+ if (!container)
502
+ return;
503
+ container.innerHTML = processors[type](content || "");
504
+ attachCopyButtons(container);
505
+ };
506
+ const sendMessage = (content, fileList, auto, type) => {
507
+ inputValue.value = content || "";
508
+ handleBeforeSend(content, fileList, auto, type);
509
+ };
510
+ const handleBeforeSend = (content, fileList, auto, type) => {
511
+ fileData.value = fileList || [];
512
+ if (beforeSend) {
513
+ const fn = beforeSend();
514
+ if (fn && typeof fn.then === "function") {
515
+ Promise.resolve(fn).then((res) => {
516
+ if (res.result) {
517
+ currentComponentName.value = res.componentName || "";
518
+ handleSend(content, fileList, auto, type);
519
+ }
520
+ }).catch((error) => {
521
+ console.log(error);
522
+ });
523
+ } else {
524
+ if (fn.result) {
525
+ currentComponentName.value = fn.componentName || "";
526
+ handleSend(content, fileList, auto, type);
527
+ }
528
+ }
529
+ }
530
+ };
531
+ const handleSend = (content, fileList, auto, type) => {
532
+ emit("beforeSendMessage");
533
+ sendMessageInject(inputValue.value, fileData.value);
534
+ typeFlag.value = type || "";
535
+ if (content) {
536
+ inputValue.value = content;
537
+ }
538
+ if ((isChating.value || !inputValue.value.trim() && !(fileList == null ? void 0 : fileList.length)) && !auto)
539
+ return;
540
+ const userChatId = "user_" + Math.random().toString(36).slice(2).padEnd(10, "0").slice(0, 10);
541
+ const userMessage = {
542
+ chatId: userChatId,
543
+ user: "u",
544
+ type: "text",
545
+ content: inputValue.value,
546
+ files: fileList || []
547
+ };
548
+ chatList.value.push(userMessage);
549
+ const index = chatList.value.length - 1;
550
+ vue.nextTick(() => {
551
+ renderContent(userMessage.content, "main", index);
552
+ scrollToBottom();
553
+ });
554
+ openSSE(inputValue.value, index + 1);
555
+ inputValue.value = "";
556
+ };
557
+ const scrollObserver = vue.ref(null);
558
+ const scrollToBottom = () => {
559
+ if (!isMounted.value || isUnmounting.value || !chatContainer.value)
560
+ return;
561
+ vue.nextTick(() => {
562
+ requestAnimationFrame(() => {
563
+ const chatContainerEl = chatContainer.value;
564
+ const lastMessage = chatContainerEl.querySelector(".touchchat-dialog-content > *:last-child");
565
+ if (lastMessage) {
566
+ const { height: messageHeight } = lastMessage.getBoundingClientRect();
567
+ const containerHeight = chatContainerEl.clientHeight;
568
+ const messageBottom = lastMessage.offsetTop + lastMessage.offsetHeight;
569
+ if (messageHeight > containerHeight) {
570
+ chatContainerEl.scrollTop = lastMessage.offsetTop;
571
+ } else {
572
+ chatContainerEl.scrollTop = messageBottom - containerHeight;
573
+ }
574
+ if (scrollObserver.value) {
575
+ scrollObserver.value.disconnect();
576
+ }
577
+ scrollObserver.value = new MutationObserver(() => {
578
+ const updatedMessageBottom = lastMessage.offsetTop + lastMessage.offsetHeight;
579
+ chatContainerEl.scrollTop = Math.max(updatedMessageBottom - containerHeight, chatContainerEl.scrollTop);
580
+ });
581
+ scrollObserver.value.observe(lastMessage, {
582
+ childList: true,
583
+ subtree: true,
584
+ characterData: true,
585
+ attributes: true,
586
+ // 新增监听属性变化(如高度)
587
+ attributeFilter: ["style", "class"]
588
+ // 只监听样式相关属性
589
+ });
590
+ } else {
591
+ chatContainerEl.scrollTo({
592
+ top: chatContainerEl.scrollHeight,
593
+ behavior: "smooth"
594
+ });
595
+ }
596
+ });
597
+ });
598
+ };
599
+ const handleMessageAction = (action, index) => {
600
+ const message = chatList.value[index];
601
+ if (!message)
602
+ return;
603
+ switch (action) {
604
+ case TouchChat.MessageAction.COPY: {
605
+ const textContent = message.content;
606
+ navigator.clipboard.writeText(textContent).then(() => {
607
+ tools.showToast("\u590D\u5236\u6210\u529F", "info");
608
+ }).catch((err) => {
609
+ console.error("\u590D\u5236\u5931\u8D25:", err);
610
+ tools.showToast("\u590D\u5236\u5931\u8D25", "error");
611
+ });
612
+ break;
613
+ }
614
+ case TouchChat.MessageAction.EDIT:
615
+ message.isEditing = true;
616
+ message.editContent = message.content;
617
+ break;
618
+ case TouchChat.MessageAction.DELETE:
619
+ messageUtils.deleteMessageChain(index);
620
+ emit("sendMessage", chatList.value);
621
+ break;
622
+ case TouchChat.MessageAction.RETRY: {
623
+ const aiMessage = chatList.value[index];
624
+ const userMessageIndex = index - 1;
625
+ const userMessage = chatList.value[userMessageIndex];
626
+ if (userMessage && userMessage.user === "u") {
627
+ const updatedAiMessage = {
628
+ ...aiMessage,
629
+ content: "",
630
+ thinkContent: "",
631
+ reasoningContent: "",
632
+ isLiked: false,
633
+ isDisliked: false,
634
+ isChating: true,
635
+ chatId: aiMessage.chatId,
636
+ user: aiMessage.user,
637
+ type: aiMessage.type,
638
+ thinkStatus: TouchChat.ThinkStatus.COMPLETED,
639
+ thinkStartTime: 0,
640
+ thinkEndTime: 0
641
+ };
642
+ chatList.value.splice(index, 1, updatedAiMessage);
643
+ vue.nextTick(() => {
644
+ if (htmlContentRef.value[index])
645
+ htmlContentRef.value[index].innerHTML = "";
646
+ if (thinkingContentRef.value[index])
647
+ thinkingContentRef.value[index].innerHTML = "";
648
+ if (reasoningContentRef.value[index])
649
+ reasoningContentRef.value[index].innerHTML = "";
650
+ setTimeout(() => {
651
+ openSSE(userMessage.content || "", index);
652
+ }, 50);
653
+ });
654
+ }
655
+ break;
656
+ }
657
+ case TouchChat.MessageAction.LIKE:
658
+ messageUtils.updateMessage(index, {
659
+ isLiked: true,
660
+ isDisliked: false
661
+ });
662
+ break;
663
+ case TouchChat.MessageAction.DISLIKE:
664
+ messageUtils.updateMessage(index, {
665
+ isLiked: false,
666
+ isDisliked: true
667
+ });
668
+ break;
669
+ }
670
+ };
671
+ const saveEdit = (index, newContent) => {
672
+ const message = chatList.value[index];
673
+ if (!message || !message.editContent)
674
+ return;
675
+ chatList.value[index] = {
676
+ ...message,
677
+ content: newContent,
678
+ isEditing: false,
679
+ editContent: void 0
680
+ };
681
+ vue.nextTick(() => {
682
+ renderContent(message.content, "main", index);
683
+ });
684
+ if (index + 1 < chatList.value.length && chatList.value[index + 1].user === "ai") {
685
+ chatList.value.splice(index + 1, 1);
686
+ }
687
+ openSSE(newContent, index + 1);
688
+ emit("sendMessage", chatList.value);
689
+ };
690
+ const cancelEdit = (index) => {
691
+ const message = chatList.value[index];
692
+ if (!message)
693
+ return;
694
+ message.isEditing = false;
695
+ message.editContent = "";
696
+ vue.nextTick(() => {
697
+ renderContent(message.content, "main", index);
698
+ });
699
+ };
700
+ vue.onMounted(async () => {
701
+ if (isMounted.value) {
702
+ init();
703
+ }
704
+ isMounted.value = true;
705
+ availableAgents.value.forEach((agent) => {
706
+ a2aService.a2aService.registerAgent(agent);
707
+ });
708
+ if (availableAgents.value.length > 0) {
709
+ selectedAgents.value = [availableAgents.value[0].id];
710
+ }
711
+ });
712
+ vue.onBeforeUnmount(() => {
713
+ if (!isUnmounting.value) {
714
+ isUnmounting.value = true;
715
+ isMounted.value = false;
716
+ htmlContentRef.value = [];
717
+ thinkingContentRef.value = [];
718
+ reasoningContentRef.value = [];
719
+ }
720
+ if (scrollObserver.value) {
721
+ scrollObserver.value.disconnect();
722
+ scrollObserver.value = null;
723
+ }
724
+ });
725
+ const handleDragEnter = () => {
726
+ if (ChatInputRef.value) {
727
+ ChatInputRef.value.openMarkLayer();
728
+ }
729
+ isDragging.value = true;
730
+ };
731
+ const handleDragLeave = (e) => {
732
+ const rect = e.target.getBoundingClientRect();
733
+ if (e.clientX < rect.left || e.clientX > rect.right || e.clientY < rect.top || e.clientY > rect.bottom) {
734
+ isDragging.value = false;
735
+ }
736
+ };
737
+ const handleDrop = async (e) => {
738
+ var _a;
739
+ isDragging.value = false;
740
+ const files = (_a = e.dataTransfer) == null ? void 0 : _a.files;
741
+ if (files && files.length > 0) {
742
+ const fileList = await Promise.all(
743
+ Array.from(files).map(async (file) => {
744
+ let base64 = "";
745
+ if (file.type.startsWith("image/")) {
746
+ base64 = await new Promise((resolve) => {
747
+ const reader = new FileReader();
748
+ reader.onload = (e2) => {
749
+ var _a2;
750
+ resolve((_a2 = e2.target) == null ? void 0 : _a2.result);
751
+ };
752
+ reader.readAsDataURL(file);
753
+ });
754
+ }
755
+ return {
756
+ // id: crypto.randomUUID().replace(/-/gi, ''),
757
+ id: Math.random().toString(36).slice(2).padEnd(10, "0").slice(0, 10),
758
+ file,
759
+ name: file.name,
760
+ fileType: file.type,
761
+ fileSize: file.size,
762
+ lastModified: file.lastModified,
763
+ preview: URL.createObjectURL(file),
764
+ base64
765
+ };
766
+ })
767
+ );
768
+ if (ChatInputRef.value) {
769
+ ChatInputRef.value.handlePaste(fileList, "drop");
770
+ }
771
+ }
772
+ if (ChatInputRef.value) {
773
+ ChatInputRef.value.colseMarkLayer();
774
+ }
775
+ };
776
+ const itemUploadFile = (item, index) => {
777
+ console.log("itemUploadFile", item, index);
778
+ if (ChatInputRef.value) {
779
+ ChatInputRef.value.itemUploadFile(index, "drop");
780
+ }
781
+ };
782
+ vue.provide("touchchat", {
783
+ send: sendMessage,
784
+ retry: handleMessageAction
785
+ });
786
+ __expose({
787
+ send: (value, fileList, auto, type) => {
788
+ handleSend(value, fileList, auto, type);
789
+ },
790
+ retry: (index) => {
791
+ handleMessageAction(TouchChat.MessageAction.RETRY, index);
792
+ },
793
+ update
794
+ });
795
+ return (_ctx, _cache) => {
796
+ return vue.openBlock(), vue.createElementBlock("div", {
797
+ class: "touchchat-main",
798
+ onDragover: vue.withModifiers(() => {
799
+ }, ["prevent"]),
800
+ onDragenter: vue.withModifiers(handleDragEnter, ["prevent"]),
801
+ onDragleave: handleDragLeave,
802
+ onDrop: vue.withModifiers(handleDrop, ["prevent"])
803
+ }, [
804
+ vue.createElementVNode(
805
+ "div",
806
+ {
807
+ ref_key: "chatContainer",
808
+ ref: chatContainer,
809
+ class: "touchchat-dialog",
810
+ onScroll: handleScroll
811
+ },
812
+ [
813
+ vue.renderSlot(_ctx.$slots, "top"),
814
+ chatList.value.length === 0 ? (vue.openBlock(), vue.createElementBlock("div", {
815
+ key: 0,
816
+ class: "touchchat-welcome"
817
+ }, [
818
+ vue.renderSlot(_ctx.$slots, "welcome", {}, () => [
819
+ vue.createVNode(HelloChat.default, { onSendMessage: sendMessage })
820
+ ])
821
+ ])) : vue.createCommentVNode("v-if", true),
822
+ vue.createElementVNode("div", { class: "touchchat-dialog-content" }, [
823
+ (vue.openBlock(true), vue.createElementBlock(
824
+ vue.Fragment,
825
+ null,
826
+ vue.renderList(chatList.value, (item, index) => {
827
+ return vue.openBlock(), vue.createElementBlock(
828
+ vue.Fragment,
829
+ {
830
+ key: item.chatId
831
+ },
832
+ [
833
+ item.user === "u" ? (vue.openBlock(), vue.createBlock(UserMessage.default, {
834
+ key: 0,
835
+ item,
836
+ index,
837
+ onUserMessageFileList: itemUploadFile,
838
+ onCopy: ($event) => handleMessageAction(vue.unref(TouchChat.MessageAction).COPY, index),
839
+ onEdit: ($event) => handleMessageAction(vue.unref(TouchChat.MessageAction).EDIT, index),
840
+ onDelete: ($event) => handleMessageAction(vue.unref(TouchChat.MessageAction).DELETE, index),
841
+ onSaveEdit: saveEdit,
842
+ onCancelEdit: ($event) => cancelEdit(index)
843
+ }, {
844
+ userAvatar: vue.withCtx(() => [
845
+ vue.renderSlot(_ctx.$slots, "userAvatar")
846
+ ]),
847
+ fn: vue.withCtx(() => [
848
+ vue.renderSlot(_ctx.$slots, "fn", {
849
+ item,
850
+ index
851
+ })
852
+ ]),
853
+ _: 2
854
+ /* DYNAMIC */
855
+ }, 1032, ["item", "index", "onCopy", "onEdit", "onDelete", "onCancelEdit"])) : (vue.openBlock(), vue.createBlock(AiMessage.default, {
856
+ key: 1,
857
+ item,
858
+ index,
859
+ "has-retry": true,
860
+ onCopy: ($event) => handleMessageAction(vue.unref(TouchChat.MessageAction).COPY, index),
861
+ onRetry: ($event) => handleMessageAction(vue.unref(TouchChat.MessageAction).RETRY, index),
862
+ onLike: ($event) => handleMessageAction(vue.unref(TouchChat.MessageAction).LIKE, index),
863
+ onDislike: ($event) => handleMessageAction(vue.unref(TouchChat.MessageAction).DISLIKE, index),
864
+ onContentRendered: attachCopyButtons,
865
+ onCompleteRendered: (chatId) => completeRendered(chatId),
866
+ onToggleSidebar: toggleSidebarClick
867
+ }, {
868
+ aimsg: vue.withCtx(() => [
869
+ vue.renderSlot(_ctx.$slots, "aimsg", {
870
+ item,
871
+ index
872
+ })
873
+ ]),
874
+ msg: vue.withCtx(() => [
875
+ vue.renderSlot(_ctx.$slots, "msg", {
876
+ item,
877
+ index
878
+ })
879
+ ]),
880
+ aiAvatar: vue.withCtx(() => [
881
+ vue.renderSlot(_ctx.$slots, "aiAvatar")
882
+ ]),
883
+ fn: vue.withCtx(() => [
884
+ vue.renderSlot(_ctx.$slots, "fn", {
885
+ item,
886
+ index
887
+ })
888
+ ]),
889
+ extendsFn: vue.withCtx(() => [
890
+ vue.renderSlot(_ctx.$slots, "extendsFn", {
891
+ item,
892
+ index
893
+ })
894
+ ]),
895
+ _: 2
896
+ /* DYNAMIC */
897
+ }, 1032, ["item", "index", "onCopy", "onRetry", "onLike", "onDislike", "onCompleteRendered"]))
898
+ ],
899
+ 64
900
+ /* STABLE_FRAGMENT */
901
+ );
902
+ }),
903
+ 128
904
+ /* KEYED_FRAGMENT */
905
+ ))
906
+ ])
907
+ ],
908
+ 544
909
+ /* NEED_HYDRATION, NEED_PATCH */
910
+ ),
911
+ _ctx.$slots.shortcut ? (vue.openBlock(), vue.createElementBlock("div", {
912
+ key: 0,
913
+ class: "touchchat-edit-shortcut"
914
+ }, [
915
+ vue.renderSlot(_ctx.$slots, "shortcut")
916
+ ])) : vue.createCommentVNode("v-if", true),
917
+ vue.renderSlot(_ctx.$slots, "edit", {}, () => [
918
+ vue.createVNode(ChatInput.default, {
919
+ ref_key: "ChatInputRef",
920
+ ref: ChatInputRef,
921
+ "input-value": inputValue.value,
922
+ "onUpdate:inputValue": ($event) => inputValue.value = $event,
923
+ "is-chating": isChating.value,
924
+ onSend: handleBeforeSend
925
+ }, null, 8, ["input-value", "onUpdate:inputValue", "is-chating"])
926
+ ])
927
+ ], 40, ["onDragover"]);
928
+ };
929
+ }
930
+ });
931
+
932
+ exports.default = _sfc_main;
933
+ //# sourceMappingURL=TouchAgent.vue2.js.map