@tencentcloud/roomkit-electron-vue3 2.6.0 → 2.6.2
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/es/components/AITools/AISubtitles.vue.mjs +7 -0
- package/es/components/AITools/AISubtitles.vue2.mjs +50 -0
- package/es/components/AITools/AITranscription.vue.mjs +7 -0
- package/es/components/AITools/AITranscription.vue2.mjs +116 -0
- package/es/components/Chat/ChatKit/adapter-vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/adapter-vue.mjs +35 -0
- package/es/components/Chat/ChatKit/assets/icon/add-circle.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/back.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/call-video.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/call-voice.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/camera-uni.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/cancel.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/check-sm.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/close-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/convertText_zh.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/double-arrow.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/download.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/evalute-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/evalute-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/face-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/face-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/file-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/file-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/forward-each.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/forward-merge.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/icon-arrow-left.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/icon-close.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/image-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/image-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/image-uni.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/loading.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-audio.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-copy.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-del.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-forward.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-quote.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-revoke.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/multiple-select.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/radio.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/rotate-left.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/rotate-right.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/selected.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/star-light.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/star.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/translate.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-play.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-uni.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/words-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/words-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/zoom-in.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/zoom-out.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.d.ts +35 -0
- package/es/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue2.mjs +103 -0
- package/es/components/Chat/ChatKit/components/TUIChat/config.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIChat/config.mjs +77 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.d.ts +12 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.mjs +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.d.ts +9 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.mjs +159 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/index.d.ts +53 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/index.mjs +89 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.d.ts +65 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/forward/index.vue.d.ts +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/forward/index.vue.mjs +143 -0
- package/es/components/Chat/ChatKit/components/TUIChat/forward/index.vue2.mjs +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue2.mjs +240 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.d.ts +79 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.vue2.mjs +141 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.mjs +161 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue2.mjs +182 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue2.mjs +47 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.d.ts +117 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.mjs +8 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.mjs +601 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.mjs +39 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue2.mjs +98 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue2.mjs +177 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.d.ts +20 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue2.mjs +73 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue2.mjs +206 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue2.mjs +85 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue2.mjs +149 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.d.ts +38 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.mjs +248 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.d.ts +77 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue2.mjs +143 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.d.ts +40 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.mjs +134 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue2.mjs +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue2.mjs +145 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.d.ts +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue2.mjs +96 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.d.ts +57 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.mjs +8 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.mjs +707 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/link/index.d.ts +23 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/link/index.mjs +25 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.d.ts +27 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue2.mjs +108 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.d.ts +82 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue2.mjs +213 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.d.ts +40 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue2.mjs +93 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue2.mjs +69 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.d.ts +34 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue2.mjs +121 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue2.mjs +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.d.ts +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue2.mjs +60 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.d.ts +41 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue2.mjs +66 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue2.mjs +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.d.ts +40 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue2.mjs +150 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.d.ts +58 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.mjs +17 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.d.ts +48 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue2.mjs +91 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.d.ts +28 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue2.mjs +49 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.d.ts +23 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue2.mjs +65 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue2.mjs +27 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue2.mjs +80 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.d.ts +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue2.mjs +110 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.d.ts +41 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue2.mjs +167 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.d.ts +34 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue2.mjs +144 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue2.mjs +264 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.d.ts +43 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue2.mjs +52 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.d.ts +28 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue2.mjs +197 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.d.ts +49 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.mjs +320 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.d.ts +27 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue2.mjs +48 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.d.ts +34 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.mjs +257 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/interface.d.ts +21 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue2.mjs +131 -0
- package/es/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue2.mjs +83 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.d.ts +5 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.mjs +21 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.d.ts +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.mjs +8 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.d.ts +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.mjs +22 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/interface.d.ts +43 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.mjs +70 -0
- package/es/components/Chat/ChatKit/components/TUIChat/server.d.ts +12 -0
- package/es/components/Chat/ChatKit/components/TUIChat/server.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.d.ts +16 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.mjs +65 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.d.ts +23 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.mjs +78 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.mjs +53 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/copy.d.ts +12 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/copy.mjs +119 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.d.ts +24 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.mjs +107 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/translation.d.ts +54 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/translation.mjs +157 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/utils.d.ts +20 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/utils.mjs +104 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/wordsList.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/wordsList.mjs +32 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-info/contact-info-config.d.ts +141 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-info/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-list/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-search/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/select-friend/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/server.d.ts +13 -0
- package/es/components/Chat/ChatKit/components/TUIContact/utils/index.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/conversation-header/server.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/server.d.ts +29 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/config.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/create-group/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/manage-group/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/select-member/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/server.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUINotification/index.d.ts +123 -0
- package/es/components/Chat/ChatKit/components/TUINotification/interface.d.ts +13 -0
- package/es/components/Chat/ChatKit/components/TUINotification/utils.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUISearch/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-container/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-input/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-more/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-result/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-time-list.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-type-list.d.ts +37 -0
- package/es/components/Chat/ChatKit/components/TUISearch/server.d.ts +11 -0
- package/es/components/Chat/ChatKit/components/TUISearch/type.d.ts +52 -0
- package/es/components/Chat/ChatKit/components/TUISearch/utils.d.ts +29 -0
- package/es/components/Chat/ChatKit/components/common/Avatar/index.vue.d.ts +46 -0
- package/es/components/Chat/ChatKit/components/common/Avatar/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Avatar/index.vue2.mjs +89 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.d.ts +103 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.mjs +155 -0
- package/es/components/Chat/ChatKit/components/common/DatePicker/date-picker.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/common/DatePicker/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.vue.d.ts +74 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.vue2.mjs +114 -0
- package/es/components/Chat/ChatKit/components/common/Drag/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Drawer/index.vue.d.ts +71 -0
- package/es/components/Chat/ChatKit/components/common/Drawer/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Drawer/index.vue2.mjs +84 -0
- package/es/components/Chat/ChatKit/components/common/FetchMore/index.vue.d.ts +46 -0
- package/es/components/Chat/ChatKit/components/common/FetchMore/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/FetchMore/index.vue2.mjs +81 -0
- package/es/components/Chat/ChatKit/components/common/Icon.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/components/common/Icon.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Icon.vue2.mjs +62 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.d.ts +32 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.mjs +34 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue3.mjs +5 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.d.ts +39 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue2.mjs +458 -0
- package/es/components/Chat/ChatKit/components/common/Loading/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.d.ts +67 -0
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue2.mjs +74 -0
- package/es/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.d.ts +46 -0
- package/es/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/ProgressMessage/index.vue2.mjs +40 -0
- package/es/components/Chat/ChatKit/components/common/RadioSelect/index.vue.d.ts +26 -0
- package/es/components/Chat/ChatKit/components/common/RadioSelect/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/RadioSelect/index.vue2.mjs +36 -0
- package/es/components/Chat/ChatKit/components/common/SelectUser/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/SwitchBar/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.mjs +98 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +76 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue2.mjs +108 -0
- package/es/components/Chat/ChatKit/components/common/Toast/type.d.ts +7 -0
- package/es/components/Chat/ChatKit/components/common/Toast/type.mjs +9 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.d.ts +131 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue2.mjs +318 -0
- package/es/components/Chat/ChatKit/components/index.d.ts +77 -0
- package/es/components/Chat/ChatKit/constant.d.ts +41 -0
- package/es/components/Chat/ChatKit/constant.mjs +16 -0
- package/es/components/Chat/ChatKit/index.d.ts +8 -0
- package/es/components/Chat/ChatKit/interface.d.ts +282 -0
- package/es/components/Chat/ChatKit/locales/en/TUIChat.d.ts +150 -0
- package/es/components/Chat/ChatKit/locales/en/TUIChat.mjs +152 -0
- package/es/components/Chat/ChatKit/locales/en/TUIContact.d.ts +65 -0
- package/es/components/Chat/ChatKit/locales/en/TUIContact.mjs +67 -0
- package/es/components/Chat/ChatKit/locales/en/TUIConversation.d.ts +23 -0
- package/es/components/Chat/ChatKit/locales/en/TUIConversation.mjs +25 -0
- package/es/components/Chat/ChatKit/locales/en/TUIGroup.d.ts +85 -0
- package/es/components/Chat/ChatKit/locales/en/TUIGroup.mjs +87 -0
- package/es/components/Chat/ChatKit/locales/en/TUISearch.d.ts +40 -0
- package/es/components/Chat/ChatKit/locales/en/TUISearch.mjs +42 -0
- package/es/components/Chat/ChatKit/locales/en/component.d.ts +20 -0
- package/es/components/Chat/ChatKit/locales/en/component.mjs +22 -0
- package/es/components/Chat/ChatKit/locales/en/emoji.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/en/emoji.mjs +4 -0
- package/es/components/Chat/ChatKit/locales/en/evaluate.d.ts +10 -0
- package/es/components/Chat/ChatKit/locales/en/evaluate.mjs +12 -0
- package/es/components/Chat/ChatKit/locales/en/index.d.ts +577 -0
- package/es/components/Chat/ChatKit/locales/en/index.mjs +39 -0
- package/es/components/Chat/ChatKit/locales/en/message.d.ts +61 -0
- package/es/components/Chat/ChatKit/locales/en/message.mjs +63 -0
- package/es/components/Chat/ChatKit/locales/en/time.d.ts +36 -0
- package/es/components/Chat/ChatKit/locales/en/time.mjs +38 -0
- package/es/components/Chat/ChatKit/locales/en/words.d.ts +18 -0
- package/es/components/Chat/ChatKit/locales/en/words.mjs +20 -0
- package/es/components/Chat/ChatKit/locales/index.d.ts +1084 -0
- package/es/components/Chat/ChatKit/locales/index.mjs +9 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +150 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.mjs +152 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIContact.d.ts +65 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIContact.mjs +67 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIConversation.d.ts +23 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIConversation.mjs +25 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIGroup.d.ts +86 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIGroup.mjs +88 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUISearch.d.ts +40 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUISearch.mjs +42 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/component.d.ts +20 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/component.mjs +22 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/emoji.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/emoji.mjs +4 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/evaluate.d.ts +10 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/evaluate.mjs +12 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/index.d.ts +510 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/index.mjs +39 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/message.d.ts +61 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/message.mjs +63 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/time.d.ts +36 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/time.mjs +38 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/translate.d.ts +163 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/words.d.ts +13 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/words.mjs +15 -0
- package/es/components/Chat/ChatKit/plugins/extension-server/callkit.d.ts +2 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/index.d.ts +6 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/index.mjs +32 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.d.ts +32 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue2.mjs +97 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue2.mjs +41 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/index.d.ts +0 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue2.mjs +15 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.d.ts +60 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue2.mjs +71 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue2.mjs +94 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue2.mjs +24 -0
- package/es/components/Chat/ChatKit/server.d.ts +50 -0
- package/es/components/Chat/ChatKit/server.mjs +156 -0
- package/es/components/Chat/ChatKit/utils/documentLink.d.ts +23 -0
- package/es/components/Chat/ChatKit/utils/documentLink.mjs +25 -0
- package/es/components/Chat/ChatKit/utils/enableSampleTaskStatus.d.ts +1 -0
- package/es/components/Chat/ChatKit/utils/enableSampleTaskStatus.mjs +11 -0
- package/es/components/Chat/ChatKit/utils/env.d.ts +6 -0
- package/es/components/Chat/ChatKit/utils/env.mjs +15 -0
- package/es/components/Chat/ChatKit/utils/index.d.ts +1 -0
- package/es/components/Chat/ChatKit/utils/lodash.d.ts +17 -0
- package/es/components/Chat/ChatKit/utils/lodash.mjs +105 -0
- package/es/components/Chat/ChatKit/utils/type-check.d.ts +12 -0
- package/es/components/Chat/ChatKit/utils/type-check.mjs +34 -0
- package/es/components/Chat/index/index.vue.d.ts +2 -0
- package/es/components/Chat/{index.vue.mjs → index/index.vue.mjs} +2 -2
- package/es/components/Chat/index/index.vue2.mjs +68 -0
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +1 -0
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +2 -0
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue2.mjs +1 -0
- package/es/components/ManageMember/useIndexHooks.mjs +1 -0
- package/es/components/PreRoom/PasswordDialog.vue2.mjs +2 -0
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.mjs +1 -1
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue2.mjs +15 -11
- package/es/components/RoomFooter/AIControl.vue.d.ts +6 -0
- package/es/components/RoomFooter/AIControl.vue.mjs +7 -0
- package/es/components/RoomFooter/AIControl.vue2.mjs +97 -0
- package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.mjs +2 -0
- package/es/components/RoomFooter/BasicBeauty.vue.d.ts +2 -0
- package/es/components/RoomFooter/BasicBeauty.vue.mjs +7 -0
- package/es/components/RoomFooter/BasicBeauty.vue2.mjs +350 -0
- package/es/components/RoomFooter/ChatControl.vue.mjs +2 -0
- package/es/components/RoomFooter/EndControl/index.vue2.mjs +2 -0
- package/es/components/RoomFooter/EndControl/useEndControlHooks.mjs +2 -0
- package/es/components/RoomFooter/FullScreenControl.vue.mjs +2 -0
- package/es/components/RoomFooter/InviteControl.vue2.mjs +1 -0
- package/es/components/RoomFooter/ManageMemberControl.vue.mjs +2 -0
- package/es/components/RoomFooter/MoreControl/index.vue.mjs +2 -0
- package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +16 -12
- package/es/components/RoomFooter/VirtualBackground.vue2.mjs +2 -0
- package/es/components/RoomFooter/WhiteboardControl.vue.mjs +31 -12
- package/es/components/RoomFooter/index/index.vue.d.ts +5 -1
- package/es/components/RoomFooter/index/index.vue.mjs +1 -1
- package/es/components/RoomFooter/index/index.vue2.mjs +19 -3
- package/es/components/RoomHeader/RoomInfo/useRoomInfoHooks.mjs +1 -0
- package/es/components/RoomHeader/UserInfo/index.vue2.mjs +2 -0
- package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +2 -0
- package/es/components/RoomInvite/InvitationNotification.vue2.mjs +1 -0
- package/es/components/RoomInvite/useRoomInviteHooks.mjs +1 -0
- package/es/components/RoomSidebar/index.vue.mjs +4 -2
- package/es/components/RoomSidebar/useSideBarHooks.mjs +18 -4
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +2 -0
- package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +2 -1
- package/es/components/ScheduleConference/ScheduleRoomList.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +10 -2
- package/es/components/ScheduleConference/ShareLink.vue2.mjs +2 -0
- package/es/components/ScheduleConference/TimezonePicker.vue.mjs +2 -0
- package/es/components/Whiteboard/controller/ImageController/image/folder.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ImageController/index.vue.d.ts +2 -0
- package/es/components/Whiteboard/controller/ImageController/index.vue.mjs +7 -0
- package/es/components/Whiteboard/controller/ImageController/index.vue2.mjs +70 -0
- package/es/components/Whiteboard/controller/RedoUndo/index.vue.mjs +1 -1
- package/es/components/Whiteboard/controller/RedoUndo/index.vue2.mjs +0 -1
- package/es/components/Whiteboard/controller/SaveController/index.vue.mjs +1 -1
- package/es/components/Whiteboard/controller/SaveController/index.vue2.mjs +3 -1
- package/es/components/Whiteboard/controller/ToolBox/index.vue.mjs +1 -1
- package/es/components/Whiteboard/controller/ToolBox/index.vue2.mjs +10 -1
- package/es/components/Whiteboard/core/index.d.ts +5 -0
- package/es/components/Whiteboard/core/index.mjs +94 -15
- package/es/components/Whiteboard/index.vue.mjs +1 -1
- package/es/components/Whiteboard/index.vue2.mjs +11 -3
- package/es/components/common/Language.vue.mjs +2 -0
- package/es/components/common/SwitchTheme.vue.mjs +2 -0
- package/es/components/common/base/Select/index.vue2.mjs +2 -0
- package/es/components/common/base/Slider.vue.d.ts +54 -0
- package/es/components/common/base/Slider.vue.mjs +7 -0
- package/es/components/common/base/Slider.vue2.mjs +107 -0
- package/es/components/common/icons/AIIcon.vue.d.ts +2 -0
- package/es/components/common/icons/AIIcon.vue.mjs +21 -0
- package/es/components/common/icons/AISubtitles.vue.d.ts +2 -0
- package/es/components/common/icons/AISubtitles.vue.mjs +26 -0
- package/es/components/common/icons/AITranscription.vue.d.ts +2 -0
- package/es/components/common/icons/AITranscription.vue.mjs +21 -0
- package/es/components/common/icons/BasicBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/BasicBeautyIcon.vue.mjs +41 -0
- package/es/components/common/icons/CloseBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/CloseBeautyIcon.vue.mjs +38 -0
- package/es/components/common/icons/CompareIcon.vue.d.ts +2 -0
- package/es/components/common/icons/CompareIcon.vue.mjs +21 -0
- package/es/components/common/icons/ResetIcon.vue.d.ts +2 -0
- package/es/components/common/icons/ResetIcon.vue.mjs +39 -0
- package/es/components/common/icons/RuddyBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/RuddyBeautyIcon.vue.mjs +21 -0
- package/es/components/common/icons/SmootherBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/SmootherBeautyIcon.vue.mjs +21 -0
- package/es/components/common/icons/WhiteningBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/WhiteningBeautyIcon.vue.mjs +21 -0
- package/es/conference.d.ts +4 -1
- package/es/conference.mjs +6 -0
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +16 -2
- package/es/constants/room.d.ts +4 -0
- package/es/constants/room.mjs +6 -0
- package/es/extension/RoomMessageCard/RoomMessageCard.vue.mjs +2 -2
- package/es/extension/VoidTemplate.vue.d.ts +2 -0
- package/es/extension/chatExtension.d.ts +3 -1
- package/es/extension/chatExtension.mjs +42 -36
- package/es/extension/index.d.ts +3 -1
- package/es/extension/utils/interact.mjs +2 -0
- package/es/index.d.ts +2 -1
- package/es/index.mjs +5571 -603
- package/es/locales/en-US.d.ts +16 -0
- package/es/locales/en-US.mjs +18 -1
- package/es/locales/zh-CN.d.ts +16 -0
- package/es/locales/zh-CN.mjs +18 -1
- package/es/package.json.mjs +93 -0
- package/es/preConference.vue2.mjs +2 -1
- package/es/services/function/aiTask.d.ts +48 -0
- package/es/services/function/aiTask.mjs +167 -0
- package/es/services/function/basicBeauty.d.ts +22 -0
- package/es/services/function/basicBeauty.mjs +61 -0
- package/es/services/index.d.ts +2 -0
- package/es/services/manager/chatManager.d.ts +20 -0
- package/es/services/manager/chatManager.mjs +130 -0
- package/es/services/manager/componentManager.d.ts +2 -2
- package/es/services/manager/componentManager.mjs +6 -2
- package/es/services/manager/configManager.mjs +0 -1
- package/es/services/manager/dataReportManager.d.ts +10 -0
- package/es/services/manager/dataReportManager.mjs +30 -0
- package/es/services/manager/roomActionManager.d.ts +2 -1
- package/es/services/manager/roomActionManager.mjs +11 -7
- package/es/services/roomService.d.ts +6 -0
- package/es/services/roomService.mjs +17 -1
- package/es/services/types.d.ts +2 -0
- package/es/stores/basic.mjs +1 -16
- package/es/stores/room.mjs +9 -1
- package/lib/components/AITools/AISubtitles.vue.d.ts +2 -0
- package/lib/components/AITools/AISubtitles.vue.js +7 -0
- package/lib/components/AITools/AISubtitles.vue2.js +50 -0
- package/lib/components/AITools/AITranscription.vue.d.ts +2 -0
- package/lib/components/AITools/AITranscription.vue.js +7 -0
- package/lib/components/AITools/AITranscription.vue2.js +116 -0
- package/lib/components/Chat/ChatKit/adapter-vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/adapter-vue.js +53 -0
- package/lib/components/Chat/ChatKit/assets/icon/add-circle.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/back.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/call-video.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/call-voice.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/camera-uni.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/cancel.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/check-sm.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/close-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/convertText_zh.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/double-arrow.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/download.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/evalute-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/evalute-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/face-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/face-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/file-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/file-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/forward-each.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/forward-merge.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/icon-arrow-left.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/icon-close.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/image-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/image-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/image-uni.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/loading.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-audio.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-copy.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-del.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-forward.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-quote.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-revoke.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/multiple-select.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/radio.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/rotate-left.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/rotate-right.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/selected.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/star-light.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/star.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/translate.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-play.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-uni.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/words-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/words-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/zoom-in.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/zoom-out.svg.js +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.d.ts +35 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue2.js +103 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/config.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/config.js +77 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.d.ts +12 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.js +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.d.ts +9 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.js +159 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/index.d.ts +53 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/index.js +87 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.d.ts +65 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/forward/index.vue.d.ts +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/forward/index.vue.js +143 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/forward/index.vue2.js +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue2.js +240 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.d.ts +79 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.vue2.js +141 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.js +161 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue2.js +182 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue2.js +47 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.d.ts +117 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.js +8 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.js +601 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.js +39 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue2.js +98 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue2.js +177 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.d.ts +20 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue2.js +73 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue2.js +206 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue2.js +85 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue2.js +149 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.d.ts +38 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.js +248 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.d.ts +77 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue2.js +143 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.d.ts +40 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.js +134 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue2.js +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue2.js +145 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.d.ts +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue2.js +96 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.d.ts +57 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.js +8 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.js +707 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/link/index.d.ts +23 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/link/index.js +25 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.d.ts +27 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue2.js +108 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.d.ts +82 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue2.js +213 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.d.ts +40 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue2.js +93 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue2.js +69 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.d.ts +34 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue2.js +121 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue2.js +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.d.ts +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue2.js +60 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.d.ts +41 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue2.js +66 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue2.js +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.d.ts +40 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue2.js +150 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.d.ts +58 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.js +17 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.d.ts +48 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue2.js +91 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.d.ts +28 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue2.js +49 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.d.ts +23 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue2.js +65 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue2.js +27 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue2.js +80 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.d.ts +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue2.js +110 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.d.ts +41 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue2.js +167 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.d.ts +34 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue2.js +144 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue2.js +264 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.d.ts +43 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue2.js +52 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.d.ts +28 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue2.js +197 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.d.ts +49 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.js +320 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.d.ts +27 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue2.js +48 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.d.ts +34 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.js +257 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/interface.d.ts +21 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue2.js +131 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue2.js +83 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.d.ts +5 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.js +21 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.d.ts +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.js +8 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.d.ts +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.js +22 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/interface.d.ts +43 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.js +70 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/server.d.ts +12 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/server.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.d.ts +16 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.js +65 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.d.ts +23 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.js +78 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.js +53 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/copy.d.ts +12 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/copy.js +119 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.d.ts +24 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.js +107 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/translation.d.ts +54 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/translation.js +157 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/utils.d.ts +20 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/utils.js +104 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/wordsList.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/wordsList.js +32 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-info/contact-info-config.d.ts +141 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-info/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-list/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-search/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/select-friend/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/server.d.ts +13 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/utils/index.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/conversation-header/server.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/server.d.ts +29 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/config.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/create-group/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/manage-group/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/select-member/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/server.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUINotification/index.d.ts +123 -0
- package/lib/components/Chat/ChatKit/components/TUINotification/interface.d.ts +13 -0
- package/lib/components/Chat/ChatKit/components/TUINotification/utils.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-container/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-input/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-more/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-result/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-time-list.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-type-list.d.ts +37 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/server.d.ts +11 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/type.d.ts +52 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/utils.d.ts +29 -0
- package/lib/components/Chat/ChatKit/components/common/Avatar/index.vue.d.ts +46 -0
- package/lib/components/Chat/ChatKit/components/common/Avatar/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Avatar/index.vue2.js +89 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.d.ts +103 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.js +155 -0
- package/lib/components/Chat/ChatKit/components/common/DatePicker/date-picker.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/common/DatePicker/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.vue.d.ts +74 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.vue2.js +114 -0
- package/lib/components/Chat/ChatKit/components/common/Drag/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Drawer/index.vue.d.ts +71 -0
- package/lib/components/Chat/ChatKit/components/common/Drawer/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Drawer/index.vue2.js +84 -0
- package/lib/components/Chat/ChatKit/components/common/FetchMore/index.vue.d.ts +46 -0
- package/lib/components/Chat/ChatKit/components/common/FetchMore/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/FetchMore/index.vue2.js +81 -0
- package/lib/components/Chat/ChatKit/components/common/Icon.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/components/common/Icon.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Icon.vue2.js +62 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.d.ts +32 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.js +34 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue3.js +5 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.d.ts +39 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue2.js +458 -0
- package/lib/components/Chat/ChatKit/components/common/Loading/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.d.ts +67 -0
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue2.js +74 -0
- package/lib/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.d.ts +46 -0
- package/lib/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/ProgressMessage/index.vue2.js +40 -0
- package/lib/components/Chat/ChatKit/components/common/RadioSelect/index.vue.d.ts +26 -0
- package/lib/components/Chat/ChatKit/components/common/RadioSelect/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/RadioSelect/index.vue2.js +36 -0
- package/lib/components/Chat/ChatKit/components/common/SelectUser/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/SwitchBar/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.js +98 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +76 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue2.js +108 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/type.d.ts +7 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/type.js +9 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.d.ts +131 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue2.js +318 -0
- package/lib/components/Chat/ChatKit/components/index.d.ts +77 -0
- package/lib/components/Chat/ChatKit/constant.d.ts +41 -0
- package/lib/components/Chat/ChatKit/constant.js +16 -0
- package/lib/components/Chat/ChatKit/index.d.ts +8 -0
- package/lib/components/Chat/ChatKit/interface.d.ts +282 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.d.ts +150 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.js +152 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIContact.d.ts +65 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIContact.js +67 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIConversation.d.ts +23 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIConversation.js +25 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIGroup.d.ts +85 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIGroup.js +87 -0
- package/lib/components/Chat/ChatKit/locales/en/TUISearch.d.ts +40 -0
- package/lib/components/Chat/ChatKit/locales/en/TUISearch.js +42 -0
- package/lib/components/Chat/ChatKit/locales/en/component.d.ts +20 -0
- package/lib/components/Chat/ChatKit/locales/en/component.js +22 -0
- package/lib/components/Chat/ChatKit/locales/en/emoji.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/en/emoji.js +4 -0
- package/lib/components/Chat/ChatKit/locales/en/evaluate.d.ts +10 -0
- package/lib/components/Chat/ChatKit/locales/en/evaluate.js +12 -0
- package/lib/components/Chat/ChatKit/locales/en/index.d.ts +577 -0
- package/lib/components/Chat/ChatKit/locales/en/index.js +39 -0
- package/lib/components/Chat/ChatKit/locales/en/message.d.ts +61 -0
- package/lib/components/Chat/ChatKit/locales/en/message.js +63 -0
- package/lib/components/Chat/ChatKit/locales/en/time.d.ts +36 -0
- package/lib/components/Chat/ChatKit/locales/en/time.js +38 -0
- package/lib/components/Chat/ChatKit/locales/en/words.d.ts +18 -0
- package/lib/components/Chat/ChatKit/locales/en/words.js +20 -0
- package/lib/components/Chat/ChatKit/locales/index.d.ts +1084 -0
- package/lib/components/Chat/ChatKit/locales/index.js +9 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +150 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.js +152 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIContact.d.ts +65 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIContact.js +67 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIConversation.d.ts +23 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIConversation.js +25 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIGroup.d.ts +86 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIGroup.js +88 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUISearch.d.ts +40 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUISearch.js +42 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/component.d.ts +20 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/component.js +22 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/emoji.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/emoji.js +4 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/evaluate.d.ts +10 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/evaluate.js +12 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/index.d.ts +510 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/index.js +39 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/message.d.ts +61 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/message.js +63 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/time.d.ts +36 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/time.js +38 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/translate.d.ts +163 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/words.d.ts +13 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/words.js +15 -0
- package/lib/components/Chat/ChatKit/plugins/extension-server/callkit.d.ts +2 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/index.d.ts +6 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/index.js +32 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.d.ts +32 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue2.js +97 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue2.js +41 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/index.d.ts +0 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue2.js +15 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.d.ts +60 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue2.js +71 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue2.js +94 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue2.js +24 -0
- package/lib/components/Chat/ChatKit/server.d.ts +50 -0
- package/lib/components/Chat/ChatKit/server.js +156 -0
- package/lib/components/Chat/ChatKit/utils/documentLink.d.ts +23 -0
- package/lib/components/Chat/ChatKit/utils/documentLink.js +25 -0
- package/lib/components/Chat/ChatKit/utils/enableSampleTaskStatus.d.ts +1 -0
- package/lib/components/Chat/ChatKit/utils/enableSampleTaskStatus.js +11 -0
- package/lib/components/Chat/ChatKit/utils/env.d.ts +6 -0
- package/lib/components/Chat/ChatKit/utils/env.js +15 -0
- package/lib/components/Chat/ChatKit/utils/index.d.ts +1 -0
- package/lib/components/Chat/ChatKit/utils/lodash.d.ts +17 -0
- package/lib/components/Chat/ChatKit/utils/lodash.js +105 -0
- package/lib/components/Chat/ChatKit/utils/type-check.d.ts +12 -0
- package/lib/components/Chat/ChatKit/utils/type-check.js +34 -0
- package/lib/components/Chat/index/index.vue.d.ts +2 -0
- package/lib/components/Chat/{index.vue.js → index/index.vue.js} +2 -2
- package/lib/components/Chat/index/index.vue2.js +68 -0
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +1 -0
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +2 -0
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue2.js +1 -0
- package/lib/components/ManageMember/useIndexHooks.js +1 -0
- package/lib/components/PreRoom/PasswordDialog.vue2.js +2 -0
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.js +1 -1
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue2.js +15 -11
- package/lib/components/RoomFooter/AIControl.vue.d.ts +6 -0
- package/lib/components/RoomFooter/AIControl.vue.js +7 -0
- package/lib/components/RoomFooter/AIControl.vue2.js +97 -0
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.js +2 -0
- package/lib/components/RoomFooter/BasicBeauty.vue.d.ts +2 -0
- package/lib/components/RoomFooter/BasicBeauty.vue.js +7 -0
- package/lib/components/RoomFooter/BasicBeauty.vue2.js +350 -0
- package/lib/components/RoomFooter/ChatControl.vue.js +2 -0
- package/lib/components/RoomFooter/EndControl/index.vue2.js +2 -0
- package/lib/components/RoomFooter/EndControl/useEndControlHooks.js +2 -0
- package/lib/components/RoomFooter/FullScreenControl.vue.js +2 -0
- package/lib/components/RoomFooter/InviteControl.vue2.js +1 -0
- package/lib/components/RoomFooter/ManageMemberControl.vue.js +2 -0
- package/lib/components/RoomFooter/MoreControl/index.vue.js +2 -0
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +16 -12
- package/lib/components/RoomFooter/VirtualBackground.vue2.js +2 -0
- package/lib/components/RoomFooter/WhiteboardControl.vue.js +31 -12
- package/lib/components/RoomFooter/index/index.vue.d.ts +5 -1
- package/lib/components/RoomFooter/index/index.vue.js +1 -1
- package/lib/components/RoomFooter/index/index.vue2.js +19 -3
- package/lib/components/RoomHeader/RoomInfo/useRoomInfoHooks.js +1 -0
- package/lib/components/RoomHeader/UserInfo/index.vue2.js +2 -0
- package/lib/components/RoomHeader/index/LayoutControl.vue2.js +2 -0
- package/lib/components/RoomInvite/InvitationNotification.vue2.js +1 -0
- package/lib/components/RoomInvite/useRoomInviteHooks.js +1 -0
- package/lib/components/RoomSidebar/index.vue.js +4 -2
- package/lib/components/RoomSidebar/useSideBarHooks.js +18 -4
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +2 -0
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +2 -1
- package/lib/components/ScheduleConference/ScheduleRoomList.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleRoomList.vue2.js +10 -2
- package/lib/components/ScheduleConference/ShareLink.vue2.js +2 -0
- package/lib/components/ScheduleConference/TimezonePicker.vue.js +2 -0
- package/lib/components/Whiteboard/controller/ImageController/image/folder.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ImageController/index.vue.d.ts +2 -0
- package/lib/components/Whiteboard/controller/ImageController/index.vue.js +7 -0
- package/lib/components/Whiteboard/controller/ImageController/index.vue2.js +70 -0
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue.js +1 -1
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue2.js +0 -1
- package/lib/components/Whiteboard/controller/SaveController/index.vue.js +1 -1
- package/lib/components/Whiteboard/controller/SaveController/index.vue2.js +3 -1
- package/lib/components/Whiteboard/controller/ToolBox/index.vue.js +1 -1
- package/lib/components/Whiteboard/controller/ToolBox/index.vue2.js +9 -0
- package/lib/components/Whiteboard/core/index.d.ts +5 -0
- package/lib/components/Whiteboard/core/index.js +94 -15
- package/lib/components/Whiteboard/index.vue.js +1 -1
- package/lib/components/Whiteboard/index.vue2.js +13 -5
- package/lib/components/common/Language.vue.js +2 -0
- package/lib/components/common/SwitchTheme.vue.js +2 -0
- package/lib/components/common/base/Select/index.vue2.js +2 -0
- package/lib/components/common/base/Slider.vue.d.ts +54 -0
- package/lib/components/common/base/Slider.vue.js +7 -0
- package/lib/components/common/base/Slider.vue2.js +107 -0
- package/lib/components/common/icons/AIIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/AIIcon.vue.js +21 -0
- package/lib/components/common/icons/AISubtitles.vue.d.ts +2 -0
- package/lib/components/common/icons/AISubtitles.vue.js +26 -0
- package/lib/components/common/icons/AITranscription.vue.d.ts +2 -0
- package/lib/components/common/icons/AITranscription.vue.js +21 -0
- package/lib/components/common/icons/BasicBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/BasicBeautyIcon.vue.js +41 -0
- package/lib/components/common/icons/CloseBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/CloseBeautyIcon.vue.js +38 -0
- package/lib/components/common/icons/CompareIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/CompareIcon.vue.js +21 -0
- package/lib/components/common/icons/ResetIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/ResetIcon.vue.js +39 -0
- package/lib/components/common/icons/RuddyBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/RuddyBeautyIcon.vue.js +21 -0
- package/lib/components/common/icons/SmootherBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/SmootherBeautyIcon.vue.js +21 -0
- package/lib/components/common/icons/WhiteningBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/WhiteningBeautyIcon.vue.js +21 -0
- package/lib/conference.d.ts +4 -1
- package/lib/conference.js +6 -0
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +16 -2
- package/lib/constants/room.d.ts +4 -0
- package/lib/constants/room.js +6 -0
- package/lib/extension/RoomMessageCard/RoomMessageCard.vue.js +2 -2
- package/lib/extension/VoidTemplate.vue.d.ts +2 -0
- package/lib/extension/chatExtension.d.ts +3 -1
- package/lib/extension/chatExtension.js +63 -57
- package/lib/extension/index.d.ts +3 -1
- package/lib/extension/utils/interact.js +2 -0
- package/lib/index.d.ts +2 -1
- package/lib/index.js +5571 -603
- package/lib/locales/en-US.d.ts +16 -0
- package/lib/locales/en-US.js +18 -1
- package/lib/locales/zh-CN.d.ts +16 -0
- package/lib/locales/zh-CN.js +18 -1
- package/lib/package.json.js +93 -0
- package/lib/preConference.vue2.js +2 -1
- package/lib/services/function/aiTask.d.ts +48 -0
- package/lib/services/function/aiTask.js +167 -0
- package/lib/services/function/basicBeauty.d.ts +22 -0
- package/lib/services/function/basicBeauty.js +61 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/manager/chatManager.d.ts +20 -0
- package/lib/services/manager/chatManager.js +130 -0
- package/lib/services/manager/componentManager.d.ts +2 -2
- package/lib/services/manager/componentManager.js +6 -2
- package/lib/services/manager/configManager.js +0 -1
- package/lib/services/manager/dataReportManager.d.ts +10 -0
- package/lib/services/manager/dataReportManager.js +30 -0
- package/lib/services/manager/roomActionManager.d.ts +2 -1
- package/lib/services/manager/roomActionManager.js +11 -7
- package/lib/services/roomService.d.ts +6 -0
- package/lib/services/roomService.js +17 -1
- package/lib/services/types.d.ts +2 -0
- package/lib/stores/basic.js +1 -16
- package/lib/stores/room.js +9 -1
- package/package.json +15 -2
- package/src/TUIRoom/assets/style/black-theme.scss +2 -0
- package/src/TUIRoom/assets/style/white-theme.scss +2 -0
- package/src/TUIRoom/components/AITools/AISubtitles.vue +52 -0
- package/src/TUIRoom/components/AITools/AITranscription.vue +161 -0
- package/src/TUIRoom/components/Chat/ChatKit/CHANGELOG.md +145 -0
- package/src/TUIRoom/components/Chat/ChatKit/README.md +94 -0
- package/src/TUIRoom/components/Chat/ChatKit/adapter-vue.ts +44 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/add-circle.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/add.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/at.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/audio.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/back.svg +16 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/call-video.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/call-voice.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/call.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/camera-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/cancel.svg +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/check-sm.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/close-dark.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/close-image.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/convertText_en.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/convertText_zh.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/d-left-arrow.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/d-right-arrow.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/del-icon.svg +25 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/double-arrow.svg +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/down-icon.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/downaload-image.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/download.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/edit.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/evalute-dark.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/evalute-light.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/face-dark.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/face-light.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/face-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/file-dark.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/file-light.svg +13 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/forward-each.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/forward-merge.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/icon-arrow-left.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/icon-c2c.svg +36 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/icon-close.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/image-dark.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/image-light.svg +13 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/image-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/input-close.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/left-arrow.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/loading.gif +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/loading.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/minus.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/more-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/more.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-audio.svg +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-copy.svg +30 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-del.svg +33 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-forward.svg +31 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-quote.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-revoke.svg +29 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/multiple-select.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/mute.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/plus.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/radio.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/right-arrow.svg +14 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/right-icon.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/rotate-left.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/rotate-right.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/search-default.svg +52 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/search-more.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/search.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/selected.svg +27 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/setting.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/star-light.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/star.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/start-group.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/translate.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-dark.svg +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-light.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-play.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/words-dark.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/words-light.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/zoom-in.svg +9 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/zoom-out.svg +9 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/styles/common.scss +59 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/styles/sample.scss +99 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue +160 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/config.ts +83 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.ts +15 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.ts +114 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/index.ts +140 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/forward/index.vue +159 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.ts +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.vue +272 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/index.vue +162 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.ts +187 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue +301 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue +103 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue +848 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.ts +38 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue +157 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue +182 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue +81 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/style/h5.scss +25 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/style/web.scss +55 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue +211 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/color.scss +57 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/h5.scss +63 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/web.scss +93 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue +156 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue +308 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/style/uni.scss +111 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue +138 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/color.scss +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/h5.scss +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/index.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/uni.scss +36 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/web.scss +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue +127 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue +155 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue +95 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/color.scss +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/h5.scss +29 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/index.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/web.scss +32 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/index.vue +818 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/link/index.ts +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue +203 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue +483 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue +141 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue +99 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue +187 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue +44 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue +78 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue +91 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue +33 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue +199 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.ts +60 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue +137 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue +71 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue +74 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue +48 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue +124 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue +166 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue +312 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue +200 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue +434 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue +102 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue +336 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue +425 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue +60 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue +450 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/interface.ts +27 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue +176 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/color.scss +32 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/h5.scss +16 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/index.scss +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/web.scss +177 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue +134 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.ts +17 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.ts +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/interface.ts +49 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.ts +76 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/server.ts +82 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/h5.scss +47 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/index.scss +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/uni.scss +10 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/web.scss +46 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/wx.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.ts +70 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.ts +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/copy.ts +141 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.ts +161 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/translation.ts +203 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/utils.ts +161 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/wordsList.ts +29 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/contact-info-config.ts +201 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/index.vue +429 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/style/h5.scss +130 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/style/web.scss +151 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/contact-list-item/index.vue +258 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.vue +363 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/style/h5.scss +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/style/web.scss +85 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-search/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-search/index.vue +250 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/index.vue +131 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/select-friend/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/select-friend/index.vue +92 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/server.ts +43 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/utils/index.ts +359 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/actions-menu/index.vue +232 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.vue +96 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-header/server.ts +78 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/index.vue +310 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/color.scss +77 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/h5.scss +43 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/web.scss +186 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.vue +33 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/index.vue +48 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/server.ts +163 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/style/color.scss +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/style/web.scss +107 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/config.ts +50 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/index.vue +75 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/index.vue +297 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/color.scss +104 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/h5.scss +97 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/web.scss +106 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/index.ts +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/index.vue +53 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.vue +825 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-admin.vue +338 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-member.vue +300 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-name.vue +264 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-notification.vue +268 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-profile.vue +275 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/color.scss +64 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/h5.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/index.scss +39 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/web.scss +243 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/select-member/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/select-member/index.vue +120 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/server.ts +94 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUINotification/index.ts +387 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUINotification/interface.ts +15 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUINotification/utils.ts +20 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/index.vue +207 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/index.vue +259 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/style/h5.scss +36 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/style/web.scss +114 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-input/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-input/index.vue +215 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-more/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-more/index.vue +162 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/index.vue +566 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.vue +50 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/index.vue +211 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-custom.vue +237 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-file.vue +152 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-image.vue +40 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-text.vue +93 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-video.vue +70 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/style/h5.scss +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/style/web.scss +262 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.vue +25 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/style/h5.scss +67 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/style/web.scss +180 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-time-list.ts +45 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-type-list.ts +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/server.ts +73 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/style/h5.scss +39 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/style/web.scss +28 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/type.ts +76 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/utils.ts +346 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Avatar/index.vue +147 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.vue +159 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/h5.scss +59 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/modal.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/date-picker-panel.vue +308 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/date-picker.ts +19 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/date-table.vue +321 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/index.vue +270 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/index.vue +119 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/color.scss +43 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/dialog.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/h5.scss +56 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/web.scss +61 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Drag/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Drag/index.vue +121 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Drawer/index.vue +159 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/FetchMore/index.vue +96 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Icon.vue +82 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue +42 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue +678 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Loading/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Loading/index.vue +47 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/MaskLayer/index.vue +56 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Overlay/index.vue +121 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Popconfirm/index.vue +188 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ProgressMessage/index.vue +92 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/RadioSelect/index.vue +61 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SelectUser/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SelectUser/index.vue +69 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Slider/index.vue +64 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SwitchBar/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SwitchBar/index.vue +74 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Toast/index.ts +115 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Toast/index.vue +183 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Toast/type.ts +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.vue +332 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/color.scss +68 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/h5.scss +93 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/transfer.scss +13 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/web.scss +141 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/index.ts +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/constant.ts +48 -0
- package/src/TUIRoom/components/Chat/ChatKit/index.ts +27 -0
- package/src/TUIRoom/components/Chat/ChatKit/index.vue +190 -0
- package/src/TUIRoom/components/Chat/ChatKit/interface.ts +326 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIChat.ts +151 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIContact.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIConversation.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIGroup.ts +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUISearch.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/component.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/emoji.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/evaluate.ts +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/index.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/message.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/time.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/words.ts +19 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/index.ts +10 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIChat.ts +151 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIContact.ts +68 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIConversation.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIGroup.ts +87 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUISearch.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/component.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/emoji.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/evaluate.ts +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/index.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/message.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/time.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/translate.ts +164 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/words.ts +14 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/extension-server/callkit.ts +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/index.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue +116 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue +51 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-customer/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue +16 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue +123 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue +106 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue +42 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room.vue +19 -0
- package/src/TUIRoom/components/Chat/ChatKit/server.ts +173 -0
- package/src/TUIRoom/components/Chat/ChatKit/shims-vue.d.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/documentLink.ts +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/enableSampleTaskStatus.ts +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/env.ts +17 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/index.ts +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/lodash.ts +169 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/type-check.ts +44 -0
- package/src/TUIRoom/components/Chat/index/index.vue +78 -0
- package/src/TUIRoom/components/RoomContent/StreamRegion/LocalScreenView/index.vue +19 -12
- package/src/TUIRoom/components/RoomFooter/AIControl.vue +117 -0
- package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +469 -0
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +15 -11
- package/src/TUIRoom/components/RoomFooter/WhiteboardControl.vue +32 -12
- package/src/TUIRoom/components/RoomFooter/index/index.vue +13 -1
- package/src/TUIRoom/components/RoomSidebar/index.vue +3 -1
- package/src/TUIRoom/components/RoomSidebar/useSideBarHooks.ts +27 -8
- package/src/TUIRoom/components/ScheduleConference/ScheduleRoomList.vue +11 -2
- package/src/TUIRoom/components/Whiteboard/controller/ImageController/image/folder.svg +15 -0
- package/src/TUIRoom/components/Whiteboard/controller/ImageController/index.vue +92 -0
- package/src/TUIRoom/components/Whiteboard/controller/RedoUndo/index.vue +0 -1
- package/src/TUIRoom/components/Whiteboard/controller/SaveController/index.vue +2 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/index.vue +13 -1
- package/src/TUIRoom/components/Whiteboard/core/index.ts +98 -16
- package/src/TUIRoom/components/Whiteboard/index.vue +13 -1
- package/src/TUIRoom/components/common/base/Slider.vue +152 -0
- package/src/TUIRoom/components/common/icons/AIIcon.vue +46 -0
- package/src/TUIRoom/components/common/icons/AISubtitles.vue +16 -0
- package/src/TUIRoom/components/common/icons/AITranscription.vue +32 -0
- package/src/TUIRoom/components/common/icons/BasicBeautyIcon.vue +31 -0
- package/src/TUIRoom/components/common/icons/CloseBeautyIcon.vue +29 -0
- package/src/TUIRoom/components/common/icons/CompareIcon.vue +72 -0
- package/src/TUIRoom/components/common/icons/ResetIcon.vue +30 -0
- package/src/TUIRoom/components/common/icons/RuddyBeautyIcon.vue +43 -0
- package/src/TUIRoom/components/common/icons/SmootherBeautyIcon.vue +49 -0
- package/src/TUIRoom/components/common/icons/WhiteningBeautyIcon.vue +38 -0
- package/src/TUIRoom/conference.ts +7 -0
- package/src/TUIRoom/conference.vue +20 -1
- package/src/TUIRoom/constants/room.ts +6 -0
- package/src/TUIRoom/extension/chatExtension.ts +40 -32
- package/src/TUIRoom/extension/index.ts +2 -1
- package/src/TUIRoom/index.ts +2 -0
- package/src/TUIRoom/locales/en-US.ts +21 -0
- package/src/TUIRoom/locales/zh-CN.ts +19 -0
- package/src/TUIRoom/services/function/aiTask.ts +225 -0
- package/src/TUIRoom/services/function/basicBeauty.ts +90 -0
- package/src/TUIRoom/services/index.ts +2 -0
- package/src/TUIRoom/services/manager/chatManager.ts +140 -0
- package/src/TUIRoom/services/manager/componentManager.ts +5 -1
- package/src/TUIRoom/services/manager/configManager.ts +0 -1
- package/src/TUIRoom/services/manager/dataReportManager.ts +27 -0
- package/src/TUIRoom/services/manager/roomActionManager.ts +9 -4
- package/src/TUIRoom/services/roomService.ts +17 -1
- package/src/TUIRoom/services/types.ts +2 -0
- package/src/TUIRoom/stores/basic.ts +1 -18
- package/src/TUIRoom/stores/room.ts +12 -0
- package/vite.config.ts +5 -0
- package/es/components/Chat/index.vue2.mjs +0 -20
- package/lib/components/Chat/index.vue2.js +0 -20
- package/src/TUIRoom/components/Chat/index.vue +0 -25
- /package/es/components/{Chat/index.vue.d.ts → AITools/AISubtitles.vue.d.ts} +0 -0
- /package/{lib/components/Chat/index.vue.d.ts → es/components/AITools/AITranscription.vue.d.ts} +0 -0
package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.js
ADDED
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
require("../../../adapter-vue.js");
|
|
5
|
+
const TUIChatEngine = require("@tencentcloud/chat-uikit-engine");
|
|
6
|
+
const core = require("@tiptap/core");
|
|
7
|
+
const Document = require("@tiptap/extension-document");
|
|
8
|
+
const Paragraph = require("@tiptap/extension-paragraph");
|
|
9
|
+
const Placeholder = require("@tiptap/extension-placeholder");
|
|
10
|
+
const Text = require("@tiptap/extension-text");
|
|
11
|
+
const Mention = require("@tiptap/extension-mention");
|
|
12
|
+
const messageInputFile = require("./message-input-file.js");
|
|
13
|
+
const index = require("./message-input-at/index.js");
|
|
14
|
+
const index$1 = require("../emoji-config/index.js");
|
|
15
|
+
const env = require("../../../utils/env.js");
|
|
16
|
+
const conversationDraft = require("../utils/conversationDraft.js");
|
|
17
|
+
const _hoisted_1 = {
|
|
18
|
+
key: 0,
|
|
19
|
+
class: "message-input-mute"
|
|
20
|
+
};
|
|
21
|
+
const _hoisted_2 = ["contenteditable"];
|
|
22
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
23
|
+
__name: "message-input-editor",
|
|
24
|
+
props: {
|
|
25
|
+
placeholder: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: "this is placeholder"
|
|
28
|
+
},
|
|
29
|
+
replayOrReferenceMessage: {
|
|
30
|
+
type: Object,
|
|
31
|
+
default: () => ({})
|
|
32
|
+
},
|
|
33
|
+
isMuted: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: true
|
|
36
|
+
},
|
|
37
|
+
muteText: {
|
|
38
|
+
type: String,
|
|
39
|
+
default: ""
|
|
40
|
+
},
|
|
41
|
+
enableInput: {
|
|
42
|
+
type: Boolean,
|
|
43
|
+
default: true
|
|
44
|
+
},
|
|
45
|
+
enableAt: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: true
|
|
48
|
+
},
|
|
49
|
+
enableDragUpload: {
|
|
50
|
+
type: Boolean,
|
|
51
|
+
default: true
|
|
52
|
+
},
|
|
53
|
+
enableTyping: {
|
|
54
|
+
type: Boolean,
|
|
55
|
+
default: true
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
emits: ["sendMessage", "onTyping", "onAt"],
|
|
59
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
60
|
+
const props = __props;
|
|
61
|
+
const emits = __emit;
|
|
62
|
+
const { placeholder, enableAt, enableDragUpload, enableTyping } = Vue.toRefs(props);
|
|
63
|
+
const isEditorEmpty = Vue.ref(true);
|
|
64
|
+
const isEditorBlur = Vue.ref(true);
|
|
65
|
+
const isC2C = Vue.ref(false);
|
|
66
|
+
const currentConversationID = Vue.ref("");
|
|
67
|
+
const currentQuoteMessage = Vue.ref();
|
|
68
|
+
const editorDom = Vue.ref();
|
|
69
|
+
let editor = null;
|
|
70
|
+
const fileMap = /* @__PURE__ */ new Map();
|
|
71
|
+
function onCurrentConversationIDUpdated(conversationID) {
|
|
72
|
+
if (currentConversationID.value !== conversationID) {
|
|
73
|
+
if (currentConversationID.value) {
|
|
74
|
+
conversationDraft.default.setStore(
|
|
75
|
+
currentConversationID.value,
|
|
76
|
+
getEditorHTML(),
|
|
77
|
+
conversationDraft.default.generateAbstract(getEditorContent()),
|
|
78
|
+
currentQuoteMessage.value
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
resetEditor();
|
|
82
|
+
if (conversationID) {
|
|
83
|
+
conversationDraft.default.getStore(conversationID, setEditorContent);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
currentConversationID.value = conversationID;
|
|
87
|
+
}
|
|
88
|
+
function onQuoteMessageUpdated(options) {
|
|
89
|
+
currentQuoteMessage.value = options;
|
|
90
|
+
}
|
|
91
|
+
Vue.onMounted(() => {
|
|
92
|
+
editor = env.isPC ? new core.Editor({
|
|
93
|
+
element: editorDom.value,
|
|
94
|
+
extensions: [
|
|
95
|
+
Document,
|
|
96
|
+
Paragraph,
|
|
97
|
+
Text,
|
|
98
|
+
Placeholder.configure({
|
|
99
|
+
emptyEditorClass: "is-editor-empty",
|
|
100
|
+
placeholder: placeholder.value
|
|
101
|
+
}),
|
|
102
|
+
Mention.configure({
|
|
103
|
+
HTMLAttributes: {
|
|
104
|
+
class: "mention"
|
|
105
|
+
},
|
|
106
|
+
suggestion: enableAt.value && index.default()
|
|
107
|
+
}),
|
|
108
|
+
messageInputFile.default.configure({
|
|
109
|
+
inline: true,
|
|
110
|
+
allowBase64: true
|
|
111
|
+
})
|
|
112
|
+
],
|
|
113
|
+
autofocus: !env.isH5,
|
|
114
|
+
editable: true,
|
|
115
|
+
injectCSS: false,
|
|
116
|
+
editorProps: {
|
|
117
|
+
transformPastedText() {
|
|
118
|
+
return "";
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
// handle input editor typing (only in C2C and enable typing)
|
|
122
|
+
onUpdate({ editor: editor2, transaction }) {
|
|
123
|
+
var _a, _b;
|
|
124
|
+
if (!enableTyping.value || !isC2C.value) return;
|
|
125
|
+
isEditorBlur.value = !editor2.isFocused;
|
|
126
|
+
if (((_b = (_a = transaction == null ? void 0 : transaction.doc) == null ? void 0 : _a.content) == null ? void 0 : _b.size) > 2) {
|
|
127
|
+
isEditorEmpty.value = false;
|
|
128
|
+
} else {
|
|
129
|
+
isEditorEmpty.value = true;
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
onFocus() {
|
|
133
|
+
var _a;
|
|
134
|
+
if (env.isH5 && ((_a = document == null ? void 0 : document.getElementById("app")) == null ? void 0 : _a.style)) {
|
|
135
|
+
const keyboardHeight = document.body.scrollHeight - window.innerHeight;
|
|
136
|
+
document.getElementById("app").style.marginBottom = `${keyboardHeight}px`;
|
|
137
|
+
document.getElementById("app").style.height = `calc(100% - ${keyboardHeight}px)`;
|
|
138
|
+
}
|
|
139
|
+
if (!enableTyping.value || !isC2C.value) return;
|
|
140
|
+
isEditorBlur.value = true;
|
|
141
|
+
},
|
|
142
|
+
onBlur() {
|
|
143
|
+
var _a;
|
|
144
|
+
if (env.isH5 && ((_a = document == null ? void 0 : document.getElementById("app")) == null ? void 0 : _a.style)) {
|
|
145
|
+
document.getElementById("app").style.marginBottom = ``;
|
|
146
|
+
document.getElementById("app").style.height = `100%`;
|
|
147
|
+
}
|
|
148
|
+
if (!enableTyping.value || !isC2C.value) return;
|
|
149
|
+
isEditorBlur.value = true;
|
|
150
|
+
}
|
|
151
|
+
}) : null;
|
|
152
|
+
TUIChatEngine.TUIStore.watch(TUIChatEngine.StoreName.CONV, {
|
|
153
|
+
currentConversationID: onCurrentConversationIDUpdated
|
|
154
|
+
});
|
|
155
|
+
TUIChatEngine.TUIStore.watch(TUIChatEngine.StoreName.CHAT, {
|
|
156
|
+
quoteMessage: onQuoteMessageUpdated
|
|
157
|
+
});
|
|
158
|
+
});
|
|
159
|
+
Vue.onUnmounted(() => {
|
|
160
|
+
TUIChatEngine.TUIStore.unwatch(TUIChatEngine.StoreName.CONV, {
|
|
161
|
+
currentConversationID: onCurrentConversationIDUpdated
|
|
162
|
+
});
|
|
163
|
+
TUIChatEngine.TUIStore.unwatch(TUIChatEngine.StoreName.CHAT, {
|
|
164
|
+
quoteMessage: onQuoteMessageUpdated
|
|
165
|
+
});
|
|
166
|
+
fileMap.clear();
|
|
167
|
+
});
|
|
168
|
+
function handleEnter(e) {
|
|
169
|
+
var _a;
|
|
170
|
+
if (env.isH5) {
|
|
171
|
+
return;
|
|
172
|
+
}
|
|
173
|
+
e == null ? void 0 : e.preventDefault();
|
|
174
|
+
e == null ? void 0 : e.stopPropagation();
|
|
175
|
+
if (e.keyCode === 13 && e.ctrlKey) {
|
|
176
|
+
(_a = editor == null ? void 0 : editor.commands) == null ? void 0 : _a.insertContent("<p></p>");
|
|
177
|
+
} else if (e.keyCode === 13) {
|
|
178
|
+
emits("sendMessage");
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
function handleH5Input(e) {
|
|
182
|
+
var _a;
|
|
183
|
+
if (env.isH5) {
|
|
184
|
+
e.data === "@" && emits("onAt", true);
|
|
185
|
+
isEditorEmpty.value = ((_a = editorDom.value) == null ? void 0 : _a.childNodes) ? false : true;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
function handleH5Blur() {
|
|
189
|
+
env.isH5 && (isEditorBlur.value = true);
|
|
190
|
+
}
|
|
191
|
+
function handleH5Focus() {
|
|
192
|
+
env.isH5 && (isEditorBlur.value = false);
|
|
193
|
+
}
|
|
194
|
+
function insertAt(atInfo) {
|
|
195
|
+
var _a;
|
|
196
|
+
const mentionText = document.createElement("span");
|
|
197
|
+
mentionText.innerHTML = atInfo.label;
|
|
198
|
+
mentionText.className = "mention";
|
|
199
|
+
mentionText.id = atInfo.id;
|
|
200
|
+
(_a = editorDom.value) == null ? void 0 : _a.appendChild(mentionText);
|
|
201
|
+
}
|
|
202
|
+
function handlePCFileDrop(e) {
|
|
203
|
+
env.isPC && handleFileDropOrPaste(e, "drop");
|
|
204
|
+
}
|
|
205
|
+
function handlePaste(e) {
|
|
206
|
+
if (!e.clipboardData) {
|
|
207
|
+
return;
|
|
208
|
+
}
|
|
209
|
+
if (env.isPC && e.clipboardData.files.length) {
|
|
210
|
+
handleFileDropOrPaste(e, "paste");
|
|
211
|
+
} else {
|
|
212
|
+
handlePasteText(e);
|
|
213
|
+
scrollToCaret(editorDom.value);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
function handlePasteText(e) {
|
|
217
|
+
var _a, _b;
|
|
218
|
+
e.preventDefault();
|
|
219
|
+
const html = (_a = e.clipboardData) == null ? void 0 : _a.getData("text/html");
|
|
220
|
+
const text = ((_b = e.clipboardData) == null ? void 0 : _b.getData("text/plain")) || "";
|
|
221
|
+
if (!html) {
|
|
222
|
+
const renderArray = index$1.parseTextToRenderArray(text);
|
|
223
|
+
insertEditorContent(renderArray);
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
async function handleFileDropOrPaste(e, type) {
|
|
227
|
+
var _a, _b, _c;
|
|
228
|
+
e.preventDefault();
|
|
229
|
+
e.stopPropagation();
|
|
230
|
+
if (!enableDragUpload.value && type === "drop") {
|
|
231
|
+
return;
|
|
232
|
+
}
|
|
233
|
+
if (type === "drop" && e.dataTransfer || type === "paste" && e.clipboardData) {
|
|
234
|
+
const files = type === "drop" ? (_a = e == null ? void 0 : e.dataTransfer) == null ? void 0 : _a.files : (_b = e == null ? void 0 : e.clipboardData) == null ? void 0 : _b.files;
|
|
235
|
+
for (let i = 0; i < files.length; i++) {
|
|
236
|
+
const file = files[i];
|
|
237
|
+
const isImage = file.type.startsWith("image/");
|
|
238
|
+
const fileSrc = isImage ? URL.createObjectURL(file) : await drawFileCanvasToImageUrl(file);
|
|
239
|
+
(_c = editor == null ? void 0 : editor.commands) == null ? void 0 : _c.insertContent({
|
|
240
|
+
type: "custom-image",
|
|
241
|
+
attrs: {
|
|
242
|
+
src: fileSrc,
|
|
243
|
+
alt: file == null ? void 0 : file.name,
|
|
244
|
+
class: isImage ? "normal" : "file"
|
|
245
|
+
}
|
|
246
|
+
});
|
|
247
|
+
fileMap.set(fileSrc, file);
|
|
248
|
+
if (i === files.length - 1) {
|
|
249
|
+
setTimeout(() => {
|
|
250
|
+
var _a2, _b2;
|
|
251
|
+
(_a2 = editor == null ? void 0 : editor.commands) == null ? void 0 : _a2.focus("end");
|
|
252
|
+
(_b2 = editor == null ? void 0 : editor.commands) == null ? void 0 : _b2.scrollIntoView();
|
|
253
|
+
}, 10);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
const fileIconDomMap = /* @__PURE__ */ new Map();
|
|
259
|
+
const addImageProcess = (src, type) => {
|
|
260
|
+
return new Promise((resolve, reject) => {
|
|
261
|
+
if (fileIconDomMap.has(type)) {
|
|
262
|
+
resolve(fileIconDomMap.get(type));
|
|
263
|
+
} else {
|
|
264
|
+
const img = new Image();
|
|
265
|
+
img.crossOrigin = "anonymous";
|
|
266
|
+
img.onload = () => {
|
|
267
|
+
fileIconDomMap.set(type, img);
|
|
268
|
+
resolve(img);
|
|
269
|
+
};
|
|
270
|
+
img.onerror = reject;
|
|
271
|
+
img.src = src;
|
|
272
|
+
}
|
|
273
|
+
});
|
|
274
|
+
};
|
|
275
|
+
const drawFileCanvasToImageUrl = async (file) => {
|
|
276
|
+
const { name, type } = file;
|
|
277
|
+
const canvas = document.createElement("canvas");
|
|
278
|
+
const width = 160;
|
|
279
|
+
const height = 50;
|
|
280
|
+
canvas.style.width = width + "px";
|
|
281
|
+
canvas.style.height = height + "px";
|
|
282
|
+
const scale = window.devicePixelRatio;
|
|
283
|
+
canvas.width = Math.floor(width * scale);
|
|
284
|
+
canvas.height = Math.floor(height * scale);
|
|
285
|
+
const ctx = canvas.getContext("2d");
|
|
286
|
+
if (!ctx) {
|
|
287
|
+
return "";
|
|
288
|
+
}
|
|
289
|
+
ctx.scale(scale, scale);
|
|
290
|
+
const { iconSrc, iconType } = handleFileIconForShow(type);
|
|
291
|
+
const img = await addImageProcess(iconSrc, iconType);
|
|
292
|
+
ctx == null ? void 0 : ctx.drawImage(img, 10, 10, 30, 30);
|
|
293
|
+
const nameForShow = handleNameForShow(name);
|
|
294
|
+
ctx.fillText(nameForShow, 45, 22);
|
|
295
|
+
const dataURL = canvas.toDataURL();
|
|
296
|
+
return dataURL;
|
|
297
|
+
};
|
|
298
|
+
const handleFileIconForShow = (type) => {
|
|
299
|
+
const urlBase = "https://web.sdk.qcloud.com/component/TUIKit/assets/file-";
|
|
300
|
+
const fileTypes = [
|
|
301
|
+
"image",
|
|
302
|
+
"pdf",
|
|
303
|
+
"text",
|
|
304
|
+
"ppt",
|
|
305
|
+
"presentation",
|
|
306
|
+
"sheet",
|
|
307
|
+
"zip",
|
|
308
|
+
"word",
|
|
309
|
+
"video",
|
|
310
|
+
"unknown"
|
|
311
|
+
];
|
|
312
|
+
let url = "";
|
|
313
|
+
let iconType = "";
|
|
314
|
+
fileTypes.forEach((typeName) => {
|
|
315
|
+
if (type.includes(typeName)) {
|
|
316
|
+
url = urlBase + typeName + ".svg";
|
|
317
|
+
iconType = typeName;
|
|
318
|
+
}
|
|
319
|
+
});
|
|
320
|
+
return {
|
|
321
|
+
iconSrc: url ? url : urlBase + "unknown.svg",
|
|
322
|
+
iconType: iconType ? iconType : "unknown"
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
const handleNameForShow = (value) => {
|
|
326
|
+
if (!value) {
|
|
327
|
+
return value;
|
|
328
|
+
}
|
|
329
|
+
let res = "";
|
|
330
|
+
let length = 0;
|
|
331
|
+
for (let i = 0; i < (value == null ? void 0 : value.length); i++) {
|
|
332
|
+
if (length > 16) {
|
|
333
|
+
res += "...";
|
|
334
|
+
break;
|
|
335
|
+
}
|
|
336
|
+
res += value[i];
|
|
337
|
+
if (/[a-z]|[0-9]|[,;.!@#-+/\\$%^*()<>?:"'{}~]/i.test(value[i])) {
|
|
338
|
+
length += 1;
|
|
339
|
+
} else {
|
|
340
|
+
length += 2;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
return res;
|
|
344
|
+
};
|
|
345
|
+
function getEditorContent() {
|
|
346
|
+
return env.isPC ? parsePCEditorContent() : parseH5EditorContent();
|
|
347
|
+
}
|
|
348
|
+
function parsePCEditorContent() {
|
|
349
|
+
var _a, _b;
|
|
350
|
+
const editorJSON = editor == null ? void 0 : editor.getJSON();
|
|
351
|
+
const content = [];
|
|
352
|
+
handleEditorContent(editorJSON, content);
|
|
353
|
+
if (content.length > 0 && content[content.length - 1] && content[content.length - 1].type === "text" && ((_b = (_a = content[content.length - 1].payload) == null ? void 0 : _a.text) == null ? void 0 : _b.endsWith("\n"))) {
|
|
354
|
+
const text = content[content.length - 1].payload.text || "";
|
|
355
|
+
content[content.length - 1].payload.text = text == null ? void 0 : text.substring(
|
|
356
|
+
0,
|
|
357
|
+
text.lastIndexOf("\n")
|
|
358
|
+
);
|
|
359
|
+
}
|
|
360
|
+
return content;
|
|
361
|
+
}
|
|
362
|
+
function handleEditorContent(root, content) {
|
|
363
|
+
var _a;
|
|
364
|
+
if (!root || !root.type) {
|
|
365
|
+
return;
|
|
366
|
+
}
|
|
367
|
+
if (root.type !== "text" && root.type !== "custom-image" && root.type !== "mention") {
|
|
368
|
+
if (root.type === "paragraph") {
|
|
369
|
+
handleEditorNode(root, content);
|
|
370
|
+
}
|
|
371
|
+
if ((_a = root.content) == null ? void 0 : _a.length) {
|
|
372
|
+
root.content.forEach((item) => {
|
|
373
|
+
handleEditorContent(item, content);
|
|
374
|
+
});
|
|
375
|
+
}
|
|
376
|
+
return;
|
|
377
|
+
} else {
|
|
378
|
+
handleEditorNode(root, content);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
function handleEditorNode(node, content) {
|
|
382
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u;
|
|
383
|
+
if (node.type === "paragraph") {
|
|
384
|
+
if (content.length > 0 && content[content.length - 1] && ((_a = content[content.length - 1]) == null ? void 0 : _a.type) === "text") {
|
|
385
|
+
content[content.length - 1].payload.text += "\n";
|
|
386
|
+
}
|
|
387
|
+
} else if (node.type === "text" || node.type === "custom-image" && ((_c = (_b = node == null ? void 0 : node.attrs) == null ? void 0 : _b.class) == null ? void 0 : _c.includes("emoji"))) {
|
|
388
|
+
const text = node.type === "text" ? node == null ? void 0 : node.text : (_d = node == null ? void 0 : node.attrs) == null ? void 0 : _d.alt;
|
|
389
|
+
if (content.length > 0 && content[content.length - 1] && ((_e = content[content.length - 1]) == null ? void 0 : _e.type) === "text") {
|
|
390
|
+
content[content.length - 1].payload.text += text;
|
|
391
|
+
} else {
|
|
392
|
+
content.push({
|
|
393
|
+
type: "text",
|
|
394
|
+
payload: { text }
|
|
395
|
+
});
|
|
396
|
+
}
|
|
397
|
+
} else if (node.type === "custom-image" && ((_g = (_f = node == null ? void 0 : node.attrs) == null ? void 0 : _f.class) == null ? void 0 : _g.includes("normal"))) {
|
|
398
|
+
content.push({
|
|
399
|
+
type: "image",
|
|
400
|
+
payload: { file: fileMap == null ? void 0 : fileMap.get((_h = node == null ? void 0 : node.attrs) == null ? void 0 : _h.src) }
|
|
401
|
+
});
|
|
402
|
+
} else if (node.type === "custom-image" && ((_j = (_i = node == null ? void 0 : node.attrs) == null ? void 0 : _i.class) == null ? void 0 : _j.includes("file"))) {
|
|
403
|
+
const file = fileMap == null ? void 0 : fileMap.get((_k = node == null ? void 0 : node.attrs) == null ? void 0 : _k.src);
|
|
404
|
+
content.push({
|
|
405
|
+
type: ((_l = file == null ? void 0 : file.type) == null ? void 0 : _l.includes("video")) ? "video" : "file",
|
|
406
|
+
payload: { file }
|
|
407
|
+
});
|
|
408
|
+
} else if (node.type === "mention") {
|
|
409
|
+
const text = "@" + ((_m = node == null ? void 0 : node.attrs) == null ? void 0 : _m.label) + " ";
|
|
410
|
+
if (content.length > 0 && content[content.length - 1] && ((_n = content[content.length - 1]) == null ? void 0 : _n.type) === "text") {
|
|
411
|
+
content[content.length - 1].payload.text += text;
|
|
412
|
+
} else {
|
|
413
|
+
content.push({
|
|
414
|
+
type: "text",
|
|
415
|
+
payload: { text }
|
|
416
|
+
});
|
|
417
|
+
}
|
|
418
|
+
if ((_p = (_o = content[content.length - 1]) == null ? void 0 : _o.payload) == null ? void 0 : _p.atUserList) {
|
|
419
|
+
(_t = (_r = (_q = content[content.length - 1]) == null ? void 0 : _q.payload) == null ? void 0 : _r.atUserList) == null ? void 0 : _t.push((_s = node == null ? void 0 : node.attrs) == null ? void 0 : _s.id);
|
|
420
|
+
} else {
|
|
421
|
+
content[content.length - 1].payload.atUserList = [(_u = node == null ? void 0 : node.attrs) == null ? void 0 : _u.id];
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
function parseH5EditorContent() {
|
|
426
|
+
var _a, _b, _c;
|
|
427
|
+
const root = editorDom.value;
|
|
428
|
+
let text = "";
|
|
429
|
+
const atUserList = [];
|
|
430
|
+
try {
|
|
431
|
+
for (const child of root.childNodes) {
|
|
432
|
+
if (child.nodeName === "#text" || child.nodeName === "SPAN" || ((_a = child.classList) == null ? void 0 : _a.contains("custom-image-emoji")) || ((_b = child.classList) == null ? void 0 : _b.contains("mention"))) {
|
|
433
|
+
text += child.nodeValue || child.alt || child.innerHTML || "";
|
|
434
|
+
if (((_c = child.classList) == null ? void 0 : _c.contains("mention")) && child.id && !(atUserList == null ? void 0 : atUserList.includes(child.id))) {
|
|
435
|
+
atUserList.push(child.id);
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
} catch (error) {
|
|
440
|
+
if (error instanceof Error) {
|
|
441
|
+
throw error;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
return [
|
|
445
|
+
{
|
|
446
|
+
type: "text",
|
|
447
|
+
payload: {
|
|
448
|
+
text,
|
|
449
|
+
atUserList
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
];
|
|
453
|
+
}
|
|
454
|
+
function addEmoji(emojiData) {
|
|
455
|
+
var _a, _b, _c, _d, _e;
|
|
456
|
+
if (env.isPC) {
|
|
457
|
+
(_a = editor == null ? void 0 : editor.commands) == null ? void 0 : _a.insertContent({
|
|
458
|
+
type: "custom-image",
|
|
459
|
+
attrs: {
|
|
460
|
+
src: emojiData == null ? void 0 : emojiData.url,
|
|
461
|
+
alt: emojiData == null ? void 0 : emojiData.emoji.key,
|
|
462
|
+
title: emojiData == null ? void 0 : emojiData.emoji.key,
|
|
463
|
+
class: "emoji"
|
|
464
|
+
}
|
|
465
|
+
});
|
|
466
|
+
} else {
|
|
467
|
+
const emojiImgNode = document.createElement("img");
|
|
468
|
+
emojiImgNode == null ? void 0 : emojiImgNode.setAttribute("src", emojiData == null ? void 0 : emojiData.url);
|
|
469
|
+
emojiImgNode == null ? void 0 : emojiImgNode.setAttribute("class", "custom-image custom-image-emoji");
|
|
470
|
+
emojiImgNode == null ? void 0 : emojiImgNode.setAttribute("alt", emojiData == null ? void 0 : emojiData.emoji.key);
|
|
471
|
+
emojiImgNode == null ? void 0 : emojiImgNode.setAttribute("title", emojiData == null ? void 0 : emojiData.emoji.key);
|
|
472
|
+
emojiImgNode == null ? void 0 : emojiImgNode.setAttribute("width", "20px");
|
|
473
|
+
emojiImgNode == null ? void 0 : emojiImgNode.setAttribute("height", "20px");
|
|
474
|
+
(_b = editorDom.value) == null ? void 0 : _b.appendChild(emojiImgNode);
|
|
475
|
+
const spanNode = document.createElement("span");
|
|
476
|
+
spanNode.contentEditable = "true";
|
|
477
|
+
(_c = editorDom.value) == null ? void 0 : _c.appendChild(spanNode);
|
|
478
|
+
}
|
|
479
|
+
if (!env.isH5) {
|
|
480
|
+
(_d = editor == null ? void 0 : editor.commands) == null ? void 0 : _d.focus();
|
|
481
|
+
(_e = editor == null ? void 0 : editor.commands) == null ? void 0 : _e.scrollIntoView();
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
function blur() {
|
|
485
|
+
var _a, _b;
|
|
486
|
+
env.isPC ? (_a = editor == null ? void 0 : editor.commands) == null ? void 0 : _a.blur() : (_b = editorDom.value) == null ? void 0 : _b.blur();
|
|
487
|
+
}
|
|
488
|
+
function resetEditor() {
|
|
489
|
+
var _a;
|
|
490
|
+
(_a = editor == null ? void 0 : editor.commands) == null ? void 0 : _a.clearContent(true);
|
|
491
|
+
isEditorBlur.value = true;
|
|
492
|
+
isEditorEmpty.value = true;
|
|
493
|
+
env.isH5 && (editorDom.value.innerHTML = "");
|
|
494
|
+
}
|
|
495
|
+
function getEditorHTML() {
|
|
496
|
+
if (env.isPC) {
|
|
497
|
+
return editor == null ? void 0 : editor.getHTML();
|
|
498
|
+
}
|
|
499
|
+
return editorDom.value.innerHTML;
|
|
500
|
+
}
|
|
501
|
+
function setEditorContent(content) {
|
|
502
|
+
var _a;
|
|
503
|
+
if (env.isPC) {
|
|
504
|
+
(_a = editor == null ? void 0 : editor.commands) == null ? void 0 : _a.setContent(content);
|
|
505
|
+
} else {
|
|
506
|
+
editorDom.value.innerHTML = content;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
function insertEditorContent(content) {
|
|
510
|
+
const selection = window.getSelection();
|
|
511
|
+
if (selection && selection.rangeCount) {
|
|
512
|
+
const currentRange = selection.getRangeAt(0);
|
|
513
|
+
content.forEach((item) => {
|
|
514
|
+
const newNode = item.type === "image" ? createEmojiNode(item.emojiKey || "", item.content) : createTextNode(item.content);
|
|
515
|
+
currentRange.insertNode(newNode);
|
|
516
|
+
currentRange.setStartAfter(newNode);
|
|
517
|
+
if (item.type === "image" && env.isH5) {
|
|
518
|
+
const textNode = document.createElement("span");
|
|
519
|
+
textNode.contentEditable = "true";
|
|
520
|
+
currentRange.insertNode(textNode);
|
|
521
|
+
currentRange.setStartAfter(textNode);
|
|
522
|
+
}
|
|
523
|
+
});
|
|
524
|
+
currentRange.collapse(false);
|
|
525
|
+
selection.removeAllRanges();
|
|
526
|
+
selection.addRange(currentRange);
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
function createTextNode(text) {
|
|
530
|
+
return document.createTextNode(text);
|
|
531
|
+
}
|
|
532
|
+
function createEmojiNode(key, url) {
|
|
533
|
+
const imgNode = document.createElement("img");
|
|
534
|
+
imgNode.src = url;
|
|
535
|
+
imgNode.alt = key || "";
|
|
536
|
+
imgNode.classList.add("custom-image", "custom-image-emoji");
|
|
537
|
+
imgNode.width = 20;
|
|
538
|
+
imgNode.height = 20;
|
|
539
|
+
return imgNode;
|
|
540
|
+
}
|
|
541
|
+
function scrollToCaret(el) {
|
|
542
|
+
const selection = window.getSelection();
|
|
543
|
+
if (selection && selection.rangeCount > 0) {
|
|
544
|
+
const range = selection.getRangeAt(0);
|
|
545
|
+
const newRange = document.createRange();
|
|
546
|
+
const emptyPlaceholder = "";
|
|
547
|
+
const textNode = document.createTextNode(emptyPlaceholder);
|
|
548
|
+
newRange.setStart(range.startContainer, range.startOffset);
|
|
549
|
+
newRange.insertNode(textNode);
|
|
550
|
+
const rect = newRange.getBoundingClientRect();
|
|
551
|
+
if (textNode.parentNode) {
|
|
552
|
+
textNode.parentNode.removeChild(textNode);
|
|
553
|
+
}
|
|
554
|
+
el.scrollTop = rect.top - el.getBoundingClientRect().top;
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
Vue.watch(
|
|
558
|
+
() => [isEditorEmpty.value, isEditorBlur.value],
|
|
559
|
+
(newVal, oldVal) => {
|
|
560
|
+
if (newVal !== oldVal) {
|
|
561
|
+
emits("onTyping", isEditorEmpty.value, isEditorBlur.value);
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
immediate: true,
|
|
566
|
+
deep: true
|
|
567
|
+
}
|
|
568
|
+
);
|
|
569
|
+
__expose({
|
|
570
|
+
getEditorContent,
|
|
571
|
+
addEmoji,
|
|
572
|
+
resetEditor,
|
|
573
|
+
insertAt,
|
|
574
|
+
setEditorContent,
|
|
575
|
+
getEditorHTML,
|
|
576
|
+
insertEditorContent,
|
|
577
|
+
blur
|
|
578
|
+
});
|
|
579
|
+
return (_ctx, _cache) => {
|
|
580
|
+
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
581
|
+
class: Vue.normalizeClass(["message-input-editor-container", Vue.unref(env.isH5) && "message-input-editor-container-h5"])
|
|
582
|
+
}, [
|
|
583
|
+
__props.isMuted ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, Vue.toDisplayString(__props.muteText), 1)) : Vue.createCommentVNode("", true),
|
|
584
|
+
!__props.isMuted && __props.enableInput ? (Vue.openBlock(), Vue.createElementBlock("div", {
|
|
585
|
+
key: 1,
|
|
586
|
+
ref_key: "editorDom",
|
|
587
|
+
ref: editorDom,
|
|
588
|
+
class: "message-input-editor-area",
|
|
589
|
+
contenteditable: Vue.unref(env.isH5),
|
|
590
|
+
onKeydown: Vue.withKeys(handleEnter, ["enter"]),
|
|
591
|
+
onDrop: handlePCFileDrop,
|
|
592
|
+
onPaste: handlePaste,
|
|
593
|
+
onInput: handleH5Input,
|
|
594
|
+
onBlur: handleH5Blur,
|
|
595
|
+
onFocus: handleH5Focus
|
|
596
|
+
}, null, 40, _hoisted_2)) : Vue.createCommentVNode("", true)
|
|
597
|
+
], 2);
|
|
598
|
+
};
|
|
599
|
+
}
|
|
600
|
+
});
|
|
601
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Image = require("@tiptap/extension-image");
|
|
4
|
+
const CustomImage = Image.extend({
|
|
5
|
+
name: "custom-image",
|
|
6
|
+
addAttributes() {
|
|
7
|
+
return {
|
|
8
|
+
...Image.config.addAttributes(),
|
|
9
|
+
class: {
|
|
10
|
+
default: "image",
|
|
11
|
+
rendered: false
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
},
|
|
15
|
+
addCommands() {
|
|
16
|
+
return {
|
|
17
|
+
setImage: (options) => ({ tr, commands }) => {
|
|
18
|
+
var _a, _b, _c;
|
|
19
|
+
if (((_c = (_b = (_a = tr.selection) == null ? void 0 : _a.node) == null ? void 0 : _b.type) == null ? void 0 : _c.name) == "custom-image") {
|
|
20
|
+
return commands.updateAttributes("custom-image", options);
|
|
21
|
+
} else {
|
|
22
|
+
return commands.insertContent({
|
|
23
|
+
type: this.name,
|
|
24
|
+
attrs: options
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
},
|
|
30
|
+
renderHTML({ node, HTMLAttributes }) {
|
|
31
|
+
var _a;
|
|
32
|
+
HTMLAttributes.class = (((_a = node.attrs.class) == null ? void 0 : _a.includes("custom-image-")) ? "" : "custom-image-") + node.attrs.class;
|
|
33
|
+
return [
|
|
34
|
+
"img",
|
|
35
|
+
HTMLAttributes
|
|
36
|
+
];
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
exports.default = CustomImage;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { InputDisplayType } from '../../../../interface';
|
|
2
|
+
|
|
3
|
+
interface IProps {
|
|
4
|
+
displayType?: InputDisplayType;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
7
|
+
displayType: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
|
9
|
+
displayType: string;
|
|
10
|
+
}>>>, {
|
|
11
|
+
displayType: InputDisplayType;
|
|
12
|
+
}, {}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
type __VLS_WithDefaults<P, D> = {
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
25
|
+
default: D[K];
|
|
26
|
+
}> : P[K];
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Prettify<T> = {
|
|
29
|
+
[K in keyof T]: T[K];
|
|
30
|
+
} & {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const index_vue_vue_type_script_setup_true_lang = require("./index.vue2.js");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const _pluginVue_exportHelper = require("../../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
+
const MessageInputQuote = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-0495652d"]]);
|
|
7
|
+
exports.default = MessageInputQuote;
|