@touchvue/chat 1.0.0-beta.4 → 1.0.0-beta.40
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/README.md +70 -70
- package/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
- package/es/index.mjs.map +1 -1
- package/es/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.mjs +1380 -0
- package/es/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs +469 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs +63 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs +9 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs.map +1 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs +9 -0
- package/es/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs.map +1 -0
- package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs +7824 -0
- package/es/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.mjs.map +1 -0
- package/es/node_modules/.pnpm/{linkify-it@3.0.3 → linkify-it@5.0.0}/node_modules/linkify-it/index.mjs +162 -157
- package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs +195 -0
- package/es/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/common/html_blocks.mjs +6 -3
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs +26 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs +291 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs +6 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +81 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +18 -10
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +70 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/index.mjs +81 -107
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs +135 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs +63 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs +197 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/presets/commonmark.mjs +24 -11
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/presets/default.mjs +21 -10
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/presets/zero.mjs +25 -11
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/renderer.mjs +72 -95
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/ruler.mjs +37 -50
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/blockquote.mjs +48 -121
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/code.mjs +13 -12
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/fence.mjs +30 -29
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs +55 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs +44 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs +73 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/lheading.mjs +33 -29
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/list.mjs +92 -123
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs +49 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs +211 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/state_block.mjs +49 -61
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs +232 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/block.mjs +5 -5
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/inline.mjs +6 -6
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs +138 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/normalize.mjs +8 -7
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/replacements.mjs +32 -25
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +50 -55
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/state_core.mjs +5 -7
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs +46 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs +75 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/backticks.mjs +20 -18
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +33 -34
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +48 -52
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs +55 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs +73 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs → markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs} +17 -9
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +54 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/image.mjs +31 -43
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/link.mjs +34 -41
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs +59 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/newline.mjs +11 -13
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +31 -62
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +42 -42
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs +89 -0
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
- package/es/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/token.mjs +22 -29
- package/es/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs.map +1 -0
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs +5 -0
- package/es/{_virtual → node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl}/index.mjs.map +1 -1
- package/es/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/decode.mjs +32 -40
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs.map +1 -0
- package/es/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/encode.mjs +22 -29
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs.map +1 -0
- package/es/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/format.mjs +5 -5
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs.map +1 -0
- package/es/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/parse.mjs +101 -84
- package/es/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs.map +1 -0
- package/es/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs +443 -0
- package/es/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs +7 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs.map +1 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs +4 -0
- package/es/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
- package/es/package.json.css +1 -1
- package/es/package.json.mjs +1 -1
- package/es/packages/components/index.mjs +1 -1
- package/es/packages/components/resolver.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue2.mjs +219 -159
- package/es/packages/components/touchchat/component/AiRobot/HelloChat.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/face.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/AiRobot/face.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/face.vue2.mjs +27 -13
- package/es/packages/components/touchchat/component/AiRobot/face.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/letter.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/AiRobot/letter.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/letter.vue2.mjs +169 -40
- package/es/packages/components/touchchat/component/AiRobot/letter.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.mjs +15 -10
- package/es/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/start.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/AiRobot/start.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/AiRobot/start.vue2.mjs +18 -11
- package/es/packages/components/touchchat/component/AiRobot/start.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/CardView.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/CardView.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/CardView.vue2.mjs +66 -42
- package/es/packages/components/touchchat/component/CardView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/FileContent.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/FileContent.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/FileContent.vue2.mjs +201 -0
- package/es/packages/components/touchchat/component/FileContent.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/FileView.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/FileView.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/FileView.vue2.mjs +17 -4
- package/es/packages/components/touchchat/component/FileView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/HelloChat.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/HelloChat.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/HelloChat.vue2.mjs +26 -14
- package/es/packages/components/touchchat/component/HelloChat.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/ImageFile.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/ImageFile.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ImageFile.vue2.mjs +162 -0
- package/es/packages/components/touchchat/component/ImageFile.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ImageView.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/ImageView.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/ImageView.vue2.mjs +1 -1
- package/es/packages/components/touchchat/component/ImageView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/LinkView.vue.mjs +3 -2
- package/es/packages/components/touchchat/component/LinkView.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/component/LinkView.vue2.mjs +19 -5
- package/es/packages/components/touchchat/component/LinkView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/component/MarkLayer.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/MarkLayer.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/MarkLayer.vue2.mjs +56 -0
- package/es/packages/components/touchchat/component/MarkLayer.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue2.mjs +121 -0
- package/es/packages/components/touchchat/component/ModuleSelect.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/PDFFile.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/PDFFile.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/PDFFile.vue2.mjs +205 -0
- package/es/packages/components/touchchat/component/PDFFile.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue2.mjs +160 -0
- package/es/packages/components/touchchat/component/RealtimeVoice.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/Screenshot.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/Screenshot.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/Screenshot.vue2.mjs +199 -0
- package/es/packages/components/touchchat/component/Screenshot.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue2.mjs +69 -0
- package/es/packages/components/touchchat/component/ThoughtChain.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/UploadView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView.vue2.mjs +146 -0
- package/es/packages/components/touchchat/component/UploadView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue2.mjs +166 -0
- package/es/packages/components/touchchat/component/UploadView_api.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/component/VoiceView.vue.mjs +7 -0
- package/es/packages/components/touchchat/component/VoiceView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/component/VoiceView.vue2.mjs +165 -0
- package/es/packages/components/touchchat/component/VoiceView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/doc.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/doc.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/docx.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/docx.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/gif.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/gif.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/html.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/html.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/jpg.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/jpg.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/mp3.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/mp3.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/mp4.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/mp4.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/music.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/music.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/pdf.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/pdf.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/png.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/png.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/ppt.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/ppt.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/pptx.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/pptx.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/txt.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/txt.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/xls.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/xls.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/file/xlsx.png.mjs +4 -0
- package/es/packages/components/touchchat/img/file/xlsx.png.mjs.map +1 -0
- package/es/packages/components/touchchat/img/svg/reset.svg.mjs +4 -0
- package/es/packages/components/touchchat/img/svg/reset.svg.mjs.map +1 -0
- package/es/packages/components/touchchat/index.mjs +5 -5
- package/es/packages/components/touchchat/index.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue2.mjs +59 -0
- package/es/packages/components/touchchat/src/AiChat/AgentsView.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs +218 -131
- package/es/packages/components/touchchat/src/AiChat/AiMessage.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/Chat/TouchChat.mjs +18 -0
- package/es/packages/components/touchchat/src/AiChat/Chat/TouchChat.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs +444 -44
- package/es/packages/components/touchchat/src/AiChat/ChatInput.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs +180 -98
- package/es/packages/components/touchchat/src/AiChat/HistoryList.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs +29 -12
- package/es/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs +134 -61
- package/es/packages/components/touchchat/src/AiChat/MessageActions.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue2.mjs +14 -8
- package/es/packages/components/touchchat/src/AiChat/SiderBarView.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue.mjs +7 -0
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue2.mjs +995 -0
- package/es/packages/components/touchchat/src/AiChat/TouchAgent.vue2.mjs.map +1 -0
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs +753 -384
- package/es/packages/components/touchchat/src/AiChat/TouchChat.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs +327 -123
- package/es/packages/components/touchchat/src/AiChat/TouchHistory.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs +128 -61
- package/es/packages/components/touchchat/src/AiChat/UserMessage.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/index.vue.mjs +3 -2
- package/es/packages/components/touchchat/src/index.vue.mjs.map +1 -1
- package/es/packages/components/touchchat/src/index.vue2.mjs +221 -128
- package/es/packages/components/touchchat/src/index.vue2.mjs.map +1 -1
- package/es/packages/components/touchchat/src/types/a2a.mjs +11 -0
- package/es/packages/components/touchchat/src/types/a2a.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/a2aService.mjs +309 -0
- package/es/packages/components/touchchat/utils/a2aService.mjs.map +1 -0
- package/es/packages/components/touchchat/utils/fetchStream.mjs +6 -1
- package/es/packages/components/touchchat/utils/fetchStream.mjs.map +1 -1
- package/es/packages/components/touchchat/utils/markdown.mjs +3 -3
- package/es/packages/components/touchchat/utils/markdown.mjs.map +1 -1
- package/es/packages/utils/config.mjs.map +1 -1
- package/es/packages/utils/types.mjs.map +1 -1
- package/global.d.ts +2 -2
- package/lib/_virtual/_plugin-vue_export-helper.js +14 -0
- package/lib/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/lib/index.js.map +1 -1
- package/lib/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js +1384 -0
- package/lib/node_modules/.pnpm/dompurify@3.3.0/node_modules/dompurify/dist/purify.es.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js +477 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js +66 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js +13 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js +13 -0
- package/lib/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
- package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js +7828 -0
- package/lib/node_modules/.pnpm/html2canvas@1.4.1/node_modules/html2canvas/dist/html2canvas.esm.js.map +1 -0
- package/lib/node_modules/.pnpm/{linkify-it@3.0.3 → linkify-it@5.0.0}/node_modules/linkify-it/index.js +163 -156
- package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js.map +1 -0
- package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js +199 -0
- package/lib/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/common/html_blocks.js +8 -3
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js +29 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js +308 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js +12 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js +85 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/helpers/parse_link_label.js +20 -10
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js +74 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/index.js +81 -106
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/parser_block.js +42 -43
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/parser_core.js +21 -25
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/parser_inline.js +69 -67
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/presets/commonmark.js +26 -11
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/presets/default.js +23 -10
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/presets/zero.js +27 -11
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/renderer.js +79 -100
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/ruler.js +39 -50
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/blockquote.js +50 -121
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/code.js +15 -12
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/fence.js +32 -29
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js +59 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js +48 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js +77 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/lheading.js +35 -29
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/list.js +96 -125
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js +53 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js +215 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_block/state_block.js +56 -66
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js +236 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/block.js +7 -5
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js +18 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js +142 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/normalize.js +10 -7
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/replacements.js +34 -25
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/smartquotes.js +52 -55
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_core/state_core.js +7 -7
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js +50 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js +79 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/backticks.js +22 -18
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +35 -34
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/emphasis.js +48 -52
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js +59 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js +77 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js +45 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js +58 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/image.js +34 -44
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/link.js +37 -42
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js +63 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/newline.js +14 -14
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js +129 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/rules_inline/strikethrough.js +42 -42
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +1 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js +93 -0
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js.map +1 -0
- package/lib/node_modules/.pnpm/{markdown-it@12.3.2 → markdown-it@14.1.0}/node_modules/markdown-it/lib/token.js +24 -29
- package/lib/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js.map +1 -0
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js +14 -0
- package/lib/{_virtual → node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl}/index.js.map +1 -1
- package/lib/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/decode.js +34 -40
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js.map +1 -0
- package/lib/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/encode.js +23 -28
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js.map +1 -0
- package/lib/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/format.js +7 -5
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js.map +1 -0
- package/lib/node_modules/.pnpm/{mdurl@1.0.1/node_modules/mdurl → mdurl@2.0.0/node_modules/mdurl/lib}/parse.js +103 -84
- package/lib/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js.map +1 -0
- package/lib/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js +453 -0
- package/lib/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js +18 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js.map +1 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js +8 -0
- package/lib/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js.map +1 -0
- package/lib/package.json.css +1 -1
- package/lib/package.json.js +1 -1
- package/lib/packages/components/index.js +2 -2
- package/lib/packages/components/resolver.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue.js +3 -2
- package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue2.js +219 -159
- package/lib/packages/components/touchchat/component/AiRobot/HelloChat.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/face.vue.js +3 -2
- package/lib/packages/components/touchchat/component/AiRobot/face.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/face.vue2.js +26 -12
- package/lib/packages/components/touchchat/component/AiRobot/face.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/letter.vue.js +3 -2
- package/lib/packages/components/touchchat/component/AiRobot/letter.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/letter.vue2.js +168 -39
- package/lib/packages/components/touchchat/component/AiRobot/letter.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.js +3 -2
- package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.js +15 -10
- package/lib/packages/components/touchchat/component/AiRobot/meterialPrepare.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/start.vue.js +3 -2
- package/lib/packages/components/touchchat/component/AiRobot/start.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/AiRobot/start.vue2.js +17 -10
- package/lib/packages/components/touchchat/component/AiRobot/start.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/CardView.vue.js +3 -2
- package/lib/packages/components/touchchat/component/CardView.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/CardView.vue2.js +66 -42
- package/lib/packages/components/touchchat/component/CardView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/FileContent.vue.js +11 -0
- package/lib/packages/components/touchchat/component/FileContent.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/FileContent.vue2.js +205 -0
- package/lib/packages/components/touchchat/component/FileContent.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/FileView.vue.js +3 -2
- package/lib/packages/components/touchchat/component/FileView.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/FileView.vue2.js +16 -3
- package/lib/packages/components/touchchat/component/FileView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/HelloChat.vue.js +3 -2
- package/lib/packages/components/touchchat/component/HelloChat.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/HelloChat.vue2.js +26 -14
- package/lib/packages/components/touchchat/component/HelloChat.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/ImageFile.vue.js +11 -0
- package/lib/packages/components/touchchat/component/ImageFile.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/ImageFile.vue2.js +166 -0
- package/lib/packages/components/touchchat/component/ImageFile.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/ImageView.vue.js +3 -2
- package/lib/packages/components/touchchat/component/ImageView.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/ImageView.vue2.js +1 -1
- package/lib/packages/components/touchchat/component/ImageView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/LinkView.vue.js +3 -2
- package/lib/packages/components/touchchat/component/LinkView.vue.js.map +1 -1
- package/lib/packages/components/touchchat/component/LinkView.vue2.js +18 -4
- package/lib/packages/components/touchchat/component/LinkView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/component/MarkLayer.vue.js +11 -0
- package/lib/packages/components/touchchat/component/MarkLayer.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/MarkLayer.vue2.js +60 -0
- package/lib/packages/components/touchchat/component/MarkLayer.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue.js +11 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue2.js +125 -0
- package/lib/packages/components/touchchat/component/ModuleSelect.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue.js +11 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue2.js +209 -0
- package/lib/packages/components/touchchat/component/PDFFile.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue.js +11 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue2.js +164 -0
- package/lib/packages/components/touchchat/component/RealtimeVoice.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue.js +11 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue2.js +203 -0
- package/lib/packages/components/touchchat/component/Screenshot.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue.js +11 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue2.js +73 -0
- package/lib/packages/components/touchchat/component/ThoughtChain.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/UploadView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView.vue2.js +150 -0
- package/lib/packages/components/touchchat/component/UploadView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue.js +11 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue2.js +170 -0
- package/lib/packages/components/touchchat/component/UploadView_api.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue.js +11 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue2.js +169 -0
- package/lib/packages/components/touchchat/component/VoiceView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/doc.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/doc.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/docx.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/docx.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/gif.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/gif.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/html.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/html.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/jpg.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/jpg.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/mp3.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/mp3.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/mp4.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/mp4.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/music.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/music.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/pdf.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/pdf.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/png.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/png.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/ppt.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/ppt.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/pptx.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/pptx.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/txt.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/txt.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/xls.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/xls.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/file/xlsx.png.js +8 -0
- package/lib/packages/components/touchchat/img/file/xlsx.png.js.map +1 -0
- package/lib/packages/components/touchchat/img/svg/reset.svg.js +8 -0
- package/lib/packages/components/touchchat/img/svg/reset.svg.js.map +1 -0
- package/lib/packages/components/touchchat/index.js +6 -6
- package/lib/packages/components/touchchat/index.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue2.js +63 -0
- package/lib/packages/components/touchchat/src/AiChat/AgentsView.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js +217 -130
- package/lib/packages/components/touchchat/src/AiChat/AiMessage.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/Chat/TouchChat.js +21 -0
- package/lib/packages/components/touchchat/src/AiChat/Chat/TouchChat.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js +443 -43
- package/lib/packages/components/touchchat/src/AiChat/ChatInput.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js +179 -97
- package/lib/packages/components/touchchat/src/AiChat/HistoryList.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js +28 -11
- package/lib/packages/components/touchchat/src/AiChat/HistorySidebar.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js +133 -60
- package/lib/packages/components/touchchat/src/AiChat/MessageActions.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue2.js +14 -8
- package/lib/packages/components/touchchat/src/AiChat/SiderBarView.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue.js +11 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue2.js +999 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchAgent.vue2.js.map +1 -0
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js +752 -383
- package/lib/packages/components/touchchat/src/AiChat/TouchChat.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js +326 -122
- package/lib/packages/components/touchchat/src/AiChat/TouchHistory.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue.js +3 -2
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js +127 -60
- package/lib/packages/components/touchchat/src/AiChat/UserMessage.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/index.vue.js +3 -2
- package/lib/packages/components/touchchat/src/index.vue.js.map +1 -1
- package/lib/packages/components/touchchat/src/index.vue2.js +220 -127
- package/lib/packages/components/touchchat/src/index.vue2.js.map +1 -1
- package/lib/packages/components/touchchat/src/types/a2a.js +13 -0
- package/lib/packages/components/touchchat/src/types/a2a.js.map +1 -0
- package/lib/packages/components/touchchat/utils/a2aService.js +312 -0
- package/lib/packages/components/touchchat/utils/a2aService.js.map +1 -0
- package/lib/packages/components/touchchat/utils/fetchStream.js +6 -1
- package/lib/packages/components/touchchat/utils/fetchStream.js.map +1 -1
- package/lib/packages/components/touchchat/utils/markdown.js +2 -2
- package/lib/packages/components/touchchat/utils/markdown.js.map +1 -1
- package/lib/packages/utils/config.js.map +1 -1
- package/lib/packages/utils/types.js.map +1 -1
- package/package.json +1 -1
- package/theme/components/index.css +867 -50
- package/theme/font/iconfont.woff +0 -0
- package/theme/font/iconfont.woff2 +0 -0
- package/theme/index.css +867 -50
- package/theme/skin/default.css +867 -50
- package/types/global.d.ts +2 -2
- package/es/_virtual/emphasis.mjs +0 -4
- package/es/_virtual/emphasis.mjs.map +0 -1
- package/es/_virtual/html_re.mjs +0 -4
- package/es/_virtual/html_re.mjs.map +0 -1
- package/es/_virtual/index.mjs +0 -4
- package/es/_virtual/index2.mjs +0 -4
- package/es/_virtual/index2.mjs.map +0 -1
- package/es/_virtual/index3.mjs +0 -4
- package/es/_virtual/index3.mjs.map +0 -1
- package/es/_virtual/strikethrough.mjs +0 -4
- package/es/_virtual/strikethrough.mjs.map +0 -1
- package/es/_virtual/utils.mjs +0 -4
- package/es/_virtual/utils.mjs.map +0 -1
- package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs +0 -4253
- package/es/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.mjs.map +0 -1
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs +0 -196
- package/es/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs +0 -9
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs +0 -7
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs +0 -29
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs +0 -324
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs +0 -11
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +0 -83
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +0 -56
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs +0 -138
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs +0 -69
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs +0 -197
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs +0 -57
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs +0 -47
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs +0 -76
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs +0 -50
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs +0 -197
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs +0 -223
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs +0 -132
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs +0 -74
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs +0 -51
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs +0 -54
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +0 -48
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs +0 -56
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.mjs.map +0 -1
- package/es/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs +0 -13
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs +0 -4
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs +0 -23
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.mjs.map +0 -1
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs +0 -12
- package/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiChat/Scene.vue.mjs +0 -6
- package/es/packages/components/touchchat/src/AiChat/Scene.vue.mjs.map +0 -1
- package/es/packages/components/touchchat/src/AiChat/Scene.vue2.mjs +0 -42
- package/es/packages/components/touchchat/src/AiChat/Scene.vue2.mjs.map +0 -1
- package/lib/_virtual/emphasis.js +0 -6
- package/lib/_virtual/emphasis.js.map +0 -1
- package/lib/_virtual/html_re.js +0 -6
- package/lib/_virtual/html_re.js.map +0 -1
- package/lib/_virtual/index.js +0 -6
- package/lib/_virtual/index2.js +0 -6
- package/lib/_virtual/index2.js.map +0 -1
- package/lib/_virtual/index3.js +0 -6
- package/lib/_virtual/index3.js.map +0 -1
- package/lib/_virtual/strikethrough.js +0 -6
- package/lib/_virtual/strikethrough.js.map +0 -1
- package/lib/_virtual/utils.js +0 -6
- package/lib/_virtual/utils.js.map +0 -1
- package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js +0 -6380
- package/lib/node_modules/.pnpm/entities@2.1.0/node_modules/entities/lib/maps/entities.json.js.map +0 -1
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/index.js.map +0 -1
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js +0 -198
- package/lib/node_modules/.pnpm/linkify-it@3.0.3/node_modules/linkify-it/lib/re.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js +0 -13
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/index.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js +0 -9
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/entities.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_blocks.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js +0 -33
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/html_re.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js +0 -326
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/common/utils.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js +0 -15
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/index.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js +0 -85
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js +0 -58
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/index.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_core.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/parser_inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/commonmark.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/default.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/presets/zero.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/renderer.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/ruler.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/blockquote.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/code.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/fence.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js +0 -59
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/heading.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js +0 -49
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/hr.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js +0 -78
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/html_block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/lheading.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/list.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js +0 -52
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/paragraph.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js +0 -199
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/reference.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/state_block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js +0 -225
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_block/table.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/block.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js +0 -16
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js +0 -134
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/linkify.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/normalize.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/replacements.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_core/state_core.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js +0 -76
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/autolink.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/backticks.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js +0 -53
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/entity.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js +0 -56
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/escape.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js +0 -50
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/image.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/link.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/newline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js +0 -158
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js +0 -58
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js +0 -35
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/rules_inline/text_collapse.js.map +0 -1
- package/lib/node_modules/.pnpm/markdown-it@12.3.2/node_modules/markdown-it/lib/token.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +0 -17
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js.map +0 -1
- package/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +0 -6
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +0 -25
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js.map +0 -1
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +0 -14
- package/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiChat/Scene.vue.js +0 -10
- package/lib/packages/components/touchchat/src/AiChat/Scene.vue.js.map +0 -1
- package/lib/packages/components/touchchat/src/AiChat/Scene.vue2.js +0 -46
- package/lib/packages/components/touchchat/src/AiChat/Scene.vue2.js.map +0 -1
package/theme/index.css
CHANGED
|
@@ -124,6 +124,15 @@
|
|
|
124
124
|
border-radius: 0 0.5em 0.5em 0.5em;
|
|
125
125
|
border: var(--ai-bubble-border);
|
|
126
126
|
}
|
|
127
|
+
.no-bobble-border {
|
|
128
|
+
padding: 0;
|
|
129
|
+
}
|
|
130
|
+
.no-bobble-border:after {
|
|
131
|
+
display: none;
|
|
132
|
+
}
|
|
133
|
+
.no-bobble-border:before {
|
|
134
|
+
display: none;
|
|
135
|
+
}
|
|
127
136
|
.touchchat-ai-avatar-pic {
|
|
128
137
|
width: var(--ai-avatar-pic-width);
|
|
129
138
|
height: var(--ai-avatar-pic-height);
|
|
@@ -213,7 +222,7 @@
|
|
|
213
222
|
border: var(--ai-think-toggle-active-border);
|
|
214
223
|
}
|
|
215
224
|
.touchchat-ai-think-toggle.is-expand:before {
|
|
216
|
-
|
|
225
|
+
transform: rotate(180);
|
|
217
226
|
}
|
|
218
227
|
.touchchat-ai-think-toggle-icon:before {
|
|
219
228
|
font-family: var(--ai-think-toggle-family);
|
|
@@ -297,7 +306,8 @@
|
|
|
297
306
|
padding: 0.5em 1em;
|
|
298
307
|
}
|
|
299
308
|
.touchchat {
|
|
300
|
-
--edit-margin:
|
|
309
|
+
--edit-margin: 0;
|
|
310
|
+
--edit-padding: 0.75em;
|
|
301
311
|
--edit-gap: 1em;
|
|
302
312
|
--edit-border: 1px solid #ddd;
|
|
303
313
|
--edit-radius: 0.5em;
|
|
@@ -306,23 +316,21 @@
|
|
|
306
316
|
--edit-input-bg: none;
|
|
307
317
|
--edit-input-lh: 1.5em;
|
|
308
318
|
--edit-input-padding: 1em;
|
|
309
|
-
--edit-submit-padding: 0
|
|
319
|
+
--edit-submit-padding: 0;
|
|
310
320
|
--edit-submit-gap: 0.5em;
|
|
311
|
-
--edit-
|
|
312
|
-
--edit-
|
|
313
|
-
--edit-
|
|
314
|
-
--edit-
|
|
315
|
-
--edit-
|
|
316
|
-
--edit-
|
|
317
|
-
--edit-
|
|
318
|
-
--edit-
|
|
319
|
-
--edit-
|
|
320
|
-
--edit-
|
|
321
|
-
--edit-
|
|
322
|
-
--edit-
|
|
323
|
-
--edit-
|
|
324
|
-
--edit-attach-active-color: var(--edit-attach-color);
|
|
325
|
-
--edit-attach-active-border: var(--edit-attach-border);
|
|
321
|
+
--edit-button-width: 2.5em;
|
|
322
|
+
--edit-button-height: 2.5em;
|
|
323
|
+
--edit-button-bg: #fff;
|
|
324
|
+
--edit-button-border: 1px solid #ddd;
|
|
325
|
+
--edit-button-radius: 0.25em;
|
|
326
|
+
--edit-button-color: inherit;
|
|
327
|
+
--edit-button-size: 1em;
|
|
328
|
+
--edit-button-hover-bg: rgba(0, 0, 0, 0.1);
|
|
329
|
+
--edit-button-hover-color: var(--edit-button-color);
|
|
330
|
+
--edit-button-hover-border: #0062d6;
|
|
331
|
+
--edit-button-active-bg: rgba(0, 0, 0, 0.3);
|
|
332
|
+
--edit-button-active-color: var(--edit-button-color);
|
|
333
|
+
--edit-button-active-border: var(--edit-button-border);
|
|
326
334
|
--edit-think-height: 2.5em;
|
|
327
335
|
--edit-think-padding: 0 1em;
|
|
328
336
|
--edit-think-bg: #fff;
|
|
@@ -333,7 +341,7 @@
|
|
|
333
341
|
--edit-think-size: 1em;
|
|
334
342
|
--edit-think-icon-size: var(--edit-think-size);
|
|
335
343
|
--edit-think-family: 'touchchat-icon';
|
|
336
|
-
--edit-think-content: '\
|
|
344
|
+
--edit-think-content: '\e73e';
|
|
337
345
|
--edit-think-hover-bg: rgba(0, 0, 0, 0.1);
|
|
338
346
|
--edit-think-hover-color: var(--edit-think-color);
|
|
339
347
|
--edit-think-hover-border: var(--edit-think-border);
|
|
@@ -349,6 +357,16 @@
|
|
|
349
357
|
--edit-think-on-active-bg: var(--edit-think-active-bg);
|
|
350
358
|
--edit-think-on-active-color: var(--edit-think-on-color);
|
|
351
359
|
--edit-think-on-active-border: var(--edit-think-on-border);
|
|
360
|
+
--edit-attach-family: 'touchchat-icon';
|
|
361
|
+
--edit-attach-content: '\e73a';
|
|
362
|
+
--edit-delete-family: 'touchchat-icon';
|
|
363
|
+
--edit-delete-content: '\e73d';
|
|
364
|
+
--edit-screenshot-family: 'touchchat-icon';
|
|
365
|
+
--edit-screenshot-content: '\e73c';
|
|
366
|
+
--edit-voice-family: 'touchchat-icon';
|
|
367
|
+
--edit-voice-content: '\e73b';
|
|
368
|
+
--edit-record-family: 'touchchat-icon';
|
|
369
|
+
--edit-record-content: '\ea42';
|
|
352
370
|
--edit-send-width: 2.5em;
|
|
353
371
|
--edit-send-height: 2.5em;
|
|
354
372
|
--edit-send-bg: var(--color-primary);
|
|
@@ -366,38 +384,76 @@
|
|
|
366
384
|
--edit-send-active-border: var(--edit-send-border);
|
|
367
385
|
--edit-stop-width: 2.5em;
|
|
368
386
|
--edit-stop-height: 2.5em;
|
|
369
|
-
--edit-stop-bg:
|
|
387
|
+
--edit-stop-bg: #333333;
|
|
370
388
|
--edit-stop-border: 0 none;
|
|
371
389
|
--edit-stop-radius: 0.25em;
|
|
372
390
|
--edit-stop-color: #fff;
|
|
373
391
|
--edit-stop-size: 1em;
|
|
374
392
|
--edit-stop-family: 'touchchat-icon';
|
|
375
|
-
--edit-stop-content: '\
|
|
376
|
-
--edit-stop-hover-bg: #
|
|
393
|
+
--edit-stop-content: '\e70c';
|
|
394
|
+
--edit-stop-hover-bg: #4d4d4d;
|
|
377
395
|
--edit-stop-hover-color: var(--edit-stop-color);
|
|
378
396
|
--edit-stop-hover-border: var(--edit-stop-border);
|
|
379
|
-
--edit-stop-active-bg: #
|
|
397
|
+
--edit-stop-active-bg: #1a1a1a;
|
|
380
398
|
--edit-stop-active-color: var(--edit-stop-color);
|
|
381
399
|
--edit-stop-active-border: var(--edit-stop-border);
|
|
382
400
|
}
|
|
383
401
|
.touchchat-edit {
|
|
384
402
|
margin: var(--edit-margin);
|
|
403
|
+
padding: var(--edit-padding);
|
|
385
404
|
display: flex;
|
|
386
405
|
flex-direction: column;
|
|
387
406
|
gap: var(--edit-gap);
|
|
388
407
|
border: var(--edit-border);
|
|
389
408
|
border-radius: var(--edit-radius);
|
|
390
|
-
overflow:
|
|
409
|
+
overflow: visible;
|
|
391
410
|
}
|
|
392
411
|
.touchchat-edit:has(textarea:focus) {
|
|
393
412
|
border: var(--edit-focus-border);
|
|
394
413
|
}
|
|
414
|
+
.touchchat-edit-mark {
|
|
415
|
+
position: absolute;
|
|
416
|
+
top: 0;
|
|
417
|
+
left: 0;
|
|
418
|
+
width: 100%;
|
|
419
|
+
height: 100%;
|
|
420
|
+
z-index: 1;
|
|
421
|
+
border-radius: 0.5em;
|
|
422
|
+
background: rgba(255, 255, 255, 0.7);
|
|
423
|
+
backdrop-filter: blur(0.625em);
|
|
424
|
+
display: flex;
|
|
425
|
+
justify-content: center;
|
|
426
|
+
align-items: center;
|
|
427
|
+
}
|
|
428
|
+
.touchchat-edit-mark > div {
|
|
429
|
+
width: 50%;
|
|
430
|
+
height: 100%;
|
|
431
|
+
display: flex;
|
|
432
|
+
flex-direction: column;
|
|
433
|
+
justify-content: center;
|
|
434
|
+
align-items: center;
|
|
435
|
+
}
|
|
436
|
+
.touchchat-edit-mark p {
|
|
437
|
+
font-family: 'PingFang SC';
|
|
438
|
+
font-size: 0.875em;
|
|
439
|
+
font-style: normal;
|
|
440
|
+
line-height: 1.375em;
|
|
441
|
+
text-align: center;
|
|
442
|
+
}
|
|
443
|
+
.touchchat-edit-mark .touchchat-edit-title {
|
|
444
|
+
color: var(--text-icon-text-icon, #1d2129);
|
|
445
|
+
font-weight: 600;
|
|
446
|
+
margin: 0.5em 0;
|
|
447
|
+
}
|
|
448
|
+
.touchchat-edit-mark .touchchat-edit-text {
|
|
449
|
+
color: var(--text-icon-text-icon, #86909c);
|
|
450
|
+
font-weight: 400;
|
|
451
|
+
}
|
|
395
452
|
.touchchat-edit-input {
|
|
396
453
|
border: 0 none;
|
|
397
454
|
background: var(--edit-input-bg);
|
|
398
455
|
}
|
|
399
456
|
.touchchat-edit-input textarea {
|
|
400
|
-
padding: var(--edit-input-padding);
|
|
401
457
|
resize: none;
|
|
402
458
|
vertical-align: top;
|
|
403
459
|
font-family: inherit;
|
|
@@ -421,28 +477,29 @@
|
|
|
421
477
|
display: inline-flex;
|
|
422
478
|
gap: var(--edit-submit-gap);
|
|
423
479
|
}
|
|
424
|
-
.touchchat-edit-
|
|
425
|
-
border: var(--edit-
|
|
426
|
-
width: var(--edit-
|
|
427
|
-
height: var(--edit-
|
|
428
|
-
background: var(--edit-
|
|
480
|
+
.touchchat-edit-button {
|
|
481
|
+
border: var(--edit-button-border);
|
|
482
|
+
width: var(--edit-button-width);
|
|
483
|
+
height: var(--edit-button-height);
|
|
484
|
+
background: var(--edit-button-bg);
|
|
429
485
|
display: inline-flex;
|
|
430
486
|
align-items: center;
|
|
431
487
|
justify-content: center;
|
|
432
|
-
border-radius: var(--edit-
|
|
433
|
-
color: var(--edit-
|
|
488
|
+
border-radius: var(--edit-button-radius);
|
|
489
|
+
color: var(--edit-button-color);
|
|
490
|
+
position: relative;
|
|
434
491
|
}
|
|
435
|
-
.touchchat-edit-
|
|
436
|
-
background: var(--edit-
|
|
437
|
-
color: var(--edit-
|
|
438
|
-
border: var(--edit-
|
|
492
|
+
.touchchat-edit-button:hover {
|
|
493
|
+
background: var(--edit-button-hover-bg);
|
|
494
|
+
color: var(--edit-button-hover-color);
|
|
495
|
+
border: var(--edit-button-hover-border);
|
|
439
496
|
}
|
|
440
|
-
.touchchat-edit-
|
|
441
|
-
background: var(--edit-
|
|
442
|
-
color: var(--edit-
|
|
443
|
-
border: var(--edit-
|
|
497
|
+
.touchchat-edit-button:active {
|
|
498
|
+
background: var(--edit-button-active-bg);
|
|
499
|
+
color: var(--edit-button-active-color);
|
|
500
|
+
border: var(--edit-button-active-border);
|
|
444
501
|
}
|
|
445
|
-
.touchchat-edit-
|
|
502
|
+
.touchchat-edit-button.is-dis {
|
|
446
503
|
opacity: 0.4;
|
|
447
504
|
pointer-events: none;
|
|
448
505
|
}
|
|
@@ -451,6 +508,126 @@
|
|
|
451
508
|
font-family: var(--edit-attach-family);
|
|
452
509
|
content: var(--edit-attach-content);
|
|
453
510
|
}
|
|
511
|
+
.touchchat-edit-tooltip {
|
|
512
|
+
display: none;
|
|
513
|
+
position: absolute;
|
|
514
|
+
bottom: 100%;
|
|
515
|
+
left: 50%;
|
|
516
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
517
|
+
color: white;
|
|
518
|
+
padding: 0.5em 1em;
|
|
519
|
+
border-radius: 0.25em;
|
|
520
|
+
margin-bottom: 0.5em;
|
|
521
|
+
white-space: nowrap;
|
|
522
|
+
line-height: 1.5em;
|
|
523
|
+
transform: translateX(-50%);
|
|
524
|
+
}
|
|
525
|
+
.touchchat-edit-tooltip::before {
|
|
526
|
+
content: '';
|
|
527
|
+
position: absolute;
|
|
528
|
+
left: 50%;
|
|
529
|
+
transform: translateX(-50%);
|
|
530
|
+
top: 100%;
|
|
531
|
+
border-width: 0.375em;
|
|
532
|
+
border-style: solid;
|
|
533
|
+
border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
|
|
534
|
+
}
|
|
535
|
+
.touchchat-edit-tooltip.align-left {
|
|
536
|
+
left: 0;
|
|
537
|
+
transform: translateX(0);
|
|
538
|
+
text-align: left;
|
|
539
|
+
}
|
|
540
|
+
.touchchat-edit-tooltip.align-left::before {
|
|
541
|
+
left: 0.875em;
|
|
542
|
+
transform: translateX(0);
|
|
543
|
+
}
|
|
544
|
+
.touchchat-edit-button:hover .touchchat-edit-tooltip {
|
|
545
|
+
display: block;
|
|
546
|
+
}
|
|
547
|
+
@keyframes lightUp {
|
|
548
|
+
0% {
|
|
549
|
+
stroke-opacity: 0.2;
|
|
550
|
+
}
|
|
551
|
+
20% {
|
|
552
|
+
stroke-opacity: 1;
|
|
553
|
+
}
|
|
554
|
+
100% {
|
|
555
|
+
stroke-opacity: 0.2;
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
/* 为每根竖线添加动画,设置不同的延迟时间 */
|
|
559
|
+
.touchchat-voice-bar-1 {
|
|
560
|
+
animation: lightUp 2s infinite;
|
|
561
|
+
}
|
|
562
|
+
.touchchat-voice-bar-2 {
|
|
563
|
+
animation: lightUp 2s infinite;
|
|
564
|
+
animation-delay: 0.4s;
|
|
565
|
+
}
|
|
566
|
+
.touchchat-voice-bar-3 {
|
|
567
|
+
animation: lightUp 2s infinite;
|
|
568
|
+
animation-delay: 0.8s;
|
|
569
|
+
}
|
|
570
|
+
.touchchat-voice-bar-4 {
|
|
571
|
+
animation: lightUp 2s infinite;
|
|
572
|
+
animation-delay: 1.2s;
|
|
573
|
+
}
|
|
574
|
+
.touchchat-voice-bar-5 {
|
|
575
|
+
animation: lightUp 2s infinite;
|
|
576
|
+
animation-delay: 1.6s;
|
|
577
|
+
}
|
|
578
|
+
/* 语音波形起伏动画:每个波形高度随机变化,模拟实时声音波动 */
|
|
579
|
+
@keyframes wavePulse {
|
|
580
|
+
0%,
|
|
581
|
+
100% {
|
|
582
|
+
height: 8px;
|
|
583
|
+
y: -4px;
|
|
584
|
+
}
|
|
585
|
+
25% {
|
|
586
|
+
height: 4px;
|
|
587
|
+
y: -2px;
|
|
588
|
+
}
|
|
589
|
+
50% {
|
|
590
|
+
height: 12px;
|
|
591
|
+
y: -6px;
|
|
592
|
+
}
|
|
593
|
+
75% {
|
|
594
|
+
height: 6px;
|
|
595
|
+
y: -3px;
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
/* 按钮呼吸阴影:增强交互感,暗示“可点击”状态 */
|
|
599
|
+
@keyframes shadowBreath {
|
|
600
|
+
0%,
|
|
601
|
+
100% {
|
|
602
|
+
filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
|
|
603
|
+
}
|
|
604
|
+
50% {
|
|
605
|
+
filter: drop-shadow(0 3px 4px rgba(64, 158, 255, 0.3));
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
/* 为不同波形添加动画延迟,避免同步起伏,更真实 */
|
|
609
|
+
.touchchat-edit-rlvoice-wave-1 {
|
|
610
|
+
animation: wavePulse 1.2s ease-in-out infinite;
|
|
611
|
+
}
|
|
612
|
+
.touchchat-edit-rlvoice-wave-2 {
|
|
613
|
+
animation: wavePulse 1.5s ease-in-out infinite 0.2s;
|
|
614
|
+
}
|
|
615
|
+
.touchchat-edit-rlvoice-wave-3 {
|
|
616
|
+
animation: wavePulse 1.1s ease-in-out infinite 0.4s;
|
|
617
|
+
}
|
|
618
|
+
.touchchat-edit-rlvoice-wave-4 {
|
|
619
|
+
animation: wavePulse 1.3s ease-in-out infinite 0.1s;
|
|
620
|
+
}
|
|
621
|
+
.touchchat-edit-rlvoice-wave-5 {
|
|
622
|
+
animation: wavePulse 1.4s ease-in-out infinite 0.3s;
|
|
623
|
+
}
|
|
624
|
+
.touchchat-edit-rlvoice-wave-6 {
|
|
625
|
+
animation: wavePulse 1.2s ease-in-out infinite 0.5s;
|
|
626
|
+
}
|
|
627
|
+
/* 麦克风主体添加呼吸阴影 */
|
|
628
|
+
.touchchat-edit-rlvoice-mic-body {
|
|
629
|
+
animation: shadowBreath 2s ease-in-out infinite;
|
|
630
|
+
}
|
|
454
631
|
.touchchat-edit-think {
|
|
455
632
|
border: var(--edit-think-border);
|
|
456
633
|
height: var(--edit-think-height);
|
|
@@ -497,6 +674,29 @@
|
|
|
497
674
|
font-family: var(--edit-think-family);
|
|
498
675
|
content: var(--edit-think-content);
|
|
499
676
|
}
|
|
677
|
+
.touchchat-edit-delete-icon:before {
|
|
678
|
+
font-size: var(--edit-delete-icon-size);
|
|
679
|
+
font-family: var(--edit-delete-family);
|
|
680
|
+
content: var(--edit-delete-content);
|
|
681
|
+
}
|
|
682
|
+
.touchchat-edit-screenshot {
|
|
683
|
+
position: relative;
|
|
684
|
+
}
|
|
685
|
+
.touchchat-edit-screenshot-icon:before {
|
|
686
|
+
font-size: var(--edit-screenshot-icon-size);
|
|
687
|
+
font-family: var(--edit-screenshot-family);
|
|
688
|
+
content: var(--edit-screenshot-content);
|
|
689
|
+
}
|
|
690
|
+
.touchchat-edit-voice-icon:before {
|
|
691
|
+
font-size: var(--edit-voice-icon-size);
|
|
692
|
+
font-family: var(--edit-voice-family);
|
|
693
|
+
content: var(--edit-voice-content);
|
|
694
|
+
}
|
|
695
|
+
.touchchat-edit-record-icon:before {
|
|
696
|
+
font-size: var(--edit-record-icon-size);
|
|
697
|
+
font-family: var(--edit-record-family);
|
|
698
|
+
content: var(--edit-record-content);
|
|
699
|
+
}
|
|
500
700
|
.touchchat-edit-think-text {
|
|
501
701
|
font-size: var(--edit-think-size);
|
|
502
702
|
}
|
|
@@ -512,6 +712,10 @@
|
|
|
512
712
|
justify-content: center;
|
|
513
713
|
border-radius: var(--edit-send-radius);
|
|
514
714
|
}
|
|
715
|
+
.touchchat-edit-send[disabled] {
|
|
716
|
+
opacity: 0.5;
|
|
717
|
+
pointer-events: none;
|
|
718
|
+
}
|
|
515
719
|
.touchchat-edit-send:hover {
|
|
516
720
|
background: var(--edit-send-hover-bg);
|
|
517
721
|
color: var(--edit-send-hover-color);
|
|
@@ -575,6 +779,77 @@
|
|
|
575
779
|
flex-direction: column;
|
|
576
780
|
gap: 1em;
|
|
577
781
|
}
|
|
782
|
+
table.touchchat-table {
|
|
783
|
+
width: 100%;
|
|
784
|
+
border-collapse: separate;
|
|
785
|
+
margin: 1em 0;
|
|
786
|
+
font-size: 0.9em;
|
|
787
|
+
}
|
|
788
|
+
table.touchchat-table th,
|
|
789
|
+
table.touchchat-table td {
|
|
790
|
+
padding: 0.75em 1em;
|
|
791
|
+
border: 1px solid #ddd;
|
|
792
|
+
text-align: left;
|
|
793
|
+
vertical-align: top;
|
|
794
|
+
}
|
|
795
|
+
table.touchchat-table th {
|
|
796
|
+
background-color: #f5f5f5;
|
|
797
|
+
font-weight: bold;
|
|
798
|
+
}
|
|
799
|
+
table.touchchat-table tr:nth-child(even) {
|
|
800
|
+
background-color: #f9f9f9;
|
|
801
|
+
}
|
|
802
|
+
table.touchchat-table tr:hover {
|
|
803
|
+
background-color: #f1f1f1;
|
|
804
|
+
}
|
|
805
|
+
.delete-dialog-overlay {
|
|
806
|
+
position: fixed;
|
|
807
|
+
top: 0;
|
|
808
|
+
left: 0;
|
|
809
|
+
right: 0;
|
|
810
|
+
bottom: 0;
|
|
811
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
812
|
+
display: flex;
|
|
813
|
+
justify-content: center;
|
|
814
|
+
align-items: center;
|
|
815
|
+
z-index: 1000;
|
|
816
|
+
}
|
|
817
|
+
.delete-dialog {
|
|
818
|
+
background-color: white;
|
|
819
|
+
border-radius: 0.5em;
|
|
820
|
+
padding: 1.25em;
|
|
821
|
+
width: 18.75em;
|
|
822
|
+
}
|
|
823
|
+
.delete-dialog-title {
|
|
824
|
+
font-size: 1.125em;
|
|
825
|
+
font-weight: bold;
|
|
826
|
+
margin-bottom: 0.9375em;
|
|
827
|
+
}
|
|
828
|
+
.delete-dialog-content {
|
|
829
|
+
font-size: 0.875em;
|
|
830
|
+
color: #666;
|
|
831
|
+
margin-bottom: 1.25em;
|
|
832
|
+
}
|
|
833
|
+
.delete-dialog-actions {
|
|
834
|
+
display: flex;
|
|
835
|
+
justify-content: flex-end;
|
|
836
|
+
gap: 0.625em;
|
|
837
|
+
}
|
|
838
|
+
.delete-dialog-cancel {
|
|
839
|
+
padding: 0.5em 1em;
|
|
840
|
+
background-color: #f0f0f0;
|
|
841
|
+
border: none;
|
|
842
|
+
border-radius: 0.25em;
|
|
843
|
+
cursor: pointer;
|
|
844
|
+
}
|
|
845
|
+
.delete-dialog-confirm {
|
|
846
|
+
padding: 0.5em 1em;
|
|
847
|
+
background-color: #ff4d4f;
|
|
848
|
+
color: white;
|
|
849
|
+
border: none;
|
|
850
|
+
border-radius: 0.25em;
|
|
851
|
+
cursor: pointer;
|
|
852
|
+
}
|
|
578
853
|
.touchchat {
|
|
579
854
|
--action-item-width: 1.5em;
|
|
580
855
|
--action-item-height: 1.5em;
|
|
@@ -703,6 +978,7 @@
|
|
|
703
978
|
--tooltip-radius: 0.25em;
|
|
704
979
|
--tooltip-lh: 1.3em;
|
|
705
980
|
--tooltip-arrow-size: 0.4em;
|
|
981
|
+
--main-padding: 1em;
|
|
706
982
|
--side-width: 18em;
|
|
707
983
|
--side-bg: #f7f8fa;
|
|
708
984
|
--side-padding: 1em;
|
|
@@ -772,12 +1048,12 @@
|
|
|
772
1048
|
--add-lite-icon-size: var(--add-lite-size);
|
|
773
1049
|
--add-lite-icon-family: var(--add-lite-family);
|
|
774
1050
|
--add-lite-icon-content: '\e600';
|
|
775
|
-
--add-lite-color:
|
|
776
|
-
--add-lite-border:
|
|
777
|
-
--add-lite-hover-bg: rgba(
|
|
1051
|
+
--add-lite-color: #1361ff;
|
|
1052
|
+
--add-lite-border: 1px solid var(--add-lite-color);
|
|
1053
|
+
--add-lite-hover-bg: rgba(19, 97, 255, 0.1);
|
|
778
1054
|
--add-lite-hover-color: var(--add-lite-color);
|
|
779
1055
|
--add-lite-hover-border: var(--add-lite-border);
|
|
780
|
-
--add-lite-active-bg: rgba(
|
|
1056
|
+
--add-lite-active-bg: rgba(19, 97, 255, 0.3);
|
|
781
1057
|
--add-lite-active-color: var(--add-lite-color);
|
|
782
1058
|
--add-lite-active-border: var(--add-lite-border);
|
|
783
1059
|
--history-gap: 1em;
|
|
@@ -877,14 +1153,16 @@
|
|
|
877
1153
|
.touchchat {
|
|
878
1154
|
display: flex;
|
|
879
1155
|
flex-direction: column;
|
|
1156
|
+
width: 100%;
|
|
880
1157
|
height: 100%;
|
|
1158
|
+
position: relative;
|
|
881
1159
|
}
|
|
882
1160
|
.touchchat-header {
|
|
883
1161
|
padding: var(--header-padding);
|
|
884
1162
|
display: flex;
|
|
885
1163
|
align-items: center;
|
|
886
1164
|
gap: var(--header-gap);
|
|
887
|
-
position:
|
|
1165
|
+
position: absolute;
|
|
888
1166
|
top: 0;
|
|
889
1167
|
left: 0;
|
|
890
1168
|
background-color: #ffffff;
|
|
@@ -894,6 +1172,8 @@
|
|
|
894
1172
|
flex: 1;
|
|
895
1173
|
display: flex;
|
|
896
1174
|
min-height: 0;
|
|
1175
|
+
width: 100%;
|
|
1176
|
+
height: 100%;
|
|
897
1177
|
}
|
|
898
1178
|
.touchchat-side {
|
|
899
1179
|
box-sizing: border-box;
|
|
@@ -956,7 +1236,6 @@
|
|
|
956
1236
|
font-size: var(--add-icon-size);
|
|
957
1237
|
font-family: var(--add-icon-family);
|
|
958
1238
|
content: var(--add-icon-content);
|
|
959
|
-
vertical-align: top;
|
|
960
1239
|
}
|
|
961
1240
|
.touchchat-add-text {
|
|
962
1241
|
font-size: var(--add-size);
|
|
@@ -1015,14 +1294,14 @@
|
|
|
1015
1294
|
}
|
|
1016
1295
|
.touchchat-add-lite {
|
|
1017
1296
|
box-sizing: border-box;
|
|
1018
|
-
width: var(--add-lite-width);
|
|
1019
|
-
height: var(--add-lite-height);
|
|
1020
1297
|
display: inline-flex;
|
|
1021
1298
|
align-items: center;
|
|
1022
1299
|
justify-content: center;
|
|
1023
1300
|
border-radius: var(--add-lite-radius);
|
|
1024
1301
|
color: var(--add-lite-color);
|
|
1025
1302
|
border: var(--add-lite-border);
|
|
1303
|
+
padding: 0 1em;
|
|
1304
|
+
cursor: pointer;
|
|
1026
1305
|
}
|
|
1027
1306
|
.touchchat-add-lite:hover {
|
|
1028
1307
|
color: var(--add-lite-hover-color);
|
|
@@ -1043,7 +1322,12 @@
|
|
|
1043
1322
|
flex: 1;
|
|
1044
1323
|
display: flex;
|
|
1045
1324
|
flex-direction: column;
|
|
1325
|
+
width: calc(100% - var(--side-width));
|
|
1046
1326
|
height: 100%;
|
|
1327
|
+
box-sizing: border-box;
|
|
1328
|
+
position: relative;
|
|
1329
|
+
padding: var(--main-padding);
|
|
1330
|
+
background-color: #ffffff;
|
|
1047
1331
|
}
|
|
1048
1332
|
.touchchat-history {
|
|
1049
1333
|
flex: 1;
|
|
@@ -1161,7 +1445,7 @@
|
|
|
1161
1445
|
content: '';
|
|
1162
1446
|
position: absolute;
|
|
1163
1447
|
top: 100%;
|
|
1164
|
-
left:
|
|
1448
|
+
left: 0.75em;
|
|
1165
1449
|
margin-left: calc(-1 * var(--tooltip-arrow-size));
|
|
1166
1450
|
border-width: var(--tooltip-arrow-size);
|
|
1167
1451
|
border-style: solid;
|
|
@@ -1348,6 +1632,9 @@
|
|
|
1348
1632
|
.touchchat-user-avatar {
|
|
1349
1633
|
order: 2;
|
|
1350
1634
|
}
|
|
1635
|
+
.file-user-avatar {
|
|
1636
|
+
padding-top: 4em;
|
|
1637
|
+
}
|
|
1351
1638
|
.touchchat-user-avatar-pic {
|
|
1352
1639
|
width: var(--user-avatar-pic-width);
|
|
1353
1640
|
height: var(--user-avatar-pic-height);
|
|
@@ -1454,6 +1741,78 @@
|
|
|
1454
1741
|
.touchchat-user-send-text {
|
|
1455
1742
|
font-size: var(--user-send-size);
|
|
1456
1743
|
}
|
|
1744
|
+
.step-container {
|
|
1745
|
+
font-family: Arial, sans-serif;
|
|
1746
|
+
}
|
|
1747
|
+
.step-item {
|
|
1748
|
+
display: flex;
|
|
1749
|
+
margin-bottom: 1.25em;
|
|
1750
|
+
align-items: flex-start;
|
|
1751
|
+
position: relative;
|
|
1752
|
+
/* 为连接线定位做准备 */
|
|
1753
|
+
}
|
|
1754
|
+
.step-marker {
|
|
1755
|
+
width: 1.5em;
|
|
1756
|
+
height: 1.5em;
|
|
1757
|
+
border-radius: 50%;
|
|
1758
|
+
display: flex;
|
|
1759
|
+
align-items: center;
|
|
1760
|
+
justify-content: center;
|
|
1761
|
+
color: #fff;
|
|
1762
|
+
font-weight: bold;
|
|
1763
|
+
margin-right: 1em;
|
|
1764
|
+
flex-shrink: 0;
|
|
1765
|
+
}
|
|
1766
|
+
.completed .step-marker {
|
|
1767
|
+
background: var(--Brand-Brand-, #0077fa);
|
|
1768
|
+
}
|
|
1769
|
+
.ongoing .step-marker {
|
|
1770
|
+
background: var(--Brand-Brand-, #0077fa);
|
|
1771
|
+
}
|
|
1772
|
+
.ongoing .step-content h3 {
|
|
1773
|
+
color: var(--Brand-Brand-, #0077fa);
|
|
1774
|
+
}
|
|
1775
|
+
.check-icon {
|
|
1776
|
+
font-size: 1.125em;
|
|
1777
|
+
}
|
|
1778
|
+
.step-content {
|
|
1779
|
+
flex: 1;
|
|
1780
|
+
margin-bottom: 1em;
|
|
1781
|
+
}
|
|
1782
|
+
.step-content h3 {
|
|
1783
|
+
margin-top: 0;
|
|
1784
|
+
font-size: 1.125em;
|
|
1785
|
+
font-weight: 600;
|
|
1786
|
+
margin-bottom: 0.5em;
|
|
1787
|
+
}
|
|
1788
|
+
.step-content p {
|
|
1789
|
+
margin: 0.25em 0;
|
|
1790
|
+
line-height: 1.5;
|
|
1791
|
+
color: #333;
|
|
1792
|
+
}
|
|
1793
|
+
/* 修改连接线样式 */
|
|
1794
|
+
.step-connector {
|
|
1795
|
+
position: absolute;
|
|
1796
|
+
left: 0.75em;
|
|
1797
|
+
top: 2em;
|
|
1798
|
+
height: calc(100% - 1.25em);
|
|
1799
|
+
width: 2px;
|
|
1800
|
+
background: var(--Brand-Brand-, #0077fa);
|
|
1801
|
+
border-radius: 2px;
|
|
1802
|
+
}
|
|
1803
|
+
/* 最后一个 step-item 不显示连接线 */
|
|
1804
|
+
.step-item:last-child .step-connector {
|
|
1805
|
+
display: none;
|
|
1806
|
+
}
|
|
1807
|
+
.step-item:last-child,
|
|
1808
|
+
.step-item:last-child .step-content {
|
|
1809
|
+
margin-bottom: 0;
|
|
1810
|
+
}
|
|
1811
|
+
.touchchat-agents {
|
|
1812
|
+
display: flex;
|
|
1813
|
+
flex-direction: column;
|
|
1814
|
+
gap: var(--history-group-gap);
|
|
1815
|
+
}
|
|
1457
1816
|
.card-container {
|
|
1458
1817
|
padding-top: 0.75em;
|
|
1459
1818
|
}
|
|
@@ -1733,6 +2092,464 @@
|
|
|
1733
2092
|
-moz-box-orient: vertical;
|
|
1734
2093
|
line-clamp: 2;
|
|
1735
2094
|
}
|
|
2095
|
+
.file-content {
|
|
2096
|
+
--file-content-pd: 0.75em;
|
|
2097
|
+
--file-content-gap: 0.75em;
|
|
2098
|
+
width: 100%;
|
|
2099
|
+
position: relative;
|
|
2100
|
+
box-sizing: border-box;
|
|
2101
|
+
overflow: visible;
|
|
2102
|
+
}
|
|
2103
|
+
.file-content-scroll {
|
|
2104
|
+
display: flex;
|
|
2105
|
+
overflow-x: auto;
|
|
2106
|
+
align-items: flex-start;
|
|
2107
|
+
gap: var(--file-content-gap);
|
|
2108
|
+
padding: 0.5em 0;
|
|
2109
|
+
-webkit-overflow-scrolling: touch;
|
|
2110
|
+
-ms-overflow-style: none;
|
|
2111
|
+
/* IE 和 Edge */
|
|
2112
|
+
scrollbar-width: none;
|
|
2113
|
+
/* Firefox */
|
|
2114
|
+
}
|
|
2115
|
+
.file-content-scroll::-webkit-scrollbar {
|
|
2116
|
+
display: none;
|
|
2117
|
+
}
|
|
2118
|
+
.file-content-right-tip,
|
|
2119
|
+
.file-content-left-tip {
|
|
2120
|
+
position: absolute;
|
|
2121
|
+
top: 0;
|
|
2122
|
+
width: 3.25em;
|
|
2123
|
+
height: 100%;
|
|
2124
|
+
display: flex;
|
|
2125
|
+
align-items: center;
|
|
2126
|
+
gap: 0.625em;
|
|
2127
|
+
}
|
|
2128
|
+
.file-content-right-tip {
|
|
2129
|
+
right: 0;
|
|
2130
|
+
justify-content: flex-end;
|
|
2131
|
+
background: linear-gradient(270deg, #fff 55.88%, rgba(255, 255, 255, 0.7) 80.15%, rgba(255, 255, 255, 0) 100%);
|
|
2132
|
+
}
|
|
2133
|
+
.file-content-left-tip {
|
|
2134
|
+
left: 0;
|
|
2135
|
+
justify-content: flex-start;
|
|
2136
|
+
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 55.88%, rgba(255, 255, 255, 0.7) 80.15%, #fff 100%);
|
|
2137
|
+
}
|
|
2138
|
+
.file-content-left-tip .file-content-svg {
|
|
2139
|
+
transform: rotate(180deg);
|
|
2140
|
+
}
|
|
2141
|
+
.file-content-svg {
|
|
2142
|
+
display: flex;
|
|
2143
|
+
width: 1em;
|
|
2144
|
+
height: 1em;
|
|
2145
|
+
padding: 0.25em;
|
|
2146
|
+
justify-content: center;
|
|
2147
|
+
align-items: center;
|
|
2148
|
+
flex-shrink: 0;
|
|
2149
|
+
border-radius: 0.375em;
|
|
2150
|
+
border: 1px solid var(--Border-Border-, #d8dce4);
|
|
2151
|
+
background: var(--Neutral-colors-White, #fff);
|
|
2152
|
+
}
|
|
2153
|
+
.image-file {
|
|
2154
|
+
--image-file-pd: 0.75em;
|
|
2155
|
+
}
|
|
2156
|
+
.image-file-content {
|
|
2157
|
+
position: relative;
|
|
2158
|
+
width: 3.5em;
|
|
2159
|
+
height: 3.5em;
|
|
2160
|
+
cursor: pointer;
|
|
2161
|
+
}
|
|
2162
|
+
.image-file-content img {
|
|
2163
|
+
width: 100%;
|
|
2164
|
+
height: 100%;
|
|
2165
|
+
flex-shrink: 0;
|
|
2166
|
+
aspect-ratio: 1/1;
|
|
2167
|
+
border-radius: 0.5em;
|
|
2168
|
+
}
|
|
2169
|
+
.image-file-content .image-file-colse {
|
|
2170
|
+
position: absolute;
|
|
2171
|
+
right: -0.4375em;
|
|
2172
|
+
top: -0.4375em;
|
|
2173
|
+
width: 0.9375em;
|
|
2174
|
+
height: 0.9375em;
|
|
2175
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2176
|
+
justify-content: center;
|
|
2177
|
+
align-items: center;
|
|
2178
|
+
border-radius: 50%;
|
|
2179
|
+
display: none;
|
|
2180
|
+
}
|
|
2181
|
+
.image-file-content .img-file-loading {
|
|
2182
|
+
position: absolute;
|
|
2183
|
+
top: 0;
|
|
2184
|
+
left: 0;
|
|
2185
|
+
width: 100%;
|
|
2186
|
+
height: 100%;
|
|
2187
|
+
flex-shrink: 0;
|
|
2188
|
+
aspect-ratio: 1/1;
|
|
2189
|
+
border-radius: 0.5em;
|
|
2190
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
2191
|
+
display: flex;
|
|
2192
|
+
flex-direction: column;
|
|
2193
|
+
justify-content: center;
|
|
2194
|
+
align-items: center;
|
|
2195
|
+
}
|
|
2196
|
+
.image-file-content .img-file-loading .img-file-title,
|
|
2197
|
+
.image-file-content .img-file-loading .img-file-error {
|
|
2198
|
+
color: var(--text-icon-text-icon, #fff);
|
|
2199
|
+
text-align: center;
|
|
2200
|
+
font-family: 'PingFang SC';
|
|
2201
|
+
font-size: 0.75em;
|
|
2202
|
+
font-style: normal;
|
|
2203
|
+
font-weight: 400;
|
|
2204
|
+
line-height: 1.25em;
|
|
2205
|
+
}
|
|
2206
|
+
.image-file-content .img-file-loading .img-file-error {
|
|
2207
|
+
margin-top: 0.375em;
|
|
2208
|
+
color: var(--Danger-Danger-, #f93920);
|
|
2209
|
+
}
|
|
2210
|
+
.image-file-content .img-file-loading svg {
|
|
2211
|
+
animation: 0.5s loading steps(32) infinite;
|
|
2212
|
+
}
|
|
2213
|
+
.image-file-content .img-error-loading svg {
|
|
2214
|
+
animation: null;
|
|
2215
|
+
}
|
|
2216
|
+
.image-file-content .img-error-loading:hover {
|
|
2217
|
+
opacity: 0.8;
|
|
2218
|
+
}
|
|
2219
|
+
.image-file-content:hover .image-file-colse {
|
|
2220
|
+
display: flex;
|
|
2221
|
+
}
|
|
2222
|
+
.image-preview-modal {
|
|
2223
|
+
position: fixed;
|
|
2224
|
+
top: 0;
|
|
2225
|
+
left: 0;
|
|
2226
|
+
right: 0;
|
|
2227
|
+
bottom: 0;
|
|
2228
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
2229
|
+
display: flex;
|
|
2230
|
+
justify-content: center;
|
|
2231
|
+
align-items: center;
|
|
2232
|
+
z-index: 1000;
|
|
2233
|
+
}
|
|
2234
|
+
.image-preview-content {
|
|
2235
|
+
max-width: 90%;
|
|
2236
|
+
max-height: 90%;
|
|
2237
|
+
display: flex;
|
|
2238
|
+
justify-content: center;
|
|
2239
|
+
align-items: center;
|
|
2240
|
+
}
|
|
2241
|
+
.image-preview-content img {
|
|
2242
|
+
max-width: 100%;
|
|
2243
|
+
max-height: 100%;
|
|
2244
|
+
}
|
|
2245
|
+
@keyframes loading {
|
|
2246
|
+
0% {
|
|
2247
|
+
transform: rotate(0deg);
|
|
2248
|
+
}
|
|
2249
|
+
100% {
|
|
2250
|
+
transform: rotate(360deg);
|
|
2251
|
+
}
|
|
2252
|
+
}
|
|
2253
|
+
.pdf-file {
|
|
2254
|
+
--danger-color: #fc4253;
|
|
2255
|
+
--success-color: #1d77ff;
|
|
2256
|
+
--text-icon: #1d2129;
|
|
2257
|
+
--text-icon-info: #86909c;
|
|
2258
|
+
display: flex;
|
|
2259
|
+
align-items: center;
|
|
2260
|
+
gap: 0.5em;
|
|
2261
|
+
flex-shrink: 0;
|
|
2262
|
+
padding: 0.75em;
|
|
2263
|
+
border-radius: 0.5em;
|
|
2264
|
+
border: 1px solid var(--Border-Border-, #eaecf0);
|
|
2265
|
+
background: var(--Fill-Fill--, #f7f8fa);
|
|
2266
|
+
position: relative;
|
|
2267
|
+
overflow: visible;
|
|
2268
|
+
}
|
|
2269
|
+
.pdf-file:hover .pdf-file-colse {
|
|
2270
|
+
display: flex;
|
|
2271
|
+
}
|
|
2272
|
+
.pdf-file-img {
|
|
2273
|
+
width: 1.625em;
|
|
2274
|
+
height: 1.625em;
|
|
2275
|
+
flex-shrink: 0;
|
|
2276
|
+
}
|
|
2277
|
+
.pdf-file-reset {
|
|
2278
|
+
cursor: pointer;
|
|
2279
|
+
}
|
|
2280
|
+
.pdf-file-reset:hover {
|
|
2281
|
+
opacity: 0.5;
|
|
2282
|
+
}
|
|
2283
|
+
.pdf-file-center {
|
|
2284
|
+
width: 11em;
|
|
2285
|
+
display: flex;
|
|
2286
|
+
flex-direction: column;
|
|
2287
|
+
justify-content: center;
|
|
2288
|
+
align-items: flex-start;
|
|
2289
|
+
flex: 1 0 0;
|
|
2290
|
+
overflow: visible;
|
|
2291
|
+
position: relative;
|
|
2292
|
+
}
|
|
2293
|
+
.pdf-file-center p {
|
|
2294
|
+
font-family: 'PingFang SC';
|
|
2295
|
+
font-size: 0.75em;
|
|
2296
|
+
font-style: normal;
|
|
2297
|
+
font-weight: 400;
|
|
2298
|
+
line-height: 1.25em;
|
|
2299
|
+
}
|
|
2300
|
+
.pdf-file-title {
|
|
2301
|
+
width: 100%;
|
|
2302
|
+
overflow: hidden;
|
|
2303
|
+
text-overflow: ellipsis;
|
|
2304
|
+
white-space: nowrap;
|
|
2305
|
+
color: var(--text-icon, #1d2129);
|
|
2306
|
+
}
|
|
2307
|
+
.pdf-file-info {
|
|
2308
|
+
color: var(--text-icon-info, #86909c);
|
|
2309
|
+
}
|
|
2310
|
+
.pdf-file-progress {
|
|
2311
|
+
border-radius: 6.1875em;
|
|
2312
|
+
width: 100%;
|
|
2313
|
+
height: 0.1875em;
|
|
2314
|
+
position: absolute;
|
|
2315
|
+
bottom: 0;
|
|
2316
|
+
left: 2.875em;
|
|
2317
|
+
}
|
|
2318
|
+
.pdf-file-colse {
|
|
2319
|
+
position: absolute;
|
|
2320
|
+
cursor: pointer;
|
|
2321
|
+
right: -0.4375em;
|
|
2322
|
+
top: -0.4375em;
|
|
2323
|
+
width: 0.9375em;
|
|
2324
|
+
height: 0.9375em;
|
|
2325
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2326
|
+
justify-content: center;
|
|
2327
|
+
align-items: center;
|
|
2328
|
+
border-radius: 50%;
|
|
2329
|
+
display: none;
|
|
2330
|
+
}
|
|
2331
|
+
.pdf-file-tooltip {
|
|
2332
|
+
position: absolute;
|
|
2333
|
+
top: -4em;
|
|
2334
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
2335
|
+
color: white;
|
|
2336
|
+
padding: 0.25em 0.5em;
|
|
2337
|
+
border-radius: 0.25em;
|
|
2338
|
+
font-size: 0.75em;
|
|
2339
|
+
z-index: 1000;
|
|
2340
|
+
max-width: 18.75em;
|
|
2341
|
+
word-break: break-all;
|
|
2342
|
+
white-space: normal;
|
|
2343
|
+
}
|
|
2344
|
+
.pdf-file-tooltip::after {
|
|
2345
|
+
content: '';
|
|
2346
|
+
position: absolute;
|
|
2347
|
+
top: 100%;
|
|
2348
|
+
left: 50%;
|
|
2349
|
+
margin-left: -0.3125em;
|
|
2350
|
+
border-width: 0.3125em;
|
|
2351
|
+
border-style: solid;
|
|
2352
|
+
border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
|
|
2353
|
+
}
|
|
2354
|
+
.pdf-error {
|
|
2355
|
+
background: linear-gradient(0deg, rgba(252, 66, 83, 0.05) 0%, rgba(252, 66, 83, 0.05) 100%), #fff;
|
|
2356
|
+
}
|
|
2357
|
+
.pdf-error .pdf-file-title {
|
|
2358
|
+
color: var(--danger-color, #fc4253);
|
|
2359
|
+
}
|
|
2360
|
+
.pdf-error .pdf-file-progress {
|
|
2361
|
+
background: var(--danger-color, #fc4253);
|
|
2362
|
+
}
|
|
2363
|
+
.pdf-success .pdf-file-title {
|
|
2364
|
+
color: var(--text-icon, #1d2129);
|
|
2365
|
+
}
|
|
2366
|
+
.pdf-success .pdf-file-progress {
|
|
2367
|
+
background: var(--success-color, #1d77ff);
|
|
2368
|
+
}
|
|
2369
|
+
.pdf-success .pdf-file-reset {
|
|
2370
|
+
opacity: 0;
|
|
2371
|
+
}
|
|
2372
|
+
.screenshot-mask {
|
|
2373
|
+
position: fixed;
|
|
2374
|
+
top: 0;
|
|
2375
|
+
left: 0;
|
|
2376
|
+
width: 100%;
|
|
2377
|
+
height: 100%;
|
|
2378
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
2379
|
+
z-index: 9999;
|
|
2380
|
+
}
|
|
2381
|
+
.selection-area {
|
|
2382
|
+
position: absolute;
|
|
2383
|
+
border: 0.25em dashed #0077fa;
|
|
2384
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
2385
|
+
box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
|
|
2386
|
+
}
|
|
2387
|
+
.screenshot-actions {
|
|
2388
|
+
position: fixed;
|
|
2389
|
+
bottom: 1.25em;
|
|
2390
|
+
left: 50%;
|
|
2391
|
+
transform: translateX(-50%);
|
|
2392
|
+
display: flex;
|
|
2393
|
+
gap: 1.25em;
|
|
2394
|
+
}
|
|
2395
|
+
.screenshot-actions button {
|
|
2396
|
+
padding: 0.5em 1em;
|
|
2397
|
+
cursor: pointer;
|
|
2398
|
+
}
|
|
2399
|
+
.dialog-overlay {
|
|
2400
|
+
position: fixed;
|
|
2401
|
+
top: 0;
|
|
2402
|
+
left: 0;
|
|
2403
|
+
width: 100%;
|
|
2404
|
+
height: 100%;
|
|
2405
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
2406
|
+
display: flex;
|
|
2407
|
+
justify-content: center;
|
|
2408
|
+
align-items: center;
|
|
2409
|
+
z-index: 2;
|
|
2410
|
+
}
|
|
2411
|
+
.dialog {
|
|
2412
|
+
background-color: white;
|
|
2413
|
+
width: 30%;
|
|
2414
|
+
border-radius: 0.25em;
|
|
2415
|
+
overflow: hidden;
|
|
2416
|
+
}
|
|
2417
|
+
.dialog-header {
|
|
2418
|
+
padding: 0.9375em;
|
|
2419
|
+
background-color: #f5f7fa;
|
|
2420
|
+
border-bottom: 1px solid #ebeef5;
|
|
2421
|
+
}
|
|
2422
|
+
.dialog-header h3 {
|
|
2423
|
+
margin: 0;
|
|
2424
|
+
font-size: 1.125em;
|
|
2425
|
+
color: #303133;
|
|
2426
|
+
}
|
|
2427
|
+
.dialog-body {
|
|
2428
|
+
padding: 1.25em 0.9375em;
|
|
2429
|
+
border-bottom: 1px solid #ebeef5;
|
|
2430
|
+
}
|
|
2431
|
+
.dialog-body p {
|
|
2432
|
+
margin: 0;
|
|
2433
|
+
color: #606266;
|
|
2434
|
+
}
|
|
2435
|
+
.dialog-footer {
|
|
2436
|
+
padding: 0.9375em;
|
|
2437
|
+
text-align: right;
|
|
2438
|
+
}
|
|
2439
|
+
.hang-up-button {
|
|
2440
|
+
padding: 0.5em 1em;
|
|
2441
|
+
font-size: 0.875em;
|
|
2442
|
+
cursor: pointer;
|
|
2443
|
+
background-color: #f56c6c;
|
|
2444
|
+
color: white;
|
|
2445
|
+
border: none;
|
|
2446
|
+
border-radius: 0.25em;
|
|
2447
|
+
}
|
|
2448
|
+
.hang-up-button:hover {
|
|
2449
|
+
background-color: #f78989;
|
|
2450
|
+
}
|
|
2451
|
+
.transcription-result {
|
|
2452
|
+
margin-top: 1.25em;
|
|
2453
|
+
padding: 0.9375em;
|
|
2454
|
+
border: 1px solid #ebeef5;
|
|
2455
|
+
border-radius: 0.25em;
|
|
2456
|
+
}
|
|
2457
|
+
.transcription-result h4 {
|
|
2458
|
+
margin-top: 0;
|
|
2459
|
+
color: #303133;
|
|
2460
|
+
}
|
|
2461
|
+
.transcription-result p {
|
|
2462
|
+
color: #606266;
|
|
2463
|
+
}
|
|
2464
|
+
.touchchat-custom-select {
|
|
2465
|
+
position: relative;
|
|
2466
|
+
display: inline-block;
|
|
2467
|
+
min-width: 8.125em;
|
|
2468
|
+
font-size: 0.875em;
|
|
2469
|
+
outline: none;
|
|
2470
|
+
}
|
|
2471
|
+
.touchchat-custom-select .touchchat-select-trigger {
|
|
2472
|
+
display: flex;
|
|
2473
|
+
align-items: center;
|
|
2474
|
+
justify-content: space-between;
|
|
2475
|
+
background: linear-gradient(to bottom, #ffffff, #f7f7f7);
|
|
2476
|
+
border: 1px solid #e0e0e0;
|
|
2477
|
+
border-radius: 0.5em;
|
|
2478
|
+
padding: 0.625em 0.875em;
|
|
2479
|
+
cursor: pointer;
|
|
2480
|
+
transition: all 0.3s ease;
|
|
2481
|
+
box-shadow: 0 1px 0.125em rgba(0, 0, 0, 0.05);
|
|
2482
|
+
}
|
|
2483
|
+
.touchchat-custom-select .touchchat-select-trigger:hover {
|
|
2484
|
+
background: linear-gradient(to bottom, #ffffff, #fafafa);
|
|
2485
|
+
border-color: #d0d0d0;
|
|
2486
|
+
box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.08);
|
|
2487
|
+
}
|
|
2488
|
+
.touchchat-custom-select .touchchat-select-trigger.is-focused {
|
|
2489
|
+
border-color: #409eff;
|
|
2490
|
+
box-shadow: 0 0 0 0.1875em rgba(64, 158, 255, 0.15);
|
|
2491
|
+
}
|
|
2492
|
+
.touchchat-custom-select .touchchat-select-text {
|
|
2493
|
+
color: #444;
|
|
2494
|
+
font-weight: 500;
|
|
2495
|
+
flex-grow: 1;
|
|
2496
|
+
}
|
|
2497
|
+
.touchchat-custom-select .touchchat-select-icon {
|
|
2498
|
+
width: 0;
|
|
2499
|
+
height: 0;
|
|
2500
|
+
border-left: 0.375em solid transparent;
|
|
2501
|
+
border-right: 0.375em solid transparent;
|
|
2502
|
+
border-top: 0.375em solid #666;
|
|
2503
|
+
margin-left: 0.5em;
|
|
2504
|
+
transition: transform 0.3s ease;
|
|
2505
|
+
}
|
|
2506
|
+
.touchchat-custom-select .touchchat-select-icon.is-open {
|
|
2507
|
+
transform: rotate(180deg);
|
|
2508
|
+
}
|
|
2509
|
+
.touchchat-custom-select .touchchat-select-dropdown {
|
|
2510
|
+
position: absolute;
|
|
2511
|
+
left: 0;
|
|
2512
|
+
right: 0;
|
|
2513
|
+
background: white;
|
|
2514
|
+
border: 1px solid #e0e0e0;
|
|
2515
|
+
border-radius: 0.5em;
|
|
2516
|
+
box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.1);
|
|
2517
|
+
z-index: 100;
|
|
2518
|
+
margin-top: 0.25em;
|
|
2519
|
+
max-height: 12.5em;
|
|
2520
|
+
overflow-y: auto;
|
|
2521
|
+
}
|
|
2522
|
+
.touchchat-custom-select .touchchat-select-dropdown.is-upward {
|
|
2523
|
+
top: auto;
|
|
2524
|
+
bottom: 100%;
|
|
2525
|
+
margin-top: 0;
|
|
2526
|
+
margin-bottom: 0.25em;
|
|
2527
|
+
}
|
|
2528
|
+
.touchchat-custom-select .touchchat-select-dropdown:not(.is-upward) {
|
|
2529
|
+
top: 100%;
|
|
2530
|
+
}
|
|
2531
|
+
.touchchat-custom-select .touchchat-select-option {
|
|
2532
|
+
padding: 0.625em 0.875em;
|
|
2533
|
+
cursor: pointer;
|
|
2534
|
+
transition: background-color 0.2s ease;
|
|
2535
|
+
color: #444;
|
|
2536
|
+
}
|
|
2537
|
+
.touchchat-custom-select .touchchat-select-option:hover {
|
|
2538
|
+
background-color: #f5f7fa;
|
|
2539
|
+
}
|
|
2540
|
+
.touchchat-custom-select .touchchat-select-option.is-selected {
|
|
2541
|
+
background-color: #e6f7ff;
|
|
2542
|
+
color: #1890ff;
|
|
2543
|
+
font-weight: 500;
|
|
2544
|
+
}
|
|
2545
|
+
.touchchat-custom-select .touchchat-select-option:first-child {
|
|
2546
|
+
border-top-left-radius: 0.5em;
|
|
2547
|
+
border-top-right-radius: 0.5em;
|
|
2548
|
+
}
|
|
2549
|
+
.touchchat-custom-select .touchchat-select-option:last-child {
|
|
2550
|
+
border-bottom-left-radius: 0.5em;
|
|
2551
|
+
border-bottom-right-radius: 0.5em;
|
|
2552
|
+
}
|
|
1736
2553
|
:root {
|
|
1737
2554
|
--color-primary: #0077fa;
|
|
1738
2555
|
--color-primary-plain: #f0f7ff;
|