@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.
- package/.vscode/extensions.json +3 -0
- package/README.md +1 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/bubble-item/components/actions/copy.vue.d.ts +10 -0
- package/dist/bubble-item/components/actions/index.d.ts +2 -0
- package/dist/bubble-item/components/actions/refresh.vue.d.ts +2 -0
- package/dist/bubble-item/components/icons/ai.vue.d.ts +2 -0
- package/dist/bubble-item/components/icons/index.d.ts +2 -0
- package/dist/bubble-item/components/icons/user.vue.d.ts +2 -0
- package/dist/bubble-item/index.d.ts +7 -0
- package/dist/bubble-list/bubble-list.vue.d.ts +5 -0
- package/dist/bubble-list/index.d.ts +8 -0
- package/dist/bubble-list/index.type.d.ts +55 -0
- package/dist/conversations/index.d.ts +7 -0
- package/dist/conversations/index.vue.d.ts +2 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +29 -0
- package/dist/node_modules/.pnpm/@opentiny_utils@3.22.0/node_modules/@opentiny/utils/dist/index.es.js +2202 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-button@3.22.0/node_modules/@opentiny/vue-button/lib/index.js +113 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-button@3.22.0/node_modules/@opentiny/vue-button/lib/pc.js +93 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js +725 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-dialog-box@3.22.0/node_modules/@opentiny/vue-dialog-box/lib/index.js +198 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-dialog-box@3.22.0/node_modules/@opentiny/vue-dialog-box/lib/pc.js +204 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-directive@3.22.0/node_modules/@opentiny/vue-directive/index.js +57 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useEventListener.js +10 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useInstanceSlots.js +14 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useRelation.js +54 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/vue-popper.js +85 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/vue-popup.js +69 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/close.js +29 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/eyeclose.js +42 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/eyeopen.js +43 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/finish.js +34 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/fullscreen.js +30 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/loading-shadow.js +78 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/minscreen.js +30 -0
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-center.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-left.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-right.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-bold.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-code-block.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-code-view.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-color.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-column.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-row.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-table.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-font-size.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-format-clear.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h1.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h2.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h3.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h4.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h5.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-h6.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-heading.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-high-light.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-image.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-italic.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-line-height.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-link-unlink.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-link.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-list-ordered.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-list-unordered.js +24 -0
- 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
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-merge-cells.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-node-delete.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-paragraph.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-quote-text.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-redo.js +24 -0
- 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
- 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
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-strike-through.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-subscript.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-superscript.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-table.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-task-list.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-underline.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/rich-text-undo.js +24 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/sub-script.js +29 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/warn.js +26 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-input@3.22.0/node_modules/@opentiny/vue-input/lib/index.js +196 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-input@3.22.0/node_modules/@opentiny/vue-input/lib/pc.js +568 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-locale@3.22.0/node_modules/@opentiny/vue-locale/lib/index.js +1783 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/button/index.js +13 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/button/vue.js +34 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/chunk-G2ADBYYC.js +12 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/dialog-box/index.js +135 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/dialog-box/vue.js +149 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/input/index.js +228 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/input/vue.js +263 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tall-storage/index.js +63 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tall-storage/vue-storage-box.js +16 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tall-storage/vue.js +23 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tooltip/index.js +77 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tooltip/vue.js +90 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.22.0/node_modules/@opentiny/vue-tooltip/lib/index.js +176 -0
- package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.22.0/node_modules/@opentiny/vue-tooltip/lib/pc.js +248 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js +277 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js +46 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js +7 -0
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js +7 -0
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js +187 -0
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/debounce.js +54 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/now.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +22 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js +67 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js +5 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js +164 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js +8 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js +44 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js +21 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js +37 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js +112 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js +63 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js +34 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js +96 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js +78 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js +40 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js +59 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js +127 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js +95 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js +59 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js +23 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js +30 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js +28 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js +27 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js +37 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js +43 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js +110 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js +25 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js +95 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js +84 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js +99 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js +7 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js +10 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js +57 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js +9 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js +31 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js +80 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js +8 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js +16 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js +46 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js +31 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +34 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js +57 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js +33 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js +32 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js +10 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js +32 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js +48 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js +40 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js +28 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js +23 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js +27 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js +54 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js +39 -0
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js +31 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js +10 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js +61 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js +48 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js +7 -0
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js +74 -0
- package/dist/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js +139 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js +4 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js +4 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js +4 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js +4 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js +4 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js +14 -0
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js +4 -0
- package/dist/packages/components/src/assets/icons/accessory.svg.js +4 -0
- package/dist/packages/components/src/assets/icons/loading-speech.svg.js +4 -0
- package/dist/packages/components/src/assets/icons/loading.svg.js +4 -0
- package/dist/packages/components/src/assets/icons/send.svg.js +4 -0
- package/dist/packages/components/src/assets/icons/voice.svg.js +4 -0
- package/dist/packages/components/src/bubble-item/bubble-item.vue.js +7 -0
- package/dist/packages/components/src/bubble-item/bubble-item.vue2.js +111 -0
- package/dist/packages/components/src/bubble-item/components/actions/copy.vue.js +46 -0
- package/dist/packages/components/src/bubble-item/components/actions/copy.vue2.js +4 -0
- package/dist/packages/components/src/bubble-item/components/actions/refresh.vue.js +12 -0
- package/dist/packages/components/src/bubble-item/components/icons/ai.vue.js +45 -0
- package/dist/packages/components/src/bubble-item/components/icons/user.vue.js +63 -0
- package/dist/packages/components/src/bubble-item/index.js +9 -0
- package/dist/packages/components/src/bubble-list/bubble-list.vue.js +7 -0
- package/dist/packages/components/src/bubble-list/bubble-list.vue2.js +52 -0
- package/dist/packages/components/src/bubble-list/index.js +9 -0
- package/dist/packages/components/src/conversations/index.js +9 -0
- package/dist/packages/components/src/conversations/index.vue.js +9 -0
- package/dist/packages/components/src/sender/components/ActionButtons.vue.js +161 -0
- package/dist/packages/components/src/sender/components/ActionButtons.vue2.js +4 -0
- package/dist/packages/components/src/sender/composables/useInputHandler.js +34 -0
- package/dist/packages/components/src/sender/composables/useKeyboardHandler.js +31 -0
- package/dist/packages/components/src/sender/composables/useSpeechHandler.js +67 -0
- package/dist/packages/components/src/sender/index.js +9 -0
- package/dist/packages/components/src/sender/index.vue.js +233 -0
- package/dist/packages/components/src/sender/index.vue2.js +4 -0
- package/dist/packages/components/src/welcome/index.js +9 -0
- package/dist/packages/components/src/welcome/index.vue.js +9 -0
- package/dist/sender/components/ActionButtons.vue.d.ts +23 -0
- package/dist/sender/composables/useInputHandler.d.ts +17 -0
- package/dist/sender/composables/useKeyboardHandler.d.ts +18 -0
- package/dist/sender/composables/useSpeechHandler.d.ts +14 -0
- package/dist/sender/index.d.ts +7 -0
- package/dist/sender/index.type.d.ts +90 -0
- package/dist/sender/index.vue.d.ts +948 -0
- package/dist/style.css +1 -0
- package/dist/welcome/index.d.ts +7 -0
- package/dist/welcome/index.vue.d.ts +2 -0
- package/package.json +42 -0
- package/src/assets/icons/accessory.svg +12 -0
- package/src/assets/icons/loading-speech.svg +16 -0
- package/src/assets/icons/loading.svg +17 -0
- package/src/assets/icons/send.svg +21 -0
- package/src/assets/icons/voice.svg +22 -0
- package/src/bubble-item/bubble-item.vue +264 -0
- package/src/bubble-item/components/actions/copy.vue +47 -0
- package/src/bubble-item/components/actions/index.ts +2 -0
- package/src/bubble-item/components/actions/refresh.vue +27 -0
- package/src/bubble-item/components/icons/ai.vue +30 -0
- package/src/bubble-item/components/icons/index.ts +2 -0
- package/src/bubble-item/components/icons/user.vue +78 -0
- package/src/bubble-item/index.ts +12 -0
- package/src/bubble-list/bubble-list.vue +53 -0
- package/src/bubble-list/index.ts +14 -0
- package/src/bubble-list/index.type.ts +65 -0
- package/src/conversations/index.ts +12 -0
- package/src/conversations/index.vue +3 -0
- package/src/index.ts +30 -0
- package/src/sender/components/ActionButtons.vue +165 -0
- package/src/sender/composables/useInputHandler.ts +69 -0
- package/src/sender/composables/useKeyboardHandler.ts +99 -0
- package/src/sender/composables/useSpeechHandler.ts +128 -0
- package/src/sender/global.d.ts +44 -0
- package/src/sender/index.less +344 -0
- package/src/sender/index.ts +12 -0
- package/src/sender/index.type.ts +111 -0
- package/src/sender/index.vue +289 -0
- package/src/sender/vars.less +84 -0
- package/src/vite-env.d.ts +1 -0
- package/src/welcome/index.ts +12 -0
- package/src/welcome/index.vue +3 -0
- package/tsconfig.json +37 -0
- package/tsconfig.node.json +10 -0
- package/vite.config.ts +53 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ n(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M11.245 15H4.755l-2 5H.6L7 4h2l6.4 16h-2.155l-2-5Zm-.8-2L8 6.885 5.554 13h4.891ZM21 12.535V12h2v8h-2v-.535a4 4 0 1 1 0-6.93ZM19 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), h = [c];
|
|
15
|
+
function a(l, m) {
|
|
16
|
+
return o(), t("svg", r, [].concat(h));
|
|
17
|
+
}
|
|
18
|
+
var i = {
|
|
19
|
+
render: a
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextFontSize",
|
|
23
|
+
component: i
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var a = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M12.651 14.065 11.605 20H9.574l1.35-7.661-7.41-7.41L4.93 3.515 20.485 19.07l-1.414 1.414-6.42-6.42Zm-.878-6.535.27-1.53h-1.8l-2-2H20v2h-5.927L13.5 9.256 11.773 7.53Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function l(h, i) {
|
|
16
|
+
return o(), t("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: l
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextFormatClear",
|
|
23
|
+
component: m
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M13 20h-2v-7H4v7H2V4h2v7h7V4h2v16Zm8-12v12h-2v-9.796l-2 .536V8.67L19.5 8H21Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), v = [n];
|
|
15
|
+
function h(m, i) {
|
|
16
|
+
return o(), t("svg", c, [].concat(v));
|
|
17
|
+
}
|
|
18
|
+
var a = {
|
|
19
|
+
render: h
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextH1",
|
|
23
|
+
component: a
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, h = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M4 4v7h7V4h2v16h-2v-7H4v7H2V4h2Zm14.5 4a3.75 3.75 0 0 1 2.978 6.03l-.148.18L18.034 18H22v2h-7v-1.556l4.82-5.546a1.75 1.75 0 1 0-3.065-1.292l-.005.144h-2A3.75 3.75 0 0 1 18.5 8Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [h];
|
|
15
|
+
function v(l, m) {
|
|
16
|
+
return o(), t("svg", c, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var a = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextH2",
|
|
23
|
+
component: a
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "m22 8-.002 2-2.505 2.883a3.752 3.752 0 0 1-.993 7.367 3.751 3.751 0 0 1-3.682-3.033l1.964-.382a1.75 1.75 0 1 0 .924-1.895l-1.307-1.547L19.35 10H15V8h7ZM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), h = [n];
|
|
15
|
+
function a(m, i) {
|
|
16
|
+
return o(), t("svg", c, [].concat(h));
|
|
17
|
+
}
|
|
18
|
+
var v = {
|
|
19
|
+
render: a
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextH3",
|
|
23
|
+
component: v
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as v } from "vue";
|
|
3
|
+
var h = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, r = /* @__PURE__ */ v(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M13 20h-2v-7H4v7H2V4h2v7h7V4h2v16Zm9-12v8h1.5v2H22v2h-2v-2h-5.5v-1.34l5-8.66H22Zm-2 3.133L17.19 16H20v-4.867Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [r];
|
|
15
|
+
function n(a, i) {
|
|
16
|
+
return o(), t("svg", h, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: n
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextH4",
|
|
23
|
+
component: m
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, h = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M22 8v2h-4.323l-.464 2.636A4.006 4.006 0 0 1 22.25 16.5a4 4 0 0 1-7.846 1.103l1.923-.551a2 2 0 1 0 .363-1.804l-1.81-.904L16 8h6ZM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [h];
|
|
15
|
+
function v(l, i) {
|
|
16
|
+
return o(), t("svg", c, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var a = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextH5",
|
|
23
|
+
component: a
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "m21.097 8-2.598 4.5a4 4 0 1 1-3.453 1.981L18.788 8h2.309ZM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2Zm14.5 10.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), h = [n];
|
|
15
|
+
function a(m, i) {
|
|
16
|
+
return o(), t("svg", c, [].concat(h));
|
|
17
|
+
}
|
|
18
|
+
var v = {
|
|
19
|
+
render: a
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextH6",
|
|
23
|
+
component: v
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ n(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M17 11V4h2v17h-2v-8H7v8H5V4h2v7h10Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), a = [c];
|
|
15
|
+
function h(i, m) {
|
|
16
|
+
return o(), t("svg", r, [].concat(a));
|
|
17
|
+
}
|
|
18
|
+
var v = {
|
|
19
|
+
render: h
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextHeading",
|
|
23
|
+
component: v
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var a = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M15.243 4.511 8.505 11.25l-.707 2.12-1.04 1.042 2.828 2.828 1.04-1.04 2.122-.708 6.737-6.737-4.242-4.243Zm6.364 3.536a1 1 0 0 1 0 1.414l-7.778 7.778-2.122.707-1.414 1.415a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414L6.05 12.29l.707-2.122 7.779-7.778a1 1 0 0 1 1.414 0l5.657 5.657Zm-6.364-.707 1.414 1.414-4.95 4.95-1.414-1.414 4.95-4.95Zm-10.96 9.546 2.828 2.828-1.414 1.414-4.243-1.414 2.829-2.828Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function i(l, m) {
|
|
16
|
+
return o(), t("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: i
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextHighLight",
|
|
23
|
+
component: h
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as a } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, r = /* @__PURE__ */ a(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M20 5H4v14l9.292-9.294a1 1 0 0 1 1.415 0L20 15.01V5ZM2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993ZM8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [r];
|
|
15
|
+
function m(h, i) {
|
|
16
|
+
return o(), t("svg", c, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var v = {
|
|
19
|
+
render: m
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextImage",
|
|
23
|
+
component: v
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as c } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ c(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15v2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), h = [n];
|
|
15
|
+
function i(l, v) {
|
|
16
|
+
return o(), t("svg", r, [].concat(h));
|
|
17
|
+
}
|
|
18
|
+
var a = {
|
|
19
|
+
render: i
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextHighItalic",
|
|
23
|
+
component: a
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as h } from "vue";
|
|
3
|
+
var n = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, v = /* @__PURE__ */ h(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M11 4h10v2H11V4ZM6 7v4H4V7H1l4-4 4 4H6Zm0 10h3l-4 4-4-4h3v-4h2v4Zm5 1h10v2H11v-2Zm-2-7h12v2H9v-2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), r = [v];
|
|
15
|
+
function c(m, a) {
|
|
16
|
+
return o(), t("svg", n, [].concat(r));
|
|
17
|
+
}
|
|
18
|
+
var i = {
|
|
19
|
+
render: c
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextLineHeight",
|
|
23
|
+
component: i
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as n, openBlock as t, createElementVNode as o } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, a = /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M17 17h5v2h-3v3h-2v-5ZM7 7H2V5h3V2h2v5Zm11.364 8.536L16.95 14.12l1.414-1.414a5 5 0 0 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414Zm-2.829 2.828-1.414 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 0 0 7.071 7.071l1.414-1.414 1.415 1.414Zm-.707-10.607 1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [a];
|
|
15
|
+
function l(i, m) {
|
|
16
|
+
return t(), n("svg", r, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: l
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextLinkUnlink",
|
|
23
|
+
component: h
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, a = /* @__PURE__ */ n(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "m18.364 15.535-1.414-1.414 1.414-1.414a5 5 0 0 0-7.07-7.071L9.878 7.05 8.465 5.636l1.414-1.414a7 7 0 0 1 9.9 9.9l-1.415 1.413Zm-2.828 2.829-1.414 1.414a7 7 0 1 1-9.9-9.9l1.414-1.414 1.415 1.414-1.415 1.415a5 5 0 0 0 7.071 7.07l1.415-1.413 1.414 1.414Zm-.707-10.607 1.414 1.414-7.071 7.072-1.414-1.415 7.07-7.07Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [a];
|
|
15
|
+
function m(l, h) {
|
|
16
|
+
return o(), t("svg", r, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var i = {
|
|
19
|
+
render: m
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextLink",
|
|
23
|
+
component: i
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as v, openBlock as t, createElementVNode as h } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, o = /* @__PURE__ */ h(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M8 4h13v2H8V4ZM5 3v3h1v1H3V6h1V4H3V3h2ZM3 14v-2.5h2V11H3v-1h3v2.5H4v.5h2v1H3Zm2 5.5H3v-1h2V18H3v-1h3v4H3v-1h2v-.5ZM8 11h13v2H8v-2Zm0 7h13v2H8v-2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [o];
|
|
15
|
+
function n(m, H) {
|
|
16
|
+
return t(), v("svg", r, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var i = {
|
|
19
|
+
render: n
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextListOrdered",
|
|
23
|
+
component: i
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var n = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M8 4h13v2H8V4ZM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3ZM8 11h13v2H8v-2Zm0 7h13v2H8v-2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), a = [c];
|
|
15
|
+
function v(h, i) {
|
|
16
|
+
return o(), t("svg", n, [].concat(a));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextListUnordered",
|
|
23
|
+
component: m
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as v, createElementVNode as h } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, o = /* @__PURE__ */ h(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16Zm-2-9V5h-5.999v2H15l-3 3-3-3h2V5H5v6h2v2H5v6h6v-2H9l3-3 3 3h-1.999v2H19v-6h-2v-2h2Zm-8 2H9v-2h2v2Zm4 0h-2v-2h2v2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), a = [o];
|
|
15
|
+
function c(n, m) {
|
|
16
|
+
return v(), t("svg", r, [].concat(a));
|
|
17
|
+
}
|
|
18
|
+
var l = {
|
|
19
|
+
render: c
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextMergeCellsVertical",
|
|
23
|
+
component: l
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as h, openBlock as v, createElementVNode as t } from "vue";
|
|
3
|
+
var o = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, r = /* @__PURE__ */ t(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16Zm-9 2H5v5.999h2V9l3 3-3 3v-2H5v6h6v-2h2v2h6v-6h-2v2l-3-3 3-3v1.999h2V5h-6v2h-2V5Zm2 8v2h-2v-2h2Zm0-4v2h-2V9h2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), a = [r];
|
|
15
|
+
function c(l, m) {
|
|
16
|
+
return v(), h("svg", o, [].concat(a));
|
|
17
|
+
}
|
|
18
|
+
var n = {
|
|
19
|
+
render: c
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextMergeCells",
|
|
23
|
+
component: n
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as h } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ h(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M7 4V2h10v2h5v2h-2v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6H2V4h5ZM6 6v14h12V6H6Zm3 3h2v8H9V9Zm4 0h2v8h-2V9Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function v(m, i) {
|
|
16
|
+
return o(), t("svg", r, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var a = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextNodeDelete",
|
|
23
|
+
component: a
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as r, openBlock as t, createElementVNode as a } from "vue";
|
|
3
|
+
var o = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, h = /* @__PURE__ */ a(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M12 6v15h-2v-5a6 6 0 0 1 0-12h10v2h-3v15h-2V6h-3Zm-2 0a4 4 0 1 0 0 8V6Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [h];
|
|
15
|
+
function n(m, i) {
|
|
16
|
+
return t(), r("svg", o, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var v = {
|
|
19
|
+
render: n
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextParagraph",
|
|
23
|
+
component: v
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as c, createElementVNode as o } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179Zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), a = [n];
|
|
15
|
+
function m(l, h) {
|
|
16
|
+
return c(), t("svg", r, [].concat(a));
|
|
17
|
+
}
|
|
18
|
+
var i = {
|
|
19
|
+
render: m
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextQuoteText",
|
|
23
|
+
component: i
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M18.172 7H11a6 6 0 0 0 0 12h9v2h-9a8 8 0 0 1 0-16h7.172l-2.536-2.536L17.05 1.05 22 6l-4.95 4.95-1.414-1.415L18.172 7Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), a = [n];
|
|
15
|
+
function h(l, m) {
|
|
16
|
+
return t(), o("svg", c, [].concat(a));
|
|
17
|
+
}
|
|
18
|
+
var i = {
|
|
19
|
+
render: h
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextRedo",
|
|
23
|
+
component: i
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
|
|
3
|
+
var a = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, l = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16Zm-9 2H5v14h6v-4h2v4h6V5h-6v4h-2V5Zm4 4 3 3-3 3v-2H9v2l-3-3 3-3v2h6V9Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [l];
|
|
15
|
+
function v(c, i) {
|
|
16
|
+
return o(), t("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextSplitCellsHorizontal",
|
|
23
|
+
component: h
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as l, createElementVNode as o } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, a = /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16Zm-1 2H5v5.999L9 11v2H5v6h14v-6h-4v-2l4-.001V5Zm-7 1 3 3h-2v6h2l-3 3-3-3h2V9H9l3-3Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [a];
|
|
15
|
+
function v(n, i) {
|
|
16
|
+
return l(), t("svg", r, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextSplitCellsVertical",
|
|
23
|
+
component: h
|
|
24
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { svg as e } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as c, createElementVNode as o } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, h = /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M17.154 14c.23.516.346 1.09.346 1.72 0 1.342-.524 2.392-1.571 3.147C14.88 19.622 13.434 20 11.586 20c-1.64 0-3.263-.381-4.87-1.145v-2.254c1.52.877 3.075 1.316 4.666 1.316 2.551 0 3.83-.732 3.839-2.197a2.21 2.21 0 0 0-.648-1.603l-.12-.117H3v-2h18v2h-3.846Zm-4.078-3H7.629a4.086 4.086 0 0 1-.481-.522C6.716 9.92 6.5 9.246 6.5 8.452c0-1.236.466-2.287 1.397-3.153C8.83 4.433 10.271 4 12.222 4c1.471 0 2.879.328 4.222.984v2.152c-1.2-.687-2.515-1.03-3.946-1.03-2.48 0-3.719.782-3.719 2.346 0 .42.218.786.654 1.099.436.313.974.563 1.613.75.62.18 1.297.414 2.03.699Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [h];
|
|
15
|
+
function a(i, m) {
|
|
16
|
+
return c(), t("svg", r, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var v = {
|
|
19
|
+
render: a
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextStrikeThrough",
|
|
23
|
+
component: v
|
|
24
|
+
});
|