@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,948 @@
1
+ import { SenderProps } from './index.type';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ header?(_: {}): any;
6
+ prefix?(_: {}): any;
7
+ actions?(_: {}): any;
8
+ footer?(_: {}): any;
9
+ };
10
+ refs: {
11
+ inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
12
+ _constants: {
13
+ type: ObjectConstructor;
14
+ default: () => {
15
+ INPUT_PC: string;
16
+ INPUTGROUP_PC: string;
17
+ INPUT_MOBILE: string;
18
+ INPUTGROUP_MOBILE: string;
19
+ Mode: string;
20
+ inputMode(mode: any): string;
21
+ inputGroupMode(mode: any): string;
22
+ VALIDATE_ICON: {
23
+ Validating: string;
24
+ Success: string;
25
+ Error: string;
26
+ };
27
+ COMPONENT_NAME: {
28
+ FormItem: string;
29
+ };
30
+ MASKSYMBOL: string;
31
+ TEXTAREA_HEIGHT_MOBILE: number;
32
+ };
33
+ };
34
+ name: StringConstructor;
35
+ size: StringConstructor;
36
+ form: StringConstructor;
37
+ label: StringConstructor;
38
+ height: NumberConstructor;
39
+ resize: StringConstructor;
40
+ tabindex: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ disabled: BooleanConstructor;
45
+ readonly: BooleanConstructor;
46
+ hoverExpand: BooleanConstructor;
47
+ mask: BooleanConstructor;
48
+ suffixIcon: (StringConstructor | ObjectConstructor)[];
49
+ prefixIcon: (StringConstructor | ObjectConstructor)[];
50
+ modelValue: import('vue').PropType<string | number | null>;
51
+ type: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ memorySpace: {
56
+ type: NumberConstructor;
57
+ default: number;
58
+ };
59
+ vertical: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ selectMenu: {
64
+ type: {
65
+ (arrayLength: number): {
66
+ id: string;
67
+ label: string;
68
+ }[];
69
+ (...items: {
70
+ id: string;
71
+ label: string;
72
+ }[]): {
73
+ id: string;
74
+ label: string;
75
+ }[];
76
+ new (arrayLength: number): {
77
+ id: string;
78
+ label: string;
79
+ }[];
80
+ new (...items: {
81
+ id: string;
82
+ label: string;
83
+ }[]): {
84
+ id: string;
85
+ label: string;
86
+ }[];
87
+ isArray(arg: any): arg is any[];
88
+ readonly prototype: any[];
89
+ from<T>(arrayLike: ArrayLike<T>): T[];
90
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
91
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
92
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
93
+ of<T_4>(...items: T_4[]): T_4[];
94
+ readonly [Symbol.species]: ArrayConstructor;
95
+ };
96
+ default: () => never[];
97
+ };
98
+ ellipsis: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ contentStyle: {
103
+ type: ObjectConstructor;
104
+ default: () => {};
105
+ };
106
+ isSelect: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ tips: StringConstructor;
111
+ counter: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ autosize: {
116
+ type: (BooleanConstructor | ObjectConstructor)[];
117
+ default: boolean;
118
+ };
119
+ clearable: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ autocomplete: {
124
+ type: StringConstructor;
125
+ default: string;
126
+ };
127
+ showPassword: {
128
+ type: BooleanConstructor;
129
+ default: boolean;
130
+ };
131
+ showWordLimit: {
132
+ type: BooleanConstructor;
133
+ default: boolean;
134
+ };
135
+ showTitle: {
136
+ type: BooleanConstructor;
137
+ default: boolean;
138
+ };
139
+ validateEvent: {
140
+ type: BooleanConstructor;
141
+ default: boolean;
142
+ };
143
+ popupMore: {
144
+ type: BooleanConstructor;
145
+ default: boolean;
146
+ };
147
+ textareaTitle: {
148
+ type: StringConstructor;
149
+ default: string;
150
+ };
151
+ displayOnly: {
152
+ type: BooleanConstructor;
153
+ default: boolean;
154
+ };
155
+ displayOnlyContent: {
156
+ type: StringConstructor;
157
+ default: string;
158
+ };
159
+ customClass: {
160
+ type: StringConstructor;
161
+ default: string;
162
+ };
163
+ frontClearIcon: {
164
+ type: BooleanConstructor;
165
+ default: boolean;
166
+ };
167
+ showEmptyValue: {
168
+ type: BooleanConstructor;
169
+ default: undefined;
170
+ };
171
+ textAlign: {
172
+ type: StringConstructor;
173
+ default: string;
174
+ };
175
+ width: {
176
+ type: import('vue').PropType<string | number | null>;
177
+ };
178
+ showTooltip: {
179
+ type: BooleanConstructor;
180
+ default: boolean;
181
+ };
182
+ inputBoxType: {
183
+ type: StringConstructor;
184
+ default: string;
185
+ validator: (value: string) => boolean;
186
+ };
187
+ tiny_mode: StringConstructor;
188
+ tiny_mode_root: BooleanConstructor;
189
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
190
+ tiny_renderless: FunctionConstructor;
191
+ tiny_theme: StringConstructor;
192
+ tiny_chart_theme: ObjectConstructor;
193
+ }>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
194
+ [key: string]: any;
195
+ }>, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
196
+ disabled: boolean;
197
+ type: string;
198
+ ellipsis: boolean;
199
+ mask: boolean;
200
+ tiny_mode_root: boolean;
201
+ _constants: Record<string, any>;
202
+ tabindex: string;
203
+ contentStyle: Record<string, any>;
204
+ customClass: string;
205
+ showTitle: boolean;
206
+ readonly: boolean;
207
+ hoverExpand: boolean;
208
+ memorySpace: number;
209
+ vertical: boolean;
210
+ selectMenu: {
211
+ id: string;
212
+ label: string;
213
+ }[];
214
+ isSelect: boolean;
215
+ counter: boolean;
216
+ autosize: boolean | Record<string, any>;
217
+ clearable: boolean;
218
+ autocomplete: string;
219
+ showPassword: boolean;
220
+ showWordLimit: boolean;
221
+ validateEvent: boolean;
222
+ popupMore: boolean;
223
+ textareaTitle: string;
224
+ displayOnly: boolean;
225
+ displayOnlyContent: string;
226
+ frontClearIcon: boolean;
227
+ showEmptyValue: boolean;
228
+ textAlign: string;
229
+ showTooltip: boolean;
230
+ inputBoxType: string;
231
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
232
+ P: {};
233
+ B: {};
234
+ D: {};
235
+ C: {};
236
+ M: {};
237
+ Defaults: {};
238
+ }, Readonly<import('vue').ExtractPropTypes<{
239
+ _constants: {
240
+ type: ObjectConstructor;
241
+ default: () => {
242
+ INPUT_PC: string;
243
+ INPUTGROUP_PC: string;
244
+ INPUT_MOBILE: string;
245
+ INPUTGROUP_MOBILE: string;
246
+ Mode: string;
247
+ inputMode(mode: any): string;
248
+ inputGroupMode(mode: any): string;
249
+ VALIDATE_ICON: {
250
+ Validating: string;
251
+ Success: string;
252
+ Error: string;
253
+ };
254
+ COMPONENT_NAME: {
255
+ FormItem: string;
256
+ };
257
+ MASKSYMBOL: string;
258
+ TEXTAREA_HEIGHT_MOBILE: number;
259
+ };
260
+ };
261
+ name: StringConstructor;
262
+ size: StringConstructor;
263
+ form: StringConstructor;
264
+ label: StringConstructor;
265
+ height: NumberConstructor;
266
+ resize: StringConstructor;
267
+ tabindex: {
268
+ type: StringConstructor;
269
+ default: string;
270
+ };
271
+ disabled: BooleanConstructor;
272
+ readonly: BooleanConstructor;
273
+ hoverExpand: BooleanConstructor;
274
+ mask: BooleanConstructor;
275
+ suffixIcon: (StringConstructor | ObjectConstructor)[];
276
+ prefixIcon: (StringConstructor | ObjectConstructor)[];
277
+ modelValue: import('vue').PropType<string | number | null>;
278
+ type: {
279
+ type: StringConstructor;
280
+ default: string;
281
+ };
282
+ memorySpace: {
283
+ type: NumberConstructor;
284
+ default: number;
285
+ };
286
+ vertical: {
287
+ type: BooleanConstructor;
288
+ default: boolean;
289
+ };
290
+ selectMenu: {
291
+ type: {
292
+ (arrayLength: number): {
293
+ id: string;
294
+ label: string;
295
+ }[];
296
+ (...items: {
297
+ id: string;
298
+ label: string;
299
+ }[]): {
300
+ id: string;
301
+ label: string;
302
+ }[];
303
+ new (arrayLength: number): {
304
+ id: string;
305
+ label: string;
306
+ }[];
307
+ new (...items: {
308
+ id: string;
309
+ label: string;
310
+ }[]): {
311
+ id: string;
312
+ label: string;
313
+ }[];
314
+ isArray(arg: any): arg is any[];
315
+ readonly prototype: any[];
316
+ from<T>(arrayLike: ArrayLike<T>): T[];
317
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
318
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
319
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
320
+ of<T_4>(...items: T_4[]): T_4[];
321
+ readonly [Symbol.species]: ArrayConstructor;
322
+ };
323
+ default: () => never[];
324
+ };
325
+ ellipsis: {
326
+ type: BooleanConstructor;
327
+ default: boolean;
328
+ };
329
+ contentStyle: {
330
+ type: ObjectConstructor;
331
+ default: () => {};
332
+ };
333
+ isSelect: {
334
+ type: BooleanConstructor;
335
+ default: boolean;
336
+ };
337
+ tips: StringConstructor;
338
+ counter: {
339
+ type: BooleanConstructor;
340
+ default: boolean;
341
+ };
342
+ autosize: {
343
+ type: (BooleanConstructor | ObjectConstructor)[];
344
+ default: boolean;
345
+ };
346
+ clearable: {
347
+ type: BooleanConstructor;
348
+ default: boolean;
349
+ };
350
+ autocomplete: {
351
+ type: StringConstructor;
352
+ default: string;
353
+ };
354
+ showPassword: {
355
+ type: BooleanConstructor;
356
+ default: boolean;
357
+ };
358
+ showWordLimit: {
359
+ type: BooleanConstructor;
360
+ default: boolean;
361
+ };
362
+ showTitle: {
363
+ type: BooleanConstructor;
364
+ default: boolean;
365
+ };
366
+ validateEvent: {
367
+ type: BooleanConstructor;
368
+ default: boolean;
369
+ };
370
+ popupMore: {
371
+ type: BooleanConstructor;
372
+ default: boolean;
373
+ };
374
+ textareaTitle: {
375
+ type: StringConstructor;
376
+ default: string;
377
+ };
378
+ displayOnly: {
379
+ type: BooleanConstructor;
380
+ default: boolean;
381
+ };
382
+ displayOnlyContent: {
383
+ type: StringConstructor;
384
+ default: string;
385
+ };
386
+ customClass: {
387
+ type: StringConstructor;
388
+ default: string;
389
+ };
390
+ frontClearIcon: {
391
+ type: BooleanConstructor;
392
+ default: boolean;
393
+ };
394
+ showEmptyValue: {
395
+ type: BooleanConstructor;
396
+ default: undefined;
397
+ };
398
+ textAlign: {
399
+ type: StringConstructor;
400
+ default: string;
401
+ };
402
+ width: {
403
+ type: import('vue').PropType<string | number | null>;
404
+ };
405
+ showTooltip: {
406
+ type: BooleanConstructor;
407
+ default: boolean;
408
+ };
409
+ inputBoxType: {
410
+ type: StringConstructor;
411
+ default: string;
412
+ validator: (value: string) => boolean;
413
+ };
414
+ tiny_mode: StringConstructor;
415
+ tiny_mode_root: BooleanConstructor;
416
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
417
+ tiny_renderless: FunctionConstructor;
418
+ tiny_theme: StringConstructor;
419
+ tiny_chart_theme: ObjectConstructor;
420
+ }>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
421
+ [key: string]: any;
422
+ }>, {}, {}, {}, {
423
+ disabled: boolean;
424
+ type: string;
425
+ ellipsis: boolean;
426
+ mask: boolean;
427
+ tiny_mode_root: boolean;
428
+ _constants: Record<string, any>;
429
+ tabindex: string;
430
+ contentStyle: Record<string, any>;
431
+ customClass: string;
432
+ showTitle: boolean;
433
+ readonly: boolean;
434
+ hoverExpand: boolean;
435
+ memorySpace: number;
436
+ vertical: boolean;
437
+ selectMenu: {
438
+ id: string;
439
+ label: string;
440
+ }[];
441
+ isSelect: boolean;
442
+ counter: boolean;
443
+ autosize: boolean | Record<string, any>;
444
+ clearable: boolean;
445
+ autocomplete: string;
446
+ showPassword: boolean;
447
+ showWordLimit: boolean;
448
+ validateEvent: boolean;
449
+ popupMore: boolean;
450
+ textareaTitle: string;
451
+ displayOnly: boolean;
452
+ displayOnlyContent: string;
453
+ frontClearIcon: boolean;
454
+ showEmptyValue: boolean;
455
+ textAlign: string;
456
+ showTooltip: boolean;
457
+ inputBoxType: string;
458
+ }> | null;
459
+ };
460
+ rootEl: HTMLDivElement;
461
+ };
462
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
463
+ declare const __VLS_component: import('vue').DefineComponent<SenderProps, {
464
+ focus: () => void;
465
+ blur: () => void;
466
+ clear: () => void;
467
+ submit: () => void;
468
+ startSpeech: () => void;
469
+ stopSpeech: () => void;
470
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
471
+ [x: string]: any;
472
+ } & {
473
+ [x: string]: any;
474
+ }, string, import('vue').PublicProps, Readonly<SenderProps> & Readonly<{
475
+ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
476
+ }>, {
477
+ loading: boolean;
478
+ mode: import('./index.type').InputMode;
479
+ disabled: boolean;
480
+ allowSpeech: boolean;
481
+ allowFiles: boolean;
482
+ submitType: import('./index.type').SubmitTrigger;
483
+ autofocus: boolean;
484
+ modelValue: string;
485
+ autoSize: import('./index.type').AutoSize;
486
+ clearable: boolean;
487
+ debounceSubmit: number;
488
+ maxLength: number;
489
+ placeholder: string;
490
+ showWordLimit: boolean;
491
+ theme: import('./index.type').ThemeType;
492
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
493
+ inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
494
+ _constants: {
495
+ type: ObjectConstructor;
496
+ default: () => {
497
+ INPUT_PC: string;
498
+ INPUTGROUP_PC: string;
499
+ INPUT_MOBILE: string;
500
+ INPUTGROUP_MOBILE: string;
501
+ Mode: string;
502
+ inputMode(mode: any): string;
503
+ inputGroupMode(mode: any): string;
504
+ VALIDATE_ICON: {
505
+ Validating: string;
506
+ Success: string;
507
+ Error: string;
508
+ };
509
+ COMPONENT_NAME: {
510
+ FormItem: string;
511
+ };
512
+ MASKSYMBOL: string;
513
+ TEXTAREA_HEIGHT_MOBILE: number;
514
+ };
515
+ };
516
+ name: StringConstructor;
517
+ size: StringConstructor;
518
+ form: StringConstructor;
519
+ label: StringConstructor;
520
+ height: NumberConstructor;
521
+ resize: StringConstructor;
522
+ tabindex: {
523
+ type: StringConstructor;
524
+ default: string;
525
+ };
526
+ disabled: BooleanConstructor;
527
+ readonly: BooleanConstructor;
528
+ hoverExpand: BooleanConstructor;
529
+ mask: BooleanConstructor;
530
+ suffixIcon: (StringConstructor | ObjectConstructor)[];
531
+ prefixIcon: (StringConstructor | ObjectConstructor)[];
532
+ modelValue: import('vue').PropType<string | number | null>;
533
+ type: {
534
+ type: StringConstructor;
535
+ default: string;
536
+ };
537
+ memorySpace: {
538
+ type: NumberConstructor;
539
+ default: number;
540
+ };
541
+ vertical: {
542
+ type: BooleanConstructor;
543
+ default: boolean;
544
+ };
545
+ selectMenu: {
546
+ type: {
547
+ (arrayLength: number): {
548
+ id: string;
549
+ label: string;
550
+ }[];
551
+ (...items: {
552
+ id: string;
553
+ label: string;
554
+ }[]): {
555
+ id: string;
556
+ label: string;
557
+ }[];
558
+ new (arrayLength: number): {
559
+ id: string;
560
+ label: string;
561
+ }[];
562
+ new (...items: {
563
+ id: string;
564
+ label: string;
565
+ }[]): {
566
+ id: string;
567
+ label: string;
568
+ }[];
569
+ isArray(arg: any): arg is any[];
570
+ readonly prototype: any[];
571
+ from<T>(arrayLike: ArrayLike<T>): T[];
572
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
573
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
574
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
575
+ of<T_4>(...items: T_4[]): T_4[];
576
+ readonly [Symbol.species]: ArrayConstructor;
577
+ };
578
+ default: () => never[];
579
+ };
580
+ ellipsis: {
581
+ type: BooleanConstructor;
582
+ default: boolean;
583
+ };
584
+ contentStyle: {
585
+ type: ObjectConstructor;
586
+ default: () => {};
587
+ };
588
+ isSelect: {
589
+ type: BooleanConstructor;
590
+ default: boolean;
591
+ };
592
+ tips: StringConstructor;
593
+ counter: {
594
+ type: BooleanConstructor;
595
+ default: boolean;
596
+ };
597
+ autosize: {
598
+ type: (BooleanConstructor | ObjectConstructor)[];
599
+ default: boolean;
600
+ };
601
+ clearable: {
602
+ type: BooleanConstructor;
603
+ default: boolean;
604
+ };
605
+ autocomplete: {
606
+ type: StringConstructor;
607
+ default: string;
608
+ };
609
+ showPassword: {
610
+ type: BooleanConstructor;
611
+ default: boolean;
612
+ };
613
+ showWordLimit: {
614
+ type: BooleanConstructor;
615
+ default: boolean;
616
+ };
617
+ showTitle: {
618
+ type: BooleanConstructor;
619
+ default: boolean;
620
+ };
621
+ validateEvent: {
622
+ type: BooleanConstructor;
623
+ default: boolean;
624
+ };
625
+ popupMore: {
626
+ type: BooleanConstructor;
627
+ default: boolean;
628
+ };
629
+ textareaTitle: {
630
+ type: StringConstructor;
631
+ default: string;
632
+ };
633
+ displayOnly: {
634
+ type: BooleanConstructor;
635
+ default: boolean;
636
+ };
637
+ displayOnlyContent: {
638
+ type: StringConstructor;
639
+ default: string;
640
+ };
641
+ customClass: {
642
+ type: StringConstructor;
643
+ default: string;
644
+ };
645
+ frontClearIcon: {
646
+ type: BooleanConstructor;
647
+ default: boolean;
648
+ };
649
+ showEmptyValue: {
650
+ type: BooleanConstructor;
651
+ default: undefined;
652
+ };
653
+ textAlign: {
654
+ type: StringConstructor;
655
+ default: string;
656
+ };
657
+ width: {
658
+ type: import('vue').PropType<string | number | null>;
659
+ };
660
+ showTooltip: {
661
+ type: BooleanConstructor;
662
+ default: boolean;
663
+ };
664
+ inputBoxType: {
665
+ type: StringConstructor;
666
+ default: string;
667
+ validator: (value: string) => boolean;
668
+ };
669
+ tiny_mode: StringConstructor;
670
+ tiny_mode_root: BooleanConstructor;
671
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
672
+ tiny_renderless: FunctionConstructor;
673
+ tiny_theme: StringConstructor;
674
+ tiny_chart_theme: ObjectConstructor;
675
+ }>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
676
+ [key: string]: any;
677
+ }>, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
678
+ disabled: boolean;
679
+ type: string;
680
+ ellipsis: boolean;
681
+ mask: boolean;
682
+ tiny_mode_root: boolean;
683
+ _constants: Record<string, any>;
684
+ tabindex: string;
685
+ contentStyle: Record<string, any>;
686
+ customClass: string;
687
+ showTitle: boolean;
688
+ readonly: boolean;
689
+ hoverExpand: boolean;
690
+ memorySpace: number;
691
+ vertical: boolean;
692
+ selectMenu: {
693
+ id: string;
694
+ label: string;
695
+ }[];
696
+ isSelect: boolean;
697
+ counter: boolean;
698
+ autosize: boolean | Record<string, any>;
699
+ clearable: boolean;
700
+ autocomplete: string;
701
+ showPassword: boolean;
702
+ showWordLimit: boolean;
703
+ validateEvent: boolean;
704
+ popupMore: boolean;
705
+ textareaTitle: string;
706
+ displayOnly: boolean;
707
+ displayOnlyContent: string;
708
+ frontClearIcon: boolean;
709
+ showEmptyValue: boolean;
710
+ textAlign: string;
711
+ showTooltip: boolean;
712
+ inputBoxType: string;
713
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
714
+ P: {};
715
+ B: {};
716
+ D: {};
717
+ C: {};
718
+ M: {};
719
+ Defaults: {};
720
+ }, Readonly<import('vue').ExtractPropTypes<{
721
+ _constants: {
722
+ type: ObjectConstructor;
723
+ default: () => {
724
+ INPUT_PC: string;
725
+ INPUTGROUP_PC: string;
726
+ INPUT_MOBILE: string;
727
+ INPUTGROUP_MOBILE: string;
728
+ Mode: string;
729
+ inputMode(mode: any): string;
730
+ inputGroupMode(mode: any): string;
731
+ VALIDATE_ICON: {
732
+ Validating: string;
733
+ Success: string;
734
+ Error: string;
735
+ };
736
+ COMPONENT_NAME: {
737
+ FormItem: string;
738
+ };
739
+ MASKSYMBOL: string;
740
+ TEXTAREA_HEIGHT_MOBILE: number;
741
+ };
742
+ };
743
+ name: StringConstructor;
744
+ size: StringConstructor;
745
+ form: StringConstructor;
746
+ label: StringConstructor;
747
+ height: NumberConstructor;
748
+ resize: StringConstructor;
749
+ tabindex: {
750
+ type: StringConstructor;
751
+ default: string;
752
+ };
753
+ disabled: BooleanConstructor;
754
+ readonly: BooleanConstructor;
755
+ hoverExpand: BooleanConstructor;
756
+ mask: BooleanConstructor;
757
+ suffixIcon: (StringConstructor | ObjectConstructor)[];
758
+ prefixIcon: (StringConstructor | ObjectConstructor)[];
759
+ modelValue: import('vue').PropType<string | number | null>;
760
+ type: {
761
+ type: StringConstructor;
762
+ default: string;
763
+ };
764
+ memorySpace: {
765
+ type: NumberConstructor;
766
+ default: number;
767
+ };
768
+ vertical: {
769
+ type: BooleanConstructor;
770
+ default: boolean;
771
+ };
772
+ selectMenu: {
773
+ type: {
774
+ (arrayLength: number): {
775
+ id: string;
776
+ label: string;
777
+ }[];
778
+ (...items: {
779
+ id: string;
780
+ label: string;
781
+ }[]): {
782
+ id: string;
783
+ label: string;
784
+ }[];
785
+ new (arrayLength: number): {
786
+ id: string;
787
+ label: string;
788
+ }[];
789
+ new (...items: {
790
+ id: string;
791
+ label: string;
792
+ }[]): {
793
+ id: string;
794
+ label: string;
795
+ }[];
796
+ isArray(arg: any): arg is any[];
797
+ readonly prototype: any[];
798
+ from<T>(arrayLike: ArrayLike<T>): T[];
799
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
800
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
801
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
802
+ of<T_4>(...items: T_4[]): T_4[];
803
+ readonly [Symbol.species]: ArrayConstructor;
804
+ };
805
+ default: () => never[];
806
+ };
807
+ ellipsis: {
808
+ type: BooleanConstructor;
809
+ default: boolean;
810
+ };
811
+ contentStyle: {
812
+ type: ObjectConstructor;
813
+ default: () => {};
814
+ };
815
+ isSelect: {
816
+ type: BooleanConstructor;
817
+ default: boolean;
818
+ };
819
+ tips: StringConstructor;
820
+ counter: {
821
+ type: BooleanConstructor;
822
+ default: boolean;
823
+ };
824
+ autosize: {
825
+ type: (BooleanConstructor | ObjectConstructor)[];
826
+ default: boolean;
827
+ };
828
+ clearable: {
829
+ type: BooleanConstructor;
830
+ default: boolean;
831
+ };
832
+ autocomplete: {
833
+ type: StringConstructor;
834
+ default: string;
835
+ };
836
+ showPassword: {
837
+ type: BooleanConstructor;
838
+ default: boolean;
839
+ };
840
+ showWordLimit: {
841
+ type: BooleanConstructor;
842
+ default: boolean;
843
+ };
844
+ showTitle: {
845
+ type: BooleanConstructor;
846
+ default: boolean;
847
+ };
848
+ validateEvent: {
849
+ type: BooleanConstructor;
850
+ default: boolean;
851
+ };
852
+ popupMore: {
853
+ type: BooleanConstructor;
854
+ default: boolean;
855
+ };
856
+ textareaTitle: {
857
+ type: StringConstructor;
858
+ default: string;
859
+ };
860
+ displayOnly: {
861
+ type: BooleanConstructor;
862
+ default: boolean;
863
+ };
864
+ displayOnlyContent: {
865
+ type: StringConstructor;
866
+ default: string;
867
+ };
868
+ customClass: {
869
+ type: StringConstructor;
870
+ default: string;
871
+ };
872
+ frontClearIcon: {
873
+ type: BooleanConstructor;
874
+ default: boolean;
875
+ };
876
+ showEmptyValue: {
877
+ type: BooleanConstructor;
878
+ default: undefined;
879
+ };
880
+ textAlign: {
881
+ type: StringConstructor;
882
+ default: string;
883
+ };
884
+ width: {
885
+ type: import('vue').PropType<string | number | null>;
886
+ };
887
+ showTooltip: {
888
+ type: BooleanConstructor;
889
+ default: boolean;
890
+ };
891
+ inputBoxType: {
892
+ type: StringConstructor;
893
+ default: string;
894
+ validator: (value: string) => boolean;
895
+ };
896
+ tiny_mode: StringConstructor;
897
+ tiny_mode_root: BooleanConstructor;
898
+ tiny_template: (ObjectConstructor | FunctionConstructor)[];
899
+ tiny_renderless: FunctionConstructor;
900
+ tiny_theme: StringConstructor;
901
+ tiny_chart_theme: ObjectConstructor;
902
+ }>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
903
+ [key: string]: any;
904
+ }>, {}, {}, {}, {
905
+ disabled: boolean;
906
+ type: string;
907
+ ellipsis: boolean;
908
+ mask: boolean;
909
+ tiny_mode_root: boolean;
910
+ _constants: Record<string, any>;
911
+ tabindex: string;
912
+ contentStyle: Record<string, any>;
913
+ customClass: string;
914
+ showTitle: boolean;
915
+ readonly: boolean;
916
+ hoverExpand: boolean;
917
+ memorySpace: number;
918
+ vertical: boolean;
919
+ selectMenu: {
920
+ id: string;
921
+ label: string;
922
+ }[];
923
+ isSelect: boolean;
924
+ counter: boolean;
925
+ autosize: boolean | Record<string, any>;
926
+ clearable: boolean;
927
+ autocomplete: string;
928
+ showPassword: boolean;
929
+ showWordLimit: boolean;
930
+ validateEvent: boolean;
931
+ popupMore: boolean;
932
+ textareaTitle: string;
933
+ displayOnly: boolean;
934
+ displayOnlyContent: string;
935
+ frontClearIcon: boolean;
936
+ showEmptyValue: boolean;
937
+ textAlign: string;
938
+ showTooltip: boolean;
939
+ inputBoxType: string;
940
+ }> | null;
941
+ }, HTMLDivElement>;
942
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
943
+ export default _default;
944
+ type __VLS_WithTemplateSlots<T, S> = T & {
945
+ new (): {
946
+ $slots: S;
947
+ };
948
+ };