@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,1909 @@
1
+ // Generated, don't edit
2
+ var emojies_defs = {
3
+ "100": "💯",
4
+ "1234": "🔢",
5
+ "grinning": "😀",
6
+ "smiley": "😃",
7
+ "smile": "😄",
8
+ "grin": "😁",
9
+ "laughing": "😆",
10
+ "satisfied": "😆",
11
+ "sweat_smile": "😅",
12
+ "rofl": "🤣",
13
+ "joy": "😂",
14
+ "slightly_smiling_face": "🙂",
15
+ "upside_down_face": "🙃",
16
+ "melting_face": "🫠",
17
+ "wink": "😉",
18
+ "blush": "😊",
19
+ "innocent": "😇",
20
+ "smiling_face_with_three_hearts": "🥰",
21
+ "heart_eyes": "😍",
22
+ "star_struck": "🤩",
23
+ "kissing_heart": "😘",
24
+ "kissing": "😗",
25
+ "relaxed": "☺️",
26
+ "kissing_closed_eyes": "😚",
27
+ "kissing_smiling_eyes": "😙",
28
+ "smiling_face_with_tear": "🥲",
29
+ "yum": "😋",
30
+ "stuck_out_tongue": "😛",
31
+ "stuck_out_tongue_winking_eye": "😜",
32
+ "zany_face": "🤪",
33
+ "stuck_out_tongue_closed_eyes": "😝",
34
+ "money_mouth_face": "🤑",
35
+ "hugs": "🤗",
36
+ "hand_over_mouth": "🤭",
37
+ "face_with_open_eyes_and_hand_over_mouth": "🫢",
38
+ "face_with_peeking_eye": "🫣",
39
+ "shushing_face": "🤫",
40
+ "thinking": "🤔",
41
+ "saluting_face": "🫡",
42
+ "zipper_mouth_face": "🤐",
43
+ "raised_eyebrow": "🤨",
44
+ "neutral_face": "😐",
45
+ "expressionless": "😑",
46
+ "no_mouth": "😶",
47
+ "dotted_line_face": "🫥",
48
+ "face_in_clouds": "😶‍🌫️",
49
+ "smirk": "😏",
50
+ "unamused": "😒",
51
+ "roll_eyes": "🙄",
52
+ "grimacing": "😬",
53
+ "face_exhaling": "😮‍💨",
54
+ "lying_face": "🤥",
55
+ "shaking_face": "🫨",
56
+ "relieved": "😌",
57
+ "pensive": "😔",
58
+ "sleepy": "😪",
59
+ "drooling_face": "🤤",
60
+ "sleeping": "😴",
61
+ "mask": "😷",
62
+ "face_with_thermometer": "🤒",
63
+ "face_with_head_bandage": "🤕",
64
+ "nauseated_face": "🤢",
65
+ "vomiting_face": "🤮",
66
+ "sneezing_face": "🤧",
67
+ "hot_face": "🥵",
68
+ "cold_face": "🥶",
69
+ "woozy_face": "🥴",
70
+ "dizzy_face": "😵",
71
+ "face_with_spiral_eyes": "😵‍💫",
72
+ "exploding_head": "🤯",
73
+ "cowboy_hat_face": "🤠",
74
+ "partying_face": "🥳",
75
+ "disguised_face": "🥸",
76
+ "sunglasses": "😎",
77
+ "nerd_face": "🤓",
78
+ "monocle_face": "🧐",
79
+ "confused": "😕",
80
+ "face_with_diagonal_mouth": "🫤",
81
+ "worried": "😟",
82
+ "slightly_frowning_face": "🙁",
83
+ "frowning_face": "☹️",
84
+ "open_mouth": "😮",
85
+ "hushed": "😯",
86
+ "astonished": "😲",
87
+ "flushed": "😳",
88
+ "pleading_face": "🥺",
89
+ "face_holding_back_tears": "🥹",
90
+ "frowning": "😦",
91
+ "anguished": "😧",
92
+ "fearful": "😨",
93
+ "cold_sweat": "😰",
94
+ "disappointed_relieved": "😥",
95
+ "cry": "😢",
96
+ "sob": "😭",
97
+ "scream": "😱",
98
+ "confounded": "😖",
99
+ "persevere": "😣",
100
+ "disappointed": "😞",
101
+ "sweat": "😓",
102
+ "weary": "😩",
103
+ "tired_face": "😫",
104
+ "yawning_face": "🥱",
105
+ "triumph": "😤",
106
+ "rage": "😡",
107
+ "pout": "😡",
108
+ "angry": "😠",
109
+ "cursing_face": "🤬",
110
+ "smiling_imp": "😈",
111
+ "imp": "👿",
112
+ "skull": "💀",
113
+ "skull_and_crossbones": "☠️",
114
+ "hankey": "💩",
115
+ "poop": "💩",
116
+ "shit": "💩",
117
+ "clown_face": "🤡",
118
+ "japanese_ogre": "👹",
119
+ "japanese_goblin": "👺",
120
+ "ghost": "👻",
121
+ "alien": "👽",
122
+ "space_invader": "👾",
123
+ "robot": "🤖",
124
+ "smiley_cat": "😺",
125
+ "smile_cat": "😸",
126
+ "joy_cat": "😹",
127
+ "heart_eyes_cat": "😻",
128
+ "smirk_cat": "😼",
129
+ "kissing_cat": "😽",
130
+ "scream_cat": "🙀",
131
+ "crying_cat_face": "😿",
132
+ "pouting_cat": "😾",
133
+ "see_no_evil": "🙈",
134
+ "hear_no_evil": "🙉",
135
+ "speak_no_evil": "🙊",
136
+ "love_letter": "💌",
137
+ "cupid": "💘",
138
+ "gift_heart": "💝",
139
+ "sparkling_heart": "💖",
140
+ "heartpulse": "💗",
141
+ "heartbeat": "💓",
142
+ "revolving_hearts": "💞",
143
+ "two_hearts": "💕",
144
+ "heart_decoration": "💟",
145
+ "heavy_heart_exclamation": "❣️",
146
+ "broken_heart": "💔",
147
+ "heart_on_fire": "❤️‍🔥",
148
+ "mending_heart": "❤️‍🩹",
149
+ "heart": "❤️",
150
+ "pink_heart": "🩷",
151
+ "orange_heart": "🧡",
152
+ "yellow_heart": "💛",
153
+ "green_heart": "💚",
154
+ "blue_heart": "💙",
155
+ "light_blue_heart": "🩵",
156
+ "purple_heart": "💜",
157
+ "brown_heart": "🤎",
158
+ "black_heart": "🖤",
159
+ "grey_heart": "🩶",
160
+ "white_heart": "🤍",
161
+ "kiss": "💋",
162
+ "anger": "💢",
163
+ "boom": "💥",
164
+ "collision": "💥",
165
+ "dizzy": "💫",
166
+ "sweat_drops": "💦",
167
+ "dash": "💨",
168
+ "hole": "🕳️",
169
+ "speech_balloon": "💬",
170
+ "eye_speech_bubble": "👁️‍🗨️",
171
+ "left_speech_bubble": "🗨️",
172
+ "right_anger_bubble": "🗯️",
173
+ "thought_balloon": "💭",
174
+ "zzz": "💤",
175
+ "wave": "👋",
176
+ "raised_back_of_hand": "🤚",
177
+ "raised_hand_with_fingers_splayed": "🖐️",
178
+ "hand": "✋",
179
+ "raised_hand": "✋",
180
+ "vulcan_salute": "🖖",
181
+ "rightwards_hand": "🫱",
182
+ "leftwards_hand": "🫲",
183
+ "palm_down_hand": "🫳",
184
+ "palm_up_hand": "🫴",
185
+ "leftwards_pushing_hand": "🫷",
186
+ "rightwards_pushing_hand": "🫸",
187
+ "ok_hand": "👌",
188
+ "pinched_fingers": "🤌",
189
+ "pinching_hand": "🤏",
190
+ "v": "✌️",
191
+ "crossed_fingers": "🤞",
192
+ "hand_with_index_finger_and_thumb_crossed": "🫰",
193
+ "love_you_gesture": "🤟",
194
+ "metal": "🤘",
195
+ "call_me_hand": "🤙",
196
+ "point_left": "👈",
197
+ "point_right": "👉",
198
+ "point_up_2": "👆",
199
+ "middle_finger": "🖕",
200
+ "fu": "🖕",
201
+ "point_down": "👇",
202
+ "point_up": "☝️",
203
+ "index_pointing_at_the_viewer": "🫵",
204
+ "+1": "👍",
205
+ "thumbsup": "👍",
206
+ "-1": "👎",
207
+ "thumbsdown": "👎",
208
+ "fist_raised": "✊",
209
+ "fist": "✊",
210
+ "fist_oncoming": "👊",
211
+ "facepunch": "👊",
212
+ "punch": "👊",
213
+ "fist_left": "🤛",
214
+ "fist_right": "🤜",
215
+ "clap": "👏",
216
+ "raised_hands": "🙌",
217
+ "heart_hands": "🫶",
218
+ "open_hands": "👐",
219
+ "palms_up_together": "🤲",
220
+ "handshake": "🤝",
221
+ "pray": "🙏",
222
+ "writing_hand": "✍️",
223
+ "nail_care": "💅",
224
+ "selfie": "🤳",
225
+ "muscle": "💪",
226
+ "mechanical_arm": "🦾",
227
+ "mechanical_leg": "🦿",
228
+ "leg": "🦵",
229
+ "foot": "🦶",
230
+ "ear": "👂",
231
+ "ear_with_hearing_aid": "🦻",
232
+ "nose": "👃",
233
+ "brain": "🧠",
234
+ "anatomical_heart": "🫀",
235
+ "lungs": "🫁",
236
+ "tooth": "🦷",
237
+ "bone": "🦴",
238
+ "eyes": "👀",
239
+ "eye": "👁️",
240
+ "tongue": "👅",
241
+ "lips": "👄",
242
+ "biting_lip": "🫦",
243
+ "baby": "👶",
244
+ "child": "🧒",
245
+ "boy": "👦",
246
+ "girl": "👧",
247
+ "adult": "🧑",
248
+ "blond_haired_person": "👱",
249
+ "man": "👨",
250
+ "bearded_person": "🧔",
251
+ "man_beard": "🧔‍♂️",
252
+ "woman_beard": "🧔‍♀️",
253
+ "red_haired_man": "👨‍🦰",
254
+ "curly_haired_man": "👨‍🦱",
255
+ "white_haired_man": "👨‍🦳",
256
+ "bald_man": "👨‍🦲",
257
+ "woman": "👩",
258
+ "red_haired_woman": "👩‍🦰",
259
+ "person_red_hair": "🧑‍🦰",
260
+ "curly_haired_woman": "👩‍🦱",
261
+ "person_curly_hair": "🧑‍🦱",
262
+ "white_haired_woman": "👩‍🦳",
263
+ "person_white_hair": "🧑‍🦳",
264
+ "bald_woman": "👩‍🦲",
265
+ "person_bald": "🧑‍🦲",
266
+ "blond_haired_woman": "👱‍♀️",
267
+ "blonde_woman": "👱‍♀️",
268
+ "blond_haired_man": "👱‍♂️",
269
+ "older_adult": "🧓",
270
+ "older_man": "👴",
271
+ "older_woman": "👵",
272
+ "frowning_person": "🙍",
273
+ "frowning_man": "🙍‍♂️",
274
+ "frowning_woman": "🙍‍♀️",
275
+ "pouting_face": "🙎",
276
+ "pouting_man": "🙎‍♂️",
277
+ "pouting_woman": "🙎‍♀️",
278
+ "no_good": "🙅",
279
+ "no_good_man": "🙅‍♂️",
280
+ "ng_man": "🙅‍♂️",
281
+ "no_good_woman": "🙅‍♀️",
282
+ "ng_woman": "🙅‍♀️",
283
+ "ok_person": "🙆",
284
+ "ok_man": "🙆‍♂️",
285
+ "ok_woman": "🙆‍♀️",
286
+ "tipping_hand_person": "💁",
287
+ "information_desk_person": "💁",
288
+ "tipping_hand_man": "💁‍♂️",
289
+ "sassy_man": "💁‍♂️",
290
+ "tipping_hand_woman": "💁‍♀️",
291
+ "sassy_woman": "💁‍♀️",
292
+ "raising_hand": "🙋",
293
+ "raising_hand_man": "🙋‍♂️",
294
+ "raising_hand_woman": "🙋‍♀️",
295
+ "deaf_person": "🧏",
296
+ "deaf_man": "🧏‍♂️",
297
+ "deaf_woman": "🧏‍♀️",
298
+ "bow": "🙇",
299
+ "bowing_man": "🙇‍♂️",
300
+ "bowing_woman": "🙇‍♀️",
301
+ "facepalm": "🤦",
302
+ "man_facepalming": "🤦‍♂️",
303
+ "woman_facepalming": "🤦‍♀️",
304
+ "shrug": "🤷",
305
+ "man_shrugging": "🤷‍♂️",
306
+ "woman_shrugging": "🤷‍♀️",
307
+ "health_worker": "🧑‍⚕️",
308
+ "man_health_worker": "👨‍⚕️",
309
+ "woman_health_worker": "👩‍⚕️",
310
+ "student": "🧑‍🎓",
311
+ "man_student": "👨‍🎓",
312
+ "woman_student": "👩‍🎓",
313
+ "teacher": "🧑‍🏫",
314
+ "man_teacher": "👨‍🏫",
315
+ "woman_teacher": "👩‍🏫",
316
+ "judge": "🧑‍⚖️",
317
+ "man_judge": "👨‍⚖️",
318
+ "woman_judge": "👩‍⚖️",
319
+ "farmer": "🧑‍🌾",
320
+ "man_farmer": "👨‍🌾",
321
+ "woman_farmer": "👩‍🌾",
322
+ "cook": "🧑‍🍳",
323
+ "man_cook": "👨‍🍳",
324
+ "woman_cook": "👩‍🍳",
325
+ "mechanic": "🧑‍🔧",
326
+ "man_mechanic": "👨‍🔧",
327
+ "woman_mechanic": "👩‍🔧",
328
+ "factory_worker": "🧑‍🏭",
329
+ "man_factory_worker": "👨‍🏭",
330
+ "woman_factory_worker": "👩‍🏭",
331
+ "office_worker": "🧑‍💼",
332
+ "man_office_worker": "👨‍💼",
333
+ "woman_office_worker": "👩‍💼",
334
+ "scientist": "🧑‍🔬",
335
+ "man_scientist": "👨‍🔬",
336
+ "woman_scientist": "👩‍🔬",
337
+ "technologist": "🧑‍💻",
338
+ "man_technologist": "👨‍💻",
339
+ "woman_technologist": "👩‍💻",
340
+ "singer": "🧑‍🎤",
341
+ "man_singer": "👨‍🎤",
342
+ "woman_singer": "👩‍🎤",
343
+ "artist": "🧑‍🎨",
344
+ "man_artist": "👨‍🎨",
345
+ "woman_artist": "👩‍🎨",
346
+ "pilot": "🧑‍✈️",
347
+ "man_pilot": "👨‍✈️",
348
+ "woman_pilot": "👩‍✈️",
349
+ "astronaut": "🧑‍🚀",
350
+ "man_astronaut": "👨‍🚀",
351
+ "woman_astronaut": "👩‍🚀",
352
+ "firefighter": "🧑‍🚒",
353
+ "man_firefighter": "👨‍🚒",
354
+ "woman_firefighter": "👩‍🚒",
355
+ "police_officer": "👮",
356
+ "cop": "👮",
357
+ "policeman": "👮‍♂️",
358
+ "policewoman": "👮‍♀️",
359
+ "detective": "🕵️",
360
+ "male_detective": "🕵️‍♂️",
361
+ "female_detective": "🕵️‍♀️",
362
+ "guard": "💂",
363
+ "guardsman": "💂‍♂️",
364
+ "guardswoman": "💂‍♀️",
365
+ "ninja": "🥷",
366
+ "construction_worker": "👷",
367
+ "construction_worker_man": "👷‍♂️",
368
+ "construction_worker_woman": "👷‍♀️",
369
+ "person_with_crown": "🫅",
370
+ "prince": "🤴",
371
+ "princess": "👸",
372
+ "person_with_turban": "👳",
373
+ "man_with_turban": "👳‍♂️",
374
+ "woman_with_turban": "👳‍♀️",
375
+ "man_with_gua_pi_mao": "👲",
376
+ "woman_with_headscarf": "🧕",
377
+ "person_in_tuxedo": "🤵",
378
+ "man_in_tuxedo": "🤵‍♂️",
379
+ "woman_in_tuxedo": "🤵‍♀️",
380
+ "person_with_veil": "👰",
381
+ "man_with_veil": "👰‍♂️",
382
+ "woman_with_veil": "👰‍♀️",
383
+ "bride_with_veil": "👰‍♀️",
384
+ "pregnant_woman": "🤰",
385
+ "pregnant_man": "🫃",
386
+ "pregnant_person": "🫄",
387
+ "breast_feeding": "🤱",
388
+ "woman_feeding_baby": "👩‍🍼",
389
+ "man_feeding_baby": "👨‍🍼",
390
+ "person_feeding_baby": "🧑‍🍼",
391
+ "angel": "👼",
392
+ "santa": "🎅",
393
+ "mrs_claus": "🤶",
394
+ "mx_claus": "🧑‍🎄",
395
+ "superhero": "🦸",
396
+ "superhero_man": "🦸‍♂️",
397
+ "superhero_woman": "🦸‍♀️",
398
+ "supervillain": "🦹",
399
+ "supervillain_man": "🦹‍♂️",
400
+ "supervillain_woman": "🦹‍♀️",
401
+ "mage": "🧙",
402
+ "mage_man": "🧙‍♂️",
403
+ "mage_woman": "🧙‍♀️",
404
+ "fairy": "🧚",
405
+ "fairy_man": "🧚‍♂️",
406
+ "fairy_woman": "🧚‍♀️",
407
+ "vampire": "🧛",
408
+ "vampire_man": "🧛‍♂️",
409
+ "vampire_woman": "🧛‍♀️",
410
+ "merperson": "🧜",
411
+ "merman": "🧜‍♂️",
412
+ "mermaid": "🧜‍♀️",
413
+ "elf": "🧝",
414
+ "elf_man": "🧝‍♂️",
415
+ "elf_woman": "🧝‍♀️",
416
+ "genie": "🧞",
417
+ "genie_man": "🧞‍♂️",
418
+ "genie_woman": "🧞‍♀️",
419
+ "zombie": "🧟",
420
+ "zombie_man": "🧟‍♂️",
421
+ "zombie_woman": "🧟‍♀️",
422
+ "troll": "🧌",
423
+ "massage": "💆",
424
+ "massage_man": "💆‍♂️",
425
+ "massage_woman": "💆‍♀️",
426
+ "haircut": "💇",
427
+ "haircut_man": "💇‍♂️",
428
+ "haircut_woman": "💇‍♀️",
429
+ "walking": "🚶",
430
+ "walking_man": "🚶‍♂️",
431
+ "walking_woman": "🚶‍♀️",
432
+ "standing_person": "🧍",
433
+ "standing_man": "🧍‍♂️",
434
+ "standing_woman": "🧍‍♀️",
435
+ "kneeling_person": "🧎",
436
+ "kneeling_man": "🧎‍♂️",
437
+ "kneeling_woman": "🧎‍♀️",
438
+ "person_with_probing_cane": "🧑‍🦯",
439
+ "man_with_probing_cane": "👨‍🦯",
440
+ "woman_with_probing_cane": "👩‍🦯",
441
+ "person_in_motorized_wheelchair": "🧑‍🦼",
442
+ "man_in_motorized_wheelchair": "👨‍🦼",
443
+ "woman_in_motorized_wheelchair": "👩‍🦼",
444
+ "person_in_manual_wheelchair": "🧑‍🦽",
445
+ "man_in_manual_wheelchair": "👨‍🦽",
446
+ "woman_in_manual_wheelchair": "👩‍🦽",
447
+ "runner": "🏃",
448
+ "running": "🏃",
449
+ "running_man": "🏃‍♂️",
450
+ "running_woman": "🏃‍♀️",
451
+ "woman_dancing": "💃",
452
+ "dancer": "💃",
453
+ "man_dancing": "🕺",
454
+ "business_suit_levitating": "🕴️",
455
+ "dancers": "👯",
456
+ "dancing_men": "👯‍♂️",
457
+ "dancing_women": "👯‍♀️",
458
+ "sauna_person": "🧖",
459
+ "sauna_man": "🧖‍♂️",
460
+ "sauna_woman": "🧖‍♀️",
461
+ "climbing": "🧗",
462
+ "climbing_man": "🧗‍♂️",
463
+ "climbing_woman": "🧗‍♀️",
464
+ "person_fencing": "🤺",
465
+ "horse_racing": "🏇",
466
+ "skier": "⛷️",
467
+ "snowboarder": "🏂",
468
+ "golfing": "🏌️",
469
+ "golfing_man": "🏌️‍♂️",
470
+ "golfing_woman": "🏌️‍♀️",
471
+ "surfer": "🏄",
472
+ "surfing_man": "🏄‍♂️",
473
+ "surfing_woman": "🏄‍♀️",
474
+ "rowboat": "🚣",
475
+ "rowing_man": "🚣‍♂️",
476
+ "rowing_woman": "🚣‍♀️",
477
+ "swimmer": "🏊",
478
+ "swimming_man": "🏊‍♂️",
479
+ "swimming_woman": "🏊‍♀️",
480
+ "bouncing_ball_person": "⛹️",
481
+ "bouncing_ball_man": "⛹️‍♂️",
482
+ "basketball_man": "⛹️‍♂️",
483
+ "bouncing_ball_woman": "⛹️‍♀️",
484
+ "basketball_woman": "⛹️‍♀️",
485
+ "weight_lifting": "🏋️",
486
+ "weight_lifting_man": "🏋️‍♂️",
487
+ "weight_lifting_woman": "🏋️‍♀️",
488
+ "bicyclist": "🚴",
489
+ "biking_man": "🚴‍♂️",
490
+ "biking_woman": "🚴‍♀️",
491
+ "mountain_bicyclist": "🚵",
492
+ "mountain_biking_man": "🚵‍♂️",
493
+ "mountain_biking_woman": "🚵‍♀️",
494
+ "cartwheeling": "🤸",
495
+ "man_cartwheeling": "🤸‍♂️",
496
+ "woman_cartwheeling": "🤸‍♀️",
497
+ "wrestling": "🤼",
498
+ "men_wrestling": "🤼‍♂️",
499
+ "women_wrestling": "🤼‍♀️",
500
+ "water_polo": "🤽",
501
+ "man_playing_water_polo": "🤽‍♂️",
502
+ "woman_playing_water_polo": "🤽‍♀️",
503
+ "handball_person": "🤾",
504
+ "man_playing_handball": "🤾‍♂️",
505
+ "woman_playing_handball": "🤾‍♀️",
506
+ "juggling_person": "🤹",
507
+ "man_juggling": "🤹‍♂️",
508
+ "woman_juggling": "🤹‍♀️",
509
+ "lotus_position": "🧘",
510
+ "lotus_position_man": "🧘‍♂️",
511
+ "lotus_position_woman": "🧘‍♀️",
512
+ "bath": "🛀",
513
+ "sleeping_bed": "🛌",
514
+ "people_holding_hands": "🧑‍🤝‍🧑",
515
+ "two_women_holding_hands": "👭",
516
+ "couple": "👫",
517
+ "two_men_holding_hands": "👬",
518
+ "couplekiss": "💏",
519
+ "couplekiss_man_woman": "👩‍❤️‍💋‍👨",
520
+ "couplekiss_man_man": "👨‍❤️‍💋‍👨",
521
+ "couplekiss_woman_woman": "👩‍❤️‍💋‍👩",
522
+ "couple_with_heart": "💑",
523
+ "couple_with_heart_woman_man": "👩‍❤️‍👨",
524
+ "couple_with_heart_man_man": "👨‍❤️‍👨",
525
+ "couple_with_heart_woman_woman": "👩‍❤️‍👩",
526
+ "family": "👪",
527
+ "family_man_woman_boy": "👨‍👩‍👦",
528
+ "family_man_woman_girl": "👨‍👩‍👧",
529
+ "family_man_woman_girl_boy": "👨‍👩‍👧‍👦",
530
+ "family_man_woman_boy_boy": "👨‍👩‍👦‍👦",
531
+ "family_man_woman_girl_girl": "👨‍👩‍👧‍👧",
532
+ "family_man_man_boy": "👨‍👨‍👦",
533
+ "family_man_man_girl": "👨‍👨‍👧",
534
+ "family_man_man_girl_boy": "👨‍👨‍👧‍👦",
535
+ "family_man_man_boy_boy": "👨‍👨‍👦‍👦",
536
+ "family_man_man_girl_girl": "👨‍👨‍👧‍👧",
537
+ "family_woman_woman_boy": "👩‍👩‍👦",
538
+ "family_woman_woman_girl": "👩‍👩‍👧",
539
+ "family_woman_woman_girl_boy": "👩‍👩‍👧‍👦",
540
+ "family_woman_woman_boy_boy": "👩‍👩‍👦‍👦",
541
+ "family_woman_woman_girl_girl": "👩‍👩‍👧‍👧",
542
+ "family_man_boy": "👨‍👦",
543
+ "family_man_boy_boy": "👨‍👦‍👦",
544
+ "family_man_girl": "👨‍👧",
545
+ "family_man_girl_boy": "👨‍👧‍👦",
546
+ "family_man_girl_girl": "👨‍👧‍👧",
547
+ "family_woman_boy": "👩‍👦",
548
+ "family_woman_boy_boy": "👩‍👦‍👦",
549
+ "family_woman_girl": "👩‍👧",
550
+ "family_woman_girl_boy": "👩‍👧‍👦",
551
+ "family_woman_girl_girl": "👩‍👧‍👧",
552
+ "speaking_head": "🗣️",
553
+ "bust_in_silhouette": "👤",
554
+ "busts_in_silhouette": "👥",
555
+ "people_hugging": "🫂",
556
+ "footprints": "👣",
557
+ "monkey_face": "🐵",
558
+ "monkey": "🐒",
559
+ "gorilla": "🦍",
560
+ "orangutan": "🦧",
561
+ "dog": "🐶",
562
+ "dog2": "🐕",
563
+ "guide_dog": "🦮",
564
+ "service_dog": "🐕‍🦺",
565
+ "poodle": "🐩",
566
+ "wolf": "🐺",
567
+ "fox_face": "🦊",
568
+ "raccoon": "🦝",
569
+ "cat": "🐱",
570
+ "cat2": "🐈",
571
+ "black_cat": "🐈‍⬛",
572
+ "lion": "🦁",
573
+ "tiger": "🐯",
574
+ "tiger2": "🐅",
575
+ "leopard": "🐆",
576
+ "horse": "🐴",
577
+ "moose": "🫎",
578
+ "donkey": "🫏",
579
+ "racehorse": "🐎",
580
+ "unicorn": "🦄",
581
+ "zebra": "🦓",
582
+ "deer": "🦌",
583
+ "bison": "🦬",
584
+ "cow": "🐮",
585
+ "ox": "🐂",
586
+ "water_buffalo": "🐃",
587
+ "cow2": "🐄",
588
+ "pig": "🐷",
589
+ "pig2": "🐖",
590
+ "boar": "🐗",
591
+ "pig_nose": "🐽",
592
+ "ram": "🐏",
593
+ "sheep": "🐑",
594
+ "goat": "🐐",
595
+ "dromedary_camel": "🐪",
596
+ "camel": "🐫",
597
+ "llama": "🦙",
598
+ "giraffe": "🦒",
599
+ "elephant": "🐘",
600
+ "mammoth": "🦣",
601
+ "rhinoceros": "🦏",
602
+ "hippopotamus": "🦛",
603
+ "mouse": "🐭",
604
+ "mouse2": "🐁",
605
+ "rat": "🐀",
606
+ "hamster": "🐹",
607
+ "rabbit": "🐰",
608
+ "rabbit2": "🐇",
609
+ "chipmunk": "🐿️",
610
+ "beaver": "🦫",
611
+ "hedgehog": "🦔",
612
+ "bat": "🦇",
613
+ "bear": "🐻",
614
+ "polar_bear": "🐻‍❄️",
615
+ "koala": "🐨",
616
+ "panda_face": "🐼",
617
+ "sloth": "🦥",
618
+ "otter": "🦦",
619
+ "skunk": "🦨",
620
+ "kangaroo": "🦘",
621
+ "badger": "🦡",
622
+ "feet": "🐾",
623
+ "paw_prints": "🐾",
624
+ "turkey": "🦃",
625
+ "chicken": "🐔",
626
+ "rooster": "🐓",
627
+ "hatching_chick": "🐣",
628
+ "baby_chick": "🐤",
629
+ "hatched_chick": "🐥",
630
+ "bird": "🐦",
631
+ "penguin": "🐧",
632
+ "dove": "🕊️",
633
+ "eagle": "🦅",
634
+ "duck": "🦆",
635
+ "swan": "🦢",
636
+ "owl": "🦉",
637
+ "dodo": "🦤",
638
+ "feather": "🪶",
639
+ "flamingo": "🦩",
640
+ "peacock": "🦚",
641
+ "parrot": "🦜",
642
+ "wing": "🪽",
643
+ "black_bird": "🐦‍⬛",
644
+ "goose": "🪿",
645
+ "frog": "🐸",
646
+ "crocodile": "🐊",
647
+ "turtle": "🐢",
648
+ "lizard": "🦎",
649
+ "snake": "🐍",
650
+ "dragon_face": "🐲",
651
+ "dragon": "🐉",
652
+ "sauropod": "🦕",
653
+ "t-rex": "🦖",
654
+ "whale": "🐳",
655
+ "whale2": "🐋",
656
+ "dolphin": "🐬",
657
+ "flipper": "🐬",
658
+ "seal": "🦭",
659
+ "fish": "🐟",
660
+ "tropical_fish": "🐠",
661
+ "blowfish": "🐡",
662
+ "shark": "🦈",
663
+ "octopus": "🐙",
664
+ "shell": "🐚",
665
+ "coral": "🪸",
666
+ "jellyfish": "🪼",
667
+ "snail": "🐌",
668
+ "butterfly": "🦋",
669
+ "bug": "🐛",
670
+ "ant": "🐜",
671
+ "bee": "🐝",
672
+ "honeybee": "🐝",
673
+ "beetle": "🪲",
674
+ "lady_beetle": "🐞",
675
+ "cricket": "🦗",
676
+ "cockroach": "🪳",
677
+ "spider": "🕷️",
678
+ "spider_web": "🕸️",
679
+ "scorpion": "🦂",
680
+ "mosquito": "🦟",
681
+ "fly": "🪰",
682
+ "worm": "🪱",
683
+ "microbe": "🦠",
684
+ "bouquet": "💐",
685
+ "cherry_blossom": "🌸",
686
+ "white_flower": "💮",
687
+ "lotus": "🪷",
688
+ "rosette": "🏵️",
689
+ "rose": "🌹",
690
+ "wilted_flower": "🥀",
691
+ "hibiscus": "🌺",
692
+ "sunflower": "🌻",
693
+ "blossom": "🌼",
694
+ "tulip": "🌷",
695
+ "hyacinth": "🪻",
696
+ "seedling": "🌱",
697
+ "potted_plant": "🪴",
698
+ "evergreen_tree": "🌲",
699
+ "deciduous_tree": "🌳",
700
+ "palm_tree": "🌴",
701
+ "cactus": "🌵",
702
+ "ear_of_rice": "🌾",
703
+ "herb": "🌿",
704
+ "shamrock": "☘️",
705
+ "four_leaf_clover": "🍀",
706
+ "maple_leaf": "🍁",
707
+ "fallen_leaf": "🍂",
708
+ "leaves": "🍃",
709
+ "empty_nest": "🪹",
710
+ "nest_with_eggs": "🪺",
711
+ "mushroom": "🍄",
712
+ "grapes": "🍇",
713
+ "melon": "🍈",
714
+ "watermelon": "🍉",
715
+ "tangerine": "🍊",
716
+ "orange": "🍊",
717
+ "mandarin": "🍊",
718
+ "lemon": "🍋",
719
+ "banana": "🍌",
720
+ "pineapple": "🍍",
721
+ "mango": "🥭",
722
+ "apple": "🍎",
723
+ "green_apple": "🍏",
724
+ "pear": "🍐",
725
+ "peach": "🍑",
726
+ "cherries": "🍒",
727
+ "strawberry": "🍓",
728
+ "blueberries": "🫐",
729
+ "kiwi_fruit": "🥝",
730
+ "tomato": "🍅",
731
+ "olive": "🫒",
732
+ "coconut": "🥥",
733
+ "avocado": "🥑",
734
+ "eggplant": "🍆",
735
+ "potato": "🥔",
736
+ "carrot": "🥕",
737
+ "corn": "🌽",
738
+ "hot_pepper": "🌶️",
739
+ "bell_pepper": "🫑",
740
+ "cucumber": "🥒",
741
+ "leafy_green": "🥬",
742
+ "broccoli": "🥦",
743
+ "garlic": "🧄",
744
+ "onion": "🧅",
745
+ "peanuts": "🥜",
746
+ "beans": "🫘",
747
+ "chestnut": "🌰",
748
+ "ginger_root": "🫚",
749
+ "pea_pod": "🫛",
750
+ "bread": "🍞",
751
+ "croissant": "🥐",
752
+ "baguette_bread": "🥖",
753
+ "flatbread": "🫓",
754
+ "pretzel": "🥨",
755
+ "bagel": "🥯",
756
+ "pancakes": "🥞",
757
+ "waffle": "🧇",
758
+ "cheese": "🧀",
759
+ "meat_on_bone": "🍖",
760
+ "poultry_leg": "🍗",
761
+ "cut_of_meat": "🥩",
762
+ "bacon": "🥓",
763
+ "hamburger": "🍔",
764
+ "fries": "🍟",
765
+ "pizza": "🍕",
766
+ "hotdog": "🌭",
767
+ "sandwich": "🥪",
768
+ "taco": "🌮",
769
+ "burrito": "🌯",
770
+ "tamale": "🫔",
771
+ "stuffed_flatbread": "🥙",
772
+ "falafel": "🧆",
773
+ "egg": "🥚",
774
+ "fried_egg": "🍳",
775
+ "shallow_pan_of_food": "🥘",
776
+ "stew": "🍲",
777
+ "fondue": "🫕",
778
+ "bowl_with_spoon": "🥣",
779
+ "green_salad": "🥗",
780
+ "popcorn": "🍿",
781
+ "butter": "🧈",
782
+ "salt": "🧂",
783
+ "canned_food": "🥫",
784
+ "bento": "🍱",
785
+ "rice_cracker": "🍘",
786
+ "rice_ball": "🍙",
787
+ "rice": "🍚",
788
+ "curry": "🍛",
789
+ "ramen": "🍜",
790
+ "spaghetti": "🍝",
791
+ "sweet_potato": "🍠",
792
+ "oden": "🍢",
793
+ "sushi": "🍣",
794
+ "fried_shrimp": "🍤",
795
+ "fish_cake": "🍥",
796
+ "moon_cake": "🥮",
797
+ "dango": "🍡",
798
+ "dumpling": "🥟",
799
+ "fortune_cookie": "🥠",
800
+ "takeout_box": "🥡",
801
+ "crab": "🦀",
802
+ "lobster": "🦞",
803
+ "shrimp": "🦐",
804
+ "squid": "🦑",
805
+ "oyster": "🦪",
806
+ "icecream": "🍦",
807
+ "shaved_ice": "🍧",
808
+ "ice_cream": "🍨",
809
+ "doughnut": "🍩",
810
+ "cookie": "🍪",
811
+ "birthday": "🎂",
812
+ "cake": "🍰",
813
+ "cupcake": "🧁",
814
+ "pie": "🥧",
815
+ "chocolate_bar": "🍫",
816
+ "candy": "🍬",
817
+ "lollipop": "🍭",
818
+ "custard": "🍮",
819
+ "honey_pot": "🍯",
820
+ "baby_bottle": "🍼",
821
+ "milk_glass": "🥛",
822
+ "coffee": "☕",
823
+ "teapot": "🫖",
824
+ "tea": "🍵",
825
+ "sake": "🍶",
826
+ "champagne": "🍾",
827
+ "wine_glass": "🍷",
828
+ "cocktail": "🍸",
829
+ "tropical_drink": "🍹",
830
+ "beer": "🍺",
831
+ "beers": "🍻",
832
+ "clinking_glasses": "🥂",
833
+ "tumbler_glass": "🥃",
834
+ "pouring_liquid": "🫗",
835
+ "cup_with_straw": "🥤",
836
+ "bubble_tea": "🧋",
837
+ "beverage_box": "🧃",
838
+ "mate": "🧉",
839
+ "ice_cube": "🧊",
840
+ "chopsticks": "🥢",
841
+ "plate_with_cutlery": "🍽️",
842
+ "fork_and_knife": "🍴",
843
+ "spoon": "🥄",
844
+ "hocho": "🔪",
845
+ "knife": "🔪",
846
+ "jar": "🫙",
847
+ "amphora": "🏺",
848
+ "earth_africa": "🌍",
849
+ "earth_americas": "🌎",
850
+ "earth_asia": "🌏",
851
+ "globe_with_meridians": "🌐",
852
+ "world_map": "🗺️",
853
+ "japan": "🗾",
854
+ "compass": "🧭",
855
+ "mountain_snow": "🏔️",
856
+ "mountain": "⛰️",
857
+ "volcano": "🌋",
858
+ "mount_fuji": "🗻",
859
+ "camping": "🏕️",
860
+ "beach_umbrella": "🏖️",
861
+ "desert": "🏜️",
862
+ "desert_island": "🏝️",
863
+ "national_park": "🏞️",
864
+ "stadium": "🏟️",
865
+ "classical_building": "🏛️",
866
+ "building_construction": "🏗️",
867
+ "bricks": "🧱",
868
+ "rock": "🪨",
869
+ "wood": "🪵",
870
+ "hut": "🛖",
871
+ "houses": "🏘️",
872
+ "derelict_house": "🏚️",
873
+ "house": "🏠",
874
+ "house_with_garden": "🏡",
875
+ "office": "🏢",
876
+ "post_office": "🏣",
877
+ "european_post_office": "🏤",
878
+ "hospital": "🏥",
879
+ "bank": "🏦",
880
+ "hotel": "🏨",
881
+ "love_hotel": "🏩",
882
+ "convenience_store": "🏪",
883
+ "school": "🏫",
884
+ "department_store": "🏬",
885
+ "factory": "🏭",
886
+ "japanese_castle": "🏯",
887
+ "european_castle": "🏰",
888
+ "wedding": "💒",
889
+ "tokyo_tower": "🗼",
890
+ "statue_of_liberty": "🗽",
891
+ "church": "⛪",
892
+ "mosque": "🕌",
893
+ "hindu_temple": "🛕",
894
+ "synagogue": "🕍",
895
+ "shinto_shrine": "⛩️",
896
+ "kaaba": "🕋",
897
+ "fountain": "⛲",
898
+ "tent": "⛺",
899
+ "foggy": "🌁",
900
+ "night_with_stars": "🌃",
901
+ "cityscape": "🏙️",
902
+ "sunrise_over_mountains": "🌄",
903
+ "sunrise": "🌅",
904
+ "city_sunset": "🌆",
905
+ "city_sunrise": "🌇",
906
+ "bridge_at_night": "🌉",
907
+ "hotsprings": "♨️",
908
+ "carousel_horse": "🎠",
909
+ "playground_slide": "🛝",
910
+ "ferris_wheel": "🎡",
911
+ "roller_coaster": "🎢",
912
+ "barber": "💈",
913
+ "circus_tent": "🎪",
914
+ "steam_locomotive": "🚂",
915
+ "railway_car": "🚃",
916
+ "bullettrain_side": "🚄",
917
+ "bullettrain_front": "🚅",
918
+ "train2": "🚆",
919
+ "metro": "🚇",
920
+ "light_rail": "🚈",
921
+ "station": "🚉",
922
+ "tram": "🚊",
923
+ "monorail": "🚝",
924
+ "mountain_railway": "🚞",
925
+ "train": "🚋",
926
+ "bus": "🚌",
927
+ "oncoming_bus": "🚍",
928
+ "trolleybus": "🚎",
929
+ "minibus": "🚐",
930
+ "ambulance": "🚑",
931
+ "fire_engine": "🚒",
932
+ "police_car": "🚓",
933
+ "oncoming_police_car": "🚔",
934
+ "taxi": "🚕",
935
+ "oncoming_taxi": "🚖",
936
+ "car": "🚗",
937
+ "red_car": "🚗",
938
+ "oncoming_automobile": "🚘",
939
+ "blue_car": "🚙",
940
+ "pickup_truck": "🛻",
941
+ "truck": "🚚",
942
+ "articulated_lorry": "🚛",
943
+ "tractor": "🚜",
944
+ "racing_car": "🏎️",
945
+ "motorcycle": "🏍️",
946
+ "motor_scooter": "🛵",
947
+ "manual_wheelchair": "🦽",
948
+ "motorized_wheelchair": "🦼",
949
+ "auto_rickshaw": "🛺",
950
+ "bike": "🚲",
951
+ "kick_scooter": "🛴",
952
+ "skateboard": "🛹",
953
+ "roller_skate": "🛼",
954
+ "busstop": "🚏",
955
+ "motorway": "🛣️",
956
+ "railway_track": "🛤️",
957
+ "oil_drum": "🛢️",
958
+ "fuelpump": "⛽",
959
+ "wheel": "🛞",
960
+ "rotating_light": "🚨",
961
+ "traffic_light": "🚥",
962
+ "vertical_traffic_light": "🚦",
963
+ "stop_sign": "🛑",
964
+ "construction": "🚧",
965
+ "anchor": "⚓",
966
+ "ring_buoy": "🛟",
967
+ "boat": "⛵",
968
+ "sailboat": "⛵",
969
+ "canoe": "🛶",
970
+ "speedboat": "🚤",
971
+ "passenger_ship": "🛳️",
972
+ "ferry": "⛴️",
973
+ "motor_boat": "🛥️",
974
+ "ship": "🚢",
975
+ "airplane": "✈️",
976
+ "small_airplane": "🛩️",
977
+ "flight_departure": "🛫",
978
+ "flight_arrival": "🛬",
979
+ "parachute": "🪂",
980
+ "seat": "💺",
981
+ "helicopter": "🚁",
982
+ "suspension_railway": "🚟",
983
+ "mountain_cableway": "🚠",
984
+ "aerial_tramway": "🚡",
985
+ "artificial_satellite": "🛰️",
986
+ "rocket": "🚀",
987
+ "flying_saucer": "🛸",
988
+ "bellhop_bell": "🛎️",
989
+ "luggage": "🧳",
990
+ "hourglass": "⌛",
991
+ "hourglass_flowing_sand": "⏳",
992
+ "watch": "⌚",
993
+ "alarm_clock": "⏰",
994
+ "stopwatch": "⏱️",
995
+ "timer_clock": "⏲️",
996
+ "mantelpiece_clock": "🕰️",
997
+ "clock12": "🕛",
998
+ "clock1230": "🕧",
999
+ "clock1": "🕐",
1000
+ "clock130": "🕜",
1001
+ "clock2": "🕑",
1002
+ "clock230": "🕝",
1003
+ "clock3": "🕒",
1004
+ "clock330": "🕞",
1005
+ "clock4": "🕓",
1006
+ "clock430": "🕟",
1007
+ "clock5": "🕔",
1008
+ "clock530": "🕠",
1009
+ "clock6": "🕕",
1010
+ "clock630": "🕡",
1011
+ "clock7": "🕖",
1012
+ "clock730": "🕢",
1013
+ "clock8": "🕗",
1014
+ "clock830": "🕣",
1015
+ "clock9": "🕘",
1016
+ "clock930": "🕤",
1017
+ "clock10": "🕙",
1018
+ "clock1030": "🕥",
1019
+ "clock11": "🕚",
1020
+ "clock1130": "🕦",
1021
+ "new_moon": "🌑",
1022
+ "waxing_crescent_moon": "🌒",
1023
+ "first_quarter_moon": "🌓",
1024
+ "moon": "🌔",
1025
+ "waxing_gibbous_moon": "🌔",
1026
+ "full_moon": "🌕",
1027
+ "waning_gibbous_moon": "🌖",
1028
+ "last_quarter_moon": "🌗",
1029
+ "waning_crescent_moon": "🌘",
1030
+ "crescent_moon": "🌙",
1031
+ "new_moon_with_face": "🌚",
1032
+ "first_quarter_moon_with_face": "🌛",
1033
+ "last_quarter_moon_with_face": "🌜",
1034
+ "thermometer": "🌡️",
1035
+ "sunny": "☀️",
1036
+ "full_moon_with_face": "🌝",
1037
+ "sun_with_face": "🌞",
1038
+ "ringed_planet": "🪐",
1039
+ "star": "⭐",
1040
+ "star2": "🌟",
1041
+ "stars": "🌠",
1042
+ "milky_way": "🌌",
1043
+ "cloud": "☁️",
1044
+ "partly_sunny": "⛅",
1045
+ "cloud_with_lightning_and_rain": "⛈️",
1046
+ "sun_behind_small_cloud": "🌤️",
1047
+ "sun_behind_large_cloud": "🌥️",
1048
+ "sun_behind_rain_cloud": "🌦️",
1049
+ "cloud_with_rain": "🌧️",
1050
+ "cloud_with_snow": "🌨️",
1051
+ "cloud_with_lightning": "🌩️",
1052
+ "tornado": "🌪️",
1053
+ "fog": "🌫️",
1054
+ "wind_face": "🌬️",
1055
+ "cyclone": "🌀",
1056
+ "rainbow": "🌈",
1057
+ "closed_umbrella": "🌂",
1058
+ "open_umbrella": "☂️",
1059
+ "umbrella": "☔",
1060
+ "parasol_on_ground": "⛱️",
1061
+ "zap": "⚡",
1062
+ "snowflake": "❄️",
1063
+ "snowman_with_snow": "☃️",
1064
+ "snowman": "⛄",
1065
+ "comet": "☄️",
1066
+ "fire": "🔥",
1067
+ "droplet": "💧",
1068
+ "ocean": "🌊",
1069
+ "jack_o_lantern": "🎃",
1070
+ "christmas_tree": "🎄",
1071
+ "fireworks": "🎆",
1072
+ "sparkler": "🎇",
1073
+ "firecracker": "🧨",
1074
+ "sparkles": "✨",
1075
+ "balloon": "🎈",
1076
+ "tada": "🎉",
1077
+ "confetti_ball": "🎊",
1078
+ "tanabata_tree": "🎋",
1079
+ "bamboo": "🎍",
1080
+ "dolls": "🎎",
1081
+ "flags": "🎏",
1082
+ "wind_chime": "🎐",
1083
+ "rice_scene": "🎑",
1084
+ "red_envelope": "🧧",
1085
+ "ribbon": "🎀",
1086
+ "gift": "🎁",
1087
+ "reminder_ribbon": "🎗️",
1088
+ "tickets": "🎟️",
1089
+ "ticket": "🎫",
1090
+ "medal_military": "🎖️",
1091
+ "trophy": "🏆",
1092
+ "medal_sports": "🏅",
1093
+ "1st_place_medal": "🥇",
1094
+ "2nd_place_medal": "🥈",
1095
+ "3rd_place_medal": "🥉",
1096
+ "soccer": "⚽",
1097
+ "baseball": "⚾",
1098
+ "softball": "🥎",
1099
+ "basketball": "🏀",
1100
+ "volleyball": "🏐",
1101
+ "football": "🏈",
1102
+ "rugby_football": "🏉",
1103
+ "tennis": "🎾",
1104
+ "flying_disc": "🥏",
1105
+ "bowling": "🎳",
1106
+ "cricket_game": "🏏",
1107
+ "field_hockey": "🏑",
1108
+ "ice_hockey": "🏒",
1109
+ "lacrosse": "🥍",
1110
+ "ping_pong": "🏓",
1111
+ "badminton": "🏸",
1112
+ "boxing_glove": "🥊",
1113
+ "martial_arts_uniform": "🥋",
1114
+ "goal_net": "🥅",
1115
+ "golf": "⛳",
1116
+ "ice_skate": "⛸️",
1117
+ "fishing_pole_and_fish": "🎣",
1118
+ "diving_mask": "🤿",
1119
+ "running_shirt_with_sash": "🎽",
1120
+ "ski": "🎿",
1121
+ "sled": "🛷",
1122
+ "curling_stone": "🥌",
1123
+ "dart": "🎯",
1124
+ "yo_yo": "🪀",
1125
+ "kite": "🪁",
1126
+ "gun": "🔫",
1127
+ "8ball": "🎱",
1128
+ "crystal_ball": "🔮",
1129
+ "magic_wand": "🪄",
1130
+ "video_game": "🎮",
1131
+ "joystick": "🕹️",
1132
+ "slot_machine": "🎰",
1133
+ "game_die": "🎲",
1134
+ "jigsaw": "🧩",
1135
+ "teddy_bear": "🧸",
1136
+ "pinata": "🪅",
1137
+ "mirror_ball": "🪩",
1138
+ "nesting_dolls": "🪆",
1139
+ "spades": "♠️",
1140
+ "hearts": "♥️",
1141
+ "diamonds": "♦️",
1142
+ "clubs": "♣️",
1143
+ "chess_pawn": "♟️",
1144
+ "black_joker": "🃏",
1145
+ "mahjong": "🀄",
1146
+ "flower_playing_cards": "🎴",
1147
+ "performing_arts": "🎭",
1148
+ "framed_picture": "🖼️",
1149
+ "art": "🎨",
1150
+ "thread": "🧵",
1151
+ "sewing_needle": "🪡",
1152
+ "yarn": "🧶",
1153
+ "knot": "🪢",
1154
+ "eyeglasses": "👓",
1155
+ "dark_sunglasses": "🕶️",
1156
+ "goggles": "🥽",
1157
+ "lab_coat": "🥼",
1158
+ "safety_vest": "🦺",
1159
+ "necktie": "👔",
1160
+ "shirt": "👕",
1161
+ "tshirt": "👕",
1162
+ "jeans": "👖",
1163
+ "scarf": "🧣",
1164
+ "gloves": "🧤",
1165
+ "coat": "🧥",
1166
+ "socks": "🧦",
1167
+ "dress": "👗",
1168
+ "kimono": "👘",
1169
+ "sari": "🥻",
1170
+ "one_piece_swimsuit": "🩱",
1171
+ "swim_brief": "🩲",
1172
+ "shorts": "🩳",
1173
+ "bikini": "👙",
1174
+ "womans_clothes": "👚",
1175
+ "folding_hand_fan": "🪭",
1176
+ "purse": "👛",
1177
+ "handbag": "👜",
1178
+ "pouch": "👝",
1179
+ "shopping": "🛍️",
1180
+ "school_satchel": "🎒",
1181
+ "thong_sandal": "🩴",
1182
+ "mans_shoe": "👞",
1183
+ "shoe": "👞",
1184
+ "athletic_shoe": "👟",
1185
+ "hiking_boot": "🥾",
1186
+ "flat_shoe": "🥿",
1187
+ "high_heel": "👠",
1188
+ "sandal": "👡",
1189
+ "ballet_shoes": "🩰",
1190
+ "boot": "👢",
1191
+ "hair_pick": "🪮",
1192
+ "crown": "👑",
1193
+ "womans_hat": "👒",
1194
+ "tophat": "🎩",
1195
+ "mortar_board": "🎓",
1196
+ "billed_cap": "🧢",
1197
+ "military_helmet": "🪖",
1198
+ "rescue_worker_helmet": "⛑️",
1199
+ "prayer_beads": "📿",
1200
+ "lipstick": "💄",
1201
+ "ring": "💍",
1202
+ "gem": "💎",
1203
+ "mute": "🔇",
1204
+ "speaker": "🔈",
1205
+ "sound": "🔉",
1206
+ "loud_sound": "🔊",
1207
+ "loudspeaker": "📢",
1208
+ "mega": "📣",
1209
+ "postal_horn": "📯",
1210
+ "bell": "🔔",
1211
+ "no_bell": "🔕",
1212
+ "musical_score": "🎼",
1213
+ "musical_note": "🎵",
1214
+ "notes": "🎶",
1215
+ "studio_microphone": "🎙️",
1216
+ "level_slider": "🎚️",
1217
+ "control_knobs": "🎛️",
1218
+ "microphone": "🎤",
1219
+ "headphones": "🎧",
1220
+ "radio": "📻",
1221
+ "saxophone": "🎷",
1222
+ "accordion": "🪗",
1223
+ "guitar": "🎸",
1224
+ "musical_keyboard": "🎹",
1225
+ "trumpet": "🎺",
1226
+ "violin": "🎻",
1227
+ "banjo": "🪕",
1228
+ "drum": "🥁",
1229
+ "long_drum": "🪘",
1230
+ "maracas": "🪇",
1231
+ "flute": "🪈",
1232
+ "iphone": "📱",
1233
+ "calling": "📲",
1234
+ "phone": "☎️",
1235
+ "telephone": "☎️",
1236
+ "telephone_receiver": "📞",
1237
+ "pager": "📟",
1238
+ "fax": "📠",
1239
+ "battery": "🔋",
1240
+ "low_battery": "🪫",
1241
+ "electric_plug": "🔌",
1242
+ "computer": "💻",
1243
+ "desktop_computer": "🖥️",
1244
+ "printer": "🖨️",
1245
+ "keyboard": "⌨️",
1246
+ "computer_mouse": "🖱️",
1247
+ "trackball": "🖲️",
1248
+ "minidisc": "💽",
1249
+ "floppy_disk": "💾",
1250
+ "cd": "💿",
1251
+ "dvd": "📀",
1252
+ "abacus": "🧮",
1253
+ "movie_camera": "🎥",
1254
+ "film_strip": "🎞️",
1255
+ "film_projector": "📽️",
1256
+ "clapper": "🎬",
1257
+ "tv": "📺",
1258
+ "camera": "📷",
1259
+ "camera_flash": "📸",
1260
+ "video_camera": "📹",
1261
+ "vhs": "📼",
1262
+ "mag": "🔍",
1263
+ "mag_right": "🔎",
1264
+ "candle": "🕯️",
1265
+ "bulb": "💡",
1266
+ "flashlight": "🔦",
1267
+ "izakaya_lantern": "🏮",
1268
+ "lantern": "🏮",
1269
+ "diya_lamp": "🪔",
1270
+ "notebook_with_decorative_cover": "📔",
1271
+ "closed_book": "📕",
1272
+ "book": "📖",
1273
+ "open_book": "📖",
1274
+ "green_book": "📗",
1275
+ "blue_book": "📘",
1276
+ "orange_book": "📙",
1277
+ "books": "📚",
1278
+ "notebook": "📓",
1279
+ "ledger": "📒",
1280
+ "page_with_curl": "📃",
1281
+ "scroll": "📜",
1282
+ "page_facing_up": "📄",
1283
+ "newspaper": "📰",
1284
+ "newspaper_roll": "🗞️",
1285
+ "bookmark_tabs": "📑",
1286
+ "bookmark": "🔖",
1287
+ "label": "🏷️",
1288
+ "moneybag": "💰",
1289
+ "coin": "🪙",
1290
+ "yen": "💴",
1291
+ "dollar": "💵",
1292
+ "euro": "💶",
1293
+ "pound": "💷",
1294
+ "money_with_wings": "💸",
1295
+ "credit_card": "💳",
1296
+ "receipt": "🧾",
1297
+ "chart": "💹",
1298
+ "envelope": "✉️",
1299
+ "email": "📧",
1300
+ "e-mail": "📧",
1301
+ "incoming_envelope": "📨",
1302
+ "envelope_with_arrow": "📩",
1303
+ "outbox_tray": "📤",
1304
+ "inbox_tray": "📥",
1305
+ "package": "📦",
1306
+ "mailbox": "📫",
1307
+ "mailbox_closed": "📪",
1308
+ "mailbox_with_mail": "📬",
1309
+ "mailbox_with_no_mail": "📭",
1310
+ "postbox": "📮",
1311
+ "ballot_box": "🗳️",
1312
+ "pencil2": "✏️",
1313
+ "black_nib": "✒️",
1314
+ "fountain_pen": "🖋️",
1315
+ "pen": "🖊️",
1316
+ "paintbrush": "🖌️",
1317
+ "crayon": "🖍️",
1318
+ "memo": "📝",
1319
+ "pencil": "📝",
1320
+ "briefcase": "💼",
1321
+ "file_folder": "📁",
1322
+ "open_file_folder": "📂",
1323
+ "card_index_dividers": "🗂️",
1324
+ "date": "📅",
1325
+ "calendar": "📆",
1326
+ "spiral_notepad": "🗒️",
1327
+ "spiral_calendar": "🗓️",
1328
+ "card_index": "📇",
1329
+ "chart_with_upwards_trend": "📈",
1330
+ "chart_with_downwards_trend": "📉",
1331
+ "bar_chart": "📊",
1332
+ "clipboard": "📋",
1333
+ "pushpin": "📌",
1334
+ "round_pushpin": "📍",
1335
+ "paperclip": "📎",
1336
+ "paperclips": "🖇️",
1337
+ "straight_ruler": "📏",
1338
+ "triangular_ruler": "📐",
1339
+ "scissors": "✂️",
1340
+ "card_file_box": "🗃️",
1341
+ "file_cabinet": "🗄️",
1342
+ "wastebasket": "🗑️",
1343
+ "lock": "🔒",
1344
+ "unlock": "🔓",
1345
+ "lock_with_ink_pen": "🔏",
1346
+ "closed_lock_with_key": "🔐",
1347
+ "key": "🔑",
1348
+ "old_key": "🗝️",
1349
+ "hammer": "🔨",
1350
+ "axe": "🪓",
1351
+ "pick": "⛏️",
1352
+ "hammer_and_pick": "⚒️",
1353
+ "hammer_and_wrench": "🛠️",
1354
+ "dagger": "🗡️",
1355
+ "crossed_swords": "⚔️",
1356
+ "bomb": "💣",
1357
+ "boomerang": "🪃",
1358
+ "bow_and_arrow": "🏹",
1359
+ "shield": "🛡️",
1360
+ "carpentry_saw": "🪚",
1361
+ "wrench": "🔧",
1362
+ "screwdriver": "🪛",
1363
+ "nut_and_bolt": "🔩",
1364
+ "gear": "⚙️",
1365
+ "clamp": "🗜️",
1366
+ "balance_scale": "⚖️",
1367
+ "probing_cane": "🦯",
1368
+ "link": "🔗",
1369
+ "chains": "⛓️",
1370
+ "hook": "🪝",
1371
+ "toolbox": "🧰",
1372
+ "magnet": "🧲",
1373
+ "ladder": "🪜",
1374
+ "alembic": "⚗️",
1375
+ "test_tube": "🧪",
1376
+ "petri_dish": "🧫",
1377
+ "dna": "🧬",
1378
+ "microscope": "🔬",
1379
+ "telescope": "🔭",
1380
+ "satellite": "📡",
1381
+ "syringe": "💉",
1382
+ "drop_of_blood": "🩸",
1383
+ "pill": "💊",
1384
+ "adhesive_bandage": "🩹",
1385
+ "crutch": "🩼",
1386
+ "stethoscope": "🩺",
1387
+ "x_ray": "🩻",
1388
+ "door": "🚪",
1389
+ "elevator": "🛗",
1390
+ "mirror": "🪞",
1391
+ "window": "🪟",
1392
+ "bed": "🛏️",
1393
+ "couch_and_lamp": "🛋️",
1394
+ "chair": "🪑",
1395
+ "toilet": "🚽",
1396
+ "plunger": "🪠",
1397
+ "shower": "🚿",
1398
+ "bathtub": "🛁",
1399
+ "mouse_trap": "🪤",
1400
+ "razor": "🪒",
1401
+ "lotion_bottle": "🧴",
1402
+ "safety_pin": "🧷",
1403
+ "broom": "🧹",
1404
+ "basket": "🧺",
1405
+ "roll_of_paper": "🧻",
1406
+ "bucket": "🪣",
1407
+ "soap": "🧼",
1408
+ "bubbles": "🫧",
1409
+ "toothbrush": "🪥",
1410
+ "sponge": "🧽",
1411
+ "fire_extinguisher": "🧯",
1412
+ "shopping_cart": "🛒",
1413
+ "smoking": "🚬",
1414
+ "coffin": "⚰️",
1415
+ "headstone": "🪦",
1416
+ "funeral_urn": "⚱️",
1417
+ "nazar_amulet": "🧿",
1418
+ "hamsa": "🪬",
1419
+ "moyai": "🗿",
1420
+ "placard": "🪧",
1421
+ "identification_card": "🪪",
1422
+ "atm": "🏧",
1423
+ "put_litter_in_its_place": "🚮",
1424
+ "potable_water": "🚰",
1425
+ "wheelchair": "♿",
1426
+ "mens": "🚹",
1427
+ "womens": "🚺",
1428
+ "restroom": "🚻",
1429
+ "baby_symbol": "🚼",
1430
+ "wc": "🚾",
1431
+ "passport_control": "🛂",
1432
+ "customs": "🛃",
1433
+ "baggage_claim": "🛄",
1434
+ "left_luggage": "🛅",
1435
+ "warning": "⚠️",
1436
+ "children_crossing": "🚸",
1437
+ "no_entry": "⛔",
1438
+ "no_entry_sign": "🚫",
1439
+ "no_bicycles": "🚳",
1440
+ "no_smoking": "🚭",
1441
+ "do_not_litter": "🚯",
1442
+ "non-potable_water": "🚱",
1443
+ "no_pedestrians": "🚷",
1444
+ "no_mobile_phones": "📵",
1445
+ "underage": "🔞",
1446
+ "radioactive": "☢️",
1447
+ "biohazard": "☣️",
1448
+ "arrow_up": "⬆️",
1449
+ "arrow_upper_right": "↗️",
1450
+ "arrow_right": "➡️",
1451
+ "arrow_lower_right": "↘️",
1452
+ "arrow_down": "⬇️",
1453
+ "arrow_lower_left": "↙️",
1454
+ "arrow_left": "⬅️",
1455
+ "arrow_upper_left": "↖️",
1456
+ "arrow_up_down": "↕️",
1457
+ "left_right_arrow": "↔️",
1458
+ "leftwards_arrow_with_hook": "↩️",
1459
+ "arrow_right_hook": "↪️",
1460
+ "arrow_heading_up": "⤴️",
1461
+ "arrow_heading_down": "⤵️",
1462
+ "arrows_clockwise": "🔃",
1463
+ "arrows_counterclockwise": "🔄",
1464
+ "back": "🔙",
1465
+ "end": "🔚",
1466
+ "on": "🔛",
1467
+ "soon": "🔜",
1468
+ "top": "🔝",
1469
+ "place_of_worship": "🛐",
1470
+ "atom_symbol": "⚛️",
1471
+ "om": "🕉️",
1472
+ "star_of_david": "✡️",
1473
+ "wheel_of_dharma": "☸️",
1474
+ "yin_yang": "☯️",
1475
+ "latin_cross": "✝️",
1476
+ "orthodox_cross": "☦️",
1477
+ "star_and_crescent": "☪️",
1478
+ "peace_symbol": "☮️",
1479
+ "menorah": "🕎",
1480
+ "six_pointed_star": "🔯",
1481
+ "khanda": "🪯",
1482
+ "aries": "♈",
1483
+ "taurus": "♉",
1484
+ "gemini": "♊",
1485
+ "cancer": "♋",
1486
+ "leo": "♌",
1487
+ "virgo": "♍",
1488
+ "libra": "♎",
1489
+ "scorpius": "♏",
1490
+ "sagittarius": "♐",
1491
+ "capricorn": "♑",
1492
+ "aquarius": "♒",
1493
+ "pisces": "♓",
1494
+ "ophiuchus": "⛎",
1495
+ "twisted_rightwards_arrows": "🔀",
1496
+ "repeat": "🔁",
1497
+ "repeat_one": "🔂",
1498
+ "arrow_forward": "▶️",
1499
+ "fast_forward": "⏊",
1500
+ "next_track_button": "⏭️",
1501
+ "play_or_pause_button": "⏯️",
1502
+ "arrow_backward": "◀️",
1503
+ "rewind": "⏪",
1504
+ "previous_track_button": "⏮️",
1505
+ "arrow_up_small": "🔼",
1506
+ "arrow_double_up": "⏫",
1507
+ "arrow_down_small": "🔽",
1508
+ "arrow_double_down": "⏬",
1509
+ "pause_button": "⏸️",
1510
+ "stop_button": "⏹️",
1511
+ "record_button": "⏺️",
1512
+ "eject_button": "⏏️",
1513
+ "cinema": "🎦",
1514
+ "low_brightness": "🔅",
1515
+ "high_brightness": "🔆",
1516
+ "signal_strength": "📶",
1517
+ "wireless": "🛜",
1518
+ "vibration_mode": "📳",
1519
+ "mobile_phone_off": "📴",
1520
+ "female_sign": "♀️",
1521
+ "male_sign": "♂️",
1522
+ "transgender_symbol": "⚧️",
1523
+ "heavy_multiplication_x": "✖️",
1524
+ "heavy_plus_sign": "➕",
1525
+ "heavy_minus_sign": "➖",
1526
+ "heavy_division_sign": "➗",
1527
+ "heavy_equals_sign": "🟰",
1528
+ "infinity": "♾️",
1529
+ "bangbang": "‼️",
1530
+ "interrobang": "⁉️",
1531
+ "question": "❓",
1532
+ "grey_question": "❔",
1533
+ "grey_exclamation": "❕",
1534
+ "exclamation": "❗",
1535
+ "heavy_exclamation_mark": "❗",
1536
+ "wavy_dash": "〰️",
1537
+ "currency_exchange": "💱",
1538
+ "heavy_dollar_sign": "💲",
1539
+ "medical_symbol": "⚕️",
1540
+ "recycle": "♻️",
1541
+ "fleur_de_lis": "⚜️",
1542
+ "trident": "🔱",
1543
+ "name_badge": "📛",
1544
+ "beginner": "🔰",
1545
+ "o": "⭕",
1546
+ "white_check_mark": "✅",
1547
+ "ballot_box_with_check": "☑️",
1548
+ "heavy_check_mark": "✔️",
1549
+ "x": "❌",
1550
+ "negative_squared_cross_mark": "❎",
1551
+ "curly_loop": "➰",
1552
+ "loop": "➿",
1553
+ "part_alternation_mark": "〽️",
1554
+ "eight_spoked_asterisk": "✳️",
1555
+ "eight_pointed_black_star": "✴️",
1556
+ "sparkle": "❇️",
1557
+ "copyright": "©️",
1558
+ "registered": "®️",
1559
+ "tm": "™️",
1560
+ "hash": "#️⃣",
1561
+ "asterisk": "*️⃣",
1562
+ "zero": "0️⃣",
1563
+ "one": "1️⃣",
1564
+ "two": "2️⃣",
1565
+ "three": "3️⃣",
1566
+ "four": "4️⃣",
1567
+ "five": "5️⃣",
1568
+ "six": "6️⃣",
1569
+ "seven": "7️⃣",
1570
+ "eight": "8️⃣",
1571
+ "nine": "9️⃣",
1572
+ "keycap_ten": "🔟",
1573
+ "capital_abcd": "🔠",
1574
+ "abcd": "🔡",
1575
+ "symbols": "🔣",
1576
+ "abc": "🔤",
1577
+ "a": "🅰️",
1578
+ "ab": "🆎",
1579
+ "b": "🅱️",
1580
+ "cl": "🆑",
1581
+ "cool": "🆒",
1582
+ "free": "🆓",
1583
+ "information_source": "ℹ️",
1584
+ "id": "🆔",
1585
+ "m": "Ⓜ️",
1586
+ "new": "🆕",
1587
+ "ng": "🆖",
1588
+ "o2": "🅾️",
1589
+ "ok": "🆗",
1590
+ "parking": "🅿️",
1591
+ "sos": "🆘",
1592
+ "up": "🆙",
1593
+ "vs": "🆚",
1594
+ "koko": "🈁",
1595
+ "sa": "🈂️",
1596
+ "ideograph_advantage": "🉐",
1597
+ "accept": "🉑",
1598
+ "congratulations": "㊗️",
1599
+ "secret": "㊙️",
1600
+ "u6e80": "🈵",
1601
+ "red_circle": "🔴",
1602
+ "orange_circle": "🟠",
1603
+ "yellow_circle": "🟡",
1604
+ "green_circle": "🟢",
1605
+ "large_blue_circle": "🔵",
1606
+ "purple_circle": "🟣",
1607
+ "brown_circle": "🟤",
1608
+ "black_circle": "⚫",
1609
+ "white_circle": "⚪",
1610
+ "red_square": "🟥",
1611
+ "orange_square": "🟧",
1612
+ "yellow_square": "🟨",
1613
+ "green_square": "🟩",
1614
+ "blue_square": "🟦",
1615
+ "purple_square": "🟪",
1616
+ "brown_square": "🟫",
1617
+ "black_large_square": "⬛",
1618
+ "white_large_square": "⬜",
1619
+ "black_medium_square": "◼️",
1620
+ "white_medium_square": "◻️",
1621
+ "black_medium_small_square": "◾",
1622
+ "white_medium_small_square": "◽",
1623
+ "black_small_square": "▪️",
1624
+ "white_small_square": "▫️",
1625
+ "large_orange_diamond": "🔶",
1626
+ "large_blue_diamond": "🔷",
1627
+ "small_orange_diamond": "🔸",
1628
+ "small_blue_diamond": "🔹",
1629
+ "small_red_triangle": "🔺",
1630
+ "small_red_triangle_down": "🔻",
1631
+ "diamond_shape_with_a_dot_inside": "💠",
1632
+ "radio_button": "🔘",
1633
+ "white_square_button": "🔳",
1634
+ "black_square_button": "🔲",
1635
+ "checkered_flag": "🏁",
1636
+ "triangular_flag_on_post": "🚩",
1637
+ "crossed_flags": "🎌",
1638
+ "black_flag": "🏴",
1639
+ "white_flag": "🏳️",
1640
+ "rainbow_flag": "🏳️‍🌈",
1641
+ "transgender_flag": "🏳️‍⚧️",
1642
+ "pirate_flag": "🏴‍☠️",
1643
+ "ascension_island": "🇦🇨",
1644
+ "andorra": "🇦🇩",
1645
+ "united_arab_emirates": "🇦🇪",
1646
+ "afghanistan": "🇦🇫",
1647
+ "antigua_barbuda": "🇦🇬",
1648
+ "anguilla": "🇦🇮",
1649
+ "albania": "🇦🇱",
1650
+ "armenia": "🇦🇲",
1651
+ "angola": "🇦🇴",
1652
+ "antarctica": "🇦🇶",
1653
+ "argentina": "🇦🇷",
1654
+ "american_samoa": "🇦🇸",
1655
+ "austria": "🇦🇹",
1656
+ "australia": "🇦🇺",
1657
+ "aruba": "🇦🇼",
1658
+ "aland_islands": "🇦🇽",
1659
+ "azerbaijan": "🇦🇿",
1660
+ "bosnia_herzegovina": "🇧🇦",
1661
+ "barbados": "🇧🇧",
1662
+ "bangladesh": "🇧🇩",
1663
+ "belgium": "🇧🇪",
1664
+ "burkina_faso": "🇧🇫",
1665
+ "bulgaria": "🇧🇬",
1666
+ "bahrain": "🇧🇭",
1667
+ "burundi": "🇧🇮",
1668
+ "benin": "🇧🇯",
1669
+ "st_barthelemy": "🇧🇱",
1670
+ "bermuda": "🇧🇲",
1671
+ "brunei": "🇧🇳",
1672
+ "bolivia": "🇧🇴",
1673
+ "caribbean_netherlands": "🇧🇶",
1674
+ "brazil": "🇧🇷",
1675
+ "bahamas": "🇧🇸",
1676
+ "bhutan": "🇧🇹",
1677
+ "bouvet_island": "🇧🇻",
1678
+ "botswana": "🇧🇼",
1679
+ "belarus": "🇧🇾",
1680
+ "belize": "🇧🇿",
1681
+ "canada": "🇨🇦",
1682
+ "cocos_islands": "🇨🇨",
1683
+ "congo_kinshasa": "🇨🇩",
1684
+ "central_african_republic": "🇨🇫",
1685
+ "congo_brazzaville": "🇨🇬",
1686
+ "switzerland": "🇨🇭",
1687
+ "cote_divoire": "🇨🇮",
1688
+ "cook_islands": "🇨🇰",
1689
+ "chile": "🇨🇱",
1690
+ "cameroon": "🇨🇲",
1691
+ "cn": "🇨🇳",
1692
+ "colombia": "🇨🇴",
1693
+ "clipperton_island": "🇨🇵",
1694
+ "costa_rica": "🇨🇷",
1695
+ "cuba": "🇨🇺",
1696
+ "cape_verde": "🇨🇻",
1697
+ "curacao": "🇨🇼",
1698
+ "christmas_island": "🇨🇽",
1699
+ "cyprus": "🇨🇾",
1700
+ "czech_republic": "🇨🇿",
1701
+ "de": "🇩🇪",
1702
+ "diego_garcia": "🇩🇬",
1703
+ "djibouti": "🇩🇯",
1704
+ "denmark": "🇩🇰",
1705
+ "dominica": "🇩🇲",
1706
+ "dominican_republic": "🇩🇴",
1707
+ "algeria": "🇩🇿",
1708
+ "ceuta_melilla": "🇪🇦",
1709
+ "ecuador": "🇪🇨",
1710
+ "estonia": "🇪🇪",
1711
+ "egypt": "🇪🇬",
1712
+ "western_sahara": "🇪🇭",
1713
+ "eritrea": "🇪🇷",
1714
+ "es": "🇪🇸",
1715
+ "ethiopia": "🇪🇹",
1716
+ "eu": "🇪🇺",
1717
+ "european_union": "🇪🇺",
1718
+ "finland": "🇫🇮",
1719
+ "fiji": "🇫🇯",
1720
+ "falkland_islands": "🇫🇰",
1721
+ "micronesia": "🇫🇲",
1722
+ "faroe_islands": "🇫🇴",
1723
+ "fr": "🇫🇷",
1724
+ "gabon": "🇬🇦",
1725
+ "gb": "🇬🇧",
1726
+ "uk": "🇬🇧",
1727
+ "grenada": "🇬🇩",
1728
+ "georgia": "🇬🇪",
1729
+ "french_guiana": "🇬🇫",
1730
+ "guernsey": "🇬🇬",
1731
+ "ghana": "🇬🇭",
1732
+ "gibraltar": "🇬🇮",
1733
+ "greenland": "🇬🇱",
1734
+ "gambia": "🇬🇲",
1735
+ "guinea": "🇬🇳",
1736
+ "guadeloupe": "🇬🇵",
1737
+ "equatorial_guinea": "🇬🇶",
1738
+ "greece": "🇬🇷",
1739
+ "south_georgia_south_sandwich_islands": "🇬🇸",
1740
+ "guatemala": "🇬🇹",
1741
+ "guam": "🇬🇺",
1742
+ "guinea_bissau": "🇬🇼",
1743
+ "guyana": "🇬🇾",
1744
+ "hong_kong": "🇭🇰",
1745
+ "heard_mcdonald_islands": "🇭🇲",
1746
+ "honduras": "🇭🇳",
1747
+ "croatia": "🇭🇷",
1748
+ "haiti": "🇭🇹",
1749
+ "hungary": "🇭🇺",
1750
+ "canary_islands": "🇮🇨",
1751
+ "indonesia": "🇮🇩",
1752
+ "ireland": "🇮🇪",
1753
+ "israel": "🇮🇱",
1754
+ "isle_of_man": "🇮🇲",
1755
+ "india": "🇮🇳",
1756
+ "british_indian_ocean_territory": "🇮🇴",
1757
+ "iraq": "🇮🇶",
1758
+ "iran": "🇮🇷",
1759
+ "iceland": "🇮🇸",
1760
+ "it": "🇮🇹",
1761
+ "jersey": "🇯🇪",
1762
+ "jamaica": "🇯🇲",
1763
+ "jordan": "🇯🇴",
1764
+ "jp": "🇯🇵",
1765
+ "kenya": "🇰🇪",
1766
+ "kyrgyzstan": "🇰🇬",
1767
+ "cambodia": "🇰🇭",
1768
+ "kiribati": "🇰🇮",
1769
+ "comoros": "🇰🇲",
1770
+ "st_kitts_nevis": "🇰🇳",
1771
+ "north_korea": "🇰🇵",
1772
+ "kr": "🇰🇷",
1773
+ "kuwait": "🇰🇼",
1774
+ "cayman_islands": "🇰🇾",
1775
+ "kazakhstan": "🇰🇿",
1776
+ "laos": "🇱🇦",
1777
+ "lebanon": "🇱🇧",
1778
+ "st_lucia": "🇱🇨",
1779
+ "liechtenstein": "🇱🇮",
1780
+ "sri_lanka": "🇱🇰",
1781
+ "liberia": "🇱🇷",
1782
+ "lesotho": "🇱🇸",
1783
+ "lithuania": "🇱🇹",
1784
+ "luxembourg": "🇱🇺",
1785
+ "latvia": "🇱🇻",
1786
+ "libya": "🇱🇾",
1787
+ "morocco": "🇲🇦",
1788
+ "monaco": "🇲🇨",
1789
+ "moldova": "🇲🇩",
1790
+ "montenegro": "🇲🇪",
1791
+ "st_martin": "🇲🇫",
1792
+ "madagascar": "🇲🇬",
1793
+ "marshall_islands": "🇲🇭",
1794
+ "macedonia": "🇲🇰",
1795
+ "mali": "🇲🇱",
1796
+ "myanmar": "🇲🇲",
1797
+ "mongolia": "🇲🇳",
1798
+ "macau": "🇲🇴",
1799
+ "northern_mariana_islands": "🇲🇵",
1800
+ "martinique": "🇲🇶",
1801
+ "mauritania": "🇲🇷",
1802
+ "montserrat": "🇲🇸",
1803
+ "malta": "🇲🇹",
1804
+ "mauritius": "🇲🇺",
1805
+ "maldives": "🇲🇻",
1806
+ "malawi": "🇲🇼",
1807
+ "mexico": "🇲🇽",
1808
+ "malaysia": "🇲🇾",
1809
+ "mozambique": "🇲🇿",
1810
+ "namibia": "🇳🇦",
1811
+ "new_caledonia": "🇳🇨",
1812
+ "niger": "🇳🇪",
1813
+ "norfolk_island": "🇳🇫",
1814
+ "nigeria": "🇳🇬",
1815
+ "nicaragua": "🇳🇮",
1816
+ "netherlands": "🇳🇱",
1817
+ "norway": "🇳🇴",
1818
+ "nepal": "🇳🇵",
1819
+ "nauru": "🇳🇷",
1820
+ "niue": "🇳🇺",
1821
+ "new_zealand": "🇳🇿",
1822
+ "oman": "🇴🇲",
1823
+ "panama": "🇵🇦",
1824
+ "peru": "🇵🇪",
1825
+ "french_polynesia": "🇵🇫",
1826
+ "papua_new_guinea": "🇵🇬",
1827
+ "philippines": "🇵🇭",
1828
+ "pakistan": "🇵🇰",
1829
+ "poland": "🇵🇱",
1830
+ "st_pierre_miquelon": "🇵🇲",
1831
+ "pitcairn_islands": "🇵🇳",
1832
+ "puerto_rico": "🇵🇷",
1833
+ "palestinian_territories": "🇵🇸",
1834
+ "portugal": "🇵🇹",
1835
+ "palau": "🇵🇼",
1836
+ "paraguay": "🇵🇾",
1837
+ "qatar": "🇶🇦",
1838
+ "reunion": "🇷🇪",
1839
+ "romania": "🇷🇴",
1840
+ "serbia": "🇷🇸",
1841
+ "ru": "🇷🇺",
1842
+ "rwanda": "🇷🇼",
1843
+ "saudi_arabia": "🇸🇦",
1844
+ "solomon_islands": "🇸🇧",
1845
+ "seychelles": "🇸🇨",
1846
+ "sudan": "🇸🇩",
1847
+ "sweden": "🇸🇪",
1848
+ "singapore": "🇸🇬",
1849
+ "st_helena": "🇸🇭",
1850
+ "slovenia": "🇸🇮",
1851
+ "svalbard_jan_mayen": "🇸🇯",
1852
+ "slovakia": "🇸🇰",
1853
+ "sierra_leone": "🇸🇱",
1854
+ "san_marino": "🇸🇲",
1855
+ "senegal": "🇸🇳",
1856
+ "somalia": "🇸🇴",
1857
+ "suriname": "🇸🇷",
1858
+ "south_sudan": "🇸🇸",
1859
+ "sao_tome_principe": "🇸🇹",
1860
+ "el_salvador": "🇸🇻",
1861
+ "sint_maarten": "🇸🇽",
1862
+ "syria": "🇸🇾",
1863
+ "swaziland": "🇸🇿",
1864
+ "tristan_da_cunha": "🇹🇦",
1865
+ "turks_caicos_islands": "🇹🇨",
1866
+ "chad": "🇹🇩",
1867
+ "french_southern_territories": "🇹🇫",
1868
+ "togo": "🇹🇬",
1869
+ "thailand": "🇹🇭",
1870
+ "tajikistan": "🇹🇯",
1871
+ "tokelau": "🇹🇰",
1872
+ "timor_leste": "🇹🇱",
1873
+ "turkmenistan": "🇹🇲",
1874
+ "tunisia": "🇹🇳",
1875
+ "tonga": "🇹🇴",
1876
+ "tr": "🇹🇷",
1877
+ "trinidad_tobago": "🇹🇹",
1878
+ "tuvalu": "🇹🇻",
1879
+ "taiwan": "🇹🇼",
1880
+ "tanzania": "🇹🇿",
1881
+ "ukraine": "🇺🇦",
1882
+ "uganda": "🇺🇬",
1883
+ "us_outlying_islands": "🇺🇲",
1884
+ "united_nations": "🇺🇳",
1885
+ "us": "🇺🇸",
1886
+ "uruguay": "🇺🇾",
1887
+ "uzbekistan": "🇺🇿",
1888
+ "vatican_city": "🇻🇦",
1889
+ "st_vincent_grenadines": "🇻🇨",
1890
+ "venezuela": "🇻🇪",
1891
+ "british_virgin_islands": "🇻🇬",
1892
+ "us_virgin_islands": "🇻🇮",
1893
+ "vietnam": "🇻🇳",
1894
+ "vanuatu": "🇻🇺",
1895
+ "wallis_futuna": "🇼🇫",
1896
+ "samoa": "🇼🇸",
1897
+ "kosovo": "🇽🇰",
1898
+ "yemen": "🇾🇪",
1899
+ "mayotte": "🇾🇹",
1900
+ "south_africa": "🇿🇦",
1901
+ "zambia": "🇿🇲",
1902
+ "zimbabwe": "🇿🇼",
1903
+ "england": "🏴󠁧󠁢󠁥󠁮󠁧󠁿",
1904
+ "scotland": "🏴󠁧󠁢󠁳󠁣󠁴󠁿",
1905
+ "wales": "🏴󠁧󠁢󠁷󠁬󠁳󠁿"
1906
+ };
1907
+
1908
+ export { emojies_defs as default };
1909
+ //# sourceMappingURL=full.mjs.map