@touchvue/chat 1.0.0-beta.1

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 (876) hide show
  1. package/README.md +70 -0
  2. package/es/_virtual/_commonjsHelpers.mjs +6 -0
  3. package/es/_virtual/_commonjsHelpers.mjs.map +1 -0
  4. package/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
  5. package/es/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
  6. package/es/_virtual/emphasis.mjs +4 -0
  7. package/es/_virtual/emphasis.mjs.map +1 -0
  8. package/es/_virtual/html_re.mjs +4 -0
  9. package/es/_virtual/html_re.mjs.map +1 -0
  10. package/es/_virtual/index.mjs +4 -0
  11. package/es/_virtual/index.mjs.map +1 -0
  12. package/es/_virtual/index2.mjs +4 -0
  13. package/es/_virtual/index2.mjs.map +1 -0
  14. package/es/_virtual/index3.mjs +4 -0
  15. package/es/_virtual/index3.mjs.map +1 -0
  16. package/es/_virtual/strikethrough.mjs +4 -0
  17. package/es/_virtual/strikethrough.mjs.map +1 -0
  18. package/es/_virtual/utils.mjs +4 -0
  19. package/es/_virtual/utils.mjs.map +1 -0
  20. package/es/assets/Avatar-AI-8c9ec26060b39bf7.png +0 -0
  21. package/es/assets/bgimage-ef345ea032b1fc13.png +0 -0
  22. package/es/assets/icon-ac4086674fbfd358.png +0 -0
  23. package/es/assets/link-45d328ddcc34e562.png +0 -0
  24. package/es/index.d.ts +9 -0
  25. package/es/index.mjs +30 -0
  26. package/es/index.mjs.map +1 -0
  27. package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs +4253 -0
  28. package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs.map +1 -0
  29. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.mjs +2524 -0
  30. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.mjs.map +1 -0
  31. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.mjs +120 -0
  32. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.mjs.map +1 -0
  33. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.mjs +201 -0
  34. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.mjs.map +1 -0
  35. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.mjs +176 -0
  36. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.mjs.map +1 -0
  37. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.mjs +508 -0
  38. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.mjs.map +1 -0
  39. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.mjs +316 -0
  40. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.mjs.map +1 -0
  41. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.mjs +471 -0
  42. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.mjs.map +1 -0
  43. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.mjs +448 -0
  44. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.mjs.map +1 -0
  45. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.mjs +615 -0
  46. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.mjs.map +1 -0
  47. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.mjs +278 -0
  48. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.mjs.map +1 -0
  49. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.mjs +206 -0
  50. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.mjs.map +1 -0
  51. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.mjs +133 -0
  52. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.mjs.map +1 -0
  53. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.mjs +93 -0
  54. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.mjs.map +1 -0
  55. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.mjs +206 -0
  56. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.mjs.map +1 -0
  57. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.mjs +166 -0
  58. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.mjs.map +1 -0
  59. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.mjs +93 -0
  60. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.mjs.map +1 -0
  61. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.mjs +81 -0
  62. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.mjs.map +1 -0
  63. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.mjs +181 -0
  64. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.mjs.map +1 -0
  65. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.mjs +331 -0
  66. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.mjs.map +1 -0
  67. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.mjs +180 -0
  68. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.mjs.map +1 -0
  69. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.mjs +359 -0
  70. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.mjs.map +1 -0
  71. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.mjs +180 -0
  72. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.mjs.map +1 -0
  73. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.mjs +188 -0
  74. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.mjs.map +1 -0
  75. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.mjs +70 -0
  76. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.mjs.map +1 -0
  77. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.mjs +57 -0
  78. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.mjs.map +1 -0
  79. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.mjs +423 -0
  80. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.mjs.map +1 -0
  81. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.mjs +291 -0
  82. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.mjs.map +1 -0
  83. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.mjs +118 -0
  84. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.mjs.map +1 -0
  85. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.mjs +89 -0
  86. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.mjs.map +1 -0
  87. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.mjs +113 -0
  88. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.mjs.map +1 -0
  89. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.mjs +128 -0
  90. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.mjs.map +1 -0
  91. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.mjs +522 -0
  92. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.mjs.map +1 -0
  93. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.mjs +211 -0
  94. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.mjs.map +1 -0
  95. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.mjs +338 -0
  96. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.mjs.map +1 -0
  97. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.mjs +109 -0
  98. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.mjs.map +1 -0
  99. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.mjs +453 -0
  100. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.mjs.map +1 -0
  101. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.mjs +238 -0
  102. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.mjs.map +1 -0
  103. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.mjs +394 -0
  104. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.mjs.map +1 -0
  105. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.mjs +153 -0
  106. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.mjs.map +1 -0
  107. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.mjs +140 -0
  108. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.mjs.map +1 -0
  109. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.mjs +147 -0
  110. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.mjs.map +1 -0
  111. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.mjs +214 -0
  112. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.mjs.map +1 -0
  113. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.mjs +37 -0
  114. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.mjs.map +1 -0
  115. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.mjs +706 -0
  116. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.mjs.map +1 -0
  117. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.mjs +880 -0
  118. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.mjs.map +1 -0
  119. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.mjs +704 -0
  120. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.mjs.map +1 -0
  121. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.mjs +31 -0
  122. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.mjs.map +1 -0
  123. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.mjs +116 -0
  124. package/es/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.mjs.map +1 -0
  125. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs +638 -0
  126. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs.map +1 -0
  127. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs +196 -0
  128. package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs.map +1 -0
  129. package/es/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.mjs +146 -0
  130. package/es/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.mjs.map +1 -0
  131. package/es/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.mjs +142 -0
  132. package/es/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.mjs.map +1 -0
  133. package/es/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.mjs +206 -0
  134. package/es/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.mjs.map +1 -0
  135. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.mjs +24 -0
  136. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.mjs.map +1 -0
  137. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.mjs +1909 -0
  138. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.mjs.map +1 -0
  139. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.mjs +45 -0
  140. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.mjs.map +1 -0
  141. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.mjs +18 -0
  142. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.mjs.map +1 -0
  143. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.mjs +61 -0
  144. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.mjs.map +1 -0
  145. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.mjs +6 -0
  146. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.mjs.map +1 -0
  147. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.mjs +88 -0
  148. package/es/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.mjs.map +1 -0
  149. package/es/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.mjs +355 -0
  150. package/es/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.mjs.map +1 -0
  151. package/es/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.mjs +126 -0
  152. package/es/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.mjs.map +1 -0
  153. package/es/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.mjs +126 -0
  154. package/es/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.mjs.map +1 -0
  155. package/es/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs +63 -0
  156. package/es/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs.map +1 -0
  157. package/es/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs +63 -0
  158. package/es/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs.map +1 -0
  159. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs +9 -0
  160. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs.map +1 -0
  161. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs +7 -0
  162. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs.map +1 -0
  163. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs +67 -0
  164. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
  165. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs +29 -0
  166. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
  167. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs +324 -0
  168. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
  169. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs +11 -0
  170. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
  171. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +83 -0
  172. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
  173. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +44 -0
  174. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
  175. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +56 -0
  176. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
  177. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs +596 -0
  178. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs.map +1 -0
  179. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs +138 -0
  180. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
  181. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs +69 -0
  182. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
  183. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs +197 -0
  184. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
  185. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs +78 -0
  186. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
  187. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs +39 -0
  188. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
  189. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs +59 -0
  190. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
  191. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs +346 -0
  192. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
  193. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs +354 -0
  194. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
  195. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs +286 -0
  196. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
  197. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs +32 -0
  198. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
  199. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs +96 -0
  200. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
  201. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs +57 -0
  202. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
  203. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs +47 -0
  204. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
  205. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs +76 -0
  206. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
  207. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs +81 -0
  208. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
  209. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs +366 -0
  210. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
  211. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs +50 -0
  212. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
  213. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs +197 -0
  214. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
  215. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs +234 -0
  216. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
  217. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs +223 -0
  218. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
  219. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs +16 -0
  220. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
  221. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs +14 -0
  222. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
  223. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs +132 -0
  224. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
  225. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs +19 -0
  226. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
  227. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs +97 -0
  228. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
  229. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +202 -0
  230. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
  231. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs +21 -0
  232. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
  233. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs +74 -0
  234. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
  235. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs +61 -0
  236. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
  237. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +128 -0
  238. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
  239. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +130 -0
  240. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
  241. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs +51 -0
  242. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
  243. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs +54 -0
  244. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
  245. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +48 -0
  246. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
  247. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs +154 -0
  248. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
  249. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs +150 -0
  250. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
  251. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs +48 -0
  252. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
  253. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +156 -0
  254. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
  255. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +130 -0
  256. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
  257. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs +56 -0
  258. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
  259. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs +33 -0
  260. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs.map +1 -0
  261. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs +199 -0
  262. package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs.map +1 -0
  263. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs +121 -0
  264. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs.map +1 -0
  265. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs +97 -0
  266. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs.map +1 -0
  267. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs +24 -0
  268. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs.map +1 -0
  269. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs +13 -0
  270. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs.map +1 -0
  271. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs +292 -0
  272. package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs.map +1 -0
  273. package/es/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.mjs +136 -0
  274. package/es/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.mjs.map +1 -0
  275. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs +12 -0
  276. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
  277. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs +12 -0
  278. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
  279. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs +4 -0
  280. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
  281. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs +12 -0
  282. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
  283. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs +23 -0
  284. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs.map +1 -0
  285. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs +12 -0
  286. package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
  287. package/es/package.json.css +1 -0
  288. package/es/package.json.mjs +101 -0
  289. package/es/package.json.mjs.map +1 -0
  290. package/es/packages/components/index.mjs +3 -0
  291. package/es/packages/components/index.mjs.map +1 -0
  292. package/es/packages/components/package.json.mjs +36 -0
  293. package/es/packages/components/package.json.mjs.map +1 -0
  294. package/es/packages/components/resolver.mjs +31 -0
  295. package/es/packages/components/resolver.mjs.map +1 -0
  296. package/es/packages/components/touchchat/component/CardView.vue.mjs +7 -0
  297. package/es/packages/components/touchchat/component/CardView.vue.mjs.map +1 -0
  298. package/es/packages/components/touchchat/component/CardView.vue2.mjs +135 -0
  299. package/es/packages/components/touchchat/component/CardView.vue2.mjs.map +1 -0
  300. package/es/packages/components/touchchat/component/FileView.vue.mjs +7 -0
  301. package/es/packages/components/touchchat/component/FileView.vue.mjs.map +1 -0
  302. package/es/packages/components/touchchat/component/FileView.vue2.mjs +62 -0
  303. package/es/packages/components/touchchat/component/FileView.vue2.mjs.map +1 -0
  304. package/es/packages/components/touchchat/component/HelloChat.vue.mjs +7 -0
  305. package/es/packages/components/touchchat/component/HelloChat.vue.mjs.map +1 -0
  306. package/es/packages/components/touchchat/component/HelloChat.vue2.mjs +58 -0
  307. package/es/packages/components/touchchat/component/HelloChat.vue2.mjs.map +1 -0
  308. package/es/packages/components/touchchat/component/ImageView.vue.mjs +7 -0
  309. package/es/packages/components/touchchat/component/ImageView.vue.mjs.map +1 -0
  310. package/es/packages/components/touchchat/component/ImageView.vue2.mjs +31 -0
  311. package/es/packages/components/touchchat/component/ImageView.vue2.mjs.map +1 -0
  312. package/es/packages/components/touchchat/component/LinkView.vue.mjs +7 -0
  313. package/es/packages/components/touchchat/component/LinkView.vue.mjs.map +1 -0
  314. package/es/packages/components/touchchat/component/LinkView.vue2.mjs +75 -0
  315. package/es/packages/components/touchchat/component/LinkView.vue2.mjs.map +1 -0
  316. package/es/packages/components/touchchat/img/AI.png.mjs +4 -0
  317. package/es/packages/components/touchchat/img/AI.png.mjs.map +1 -0
  318. package/es/packages/components/touchchat/img/asir.png.mjs +4 -0
  319. package/es/packages/components/touchchat/img/asir.png.mjs.map +1 -0
  320. package/es/packages/components/touchchat/img/bgimage.png.mjs +4 -0
  321. package/es/packages/components/touchchat/img/bgimage.png.mjs.map +1 -0
  322. package/es/packages/components/touchchat/img/file.png.mjs +4 -0
  323. package/es/packages/components/touchchat/img/file.png.mjs.map +1 -0
  324. package/es/packages/components/touchchat/img/link.png.mjs +4 -0
  325. package/es/packages/components/touchchat/img/link.png.mjs.map +1 -0
  326. package/es/packages/components/touchchat/index.mjs +9 -0
  327. package/es/packages/components/touchchat/index.mjs.map +1 -0
  328. package/es/packages/components/touchchat/src/AiChat/AiMessage.vue.mjs +7 -0
  329. package/es/packages/components/touchchat/src/AiChat/AiMessage.vue.mjs.map +1 -0
  330. package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs +342 -0
  331. package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs.map +1 -0
  332. package/es/packages/components/touchchat/src/AiChat/ChatInput.vue.mjs +7 -0
  333. package/es/packages/components/touchchat/src/AiChat/ChatInput.vue.mjs.map +1 -0
  334. package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs +182 -0
  335. package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs.map +1 -0
  336. package/es/packages/components/touchchat/src/AiChat/HistoryList.vue.mjs +7 -0
  337. package/es/packages/components/touchchat/src/AiChat/HistoryList.vue.mjs.map +1 -0
  338. package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs +450 -0
  339. package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs.map +1 -0
  340. package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue.mjs +7 -0
  341. package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue.mjs.map +1 -0
  342. package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs +105 -0
  343. package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs.map +1 -0
  344. package/es/packages/components/touchchat/src/AiChat/MessageActions.vue.mjs +7 -0
  345. package/es/packages/components/touchchat/src/AiChat/MessageActions.vue.mjs.map +1 -0
  346. package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs +267 -0
  347. package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs.map +1 -0
  348. package/es/packages/components/touchchat/src/AiChat/TouchChat.vue.mjs +7 -0
  349. package/es/packages/components/touchchat/src/AiChat/TouchChat.vue.mjs.map +1 -0
  350. package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs +843 -0
  351. package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs.map +1 -0
  352. package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue.mjs +7 -0
  353. package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue.mjs.map +1 -0
  354. package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs +212 -0
  355. package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs.map +1 -0
  356. package/es/packages/components/touchchat/src/AiChat/UserMessage.vue.mjs +7 -0
  357. package/es/packages/components/touchchat/src/AiChat/UserMessage.vue.mjs.map +1 -0
  358. package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs +133 -0
  359. package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs.map +1 -0
  360. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs +7 -0
  361. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue.mjs.map +1 -0
  362. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs +632 -0
  363. package/es/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.mjs.map +1 -0
  364. package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs +7 -0
  365. package/es/packages/components/touchchat/src/AiRobot/Content.vue.mjs.map +1 -0
  366. package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs +263 -0
  367. package/es/packages/components/touchchat/src/AiRobot/Content.vue2.mjs.map +1 -0
  368. package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs +7 -0
  369. package/es/packages/components/touchchat/src/AiRobot/Header.vue.mjs.map +1 -0
  370. package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs +197 -0
  371. package/es/packages/components/touchchat/src/AiRobot/Header.vue2.mjs.map +1 -0
  372. package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs +7 -0
  373. package/es/packages/components/touchchat/src/AiRobot/Input.vue.mjs.map +1 -0
  374. package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs +67 -0
  375. package/es/packages/components/touchchat/src/AiRobot/Input.vue2.mjs.map +1 -0
  376. package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs +7 -0
  377. package/es/packages/components/touchchat/src/AiRobot/Scene.vue.mjs.map +1 -0
  378. package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs +48 -0
  379. package/es/packages/components/touchchat/src/AiRobot/Scene.vue2.mjs.map +1 -0
  380. package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.mjs +7 -0
  381. package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.mjs.map +1 -0
  382. package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs +267 -0
  383. package/es/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.mjs.map +1 -0
  384. package/es/packages/components/touchchat/src/AiRobot/component/face.vue.mjs +7 -0
  385. package/es/packages/components/touchchat/src/AiRobot/component/face.vue.mjs.map +1 -0
  386. package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs +89 -0
  387. package/es/packages/components/touchchat/src/AiRobot/component/face.vue2.mjs.map +1 -0
  388. package/es/packages/components/touchchat/src/AiRobot/component/letter.vue.mjs +7 -0
  389. package/es/packages/components/touchchat/src/AiRobot/component/letter.vue.mjs.map +1 -0
  390. package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs +64 -0
  391. package/es/packages/components/touchchat/src/AiRobot/component/letter.vue2.mjs.map +1 -0
  392. package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.mjs +7 -0
  393. package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.mjs.map +1 -0
  394. package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs +36 -0
  395. package/es/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.mjs.map +1 -0
  396. package/es/packages/components/touchchat/src/AiRobot/component/start.vue.mjs +7 -0
  397. package/es/packages/components/touchchat/src/AiRobot/component/start.vue.mjs.map +1 -0
  398. package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs +36 -0
  399. package/es/packages/components/touchchat/src/AiRobot/component/start.vue2.mjs.map +1 -0
  400. package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs +4 -0
  401. package/es/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.mjs.map +1 -0
  402. package/es/packages/components/touchchat/src/AiRobot/img/icon.png.mjs +4 -0
  403. package/es/packages/components/touchchat/src/AiRobot/img/icon.png.mjs.map +1 -0
  404. package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs +7 -0
  405. package/es/packages/components/touchchat/src/AiRobot/index.vue.mjs.map +1 -0
  406. package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs +81 -0
  407. package/es/packages/components/touchchat/src/AiRobot/index.vue2.mjs.map +1 -0
  408. package/es/packages/components/touchchat/src/index.vue.mjs +7 -0
  409. package/es/packages/components/touchchat/src/index.vue.mjs.map +1 -0
  410. package/es/packages/components/touchchat/src/index.vue2.mjs +147 -0
  411. package/es/packages/components/touchchat/src/index.vue2.mjs.map +1 -0
  412. package/es/packages/components/touchchat/utils/chatRobot.mjs +111 -0
  413. package/es/packages/components/touchchat/utils/chatRobot.mjs.map +1 -0
  414. package/es/packages/components/touchchat/utils/deepCloneDom.mjs +59 -0
  415. package/es/packages/components/touchchat/utils/deepCloneDom.mjs.map +1 -0
  416. package/es/packages/components/touchchat/utils/fetchStream.mjs +103 -0
  417. package/es/packages/components/touchchat/utils/fetchStream.mjs.map +1 -0
  418. package/es/packages/components/touchchat/utils/hight-it.mjs +114 -0
  419. package/es/packages/components/touchchat/utils/hight-it.mjs.map +1 -0
  420. package/es/packages/components/touchchat/utils/markdown.mjs +42 -0
  421. package/es/packages/components/touchchat/utils/markdown.mjs.map +1 -0
  422. package/es/packages/components/touchchat/utils/socket.mjs +196 -0
  423. package/es/packages/components/touchchat/utils/socket.mjs.map +1 -0
  424. package/es/packages/components/touchchat/utils/tools.mjs +74 -0
  425. package/es/packages/components/touchchat/utils/tools.mjs.map +1 -0
  426. package/es/packages/components/touchchat/utils/uuid.mjs +15 -0
  427. package/es/packages/components/touchchat/utils/uuid.mjs.map +1 -0
  428. package/es/packages/utils/config.mjs +18 -0
  429. package/es/packages/utils/config.mjs.map +1 -0
  430. package/es/packages/utils/index.mjs +3 -0
  431. package/es/packages/utils/index.mjs.map +1 -0
  432. package/es/packages/utils/package.json.mjs +36 -0
  433. package/es/packages/utils/package.json.mjs.map +1 -0
  434. package/es/packages/utils/types.mjs +23 -0
  435. package/es/packages/utils/types.mjs.map +1 -0
  436. package/global.d.ts +9 -0
  437. package/lib/_virtual/_commonjsHelpers.js +8 -0
  438. package/lib/_virtual/_commonjsHelpers.js.map +1 -0
  439. package/lib/_virtual/_plugin-vue_export-helper.js +14 -0
  440. package/lib/_virtual/_plugin-vue_export-helper.js.map +1 -0
  441. package/lib/_virtual/emphasis.js +6 -0
  442. package/lib/_virtual/emphasis.js.map +1 -0
  443. package/lib/_virtual/html_re.js +6 -0
  444. package/lib/_virtual/html_re.js.map +1 -0
  445. package/lib/_virtual/index.js +6 -0
  446. package/lib/_virtual/index.js.map +1 -0
  447. package/lib/_virtual/index2.js +6 -0
  448. package/lib/_virtual/index2.js.map +1 -0
  449. package/lib/_virtual/index3.js +6 -0
  450. package/lib/_virtual/index3.js.map +1 -0
  451. package/lib/_virtual/strikethrough.js +6 -0
  452. package/lib/_virtual/strikethrough.js.map +1 -0
  453. package/lib/_virtual/utils.js +6 -0
  454. package/lib/_virtual/utils.js.map +1 -0
  455. package/lib/assets/Avatar-AI-8c9ec26060b39bf7.png +0 -0
  456. package/lib/assets/bgimage-ef345ea032b1fc13.png +0 -0
  457. package/lib/assets/icon-ac4086674fbfd358.png +0 -0
  458. package/lib/assets/link-45d328ddcc34e562.png +0 -0
  459. package/lib/index.d.ts +9 -0
  460. package/lib/index.js +36 -0
  461. package/lib/index.js.map +1 -0
  462. package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js +6380 -0
  463. package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js.map +1 -0
  464. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.js +2528 -0
  465. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/core.js.map +1 -0
  466. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.js +124 -0
  467. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/actionscript.js.map +1 -0
  468. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.js +205 -0
  469. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ada.js.map +1 -0
  470. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.js +180 -0
  471. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/bash.js.map +1 -0
  472. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.js +512 -0
  473. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c-like.js.map +1 -0
  474. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.js +320 -0
  475. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/c.js.map +1 -0
  476. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.js +475 -0
  477. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/cpp.js.map +1 -0
  478. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.js +452 -0
  479. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/csharp.js.map +1 -0
  480. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.js +619 -0
  481. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/css.js.map +1 -0
  482. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.js +282 -0
  483. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/d.js.map +1 -0
  484. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.js +210 -0
  485. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/dart.js.map +1 -0
  486. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.js +137 -0
  487. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/delphi.js.map +1 -0
  488. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.js +97 -0
  489. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang-repl.js.map +1 -0
  490. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.js +210 -0
  491. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/erlang.js.map +1 -0
  492. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.js +170 -0
  493. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fortran.js.map +1 -0
  494. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.js +97 -0
  495. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/fsharp.js.map +1 -0
  496. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.js +85 -0
  497. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/go.js.map +1 -0
  498. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.js +185 -0
  499. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/groovy.js.map +1 -0
  500. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.js +335 -0
  501. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/handlebars.js.map +1 -0
  502. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.js +184 -0
  503. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/haskell.js.map +1 -0
  504. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.js +363 -0
  505. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/htmlbars.js.map +1 -0
  506. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.js +184 -0
  507. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ini.js.map +1 -0
  508. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.js +192 -0
  509. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/java.js.map +1 -0
  510. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.js +74 -0
  511. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/json.js.map +1 -0
  512. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.js +61 -0
  513. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia-repl.js.map +1 -0
  514. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.js +427 -0
  515. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/julia.js.map +1 -0
  516. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.js +295 -0
  517. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/kotlin.js.map +1 -0
  518. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.js +122 -0
  519. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lisp.js.map +1 -0
  520. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.js +93 -0
  521. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/lua.js.map +1 -0
  522. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.js +117 -0
  523. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/matlab.js.map +1 -0
  524. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.js +132 -0
  525. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/objectivec.js.map +1 -0
  526. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.js +526 -0
  527. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/perl.js.map +1 -0
  528. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.js +215 -0
  529. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/php.js.map +1 -0
  530. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.js +342 -0
  531. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/powershell.js.map +1 -0
  532. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.js +113 -0
  533. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/prolog.js.map +1 -0
  534. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.js +457 -0
  535. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/python.js.map +1 -0
  536. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.js +242 -0
  537. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/r.js.map +1 -0
  538. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.js +398 -0
  539. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/ruby.js.map +1 -0
  540. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.js +157 -0
  541. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/rust.js.map +1 -0
  542. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.js +144 -0
  543. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sas.js.map +1 -0
  544. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.js +151 -0
  545. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scala.js.map +1 -0
  546. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.js +218 -0
  547. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/scheme.js.map +1 -0
  548. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.js +41 -0
  549. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/shell.js.map +1 -0
  550. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.js +710 -0
  551. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/sql.js.map +1 -0
  552. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.js +884 -0
  553. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/swift.js.map +1 -0
  554. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.js +708 -0
  555. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/typescript.js.map +1 -0
  556. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.js +35 -0
  557. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript-html.js.map +1 -0
  558. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.js +120 -0
  559. package/lib/node_modules/.pnpm/highlight.js@10.7.2/node_modules/highlight.js/lib/languages/vbscript.js.map +1 -0
  560. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js +640 -0
  561. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js.map +1 -0
  562. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js +198 -0
  563. package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js.map +1 -0
  564. package/lib/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.js +150 -0
  565. package/lib/node_modules/.pnpm/markdown-it-abbr@2.0.0/node_modules/markdown-it-abbr/index.js.map +1 -0
  566. package/lib/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.js +146 -0
  567. package/lib/node_modules/.pnpm/markdown-it-container@4.0.0/node_modules/markdown-it-container/index.js.map +1 -0
  568. package/lib/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.js +210 -0
  569. package/lib/node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.js.map +1 -0
  570. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.js +28 -0
  571. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.js.map +1 -0
  572. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.js +1913 -0
  573. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/full.js.map +1 -0
  574. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.js +49 -0
  575. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/data/shortcuts.js.map +1 -0
  576. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.js +22 -0
  577. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/full.js.map +1 -0
  578. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.js +65 -0
  579. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/normalize_opts.js.map +1 -0
  580. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.js +10 -0
  581. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/render.js.map +1 -0
  582. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.js +92 -0
  583. package/lib/node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/replace.js.map +1 -0
  584. package/lib/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.js +359 -0
  585. package/lib/node_modules/.pnpm/markdown-it-footnote@4.0.0/node_modules/markdown-it-footnote/index.js.map +1 -0
  586. package/lib/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.js +130 -0
  587. package/lib/node_modules/.pnpm/markdown-it-ins@4.0.0/node_modules/markdown-it-ins/index.js.map +1 -0
  588. package/lib/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.js +130 -0
  589. package/lib/node_modules/.pnpm/markdown-it-mark@4.0.0/node_modules/markdown-it-mark/index.js.map +1 -0
  590. package/lib/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.js +67 -0
  591. package/lib/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.js.map +1 -0
  592. package/lib/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.js +67 -0
  593. package/lib/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.js.map +1 -0
  594. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js +13 -0
  595. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js.map +1 -0
  596. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js +9 -0
  597. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js.map +1 -0
  598. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js +69 -0
  599. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js.map +1 -0
  600. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js +33 -0
  601. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js.map +1 -0
  602. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js +326 -0
  603. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js.map +1 -0
  604. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js +15 -0
  605. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js.map +1 -0
  606. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js +85 -0
  607. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +1 -0
  608. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js +46 -0
  609. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +1 -0
  610. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js +58 -0
  611. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +1 -0
  612. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js +598 -0
  613. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js.map +1 -0
  614. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js +140 -0
  615. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js.map +1 -0
  616. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js +71 -0
  617. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js.map +1 -0
  618. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js +199 -0
  619. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js.map +1 -0
  620. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js +80 -0
  621. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js.map +1 -0
  622. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js +41 -0
  623. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js.map +1 -0
  624. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js +61 -0
  625. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js.map +1 -0
  626. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js +348 -0
  627. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js.map +1 -0
  628. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js +356 -0
  629. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js.map +1 -0
  630. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js +288 -0
  631. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js.map +1 -0
  632. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js +34 -0
  633. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js.map +1 -0
  634. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js +98 -0
  635. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js.map +1 -0
  636. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js +59 -0
  637. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js.map +1 -0
  638. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js +49 -0
  639. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js.map +1 -0
  640. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js +78 -0
  641. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js.map +1 -0
  642. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js +83 -0
  643. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js.map +1 -0
  644. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js +368 -0
  645. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js.map +1 -0
  646. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js +52 -0
  647. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js.map +1 -0
  648. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js +199 -0
  649. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js.map +1 -0
  650. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js +236 -0
  651. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js.map +1 -0
  652. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js +225 -0
  653. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js.map +1 -0
  654. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js +18 -0
  655. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js.map +1 -0
  656. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js +16 -0
  657. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js.map +1 -0
  658. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js +134 -0
  659. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js.map +1 -0
  660. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js +21 -0
  661. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js.map +1 -0
  662. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js +99 -0
  663. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js.map +1 -0
  664. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js +204 -0
  665. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +1 -0
  666. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js +23 -0
  667. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js.map +1 -0
  668. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js +76 -0
  669. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js.map +1 -0
  670. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js +63 -0
  671. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js.map +1 -0
  672. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +130 -0
  673. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +1 -0
  674. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js +134 -0
  675. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +1 -0
  676. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js +53 -0
  677. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js.map +1 -0
  678. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js +56 -0
  679. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js.map +1 -0
  680. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js +50 -0
  681. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +1 -0
  682. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js +156 -0
  683. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js.map +1 -0
  684. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js +152 -0
  685. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js.map +1 -0
  686. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js +50 -0
  687. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js.map +1 -0
  688. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js +158 -0
  689. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +1 -0
  690. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js +134 -0
  691. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +1 -0
  692. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js +58 -0
  693. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js.map +1 -0
  694. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js +35 -0
  695. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js.map +1 -0
  696. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js +201 -0
  697. package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js.map +1 -0
  698. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +123 -0
  699. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js.map +1 -0
  700. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +99 -0
  701. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js.map +1 -0
  702. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +26 -0
  703. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js.map +1 -0
  704. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +17 -0
  705. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js.map +1 -0
  706. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +294 -0
  707. package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js.map +1 -0
  708. package/lib/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.js +138 -0
  709. package/lib/node_modules/.pnpm/throttle-debounce@5.0.2/node_modules/throttle-debounce/esm/index.js.map +1 -0
  710. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +14 -0
  711. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js.map +1 -0
  712. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +14 -0
  713. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js.map +1 -0
  714. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +6 -0
  715. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js.map +1 -0
  716. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +14 -0
  717. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js.map +1 -0
  718. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +25 -0
  719. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js.map +1 -0
  720. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +14 -0
  721. package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js.map +1 -0
  722. package/lib/package.json.css +1 -0
  723. package/lib/package.json.js +120 -0
  724. package/lib/package.json.js.map +1 -0
  725. package/lib/packages/components/index.js +11 -0
  726. package/lib/packages/components/index.js.map +1 -0
  727. package/lib/packages/components/package.json.js +47 -0
  728. package/lib/packages/components/package.json.js.map +1 -0
  729. package/lib/packages/components/resolver.js +36 -0
  730. package/lib/packages/components/resolver.js.map +1 -0
  731. package/lib/packages/components/touchchat/component/CardView.vue.js +11 -0
  732. package/lib/packages/components/touchchat/component/CardView.vue.js.map +1 -0
  733. package/lib/packages/components/touchchat/component/CardView.vue2.js +139 -0
  734. package/lib/packages/components/touchchat/component/CardView.vue2.js.map +1 -0
  735. package/lib/packages/components/touchchat/component/FileView.vue.js +11 -0
  736. package/lib/packages/components/touchchat/component/FileView.vue.js.map +1 -0
  737. package/lib/packages/components/touchchat/component/FileView.vue2.js +66 -0
  738. package/lib/packages/components/touchchat/component/FileView.vue2.js.map +1 -0
  739. package/lib/packages/components/touchchat/component/HelloChat.vue.js +11 -0
  740. package/lib/packages/components/touchchat/component/HelloChat.vue.js.map +1 -0
  741. package/lib/packages/components/touchchat/component/HelloChat.vue2.js +62 -0
  742. package/lib/packages/components/touchchat/component/HelloChat.vue2.js.map +1 -0
  743. package/lib/packages/components/touchchat/component/ImageView.vue.js +11 -0
  744. package/lib/packages/components/touchchat/component/ImageView.vue.js.map +1 -0
  745. package/lib/packages/components/touchchat/component/ImageView.vue2.js +35 -0
  746. package/lib/packages/components/touchchat/component/ImageView.vue2.js.map +1 -0
  747. package/lib/packages/components/touchchat/component/LinkView.vue.js +11 -0
  748. package/lib/packages/components/touchchat/component/LinkView.vue.js.map +1 -0
  749. package/lib/packages/components/touchchat/component/LinkView.vue2.js +79 -0
  750. package/lib/packages/components/touchchat/component/LinkView.vue2.js.map +1 -0
  751. package/lib/packages/components/touchchat/img/AI.png.js +8 -0
  752. package/lib/packages/components/touchchat/img/AI.png.js.map +1 -0
  753. package/lib/packages/components/touchchat/img/asir.png.js +8 -0
  754. package/lib/packages/components/touchchat/img/asir.png.js.map +1 -0
  755. package/lib/packages/components/touchchat/img/bgimage.png.js +8 -0
  756. package/lib/packages/components/touchchat/img/bgimage.png.js.map +1 -0
  757. package/lib/packages/components/touchchat/img/file.png.js +8 -0
  758. package/lib/packages/components/touchchat/img/file.png.js.map +1 -0
  759. package/lib/packages/components/touchchat/img/link.png.js +8 -0
  760. package/lib/packages/components/touchchat/img/link.png.js.map +1 -0
  761. package/lib/packages/components/touchchat/index.js +12 -0
  762. package/lib/packages/components/touchchat/index.js.map +1 -0
  763. package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue.js +11 -0
  764. package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue.js.map +1 -0
  765. package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js +346 -0
  766. package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js.map +1 -0
  767. package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue.js +11 -0
  768. package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue.js.map +1 -0
  769. package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js +186 -0
  770. package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js.map +1 -0
  771. package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue.js +11 -0
  772. package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue.js.map +1 -0
  773. package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js +454 -0
  774. package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js.map +1 -0
  775. package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue.js +11 -0
  776. package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue.js.map +1 -0
  777. package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js +109 -0
  778. package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js.map +1 -0
  779. package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue.js +11 -0
  780. package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue.js.map +1 -0
  781. package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js +271 -0
  782. package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js.map +1 -0
  783. package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue.js +11 -0
  784. package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue.js.map +1 -0
  785. package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js +847 -0
  786. package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js.map +1 -0
  787. package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue.js +11 -0
  788. package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue.js.map +1 -0
  789. package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js +216 -0
  790. package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js.map +1 -0
  791. package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue.js +11 -0
  792. package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue.js.map +1 -0
  793. package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js +137 -0
  794. package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js.map +1 -0
  795. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js +11 -0
  796. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue.js.map +1 -0
  797. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js +636 -0
  798. package/lib/packages/components/touchchat/src/AiRobot/ChatPanel.vue2.js.map +1 -0
  799. package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js +11 -0
  800. package/lib/packages/components/touchchat/src/AiRobot/Content.vue.js.map +1 -0
  801. package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js +267 -0
  802. package/lib/packages/components/touchchat/src/AiRobot/Content.vue2.js.map +1 -0
  803. package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js +11 -0
  804. package/lib/packages/components/touchchat/src/AiRobot/Header.vue.js.map +1 -0
  805. package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js +201 -0
  806. package/lib/packages/components/touchchat/src/AiRobot/Header.vue2.js.map +1 -0
  807. package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js +11 -0
  808. package/lib/packages/components/touchchat/src/AiRobot/Input.vue.js.map +1 -0
  809. package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js +71 -0
  810. package/lib/packages/components/touchchat/src/AiRobot/Input.vue2.js.map +1 -0
  811. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js +11 -0
  812. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue.js.map +1 -0
  813. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js +52 -0
  814. package/lib/packages/components/touchchat/src/AiRobot/Scene.vue2.js.map +1 -0
  815. package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.js +11 -0
  816. package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue.js.map +1 -0
  817. package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js +271 -0
  818. package/lib/packages/components/touchchat/src/AiRobot/component/HelloChat.vue2.js.map +1 -0
  819. package/lib/packages/components/touchchat/src/AiRobot/component/face.vue.js +11 -0
  820. package/lib/packages/components/touchchat/src/AiRobot/component/face.vue.js.map +1 -0
  821. package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js +93 -0
  822. package/lib/packages/components/touchchat/src/AiRobot/component/face.vue2.js.map +1 -0
  823. package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue.js +11 -0
  824. package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue.js.map +1 -0
  825. package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js +68 -0
  826. package/lib/packages/components/touchchat/src/AiRobot/component/letter.vue2.js.map +1 -0
  827. package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.js +11 -0
  828. package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue.js.map +1 -0
  829. package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js +40 -0
  830. package/lib/packages/components/touchchat/src/AiRobot/component/meterialPrepare.vue2.js.map +1 -0
  831. package/lib/packages/components/touchchat/src/AiRobot/component/start.vue.js +11 -0
  832. package/lib/packages/components/touchchat/src/AiRobot/component/start.vue.js.map +1 -0
  833. package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js +40 -0
  834. package/lib/packages/components/touchchat/src/AiRobot/component/start.vue2.js.map +1 -0
  835. package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js +8 -0
  836. package/lib/packages/components/touchchat/src/AiRobot/img/Avatar-AI.png.js.map +1 -0
  837. package/lib/packages/components/touchchat/src/AiRobot/img/icon.png.js +8 -0
  838. package/lib/packages/components/touchchat/src/AiRobot/img/icon.png.js.map +1 -0
  839. package/lib/packages/components/touchchat/src/AiRobot/index.vue.js +11 -0
  840. package/lib/packages/components/touchchat/src/AiRobot/index.vue.js.map +1 -0
  841. package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js +85 -0
  842. package/lib/packages/components/touchchat/src/AiRobot/index.vue2.js.map +1 -0
  843. package/lib/packages/components/touchchat/src/index.vue.js +11 -0
  844. package/lib/packages/components/touchchat/src/index.vue.js.map +1 -0
  845. package/lib/packages/components/touchchat/src/index.vue2.js +151 -0
  846. package/lib/packages/components/touchchat/src/index.vue2.js.map +1 -0
  847. package/lib/packages/components/touchchat/utils/chatRobot.js +113 -0
  848. package/lib/packages/components/touchchat/utils/chatRobot.js.map +1 -0
  849. package/lib/packages/components/touchchat/utils/deepCloneDom.js +61 -0
  850. package/lib/packages/components/touchchat/utils/deepCloneDom.js.map +1 -0
  851. package/lib/packages/components/touchchat/utils/fetchStream.js +105 -0
  852. package/lib/packages/components/touchchat/utils/fetchStream.js.map +1 -0
  853. package/lib/packages/components/touchchat/utils/hight-it.js +118 -0
  854. package/lib/packages/components/touchchat/utils/hight-it.js.map +1 -0
  855. package/lib/packages/components/touchchat/utils/markdown.js +46 -0
  856. package/lib/packages/components/touchchat/utils/markdown.js.map +1 -0
  857. package/lib/packages/components/touchchat/utils/socket.js +199 -0
  858. package/lib/packages/components/touchchat/utils/socket.js.map +1 -0
  859. package/lib/packages/components/touchchat/utils/tools.js +79 -0
  860. package/lib/packages/components/touchchat/utils/tools.js.map +1 -0
  861. package/lib/packages/components/touchchat/utils/uuid.js +19 -0
  862. package/lib/packages/components/touchchat/utils/uuid.js.map +1 -0
  863. package/lib/packages/utils/config.js +21 -0
  864. package/lib/packages/utils/config.js.map +1 -0
  865. package/lib/packages/utils/index.js +12 -0
  866. package/lib/packages/utils/index.js.map +1 -0
  867. package/lib/packages/utils/package.json.js +50 -0
  868. package/lib/packages/utils/package.json.js.map +1 -0
  869. package/lib/packages/utils/types.js +26 -0
  870. package/lib/packages/utils/types.js.map +1 -0
  871. package/package.json +83 -0
  872. package/theme/components/index.css +3 -0
  873. package/theme/img/default.png +0 -0
  874. package/theme/index.css +6 -0
  875. package/theme/skin/default.css +6 -0
  876. package/types/global.d.ts +9 -0
@@ -0,0 +1,206 @@
1
+ // Process definition lists
2
+ //
3
+ function deflist_plugin (md) {
4
+ const isSpace = md.utils.isSpace;
5
+
6
+ // Search `[:~][\n ]`, returns next pos after marker on success
7
+ // or -1 on fail.
8
+ function skipMarker (state, line) {
9
+ let start = state.bMarks[line] + state.tShift[line];
10
+ const max = state.eMarks[line];
11
+
12
+ if (start >= max) { return -1 }
13
+
14
+ // Check bullet
15
+ const marker = state.src.charCodeAt(start++);
16
+ if (marker !== 0x7E/* ~ */ && marker !== 0x3A/* : */) { return -1 }
17
+
18
+ const pos = state.skipSpaces(start);
19
+
20
+ // require space after ":"
21
+ if (start === pos) { return -1 }
22
+
23
+ // no empty definitions, e.g. " : "
24
+ if (pos >= max) { return -1 }
25
+
26
+ return start
27
+ }
28
+
29
+ function markTightParagraphs (state, idx) {
30
+ const level = state.level + 2;
31
+
32
+ for (let i = idx + 2, l = state.tokens.length - 2; i < l; i++) {
33
+ if (state.tokens[i].level === level && state.tokens[i].type === 'paragraph_open') {
34
+ state.tokens[i + 2].hidden = true;
35
+ state.tokens[i].hidden = true;
36
+ i += 2;
37
+ }
38
+ }
39
+ }
40
+
41
+ function deflist (state, startLine, endLine, silent) {
42
+ if (silent) {
43
+ // quirk: validation mode validates a dd block only, not a whole deflist
44
+ if (state.ddIndent < 0) { return false }
45
+ return skipMarker(state, startLine) >= 0
46
+ }
47
+
48
+ let nextLine = startLine + 1;
49
+ if (nextLine >= endLine) { return false }
50
+
51
+ if (state.isEmpty(nextLine)) {
52
+ nextLine++;
53
+ if (nextLine >= endLine) { return false }
54
+ }
55
+
56
+ if (state.sCount[nextLine] < state.blkIndent) { return false }
57
+ let contentStart = skipMarker(state, nextLine);
58
+ if (contentStart < 0) { return false }
59
+
60
+ // Start list
61
+ const listTokIdx = state.tokens.length;
62
+ let tight = true;
63
+
64
+ const token_dl_o = state.push('dl_open', 'dl', 1);
65
+ const listLines = [startLine, 0];
66
+ token_dl_o.map = listLines;
67
+
68
+ //
69
+ // Iterate list items
70
+ //
71
+
72
+ let dtLine = startLine;
73
+ let ddLine = nextLine;
74
+
75
+ // One definition list can contain multiple DTs,
76
+ // and one DT can be followed by multiple DDs.
77
+ //
78
+ // Thus, there is two loops here, and label is
79
+ // needed to break out of the second one
80
+ //
81
+ /* eslint no-labels:0,block-scoped-var:0 */
82
+ OUTER:
83
+ for (;;) {
84
+ let prevEmptyEnd = false;
85
+
86
+ const token_dt_o = state.push('dt_open', 'dt', 1);
87
+ token_dt_o.map = [dtLine, dtLine];
88
+
89
+ const token_i = state.push('inline', '', 0);
90
+ token_i.map = [dtLine, dtLine];
91
+ token_i.content = state.getLines(dtLine, dtLine + 1, state.blkIndent, false).trim();
92
+ token_i.children = [];
93
+
94
+ state.push('dt_close', 'dt', -1);
95
+
96
+ for (;;) {
97
+ const token_dd_o = state.push('dd_open', 'dd', 1);
98
+ const itemLines = [nextLine, 0];
99
+ token_dd_o.map = itemLines;
100
+
101
+ let pos = contentStart;
102
+ const max = state.eMarks[ddLine];
103
+ let offset = state.sCount[ddLine] + contentStart - (state.bMarks[ddLine] + state.tShift[ddLine]);
104
+
105
+ while (pos < max) {
106
+ const ch = state.src.charCodeAt(pos);
107
+
108
+ if (isSpace(ch)) {
109
+ if (ch === 0x09) {
110
+ offset += 4 - offset % 4;
111
+ } else {
112
+ offset++;
113
+ }
114
+ } else {
115
+ break
116
+ }
117
+
118
+ pos++;
119
+ }
120
+
121
+ contentStart = pos;
122
+
123
+ const oldTight = state.tight;
124
+ const oldDDIndent = state.ddIndent;
125
+ const oldIndent = state.blkIndent;
126
+ const oldTShift = state.tShift[ddLine];
127
+ const oldSCount = state.sCount[ddLine];
128
+ const oldParentType = state.parentType;
129
+ state.blkIndent = state.ddIndent = state.sCount[ddLine] + 2;
130
+ state.tShift[ddLine] = contentStart - state.bMarks[ddLine];
131
+ state.sCount[ddLine] = offset;
132
+ state.tight = true;
133
+ state.parentType = 'deflist';
134
+
135
+ state.md.block.tokenize(state, ddLine, endLine, true);
136
+
137
+ // If any of list item is tight, mark list as tight
138
+ if (!state.tight || prevEmptyEnd) {
139
+ tight = false;
140
+ }
141
+ // Item become loose if finish with empty line,
142
+ // but we should filter last element, because it means list finish
143
+ prevEmptyEnd = (state.line - ddLine) > 1 && state.isEmpty(state.line - 1);
144
+
145
+ state.tShift[ddLine] = oldTShift;
146
+ state.sCount[ddLine] = oldSCount;
147
+ state.tight = oldTight;
148
+ state.parentType = oldParentType;
149
+ state.blkIndent = oldIndent;
150
+ state.ddIndent = oldDDIndent;
151
+
152
+ state.push('dd_close', 'dd', -1);
153
+
154
+ itemLines[1] = nextLine = state.line;
155
+
156
+ if (nextLine >= endLine) { break OUTER }
157
+
158
+ if (state.sCount[nextLine] < state.blkIndent) { break OUTER }
159
+ contentStart = skipMarker(state, nextLine);
160
+ if (contentStart < 0) { break }
161
+
162
+ ddLine = nextLine;
163
+
164
+ // go to the next loop iteration:
165
+ // insert DD tag and repeat checking
166
+ }
167
+
168
+ if (nextLine >= endLine) { break }
169
+ dtLine = nextLine;
170
+
171
+ if (state.isEmpty(dtLine)) { break }
172
+ if (state.sCount[dtLine] < state.blkIndent) { break }
173
+
174
+ ddLine = dtLine + 1;
175
+ if (ddLine >= endLine) { break }
176
+ if (state.isEmpty(ddLine)) { ddLine++; }
177
+ if (ddLine >= endLine) { break }
178
+
179
+ if (state.sCount[ddLine] < state.blkIndent) { break }
180
+ contentStart = skipMarker(state, ddLine);
181
+ if (contentStart < 0) { break }
182
+
183
+ // go to the next loop iteration:
184
+ // insert DT and DD tags and repeat checking
185
+ }
186
+
187
+ // Finilize list
188
+ state.push('dl_close', 'dl', -1);
189
+
190
+ listLines[1] = nextLine;
191
+
192
+ state.line = nextLine;
193
+
194
+ // mark paragraphs tight if needed
195
+ if (tight) {
196
+ markTightParagraphs(state, listTokIdx);
197
+ }
198
+
199
+ return true
200
+ }
201
+
202
+ md.block.ruler.before('paragraph', 'deflist', deflist, { alt: ['paragraph', 'reference', 'blockquote'] });
203
+ }
204
+
205
+ export { deflist_plugin as default };
206
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../../../node_modules/.pnpm/markdown-it-deflist@3.0.0/node_modules/markdown-it-deflist/index.mjs"],"sourcesContent":["// Process definition lists\n//\nexport default function deflist_plugin (md) {\n const isSpace = md.utils.isSpace\n\n // Search `[:~][\\n ]`, returns next pos after marker on success\n // or -1 on fail.\n function skipMarker (state, line) {\n let start = state.bMarks[line] + state.tShift[line]\n const max = state.eMarks[line]\n\n if (start >= max) { return -1 }\n\n // Check bullet\n const marker = state.src.charCodeAt(start++)\n if (marker !== 0x7E/* ~ */ && marker !== 0x3A/* : */) { return -1 }\n\n const pos = state.skipSpaces(start)\n\n // require space after \":\"\n if (start === pos) { return -1 }\n\n // no empty definitions, e.g. \" : \"\n if (pos >= max) { return -1 }\n\n return start\n }\n\n function markTightParagraphs (state, idx) {\n const level = state.level + 2\n\n for (let i = idx + 2, l = state.tokens.length - 2; i < l; i++) {\n if (state.tokens[i].level === level && state.tokens[i].type === 'paragraph_open') {\n state.tokens[i + 2].hidden = true\n state.tokens[i].hidden = true\n i += 2\n }\n }\n }\n\n function deflist (state, startLine, endLine, silent) {\n if (silent) {\n // quirk: validation mode validates a dd block only, not a whole deflist\n if (state.ddIndent < 0) { return false }\n return skipMarker(state, startLine) >= 0\n }\n\n let nextLine = startLine + 1\n if (nextLine >= endLine) { return false }\n\n if (state.isEmpty(nextLine)) {\n nextLine++\n if (nextLine >= endLine) { return false }\n }\n\n if (state.sCount[nextLine] < state.blkIndent) { return false }\n let contentStart = skipMarker(state, nextLine)\n if (contentStart < 0) { return false }\n\n // Start list\n const listTokIdx = state.tokens.length\n let tight = true\n\n const token_dl_o = state.push('dl_open', 'dl', 1)\n const listLines = [startLine, 0]\n token_dl_o.map = listLines\n\n //\n // Iterate list items\n //\n\n let dtLine = startLine\n let ddLine = nextLine\n\n // One definition list can contain multiple DTs,\n // and one DT can be followed by multiple DDs.\n //\n // Thus, there is two loops here, and label is\n // needed to break out of the second one\n //\n /* eslint no-labels:0,block-scoped-var:0 */\n OUTER:\n for (;;) {\n let prevEmptyEnd = false\n\n const token_dt_o = state.push('dt_open', 'dt', 1)\n token_dt_o.map = [dtLine, dtLine]\n\n const token_i = state.push('inline', '', 0)\n token_i.map = [dtLine, dtLine]\n token_i.content = state.getLines(dtLine, dtLine + 1, state.blkIndent, false).trim()\n token_i.children = []\n\n state.push('dt_close', 'dt', -1)\n\n for (;;) {\n const token_dd_o = state.push('dd_open', 'dd', 1)\n const itemLines = [nextLine, 0]\n token_dd_o.map = itemLines\n\n let pos = contentStart\n const max = state.eMarks[ddLine]\n let offset = state.sCount[ddLine] + contentStart - (state.bMarks[ddLine] + state.tShift[ddLine])\n\n while (pos < max) {\n const ch = state.src.charCodeAt(pos)\n\n if (isSpace(ch)) {\n if (ch === 0x09) {\n offset += 4 - offset % 4\n } else {\n offset++\n }\n } else {\n break\n }\n\n pos++\n }\n\n contentStart = pos\n\n const oldTight = state.tight\n const oldDDIndent = state.ddIndent\n const oldIndent = state.blkIndent\n const oldTShift = state.tShift[ddLine]\n const oldSCount = state.sCount[ddLine]\n const oldParentType = state.parentType\n state.blkIndent = state.ddIndent = state.sCount[ddLine] + 2\n state.tShift[ddLine] = contentStart - state.bMarks[ddLine]\n state.sCount[ddLine] = offset\n state.tight = true\n state.parentType = 'deflist'\n\n state.md.block.tokenize(state, ddLine, endLine, true)\n\n // If any of list item is tight, mark list as tight\n if (!state.tight || prevEmptyEnd) {\n tight = false\n }\n // Item become loose if finish with empty line,\n // but we should filter last element, because it means list finish\n prevEmptyEnd = (state.line - ddLine) > 1 && state.isEmpty(state.line - 1)\n\n state.tShift[ddLine] = oldTShift\n state.sCount[ddLine] = oldSCount\n state.tight = oldTight\n state.parentType = oldParentType\n state.blkIndent = oldIndent\n state.ddIndent = oldDDIndent\n\n state.push('dd_close', 'dd', -1)\n\n itemLines[1] = nextLine = state.line\n\n if (nextLine >= endLine) { break OUTER }\n\n if (state.sCount[nextLine] < state.blkIndent) { break OUTER }\n contentStart = skipMarker(state, nextLine)\n if (contentStart < 0) { break }\n\n ddLine = nextLine\n\n // go to the next loop iteration:\n // insert DD tag and repeat checking\n }\n\n if (nextLine >= endLine) { break }\n dtLine = nextLine\n\n if (state.isEmpty(dtLine)) { break }\n if (state.sCount[dtLine] < state.blkIndent) { break }\n\n ddLine = dtLine + 1\n if (ddLine >= endLine) { break }\n if (state.isEmpty(ddLine)) { ddLine++ }\n if (ddLine >= endLine) { break }\n\n if (state.sCount[ddLine] < state.blkIndent) { break }\n contentStart = skipMarker(state, ddLine)\n if (contentStart < 0) { break }\n\n // go to the next loop iteration:\n // insert DT and DD tags and repeat checking\n }\n\n // Finilize list\n state.push('dl_close', 'dl', -1)\n\n listLines[1] = nextLine\n\n state.line = nextLine\n\n // mark paragraphs tight if needed\n if (tight) {\n markTightParagraphs(state, listTokIdx)\n }\n\n return true\n }\n\n md.block.ruler.before('paragraph', 'deflist', deflist, { alt: ['paragraph', 'reference', 'blockquote'] })\n};\n"],"names":[],"mappings":"AAAA;AACA;AACe,SAAS,cAAc,EAAE,EAAE,EAAE;AAC5C,EAAE,MAAM,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,QAAO;AAClC;AACA;AACA;AACA,EAAE,SAAS,UAAU,EAAE,KAAK,EAAE,IAAI,EAAE;AACpC,IAAI,IAAI,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,EAAC;AACvD,IAAI,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,EAAC;AAClC;AACA,IAAI,IAAI,KAAK,IAAI,GAAG,EAAE,EAAE,OAAO,CAAC,CAAC,EAAE;AACnC;AACA;AACA,IAAI,MAAM,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,KAAK,EAAE,EAAC;AAChD,IAAI,IAAI,MAAM,KAAK,IAAI,WAAW,MAAM,KAAK,IAAI,SAAS,EAAE,OAAO,CAAC,CAAC,EAAE;AACvE;AACA,IAAI,MAAM,GAAG,GAAG,KAAK,CAAC,UAAU,CAAC,KAAK,EAAC;AACvC;AACA;AACA,IAAI,IAAI,KAAK,KAAK,GAAG,EAAE,EAAE,OAAO,CAAC,CAAC,EAAE;AACpC;AACA;AACA,IAAI,IAAI,GAAG,IAAI,GAAG,EAAE,EAAE,OAAO,CAAC,CAAC,EAAE;AACjC;AACA,IAAI,OAAO,KAAK;AAChB,GAAG;AACH;AACA,EAAE,SAAS,mBAAmB,EAAE,KAAK,EAAE,GAAG,EAAE;AAC5C,IAAI,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,GAAG,EAAC;AACjC;AACA,IAAI,KAAK,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;AACnE,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,KAAK,KAAK,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,gBAAgB,EAAE;AACxF,QAAQ,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,KAAI;AACzC,QAAQ,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,KAAI;AACrC,QAAQ,CAAC,IAAI,EAAC;AACd,OAAO;AACP,KAAK;AACL,GAAG;AACH;AACA,EAAE,SAAS,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE;AACvD,IAAI,IAAI,MAAM,EAAE;AAChB;AACA,MAAM,IAAI,KAAK,CAAC,QAAQ,GAAG,CAAC,EAAE,EAAE,OAAO,KAAK,EAAE;AAC9C,MAAM,OAAO,UAAU,CAAC,KAAK,EAAE,SAAS,CAAC,IAAI,CAAC;AAC9C,KAAK;AACL;AACA,IAAI,IAAI,QAAQ,GAAG,SAAS,GAAG,EAAC;AAChC,IAAI,IAAI,QAAQ,IAAI,OAAO,EAAE,EAAE,OAAO,KAAK,EAAE;AAC7C;AACA,IAAI,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE;AACjC,MAAM,QAAQ,GAAE;AAChB,MAAM,IAAI,QAAQ,IAAI,OAAO,EAAE,EAAE,OAAO,KAAK,EAAE;AAC/C,KAAK;AACL;AACA,IAAI,IAAI,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,SAAS,EAAE,EAAE,OAAO,KAAK,EAAE;AAClE,IAAI,IAAI,YAAY,GAAG,UAAU,CAAC,KAAK,EAAE,QAAQ,EAAC;AAClD,IAAI,IAAI,YAAY,GAAG,CAAC,EAAE,EAAE,OAAO,KAAK,EAAE;AAC1C;AACA;AACA,IAAI,MAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,OAAM;AAC1C,IAAI,IAAI,KAAK,GAAG,KAAI;AACpB;AACA,IAAI,MAAM,UAAU,GAAG,KAAK,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,CAAC,EAAC;AACrD,IAAI,MAAM,SAAS,GAAG,CAAC,SAAS,EAAE,CAAC,EAAC;AACpC,IAAI,UAAU,CAAC,GAAG,GAAG,UAAS;AAC9B;AACA;AACA;AACA;AACA;AACA,IAAI,IAAI,MAAM,GAAG,UAAS;AAC1B,IAAI,IAAI,MAAM,GAAG,SAAQ;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAK;AACT,IAAI,SAAS;AACb,MAAM,IAAI,YAAY,GAAG,MAAK;AAC9B;AACA,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,CAAC,EAAC;AACvD,MAAM,UAAU,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,EAAC;AACvC;AACA,MAAM,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,CAAC,QAAQ,EAAE,EAAE,EAAE,CAAC,EAAC;AACjD,MAAM,OAAO,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAC;AACzC,MAAM,OAAO,CAAC,OAAO,IAAI,KAAK,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC,IAAI,GAAE;AAC1F,MAAM,OAAO,CAAC,QAAQ,GAAG,GAAE;AAC3B;AACA,MAAM,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC,EAAC;AACtC;AACA,MAAM,SAAS;AACf,QAAQ,MAAM,UAAU,GAAG,KAAK,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,CAAC,EAAC;AACzD,QAAQ,MAAM,SAAS,GAAG,CAAC,QAAQ,EAAE,CAAC,EAAC;AACvC,QAAQ,UAAU,CAAC,GAAG,GAAG,UAAS;AAClC;AACA,QAAQ,IAAI,GAAG,GAAG,aAAY;AAC9B,QAAQ,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,EAAC;AACxC,QAAQ,IAAI,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,YAAY,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,EAAC;AACxG;AACA,QAAQ,OAAO,GAAG,GAAG,GAAG,EAAE;AAC1B,UAAU,MAAM,EAAE,GAAG,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,EAAC;AAC9C;AACA,UAAU,IAAI,OAAO,CAAC,EAAE,CAAC,EAAE;AAC3B,YAAY,IAAI,EAAE,KAAK,IAAI,EAAE;AAC7B,cAAc,MAAM,IAAI,CAAC,GAAG,MAAM,GAAG,EAAC;AACtC,aAAa,MAAM;AACnB,cAAc,MAAM,GAAE;AACtB,aAAa;AACb,WAAW,MAAM;AACjB,YAAY,KAAK;AACjB,WAAW;AACX;AACA,UAAU,GAAG,GAAE;AACf,SAAS;AACT;AACA,QAAQ,YAAY,GAAG,IAAG;AAC1B;AACA,QAAQ,MAAM,QAAQ,GAAG,KAAK,CAAC,MAAK;AACpC,QAAQ,MAAM,WAAW,GAAG,KAAK,CAAC,SAAQ;AAC1C,QAAQ,MAAM,SAAS,GAAG,KAAK,CAAC,UAAS;AACzC,QAAQ,MAAM,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,EAAC;AAC9C,QAAQ,MAAM,SAAS,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,EAAC;AAC9C,QAAQ,MAAM,aAAa,GAAG,KAAK,CAAC,WAAU;AAC9C,QAAQ,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,EAAC;AACnE,QAAQ,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,YAAY,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,EAAC;AAClE,QAAQ,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,OAAM;AACrC,QAAQ,KAAK,CAAC,KAAK,GAAG,KAAI;AAC1B,QAAQ,KAAK,CAAC,UAAU,GAAG,UAAS;AACpC;AACA,QAAQ,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,EAAC;AAC7D;AACA;AACA,QAAQ,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,YAAY,EAAE;AAC1C,UAAU,KAAK,GAAG,MAAK;AACvB,SAAS;AACT;AACA;AACA,QAAQ,YAAY,GAAG,CAAC,KAAK,CAAC,IAAI,GAAG,MAAM,IAAI,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,GAAG,CAAC,EAAC;AACjF;AACA,QAAQ,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,UAAS;AACxC,QAAQ,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,UAAS;AACxC,QAAQ,KAAK,CAAC,KAAK,GAAG,SAAQ;AAC9B,QAAQ,KAAK,CAAC,UAAU,GAAG,cAAa;AACxC,QAAQ,KAAK,CAAC,SAAS,GAAG,UAAS;AACnC,QAAQ,KAAK,CAAC,QAAQ,GAAG,YAAW;AACpC;AACA,QAAQ,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC,EAAC;AACxC;AACA,QAAQ,SAAS,CAAC,CAAC,CAAC,GAAG,QAAQ,GAAG,KAAK,CAAC,KAAI;AAC5C;AACA,QAAQ,IAAI,QAAQ,IAAI,OAAO,EAAE,EAAE,MAAM,KAAK,EAAE;AAChD;AACA,QAAQ,IAAI,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,SAAS,EAAE,EAAE,MAAM,KAAK,EAAE;AACrE,QAAQ,YAAY,GAAG,UAAU,CAAC,KAAK,EAAE,QAAQ,EAAC;AAClD,QAAQ,IAAI,YAAY,GAAG,CAAC,EAAE,EAAE,KAAK,EAAE;AACvC;AACA,QAAQ,MAAM,GAAG,SAAQ;AACzB;AACA;AACA;AACA,OAAO;AACP;AACA,MAAM,IAAI,QAAQ,IAAI,OAAO,EAAE,EAAE,KAAK,EAAE;AACxC,MAAM,MAAM,GAAG,SAAQ;AACvB;AACA,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;AAC1C,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,SAAS,EAAE,EAAE,KAAK,EAAE;AAC3D;AACA,MAAM,MAAM,GAAG,MAAM,GAAG,EAAC;AACzB,MAAM,IAAI,MAAM,IAAI,OAAO,EAAE,EAAE,KAAK,EAAE;AACtC,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,EAAE,MAAM,GAAE,EAAE;AAC7C,MAAM,IAAI,MAAM,IAAI,OAAO,EAAE,EAAE,KAAK,EAAE;AACtC;AACA,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,SAAS,EAAE,EAAE,KAAK,EAAE;AAC3D,MAAM,YAAY,GAAG,UAAU,CAAC,KAAK,EAAE,MAAM,EAAC;AAC9C,MAAM,IAAI,YAAY,GAAG,CAAC,EAAE,EAAE,KAAK,EAAE;AACrC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,IAAI,KAAK,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC,EAAC;AACpC;AACA,IAAI,SAAS,CAAC,CAAC,CAAC,GAAG,SAAQ;AAC3B;AACA,IAAI,KAAK,CAAC,IAAI,GAAG,SAAQ;AACzB;AACA;AACA,IAAI,IAAI,KAAK,EAAE;AACf,MAAM,mBAAmB,CAAC,KAAK,EAAE,UAAU,EAAC;AAC5C,KAAK;AACL;AACA,IAAI,OAAO,IAAI;AACf,GAAG;AACH;AACA,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,GAAG,EAAE,CAAC,WAAW,EAAE,WAAW,EAAE,YAAY,CAAC,EAAE,EAAC;AAC3G;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,24 @@
1
+ import emoji_html from './render.mjs';
2
+ import create_rule from './replace.mjs';
3
+ import normalize_opts from './normalize_opts.mjs';
4
+
5
+ function emoji_plugin (md, options) {
6
+ const defaults = {
7
+ defs: {},
8
+ shortcuts: {},
9
+ enabled: []
10
+ };
11
+
12
+ const opts = normalize_opts(md.utils.assign({}, defaults, options || {}));
13
+
14
+ md.renderer.rules.emoji = emoji_html;
15
+
16
+ md.core.ruler.after(
17
+ 'linkify',
18
+ 'emoji',
19
+ create_rule(md, opts.defs, opts.shortcuts, opts.scanRE, opts.replaceRE)
20
+ );
21
+ }
22
+
23
+ export { emoji_plugin as default };
24
+ //# sourceMappingURL=bare.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bare.mjs","sources":["../../../../../../../../node_modules/.pnpm/markdown-it-emoji@3.0.0/node_modules/markdown-it-emoji/lib/bare.mjs"],"sourcesContent":["import emoji_html from './render.mjs'\nimport emoji_replace from './replace.mjs'\nimport normalize_opts from './normalize_opts.mjs'\n\nexport default function emoji_plugin (md, options) {\n const defaults = {\n defs: {},\n shortcuts: {},\n enabled: []\n }\n\n const opts = normalize_opts(md.utils.assign({}, defaults, options || {}))\n\n md.renderer.rules.emoji = emoji_html\n\n md.core.ruler.after(\n 'linkify',\n 'emoji',\n emoji_replace(md, opts.defs, opts.shortcuts, opts.scanRE, opts.replaceRE)\n )\n};\n"],"names":["emoji_replace"],"mappings":";;;;AAIe,SAAS,YAAY,EAAE,EAAE,EAAE,OAAO,EAAE;AACnD,EAAE,MAAM,QAAQ,GAAG;AACnB,IAAI,IAAI,EAAE,EAAE;AACZ,IAAI,SAAS,EAAE,EAAE;AACjB,IAAI,OAAO,EAAE,EAAE;AACf,IAAG;AACH;AACA,EAAE,MAAM,IAAI,GAAG,cAAc,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,OAAO,IAAI,EAAE,CAAC,EAAC;AAC3E;AACA,EAAE,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,GAAG,WAAU;AACtC;AACA,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;AACrB,IAAI,SAAS;AACb,IAAI,OAAO;AACX,IAAIA,WAAa,CAAC,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,SAAS,CAAC;AAC7E,IAAG;AACH;;;;","x_google_ignoreList":[0]}