@opentiny/tiny-robot 0.1.0-alpha.0

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 (260) hide show
  1. package/.vscode/extensions.json +3 -0
  2. package/README.md +1 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  4. package/dist/bubble-item/components/actions/copy.vue.d.ts +10 -0
  5. package/dist/bubble-item/components/actions/index.d.ts +2 -0
  6. package/dist/bubble-item/components/actions/refresh.vue.d.ts +2 -0
  7. package/dist/bubble-item/components/icons/ai.vue.d.ts +2 -0
  8. package/dist/bubble-item/components/icons/index.d.ts +2 -0
  9. package/dist/bubble-item/components/icons/user.vue.d.ts +2 -0
  10. package/dist/bubble-item/index.d.ts +7 -0
  11. package/dist/bubble-list/bubble-list.vue.d.ts +5 -0
  12. package/dist/bubble-list/index.d.ts +8 -0
  13. package/dist/bubble-list/index.type.d.ts +55 -0
  14. package/dist/conversations/index.d.ts +7 -0
  15. package/dist/conversations/index.vue.d.ts +2 -0
  16. package/dist/index.d.ts +12 -0
  17. package/dist/index.js +29 -0
  18. package/dist/node_modules/.pnpm/@opentiny_utils@3.22.0/node_modules/@opentiny/utils/dist/index.es.js +2202 -0
  19. package/dist/node_modules/.pnpm/@opentiny_vue-button@3.22.0/node_modules/@opentiny/vue-button/lib/index.js +113 -0
  20. package/dist/node_modules/.pnpm/@opentiny_vue-button@3.22.0/node_modules/@opentiny/vue-button/lib/pc.js +93 -0
  21. package/dist/node_modules/.pnpm/@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js +725 -0
  22. package/dist/node_modules/.pnpm/@opentiny_vue-dialog-box@3.22.0/node_modules/@opentiny/vue-dialog-box/lib/index.js +198 -0
  23. package/dist/node_modules/.pnpm/@opentiny_vue-dialog-box@3.22.0/node_modules/@opentiny/vue-dialog-box/lib/pc.js +204 -0
  24. package/dist/node_modules/.pnpm/@opentiny_vue-directive@3.22.0/node_modules/@opentiny/vue-directive/index.js +57 -0
  25. package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useEventListener.js +10 -0
  26. package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useInstanceSlots.js +14 -0
  27. package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useRelation.js +54 -0
  28. package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/vue-popper.js +85 -0
  29. package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/vue-popup.js +69 -0
  30. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/close.js +29 -0
  31. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/eyeclose.js +42 -0
  32. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/eyeopen.js +43 -0
  33. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/finish.js +34 -0
  34. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/fullscreen.js +30 -0
  35. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/loading-shadow.js +78 -0
  36. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/minscreen.js +30 -0
  37. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-column-after.js +24 -0
  38. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-column-before.js +24 -0
  39. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-row-after.js +24 -0
  40. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-row-before.js +24 -0
  41. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-center.js +24 -0
  42. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-left.js +24 -0
  43. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-right.js +24 -0
  44. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-bold.js +24 -0
  45. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-code-block.js +24 -0
  46. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-code-view.js +24 -0
  47. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-color.js +24 -0
  48. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-column.js +24 -0
  49. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-row.js +24 -0
  50. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-table.js +24 -0
  51. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-font-size.js +24 -0
  52. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-format-clear.js +24 -0
  53. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h1.js +24 -0
  54. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h2.js +24 -0
  55. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h3.js +24 -0
  56. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h4.js +24 -0
  57. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h5.js +24 -0
  58. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h6.js +24 -0
  59. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-heading.js +24 -0
  60. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-high-light.js +24 -0
  61. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-image.js +24 -0
  62. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-italic.js +24 -0
  63. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-line-height.js +24 -0
  64. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-link-unlink.js +24 -0
  65. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-link.js +24 -0
  66. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-list-ordered.js +24 -0
  67. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-list-unordered.js +24 -0
  68. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-merge-cells-vertical.js +24 -0
  69. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-merge-cells.js +24 -0
  70. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-node-delete.js +24 -0
  71. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-paragraph.js +24 -0
  72. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-quote-text.js +24 -0
  73. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-redo.js +24 -0
  74. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-split-cells-horizontal.js +24 -0
  75. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-split-cells-vertical.js +24 -0
  76. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-strike-through.js +24 -0
  77. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-subscript.js +24 -0
  78. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-superscript.js +24 -0
  79. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-table.js +24 -0
  80. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-task-list.js +24 -0
  81. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-underline.js +24 -0
  82. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-undo.js +24 -0
  83. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/sub-script.js +29 -0
  84. package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/warn.js +26 -0
  85. package/dist/node_modules/.pnpm/@opentiny_vue-input@3.22.0/node_modules/@opentiny/vue-input/lib/index.js +196 -0
  86. package/dist/node_modules/.pnpm/@opentiny_vue-input@3.22.0/node_modules/@opentiny/vue-input/lib/pc.js +568 -0
  87. package/dist/node_modules/.pnpm/@opentiny_vue-locale@3.22.0/node_modules/@opentiny/vue-locale/lib/index.js +1783 -0
  88. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/button/index.js +13 -0
  89. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/button/vue.js +34 -0
  90. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/chunk-G2ADBYYC.js +12 -0
  91. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/dialog-box/index.js +135 -0
  92. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/dialog-box/vue.js +149 -0
  93. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/input/index.js +228 -0
  94. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/input/vue.js +263 -0
  95. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tall-storage/index.js +63 -0
  96. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tall-storage/vue-storage-box.js +16 -0
  97. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tall-storage/vue.js +23 -0
  98. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tooltip/index.js +77 -0
  99. package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tooltip/vue.js +90 -0
  100. package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.22.0/node_modules/@opentiny/vue-tooltip/lib/index.js +176 -0
  101. package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.22.0/node_modules/@opentiny/vue-tooltip/lib/pc.js +248 -0
  102. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js +277 -0
  103. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js +46 -0
  104. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js +7 -0
  105. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js +7 -0
  106. package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js +187 -0
  107. package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js +19 -0
  108. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +5 -0
  109. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +10 -0
  110. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +8 -0
  111. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +4 -0
  112. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +15 -0
  113. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +7 -0
  114. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +5 -0
  115. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +9 -0
  116. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/debounce.js +54 -0
  117. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +7 -0
  118. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +6 -0
  119. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +9 -0
  120. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/now.js +7 -0
  121. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +22 -0
  122. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js +67 -0
  123. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js +5 -0
  124. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js +164 -0
  125. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js +8 -0
  126. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js +44 -0
  127. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js +21 -0
  128. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js +37 -0
  129. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js +112 -0
  130. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js +63 -0
  131. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js +34 -0
  132. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js +96 -0
  133. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js +78 -0
  134. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js +40 -0
  135. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js +59 -0
  136. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js +127 -0
  137. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js +95 -0
  138. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js +59 -0
  139. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js +23 -0
  140. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js +30 -0
  141. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js +28 -0
  142. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js +27 -0
  143. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js +37 -0
  144. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js +43 -0
  145. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js +110 -0
  146. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js +25 -0
  147. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js +95 -0
  148. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js +84 -0
  149. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js +99 -0
  150. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js +7 -0
  151. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js +10 -0
  152. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js +57 -0
  153. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js +9 -0
  154. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js +31 -0
  155. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js +80 -0
  156. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js +8 -0
  157. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js +16 -0
  158. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js +46 -0
  159. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js +31 -0
  160. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +34 -0
  161. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js +57 -0
  162. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js +33 -0
  163. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js +32 -0
  164. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js +10 -0
  165. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js +32 -0
  166. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js +48 -0
  167. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js +40 -0
  168. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js +28 -0
  169. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js +23 -0
  170. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js +27 -0
  171. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js +54 -0
  172. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js +39 -0
  173. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js +31 -0
  174. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js +10 -0
  175. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js +61 -0
  176. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js +48 -0
  177. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js +7 -0
  178. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js +74 -0
  179. package/dist/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js +139 -0
  180. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js +4 -0
  181. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js +4 -0
  182. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js +4 -0
  183. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js +4 -0
  184. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js +4 -0
  185. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js +14 -0
  186. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js +4 -0
  187. package/dist/packages/components/src/assets/icons/accessory.svg.js +4 -0
  188. package/dist/packages/components/src/assets/icons/loading-speech.svg.js +4 -0
  189. package/dist/packages/components/src/assets/icons/loading.svg.js +4 -0
  190. package/dist/packages/components/src/assets/icons/send.svg.js +4 -0
  191. package/dist/packages/components/src/assets/icons/voice.svg.js +4 -0
  192. package/dist/packages/components/src/bubble-item/bubble-item.vue.js +7 -0
  193. package/dist/packages/components/src/bubble-item/bubble-item.vue2.js +111 -0
  194. package/dist/packages/components/src/bubble-item/components/actions/copy.vue.js +46 -0
  195. package/dist/packages/components/src/bubble-item/components/actions/copy.vue2.js +4 -0
  196. package/dist/packages/components/src/bubble-item/components/actions/refresh.vue.js +12 -0
  197. package/dist/packages/components/src/bubble-item/components/icons/ai.vue.js +45 -0
  198. package/dist/packages/components/src/bubble-item/components/icons/user.vue.js +63 -0
  199. package/dist/packages/components/src/bubble-item/index.js +9 -0
  200. package/dist/packages/components/src/bubble-list/bubble-list.vue.js +7 -0
  201. package/dist/packages/components/src/bubble-list/bubble-list.vue2.js +52 -0
  202. package/dist/packages/components/src/bubble-list/index.js +9 -0
  203. package/dist/packages/components/src/conversations/index.js +9 -0
  204. package/dist/packages/components/src/conversations/index.vue.js +9 -0
  205. package/dist/packages/components/src/sender/components/ActionButtons.vue.js +161 -0
  206. package/dist/packages/components/src/sender/components/ActionButtons.vue2.js +4 -0
  207. package/dist/packages/components/src/sender/composables/useInputHandler.js +34 -0
  208. package/dist/packages/components/src/sender/composables/useKeyboardHandler.js +31 -0
  209. package/dist/packages/components/src/sender/composables/useSpeechHandler.js +67 -0
  210. package/dist/packages/components/src/sender/index.js +9 -0
  211. package/dist/packages/components/src/sender/index.vue.js +233 -0
  212. package/dist/packages/components/src/sender/index.vue2.js +4 -0
  213. package/dist/packages/components/src/welcome/index.js +9 -0
  214. package/dist/packages/components/src/welcome/index.vue.js +9 -0
  215. package/dist/sender/components/ActionButtons.vue.d.ts +23 -0
  216. package/dist/sender/composables/useInputHandler.d.ts +17 -0
  217. package/dist/sender/composables/useKeyboardHandler.d.ts +18 -0
  218. package/dist/sender/composables/useSpeechHandler.d.ts +14 -0
  219. package/dist/sender/index.d.ts +7 -0
  220. package/dist/sender/index.type.d.ts +90 -0
  221. package/dist/sender/index.vue.d.ts +948 -0
  222. package/dist/style.css +1 -0
  223. package/dist/welcome/index.d.ts +7 -0
  224. package/dist/welcome/index.vue.d.ts +2 -0
  225. package/package.json +42 -0
  226. package/src/assets/icons/accessory.svg +12 -0
  227. package/src/assets/icons/loading-speech.svg +16 -0
  228. package/src/assets/icons/loading.svg +17 -0
  229. package/src/assets/icons/send.svg +21 -0
  230. package/src/assets/icons/voice.svg +22 -0
  231. package/src/bubble-item/bubble-item.vue +264 -0
  232. package/src/bubble-item/components/actions/copy.vue +47 -0
  233. package/src/bubble-item/components/actions/index.ts +2 -0
  234. package/src/bubble-item/components/actions/refresh.vue +27 -0
  235. package/src/bubble-item/components/icons/ai.vue +30 -0
  236. package/src/bubble-item/components/icons/index.ts +2 -0
  237. package/src/bubble-item/components/icons/user.vue +78 -0
  238. package/src/bubble-item/index.ts +12 -0
  239. package/src/bubble-list/bubble-list.vue +53 -0
  240. package/src/bubble-list/index.ts +14 -0
  241. package/src/bubble-list/index.type.ts +65 -0
  242. package/src/conversations/index.ts +12 -0
  243. package/src/conversations/index.vue +3 -0
  244. package/src/index.ts +30 -0
  245. package/src/sender/components/ActionButtons.vue +165 -0
  246. package/src/sender/composables/useInputHandler.ts +69 -0
  247. package/src/sender/composables/useKeyboardHandler.ts +99 -0
  248. package/src/sender/composables/useSpeechHandler.ts +128 -0
  249. package/src/sender/global.d.ts +44 -0
  250. package/src/sender/index.less +344 -0
  251. package/src/sender/index.ts +12 -0
  252. package/src/sender/index.type.ts +111 -0
  253. package/src/sender/index.vue +289 -0
  254. package/src/sender/vars.less +84 -0
  255. package/src/vite-env.d.ts +1 -0
  256. package/src/welcome/index.ts +12 -0
  257. package/src/welcome/index.vue +3 -0
  258. package/tsconfig.json +37 -0
  259. package/tsconfig.node.json +10 -0
  260. package/vite.config.ts +53 -0
@@ -0,0 +1,40 @@
1
+ const e = {
2
+ options: {
3
+ // Enable HTML tags in source
4
+ html: !1,
5
+ // Use '/' to close single tags (<br />)
6
+ xhtmlOut: !1,
7
+ // Convert '\n' in paragraphs into <br>
8
+ breaks: !1,
9
+ // CSS language prefix for fenced blocks
10
+ langPrefix: "language-",
11
+ // autoconvert URL-like texts to links
12
+ linkify: !1,
13
+ // Enable some language-neutral replacements + quotes beautification
14
+ typographer: !1,
15
+ // Double + single quotes replacement pairs, when typographer enabled,
16
+ // and smartquotes on. Could be either a String or an Array.
17
+ //
18
+ // For example, you can use '«»„“' for Russian, '„“‚‘' for German,
19
+ // and ['«\xA0', '\xA0»', '‹\xA0', '\xA0›'] for French (including nbsp).
20
+ quotes: "“”‘’",
21
+ /* “”‘’ */
22
+ // Highlighter function. Should return escaped HTML,
23
+ // or '' if the source string is not changed and should be escaped externaly.
24
+ // If result starts with <pre... internal wrapper is skipped.
25
+ //
26
+ // function (/*str, lang*/) { return ''; }
27
+ //
28
+ highlight: null,
29
+ // Internal protection, recursion limit
30
+ maxNesting: 100
31
+ },
32
+ components: {
33
+ core: {},
34
+ block: {},
35
+ inline: {}
36
+ }
37
+ };
38
+ export {
39
+ e as default
40
+ };
@@ -0,0 +1,59 @@
1
+ const e = {
2
+ options: {
3
+ // Enable HTML tags in source
4
+ html: !1,
5
+ // Use '/' to close single tags (<br />)
6
+ xhtmlOut: !1,
7
+ // Convert '\n' in paragraphs into <br>
8
+ breaks: !1,
9
+ // CSS language prefix for fenced blocks
10
+ langPrefix: "language-",
11
+ // autoconvert URL-like texts to links
12
+ linkify: !1,
13
+ // Enable some language-neutral replacements + quotes beautification
14
+ typographer: !1,
15
+ // Double + single quotes replacement pairs, when typographer enabled,
16
+ // and smartquotes on. Could be either a String or an Array.
17
+ //
18
+ // For example, you can use '«»„“' for Russian, '„“‚‘' for German,
19
+ // and ['«\xA0', '\xA0»', '‹\xA0', '\xA0›'] for French (including nbsp).
20
+ quotes: "“”‘’",
21
+ /* “”‘’ */
22
+ // Highlighter function. Should return escaped HTML,
23
+ // or '' if the source string is not changed and should be escaped externaly.
24
+ // If result starts with <pre... internal wrapper is skipped.
25
+ //
26
+ // function (/*str, lang*/) { return ''; }
27
+ //
28
+ highlight: null,
29
+ // Internal protection, recursion limit
30
+ maxNesting: 20
31
+ },
32
+ components: {
33
+ core: {
34
+ rules: [
35
+ "normalize",
36
+ "block",
37
+ "inline",
38
+ "text_join"
39
+ ]
40
+ },
41
+ block: {
42
+ rules: [
43
+ "paragraph"
44
+ ]
45
+ },
46
+ inline: {
47
+ rules: [
48
+ "text"
49
+ ],
50
+ rules2: [
51
+ "balance_pairs",
52
+ "fragments_join"
53
+ ]
54
+ }
55
+ }
56
+ };
57
+ export {
58
+ e as default
59
+ };
@@ -0,0 +1,127 @@
1
+ import { assign as b, escapeHtml as u, unescapeAll as m } from "./common/utils.js";
2
+ const o = {};
3
+ o.code_inline = function(n, r, i, l, t) {
4
+ const e = n[r];
5
+ return "<code" + t.renderAttrs(e) + ">" + u(e.content) + "</code>";
6
+ };
7
+ o.code_block = function(n, r, i, l, t) {
8
+ const e = n[r];
9
+ return "<pre" + t.renderAttrs(e) + "><code>" + u(n[r].content) + `</code></pre>
10
+ `;
11
+ };
12
+ o.fence = function(n, r, i, l, t) {
13
+ const e = n[r], s = e.info ? m(e.info).trim() : "";
14
+ let c = "", g = "";
15
+ if (s) {
16
+ const f = s.split(/(\s+)/g);
17
+ c = f[0], g = f.slice(2).join("");
18
+ }
19
+ let a;
20
+ if (i.highlight ? a = i.highlight(e.content, c, g) || u(e.content) : a = u(e.content), a.indexOf("<pre") === 0)
21
+ return a + `
22
+ `;
23
+ if (s) {
24
+ const f = e.attrIndex("class"), d = e.attrs ? e.attrs.slice() : [];
25
+ f < 0 ? d.push(["class", i.langPrefix + c]) : (d[f] = d[f].slice(), d[f][1] += " " + i.langPrefix + c);
26
+ const p = {
27
+ attrs: d
28
+ };
29
+ return `<pre><code${t.renderAttrs(p)}>${a}</code></pre>
30
+ `;
31
+ }
32
+ return `<pre><code${t.renderAttrs(e)}>${a}</code></pre>
33
+ `;
34
+ };
35
+ o.image = function(n, r, i, l, t) {
36
+ const e = n[r];
37
+ return e.attrs[e.attrIndex("alt")][1] = t.renderInlineAsText(e.children, i, l), t.renderToken(n, r, i);
38
+ };
39
+ o.hardbreak = function(n, r, i) {
40
+ return i.xhtmlOut ? `<br />
41
+ ` : `<br>
42
+ `;
43
+ };
44
+ o.softbreak = function(n, r, i) {
45
+ return i.breaks ? i.xhtmlOut ? `<br />
46
+ ` : `<br>
47
+ ` : `
48
+ `;
49
+ };
50
+ o.text = function(n, r) {
51
+ return u(n[r].content);
52
+ };
53
+ o.html_block = function(n, r) {
54
+ return n[r].content;
55
+ };
56
+ o.html_inline = function(n, r) {
57
+ return n[r].content;
58
+ };
59
+ function h() {
60
+ this.rules = b({}, o);
61
+ }
62
+ h.prototype.renderAttrs = function(r) {
63
+ let i, l, t;
64
+ if (!r.attrs)
65
+ return "";
66
+ for (t = "", i = 0, l = r.attrs.length; i < l; i++)
67
+ t += " " + u(r.attrs[i][0]) + '="' + u(r.attrs[i][1]) + '"';
68
+ return t;
69
+ };
70
+ h.prototype.renderToken = function(r, i, l) {
71
+ const t = r[i];
72
+ let e = "";
73
+ if (t.hidden)
74
+ return "";
75
+ t.block && t.nesting !== -1 && i && r[i - 1].hidden && (e += `
76
+ `), e += (t.nesting === -1 ? "</" : "<") + t.tag, e += this.renderAttrs(t), t.nesting === 0 && l.xhtmlOut && (e += " /");
77
+ let s = !1;
78
+ if (t.block && (s = !0, t.nesting === 1 && i + 1 < r.length)) {
79
+ const c = r[i + 1];
80
+ (c.type === "inline" || c.hidden || c.nesting === -1 && c.tag === t.tag) && (s = !1);
81
+ }
82
+ return e += s ? `>
83
+ ` : ">", e;
84
+ };
85
+ h.prototype.renderInline = function(n, r, i) {
86
+ let l = "";
87
+ const t = this.rules;
88
+ for (let e = 0, s = n.length; e < s; e++) {
89
+ const c = n[e].type;
90
+ typeof t[c] < "u" ? l += t[c](n, e, r, i, this) : l += this.renderToken(n, e, r);
91
+ }
92
+ return l;
93
+ };
94
+ h.prototype.renderInlineAsText = function(n, r, i) {
95
+ let l = "";
96
+ for (let t = 0, e = n.length; t < e; t++)
97
+ switch (n[t].type) {
98
+ case "text":
99
+ l += n[t].content;
100
+ break;
101
+ case "image":
102
+ l += this.renderInlineAsText(n[t].children, r, i);
103
+ break;
104
+ case "html_inline":
105
+ case "html_block":
106
+ l += n[t].content;
107
+ break;
108
+ case "softbreak":
109
+ case "hardbreak":
110
+ l += `
111
+ `;
112
+ break;
113
+ }
114
+ return l;
115
+ };
116
+ h.prototype.render = function(n, r, i) {
117
+ let l = "";
118
+ const t = this.rules;
119
+ for (let e = 0, s = n.length; e < s; e++) {
120
+ const c = n[e].type;
121
+ c === "inline" ? l += this.renderInline(n[e].children, r, i) : typeof t[c] < "u" ? l += t[c](n, e, r, i, this) : l += this.renderToken(n, e, r, i);
122
+ }
123
+ return l;
124
+ };
125
+ export {
126
+ h as default
127
+ };
@@ -0,0 +1,95 @@
1
+ function o() {
2
+ this.__rules__ = [], this.__cache__ = null;
3
+ }
4
+ o.prototype.__find__ = function(_) {
5
+ for (let e = 0; e < this.__rules__.length; e++)
6
+ if (this.__rules__[e].name === _)
7
+ return e;
8
+ return -1;
9
+ };
10
+ o.prototype.__compile__ = function() {
11
+ const _ = this, e = [""];
12
+ _.__rules__.forEach(function(n) {
13
+ n.enabled && n.alt.forEach(function(t) {
14
+ e.indexOf(t) < 0 && e.push(t);
15
+ });
16
+ }), _.__cache__ = {}, e.forEach(function(n) {
17
+ _.__cache__[n] = [], _.__rules__.forEach(function(t) {
18
+ t.enabled && (n && t.alt.indexOf(n) < 0 || _.__cache__[n].push(t.fn));
19
+ });
20
+ });
21
+ };
22
+ o.prototype.at = function(_, e, n) {
23
+ const t = this.__find__(_), r = n || {};
24
+ if (t === -1)
25
+ throw new Error("Parser rule not found: " + _);
26
+ this.__rules__[t].fn = e, this.__rules__[t].alt = r.alt || [], this.__cache__ = null;
27
+ };
28
+ o.prototype.before = function(_, e, n, t) {
29
+ const r = this.__find__(_), i = t || {};
30
+ if (r === -1)
31
+ throw new Error("Parser rule not found: " + _);
32
+ this.__rules__.splice(r, 0, {
33
+ name: e,
34
+ enabled: !0,
35
+ fn: n,
36
+ alt: i.alt || []
37
+ }), this.__cache__ = null;
38
+ };
39
+ o.prototype.after = function(_, e, n, t) {
40
+ const r = this.__find__(_), i = t || {};
41
+ if (r === -1)
42
+ throw new Error("Parser rule not found: " + _);
43
+ this.__rules__.splice(r + 1, 0, {
44
+ name: e,
45
+ enabled: !0,
46
+ fn: n,
47
+ alt: i.alt || []
48
+ }), this.__cache__ = null;
49
+ };
50
+ o.prototype.push = function(_, e, n) {
51
+ const t = n || {};
52
+ this.__rules__.push({
53
+ name: _,
54
+ enabled: !0,
55
+ fn: e,
56
+ alt: t.alt || []
57
+ }), this.__cache__ = null;
58
+ };
59
+ o.prototype.enable = function(_, e) {
60
+ Array.isArray(_) || (_ = [_]);
61
+ const n = [];
62
+ return _.forEach(function(t) {
63
+ const r = this.__find__(t);
64
+ if (r < 0) {
65
+ if (e)
66
+ return;
67
+ throw new Error("Rules manager: invalid rule name " + t);
68
+ }
69
+ this.__rules__[r].enabled = !0, n.push(t);
70
+ }, this), this.__cache__ = null, n;
71
+ };
72
+ o.prototype.enableOnly = function(_, e) {
73
+ Array.isArray(_) || (_ = [_]), this.__rules__.forEach(function(n) {
74
+ n.enabled = !1;
75
+ }), this.enable(_, e);
76
+ };
77
+ o.prototype.disable = function(_, e) {
78
+ Array.isArray(_) || (_ = [_]);
79
+ const n = [];
80
+ return _.forEach(function(t) {
81
+ const r = this.__find__(t);
82
+ if (r < 0) {
83
+ if (e)
84
+ return;
85
+ throw new Error("Rules manager: invalid rule name " + t);
86
+ }
87
+ this.__rules__[r].enabled = !1, n.push(t);
88
+ }, this), this.__cache__ = null, n;
89
+ };
90
+ o.prototype.getRules = function(_) {
91
+ return this.__cache__ === null && this.__compile__(), this.__cache__[_] || [];
92
+ };
93
+ export {
94
+ o as default
95
+ };
@@ -0,0 +1,59 @@
1
+ import { isSpace as g } from "../common/utils.js";
2
+ function B(o, r, C, q) {
3
+ let l = o.bMarks[r] + o.tShift[r], k = o.eMarks[r];
4
+ const A = o.lineMax;
5
+ if (o.sCount[r] - o.blkIndent >= 4 || o.src.charCodeAt(l) !== 62)
6
+ return !1;
7
+ if (q)
8
+ return !0;
9
+ const b = [], i = [], h = [], f = [], s = o.md.block.ruler.getRules("blockquote"), T = o.parentType;
10
+ o.parentType = "blockquote";
11
+ let M = !1, n;
12
+ for (n = r; n < C; n++) {
13
+ const u = o.sCount[n] < o.blkIndent;
14
+ if (l = o.bMarks[n] + o.tShift[n], k = o.eMarks[n], l >= k)
15
+ break;
16
+ if (o.src.charCodeAt(l++) === 62 && !u) {
17
+ let c = o.sCount[n] + 1, e, p;
18
+ o.src.charCodeAt(l) === 32 ? (l++, c++, p = !1, e = !0) : o.src.charCodeAt(l) === 9 ? (e = !0, (o.bsCount[n] + c) % 4 === 3 ? (l++, c++, p = !1) : p = !0) : e = !1;
19
+ let d = c;
20
+ for (b.push(o.bMarks[n]), o.bMarks[n] = l; l < k; ) {
21
+ const I = o.src.charCodeAt(l);
22
+ if (g(I))
23
+ I === 9 ? d += 4 - (d + o.bsCount[n] + (p ? 1 : 0)) % 4 : d++;
24
+ else
25
+ break;
26
+ l++;
27
+ }
28
+ M = l >= k, i.push(o.bsCount[n]), o.bsCount[n] = o.sCount[n] + 1 + (e ? 1 : 0), h.push(o.sCount[n]), o.sCount[n] = d - c, f.push(o.tShift[n]), o.tShift[n] = l - o.bMarks[n];
29
+ continue;
30
+ }
31
+ if (M)
32
+ break;
33
+ let S = !1;
34
+ for (let c = 0, e = s.length; c < e; c++)
35
+ if (s[c](o, n, C, !0)) {
36
+ S = !0;
37
+ break;
38
+ }
39
+ if (S) {
40
+ o.lineMax = n, o.blkIndent !== 0 && (b.push(o.bMarks[n]), i.push(o.bsCount[n]), f.push(o.tShift[n]), h.push(o.sCount[n]), o.sCount[n] -= o.blkIndent);
41
+ break;
42
+ }
43
+ b.push(o.bMarks[n]), i.push(o.bsCount[n]), f.push(o.tShift[n]), h.push(o.sCount[n]), o.sCount[n] = -1;
44
+ }
45
+ const y = o.blkIndent;
46
+ o.blkIndent = 0;
47
+ const x = o.push("blockquote_open", "blockquote", 1);
48
+ x.markup = ">";
49
+ const m = [r, 0];
50
+ x.map = m, o.md.block.tokenize(o, r, n);
51
+ const _ = o.push("blockquote_close", "blockquote", -1);
52
+ _.markup = ">", o.lineMax = A, o.parentType = T, m[1] = o.line;
53
+ for (let u = 0; u < f.length; u++)
54
+ o.bMarks[u + r] = b[u], o.tShift[u + r] = f[u], o.sCount[u + r] = h[u], o.bsCount[u + r] = i[u];
55
+ return o.blkIndent = y, !0;
56
+ }
57
+ export {
58
+ B as default
59
+ };
@@ -0,0 +1,23 @@
1
+ function i(n, l, c) {
2
+ if (n.sCount[l] - n.blkIndent < 4)
3
+ return !1;
4
+ let e = l + 1, o = e;
5
+ for (; e < c; ) {
6
+ if (n.isEmpty(e)) {
7
+ e++;
8
+ continue;
9
+ }
10
+ if (n.sCount[e] - n.blkIndent >= 4) {
11
+ e++, o = e;
12
+ continue;
13
+ }
14
+ break;
15
+ }
16
+ n.line = o;
17
+ const u = n.push("code_block", "code", 0);
18
+ return u.content = n.getLines(l, o, 4 + n.blkIndent, !1) + `
19
+ `, u.map = [l, n.line], !0;
20
+ }
21
+ export {
22
+ i as default
23
+ };
@@ -0,0 +1,30 @@
1
+ function m(n, f, d, C) {
2
+ let r = n.bMarks[f] + n.tShift[f], o = n.eMarks[f];
3
+ if (n.sCount[f] - n.blkIndent >= 4 || r + 3 > o)
4
+ return !1;
5
+ const i = n.src.charCodeAt(r);
6
+ if (i !== 126 && i !== 96)
7
+ return !1;
8
+ let u = r;
9
+ r = n.skipChars(r, i);
10
+ let c = r - u;
11
+ if (c < 3)
12
+ return !1;
13
+ const h = n.src.slice(u, r), k = n.src.slice(r, o);
14
+ if (i === 96 && k.indexOf(String.fromCharCode(i)) >= 0)
15
+ return !1;
16
+ if (C)
17
+ return !0;
18
+ let e = f, p = !1;
19
+ for (; e++, !(e >= d || (r = u = n.bMarks[e] + n.tShift[e], o = n.eMarks[e], r < o && n.sCount[e] < n.blkIndent)); )
20
+ if (n.src.charCodeAt(r) === i && !(n.sCount[e] - n.blkIndent >= 4) && (r = n.skipChars(r, i), !(r - u < c) && (r = n.skipSpaces(r), !(r < o)))) {
21
+ p = !0;
22
+ break;
23
+ }
24
+ c = n.sCount[f], n.line = e + (p ? 1 : 0);
25
+ const l = n.push("fence", "code", 0);
26
+ return l.info = k, l.content = n.getLines(f + 1, e, c, !0), l.markup = h, l.map = [f, n.line], !0;
27
+ }
28
+ export {
29
+ m as default
30
+ };
@@ -0,0 +1,28 @@
1
+ import { isSpace as u } from "../common/utils.js";
2
+ function s(n, e, d, f) {
3
+ let r = n.bMarks[e] + n.tShift[e], c = n.eMarks[e];
4
+ if (n.sCount[e] - n.blkIndent >= 4)
5
+ return !1;
6
+ let l = n.src.charCodeAt(r);
7
+ if (l !== 35 || r >= c)
8
+ return !1;
9
+ let i = 1;
10
+ for (l = n.src.charCodeAt(++r); l === 35 && r < c && i <= 6; )
11
+ i++, l = n.src.charCodeAt(++r);
12
+ if (i > 6 || r < c && !u(l))
13
+ return !1;
14
+ if (f)
15
+ return !0;
16
+ c = n.skipSpacesBack(c, r);
17
+ const o = n.skipCharsBack(c, 35, r);
18
+ o > r && u(n.src.charCodeAt(o - 1)) && (c = o), n.line = e + 1;
19
+ const p = n.push("heading_open", "h" + String(i), 1);
20
+ p.markup = "########".slice(0, i), p.map = [e, n.line];
21
+ const h = n.push("inline", "", 0);
22
+ h.content = n.src.slice(r, c).trim(), h.map = [e, n.line], h.children = [];
23
+ const k = n.push("heading_close", "h" + String(i), -1);
24
+ return k.markup = "########".slice(0, i), !0;
25
+ }
26
+ export {
27
+ s as default
28
+ };
@@ -0,0 +1,27 @@
1
+ import { isSpace as h } from "../common/utils.js";
2
+ function d(r, n, m, i) {
3
+ const l = r.eMarks[n];
4
+ if (r.sCount[n] - r.blkIndent >= 4)
5
+ return !1;
6
+ let e = r.bMarks[n] + r.tShift[n];
7
+ const o = r.src.charCodeAt(e++);
8
+ if (o !== 42 && o !== 45 && o !== 95)
9
+ return !1;
10
+ let f = 1;
11
+ for (; e < l; ) {
12
+ const u = r.src.charCodeAt(e++);
13
+ if (u !== o && !h(u))
14
+ return !1;
15
+ u === o && f++;
16
+ }
17
+ if (f < 3)
18
+ return !1;
19
+ if (i)
20
+ return !0;
21
+ r.line = n + 1;
22
+ const c = r.push("hr", "hr", 0);
23
+ return c.map = [n, r.line], c.markup = Array(f + 1).join(String.fromCharCode(o)), !0;
24
+ }
25
+ export {
26
+ d as default
27
+ };
@@ -0,0 +1,37 @@
1
+ import p from "../common/html_blocks.js";
2
+ import { HTML_OPEN_CLOSE_TAG_RE as s } from "../common/html_re.js";
3
+ const f = [
4
+ [/^<(script|pre|style|textarea)(?=(\s|>|$))/i, /<\/(script|pre|style|textarea)>/i, !0],
5
+ [/^<!--/, /-->/, !0],
6
+ [/^<\?/, /\?>/, !0],
7
+ [/^<![A-Z]/, />/, !0],
8
+ [/^<!\[CDATA\[/, /\]\]>/, !0],
9
+ [new RegExp("^</?(" + p.join("|") + ")(?=(\\s|/?>|$))", "i"), /^$/, !0],
10
+ [new RegExp(s.source + "\\s*$"), /^$/, !1]
11
+ ];
12
+ function h(e, l, c, k) {
13
+ let o = e.bMarks[l] + e.tShift[l], u = e.eMarks[l];
14
+ if (e.sCount[l] - e.blkIndent >= 4 || !e.md.options.html || e.src.charCodeAt(o) !== 60)
15
+ return !1;
16
+ let i = e.src.slice(o, u), n = 0;
17
+ for (; n < f.length && !f[n][0].test(i); n++)
18
+ ;
19
+ if (n === f.length)
20
+ return !1;
21
+ if (k)
22
+ return f[n][2];
23
+ let r = l + 1;
24
+ if (!f[n][1].test(i)) {
25
+ for (; r < c && !(e.sCount[r] < e.blkIndent); r++)
26
+ if (o = e.bMarks[r] + e.tShift[r], u = e.eMarks[r], i = e.src.slice(o, u), f[n][1].test(i)) {
27
+ i.length !== 0 && r++;
28
+ break;
29
+ }
30
+ }
31
+ e.line = r;
32
+ const t = e.push("html_block", "", 0);
33
+ return t.map = [l, r], t.content = e.getLines(l, r, e.blkIndent, !0), !0;
34
+ }
35
+ export {
36
+ h as default
37
+ };
@@ -0,0 +1,43 @@
1
+ function C(n, i, f) {
2
+ const c = n.md.block.ruler.getRules("paragraph");
3
+ if (n.sCount[i] - n.blkIndent >= 4)
4
+ return !1;
5
+ const d = n.parentType;
6
+ n.parentType = "paragraph";
7
+ let l = 0, o, r = i + 1;
8
+ for (; r < f && !n.isEmpty(r); r++) {
9
+ if (n.sCount[r] - n.blkIndent > 3)
10
+ continue;
11
+ if (n.sCount[r] >= n.blkIndent) {
12
+ let e = n.bMarks[r] + n.tShift[r];
13
+ const p = n.eMarks[r];
14
+ if (e < p && (o = n.src.charCodeAt(e), (o === 45 || o === 61) && (e = n.skipChars(e, o), e = n.skipSpaces(e), e >= p))) {
15
+ l = o === 61 ? 1 : 2;
16
+ break;
17
+ }
18
+ }
19
+ if (n.sCount[r] < 0)
20
+ continue;
21
+ let h = !1;
22
+ for (let e = 0, p = c.length; e < p; e++)
23
+ if (c[e](n, r, f, !0)) {
24
+ h = !0;
25
+ break;
26
+ }
27
+ if (h)
28
+ break;
29
+ }
30
+ if (!l)
31
+ return !1;
32
+ const m = n.getLines(i, r, n.blkIndent, !1).trim();
33
+ n.line = r + 1;
34
+ const k = n.push("heading_open", "h" + String(l), 1);
35
+ k.markup = String.fromCharCode(o), k.map = [i, n.line];
36
+ const u = n.push("inline", "", 0);
37
+ u.content = m, u.map = [i, n.line - 1], u.children = [];
38
+ const g = n.push("heading_close", "h" + String(l), -1);
39
+ return g.markup = String.fromCharCode(o), n.parentType = d, !0;
40
+ }
41
+ export {
42
+ C as default
43
+ };
@@ -0,0 +1,110 @@
1
+ import { isSpace as v } from "../common/utils.js";
2
+ function T(r, c) {
3
+ const u = r.eMarks[c];
4
+ let i = r.bMarks[c] + r.tShift[c];
5
+ const e = r.src.charCodeAt(i++);
6
+ if (e !== 42 && e !== 45 && e !== 43)
7
+ return -1;
8
+ if (i < u) {
9
+ const l = r.src.charCodeAt(i);
10
+ if (!v(l))
11
+ return -1;
12
+ }
13
+ return i;
14
+ }
15
+ function y(r, c) {
16
+ const u = r.bMarks[c] + r.tShift[c], i = r.eMarks[c];
17
+ let e = u;
18
+ if (e + 1 >= i)
19
+ return -1;
20
+ let l = r.src.charCodeAt(e++);
21
+ if (l < 48 || l > 57)
22
+ return -1;
23
+ for (; ; ) {
24
+ if (e >= i)
25
+ return -1;
26
+ if (l = r.src.charCodeAt(e++), l >= 48 && l <= 57) {
27
+ if (e - u >= 10)
28
+ return -1;
29
+ continue;
30
+ }
31
+ if (l === 41 || l === 46)
32
+ break;
33
+ return -1;
34
+ }
35
+ return e < i && (l = r.src.charCodeAt(e), !v(l)) ? -1 : e;
36
+ }
37
+ function N(r, c) {
38
+ const u = r.level + 2;
39
+ for (let i = c + 2, e = r.tokens.length - 2; i < e; i++)
40
+ r.tokens[i].level === u && r.tokens[i].type === "paragraph_open" && (r.tokens[i + 2].hidden = !0, r.tokens[i].hidden = !0, i += 2);
41
+ }
42
+ function a(r, c, u, i) {
43
+ let e, l, m, o, n = c, x = !0;
44
+ if (r.sCount[n] - r.blkIndent >= 4 || r.listIndent >= 0 && r.sCount[n] - r.listIndent >= 4 && r.sCount[n] < r.blkIndent)
45
+ return !1;
46
+ let C = !1;
47
+ i && r.parentType === "paragraph" && r.sCount[n] >= r.blkIndent && (C = !0);
48
+ let k, b, f;
49
+ if ((f = y(r, n)) >= 0) {
50
+ if (k = !0, m = r.bMarks[n] + r.tShift[n], b = Number(r.src.slice(m, f - 1)), C && b !== 1) return !1;
51
+ } else if ((f = T(r, n)) >= 0)
52
+ k = !1;
53
+ else
54
+ return !1;
55
+ if (C && r.skipSpaces(f) >= r.eMarks[n])
56
+ return !1;
57
+ if (i)
58
+ return !0;
59
+ const d = r.src.charCodeAt(f - 1), E = r.tokens.length;
60
+ k ? (o = r.push("ordered_list_open", "ol", 1), b !== 1 && (o.attrs = [["start", b]])) : o = r.push("bullet_list_open", "ul", 1);
61
+ const S = [n, 0];
62
+ o.map = S, o.markup = String.fromCharCode(d);
63
+ let I = !1;
64
+ const M = r.md.block.ruler.getRules("list"), P = r.parentType;
65
+ for (r.parentType = "list"; n < u; ) {
66
+ l = f, e = r.eMarks[n];
67
+ const t = r.sCount[n] + f - (r.bMarks[n] + r.tShift[n]);
68
+ let p = t;
69
+ for (; l < e; ) {
70
+ const h = r.src.charCodeAt(l);
71
+ if (h === 9)
72
+ p += 4 - (p + r.bsCount[n]) % 4;
73
+ else if (h === 32)
74
+ p++;
75
+ else
76
+ break;
77
+ l++;
78
+ }
79
+ const g = l;
80
+ let s;
81
+ g >= e ? s = 1 : s = p - t, s > 4 && (s = 1);
82
+ const w = t + s;
83
+ o = r.push("list_item_open", "li", 1), o.markup = String.fromCharCode(d);
84
+ const _ = [n, 0];
85
+ o.map = _, k && (o.info = r.src.slice(m, f - 1));
86
+ const B = r.tight, O = r.tShift[n], R = r.sCount[n], z = r.listIndent;
87
+ if (r.listIndent = r.blkIndent, r.blkIndent = w, r.tight = !0, r.tShift[n] = g - r.bMarks[n], r.sCount[n] = p, g >= e && r.isEmpty(n + 1) ? r.line = Math.min(r.line + 2, u) : r.md.block.tokenize(r, n, u, !0), (!r.tight || I) && (x = !1), I = r.line - n > 1 && r.isEmpty(r.line - 1), r.blkIndent = r.listIndent, r.listIndent = z, r.tShift[n] = O, r.sCount[n] = R, r.tight = B, o = r.push("list_item_close", "li", -1), o.markup = String.fromCharCode(d), n = r.line, _[1] = n, n >= u || r.sCount[n] < r.blkIndent || r.sCount[n] - r.blkIndent >= 4)
88
+ break;
89
+ let A = !1;
90
+ for (let h = 0, D = M.length; h < D; h++)
91
+ if (M[h](r, n, u, !0)) {
92
+ A = !0;
93
+ break;
94
+ }
95
+ if (A)
96
+ break;
97
+ if (k) {
98
+ if (f = y(r, n), f < 0)
99
+ break;
100
+ m = r.bMarks[n] + r.tShift[n];
101
+ } else if (f = T(r, n), f < 0)
102
+ break;
103
+ if (d !== r.src.charCodeAt(f - 1))
104
+ break;
105
+ }
106
+ return k ? o = r.push("ordered_list_close", "ol", -1) : o = r.push("bullet_list_close", "ul", -1), o.markup = String.fromCharCode(d), S[1] = n, r.line = n, r.parentType = P, x && N(r, E), !0;
107
+ }
108
+ export {
109
+ a as default
110
+ };