@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,29 @@
|
|
|
1
|
+
import { svg as o } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as n, createElementVNode as r } from "vue";
|
|
3
|
+
var c = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, a = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M12.49 3.3a.5.5 0 0 1 .05.62L8.58 7.89l3.91 3.88c.21.19.23.48.05.71-.17.19-.49.24-.71.06L7.88 8.58 4 12.49c-.18.17-.5.18-.68.01a.496.496 0 0 1-.08-.67l3.93-3.94L3.29 4a.524.524 0 0 1 .04-.71c.17-.14.42-.16.58-.05l3.97 3.93 3.9-3.87c.18-.22.51-.22.71 0Z",
|
|
10
|
+
"fill-rule": "evenodd"
|
|
11
|
+
},
|
|
12
|
+
null,
|
|
13
|
+
-1
|
|
14
|
+
/* HOISTED */
|
|
15
|
+
), l = [a];
|
|
16
|
+
function d(e, s) {
|
|
17
|
+
return n(), t("svg", c, [].concat(l));
|
|
18
|
+
}
|
|
19
|
+
var i = {
|
|
20
|
+
render: d
|
|
21
|
+
}, _ = function() {
|
|
22
|
+
return o({
|
|
23
|
+
name: "IconClose",
|
|
24
|
+
component: i
|
|
25
|
+
})();
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
_ as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { svg as l } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as n, openBlock as o, createElementVNode as c } from "vue";
|
|
3
|
+
var t = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 16",
|
|
6
|
+
style: {
|
|
7
|
+
"enable-background": "new 0 0 16 16"
|
|
8
|
+
},
|
|
9
|
+
"xml:space": "preserve"
|
|
10
|
+
}, r = /* @__PURE__ */ c(
|
|
11
|
+
"rect",
|
|
12
|
+
{
|
|
13
|
+
style: {
|
|
14
|
+
fill: "none"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
null,
|
|
18
|
+
-1
|
|
19
|
+
/* HOISTED */
|
|
20
|
+
), a = /* @__PURE__ */ c(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
d: "m3.49 5.21.72.72-.23.18c-.16.13-.3.27-.46.4l-.25.23c-.39.39-.75.79-1.05 1.2L2.16 8l-.05.06-.17.24.28.38.19.24c.33.4.7.8 1.1 1.19l.18.16c1.32 1.18 2.78 1.87 4.32 1.87h.23c.61-.02 1.21-.17 1.78-.4l.76.76-.22.1c-.81.35-1.67.55-2.56.55h-.22c-1.81-.06-3.47-.92-4.95-2.29l-.27-.25c-.42-.42-.81-.86-1.15-1.3l-.04-.09-.05-.06-.17-.24-.14-.19-.1-.16-.04-.07a.5.5 0 0 1 0-.38l.04-.08.1-.16.13-.19.17-.24.1-.13.21-.27c.35-.44.76-.87 1.2-1.28.22-.19.44-.39.67-.56zm.27-2.35h.07c.1.01.19.06.28.15l1.12 1.12c.88-.42 1.8-.65 2.77-.65h.23c1.81.06 3.47.92 4.95 2.29l.27.25c.42.42.81.86 1.15 1.3l.05.07.05.06.17.24.13.19.1.16.04.07c.05.12.05.25.01.38l-.05.09-.1.16-.13.19-.17.25-.1.13-.2.27c-.35.44-.76.87-1.2 1.28l-.24.22c-.13.12-.28.24-.42.35l.79.79.05.06c.15.19.13.47-.05.65l-.06.05c-.19.15-.47.13-.65-.05l-.94-.93-.73-.73-1.33-1.33-.21-.22-6-6.01-.05-.06c-.15-.2-.14-.47.05-.66a.52.52 0 0 1 .35-.13zM5.3 7.02l.78.78-.03.12c-.03.13-.04.25-.04.38v.12c.05 1.06.92 1.88 1.99 1.88h.13c.13-.01.25-.04.39-.06l.78.78-.15.06c-.35.15-.74.23-1.14.23h-.14a2.993 2.993 0 0 1-2.86-2.99c-.02-.48.09-.91.29-1.3zM8 4.47h-.22c-.62.03-1.21.16-1.79.4l.73.73c.39-.18.82-.29 1.3-.29h.15c1.59.07 2.86 1.38 2.86 2.99v.17c-.02.4-.12.79-.29 1.13l1.09 1.09c.23-.18.46-.38.69-.59l.24-.23c.39-.39.75-.79 1.05-1.2l.05-.06.05-.06.18-.25-.28-.38-.19-.24c-.33-.4-.7-.8-1.1-1.19l-.18-.16C10.98 5.16 9.54 4.47 8 4.47zM8 6.3h-.13c-.14.02-.26.03-.38.06l2.45 2.45c.05-.17.07-.34.07-.52v-.12A2.02 2.02 0 0 0 8 6.3z"
|
|
24
|
+
},
|
|
25
|
+
null,
|
|
26
|
+
-1
|
|
27
|
+
/* HOISTED */
|
|
28
|
+
), h = [r, a];
|
|
29
|
+
function s(e, i) {
|
|
30
|
+
return o(), n("svg", t, [].concat(h));
|
|
31
|
+
}
|
|
32
|
+
var v = {
|
|
33
|
+
render: s
|
|
34
|
+
}, _ = function() {
|
|
35
|
+
return l({
|
|
36
|
+
name: "IconEyeclose",
|
|
37
|
+
component: v
|
|
38
|
+
})();
|
|
39
|
+
};
|
|
40
|
+
export {
|
|
41
|
+
_ as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { svg as c } 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 e } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 16 16",
|
|
6
|
+
style: {
|
|
7
|
+
"enable-background": "new 0 0 16 16"
|
|
8
|
+
},
|
|
9
|
+
"xml:space": "preserve"
|
|
10
|
+
}, l = /* @__PURE__ */ e(
|
|
11
|
+
"rect",
|
|
12
|
+
{
|
|
13
|
+
style: {
|
|
14
|
+
fill: "none"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
null,
|
|
18
|
+
-1
|
|
19
|
+
/* HOISTED */
|
|
20
|
+
), a = /* @__PURE__ */ e(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
class: "eyeopen_svg__st1",
|
|
24
|
+
d: "M8 3.16c1.89 0 3.63.87 5.17 2.3.53.5 1 1.02 1.41 1.55.03.05.07.09.1.14l.17.23.14.2.1.15c.1.16.1.37 0 .53l-.1.15-.14.2-.17.23-.1.14c-.41.52-.88 1.05-1.41 1.55-1.54 1.43-3.28 2.3-5.17 2.3-1.9 0-3.64-.87-5.18-2.3-.53-.5-1-1.03-1.41-1.55-.03-.05-.07-.09-.1-.14l-.17-.23-.14-.2-.1-.15c-.1-.16-.1-.37 0-.53l.1-.15.14-.2.17-.23.1-.14c.41-.53.88-1.05 1.41-1.55C4.36 4.03 6.1 3.16 8 3.16zm0 1c-1.61 0-3.12.76-4.5 2.03-.49.46-.92.95-1.3 1.43l-.09.12-.18.25.27.38c.38.48.81.97 1.3 1.42 1.38 1.28 2.89 2.04 4.5 2.04 1.6 0 3.11-.76 4.49-2.04.49-.45.92-.94 1.3-1.42l.09-.12.18-.26-.27-.37c-.38-.48-.81-.97-1.3-1.43C11.11 4.92 9.6 4.16 8 4.16zM8 5c1.65 0 3 1.34 3 3 0 1.65-1.35 3-3 3-1.66 0-3-1.35-3-3 0-1.66 1.34-3 3-3zm0 1c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2z"
|
|
25
|
+
},
|
|
26
|
+
null,
|
|
27
|
+
-1
|
|
28
|
+
/* HOISTED */
|
|
29
|
+
), s = [l, a];
|
|
30
|
+
function _(n, m) {
|
|
31
|
+
return t(), o("svg", r, [].concat(s));
|
|
32
|
+
}
|
|
33
|
+
var i = {
|
|
34
|
+
render: _
|
|
35
|
+
}, d = function() {
|
|
36
|
+
return c({
|
|
37
|
+
name: "IconEyeopen",
|
|
38
|
+
component: i
|
|
39
|
+
})();
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
d as default
|
|
43
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { svg as o } 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 e } from "vue";
|
|
3
|
+
var l = {
|
|
4
|
+
viewBox: "0 0 16 16",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, r = /* @__PURE__ */ e(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M16 0v16H0V0h16Z",
|
|
10
|
+
fill: "none"
|
|
11
|
+
},
|
|
12
|
+
null,
|
|
13
|
+
-1
|
|
14
|
+
/* HOISTED */
|
|
15
|
+
), a = /* @__PURE__ */ e(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M6.98 10.15a.828.828 0 0 1-.43-.18l-.09-.07-1.48-1.49a.435.435 0 0 1 0-.63.43.43 0 0 1 .56-.06l.07.06 1.48 1.48 3.29-3.28c.17-.18.46-.18.63 0 .16.15.18.39.06.56l-.06.07L7.73 9.9c-.14.14-.32.23-.52.25l-.12.01-.11-.01Z",
|
|
19
|
+
"fill-rule": "evenodd"
|
|
20
|
+
},
|
|
21
|
+
null,
|
|
22
|
+
-1
|
|
23
|
+
/* HOISTED */
|
|
24
|
+
), c = [r, a];
|
|
25
|
+
function i(v, d) {
|
|
26
|
+
return t(), n("svg", l, [].concat(c));
|
|
27
|
+
}
|
|
28
|
+
var h = {
|
|
29
|
+
render: i
|
|
30
|
+
};
|
|
31
|
+
o({
|
|
32
|
+
name: "IconFinish",
|
|
33
|
+
component: h
|
|
34
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { svg as c } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as s, openBlock as r, createElementVNode as n } from "vue";
|
|
3
|
+
var t = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
"xml:space": "preserve"
|
|
7
|
+
}, l = /* @__PURE__ */ n(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
class: "fullscreen_svg__st0",
|
|
11
|
+
d: "M8 3H4.5l5.2 5.3c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0L3 4.3V8c0 .6-.4 1-1 1s-1-.4-1-1V2c0-.6.4-1 1-1h6c.5 0 1 .4 1 1s-.4 1-1 1zM8 21H4.5l5.2-5.3c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0L3 19.7V16c0-.6-.4-1-1-1s-1 .4-1 1v6c0 .6.4 1 1 1h6c.5 0 1-.4 1-1s-.4-1-1-1zM16 3h3.5l-5.2 5.3c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0L21 4.3V8c0 .6.4 1 1 1s1-.4 1-1V2c0-.6-.4-1-1-1h-6c-.5 0-1 .4-1 1s.4 1 1 1zM16 21h3.5l-5.2-5.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l5.3 5.4V16c0-.6.4-1 1-1s1 .4 1 1v6c0 .6-.4 1-1 1h-6c-.5 0-1-.4-1-1s.4-1 1-1z"
|
|
12
|
+
},
|
|
13
|
+
null,
|
|
14
|
+
-1
|
|
15
|
+
/* HOISTED */
|
|
16
|
+
), o = [l];
|
|
17
|
+
function a(e, h) {
|
|
18
|
+
return r(), s("svg", t, [].concat(o));
|
|
19
|
+
}
|
|
20
|
+
var v = {
|
|
21
|
+
render: a
|
|
22
|
+
}, m = function() {
|
|
23
|
+
return c({
|
|
24
|
+
name: "IconFullscreen",
|
|
25
|
+
component: v
|
|
26
|
+
})();
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
m as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { svg as a } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as t, openBlock as r, createElementVNode as e } from "vue";
|
|
3
|
+
var n = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 32 32"
|
|
6
|
+
}, s = /* @__PURE__ */ e(
|
|
7
|
+
"defs",
|
|
8
|
+
{
|
|
9
|
+
fill: "none"
|
|
10
|
+
},
|
|
11
|
+
[/* @__PURE__ */ e("linearGradient", {
|
|
12
|
+
id: "loading-shadow_svg__a",
|
|
13
|
+
x1: "-1285.88",
|
|
14
|
+
y1: "25.63",
|
|
15
|
+
x2: "-1286.89",
|
|
16
|
+
y2: "25.13",
|
|
17
|
+
gradientTransform: "matrix(29.6 0 0 29.6 38096.4 -732.8)",
|
|
18
|
+
gradientUnits: "userSpaceOnUse"
|
|
19
|
+
}, [/* @__PURE__ */ e("stop", {
|
|
20
|
+
offset: "0",
|
|
21
|
+
"stop-color": "#191919",
|
|
22
|
+
"stop-opacity": "0"
|
|
23
|
+
}), /* @__PURE__ */ e("stop", {
|
|
24
|
+
offset: "1",
|
|
25
|
+
"stop-color": "#191919"
|
|
26
|
+
})])],
|
|
27
|
+
-1
|
|
28
|
+
/* HOISTED */
|
|
29
|
+
), i = /* @__PURE__ */ e(
|
|
30
|
+
"mask",
|
|
31
|
+
{
|
|
32
|
+
fill: "none",
|
|
33
|
+
id: "loading-shadow_svg__b",
|
|
34
|
+
"mask-type": "alpha",
|
|
35
|
+
maskUnits: "userSpaceOnUse",
|
|
36
|
+
x: "0",
|
|
37
|
+
y: "0"
|
|
38
|
+
},
|
|
39
|
+
[/* @__PURE__ */ e("path", {
|
|
40
|
+
fill: "url(#loading-shadow_svg__a)",
|
|
41
|
+
d: "M16 1.2c1 0 1.8.8 1.8 1.8S17 4.8 16 4.8C9.8 4.8 4.8 9.8 4.8 16s5 11.2 11.2 11.2 11.2-5 11.2-11.2c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8c0 8.2-6.6 14.8-14.8 14.8S1.2 24.2 1.2 16 7.8 1.2 16 1.2Z"
|
|
42
|
+
}, [/* @__PURE__ */ e("animateTransform", {
|
|
43
|
+
attributeName: "transform",
|
|
44
|
+
attributeType: "XML",
|
|
45
|
+
type: "rotate",
|
|
46
|
+
from: "0 16 16",
|
|
47
|
+
to: "360 16 16",
|
|
48
|
+
dur: "1s",
|
|
49
|
+
repeatCount: "indefinite"
|
|
50
|
+
})])],
|
|
51
|
+
-1
|
|
52
|
+
/* HOISTED */
|
|
53
|
+
), d = /* @__PURE__ */ e(
|
|
54
|
+
"g",
|
|
55
|
+
{
|
|
56
|
+
mask: "url(#loading-shadow_svg__b)"
|
|
57
|
+
},
|
|
58
|
+
[/* @__PURE__ */ e("path", {
|
|
59
|
+
d: "M-.1 32H32V-.11H-.1V32Z",
|
|
60
|
+
"fill-rule": "evenodd"
|
|
61
|
+
})],
|
|
62
|
+
-1
|
|
63
|
+
/* HOISTED */
|
|
64
|
+
), l = [s, i, d];
|
|
65
|
+
function _(o, p) {
|
|
66
|
+
return r(), t("svg", n, [].concat(l));
|
|
67
|
+
}
|
|
68
|
+
var c = {
|
|
69
|
+
render: _
|
|
70
|
+
}, g = function() {
|
|
71
|
+
return a({
|
|
72
|
+
name: "IconLoadingShadow",
|
|
73
|
+
component: c
|
|
74
|
+
})();
|
|
75
|
+
};
|
|
76
|
+
export {
|
|
77
|
+
g as default
|
|
78
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { svg as c } from "../../../../../@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js";
|
|
2
|
+
import { createElementBlock as s, openBlock as n, createElementVNode as r } from "vue";
|
|
3
|
+
var t = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
"xml:space": "preserve"
|
|
7
|
+
}, o = /* @__PURE__ */ r(
|
|
8
|
+
"path",
|
|
9
|
+
{
|
|
10
|
+
class: "minscreen_svg__st0",
|
|
11
|
+
d: "M3 8h3.5L1.3 2.7c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L8 6.7V3c0-.6.4-1 1-1s1 .4 1 1v6c0 .6-.4 1-1 1H3c-.5 0-1-.4-1-1s.4-1 1-1zM3 16h3.5l-5.2 5.3c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0L8 17.3V21c0 .6.4 1 1 1s1-.4 1-1v-6c0-.6-.4-1-1-1H3c-.5 0-1 .4-1 1s.4 1 1 1zM21 8h-3.5l5.2-5.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0L16 6.7V3c0-.6-.4-1-1-1s-1 .4-1 1v6c0 .6.4 1 1 1h6c.5 0 1-.4 1-1s-.4-1-1-1zM21 16h-3.5l5.2 5.3c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0L16 17.3V21c0 .6-.4 1-1 1s-1-.4-1-1v-6c0-.6.4-1 1-1h6c.5 0 1 .4 1 1s-.4 1-1 1z"
|
|
12
|
+
},
|
|
13
|
+
null,
|
|
14
|
+
-1
|
|
15
|
+
/* HOISTED */
|
|
16
|
+
), a = [o];
|
|
17
|
+
function v(e, l) {
|
|
18
|
+
return n(), s("svg", t, [].concat(a));
|
|
19
|
+
}
|
|
20
|
+
var i = {
|
|
21
|
+
render: v
|
|
22
|
+
}, _ = function() {
|
|
23
|
+
return c({
|
|
24
|
+
name: "IconMinscreen",
|
|
25
|
+
component: i
|
|
26
|
+
})();
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
_ as default
|
|
30
|
+
};
|
|
@@ -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
|
+
}, a = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M10 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6ZM9 5H5v14h4V5Zm9 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm1 2h-2v1.999L15 11v2l2-.001V15h2v-2.001L21 13v-2l-2-.001V9Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [a];
|
|
15
|
+
function v(h, l) {
|
|
16
|
+
return o(), t("svg", n, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextAddColumnAfter",
|
|
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 o, openBlock as t, createElementVNode as r } from "vue";
|
|
3
|
+
var n = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, a = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6Zm-1 2h-4v14h4V5ZM6 7a5 5 0 1 1 0 10A5 5 0 0 1 6 7Zm1 2H5v1.999L3 11v2l2-.001V15h2v-2.001L9 13v-2l-2-.001V9Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [a];
|
|
15
|
+
function v(m, l) {
|
|
16
|
+
return t(), o("svg", n, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextAddColumnBefore",
|
|
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 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 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm1 2h-2v1.999L9 17v2l2-.001V21h2v-2.001L15 19v-2l-2-.001V15Zm7-12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16ZM5 5v4h14V5H5Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function v(m, d) {
|
|
16
|
+
return o(), t("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextAddRowAfter",
|
|
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 o, openBlock as t, 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: "M20 13a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h16Zm-1 2H5v4h14v-4ZM12 1a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm1 2h-2v1.999L9 5v2l2-.001V9h2V6.999L15 7V5l-2-.001V3Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function v(m, d) {
|
|
16
|
+
return t(), o("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextAddRowBefore",
|
|
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 n, createElementVNode as o } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ o(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M3 4h18v2H3V4Zm2 15h14v2H5v-2Zm-2-5h18v2H3v-2Zm2-5h14v2H5V9Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), v = [c];
|
|
15
|
+
function h(i, a) {
|
|
16
|
+
return n(), t("svg", r, [].concat(v));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: h
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextAlignCenter",
|
|
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 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: "M3 4h18v2H3V4Zm0 15h14v2H3v-2Zm0-5h18v2H3v-2Zm0-5h14v2H3V9Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), v = [c];
|
|
15
|
+
function h(i, a) {
|
|
16
|
+
return o(), t("svg", r, [].concat(v));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: h
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextAlignLeft",
|
|
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 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: "M3 4h18v2H3V4Zm4 15h14v2H7v-2Zm-4-5h18v2H3v-2Zm4-5h14v2H7V9Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), h = [c];
|
|
15
|
+
function v(m, a) {
|
|
16
|
+
return o(), t("svg", r, [].concat(h));
|
|
17
|
+
}
|
|
18
|
+
var i = {
|
|
19
|
+
render: v
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextAlignRight",
|
|
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 a = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, c = /* @__PURE__ */ r(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M8 11h4.5a2.5 2.5 0 0 0 0-5H8v5Zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.498 4.498 0 0 1 18 15.5ZM8 13v5h5.5a2.5 2.5 0 0 0 0-5H8Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function h(v, i) {
|
|
16
|
+
return t(), o("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: h
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextBold",
|
|
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 o, openBlock as t, createElementVNode as c } from "vue";
|
|
3
|
+
var r = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, a = /* @__PURE__ */ c(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm1 2v14h16V5H4Zm16 7-3.535 3.536-1.415-1.415L17.172 12 15.05 9.879l1.415-1.415L20 12ZM6.828 12l2.122 2.121-1.414 1.415L4 12l3.536-3.536L8.95 9.88 6.828 12Zm4.416 5H9.116l3.64-10h2.128l-3.64 10Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), l = [a];
|
|
15
|
+
function n(h, v) {
|
|
16
|
+
return t(), o("svg", r, [].concat(l));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: n
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextCodeBlock",
|
|
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 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: "m16.95 8.465 1.414-1.415 4.95 4.95-4.95 4.95-1.414-1.414L20.485 12 16.95 8.465Zm-9.9 0L3.515 12l3.535 3.536-1.414 1.414L.686 12l4.95-4.95L7.05 8.465Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), i = [n];
|
|
15
|
+
function m(l, d) {
|
|
16
|
+
return t(), o("svg", c, [].concat(i));
|
|
17
|
+
}
|
|
18
|
+
var a = {
|
|
19
|
+
render: m
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextCodeView",
|
|
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 o, openBlock as t, 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 2c5.522 0 10 3.978 10 8.889a5.558 5.558 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667 0 .422.167.811.422 1.1.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22 6.478 22 2 17.522 2 12S6.478 2 12 2Zm-1.189 16.111a3.664 3.664 0 0 1 3.667-3.667h1.966A3.558 3.558 0 0 0 20 10.89C20 7.139 16.468 4 12 4a8 8 0 0 0-.676 15.972 3.648 3.648 0 0 1-.513-1.86ZM7.5 12a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm9 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3ZM12 9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function m(i, l) {
|
|
16
|
+
return t(), o("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: m
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextColor",
|
|
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 a = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, r = /* @__PURE__ */ n(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M12 3a1 1 0 0 1 1 1v8a5 5 0 1 1 .213 8.152L13 20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6Zm-1 2H7v14h4V5Zm8 10h-6v2h6v-2Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [r];
|
|
15
|
+
function m(v, l) {
|
|
16
|
+
return o(), t("svg", a, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var h = {
|
|
19
|
+
render: m
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextDeleteColumn",
|
|
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 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: "M20 5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1 5 5 0 1 1-8 0H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h16Zm-7 10v2h6v-2h-6Zm6-8H5v4h14V7Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), n = [c];
|
|
15
|
+
function h(m, i) {
|
|
16
|
+
return o(), t("svg", a, [].concat(n));
|
|
17
|
+
}
|
|
18
|
+
var v = {
|
|
19
|
+
render: h
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextDeleteRow",
|
|
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 a } from "vue";
|
|
3
|
+
var l = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, r = /* @__PURE__ */ a(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
d: "M6.535 3h14.464a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.833-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3Zm.535 2-4.667 7 4.667 7H20V5H7.07ZM13 10.586l2.828-2.829 1.414 1.415L14.413 12l2.829 2.828-1.414 1.415-2.829-2.829-2.828 2.829-1.414-1.415L11.585 12 8.757 9.172l1.414-1.415 2.828 2.829Z"
|
|
10
|
+
},
|
|
11
|
+
null,
|
|
12
|
+
-1
|
|
13
|
+
/* HOISTED */
|
|
14
|
+
), c = [r];
|
|
15
|
+
function n(h, i) {
|
|
16
|
+
return o(), t("svg", l, [].concat(c));
|
|
17
|
+
}
|
|
18
|
+
var m = {
|
|
19
|
+
render: n
|
|
20
|
+
};
|
|
21
|
+
e({
|
|
22
|
+
name: "IconRichTextDeleteTable",
|
|
23
|
+
component: m
|
|
24
|
+
});
|