@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
|
@@ -0,0 +1,678 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
class="image-previewer"
|
|
4
|
+
:class="[isMobile && 'image-previewer-h5']"
|
|
5
|
+
>
|
|
6
|
+
<div
|
|
7
|
+
ref="image"
|
|
8
|
+
class="image-wrapper"
|
|
9
|
+
@touchstart.stop="handleTouchStart"
|
|
10
|
+
@touchmove.stop="handleTouchMove"
|
|
11
|
+
@touchend.stop="handleTouchEnd"
|
|
12
|
+
@touchcancel.stop="handleTouchCancel"
|
|
13
|
+
@wheel.stop="handleWheel"
|
|
14
|
+
>
|
|
15
|
+
<ul
|
|
16
|
+
ref="ulRef"
|
|
17
|
+
class="image-list"
|
|
18
|
+
:style="{
|
|
19
|
+
width: `${imageList.length * 100}%`,
|
|
20
|
+
transform: `translateX(-${
|
|
21
|
+
(currentImageIndex * 100) / imageList.length
|
|
22
|
+
}%)`,
|
|
23
|
+
transition: '0.5s',
|
|
24
|
+
}"
|
|
25
|
+
>
|
|
26
|
+
<li
|
|
27
|
+
v-for="(item, index) in imageList"
|
|
28
|
+
:key="index"
|
|
29
|
+
class="image-item"
|
|
30
|
+
>
|
|
31
|
+
<ImageItem
|
|
32
|
+
:zoom="zoom"
|
|
33
|
+
:rotate="rotate"
|
|
34
|
+
:src="getImageUrl(item)"
|
|
35
|
+
:messageItem="item"
|
|
36
|
+
:class="[isUniFrameWork ? 'image-item' : '']"
|
|
37
|
+
/>
|
|
38
|
+
</li>
|
|
39
|
+
</ul>
|
|
40
|
+
</div>
|
|
41
|
+
<div
|
|
42
|
+
v-show="isPC"
|
|
43
|
+
class="icon icon-close"
|
|
44
|
+
@click="close"
|
|
45
|
+
>
|
|
46
|
+
<Icon
|
|
47
|
+
:file="iconClose"
|
|
48
|
+
width="16px"
|
|
49
|
+
height="16px"
|
|
50
|
+
/>
|
|
51
|
+
</div>
|
|
52
|
+
<div
|
|
53
|
+
v-if="isPC && currentImageIndex > 0"
|
|
54
|
+
class="image-button image-button-left"
|
|
55
|
+
@click="goPrev"
|
|
56
|
+
>
|
|
57
|
+
<Icon :file="iconArrowLeft" />
|
|
58
|
+
</div>
|
|
59
|
+
<div
|
|
60
|
+
v-if="isPC && currentImageIndex < imageList.length - 1"
|
|
61
|
+
class="image-button image-button-right"
|
|
62
|
+
@click="goNext"
|
|
63
|
+
>
|
|
64
|
+
<Icon :file="iconArrowLeft" />
|
|
65
|
+
</div>
|
|
66
|
+
<div :class="['actions-bar', isMobile && 'actions-bar-h5']">
|
|
67
|
+
<div
|
|
68
|
+
v-if="isPC"
|
|
69
|
+
class="icon-zoom-in"
|
|
70
|
+
@click="zoomIn"
|
|
71
|
+
>
|
|
72
|
+
<Icon
|
|
73
|
+
:file="iconZoomIn"
|
|
74
|
+
width="27px"
|
|
75
|
+
height="27px"
|
|
76
|
+
/>
|
|
77
|
+
</div>
|
|
78
|
+
<div
|
|
79
|
+
v-if="isPC"
|
|
80
|
+
class="icon-zoom-out"
|
|
81
|
+
@click="zoomOut"
|
|
82
|
+
>
|
|
83
|
+
<Icon
|
|
84
|
+
:file="iconZoomOut"
|
|
85
|
+
width="27px"
|
|
86
|
+
height="27px"
|
|
87
|
+
/>
|
|
88
|
+
</div>
|
|
89
|
+
<div
|
|
90
|
+
v-if="isPC"
|
|
91
|
+
class="icon-refresh-left"
|
|
92
|
+
@click="rotateLeft"
|
|
93
|
+
>
|
|
94
|
+
<Icon
|
|
95
|
+
:file="iconRotateLeft"
|
|
96
|
+
width="27px"
|
|
97
|
+
height="27px"
|
|
98
|
+
/>
|
|
99
|
+
</div>
|
|
100
|
+
<div
|
|
101
|
+
v-if="isPC"
|
|
102
|
+
class="icon-refresh-right"
|
|
103
|
+
@click="rotateRight"
|
|
104
|
+
>
|
|
105
|
+
<Icon
|
|
106
|
+
:file="iconRotateRight"
|
|
107
|
+
width="27px"
|
|
108
|
+
height="27px"
|
|
109
|
+
/>
|
|
110
|
+
</div>
|
|
111
|
+
<span class="image-counter">
|
|
112
|
+
{{ currentImageIndex + 1 }} / {{ imageList.length }}
|
|
113
|
+
</span>
|
|
114
|
+
</div>
|
|
115
|
+
<div
|
|
116
|
+
class="save"
|
|
117
|
+
@click.stop.prevent="save"
|
|
118
|
+
>
|
|
119
|
+
<Icon
|
|
120
|
+
:file="iconDownload"
|
|
121
|
+
width="20px"
|
|
122
|
+
height="20px"
|
|
123
|
+
/>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</template>
|
|
127
|
+
|
|
128
|
+
<script setup lang="ts">
|
|
129
|
+
import { ref, watchEffect, onMounted, onUnmounted, withDefaults } from '../../../adapter-vue';
|
|
130
|
+
import { IMessageModel, TUITranslateService } from '@tencentcloud/chat-uikit-engine';
|
|
131
|
+
import { TUIGlobal, getPlatform } from '@tencentcloud/universal-api';
|
|
132
|
+
import Icon from '../../common/Icon.vue';
|
|
133
|
+
import iconClose from '../../../assets/icon/icon-close.svg';
|
|
134
|
+
import iconArrowLeft from '../../../assets/icon/icon-arrow-left.svg';
|
|
135
|
+
import iconZoomIn from '../../../assets/icon/zoom-in.svg';
|
|
136
|
+
import iconZoomOut from '../../../assets/icon/zoom-out.svg';
|
|
137
|
+
import iconRotateLeft from '../../../assets/icon/rotate-left.svg';
|
|
138
|
+
import iconRotateRight from '../../../assets/icon/rotate-right.svg';
|
|
139
|
+
import iconDownload from '../../../assets/icon/download.svg';
|
|
140
|
+
import ImageItem from './image-item.vue';
|
|
141
|
+
import { Toast, TOAST_TYPE } from '../../common/Toast/index';
|
|
142
|
+
import { isPC, isMobile, isUniFrameWork } from '../../../utils/env';
|
|
143
|
+
|
|
144
|
+
interface touchesPosition {
|
|
145
|
+
pageX1?: number;
|
|
146
|
+
pageY1?: number;
|
|
147
|
+
pageX2?: number;
|
|
148
|
+
pageY2?: number;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
const props = withDefaults(
|
|
152
|
+
defineProps<{
|
|
153
|
+
imageList: IMessageModel[];
|
|
154
|
+
currentImage: IMessageModel;
|
|
155
|
+
}>(),
|
|
156
|
+
{
|
|
157
|
+
imageList: () => ([] as IMessageModel[]),
|
|
158
|
+
messageItem: () => ({} as IMessageModel),
|
|
159
|
+
},
|
|
160
|
+
);
|
|
161
|
+
|
|
162
|
+
const imageFormatMap = new Map([
|
|
163
|
+
[1, 'jpg'],
|
|
164
|
+
[2, 'gif'],
|
|
165
|
+
[3, 'png'],
|
|
166
|
+
[4, 'bmp'],
|
|
167
|
+
]);
|
|
168
|
+
|
|
169
|
+
const emit = defineEmits(['close']);
|
|
170
|
+
const zoom = ref(1);
|
|
171
|
+
const rotate = ref(0);
|
|
172
|
+
const minZoom = ref(0.1);
|
|
173
|
+
const currentImageIndex = ref(0);
|
|
174
|
+
const image = ref();
|
|
175
|
+
const ulRef = ref();
|
|
176
|
+
// touch
|
|
177
|
+
let startX = 0;
|
|
178
|
+
const touchStore = {} as touchesPosition;
|
|
179
|
+
let moveFlag = false;
|
|
180
|
+
let twoTouchesFlag = false;
|
|
181
|
+
let timer: number | null = null;
|
|
182
|
+
|
|
183
|
+
watchEffect(() => {
|
|
184
|
+
currentImageIndex.value = props.imageList.findIndex((message: any) => {
|
|
185
|
+
return message.ID === props?.currentImage?.ID;
|
|
186
|
+
});
|
|
187
|
+
});
|
|
188
|
+
|
|
189
|
+
const isNumber = (value: any) => {
|
|
190
|
+
return typeof value === 'number' && isFinite(value);
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
const handleTouchStart = (e: any) => {
|
|
194
|
+
e.preventDefault();
|
|
195
|
+
moveInit(e);
|
|
196
|
+
twoTouchesInit(e);
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
const handleTouchMove = (e: any) => {
|
|
200
|
+
e.preventDefault();
|
|
201
|
+
moveFlag = true;
|
|
202
|
+
if (e.touches && e.touches.length === 2) {
|
|
203
|
+
twoTouchesFlag = true;
|
|
204
|
+
handleTwoTouches(e);
|
|
205
|
+
}
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
const handleTouchEnd = (e: any) => {
|
|
209
|
+
e.preventDefault();
|
|
210
|
+
e.stopPropagation();
|
|
211
|
+
let moveEndX = 0;
|
|
212
|
+
let X = 0;
|
|
213
|
+
if (twoTouchesFlag) {
|
|
214
|
+
if (!timer) {
|
|
215
|
+
twoTouchesFlag = false;
|
|
216
|
+
delete touchStore.pageX2;
|
|
217
|
+
delete touchStore.pageY2;
|
|
218
|
+
timer = setTimeout(() => {
|
|
219
|
+
timer = null;
|
|
220
|
+
}, 200);
|
|
221
|
+
}
|
|
222
|
+
return;
|
|
223
|
+
}
|
|
224
|
+
// H5 touch move to left to go to prev image
|
|
225
|
+
// H5 touch move to right to go to next image
|
|
226
|
+
if (timer === null) {
|
|
227
|
+
switch (moveFlag) {
|
|
228
|
+
// touch event
|
|
229
|
+
case true:
|
|
230
|
+
moveEndX = e?.changedTouches[0]?.pageX;
|
|
231
|
+
X = moveEndX - startX;
|
|
232
|
+
if (X > 100) {
|
|
233
|
+
goPrev();
|
|
234
|
+
} else if (X < -100) {
|
|
235
|
+
goNext();
|
|
236
|
+
}
|
|
237
|
+
break;
|
|
238
|
+
// click event
|
|
239
|
+
case false:
|
|
240
|
+
close();
|
|
241
|
+
break;
|
|
242
|
+
}
|
|
243
|
+
timer = setTimeout(() => {
|
|
244
|
+
timer = null;
|
|
245
|
+
}, 200);
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
const handleTouchCancel = () => {
|
|
250
|
+
twoTouchesFlag = false;
|
|
251
|
+
delete touchStore.pageX1;
|
|
252
|
+
delete touchStore.pageY1;
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
const handleWheel = (e: any) => {
|
|
256
|
+
e.preventDefault();
|
|
257
|
+
if (Math.abs(e.deltaX) !== 0 && Math.abs(e.deltaY) !== 0) return;
|
|
258
|
+
let scale = zoom.value;
|
|
259
|
+
scale += e.deltaY * (e.ctrlKey ? -0.01 : 0.002);
|
|
260
|
+
scale = Math.min(Math.max(0.125, scale), 4);
|
|
261
|
+
zoom.value = scale;
|
|
262
|
+
};
|
|
263
|
+
|
|
264
|
+
const moveInit = (e: any) => {
|
|
265
|
+
startX = e?.changedTouches[0]?.pageX;
|
|
266
|
+
moveFlag = false;
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
const twoTouchesInit = (e: any) => {
|
|
270
|
+
const touch1 = e?.touches[0];
|
|
271
|
+
const touch2 = e?.touches[1];
|
|
272
|
+
touchStore.pageX1 = touch1?.pageX;
|
|
273
|
+
touchStore.pageY1 = touch1?.pageY;
|
|
274
|
+
if (touch2) {
|
|
275
|
+
touchStore.pageX2 = touch2?.pageX;
|
|
276
|
+
touchStore.pageY2 = touch2?.pageY;
|
|
277
|
+
}
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
const handleTwoTouches = (e: any) => {
|
|
281
|
+
const touch1 = e?.touches[0];
|
|
282
|
+
const touch2 = e?.touches[1];
|
|
283
|
+
if (touch2) {
|
|
284
|
+
if (!isNumber(touchStore.pageX2)) {
|
|
285
|
+
touchStore.pageX2 = touch2.pageX;
|
|
286
|
+
}
|
|
287
|
+
if (!isNumber(touchStore.pageY2)) {
|
|
288
|
+
touchStore.pageY2 = touch2.pageY;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
const getDistance = (
|
|
292
|
+
startX: number,
|
|
293
|
+
startY: number,
|
|
294
|
+
stopX: number,
|
|
295
|
+
stopY: number,
|
|
296
|
+
) => {
|
|
297
|
+
return Math.hypot(stopX - startX, stopY - startY);
|
|
298
|
+
};
|
|
299
|
+
if (
|
|
300
|
+
!isNumber(touchStore.pageX1)
|
|
301
|
+
|| !isNumber(touchStore.pageY1)
|
|
302
|
+
|| !isNumber(touchStore.pageX2)
|
|
303
|
+
|| !isNumber(touchStore.pageY2)
|
|
304
|
+
) {
|
|
305
|
+
return;
|
|
306
|
+
}
|
|
307
|
+
const touchZoom
|
|
308
|
+
= getDistance(touch1.pageX, touch1.pageY, touch2.pageX, touch2.pageY)
|
|
309
|
+
/ getDistance(
|
|
310
|
+
touchStore.pageX1 as number,
|
|
311
|
+
touchStore.pageY1 as number,
|
|
312
|
+
touchStore.pageX2 as number,
|
|
313
|
+
touchStore.pageY2 as number,
|
|
314
|
+
);
|
|
315
|
+
zoom.value = Math.min(Math.max(0.5, zoom.value * touchZoom), 4);
|
|
316
|
+
};
|
|
317
|
+
|
|
318
|
+
onMounted(() => {
|
|
319
|
+
// web: close on esc keydown
|
|
320
|
+
document?.addEventListener
|
|
321
|
+
&& document?.addEventListener('keydown', handleEsc);
|
|
322
|
+
});
|
|
323
|
+
|
|
324
|
+
const handleEsc = (e: any) => {
|
|
325
|
+
e.preventDefault();
|
|
326
|
+
if (e?.keyCode === 27) {
|
|
327
|
+
close();
|
|
328
|
+
}
|
|
329
|
+
};
|
|
330
|
+
const zoomIn = () => {
|
|
331
|
+
zoom.value += 0.1;
|
|
332
|
+
};
|
|
333
|
+
const zoomOut = () => {
|
|
334
|
+
zoom.value
|
|
335
|
+
= zoom.value - 0.1 > minZoom.value ? zoom.value - 0.1 : minZoom.value;
|
|
336
|
+
};
|
|
337
|
+
const close = () => {
|
|
338
|
+
emit('close');
|
|
339
|
+
};
|
|
340
|
+
const rotateLeft = () => {
|
|
341
|
+
rotate.value -= 90;
|
|
342
|
+
};
|
|
343
|
+
const rotateRight = () => {
|
|
344
|
+
rotate.value += 90;
|
|
345
|
+
};
|
|
346
|
+
const goNext = () => {
|
|
347
|
+
currentImageIndex.value < props.imageList.length - 1
|
|
348
|
+
&& currentImageIndex.value++;
|
|
349
|
+
initStyle();
|
|
350
|
+
};
|
|
351
|
+
const goPrev = () => {
|
|
352
|
+
currentImageIndex.value > 0 && currentImageIndex.value--;
|
|
353
|
+
initStyle();
|
|
354
|
+
};
|
|
355
|
+
const initStyle = () => {
|
|
356
|
+
zoom.value = 1;
|
|
357
|
+
rotate.value = 0;
|
|
358
|
+
};
|
|
359
|
+
|
|
360
|
+
const getImageUrl = (message: IMessageModel) => {
|
|
361
|
+
if (isPC) {
|
|
362
|
+
return message?.payload?.imageInfoArray[0]?.url;
|
|
363
|
+
} else {
|
|
364
|
+
return message?.payload?.imageInfoArray[2]?.url;
|
|
365
|
+
}
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
const save = () => {
|
|
369
|
+
const imageMessage = props.imageList[
|
|
370
|
+
currentImageIndex.value
|
|
371
|
+
] as IMessageModel;
|
|
372
|
+
const imageSrc = imageMessage?.payload?.imageInfoArray[0]?.url;
|
|
373
|
+
if (!imageSrc) {
|
|
374
|
+
Toast({
|
|
375
|
+
message: TUITranslateService.t('component.图片 url 不存在'),
|
|
376
|
+
type: TOAST_TYPE.ERROR,
|
|
377
|
+
});
|
|
378
|
+
return;
|
|
379
|
+
}
|
|
380
|
+
switch (getPlatform()) {
|
|
381
|
+
case 'wechat':
|
|
382
|
+
// Get the user's current settings and get the album permissions
|
|
383
|
+
TUIGlobal.getSetting({
|
|
384
|
+
success: (res: any) => {
|
|
385
|
+
if (!res?.authSetting['scope.writePhotosAlbum']) {
|
|
386
|
+
TUIGlobal.authorize({
|
|
387
|
+
scope: 'scope.writePhotosAlbum',
|
|
388
|
+
success() {
|
|
389
|
+
downloadImgInUni(imageSrc);
|
|
390
|
+
},
|
|
391
|
+
fail() {
|
|
392
|
+
TUIGlobal.showModal({
|
|
393
|
+
title: '您已拒绝获取相册权限',
|
|
394
|
+
content: '是否进入权限管理,调整授权?',
|
|
395
|
+
success: (res: any) => {
|
|
396
|
+
if (res.confirm) {
|
|
397
|
+
// Call up the client applet settings interface and return the operation results set by the user.
|
|
398
|
+
// Ask the user to authorize again.
|
|
399
|
+
TUIGlobal.openSetting({
|
|
400
|
+
success: (res: any) => {
|
|
401
|
+
console.log(res.authSetting);
|
|
402
|
+
},
|
|
403
|
+
});
|
|
404
|
+
} else if (res.cancel) {
|
|
405
|
+
return Toast({
|
|
406
|
+
message: TUITranslateService.t('component.已取消'),
|
|
407
|
+
type: TOAST_TYPE.ERROR,
|
|
408
|
+
});
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
});
|
|
412
|
+
},
|
|
413
|
+
});
|
|
414
|
+
} else {
|
|
415
|
+
// If you already have album permission, save directly to the album
|
|
416
|
+
downloadImgInUni(imageSrc);
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
fail: () => {
|
|
420
|
+
Toast({
|
|
421
|
+
message: TUITranslateService.t('component.获取权限失败'),
|
|
422
|
+
type: TOAST_TYPE.ERROR,
|
|
423
|
+
});
|
|
424
|
+
},
|
|
425
|
+
});
|
|
426
|
+
break;
|
|
427
|
+
case 'app':
|
|
428
|
+
downloadImgInUni(imageSrc);
|
|
429
|
+
break;
|
|
430
|
+
default:
|
|
431
|
+
downloadImgInWeb(imageSrc);
|
|
432
|
+
break;
|
|
433
|
+
}
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
const downloadImgInUni = (src: string) => {
|
|
437
|
+
TUIGlobal.showLoading({
|
|
438
|
+
title: '大图提取中',
|
|
439
|
+
});
|
|
440
|
+
TUIGlobal.downloadFile({
|
|
441
|
+
url: src,
|
|
442
|
+
success: function (res: any) {
|
|
443
|
+
TUIGlobal.hideLoading();
|
|
444
|
+
TUIGlobal.saveImageToPhotosAlbum({
|
|
445
|
+
filePath: res.tempFilePath,
|
|
446
|
+
success: () => {
|
|
447
|
+
Toast({
|
|
448
|
+
message: TUITranslateService.t('component.已保存至相册'),
|
|
449
|
+
type: TOAST_TYPE.SUCCESS,
|
|
450
|
+
});
|
|
451
|
+
},
|
|
452
|
+
});
|
|
453
|
+
},
|
|
454
|
+
fail: function () {
|
|
455
|
+
TUIGlobal.hideLoading();
|
|
456
|
+
Toast({
|
|
457
|
+
message: TUITranslateService.t('component.图片下载失败'),
|
|
458
|
+
type: TOAST_TYPE.ERROR,
|
|
459
|
+
});
|
|
460
|
+
},
|
|
461
|
+
});
|
|
462
|
+
};
|
|
463
|
+
|
|
464
|
+
const downloadImgInWeb = (src: string) => {
|
|
465
|
+
const option: any = {
|
|
466
|
+
mode: 'cors',
|
|
467
|
+
headers: new Headers({
|
|
468
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
|
469
|
+
}),
|
|
470
|
+
};
|
|
471
|
+
const imageMessage = props.imageList[
|
|
472
|
+
currentImageIndex.value
|
|
473
|
+
] as IMessageModel;
|
|
474
|
+
const imageFormat: number = imageMessage?.payload?.imageFormat;
|
|
475
|
+
if (!imageFormatMap.has(imageFormat)) {
|
|
476
|
+
Toast({
|
|
477
|
+
message: TUITranslateService.t('component.暂不支持下载此类型图片'),
|
|
478
|
+
type: TOAST_TYPE.ERROR,
|
|
479
|
+
});
|
|
480
|
+
return;
|
|
481
|
+
}
|
|
482
|
+
// If the browser supports fetch, use blob to download, so as to avoid the browser clicking the a tag and jumping to the preview of the new page
|
|
483
|
+
if ((window as any).fetch) {
|
|
484
|
+
fetch(src, option)
|
|
485
|
+
.then(res => res.blob())
|
|
486
|
+
.then((blob) => {
|
|
487
|
+
const a = document.createElement('a');
|
|
488
|
+
const url = window.URL.createObjectURL(blob);
|
|
489
|
+
a.href = url;
|
|
490
|
+
a.download = url + '.' + imageFormatMap.get(imageFormat);
|
|
491
|
+
a.click();
|
|
492
|
+
});
|
|
493
|
+
} else {
|
|
494
|
+
const a = document.createElement('a');
|
|
495
|
+
a.href = src;
|
|
496
|
+
a.target = '_blank';
|
|
497
|
+
a.download = src + '.' + imageFormatMap.get(imageFormat);
|
|
498
|
+
a.click();
|
|
499
|
+
}
|
|
500
|
+
};
|
|
501
|
+
|
|
502
|
+
onUnmounted(() => {
|
|
503
|
+
document?.removeEventListener
|
|
504
|
+
&& document?.removeEventListener('keydown', handleEsc);
|
|
505
|
+
});
|
|
506
|
+
</script>
|
|
507
|
+
|
|
508
|
+
<style lang="scss" scoped>
|
|
509
|
+
@import "../../../assets/styles/common";
|
|
510
|
+
|
|
511
|
+
.actions-bar {
|
|
512
|
+
display: flex;
|
|
513
|
+
justify-content: space-around;
|
|
514
|
+
align-items: center;
|
|
515
|
+
position: absolute;
|
|
516
|
+
bottom: 5%;
|
|
517
|
+
padding: 12px;
|
|
518
|
+
border-radius: 6px;
|
|
519
|
+
background: rgba(255, 255, 255, 0.8);
|
|
520
|
+
|
|
521
|
+
&-h5 {
|
|
522
|
+
padding: 6px;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.icon {
|
|
526
|
+
position: static;
|
|
527
|
+
font-size: 24px;
|
|
528
|
+
cursor: pointer;
|
|
529
|
+
width: 27px;
|
|
530
|
+
height: 27px;
|
|
531
|
+
margin: 5px;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.icon-zoom-in,
|
|
535
|
+
.icon-zoom-out,
|
|
536
|
+
.icon-refresh-left,
|
|
537
|
+
.icon-refresh-right {
|
|
538
|
+
cursor: pointer;
|
|
539
|
+
user-select: none;
|
|
540
|
+
padding: 5px;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.image-previewer {
|
|
545
|
+
position: fixed;
|
|
546
|
+
z-index: 101;
|
|
547
|
+
width: 100vw;
|
|
548
|
+
height: 100vh;
|
|
549
|
+
background: rgba(#000, 0.3);
|
|
550
|
+
top: 0;
|
|
551
|
+
left: 0;
|
|
552
|
+
display: flex;
|
|
553
|
+
flex-direction: column;
|
|
554
|
+
align-items: center;
|
|
555
|
+
user-select: none;
|
|
556
|
+
|
|
557
|
+
.image-wrapper {
|
|
558
|
+
position: relative;
|
|
559
|
+
width: 100%;
|
|
560
|
+
height: 100%;
|
|
561
|
+
display: flex;
|
|
562
|
+
justify-content: center;
|
|
563
|
+
align-items: center;
|
|
564
|
+
overflow: hidden;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.image-list {
|
|
568
|
+
position: absolute;
|
|
569
|
+
height: 100%;
|
|
570
|
+
left: 0;
|
|
571
|
+
padding: 0;
|
|
572
|
+
margin: 0;
|
|
573
|
+
display: flex;
|
|
574
|
+
flex-direction: row;
|
|
575
|
+
place-content: center center;
|
|
576
|
+
|
|
577
|
+
.image-item {
|
|
578
|
+
width: 100%;
|
|
579
|
+
height: 100%;
|
|
580
|
+
display: flex;
|
|
581
|
+
align-items: center;
|
|
582
|
+
justify-content: center;
|
|
583
|
+
overflow: hidden;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.image-preview {
|
|
588
|
+
max-width: 100%;
|
|
589
|
+
max-height: 100%;
|
|
590
|
+
transition: transform 0.1s ease 0s;
|
|
591
|
+
pointer-events: auto;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.image-button {
|
|
595
|
+
display: flex;
|
|
596
|
+
flex-direction: column;
|
|
597
|
+
min-width: auto;
|
|
598
|
+
justify-content: center;
|
|
599
|
+
align-items: center;
|
|
600
|
+
position: absolute;
|
|
601
|
+
cursor: pointer;
|
|
602
|
+
width: 40px;
|
|
603
|
+
height: 40px;
|
|
604
|
+
border-radius: 50%;
|
|
605
|
+
top: calc(50% - 20px);
|
|
606
|
+
background: rgba(255, 255, 255, 0.8);
|
|
607
|
+
|
|
608
|
+
&-left {
|
|
609
|
+
left: 10px;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
&-right {
|
|
613
|
+
right: 10px;
|
|
614
|
+
transform: rotate(180deg);
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.icon {
|
|
618
|
+
position: absolute;
|
|
619
|
+
bottom: 0;
|
|
620
|
+
top: 0;
|
|
621
|
+
left: 0;
|
|
622
|
+
right: 0;
|
|
623
|
+
margin: auto;
|
|
624
|
+
line-height: 40px;
|
|
625
|
+
display: flex;
|
|
626
|
+
flex-direction: column;
|
|
627
|
+
min-width: auto;
|
|
628
|
+
justify-content: center;
|
|
629
|
+
align-items: center;
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.icon-close {
|
|
634
|
+
position: absolute;
|
|
635
|
+
cursor: pointer;
|
|
636
|
+
border-radius: 50%;
|
|
637
|
+
top: 3%;
|
|
638
|
+
right: 3%;
|
|
639
|
+
padding: 10px;
|
|
640
|
+
background: rgba(255, 255, 255, 0.8);
|
|
641
|
+
display: flex;
|
|
642
|
+
|
|
643
|
+
&::before,
|
|
644
|
+
&::after {
|
|
645
|
+
background-color: #444;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
.image-previewer-h5 {
|
|
651
|
+
width: 100%;
|
|
652
|
+
height: 100%;
|
|
653
|
+
background: #000;
|
|
654
|
+
display: flex;
|
|
655
|
+
flex-direction: column;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.save {
|
|
659
|
+
cursor: pointer;
|
|
660
|
+
display: flex;
|
|
661
|
+
justify-content: space-around;
|
|
662
|
+
align-items: center;
|
|
663
|
+
position: absolute;
|
|
664
|
+
bottom: 5%;
|
|
665
|
+
right: 5%;
|
|
666
|
+
padding: 12px;
|
|
667
|
+
border-radius: 6px;
|
|
668
|
+
background: rgba(255, 255, 255, 0.8);
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.image-counter {
|
|
672
|
+
background: rgba(20, 18, 20, 0.53);
|
|
673
|
+
padding: 3px 5px;
|
|
674
|
+
margin: 5px;
|
|
675
|
+
border-radius: 3px;
|
|
676
|
+
color: #fff;
|
|
677
|
+
}
|
|
678
|
+
</style>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
class="tui-loading"
|
|
4
|
+
:style="{
|
|
5
|
+
width: props.width,
|
|
6
|
+
height: props.height,
|
|
7
|
+
border: `2px solid ${props.color}`,
|
|
8
|
+
borderTopColor: 'transparent',
|
|
9
|
+
}"
|
|
10
|
+
/>
|
|
11
|
+
</template>
|
|
12
|
+
<script setup lang="ts">
|
|
13
|
+
const props = defineProps({
|
|
14
|
+
width: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: '30px',
|
|
17
|
+
},
|
|
18
|
+
height: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: '30px',
|
|
21
|
+
},
|
|
22
|
+
color: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: '#D9D9D9',
|
|
25
|
+
},
|
|
26
|
+
});
|
|
27
|
+
</script>
|
|
28
|
+
<style scoped lang="scss">
|
|
29
|
+
.tui-loading {
|
|
30
|
+
width: 30px;
|
|
31
|
+
height: 30px;
|
|
32
|
+
border: 2px solid #d9d9d9;
|
|
33
|
+
border-top-color: transparent;
|
|
34
|
+
border-radius: 100%;
|
|
35
|
+
animation: circle infinite 0.75s linear;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@keyframes circle {
|
|
39
|
+
0% {
|
|
40
|
+
transform: rotate(0);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
100% {
|
|
44
|
+
transform: rotate(360deg);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
</style>
|