@tencentcloud/roomkit-electron-vue3 2.5.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.d.ts +2 -0
- package/es/components/AITools/AISubtitles.vue.mjs +7 -0
- package/es/components/AITools/AISubtitles.vue2.mjs +50 -0
- package/es/components/AITools/AITranscription.vue.d.ts +2 -0
- package/es/components/AITools/AITranscription.vue.mjs +7 -0
- package/es/components/AITools/AITranscription.vue2.mjs +116 -0
- package/es/components/Chat/ChatEditor/index.vue.d.ts +1 -1
- package/es/components/Chat/ChatEditor/index.vue.mjs +2 -2
- package/es/components/Chat/ChatEditor/index.vue2.mjs +1 -1
- 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/EditorTools/index.vue.d.ts +2 -2
- package/es/components/Chat/EditorTools/index.vue.mjs +2 -2
- package/es/components/Chat/MessageList/index.vue.d.ts +1 -1
- package/es/components/Chat/MessageList/index.vue.mjs +2 -2
- package/es/components/Chat/MessageList/index.vue2.mjs +1 -2
- package/es/components/Chat/MessageList/useMessageListHook.mjs +35 -11
- package/es/components/Chat/MessageTypes/MessageText.vue.d.ts +1 -1
- package/es/components/Chat/MessageTypes/MessageText.vue.mjs +2 -2
- package/es/components/Chat/index/index.vue.d.ts +2 -0
- package/es/components/Chat/index/index.vue.mjs +7 -0
- package/es/components/Chat/index/index.vue2.mjs +68 -0
- package/es/components/Chat/util.d.ts +2 -2
- package/es/components/ManageMember/MemberControl/index.vue.d.ts +1 -1
- package/es/components/ManageMember/MemberControl/index.vue.mjs +2 -2
- package/es/components/ManageMember/MemberControl/index.vue2.mjs +7 -4
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +1 -1
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +60 -15
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue.d.ts +16 -0
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue.mjs +7 -0
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +79 -0
- package/es/components/ManageMember/MemberItem/index.vue.d.ts +3 -1
- package/es/components/ManageMember/MemberItem/index.vue.mjs +2 -2
- package/es/components/ManageMember/MemberItem/index.vue2.mjs +19 -10
- package/es/components/ManageMember/MemberItem/useMemberItemHooks.mjs +3 -1
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue.d.ts +2 -2
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue.mjs +2 -2
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue2.mjs +22 -9
- package/es/components/ManageMember/index.vue.d.ts +1 -1
- package/es/components/ManageMember/index.vue.mjs +2 -2
- package/es/components/ManageMember/index.vue2.mjs +75 -66
- package/es/components/ManageMember/useIndexHooks.mjs +112 -18
- package/es/components/PreRoom/LoadingOverlay.vue.d.ts +2 -0
- package/es/components/PreRoom/LoadingOverlay.vue.mjs +7 -0
- package/es/components/PreRoom/LoadingOverlay.vue2.mjs +24 -0
- package/es/components/PreRoom/PasswordDialog.vue.d.ts +14 -0
- package/es/components/PreRoom/PasswordDialog.vue.mjs +7 -0
- package/es/components/PreRoom/PasswordDialog.vue2.mjs +129 -0
- package/es/components/RoomContent/StreamContainer/index.vue.d.ts +1 -1
- package/es/components/RoomContent/StreamContainer/index.vue.mjs +2 -2
- package/es/components/RoomContent/StreamContainer/index.vue2.mjs +133 -351
- package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -18
- package/es/components/RoomContent/StreamList/index.vue.d.ts +39 -0
- package/es/components/RoomContent/StreamList/index.vue.mjs +7 -0
- package/es/components/RoomContent/StreamList/index.vue2.mjs +193 -0
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +14 -0
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.mjs +7 -0
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue2.mjs +132 -0
- package/es/components/RoomContent/StreamRegion/StreamCover/index.vue.d.ts +18 -0
- package/es/components/RoomContent/StreamRegion/StreamCover/index.vue.mjs +7 -0
- package/es/components/RoomContent/StreamRegion/StreamCover/index.vue2.mjs +110 -0
- package/es/components/RoomContent/StreamRegion/StreamPlay/index.vue.d.ts +33 -0
- package/es/components/RoomContent/StreamRegion/StreamPlay/index.vue.mjs +7 -0
- package/es/components/RoomContent/StreamRegion/StreamPlay/index.vue2.mjs +113 -0
- package/es/components/RoomContent/StreamRegion/index.vue.d.ts +25 -6
- package/es/components/RoomContent/StreamRegion/index.vue.mjs +2 -2
- package/es/components/RoomContent/StreamRegion/index.vue2.mjs +86 -229
- package/es/components/RoomContent/index.vue.d.ts +1 -1
- package/es/components/RoomContent/index.vue.mjs +2 -2
- 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.vue.d.ts +1 -1
- package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue.mjs +2 -2
- package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.mjs +4 -2
- package/es/components/RoomFooter/ApplyControl/MemberApplyControl.vue.d.ts +1 -1
- package/es/components/RoomFooter/ApplyControl/MemberApplyControl.vue.mjs +2 -2
- package/es/components/RoomFooter/ApplyControl/MemberApplyControl.vue2.mjs +62 -28
- package/es/components/RoomFooter/AudioControl.vue.d.ts +2 -2
- package/es/components/RoomFooter/AudioControl.vue.mjs +2 -2
- package/es/components/RoomFooter/AudioControl.vue2.mjs +11 -6
- 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.d.ts +1 -1
- package/es/components/RoomFooter/ChatControl.vue.mjs +2 -0
- package/es/components/RoomFooter/EndControl/index.vue.d.ts +1 -1
- package/es/components/RoomFooter/EndControl/index.vue.mjs +2 -2
- package/es/components/RoomFooter/EndControl/index.vue2.mjs +11 -6
- package/es/components/RoomFooter/EndControl/useEndControlHooks.mjs +61 -24
- package/es/components/RoomFooter/FullScreenControl.vue.d.ts +1 -1
- package/es/components/RoomFooter/FullScreenControl.vue.mjs +17 -3
- package/es/components/RoomFooter/InviteControl.vue.d.ts +1 -1
- package/es/components/RoomFooter/InviteControl.vue.mjs +2 -2
- package/es/components/RoomFooter/InviteControl.vue2.mjs +21 -24
- package/es/components/RoomFooter/ManageMemberControl.vue.d.ts +1 -1
- package/es/components/RoomFooter/ManageMemberControl.vue.mjs +5 -1
- package/es/components/RoomFooter/ManageStageControl.vue.d.ts +1 -1
- package/es/components/RoomFooter/MoreControl/index.vue.d.ts +1 -1
- package/es/components/RoomFooter/MoreControl/index.vue.mjs +3 -5
- package/es/components/RoomFooter/MoreControl/useMoreControlHooks.mjs +3 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue.d.ts +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +2 -2
- package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +80 -13
- package/es/components/RoomFooter/ScreenShareControl/ScreenWindowPreviewer.vue.d.ts +1 -1
- package/es/components/RoomFooter/ScreenShareControl/ScreenWindowPreviewer.vue.mjs +2 -2
- package/es/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue.d.ts +2 -2
- package/es/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue.mjs +2 -2
- package/es/components/RoomFooter/SettingControl.vue.d.ts +1 -1
- package/es/components/RoomFooter/VideoControl.vue.d.ts +2 -2
- package/es/components/RoomFooter/VideoControl.vue.mjs +2 -2
- package/es/components/RoomFooter/VideoControl.vue2.mjs +16 -14
- package/es/components/RoomFooter/VirtualBackground.vue.d.ts +1 -1
- package/es/components/RoomFooter/VirtualBackground.vue.mjs +2 -2
- package/es/components/RoomFooter/VirtualBackground.vue2.mjs +12 -5
- package/es/components/RoomFooter/WhiteboardControl.vue.d.ts +2 -0
- package/es/components/RoomFooter/WhiteboardControl.vue.mjs +155 -0
- package/es/components/RoomFooter/WhiteboardControl.vue2.mjs +4 -0
- package/es/components/RoomFooter/index/index.vue.d.ts +5 -1
- package/es/components/RoomFooter/index/index.vue.mjs +2 -2
- package/es/components/RoomFooter/index/index.vue2.mjs +46 -28
- package/es/components/RoomHeader/RoomInfo/index.vue.d.ts +1 -1
- package/es/components/RoomHeader/RoomInfo/index.vue.mjs +2 -2
- package/es/components/RoomHeader/RoomInfo/useRoomInfoHooks.d.ts +2 -9
- package/es/components/RoomHeader/RoomInfo/useRoomInfoHooks.mjs +49 -8
- package/es/components/RoomHeader/UserInfo/index.vue.d.ts +4 -4
- package/es/components/RoomHeader/UserInfo/index.vue.mjs +2 -2
- package/es/components/RoomHeader/UserInfo/index.vue2.mjs +4 -2
- package/es/components/RoomHeader/index/LayoutControl.vue.d.ts +1 -1
- package/es/components/RoomHeader/index/LayoutControl.vue.mjs +2 -2
- package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +18 -4
- package/es/components/RoomHeader/index/NetworkInfo.vue.d.ts +1 -1
- package/es/components/RoomHeader/index/NetworkInfo.vue.mjs +2 -2
- package/es/components/RoomHeader/index/NetworkInfo.vue2.mjs +11 -3
- package/es/components/RoomHeader/index/index.vue.d.ts +2 -2
- package/es/components/RoomHeader/index/index.vue.mjs +2 -2
- package/es/components/RoomHome/RoomControl/index.vue.d.ts +8 -8
- package/es/components/RoomHome/RoomControl/index.vue.mjs +2 -2
- package/es/components/RoomHome/RoomControl/index.vue2.mjs +26 -13
- package/es/components/RoomInvite/InvitationNotification.vue.d.ts +6 -0
- package/es/components/RoomInvite/InvitationNotification.vue.mjs +7 -0
- package/es/components/RoomInvite/InvitationNotification.vue2.mjs +161 -0
- package/es/components/RoomInvite/index.vue.d.ts +1 -1
- package/es/components/RoomInvite/index.vue.mjs +3 -3
- package/es/components/RoomInvite/index.vue2.mjs +94 -19
- package/es/components/RoomInvite/useRoomInviteHooks.d.ts +26 -0
- package/es/components/RoomInvite/useRoomInviteHooks.mjs +154 -9
- package/es/components/RoomMore/index.vue.d.ts +1 -1
- package/es/components/RoomMore/index.vue.mjs +2 -2
- package/es/components/RoomMore/useRoomMoreHooks.mjs +1 -0
- package/es/components/RoomSetting/index.vue.d.ts +1 -1
- package/es/components/RoomSetting/index.vue.mjs +2 -2
- package/es/components/RoomSetting/index.vue2.mjs +5 -2
- package/es/components/RoomSidebar/index.vue.d.ts +1 -1
- package/es/components/RoomSidebar/index.vue.mjs +6 -11
- package/es/components/RoomSidebar/useSideBarHooks.mjs +21 -5
- package/es/components/ScheduleConference/ConferenceDetail.vue.d.ts +33 -0
- package/es/components/ScheduleConference/ConferenceDetail.vue.mjs +7 -0
- package/es/components/ScheduleConference/ConferenceDetail.vue2.mjs +75 -0
- package/es/components/ScheduleConference/Contacts.vue.d.ts +19 -3
- package/es/components/ScheduleConference/Contacts.vue.mjs +2 -2
- package/es/components/ScheduleConference/Contacts.vue2.mjs +140 -72
- package/es/components/ScheduleConference/DurationTimePicker.vue.d.ts +2 -2
- package/es/components/ScheduleConference/DurationTimePicker.vue.mjs +22 -13
- package/es/components/ScheduleConference/InvitePanel.vue.d.ts +33 -0
- package/es/components/ScheduleConference/InvitePanel.vue.mjs +7 -0
- package/es/components/ScheduleConference/InvitePanel.vue2.mjs +69 -0
- package/es/components/ScheduleConference/PanelContainer.vue.d.ts +38 -0
- package/es/components/ScheduleConference/PanelContainer.vue.mjs +7 -0
- package/es/components/ScheduleConference/PanelContainer.vue2.mjs +97 -0
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue.d.ts +22 -0
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue.mjs +7 -0
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +683 -0
- package/es/components/ScheduleConference/ScheduleRoomControl.vue.d.ts +2 -2
- package/es/components/ScheduleConference/ScheduleRoomControl.vue.mjs +2 -2
- package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +429 -220
- package/es/components/ScheduleConference/ScheduleRoomList.vue.d.ts +13 -6
- package/es/components/ScheduleConference/ScheduleRoomList.vue.mjs +2 -2
- package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +99 -53
- package/es/components/ScheduleConference/ShareLink.vue.d.ts +2 -2
- package/es/components/ScheduleConference/ShareLink.vue.mjs +2 -2
- package/es/components/ScheduleConference/ShareLink.vue2.mjs +49 -15
- package/es/components/ScheduleConference/TimezonePicker.vue.d.ts +2 -2
- package/es/components/ScheduleConference/TimezonePicker.vue.mjs +99 -16
- package/es/components/ScheduleConference/scheduleUtils.d.ts +9 -0
- package/es/components/ScheduleConference/scheduleUtils.mjs +86 -0
- package/es/components/Whiteboard/controller/CloseController/image/close.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/CloseController/index.vue.d.ts +2 -0
- package/es/components/Whiteboard/controller/CloseController/index.vue.mjs +7 -0
- package/es/components/Whiteboard/controller/CloseController/index.vue2.mjs +36 -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/image/redo-disabled.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/RedoUndo/image/redo.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/RedoUndo/image/undo-disabled.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/RedoUndo/image/undo.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/RedoUndo/index.vue.d.ts +2 -0
- package/es/components/Whiteboard/controller/RedoUndo/index.vue.mjs +7 -0
- package/es/components/Whiteboard/controller/RedoUndo/index.vue2.mjs +100 -0
- package/es/components/Whiteboard/controller/SaveController/image/download.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/SaveController/index.vue.d.ts +2 -0
- package/es/components/Whiteboard/controller/SaveController/index.vue.mjs +7 -0
- package/es/components/Whiteboard/controller/SaveController/index.vue2.mjs +58 -0
- package/es/components/Whiteboard/controller/ToolBox/image/arrow-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/arrow.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/clear.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/ellipse-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/ellipse.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/eraser-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/eraser.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/pencil-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/pencil.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/rectangle-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/rectangle.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/selector-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/selector.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/straight-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/straight.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/text-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/text.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/triangle-active.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/image/triangle.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ToolBox/index.vue.d.ts +2 -0
- package/es/components/Whiteboard/controller/ToolBox/index.vue.mjs +7 -0
- package/es/components/Whiteboard/controller/ToolBox/index.vue2.mjs +136 -0
- package/es/components/Whiteboard/core/arrow.d.ts +2 -0
- package/es/components/Whiteboard/core/arrow.mjs +38 -0
- package/es/components/Whiteboard/core/index.d.ts +87 -0
- package/es/components/Whiteboard/core/index.mjs +548 -0
- package/es/components/Whiteboard/core/initControls.d.ts +4 -0
- package/es/components/Whiteboard/core/initControls.mjs +176 -0
- package/es/components/Whiteboard/core/initControlsRotate.d.ts +4 -0
- package/es/components/Whiteboard/core/initControlsRotate.mjs +97 -0
- package/es/components/Whiteboard/core/initHotKeys.d.ts +16 -0
- package/es/components/Whiteboard/emitter.d.ts +11 -0
- package/es/components/Whiteboard/emitter.mjs +25 -0
- package/es/components/Whiteboard/index.vue.d.ts +2 -0
- package/es/components/Whiteboard/index.vue.mjs +7 -0
- package/es/components/Whiteboard/index.vue2.mjs +118 -0
- package/es/components/Whiteboard/resources/editor/edgecontrol.svg.mjs +4 -0
- package/es/components/Whiteboard/resources/editor/middlecontrol.svg.mjs +4 -0
- package/es/components/Whiteboard/resources/editor/middlecontrolhoz.svg.mjs +4 -0
- package/es/components/Whiteboard/resources/editor/rotateicon.svg.mjs +4 -0
- package/es/components/common/ArrowStroke.vue.d.ts +2 -2
- package/es/components/common/ArrowStroke.vue.mjs +2 -2
- package/es/components/common/ArrowStroke.vue2.mjs +3 -1
- package/es/components/common/AudioIcon.vue.d.ts +1 -1
- package/es/components/common/AudioIcon.vue.mjs +2 -2
- package/es/components/common/AudioMediaControl.vue.d.ts +2 -2
- package/es/components/common/AudioMediaControl.vue.mjs +2 -2
- package/es/components/common/AudioSettingTab.vue.d.ts +1 -1
- package/es/components/common/AudioSettingTab.vue.mjs +2 -2
- package/es/components/common/AudioSettingTab.vue2.mjs +11 -3
- package/es/components/common/Avatar.vue.d.ts +1 -1
- package/es/components/common/Avatar.vue.mjs +3 -3
- package/es/components/common/DeviceSelect.vue.d.ts +1 -1
- package/es/components/common/DeviceSelect.vue.mjs +2 -2
- package/es/components/common/DeviceSelect.vue2.mjs +29 -17
- package/es/components/common/Language.vue.d.ts +1 -1
- package/es/components/common/Language.vue.mjs +8 -13
- package/es/components/common/Logo.vue.d.ts +1 -1
- package/es/components/common/Logo.vue.mjs +2 -2
- package/es/components/common/Logo.vue2.mjs +1 -1
- package/es/components/common/RoomTime.vue.d.ts +1 -1
- package/es/components/common/RoomTime.vue.mjs +2 -2
- package/es/components/common/SwitchTheme.vue.d.ts +1 -1
- package/es/components/common/SwitchTheme.vue.mjs +4 -29
- package/es/components/common/VideoMediaControl.vue.d.ts +2 -2
- package/es/components/common/VideoMediaControl.vue.mjs +2 -2
- package/es/components/common/VideoProfile.vue.d.ts +1 -1
- package/es/components/common/VideoProfile.vue.mjs +2 -2
- package/es/components/common/VideoProfile.vue2.mjs +6 -3
- package/es/components/common/VideoSettingTab.vue.d.ts +1 -1
- package/es/components/common/VideoSettingTab.vue.mjs +2 -2
- package/es/components/common/VideoSettingTab.vue2.mjs +4 -2
- package/es/components/common/base/Badge.vue.d.ts +7 -5
- package/es/components/common/base/Badge.vue.mjs +2 -2
- package/es/components/common/base/Badge.vue2.mjs +6 -3
- package/es/components/common/base/Button.vue.d.ts +16 -10
- package/es/components/common/base/Button.vue.mjs +2 -2
- package/es/components/common/base/Button.vue2.mjs +4 -2
- package/es/components/common/base/Checkbox/index.vue.d.ts +47 -0
- package/es/components/common/base/Checkbox/index.vue.mjs +7 -0
- package/es/components/common/base/Checkbox/index.vue2.mjs +52 -0
- package/es/components/common/base/Datepicker/index.vue.d.ts +18 -0
- package/es/components/common/base/Datepicker/index.vue.mjs +7 -0
- package/es/components/common/base/Datepicker/index.vue2.mjs +203 -0
- package/es/components/common/base/Dialog/index.vue.d.ts +10 -8
- package/es/components/common/base/Dialog/index.vue.mjs +2 -2
- package/es/components/common/base/Dialog/index.vue2.mjs +3 -1
- package/es/components/common/base/Drawer.vue.d.ts +9 -7
- package/es/components/common/base/Drawer.vue.mjs +2 -2
- package/es/components/common/base/Drawer.vue2.mjs +6 -3
- package/es/components/common/base/IconButton.vue.d.ts +11 -9
- package/es/components/common/base/IconButton.vue.mjs +2 -2
- package/es/components/common/base/IconButton.vue2.mjs +3 -1
- package/es/components/common/base/Input/index.vue.d.ts +16 -10
- package/es/components/common/base/Input/index.vue.mjs +2 -2
- package/es/components/common/base/Input/index.vue2.mjs +21 -9
- package/es/components/common/base/Message/Message.vue.d.ts +4 -4
- package/es/components/common/base/Message/Message.vue.mjs +2 -2
- package/es/components/common/base/Message/images/error.vue.d.ts +1 -1
- package/es/components/common/base/Message/images/info.vue.d.ts +1 -1
- package/es/components/common/base/Message/images/success.vue.d.ts +1 -1
- package/es/components/common/base/Message/images/warning.vue.d.ts +1 -1
- package/es/components/common/base/MessageBox/index.d.ts +2 -1
- package/es/components/common/base/MessageBox/index.mjs +10 -3
- package/es/components/common/base/MessageBox/index.vue.d.ts +6 -2
- package/es/components/common/base/MessageBox/index.vue.mjs +2 -2
- package/es/components/common/base/MessageBox/index.vue2.mjs +13 -0
- package/es/components/common/base/Notification/index.d.ts +1 -1
- package/es/components/common/base/Notification/index.vue.d.ts +2 -2
- package/es/components/common/base/Notification/index.vue.mjs +2 -2
- package/es/components/common/base/Option/index.vue.d.ts +27 -0
- package/es/components/common/base/Option/index.vue.mjs +7 -0
- package/es/components/common/base/Option/index.vue2.mjs +57 -0
- package/es/components/common/base/Select/index.vue.d.ts +35 -0
- package/es/components/common/base/Select/index.vue.mjs +7 -0
- package/es/components/common/base/Select/index.vue2.mjs +153 -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/base/SvgIcon.vue.d.ts +7 -5
- package/es/components/common/base/SvgIcon.vue.mjs +2 -2
- package/es/components/common/base/SvgIcon.vue2.mjs +3 -1
- package/es/components/common/base/Timepicker/index.vue.d.ts +18 -0
- package/es/components/common/base/Timepicker/index.vue.mjs +74 -0
- package/es/components/common/base/Timepicker/index.vue2.mjs +4 -0
- package/es/components/common/base/TuiSwitch.vue.d.ts +3 -2
- package/es/components/common/base/TuiSwitch.vue.mjs +2 -2
- package/es/components/common/base/TuiSwitch.vue2.mjs +11 -4
- package/es/components/common/base/index.d.ts +13 -13
- 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/AllMembersShareScreenIcon.vue.d.ts +1 -1
- package/es/components/common/icons/AllMembersShareScreenIcon.vue.mjs +1 -1
- package/es/components/common/icons/ApplyActiveIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ApplyStageIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ApplyStageLabelIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ApplyTipsIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ArrowDown.vue.d.ts +2 -0
- package/es/components/common/icons/ArrowDown.vue.mjs +26 -0
- package/es/components/common/icons/ArrowStrokeBackIcon.vue.d.ts +2 -0
- package/es/components/common/icons/ArrowStrokeBackIcon.vue.mjs +24 -0
- package/es/components/common/icons/ArrowStrokeLeftIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ArrowStrokeSelectDownIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ArrowStrokeTurnPageIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ArrowStrokeUpIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ArrowUpIcon.vue.d.ts +1 -1
- package/es/components/common/icons/AudioCloseIcon.vue.d.ts +1 -1
- package/es/components/common/icons/AudioOpenIcon.vue.d.ts +1 -1
- 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/CalendarIcon.vue.d.ts +1 -1
- package/es/components/common/icons/CameraOffIcon.vue.d.ts +1 -1
- package/es/components/common/icons/CameraOnIcon.vue.d.ts +1 -1
- package/es/components/common/icons/CancelStageIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ChatForbiddenIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ChatIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ChevronRight.vue.d.ts +2 -0
- package/es/components/common/icons/ChevronRight.vue.mjs +26 -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/CloseIcon.vue.d.ts +1 -1
- package/es/components/common/icons/CloseInputIcon.vue.d.ts +2 -0
- package/es/components/common/icons/CloseInputIcon.vue.mjs +26 -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/CopyIcon.vue.d.ts +1 -1
- package/es/components/common/icons/CreateRoomIcon.vue.d.ts +1 -1
- package/es/components/common/icons/DenyOnStageIcon.vue.d.ts +1 -1
- package/es/components/common/icons/EditNameCardIcon.vue.d.ts +1 -1
- package/es/components/common/icons/EllipsisIcon.vue.d.ts +1 -1
- package/es/components/common/icons/EmailIcon.vue.d.ts +1 -1
- package/es/components/common/icons/EmojiIcon.vue.d.ts +1 -1
- package/es/components/common/icons/EnterRoomIcon.vue.d.ts +1 -1
- package/es/components/common/icons/FullScreenIcon.vue.d.ts +1 -1
- package/es/components/common/icons/HideContentIcon.vue.d.ts +2 -0
- package/es/components/common/icons/HideContentIcon.vue.mjs +36 -0
- package/es/components/common/icons/HostShareScreenIcon.vue.d.ts +1 -1
- package/es/components/common/icons/HostShareScreenIcon.vue.mjs +1 -1
- package/es/components/common/icons/InviteIcon.vue.d.ts +1 -1
- package/es/components/common/icons/InviteOnStageIcon.vue.d.ts +1 -1
- package/es/components/common/icons/KickOutIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LanguageIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LayoutIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LinkIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LoadingIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LoadingScheduleIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LogoInEnglish.vue.d.ts +1 -1
- package/es/components/common/icons/LogoInEnglish.vue.mjs +3 -3
- package/es/components/common/icons/LogoOfMobileInChinese.vue.d.ts +1 -1
- package/es/components/common/icons/LogoOfMobileInChinese.vue.mjs +1 -1
- package/es/components/common/icons/LogoOfPCInChineseBlackIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LogoOfPCInChineseBlackIcon.vue.mjs +1 -1
- package/es/components/common/icons/LogoOfPCInChineseWhiteIcon.vue.d.ts +1 -1
- package/es/components/common/icons/LogoTitleInEnglish.vue.d.ts +1 -1
- package/es/components/common/icons/LogoTitleOfMobileInChinese.vue.d.ts +1 -1
- package/es/components/common/icons/ManageMemberIcon.vue.d.ts +1 -1
- package/es/components/common/icons/MicOffIcon.vue.d.ts +1 -1
- package/es/components/common/icons/MicOnIcon.vue.d.ts +1 -1
- package/es/components/common/icons/MoreIcon.vue.d.ts +1 -1
- package/es/components/common/icons/NetworkDisconnectedIcon.vue.d.ts +1 -1
- package/es/components/common/icons/NetworkFluctuationIcon.vue.d.ts +1 -1
- package/es/components/common/icons/NetworkLagIcon.vue.d.ts +1 -1
- package/es/components/common/icons/NetworkStabilityIcon.vue.d.ts +1 -1
- package/es/components/common/icons/NextIcon.vue.d.ts +1 -1
- package/es/components/common/icons/OffStageIcon.vue.d.ts +1 -1
- package/es/components/common/icons/OnStageIcon.vue.d.ts +1 -1
- 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/RevokeAdminIcon.vue.d.ts +1 -1
- 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/ScheduleAttendees.vue.d.ts +1 -5
- package/es/components/common/icons/ScheduleAttendees.vue.mjs +18 -22
- package/es/components/common/icons/ScheduleRoomIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ScreenOpenIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ScreenOpenIcon.vue.mjs +2 -2
- package/es/components/common/icons/ScreenShareIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ScreenSharingIcon.vue.d.ts +1 -1
- package/es/components/common/icons/SearchIcon.vue.d.ts +1 -1
- package/es/components/common/icons/SetAdminIcon.vue.d.ts +1 -1
- package/es/components/common/icons/SettingIcon.vue.d.ts +1 -1
- package/es/components/common/icons/ShareIcon.vue.d.ts +2 -0
- package/es/components/common/icons/ShareIcon.vue.mjs +27 -0
- package/es/components/common/icons/ShowContentIcon.vue.d.ts +2 -0
- package/es/components/common/icons/ShowContentIcon.vue.mjs +33 -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/StageApplicationIcon.vue.d.ts +1 -1
- package/es/components/common/icons/StepDownIcon.vue.d.ts +1 -1
- package/es/components/common/icons/StopScreenShareIcon.vue.d.ts +1 -1
- package/es/components/common/icons/SuccessIcon.vue.d.ts +1 -1
- package/es/components/common/icons/SwitchThemeIcon.vue.d.ts +1 -1
- package/es/components/common/icons/TransferOwnerIcon.vue.d.ts +1 -1
- package/es/components/common/icons/UnSupportIcon.vue.d.ts +1 -1
- package/es/components/common/icons/UnSupportIcon.vue.mjs +1 -1
- package/es/components/common/icons/UserIcon.vue.d.ts +1 -1
- package/es/components/common/icons/VideoCloseIcon.vue.d.ts +1 -1
- package/es/components/common/icons/VideoOpenIcon.vue.d.ts +1 -1
- package/es/components/common/icons/VirtualBackgroundIcon.vue.d.ts +1 -1
- package/es/components/common/icons/WarningIcon.vue.d.ts +1 -1
- 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 +15 -9
- package/es/conference.mjs +10 -1
- package/es/conference.vue.d.ts +5 -5
- package/es/conference.vue.mjs +3 -3
- package/es/conference.vue2.mjs +57 -14
- package/es/constants/room.d.ts +11 -0
- package/es/constants/room.mjs +18 -3
- package/es/directives/vDblTouch.d.ts +3 -1
- package/es/directives/vDblTouch.mjs +61 -0
- package/es/directives/vTap.mjs +1 -4
- package/es/extension/RoomMessageCard/RoomMessageCard.vue.d.ts +1 -1
- package/es/extension/RoomMessageCard/RoomMessageCard.vue.mjs +3 -3
- package/es/extension/RoomMessageCard/RoomMessageCard.vue2.mjs +26 -21
- package/es/extension/RoomMessageCard/handleRoomMessage.d.ts +1 -1
- package/es/extension/RoomMessageCard/handleRoomMessage.mjs +11 -16
- package/es/extension/VoidTemplate.vue.d.ts +2 -0
- package/es/extension/chatExtension.d.ts +5 -3
- package/es/extension/chatExtension.mjs +111 -65
- package/es/extension/index.d.ts +7 -5
- package/es/extension/utils/interact.mjs +10 -2
- package/es/extension/utils/setLanguage.d.ts +1 -1
- package/es/extension/utils/setLanguage.mjs +1 -2
- package/es/hooks/useDeviceManager.mjs +11 -3
- package/es/hooks/useMasterApplyControl.mjs +56 -15
- package/es/hooks/useMitt.d.ts +1 -1
- package/es/hooks/useRoomEngine.mjs +9 -7
- package/es/index.d.ts +10 -6
- package/es/index.mjs +9808 -4171
- package/es/locales/en-US.d.ts +62 -52
- package/es/locales/en-US.mjs +55 -24
- package/es/locales/index.mjs +1 -4
- package/es/locales/zh-CN.d.ts +62 -52
- package/es/locales/zh-CN.mjs +56 -25
- package/es/package.json.mjs +93 -0
- package/es/preConference.vue.d.ts +4 -4
- package/es/preConference.vue.mjs +3 -3
- package/es/preConference.vue2.mjs +16 -4
- 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/function/errorHandler.d.ts +3 -1
- package/es/services/function/errorHandler.mjs +52 -15
- package/es/services/function/virtualBackground.mjs +8 -8
- package/es/services/function/waterMark.mjs +12 -11
- package/es/services/index.d.ts +2 -0
- package/es/services/manager/MediaManager.d.ts +45 -0
- package/es/services/manager/MediaManager.mjs +298 -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 +3 -3
- package/es/services/manager/componentManager.mjs +17 -15
- package/es/services/manager/conferenceInvitationManager.d.ts +77 -0
- package/es/services/manager/conferenceInvitationManager.mjs +205 -0
- package/es/services/manager/configManager.d.ts +3 -3
- package/es/services/manager/configManager.mjs +15 -11
- package/es/services/manager/dataReportManager.d.ts +10 -0
- package/es/services/manager/dataReportManager.mjs +30 -0
- package/es/services/manager/lifeCycleManager.mjs +37 -13
- package/es/services/manager/roomActionManager.d.ts +12 -1
- package/es/services/manager/roomActionManager.mjs +193 -27
- package/es/services/manager/scheduleConferenceManager.d.ts +1 -1
- package/es/services/manager/scheduleConferenceManager.mjs +35 -16
- package/es/services/manager/userManager.d.ts +11 -1
- package/es/services/manager/userManager.mjs +168 -5
- package/es/services/roomService.d.ts +25 -13
- package/es/services/roomService.mjs +122 -36
- package/es/services/types.d.ts +16 -8
- package/es/services/types.mjs +3 -0
- package/es/stores/basic.mjs +13 -2
- package/es/stores/chat.mjs +6 -2
- package/es/stores/room.d.ts +6 -11
- package/es/stores/room.mjs +253 -378
- package/es/utils/aegis/config.d.ts +1 -1
- package/es/utils/common.d.ts +3 -0
- package/es/utils/common.mjs +14 -7
- package/es/utils/constants.d.ts +1 -1
- package/es/utils/constants.mjs +2 -2
- package/es/utils/domOperation.mjs +8 -18
- package/es/utils/environment.mjs +2 -1
- package/es/utils/utils.d.ts +16 -4
- package/es/utils/utils.mjs +31 -3
- 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/ChatEditor/index.vue.d.ts +1 -1
- package/lib/components/Chat/ChatEditor/index.vue.js +2 -2
- package/lib/components/Chat/ChatEditor/index.vue2.js +1 -1
- 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/EditorTools/index.vue.d.ts +2 -2
- package/lib/components/Chat/EditorTools/index.vue.js +2 -2
- package/lib/components/Chat/MessageList/index.vue.d.ts +1 -1
- package/lib/components/Chat/MessageList/index.vue.js +2 -2
- package/lib/components/Chat/MessageList/index.vue2.js +1 -2
- package/lib/components/Chat/MessageList/useMessageListHook.js +35 -11
- package/lib/components/Chat/MessageTypes/MessageText.vue.d.ts +1 -1
- package/lib/components/Chat/MessageTypes/MessageText.vue.js +2 -2
- package/lib/components/Chat/index/index.vue.d.ts +2 -0
- package/lib/components/Chat/index/index.vue.js +7 -0
- package/lib/components/Chat/index/index.vue2.js +68 -0
- package/lib/components/Chat/util.d.ts +2 -2
- package/lib/components/ManageMember/MemberControl/index.vue.d.ts +1 -1
- package/lib/components/ManageMember/MemberControl/index.vue.js +2 -2
- package/lib/components/ManageMember/MemberControl/index.vue2.js +7 -4
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +1 -1
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +60 -15
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue.d.ts +16 -0
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue.js +7 -0
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +79 -0
- package/lib/components/ManageMember/MemberItem/index.vue.d.ts +3 -1
- package/lib/components/ManageMember/MemberItem/index.vue.js +2 -2
- package/lib/components/ManageMember/MemberItem/index.vue2.js +18 -9
- package/lib/components/ManageMember/MemberItem/useMemberItemHooks.js +3 -1
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue.d.ts +2 -2
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue.js +2 -2
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue2.js +20 -7
- package/lib/components/ManageMember/index.vue.d.ts +1 -1
- package/lib/components/ManageMember/index.vue.js +2 -2
- package/lib/components/ManageMember/index.vue2.js +74 -65
- package/lib/components/ManageMember/useIndexHooks.js +111 -17
- package/lib/components/PreRoom/LoadingOverlay.vue.d.ts +2 -0
- package/lib/components/PreRoom/LoadingOverlay.vue.js +7 -0
- package/lib/components/PreRoom/LoadingOverlay.vue2.js +24 -0
- package/lib/components/PreRoom/PasswordDialog.vue.d.ts +14 -0
- package/lib/components/PreRoom/PasswordDialog.vue.js +7 -0
- package/lib/components/PreRoom/PasswordDialog.vue2.js +129 -0
- package/lib/components/RoomContent/StreamContainer/index.vue.d.ts +1 -1
- package/lib/components/RoomContent/StreamContainer/index.vue.js +2 -2
- package/lib/components/RoomContent/StreamContainer/index.vue2.js +131 -349
- package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -18
- package/lib/components/RoomContent/StreamList/index.vue.d.ts +39 -0
- package/lib/components/RoomContent/StreamList/index.vue.js +7 -0
- package/lib/components/RoomContent/StreamList/index.vue2.js +193 -0
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +14 -0
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.js +7 -0
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue2.js +132 -0
- package/lib/components/RoomContent/StreamRegion/StreamCover/index.vue.d.ts +18 -0
- package/lib/components/RoomContent/StreamRegion/StreamCover/index.vue.js +7 -0
- package/lib/components/RoomContent/StreamRegion/StreamCover/index.vue2.js +110 -0
- package/lib/components/RoomContent/StreamRegion/StreamPlay/index.vue.d.ts +33 -0
- package/lib/components/RoomContent/StreamRegion/StreamPlay/index.vue.js +7 -0
- package/lib/components/RoomContent/StreamRegion/StreamPlay/index.vue2.js +113 -0
- package/lib/components/RoomContent/StreamRegion/index.vue.d.ts +25 -6
- package/lib/components/RoomContent/StreamRegion/index.vue.js +2 -2
- package/lib/components/RoomContent/StreamRegion/index.vue2.js +85 -228
- package/lib/components/RoomContent/index.vue.d.ts +1 -1
- package/lib/components/RoomContent/index.vue.js +2 -2
- 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.vue.d.ts +1 -1
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue.js +2 -2
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.js +2 -0
- package/lib/components/RoomFooter/ApplyControl/MemberApplyControl.vue.d.ts +1 -1
- package/lib/components/RoomFooter/ApplyControl/MemberApplyControl.vue.js +2 -2
- package/lib/components/RoomFooter/ApplyControl/MemberApplyControl.vue2.js +60 -26
- package/lib/components/RoomFooter/AudioControl.vue.d.ts +2 -2
- package/lib/components/RoomFooter/AudioControl.vue.js +2 -2
- package/lib/components/RoomFooter/AudioControl.vue2.js +11 -6
- 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.d.ts +1 -1
- package/lib/components/RoomFooter/ChatControl.vue.js +2 -0
- package/lib/components/RoomFooter/EndControl/index.vue.d.ts +1 -1
- package/lib/components/RoomFooter/EndControl/index.vue.js +2 -2
- package/lib/components/RoomFooter/EndControl/index.vue2.js +19 -14
- package/lib/components/RoomFooter/EndControl/useEndControlHooks.js +61 -24
- package/lib/components/RoomFooter/FullScreenControl.vue.d.ts +1 -1
- package/lib/components/RoomFooter/FullScreenControl.vue.js +17 -3
- package/lib/components/RoomFooter/InviteControl.vue.d.ts +1 -1
- package/lib/components/RoomFooter/InviteControl.vue.js +2 -2
- package/lib/components/RoomFooter/InviteControl.vue2.js +19 -22
- package/lib/components/RoomFooter/ManageMemberControl.vue.d.ts +1 -1
- package/lib/components/RoomFooter/ManageMemberControl.vue.js +5 -1
- package/lib/components/RoomFooter/ManageStageControl.vue.d.ts +1 -1
- package/lib/components/RoomFooter/MoreControl/index.vue.d.ts +1 -1
- package/lib/components/RoomFooter/MoreControl/index.vue.js +3 -5
- package/lib/components/RoomFooter/MoreControl/useMoreControlHooks.js +3 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue.d.ts +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +2 -2
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +80 -13
- package/lib/components/RoomFooter/ScreenShareControl/ScreenWindowPreviewer.vue.d.ts +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/ScreenWindowPreviewer.vue.js +2 -2
- package/lib/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue.d.ts +2 -2
- package/lib/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue.js +2 -2
- package/lib/components/RoomFooter/SettingControl.vue.d.ts +1 -1
- package/lib/components/RoomFooter/VideoControl.vue.d.ts +2 -2
- package/lib/components/RoomFooter/VideoControl.vue.js +2 -2
- package/lib/components/RoomFooter/VideoControl.vue2.js +15 -13
- package/lib/components/RoomFooter/VirtualBackground.vue.d.ts +1 -1
- package/lib/components/RoomFooter/VirtualBackground.vue.js +2 -2
- package/lib/components/RoomFooter/VirtualBackground.vue2.js +12 -5
- package/lib/components/RoomFooter/WhiteboardControl.vue.d.ts +2 -0
- package/lib/components/RoomFooter/WhiteboardControl.vue.js +155 -0
- package/lib/components/RoomFooter/WhiteboardControl.vue2.js +4 -0
- package/lib/components/RoomFooter/index/index.vue.d.ts +5 -1
- package/lib/components/RoomFooter/index/index.vue.js +2 -2
- package/lib/components/RoomFooter/index/index.vue2.js +34 -16
- package/lib/components/RoomHeader/RoomInfo/index.vue.d.ts +1 -1
- package/lib/components/RoomHeader/RoomInfo/index.vue.js +2 -2
- package/lib/components/RoomHeader/RoomInfo/useRoomInfoHooks.d.ts +2 -9
- package/lib/components/RoomHeader/RoomInfo/useRoomInfoHooks.js +49 -8
- package/lib/components/RoomHeader/UserInfo/index.vue.d.ts +4 -4
- package/lib/components/RoomHeader/UserInfo/index.vue.js +2 -2
- package/lib/components/RoomHeader/UserInfo/index.vue2.js +2 -0
- package/lib/components/RoomHeader/index/LayoutControl.vue.d.ts +1 -1
- package/lib/components/RoomHeader/index/LayoutControl.vue.js +2 -2
- package/lib/components/RoomHeader/index/LayoutControl.vue2.js +18 -4
- package/lib/components/RoomHeader/index/NetworkInfo.vue.d.ts +1 -1
- package/lib/components/RoomHeader/index/NetworkInfo.vue.js +2 -2
- package/lib/components/RoomHeader/index/NetworkInfo.vue2.js +11 -3
- package/lib/components/RoomHeader/index/index.vue.d.ts +2 -2
- package/lib/components/RoomHeader/index/index.vue.js +2 -2
- package/lib/components/RoomHome/RoomControl/index.vue.d.ts +8 -8
- package/lib/components/RoomHome/RoomControl/index.vue.js +2 -2
- package/lib/components/RoomHome/RoomControl/index.vue2.js +27 -14
- package/lib/components/RoomInvite/InvitationNotification.vue.d.ts +6 -0
- package/lib/components/RoomInvite/InvitationNotification.vue.js +7 -0
- package/lib/components/RoomInvite/InvitationNotification.vue2.js +161 -0
- package/lib/components/RoomInvite/index.vue.d.ts +1 -1
- package/lib/components/RoomInvite/index.vue.js +3 -3
- package/lib/components/RoomInvite/index.vue2.js +93 -18
- package/lib/components/RoomInvite/useRoomInviteHooks.d.ts +26 -0
- package/lib/components/RoomInvite/useRoomInviteHooks.js +154 -9
- package/lib/components/RoomMore/index.vue.d.ts +1 -1
- package/lib/components/RoomMore/index.vue.js +2 -2
- package/lib/components/RoomMore/useRoomMoreHooks.js +1 -0
- package/lib/components/RoomSetting/index.vue.d.ts +1 -1
- package/lib/components/RoomSetting/index.vue.js +2 -2
- package/lib/components/RoomSetting/index.vue2.js +5 -2
- package/lib/components/RoomSidebar/index.vue.d.ts +1 -1
- package/lib/components/RoomSidebar/index.vue.js +8 -13
- package/lib/components/RoomSidebar/useSideBarHooks.js +21 -5
- package/lib/components/ScheduleConference/ConferenceDetail.vue.d.ts +33 -0
- package/lib/components/ScheduleConference/ConferenceDetail.vue.js +7 -0
- package/lib/components/ScheduleConference/ConferenceDetail.vue2.js +75 -0
- package/lib/components/ScheduleConference/Contacts.vue.d.ts +19 -3
- package/lib/components/ScheduleConference/Contacts.vue.js +2 -2
- package/lib/components/ScheduleConference/Contacts.vue2.js +139 -71
- package/lib/components/ScheduleConference/DurationTimePicker.vue.d.ts +2 -2
- package/lib/components/ScheduleConference/DurationTimePicker.vue.js +24 -15
- package/lib/components/ScheduleConference/InvitePanel.vue.d.ts +33 -0
- package/lib/components/ScheduleConference/InvitePanel.vue.js +7 -0
- package/lib/components/ScheduleConference/InvitePanel.vue2.js +69 -0
- package/lib/components/ScheduleConference/PanelContainer.vue.d.ts +38 -0
- package/lib/components/ScheduleConference/PanelContainer.vue.js +7 -0
- package/lib/components/ScheduleConference/PanelContainer.vue2.js +97 -0
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue.d.ts +22 -0
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue.js +7 -0
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +683 -0
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue.d.ts +2 -2
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue.js +2 -2
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +430 -221
- package/lib/components/ScheduleConference/ScheduleRoomList.vue.d.ts +13 -6
- package/lib/components/ScheduleConference/ScheduleRoomList.vue.js +2 -2
- package/lib/components/ScheduleConference/ScheduleRoomList.vue2.js +98 -52
- package/lib/components/ScheduleConference/ShareLink.vue.d.ts +2 -2
- package/lib/components/ScheduleConference/ShareLink.vue.js +2 -2
- package/lib/components/ScheduleConference/ShareLink.vue2.js +49 -15
- package/lib/components/ScheduleConference/TimezonePicker.vue.d.ts +2 -2
- package/lib/components/ScheduleConference/TimezonePicker.vue.js +100 -17
- package/lib/components/ScheduleConference/scheduleUtils.d.ts +9 -0
- package/lib/components/ScheduleConference/scheduleUtils.js +86 -0
- package/lib/components/Whiteboard/controller/CloseController/image/close.svg.js +4 -0
- package/lib/components/Whiteboard/controller/CloseController/index.vue.d.ts +2 -0
- package/lib/components/Whiteboard/controller/CloseController/index.vue.js +7 -0
- package/lib/components/Whiteboard/controller/CloseController/index.vue2.js +36 -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/image/redo-disabled.svg.js +4 -0
- package/lib/components/Whiteboard/controller/RedoUndo/image/redo.svg.js +4 -0
- package/lib/components/Whiteboard/controller/RedoUndo/image/undo-disabled.svg.js +4 -0
- package/lib/components/Whiteboard/controller/RedoUndo/image/undo.svg.js +4 -0
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue.d.ts +2 -0
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue.js +7 -0
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue2.js +100 -0
- package/lib/components/Whiteboard/controller/SaveController/image/download.svg.js +4 -0
- package/lib/components/Whiteboard/controller/SaveController/index.vue.d.ts +2 -0
- package/lib/components/Whiteboard/controller/SaveController/index.vue.js +7 -0
- package/lib/components/Whiteboard/controller/SaveController/index.vue2.js +58 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/arrow-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/arrow.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/clear.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/ellipse-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/ellipse.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/eraser-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/eraser.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/pencil-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/pencil.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/rectangle-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/rectangle.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/selector-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/selector.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/straight-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/straight.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/text-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/text.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/triangle-active.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/image/triangle.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ToolBox/index.vue.d.ts +2 -0
- package/lib/components/Whiteboard/controller/ToolBox/index.vue.js +7 -0
- package/lib/components/Whiteboard/controller/ToolBox/index.vue2.js +136 -0
- package/lib/components/Whiteboard/core/arrow.d.ts +2 -0
- package/lib/components/Whiteboard/core/arrow.js +38 -0
- package/lib/components/Whiteboard/core/index.d.ts +87 -0
- package/lib/components/Whiteboard/core/index.js +548 -0
- package/lib/components/Whiteboard/core/initControls.d.ts +4 -0
- package/lib/components/Whiteboard/core/initControls.js +176 -0
- package/lib/components/Whiteboard/core/initControlsRotate.d.ts +4 -0
- package/lib/components/Whiteboard/core/initControlsRotate.js +97 -0
- package/lib/components/Whiteboard/core/initHotKeys.d.ts +16 -0
- package/lib/components/Whiteboard/emitter.d.ts +11 -0
- package/lib/components/Whiteboard/emitter.js +25 -0
- package/lib/components/Whiteboard/index.vue.d.ts +2 -0
- package/lib/components/Whiteboard/index.vue.js +7 -0
- package/lib/components/Whiteboard/index.vue2.js +118 -0
- package/lib/components/Whiteboard/resources/editor/edgecontrol.svg.js +4 -0
- package/lib/components/Whiteboard/resources/editor/middlecontrol.svg.js +4 -0
- package/lib/components/Whiteboard/resources/editor/middlecontrolhoz.svg.js +4 -0
- package/lib/components/Whiteboard/resources/editor/rotateicon.svg.js +4 -0
- package/lib/components/common/ArrowStroke.vue.d.ts +2 -2
- package/lib/components/common/ArrowStroke.vue.js +2 -2
- package/lib/components/common/ArrowStroke.vue2.js +3 -1
- package/lib/components/common/AudioIcon.vue.d.ts +1 -1
- package/lib/components/common/AudioIcon.vue.js +2 -2
- package/lib/components/common/AudioMediaControl.vue.d.ts +2 -2
- package/lib/components/common/AudioMediaControl.vue.js +2 -2
- package/lib/components/common/AudioSettingTab.vue.d.ts +1 -1
- package/lib/components/common/AudioSettingTab.vue.js +2 -2
- package/lib/components/common/AudioSettingTab.vue2.js +11 -3
- package/lib/components/common/Avatar.vue.d.ts +1 -1
- package/lib/components/common/Avatar.vue.js +3 -3
- package/lib/components/common/DeviceSelect.vue.d.ts +1 -1
- package/lib/components/common/DeviceSelect.vue.js +2 -2
- package/lib/components/common/DeviceSelect.vue2.js +31 -19
- package/lib/components/common/Language.vue.d.ts +1 -1
- package/lib/components/common/Language.vue.js +8 -13
- package/lib/components/common/Logo.vue.d.ts +1 -1
- package/lib/components/common/Logo.vue.js +2 -2
- package/lib/components/common/Logo.vue2.js +1 -1
- package/lib/components/common/RoomTime.vue.d.ts +1 -1
- package/lib/components/common/RoomTime.vue.js +2 -2
- package/lib/components/common/SwitchTheme.vue.d.ts +1 -1
- package/lib/components/common/SwitchTheme.vue.js +3 -28
- package/lib/components/common/VideoMediaControl.vue.d.ts +2 -2
- package/lib/components/common/VideoMediaControl.vue.js +2 -2
- package/lib/components/common/VideoProfile.vue.d.ts +1 -1
- package/lib/components/common/VideoProfile.vue.js +2 -2
- package/lib/components/common/VideoProfile.vue2.js +8 -5
- package/lib/components/common/VideoSettingTab.vue.d.ts +1 -1
- package/lib/components/common/VideoSettingTab.vue.js +2 -2
- package/lib/components/common/VideoSettingTab.vue2.js +4 -2
- package/lib/components/common/base/Badge.vue.d.ts +7 -5
- package/lib/components/common/base/Badge.vue.js +2 -2
- package/lib/components/common/base/Badge.vue2.js +6 -3
- package/lib/components/common/base/Button.vue.d.ts +16 -10
- package/lib/components/common/base/Button.vue.js +2 -2
- package/lib/components/common/base/Button.vue2.js +4 -2
- package/lib/components/common/base/Checkbox/index.vue.d.ts +47 -0
- package/lib/components/common/base/Checkbox/index.vue.js +7 -0
- package/lib/components/common/base/Checkbox/index.vue2.js +52 -0
- package/lib/components/common/base/Datepicker/index.vue.d.ts +18 -0
- package/lib/components/common/base/Datepicker/index.vue.js +7 -0
- package/lib/components/common/base/Datepicker/index.vue2.js +203 -0
- package/lib/components/common/base/Dialog/index.vue.d.ts +10 -8
- package/lib/components/common/base/Dialog/index.vue.js +2 -2
- package/lib/components/common/base/Dialog/index.vue2.js +3 -1
- package/lib/components/common/base/Drawer.vue.d.ts +9 -7
- package/lib/components/common/base/Drawer.vue.js +2 -2
- package/lib/components/common/base/Drawer.vue2.js +6 -3
- package/lib/components/common/base/IconButton.vue.d.ts +11 -9
- package/lib/components/common/base/IconButton.vue.js +2 -2
- package/lib/components/common/base/IconButton.vue2.js +3 -1
- package/lib/components/common/base/Input/index.vue.d.ts +16 -10
- package/lib/components/common/base/Input/index.vue.js +2 -2
- package/lib/components/common/base/Input/index.vue2.js +21 -9
- package/lib/components/common/base/Message/Message.vue.d.ts +4 -4
- package/lib/components/common/base/Message/Message.vue.js +2 -2
- package/lib/components/common/base/Message/images/error.vue.d.ts +1 -1
- package/lib/components/common/base/Message/images/info.vue.d.ts +1 -1
- package/lib/components/common/base/Message/images/success.vue.d.ts +1 -1
- package/lib/components/common/base/Message/images/warning.vue.d.ts +1 -1
- package/lib/components/common/base/MessageBox/index.d.ts +2 -1
- package/lib/components/common/base/MessageBox/index.js +10 -3
- package/lib/components/common/base/MessageBox/index.vue.d.ts +6 -2
- package/lib/components/common/base/MessageBox/index.vue.js +2 -2
- package/lib/components/common/base/MessageBox/index.vue2.js +13 -0
- package/lib/components/common/base/Notification/index.d.ts +1 -1
- package/lib/components/common/base/Notification/index.vue.d.ts +2 -2
- package/lib/components/common/base/Notification/index.vue.js +2 -2
- package/lib/components/common/base/Option/index.vue.d.ts +27 -0
- package/lib/components/common/base/Option/index.vue.js +7 -0
- package/lib/components/common/base/Option/index.vue2.js +57 -0
- package/lib/components/common/base/Select/index.vue.d.ts +35 -0
- package/lib/components/common/base/Select/index.vue.js +7 -0
- package/lib/components/common/base/Select/index.vue2.js +153 -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/base/SvgIcon.vue.d.ts +7 -5
- package/lib/components/common/base/SvgIcon.vue.js +2 -2
- package/lib/components/common/base/SvgIcon.vue2.js +3 -1
- package/lib/components/common/base/Timepicker/index.vue.d.ts +18 -0
- package/lib/components/common/base/Timepicker/index.vue.js +74 -0
- package/lib/components/common/base/Timepicker/index.vue2.js +4 -0
- package/lib/components/common/base/TuiSwitch.vue.d.ts +3 -2
- package/lib/components/common/base/TuiSwitch.vue.js +2 -2
- package/lib/components/common/base/TuiSwitch.vue2.js +10 -3
- package/lib/components/common/base/index.d.ts +13 -13
- 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/AllMembersShareScreenIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/AllMembersShareScreenIcon.vue.js +1 -1
- package/lib/components/common/icons/ApplyActiveIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ApplyStageIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ApplyStageLabelIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ApplyTipsIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ArrowDown.vue.d.ts +2 -0
- package/lib/components/common/icons/ArrowDown.vue.js +26 -0
- package/lib/components/common/icons/ArrowStrokeBackIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/ArrowStrokeBackIcon.vue.js +24 -0
- package/lib/components/common/icons/ArrowStrokeLeftIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ArrowStrokeSelectDownIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ArrowStrokeTurnPageIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ArrowStrokeUpIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ArrowUpIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/AudioCloseIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/AudioOpenIcon.vue.d.ts +1 -1
- 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/CalendarIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/CameraOffIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/CameraOnIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/CancelStageIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ChatForbiddenIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ChatIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ChevronRight.vue.d.ts +2 -0
- package/lib/components/common/icons/ChevronRight.vue.js +26 -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/CloseIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/CloseInputIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/CloseInputIcon.vue.js +26 -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/CopyIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/CreateRoomIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/DenyOnStageIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/EditNameCardIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/EllipsisIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/EmailIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/EmojiIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/EnterRoomIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/FullScreenIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/HideContentIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/HideContentIcon.vue.js +36 -0
- package/lib/components/common/icons/HostShareScreenIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/HostShareScreenIcon.vue.js +1 -1
- package/lib/components/common/icons/InviteIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/InviteOnStageIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/KickOutIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LanguageIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LayoutIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LinkIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LoadingIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LoadingScheduleIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LogoInEnglish.vue.d.ts +1 -1
- package/lib/components/common/icons/LogoInEnglish.vue.js +3 -3
- package/lib/components/common/icons/LogoOfMobileInChinese.vue.d.ts +1 -1
- package/lib/components/common/icons/LogoOfMobileInChinese.vue.js +1 -1
- package/lib/components/common/icons/LogoOfPCInChineseBlackIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LogoOfPCInChineseBlackIcon.vue.js +1 -1
- package/lib/components/common/icons/LogoOfPCInChineseWhiteIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/LogoTitleInEnglish.vue.d.ts +1 -1
- package/lib/components/common/icons/LogoTitleOfMobileInChinese.vue.d.ts +1 -1
- package/lib/components/common/icons/ManageMemberIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/MicOffIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/MicOnIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/MoreIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/NetworkDisconnectedIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/NetworkFluctuationIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/NetworkLagIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/NetworkStabilityIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/NextIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/OffStageIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/OnStageIcon.vue.d.ts +1 -1
- 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/RevokeAdminIcon.vue.d.ts +1 -1
- 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/ScheduleAttendees.vue.d.ts +1 -5
- package/lib/components/common/icons/ScheduleAttendees.vue.js +17 -21
- package/lib/components/common/icons/ScheduleRoomIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ScreenOpenIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ScreenOpenIcon.vue.js +2 -2
- package/lib/components/common/icons/ScreenShareIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ScreenSharingIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/SearchIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/SetAdminIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/SettingIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/ShareIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/ShareIcon.vue.js +27 -0
- package/lib/components/common/icons/ShowContentIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/ShowContentIcon.vue.js +33 -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/StageApplicationIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/StepDownIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/StopScreenShareIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/SuccessIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/SwitchThemeIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/TransferOwnerIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/UnSupportIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/UnSupportIcon.vue.js +1 -1
- package/lib/components/common/icons/UserIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/VideoCloseIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/VideoOpenIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/VirtualBackgroundIcon.vue.d.ts +1 -1
- package/lib/components/common/icons/WarningIcon.vue.d.ts +1 -1
- 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 +15 -9
- package/lib/conference.js +10 -1
- package/lib/conference.vue.d.ts +5 -5
- package/lib/conference.vue.js +3 -3
- package/lib/conference.vue2.js +56 -13
- package/lib/constants/room.d.ts +11 -0
- package/lib/constants/room.js +18 -3
- package/lib/directives/vDblTouch.d.ts +3 -1
- package/lib/directives/vDblTouch.js +61 -0
- package/lib/directives/vTap.js +1 -4
- package/lib/extension/RoomMessageCard/RoomMessageCard.vue.d.ts +1 -1
- package/lib/extension/RoomMessageCard/RoomMessageCard.vue.js +3 -3
- package/lib/extension/RoomMessageCard/RoomMessageCard.vue2.js +26 -21
- package/lib/extension/RoomMessageCard/handleRoomMessage.d.ts +1 -1
- package/lib/extension/RoomMessageCard/handleRoomMessage.js +11 -16
- package/lib/extension/VoidTemplate.vue.d.ts +2 -0
- package/lib/extension/chatExtension.d.ts +5 -3
- package/lib/extension/chatExtension.js +128 -82
- package/lib/extension/index.d.ts +7 -5
- package/lib/extension/utils/interact.js +10 -2
- package/lib/extension/utils/setLanguage.d.ts +1 -1
- package/lib/extension/utils/setLanguage.js +1 -2
- package/lib/hooks/useDeviceManager.js +11 -3
- package/lib/hooks/useMasterApplyControl.js +56 -15
- package/lib/hooks/useMitt.d.ts +1 -1
- package/lib/hooks/useRoomEngine.js +9 -7
- package/lib/index.d.ts +10 -6
- package/lib/index.js +9794 -4158
- package/lib/locales/en-US.d.ts +62 -52
- package/lib/locales/en-US.js +55 -24
- package/lib/locales/index.js +1 -4
- package/lib/locales/zh-CN.d.ts +62 -52
- package/lib/locales/zh-CN.js +56 -25
- package/lib/package.json.js +93 -0
- package/lib/preConference.vue.d.ts +4 -4
- package/lib/preConference.vue.js +3 -3
- package/lib/preConference.vue2.js +16 -4
- 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/function/errorHandler.d.ts +3 -1
- package/lib/services/function/errorHandler.js +52 -15
- package/lib/services/function/virtualBackground.js +8 -8
- package/lib/services/function/waterMark.js +12 -11
- package/lib/services/index.d.ts +2 -0
- package/lib/services/manager/MediaManager.d.ts +45 -0
- package/lib/services/manager/MediaManager.js +298 -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 +3 -3
- package/lib/services/manager/componentManager.js +17 -15
- package/lib/services/manager/conferenceInvitationManager.d.ts +77 -0
- package/lib/services/manager/conferenceInvitationManager.js +210 -0
- package/lib/services/manager/configManager.d.ts +3 -3
- package/lib/services/manager/configManager.js +15 -11
- package/lib/services/manager/dataReportManager.d.ts +10 -0
- package/lib/services/manager/dataReportManager.js +30 -0
- package/lib/services/manager/lifeCycleManager.js +37 -13
- package/lib/services/manager/roomActionManager.d.ts +12 -1
- package/lib/services/manager/roomActionManager.js +191 -25
- package/lib/services/manager/scheduleConferenceManager.d.ts +1 -1
- package/lib/services/manager/scheduleConferenceManager.js +39 -21
- package/lib/services/manager/userManager.d.ts +11 -1
- package/lib/services/manager/userManager.js +167 -4
- package/lib/services/roomService.d.ts +25 -13
- package/lib/services/roomService.js +122 -36
- package/lib/services/types.d.ts +16 -8
- package/lib/services/types.js +3 -0
- package/lib/stores/basic.js +13 -2
- package/lib/stores/chat.js +6 -2
- package/lib/stores/room.d.ts +6 -11
- package/lib/stores/room.js +252 -377
- package/lib/utils/aegis/config.d.ts +1 -1
- package/lib/utils/common.d.ts +3 -0
- package/lib/utils/common.js +13 -6
- package/lib/utils/constants.d.ts +1 -1
- package/lib/utils/constants.js +2 -2
- package/lib/utils/domOperation.js +7 -17
- package/lib/utils/environment.js +2 -1
- package/lib/utils/utils.d.ts +16 -4
- package/lib/utils/utils.js +31 -3
- package/package.json +20 -4
- package/scripts/eject.js +22 -13
- package/src/TUIRoom/assets/imgs/background-white.png +0 -0
- package/src/TUIRoom/assets/imgs/empty-list.png +0 -0
- package/src/TUIRoom/assets/style/black-theme.scss +17 -15
- package/src/TUIRoom/assets/style/global.scss +4 -3
- package/src/TUIRoom/assets/style/white-theme.scss +60 -58
- package/src/TUIRoom/components/AITools/AISubtitles.vue +52 -0
- package/src/TUIRoom/components/AITools/AITranscription.vue +161 -0
- package/src/TUIRoom/components/Chat/ChatEditor/index.vue +27 -16
- package/src/TUIRoom/components/Chat/ChatEditor/useChatEditor.ts +8 -5
- 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/EditorTools/index.vue +19 -12
- package/src/TUIRoom/components/Chat/MessageList/index.vue +66 -41
- package/src/TUIRoom/components/Chat/MessageList/useMessageListHook.ts +51 -21
- package/src/TUIRoom/components/Chat/MessageTypes/MessageText.vue +14 -11
- package/src/TUIRoom/components/Chat/index/index.vue +78 -0
- package/src/TUIRoom/components/Chat/util.ts +5 -4
- package/src/TUIRoom/components/ManageMember/MemberControl/index.vue +80 -36
- package/src/TUIRoom/components/ManageMember/MemberControl/useMemberControlHooks.ts +164 -58
- package/src/TUIRoom/components/ManageMember/MemberInvite/MemberInvite.vue +114 -0
- package/src/TUIRoom/components/ManageMember/MemberItem/index.vue +30 -19
- package/src/TUIRoom/components/ManageMember/MemberItem/useMemberItemHooks.ts +12 -7
- package/src/TUIRoom/components/ManageMember/MemberItemCommon/MemberInfo.vue +60 -30
- package/src/TUIRoom/components/ManageMember/index.vue +259 -187
- package/src/TUIRoom/components/ManageMember/useIndexHooks.ts +154 -30
- package/src/TUIRoom/components/PreRoom/LoadingOverlay.vue +51 -0
- package/src/TUIRoom/components/PreRoom/PasswordDialog.vue +125 -0
- package/src/TUIRoom/components/RoomContent/StreamContainer/index.vue +262 -539
- package/src/TUIRoom/components/RoomContent/StreamContainer/useStreamContainerHooks.ts +41 -135
- package/src/TUIRoom/components/RoomContent/StreamList/index.vue +301 -0
- package/src/TUIRoom/components/RoomContent/StreamRegion/LocalScreenView/index.vue +194 -0
- package/src/TUIRoom/components/RoomContent/StreamRegion/StreamCover/index.vue +281 -0
- package/src/TUIRoom/components/RoomContent/StreamRegion/StreamPlay/index.vue +149 -0
- package/src/TUIRoom/components/RoomContent/StreamRegion/index.vue +108 -367
- package/src/TUIRoom/components/RoomContent/index.vue +2 -3
- package/src/TUIRoom/components/RoomFooter/AIControl.vue +117 -0
- package/src/TUIRoom/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue +57 -26
- package/src/TUIRoom/components/RoomFooter/ApplyControl/MemberApplyControl.vue +125 -58
- package/src/TUIRoom/components/RoomFooter/AudioControl.vue +30 -18
- package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +469 -0
- package/src/TUIRoom/components/RoomFooter/ChatControl.vue +6 -2
- package/src/TUIRoom/components/RoomFooter/ContactControl.vue +5 -7
- package/src/TUIRoom/components/RoomFooter/EndControl/index.vue +44 -14
- package/src/TUIRoom/components/RoomFooter/EndControl/useEndControlHooks.ts +95 -36
- package/src/TUIRoom/components/RoomFooter/FullScreenControl.vue +19 -9
- package/src/TUIRoom/components/RoomFooter/InviteControl.vue +23 -28
- package/src/TUIRoom/components/RoomFooter/ManageMemberControl.vue +13 -8
- package/src/TUIRoom/components/RoomFooter/ManageStageControl.vue +1 -2
- package/src/TUIRoom/components/RoomFooter/MoreControl/index.vue +3 -10
- package/src/TUIRoom/components/RoomFooter/MoreControl/useMoreControlHooks.ts +3 -1
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +129 -30
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/ScreenWindowPreviewer.vue +22 -16
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue +10 -6
- package/src/TUIRoom/components/RoomFooter/SettingControl.vue +2 -3
- package/src/TUIRoom/components/RoomFooter/VideoControl.vue +38 -49
- package/src/TUIRoom/components/RoomFooter/VirtualBackground.vue +61 -34
- package/src/TUIRoom/components/RoomFooter/WhiteboardControl.vue +166 -0
- package/src/TUIRoom/components/RoomFooter/index/index.vue +48 -33
- package/src/TUIRoom/components/RoomHeader/RoomInfo/index.vue +51 -23
- package/src/TUIRoom/components/RoomHeader/RoomInfo/useRoomInfoHooks.ts +49 -7
- package/src/TUIRoom/components/RoomHeader/UserInfo/index.vue +51 -34
- package/src/TUIRoom/components/RoomHeader/UserInfo/useUserInfoHooks.ts +6 -6
- package/src/TUIRoom/components/RoomHeader/index/InfoControl.vue +47 -28
- package/src/TUIRoom/components/RoomHeader/index/LayoutControl.vue +73 -39
- package/src/TUIRoom/components/RoomHeader/index/NetworkInfo.vue +57 -20
- package/src/TUIRoom/components/RoomHeader/index/index.vue +20 -16
- package/src/TUIRoom/components/RoomHome/RoomControl/index.vue +243 -134
- package/src/TUIRoom/components/RoomInvite/InvitationNotification.vue +247 -0
- package/src/TUIRoom/components/RoomInvite/index.vue +138 -45
- package/src/TUIRoom/components/RoomInvite/useRoomInviteHooks.ts +159 -9
- package/src/TUIRoom/components/RoomMore/index.vue +34 -25
- package/src/TUIRoom/components/RoomSetting/index.vue +47 -29
- package/src/TUIRoom/components/RoomSidebar/index.vue +9 -18
- package/src/TUIRoom/components/RoomSidebar/useSideBarHooks.ts +34 -12
- package/src/TUIRoom/components/ScheduleConference/ConferenceDetail.vue +163 -0
- package/src/TUIRoom/components/ScheduleConference/Contacts.vue +276 -114
- package/src/TUIRoom/components/ScheduleConference/DurationTimePicker.vue +29 -13
- package/src/TUIRoom/components/ScheduleConference/InvitePanel.vue +113 -0
- package/src/TUIRoom/components/ScheduleConference/PanelContainer.vue +126 -0
- package/src/TUIRoom/components/ScheduleConference/ScheduleConferencePanel/index.vue +851 -0
- package/src/TUIRoom/components/ScheduleConference/ScheduleRoomControl.vue +628 -316
- package/src/TUIRoom/components/ScheduleConference/ScheduleRoomList.vue +252 -136
- package/src/TUIRoom/components/ScheduleConference/ShareLink.vue +79 -29
- package/src/TUIRoom/components/ScheduleConference/TimezonePicker.vue +109 -19
- package/src/TUIRoom/components/ScheduleConference/scheduleUtils.ts +132 -0
- package/src/TUIRoom/components/Whiteboard/controller/CloseController/image/close.svg +19 -0
- package/src/TUIRoom/components/Whiteboard/controller/CloseController/index.vue +58 -0
- 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/image/redo-disabled.svg +10 -0
- package/src/TUIRoom/components/Whiteboard/controller/RedoUndo/image/redo.svg +10 -0
- package/src/TUIRoom/components/Whiteboard/controller/RedoUndo/image/undo-disabled.svg +10 -0
- package/src/TUIRoom/components/Whiteboard/controller/RedoUndo/image/undo.svg +10 -0
- package/src/TUIRoom/components/Whiteboard/controller/RedoUndo/index.vue +129 -0
- package/src/TUIRoom/components/Whiteboard/controller/SaveController/image/download.svg +16 -0
- package/src/TUIRoom/components/Whiteboard/controller/SaveController/index.vue +82 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/arrow-active.svg +12 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/arrow.svg +12 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/clear-active.svg +15 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/clear.svg +17 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/click-active.svg +12 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/click.svg +12 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/ellipse-active.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/ellipse.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/eraser-active.svg +12 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/eraser.svg +12 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/hand-active.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/hand.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/laserPointer-active.svg +19 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/laserPointer.svg +19 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/mask.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/pencil-active.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/pencil.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/pentagram-active.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/pentagram.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/rectangle-active.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/rectangle.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/rhombus-active.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/rhombus.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/selector-active.svg +12 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/selector.svg +14 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/speechBalloon-active.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/speechBalloon.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/straight-active.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/straight.svg +11 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/subscript-active.svg +9 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/subscript.svg +9 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/text-active.svg +14 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/text.svg +14 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/triangle-active.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/triangle.svg +13 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/upload-active.svg +16 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/image/upload.svg +16 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/index.vue +267 -0
- package/src/TUIRoom/components/Whiteboard/controller/ZoomController/image/less.svg +9 -0
- package/src/TUIRoom/components/Whiteboard/controller/ZoomController/image/plus.svg +10 -0
- package/src/TUIRoom/components/Whiteboard/controller/ZoomController/image/reset.svg +14 -0
- package/src/TUIRoom/components/Whiteboard/controller/ZoomController/index.vue +73 -0
- package/src/TUIRoom/components/Whiteboard/core/arrow.ts +39 -0
- package/src/TUIRoom/components/Whiteboard/core/index.ts +677 -0
- package/src/TUIRoom/components/Whiteboard/core/initControls.ts +226 -0
- package/src/TUIRoom/components/Whiteboard/core/initControlsRotate.ts +98 -0
- package/src/TUIRoom/components/Whiteboard/core/initHotKeys.ts +83 -0
- package/src/TUIRoom/components/Whiteboard/emitter.ts +27 -0
- package/src/TUIRoom/components/Whiteboard/index.vue +161 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/edgecontrol.svg +17 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/eraser-cursor.png +0 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/middlecontrol.svg +17 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/middlecontrolhoz.svg +17 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/pencil-cursor.png +0 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/rotateicon.svg +20 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/selector-cursor.png +0 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/shape-cursor.svg +30 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/text-cursor.svg +27 -0
- package/src/TUIRoom/components/common/ArrowStroke.vue +107 -83
- package/src/TUIRoom/components/common/AudioIcon.vue +13 -13
- package/src/TUIRoom/components/common/AudioMediaControl.vue +25 -19
- package/src/TUIRoom/components/common/AudioSettingTab.vue +43 -30
- package/src/TUIRoom/components/common/Avatar.vue +4 -3
- package/src/TUIRoom/components/common/DeviceSelect.vue +53 -26
- package/src/TUIRoom/components/common/Language.vue +9 -19
- package/src/TUIRoom/components/common/Logo.vue +19 -12
- package/src/TUIRoom/components/common/RoomTime.vue +1 -1
- package/src/TUIRoom/components/common/SwitchTheme.vue +5 -38
- package/src/TUIRoom/components/common/VideoMediaControl.vue +24 -17
- package/src/TUIRoom/components/common/VideoProfile.vue +11 -6
- package/src/TUIRoom/components/common/VideoSettingTab.vue +39 -24
- package/src/TUIRoom/components/common/base/ActionSheep.vue +87 -0
- package/src/TUIRoom/components/common/base/Badge.vue +8 -4
- package/src/TUIRoom/components/common/base/Button.vue +76 -26
- package/src/TUIRoom/components/common/base/Checkbox/index.vue +78 -0
- package/src/TUIRoom/components/common/base/Datepicker/index.vue +316 -0
- package/src/TUIRoom/components/common/base/Dialog/index.vue +31 -21
- package/src/TUIRoom/components/common/base/Drawer.vue +34 -28
- package/src/TUIRoom/components/common/base/IconButton.vue +58 -39
- package/src/TUIRoom/components/common/base/Input/index.vue +76 -27
- package/src/TUIRoom/components/common/base/Message/Instance.ts +10 -8
- package/src/TUIRoom/components/common/base/Message/Message.scss +19 -15
- package/src/TUIRoom/components/common/base/Message/Message.vue +6 -5
- package/src/TUIRoom/components/common/base/Message/_mixins.scss +5 -0
- package/src/TUIRoom/components/common/base/Message/images/error.vue +10 -2
- package/src/TUIRoom/components/common/base/Message/images/info.vue +7 -1
- package/src/TUIRoom/components/common/base/Message/images/success.vue +7 -1
- package/src/TUIRoom/components/common/base/Message/images/warning.vue +7 -1
- package/src/TUIRoom/components/common/base/MessageBox/index.ts +20 -8
- package/src/TUIRoom/components/common/base/MessageBox/index.vue +89 -38
- package/src/TUIRoom/components/common/base/Notification/index.ts +16 -8
- package/src/TUIRoom/components/common/base/Notification/index.vue +58 -35
- package/src/TUIRoom/components/common/base/Option/index.vue +113 -0
- package/src/TUIRoom/components/common/base/PopUpH5.vue +25 -20
- package/src/TUIRoom/components/common/base/Select/index.vue +256 -0
- package/src/TUIRoom/components/common/base/Slider.vue +152 -0
- package/src/TUIRoom/components/common/base/SvgIcon.vue +18 -9
- package/src/TUIRoom/components/common/base/Swiper.vue +147 -0
- package/src/TUIRoom/components/common/base/SwiperItem.vue +31 -0
- package/src/TUIRoom/components/common/base/Timepicker/index.vue +65 -0
- package/src/TUIRoom/components/common/base/TuiSwitch.vue +21 -3
- package/src/TUIRoom/components/common/base/index.ts +3 -4
- 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/AllMembersShareScreenIcon.vue +59 -7
- package/src/TUIRoom/components/common/icons/ApplyActiveIcon.vue +14 -3
- package/src/TUIRoom/components/common/icons/ApplyLittleIcon.vue +16 -5
- package/src/TUIRoom/components/common/icons/ApplyManageIcon.vue +14 -2
- package/src/TUIRoom/components/common/icons/ApplyStageIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/ApplyStageLabelIcon.vue +15 -2
- package/src/TUIRoom/components/common/icons/ApplyTipsIcon.vue +28 -4
- package/src/TUIRoom/components/common/icons/ArrowDown.vue +16 -0
- package/src/TUIRoom/components/common/icons/ArrowStrokeBackIcon.vue +11 -2
- package/src/TUIRoom/components/common/icons/ArrowStrokeLeftIcon.vue +14 -3
- package/src/TUIRoom/components/common/icons/ArrowStrokeRightIcon.vue +14 -3
- package/src/TUIRoom/components/common/icons/ArrowStrokeSelectDownIcon.vue +13 -2
- package/src/TUIRoom/components/common/icons/ArrowStrokeTurnPageIcon.vue +13 -2
- package/src/TUIRoom/components/common/icons/ArrowStrokeUpIcon.vue +19 -3
- package/src/TUIRoom/components/common/icons/ArrowUpIcon.vue +11 -2
- package/src/TUIRoom/components/common/icons/AudioCloseIcon.vue +26 -4
- package/src/TUIRoom/components/common/icons/AudioOpenIcon.vue +14 -3
- package/src/TUIRoom/components/common/icons/BasicBeautyIcon.vue +31 -0
- package/src/TUIRoom/components/common/icons/CalendarIcon.vue +11 -3
- package/src/TUIRoom/components/common/icons/CameraOffIcon.vue +30 -4
- package/src/TUIRoom/components/common/icons/CameraOnIcon.vue +19 -3
- package/src/TUIRoom/components/common/icons/CameraSwitchIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/CancelStageIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/ChatForbiddenIcon.vue +20 -3
- package/src/TUIRoom/components/common/icons/ChatIcon.vue +25 -4
- package/src/TUIRoom/components/common/icons/ChevronRight.vue +16 -0
- package/src/TUIRoom/components/common/icons/CloseBeautyIcon.vue +29 -0
- package/src/TUIRoom/components/common/icons/CloseIcon.vue +17 -5
- package/src/TUIRoom/components/common/icons/CloseInputIcon.vue +16 -0
- package/src/TUIRoom/components/common/icons/CompareIcon.vue +72 -0
- package/src/TUIRoom/components/common/icons/CopyIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/CorrectIcon.vue +12 -3
- package/src/TUIRoom/components/common/icons/CreateRoomIcon.vue +15 -3
- package/src/TUIRoom/components/common/icons/DenyOnStageIcon.vue +20 -4
- package/src/TUIRoom/components/common/icons/EditNameCardIcon.vue +26 -11
- package/src/TUIRoom/components/common/icons/EllipsisIcon.vue +19 -5
- package/src/TUIRoom/components/common/icons/EmailIcon.vue +14 -2
- package/src/TUIRoom/components/common/icons/EmojiIcon.vue +22 -3
- package/src/TUIRoom/components/common/icons/EndRoomIcon.vue +13 -2
- package/src/TUIRoom/components/common/icons/EnterRoomIcon.vue +15 -3
- package/src/TUIRoom/components/common/icons/ExtensionIcon.vue +24 -6
- package/src/TUIRoom/components/common/icons/FullScreenIcon.vue +19 -3
- package/src/TUIRoom/components/common/icons/HideContentIcon.vue +24 -0
- package/src/TUIRoom/components/common/icons/HostShareScreenIcon.vue +39 -5
- package/src/TUIRoom/components/common/icons/InviteIcon.vue +19 -4
- package/src/TUIRoom/components/common/icons/InviteOnStageIcon.vue +18 -3
- package/src/TUIRoom/components/common/icons/InviteSolidIcon.vue +48 -11
- package/src/TUIRoom/components/common/icons/KickOutIcon.vue +35 -6
- package/src/TUIRoom/components/common/icons/LanguageIcon.vue +34 -11
- package/src/TUIRoom/components/common/icons/LayoutIcon.vue +25 -4
- package/src/TUIRoom/components/common/icons/LinkIcon.vue +19 -3
- package/src/TUIRoom/components/common/icons/LoadingIcon.vue +80 -14
- package/src/TUIRoom/components/common/icons/LoadingScheduleIcon.vue +12 -4
- package/src/TUIRoom/components/common/icons/LoginAvatar.vue +7 -1
- package/src/TUIRoom/components/common/icons/LogoInEnglish.vue +27 -5
- package/src/TUIRoom/components/common/icons/LogoOfMobileInChinese.vue +73 -14
- package/src/TUIRoom/components/common/icons/LogoOfPCInChineseBlackIcon.vue +54 -8
- package/src/TUIRoom/components/common/icons/LogoOfPCInChineseWhiteIcon.vue +55 -9
- package/src/TUIRoom/components/common/icons/LogoTitleInEnglish.vue +54 -12
- package/src/TUIRoom/components/common/icons/LogoTitleOfMobileInChinese.vue +23 -7
- package/src/TUIRoom/components/common/icons/ManageMemberIcon.vue +28 -6
- package/src/TUIRoom/components/common/icons/MicDisabledIcon.vue +26 -4
- package/src/TUIRoom/components/common/icons/MicOffIcon.vue +25 -4
- package/src/TUIRoom/components/common/icons/MicOnIcon.vue +25 -6
- package/src/TUIRoom/components/common/icons/MirrorIcon.vue +11 -2
- package/src/TUIRoom/components/common/icons/MoreIcon.vue +69 -14
- package/src/TUIRoom/components/common/icons/NetworkDisconnectedIcon.vue +19 -3
- package/src/TUIRoom/components/common/icons/NetworkFluctuationIcon.vue +13 -2
- package/src/TUIRoom/components/common/icons/NetworkLagIcon.vue +19 -3
- package/src/TUIRoom/components/common/icons/NetworkStabilityIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/NextIcon.vue +21 -4
- package/src/TUIRoom/components/common/icons/OffStageIcon.vue +19 -4
- package/src/TUIRoom/components/common/icons/OnStageIcon.vue +20 -4
- package/src/TUIRoom/components/common/icons/ResetIcon.vue +30 -0
- package/src/TUIRoom/components/common/icons/RevokeAdminIcon.vue +39 -12
- package/src/TUIRoom/components/common/icons/RuddyBeautyIcon.vue +43 -0
- package/src/TUIRoom/components/common/icons/ScheduleAttendees.vue +27 -9
- package/src/TUIRoom/components/common/icons/ScheduleRoomIcon.vue +11 -3
- package/src/TUIRoom/components/common/icons/ScreenOpenIcon.vue +30 -3
- package/src/TUIRoom/components/common/icons/ScreenShareIcon.vue +28 -7
- package/src/TUIRoom/components/common/icons/ScreenSharingIcon.vue +21 -3
- package/src/TUIRoom/components/common/icons/SearchIcon.vue +22 -5
- package/src/TUIRoom/components/common/icons/SetAdminIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/SettingIcon.vue +27 -8
- package/src/TUIRoom/components/common/icons/ShareIcon.vue +21 -0
- package/src/TUIRoom/components/common/icons/ShowContentIcon.vue +22 -0
- package/src/TUIRoom/components/common/icons/SmootherBeautyIcon.vue +49 -0
- package/src/TUIRoom/components/common/icons/StageApplicationIcon.vue +14 -2
- package/src/TUIRoom/components/common/icons/StepDownIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/StopScreenShareIcon.vue +40 -12
- package/src/TUIRoom/components/common/icons/SuccessIcon.vue +20 -6
- package/src/TUIRoom/components/common/icons/SwitchThemeIcon.vue +13 -3
- package/src/TUIRoom/components/common/icons/TransferIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/TransferOwnerIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/UnSupportIcon.vue +30 -4
- package/src/TUIRoom/components/common/icons/UserIcon.vue +17 -2
- package/src/TUIRoom/components/common/icons/UserStrokeIcon.vue +36 -5
- package/src/TUIRoom/components/common/icons/VideoCloseIcon.vue +32 -5
- package/src/TUIRoom/components/common/icons/VideoOpenIcon.vue +20 -4
- package/src/TUIRoom/components/common/icons/VirtualBackgroundIcon.vue +27 -5
- package/src/TUIRoom/components/common/icons/WarningIcon.vue +7 -1
- package/src/TUIRoom/components/common/icons/WhiteningBeautyIcon.vue +38 -0
- package/src/TUIRoom/conference.ts +39 -11
- package/src/TUIRoom/conference.vue +151 -66
- package/src/TUIRoom/constants/message.ts +3 -3
- package/src/TUIRoom/constants/render.ts +2 -3
- package/src/TUIRoom/constants/room.ts +14 -0
- package/src/TUIRoom/directives/vClickOutside.ts +0 -1
- package/src/TUIRoom/directives/vDblTouch.ts +33 -7
- package/src/TUIRoom/directives/vTap.ts +0 -1
- package/src/TUIRoom/extension/RoomMessageCard/RoomMessageCard.vue +55 -26
- package/src/TUIRoom/extension/RoomMessageCard/handleRoomMessage.ts +15 -14
- package/src/TUIRoom/extension/RoomMessageCard/roomMessageCard.scss +22 -21
- package/src/TUIRoom/extension/chatExtension.ts +226 -129
- package/src/TUIRoom/extension/index.ts +2 -3
- package/src/TUIRoom/extension/utils/common.ts +1 -1
- package/src/TUIRoom/extension/utils/interact.ts +8 -2
- package/src/TUIRoom/extension/utils/judgeRoomMessage.ts +2 -2
- package/src/TUIRoom/hooks/useDeviceManager.ts +28 -8
- package/src/TUIRoom/hooks/useMasterApplyControl.ts +102 -27
- package/src/TUIRoom/hooks/useRoomEngine.ts +9 -7
- package/src/TUIRoom/hooks/useZIndex.ts +1 -2
- package/src/TUIRoom/index.ts +13 -4
- package/src/TUIRoom/locales/en-US.ts +268 -125
- package/src/TUIRoom/locales/index.ts +2 -3
- package/src/TUIRoom/locales/zh-CN.ts +216 -100
- package/src/TUIRoom/preConference.vue +84 -56
- package/src/TUIRoom/services/function/aiTask.ts +225 -0
- package/src/TUIRoom/services/function/basicBeauty.ts +90 -0
- package/src/TUIRoom/services/function/errorHandler.ts +70 -16
- package/src/TUIRoom/services/function/virtualBackground.ts +12 -5
- package/src/TUIRoom/services/function/waterMark.ts +28 -8
- package/src/TUIRoom/services/index.ts +2 -0
- package/src/TUIRoom/services/main.ts +2 -2
- package/src/TUIRoom/services/manager/MediaManager.ts +387 -0
- package/src/TUIRoom/services/manager/chatManager.ts +140 -0
- package/src/TUIRoom/services/manager/componentManager.ts +16 -10
- package/src/TUIRoom/services/manager/conferenceInvitationManager.ts +314 -0
- package/src/TUIRoom/services/manager/configManager.ts +18 -15
- package/src/TUIRoom/services/manager/dataReportManager.ts +27 -0
- package/src/TUIRoom/services/manager/lifeCycleManager.ts +39 -10
- package/src/TUIRoom/services/manager/roomActionManager.ts +236 -27
- package/src/TUIRoom/services/manager/scheduleConferenceManager.ts +75 -37
- package/src/TUIRoom/services/manager/userManager.ts +209 -5
- package/src/TUIRoom/services/roomService.ts +205 -63
- package/src/TUIRoom/services/types.ts +8 -0
- package/src/TUIRoom/stores/basic.ts +77 -55
- package/src/TUIRoom/stores/chat.ts +15 -5
- package/src/TUIRoom/stores/room.ts +380 -472
- package/src/TUIRoom/utils/adapter.ts +37 -36
- package/src/TUIRoom/utils/aegis/config.ts +1 -6
- package/src/TUIRoom/utils/aegis/index.ts +17 -7
- package/src/TUIRoom/utils/common/cookieStorage.js +11 -4
- package/src/TUIRoom/utils/common.ts +21 -6
- package/src/TUIRoom/utils/constants.ts +5 -3
- package/src/TUIRoom/utils/domOperation.ts +118 -48
- package/src/TUIRoom/utils/environment.ts +5 -4
- package/src/TUIRoom/utils/mediaAbility.ts +18 -7
- package/src/TUIRoom/utils/toCanvas.ts +5 -2
- package/src/TUIRoom/utils/utils.ts +63 -20
- package/src/vite-env.d.ts +1 -1
- package/vite.config.ts +9 -1
- package/es/components/Chat/ChatEditor/index.vue3.mjs +0 -1
- package/es/components/Chat/EditorTools/index.vue3.mjs +0 -1
- package/es/components/Chat/MessageList/index.vue3.mjs +0 -1
- package/es/components/Chat/MessageTypes/MessageText.vue3.mjs +0 -1
- package/es/components/Chat/index.vue.d.ts +0 -2
- package/es/components/Chat/index.vue.mjs +0 -7
- package/es/components/Chat/index.vue2.mjs +0 -20
- package/es/components/Chat/index.vue3.mjs +0 -1
- package/es/components/ManageMember/MemberControl/index.vue3.mjs +0 -1
- package/es/components/ManageMember/MemberItem/index.vue3.mjs +0 -1
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue3.mjs +0 -1
- package/es/components/ManageMember/index.vue3.mjs +0 -1
- package/es/components/RoomContent/LocalScreenStream/index.vue.d.ts +0 -14
- package/es/components/RoomContent/LocalScreenStream/index.vue.mjs +0 -7
- package/es/components/RoomContent/LocalScreenStream/index.vue2.mjs +0 -90
- package/es/components/RoomContent/LocalScreenStream/index.vue3.mjs +0 -1
- package/es/components/RoomContent/StreamContainer/index.vue3.mjs +0 -1
- package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.mjs +0 -172
- package/es/components/RoomContent/StreamRegion/index.vue3.mjs +0 -1
- package/es/components/RoomContent/index.vue3.mjs +0 -1
- package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue3.mjs +0 -1
- package/es/components/RoomFooter/ApplyControl/MemberApplyControl.vue3.mjs +0 -1
- package/es/components/RoomFooter/AudioControl.vue3.mjs +0 -1
- package/es/components/RoomFooter/EndControl/index.vue3.mjs +0 -1
- package/es/components/RoomFooter/InviteControl.vue3.mjs +0 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue3.mjs +0 -1
- package/es/components/RoomFooter/ScreenShareControl/ScreenWindowPreviewer.vue3.mjs +0 -1
- package/es/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue3.mjs +0 -1
- package/es/components/RoomFooter/VideoControl.vue3.mjs +0 -1
- package/es/components/RoomFooter/VirtualBackground.vue3.mjs +0 -1
- package/es/components/RoomFooter/index/index.vue3.mjs +0 -1
- package/es/components/RoomHeader/RoomInfo/index.vue3.mjs +0 -1
- package/es/components/RoomHeader/UserInfo/index.vue3.mjs +0 -1
- package/es/components/RoomHeader/index/LayoutControl.vue3.mjs +0 -1
- package/es/components/RoomHeader/index/NetworkInfo.vue3.mjs +0 -1
- package/es/components/RoomHeader/index/index.vue3.mjs +0 -1
- package/es/components/RoomHome/RoomControl/index.vue3.mjs +0 -1
- package/es/components/RoomInvite/index.vue3.mjs +0 -1
- package/es/components/RoomMore/index.vue3.mjs +0 -1
- package/es/components/RoomSetting/index.vue3.mjs +0 -1
- package/es/components/ScheduleConference/Contacts.vue3.mjs +0 -1
- package/es/components/ScheduleConference/ScheduleConferencePanel.vue.d.ts +0 -22
- package/es/components/ScheduleConference/ScheduleConferencePanel.vue.mjs +0 -7
- package/es/components/ScheduleConference/ScheduleConferencePanel.vue2.mjs +0 -613
- package/es/components/ScheduleConference/ScheduleConferencePanel.vue3.mjs +0 -1
- package/es/components/ScheduleConference/ScheduleRoomControl.vue3.mjs +0 -1
- package/es/components/ScheduleConference/ScheduleRoomList.vue3.mjs +0 -1
- package/es/components/ScheduleConference/ShareLink.vue3.mjs +0 -1
- package/es/components/common/ArrowStroke.vue3.mjs +0 -1
- package/es/components/common/AudioIcon.vue3.mjs +0 -1
- package/es/components/common/AudioMediaControl.vue3.mjs +0 -1
- package/es/components/common/AudioSettingTab.vue3.mjs +0 -1
- package/es/components/common/Avatar.vue3.mjs +0 -1
- package/es/components/common/DeviceSelect.vue3.mjs +0 -1
- package/es/components/common/Logo.vue3.mjs +0 -1
- package/es/components/common/RoomTime.vue3.mjs +0 -1
- package/es/components/common/VideoMediaControl.vue3.mjs +0 -1
- package/es/components/common/VideoProfile.vue3.mjs +0 -1
- package/es/components/common/VideoSettingTab.vue3.mjs +0 -1
- package/es/components/common/base/Badge.vue3.mjs +0 -1
- package/es/components/common/base/Button.vue3.mjs +0 -1
- package/es/components/common/base/Checkbox.vue.d.ts +0 -41
- package/es/components/common/base/Checkbox.vue.mjs +0 -7
- package/es/components/common/base/Checkbox.vue2.mjs +0 -45
- package/es/components/common/base/Checkbox.vue3.mjs +0 -1
- package/es/components/common/base/Datepicker/Datepicker.vue.d.ts +0 -18
- package/es/components/common/base/Datepicker/Datepicker.vue.mjs +0 -7
- package/es/components/common/base/Datepicker/Datepicker.vue2.mjs +0 -167
- package/es/components/common/base/Datepicker/Datepicker.vue3.mjs +0 -1
- package/es/components/common/base/Datepicker/Timepicker.vue.d.ts +0 -18
- package/es/components/common/base/Datepicker/Timepicker.vue.mjs +0 -66
- package/es/components/common/base/Datepicker/Timepicker.vue2.mjs +0 -4
- package/es/components/common/base/Dialog/index.vue3.mjs +0 -1
- package/es/components/common/base/Drawer.vue3.mjs +0 -1
- package/es/components/common/base/IconButton.vue3.mjs +0 -1
- package/es/components/common/base/Input/index.vue3.mjs +0 -1
- package/es/components/common/base/Message/Message.vue3.mjs +0 -1
- package/es/components/common/base/MessageBox/index.vue3.mjs +0 -1
- package/es/components/common/base/Notification/index.vue3.mjs +0 -1
- package/es/components/common/base/Option.vue.d.ts +0 -25
- package/es/components/common/base/Option.vue.mjs +0 -7
- package/es/components/common/base/Option.vue2.mjs +0 -52
- package/es/components/common/base/Option.vue3.mjs +0 -1
- package/es/components/common/base/Select.vue.d.ts +0 -33
- package/es/components/common/base/Select.vue.mjs +0 -7
- package/es/components/common/base/Select.vue2.mjs +0 -142
- package/es/components/common/base/Select.vue3.mjs +0 -1
- package/es/components/common/base/SvgIcon.vue3.mjs +0 -1
- package/es/components/common/base/TuiSwitch.vue3.mjs +0 -1
- package/es/components/common/icons/InviteSolidIcon.vue.d.ts +0 -2
- package/es/components/common/icons/InviteSolidIcon.vue.mjs +0 -21
- package/es/components/common/icons/ScheduleAttendees.vue2.mjs +0 -4
- package/es/conference.vue3.mjs +0 -1
- package/es/conference.vue4.mjs +0 -1
- package/es/extension/RoomMessageCard/RoomMessageCard.vue3.mjs +0 -1
- package/es/preConference.vue3.mjs +0 -1
- package/es/preConference.vue4.mjs +0 -1
- package/lib/components/Chat/ChatEditor/index.vue3.js +0 -1
- package/lib/components/Chat/EditorTools/index.vue3.js +0 -1
- package/lib/components/Chat/MessageList/index.vue3.js +0 -1
- package/lib/components/Chat/MessageTypes/MessageText.vue3.js +0 -1
- package/lib/components/Chat/index.vue.d.ts +0 -2
- package/lib/components/Chat/index.vue.js +0 -7
- package/lib/components/Chat/index.vue2.js +0 -20
- package/lib/components/Chat/index.vue3.js +0 -1
- package/lib/components/ManageMember/MemberControl/index.vue3.js +0 -1
- package/lib/components/ManageMember/MemberItem/index.vue3.js +0 -1
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue3.js +0 -1
- package/lib/components/ManageMember/index.vue3.js +0 -1
- package/lib/components/RoomContent/LocalScreenStream/index.vue.d.ts +0 -14
- package/lib/components/RoomContent/LocalScreenStream/index.vue.js +0 -7
- package/lib/components/RoomContent/LocalScreenStream/index.vue2.js +0 -90
- package/lib/components/RoomContent/LocalScreenStream/index.vue3.js +0 -1
- package/lib/components/RoomContent/StreamContainer/index.vue3.js +0 -1
- package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.js +0 -172
- package/lib/components/RoomContent/StreamRegion/index.vue3.js +0 -1
- package/lib/components/RoomContent/index.vue3.js +0 -1
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue3.js +0 -1
- package/lib/components/RoomFooter/ApplyControl/MemberApplyControl.vue3.js +0 -1
- package/lib/components/RoomFooter/AudioControl.vue3.js +0 -1
- package/lib/components/RoomFooter/EndControl/index.vue3.js +0 -1
- package/lib/components/RoomFooter/InviteControl.vue3.js +0 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue3.js +0 -1
- package/lib/components/RoomFooter/ScreenShareControl/ScreenWindowPreviewer.vue3.js +0 -1
- package/lib/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue3.js +0 -1
- package/lib/components/RoomFooter/VideoControl.vue3.js +0 -1
- package/lib/components/RoomFooter/VirtualBackground.vue3.js +0 -1
- package/lib/components/RoomFooter/index/index.vue3.js +0 -1
- package/lib/components/RoomHeader/RoomInfo/index.vue3.js +0 -1
- package/lib/components/RoomHeader/UserInfo/index.vue3.js +0 -1
- package/lib/components/RoomHeader/index/LayoutControl.vue3.js +0 -1
- package/lib/components/RoomHeader/index/NetworkInfo.vue3.js +0 -1
- package/lib/components/RoomHeader/index/index.vue3.js +0 -1
- package/lib/components/RoomHome/RoomControl/index.vue3.js +0 -1
- package/lib/components/RoomInvite/index.vue3.js +0 -1
- package/lib/components/RoomMore/index.vue3.js +0 -1
- package/lib/components/RoomSetting/index.vue3.js +0 -1
- package/lib/components/ScheduleConference/Contacts.vue3.js +0 -1
- package/lib/components/ScheduleConference/ScheduleConferencePanel.vue.d.ts +0 -22
- package/lib/components/ScheduleConference/ScheduleConferencePanel.vue.js +0 -7
- package/lib/components/ScheduleConference/ScheduleConferencePanel.vue2.js +0 -613
- package/lib/components/ScheduleConference/ScheduleConferencePanel.vue3.js +0 -1
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue3.js +0 -1
- package/lib/components/ScheduleConference/ScheduleRoomList.vue3.js +0 -1
- package/lib/components/ScheduleConference/ShareLink.vue3.js +0 -1
- package/lib/components/common/ArrowStroke.vue3.js +0 -1
- package/lib/components/common/AudioIcon.vue3.js +0 -1
- package/lib/components/common/AudioMediaControl.vue3.js +0 -1
- package/lib/components/common/AudioSettingTab.vue3.js +0 -1
- package/lib/components/common/Avatar.vue3.js +0 -1
- package/lib/components/common/DeviceSelect.vue3.js +0 -1
- package/lib/components/common/Logo.vue3.js +0 -1
- package/lib/components/common/RoomTime.vue3.js +0 -1
- package/lib/components/common/VideoMediaControl.vue3.js +0 -1
- package/lib/components/common/VideoProfile.vue3.js +0 -1
- package/lib/components/common/VideoSettingTab.vue3.js +0 -1
- package/lib/components/common/base/Badge.vue3.js +0 -1
- package/lib/components/common/base/Button.vue3.js +0 -1
- package/lib/components/common/base/Checkbox.vue.d.ts +0 -41
- package/lib/components/common/base/Checkbox.vue.js +0 -7
- package/lib/components/common/base/Checkbox.vue2.js +0 -45
- package/lib/components/common/base/Checkbox.vue3.js +0 -1
- package/lib/components/common/base/Datepicker/Datepicker.vue.d.ts +0 -18
- package/lib/components/common/base/Datepicker/Datepicker.vue.js +0 -7
- package/lib/components/common/base/Datepicker/Datepicker.vue2.js +0 -167
- package/lib/components/common/base/Datepicker/Datepicker.vue3.js +0 -1
- package/lib/components/common/base/Datepicker/Timepicker.vue.d.ts +0 -18
- package/lib/components/common/base/Datepicker/Timepicker.vue.js +0 -66
- package/lib/components/common/base/Datepicker/Timepicker.vue2.js +0 -4
- package/lib/components/common/base/Dialog/index.vue3.js +0 -1
- package/lib/components/common/base/Drawer.vue3.js +0 -1
- package/lib/components/common/base/IconButton.vue3.js +0 -1
- package/lib/components/common/base/Input/index.vue3.js +0 -1
- package/lib/components/common/base/Message/Message.vue3.js +0 -1
- package/lib/components/common/base/MessageBox/index.vue3.js +0 -1
- package/lib/components/common/base/Notification/index.vue3.js +0 -1
- package/lib/components/common/base/Option.vue.d.ts +0 -25
- package/lib/components/common/base/Option.vue.js +0 -7
- package/lib/components/common/base/Option.vue2.js +0 -52
- package/lib/components/common/base/Option.vue3.js +0 -1
- package/lib/components/common/base/Select.vue.d.ts +0 -33
- package/lib/components/common/base/Select.vue.js +0 -7
- package/lib/components/common/base/Select.vue2.js +0 -142
- package/lib/components/common/base/Select.vue3.js +0 -1
- package/lib/components/common/base/SvgIcon.vue3.js +0 -1
- package/lib/components/common/base/TuiSwitch.vue3.js +0 -1
- package/lib/components/common/icons/InviteSolidIcon.vue.d.ts +0 -2
- package/lib/components/common/icons/InviteSolidIcon.vue.js +0 -21
- package/lib/components/common/icons/ScheduleAttendees.vue2.js +0 -4
- package/lib/conference.vue3.js +0 -1
- package/lib/conference.vue4.js +0 -1
- package/lib/extension/RoomMessageCard/RoomMessageCard.vue3.js +0 -1
- package/lib/preConference.vue3.js +0 -1
- package/lib/preConference.vue4.js +0 -1
- package/src/TUIRoom/components/Chat/index.vue +0 -24
- package/src/TUIRoom/components/RoomContent/LocalScreenStream/index.vue +0 -116
- package/src/TUIRoom/components/ScheduleConference/ScheduleConferencePanel.vue +0 -731
- package/src/TUIRoom/components/common/base/Checkbox.vue +0 -68
- package/src/TUIRoom/components/common/base/Datepicker/Datepicker.vue +0 -252
- package/src/TUIRoom/components/common/base/Datepicker/Timepicker.vue +0 -54
- package/src/TUIRoom/components/common/base/Option.vue +0 -92
- package/src/TUIRoom/components/common/base/Select.vue +0 -228
package/lib/stores/room.js
CHANGED
|
@@ -4,45 +4,66 @@ const pinia = require("pinia");
|
|
|
4
4
|
const TUIRoomEngine = require("@tencentcloud/tuiroom-engine-electron");
|
|
5
5
|
const basic = require("./basic.js");
|
|
6
6
|
const vue = require("../utils/vue.js");
|
|
7
|
-
const useRoomEngine = require("../hooks/useRoomEngine.js");
|
|
8
7
|
const environment = require("../utils/environment.js");
|
|
9
|
-
|
|
8
|
+
function getNewStreamInfo(userId, streamType) {
|
|
9
|
+
const newStreamInfo = {
|
|
10
|
+
userId,
|
|
11
|
+
hasAudioStream: false,
|
|
12
|
+
hasVideoStream: false,
|
|
13
|
+
streamType: streamType || TUIRoomEngine.TUIVideoStreamType.kCameraStream,
|
|
14
|
+
isLoading: false,
|
|
15
|
+
playDomList: []
|
|
16
|
+
};
|
|
17
|
+
return newStreamInfo;
|
|
18
|
+
}
|
|
19
|
+
function getNewUserInfo(userId) {
|
|
20
|
+
const newUserInfo = {
|
|
21
|
+
userId,
|
|
22
|
+
userName: "",
|
|
23
|
+
avatarUrl: "",
|
|
24
|
+
nameCard: "",
|
|
25
|
+
hasAudioStream: false,
|
|
26
|
+
hasVideoStream: false,
|
|
27
|
+
hasScreenStream: false,
|
|
28
|
+
isMessageDisabled: false,
|
|
29
|
+
userRole: TUIRoomEngine.TUIRole.kGeneralUser,
|
|
30
|
+
onSeat: false,
|
|
31
|
+
isUserApplyingToAnchor: false,
|
|
32
|
+
isInvitingUserToAnchor: false,
|
|
33
|
+
isInRoom: false,
|
|
34
|
+
status: TUIRoomEngine.TUIInvitationStatus.kNone
|
|
35
|
+
};
|
|
36
|
+
return newUserInfo;
|
|
37
|
+
}
|
|
38
|
+
function getRecordStreamType(streamType) {
|
|
39
|
+
if (streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStreamLow) {
|
|
40
|
+
return TUIRoomEngine.TUIVideoStreamType.kCameraStream;
|
|
41
|
+
}
|
|
42
|
+
return streamType;
|
|
43
|
+
}
|
|
44
|
+
function sortStreamList(streamList) {
|
|
45
|
+
const basicStore = basic.useBasicStore();
|
|
46
|
+
return streamList.sort((item1, item2) => {
|
|
47
|
+
if (item1.userId === basicStore.userId) {
|
|
48
|
+
return -1;
|
|
49
|
+
}
|
|
50
|
+
if (item2.userId === basicStore.userId) {
|
|
51
|
+
return 1;
|
|
52
|
+
}
|
|
53
|
+
if (item1.streamType === TUIRoomEngine.TUIVideoStreamType.kScreenStream) {
|
|
54
|
+
return -1;
|
|
55
|
+
}
|
|
56
|
+
if (item2.streamType === TUIRoomEngine.TUIVideoStreamType.kScreenStream) {
|
|
57
|
+
return 1;
|
|
58
|
+
}
|
|
59
|
+
return 0;
|
|
60
|
+
});
|
|
61
|
+
}
|
|
10
62
|
const useRoomStore = pinia.defineStore("room", {
|
|
11
63
|
state: () => ({
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
userName: "",
|
|
15
|
-
avatarUrl: "",
|
|
16
|
-
nameCard: "",
|
|
17
|
-
hasAudioStream: false,
|
|
18
|
-
hasVideoStream: false,
|
|
19
|
-
hasScreenStream: false,
|
|
20
|
-
userRole: TUIRoomEngine.TUIRole.kGeneralUser,
|
|
21
|
-
onSeat: false,
|
|
22
|
-
cameraStreamInfo: {
|
|
23
|
-
userId: "",
|
|
24
|
-
userName: "",
|
|
25
|
-
avatarUrl: "",
|
|
26
|
-
nameCard: "",
|
|
27
|
-
hasAudioStream: false,
|
|
28
|
-
hasVideoStream: false,
|
|
29
|
-
streamType: TUIRoomEngine.TUIVideoStreamType.kCameraStream,
|
|
30
|
-
isVisible: true
|
|
31
|
-
},
|
|
32
|
-
screenStreamInfo: {
|
|
33
|
-
userId: "",
|
|
34
|
-
userName: "",
|
|
35
|
-
avatarUrl: "",
|
|
36
|
-
nameCard: "",
|
|
37
|
-
hasScreenStream: false,
|
|
38
|
-
streamType: TUIRoomEngine.TUIVideoStreamType.kScreenStream,
|
|
39
|
-
isVisible: true
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
remoteUserObj: {},
|
|
64
|
+
userInfoObj: {},
|
|
65
|
+
streamInfoObj: {},
|
|
43
66
|
userVolumeObj: {},
|
|
44
|
-
isDefaultOpenCamera: false,
|
|
45
|
-
isDefaultOpenMicrophone: false,
|
|
46
67
|
canControlSelfAudio: true,
|
|
47
68
|
canControlSelfVideo: true,
|
|
48
69
|
localVideoQuality: environment.isMobile ? TUIRoomEngine.TUIVideoQuality.kVideoQuality_360p : TUIRoomEngine.TUIVideoQuality.kVideoQuality_720p,
|
|
@@ -56,52 +77,67 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
56
77
|
isMicrophoneDisableForAllUser: false,
|
|
57
78
|
isCameraDisableForAllUser: false,
|
|
58
79
|
isScreenShareDisableForAllUser: false,
|
|
59
|
-
isSeatEnabled:
|
|
80
|
+
isSeatEnabled: void 0,
|
|
60
81
|
seatMode: TUIRoomEngine.TUISeatMode.kFreeToTake,
|
|
61
82
|
maxMembersCount: 5,
|
|
62
83
|
// Includes local streams and screen shares, above which subsequent streams are played
|
|
63
84
|
maxSeatCount: 20,
|
|
85
|
+
password: "",
|
|
64
86
|
roomName: "",
|
|
65
|
-
hasVideoStreamObject: {},
|
|
66
87
|
// Visual area user flow list
|
|
67
|
-
currentStreamIdListInVisibleView: [],
|
|
68
88
|
hasOtherScreenShare: false,
|
|
69
|
-
isOnStateTabActive: true
|
|
89
|
+
isOnStateTabActive: true,
|
|
90
|
+
isLocalUserSharing: false,
|
|
91
|
+
isWhiteboardVisiable: false,
|
|
92
|
+
isSharingScreen: false,
|
|
93
|
+
isAnnotationVisiable: false
|
|
70
94
|
}),
|
|
71
95
|
getters: {
|
|
96
|
+
localUser(state) {
|
|
97
|
+
const basicStore = basic.useBasicStore();
|
|
98
|
+
return state.userInfoObj[basicStore.userId] || getNewUserInfo(basicStore.userId);
|
|
99
|
+
},
|
|
100
|
+
localStream(state) {
|
|
101
|
+
const basicStore = basic.useBasicStore();
|
|
102
|
+
return state.streamInfoObj[`${basicStore.userId}_${TUIRoomEngine.TUIVideoStreamType.kCameraStream}`] || getNewStreamInfo(basicStore.userId, TUIRoomEngine.TUIVideoStreamType.kCameraStream);
|
|
103
|
+
},
|
|
104
|
+
localScreenStream(state) {
|
|
105
|
+
const basicStore = basic.useBasicStore();
|
|
106
|
+
return state.streamInfoObj[`${basicStore.userId}_${TUIRoomEngine.TUIVideoStreamType.kScreenStream}`];
|
|
107
|
+
},
|
|
72
108
|
isMaster(state) {
|
|
73
|
-
return
|
|
109
|
+
return this.localUser.userId === state.masterUserId;
|
|
110
|
+
},
|
|
111
|
+
isAdmin() {
|
|
112
|
+
return this.localUser.userRole === TUIRoomEngine.TUIRole.kAdministrator;
|
|
113
|
+
},
|
|
114
|
+
isGeneralUser() {
|
|
115
|
+
return this.localUser.userRole === TUIRoomEngine.TUIRole.kGeneralUser;
|
|
74
116
|
},
|
|
75
|
-
|
|
76
|
-
return
|
|
117
|
+
isFreeSpeakMode() {
|
|
118
|
+
return this.isSeatEnabled === false;
|
|
77
119
|
},
|
|
78
|
-
|
|
79
|
-
return
|
|
120
|
+
isSpeakAfterTakingSeatMode() {
|
|
121
|
+
return Boolean(this.isSeatEnabled) && this.seatMode === TUIRoomEngine.TUISeatMode.kApplyToTake;
|
|
80
122
|
},
|
|
81
123
|
// Whether the current user is on the stage
|
|
82
|
-
isAnchor(
|
|
124
|
+
isAnchor() {
|
|
83
125
|
if (this.isFreeSpeakMode) {
|
|
84
126
|
return true;
|
|
85
127
|
}
|
|
86
128
|
if (this.isSpeakAfterTakingSeatMode) {
|
|
87
|
-
return
|
|
129
|
+
return this.localUser.onSeat;
|
|
88
130
|
}
|
|
89
131
|
},
|
|
90
132
|
// Whether the current user is under the stage
|
|
91
|
-
isAudience(
|
|
133
|
+
isAudience() {
|
|
92
134
|
if (this.isFreeSpeakMode) {
|
|
93
135
|
return false;
|
|
94
136
|
}
|
|
95
137
|
if (this.isSpeakAfterTakingSeatMode) {
|
|
96
|
-
return !
|
|
138
|
+
return !this.localUser.onSeat;
|
|
97
139
|
}
|
|
98
140
|
},
|
|
99
|
-
isSpeakAfterTakingSeatMode() {
|
|
100
|
-
return this.isSeatEnabled && this.seatMode === TUIRoomEngine.TUISeatMode.kApplyToTake;
|
|
101
|
-
},
|
|
102
|
-
isFreeSpeakMode() {
|
|
103
|
-
return !this.isSeatEnabled;
|
|
104
|
-
},
|
|
105
141
|
isLocalAudioIconDisable() {
|
|
106
142
|
const micForbidden = this.isGeneralUser && !this.canControlSelfAudio;
|
|
107
143
|
return micForbidden || this.isAudience;
|
|
@@ -110,308 +146,189 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
110
146
|
const cameraForbidden = this.isGeneralUser && !this.canControlSelfVideo;
|
|
111
147
|
return cameraForbidden || this.isAudience;
|
|
112
148
|
},
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
149
|
+
streamList() {
|
|
150
|
+
let streamList = [];
|
|
151
|
+
if (this.isFreeSpeakMode) {
|
|
152
|
+
streamList = Object.values(this.streamInfoObj);
|
|
153
|
+
} else {
|
|
154
|
+
streamList = Object.values(this.streamInfoObj).filter((item) => {
|
|
155
|
+
return this.userInfoObj[item.userId].onSeat;
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
return sortStreamList(streamList);
|
|
120
159
|
},
|
|
121
|
-
|
|
122
|
-
const
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
160
|
+
remoteStreamList() {
|
|
161
|
+
const basicStore = basic.useBasicStore();
|
|
162
|
+
return this.streamList.filter((item) => item.userId !== basicStore.userId);
|
|
163
|
+
},
|
|
164
|
+
cameraStreamList() {
|
|
165
|
+
return this.streamList.filter(
|
|
166
|
+
(stream) => stream.streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStream
|
|
126
167
|
);
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
obj[`${userId}_${TUIRoomEngine.TUIVideoStreamType.kCameraStream}`] = Object.assign(userInfo.cameraStreamInfo, { userId, avatarUrl, userName, nameCard, hasAudioStream, hasVideoStream, streamType: TUIRoomEngine.TUIVideoStreamType.kCameraStream, isVisible: isVideoVisible });
|
|
168
|
+
},
|
|
169
|
+
streamNumber() {
|
|
170
|
+
return this.streamList.length;
|
|
171
|
+
},
|
|
172
|
+
userList() {
|
|
173
|
+
const basicStore = basic.useBasicStore();
|
|
174
|
+
return [...Object.values(this.userInfoObj)].sort((item1, item2) => {
|
|
175
|
+
if (item1.userId === basicStore.userId) {
|
|
176
|
+
return -1;
|
|
177
|
+
}
|
|
178
|
+
if (item2.userId === basicStore.userId) {
|
|
179
|
+
return 1;
|
|
180
|
+
}
|
|
181
|
+
if (item1.userRole === TUIRoomEngine.TUIRole.kRoomOwner) {
|
|
182
|
+
return -1;
|
|
183
|
+
}
|
|
184
|
+
if (item2.userRole === TUIRoomEngine.TUIRole.kRoomOwner) {
|
|
185
|
+
return 1;
|
|
146
186
|
}
|
|
147
|
-
if (
|
|
148
|
-
|
|
187
|
+
if (item1.userRole === TUIRoomEngine.TUIRole.kAdministrator) {
|
|
188
|
+
return -1;
|
|
149
189
|
}
|
|
190
|
+
if (item2.userRole === TUIRoomEngine.TUIRole.kAdministrator) {
|
|
191
|
+
return 1;
|
|
192
|
+
}
|
|
193
|
+
return 0;
|
|
150
194
|
});
|
|
151
|
-
return obj;
|
|
152
195
|
},
|
|
153
|
-
|
|
154
|
-
return
|
|
196
|
+
userNumber() {
|
|
197
|
+
return this.userList.filter((item) => item.isInRoom).length;
|
|
155
198
|
},
|
|
156
|
-
|
|
157
|
-
const
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
return list;
|
|
199
|
+
remoteUserList() {
|
|
200
|
+
const basicStore = basic.useBasicStore();
|
|
201
|
+
return [...Object.values(this.userInfoObj)].filter(
|
|
202
|
+
(item) => item.userId !== basicStore.userId
|
|
203
|
+
);
|
|
162
204
|
},
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
this.localStream,
|
|
166
|
-
...Object.values(this.remoteStreamObj).filter((stream) => stream.streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStream)
|
|
167
|
-
];
|
|
168
|
-
return list;
|
|
205
|
+
remoteEnteredUserList() {
|
|
206
|
+
return this.remoteUserList.filter((item) => item.isInRoom);
|
|
169
207
|
},
|
|
170
|
-
|
|
171
|
-
return this.
|
|
208
|
+
remoteNotEnteredUserList() {
|
|
209
|
+
return this.userList.filter((item) => !item.isInRoom);
|
|
172
210
|
},
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
generalUserScreenStreamList
|
|
177
|
-
|
|
178
|
-
|
|
211
|
+
remoteAnchorList() {
|
|
212
|
+
return this.remoteUserList.filter((item) => item.onSeat);
|
|
213
|
+
},
|
|
214
|
+
generalUserScreenStreamList() {
|
|
215
|
+
return this.remoteUserList.filter(
|
|
216
|
+
(item) => item.hasScreenStream && item.userRole === TUIRoomEngine.TUIRole.kGeneralUser
|
|
217
|
+
);
|
|
218
|
+
},
|
|
219
|
+
anchorUserList() {
|
|
220
|
+
return this.userList.filter((item) => item.onSeat);
|
|
221
|
+
},
|
|
222
|
+
applyToAnchorList() {
|
|
223
|
+
return this.remoteUserList.filter((item) => item.isUserApplyingToAnchor).sort(
|
|
224
|
+
(item1, item2) => ((item1 == null ? void 0 : item1.applyToAnchorTimestamp) || 0) - ((item2 == null ? void 0 : item2.applyToAnchorTimestamp) || 0)
|
|
225
|
+
) || [];
|
|
179
226
|
},
|
|
180
|
-
anchorUserList: (state) => [state.localUser, ...Object.values(state.remoteUserObj)].filter((item) => item.onSeat),
|
|
181
|
-
applyToAnchorList: (state) => [...Object.values(state.remoteUserObj)].filter((item) => item.isUserApplyingToAnchor).sort((item1, item2) => ((item1 == null ? void 0 : item1.applyToAnchorTimestamp) || 0) - ((item2 == null ? void 0 : item2.applyToAnchorTimestamp) || 0)) || [],
|
|
182
227
|
defaultStreamType() {
|
|
183
|
-
return Object.
|
|
228
|
+
return Object.values(this.streamInfoObj).filter(
|
|
229
|
+
(stream) => stream.hasVideoStream
|
|
230
|
+
).length > this.maxMembersCount ? TUIRoomEngine.TUIVideoStreamType.kCameraStreamLow : TUIRoomEngine.TUIVideoStreamType.kCameraStream;
|
|
184
231
|
},
|
|
185
|
-
getDisplayName
|
|
232
|
+
getDisplayName() {
|
|
186
233
|
return (userId) => {
|
|
187
|
-
const userInfo =
|
|
234
|
+
const userInfo = this.userInfoObj[userId];
|
|
188
235
|
if (userInfo) {
|
|
189
236
|
const { nameCard, userName, userId: userId2 } = userInfo;
|
|
190
237
|
return nameCard || userName || userId2;
|
|
191
238
|
}
|
|
239
|
+
return userId;
|
|
192
240
|
};
|
|
193
241
|
}
|
|
194
242
|
},
|
|
195
243
|
actions: {
|
|
196
|
-
setLocalUser(obj) {
|
|
197
|
-
Object.assign(this.localUser, obj);
|
|
198
|
-
},
|
|
199
|
-
updateLocalStream(obj) {
|
|
200
|
-
Object.assign(this.localStream, obj);
|
|
201
|
-
},
|
|
202
244
|
getUserName(userId) {
|
|
203
245
|
var _a, _b;
|
|
204
|
-
|
|
205
|
-
return this.localUser.nameCard || this.localUser.userName || userId;
|
|
206
|
-
}
|
|
207
|
-
return ((_a = this.remoteUserObj[userId]) == null ? void 0 : _a.nameCard) || ((_b = this.remoteUserObj[userId]) == null ? void 0 : _b.userName) || userId;
|
|
246
|
+
return ((_a = this.userInfoObj[userId]) == null ? void 0 : _a.nameCard) || ((_b = this.userInfoObj[userId]) == null ? void 0 : _b.userName) || userId;
|
|
208
247
|
},
|
|
209
248
|
getUserRole(userId) {
|
|
210
249
|
var _a;
|
|
211
|
-
|
|
212
|
-
return this.localUser.userRole;
|
|
213
|
-
}
|
|
214
|
-
return (_a = this.remoteUserObj[userId]) == null ? void 0 : _a.userRole;
|
|
215
|
-
},
|
|
216
|
-
getNewUserInfo(userId) {
|
|
217
|
-
const newUserInfo = {
|
|
218
|
-
userId,
|
|
219
|
-
userName: "",
|
|
220
|
-
avatarUrl: "",
|
|
221
|
-
nameCard: "",
|
|
222
|
-
hasAudioStream: false,
|
|
223
|
-
hasVideoStream: false,
|
|
224
|
-
hasScreenStream: false,
|
|
225
|
-
isVideoVisible: false,
|
|
226
|
-
isScreenVisible: false,
|
|
227
|
-
isMessageDisabled: false,
|
|
228
|
-
userRole: TUIRoomEngine.TUIRole.kGeneralUser,
|
|
229
|
-
onSeat: !this.isSpeakAfterTakingSeatMode,
|
|
230
|
-
isUserApplyingToAnchor: false,
|
|
231
|
-
isInvitingUserToAnchor: false,
|
|
232
|
-
cameraStreamInfo: {
|
|
233
|
-
userId,
|
|
234
|
-
userName: "",
|
|
235
|
-
avatarUrl: "",
|
|
236
|
-
nameCard: "",
|
|
237
|
-
hasAudioStream: false,
|
|
238
|
-
hasVideoStream: false,
|
|
239
|
-
streamType: TUIRoomEngine.TUIVideoStreamType.kCameraStream,
|
|
240
|
-
isVisible: false
|
|
241
|
-
},
|
|
242
|
-
screenStreamInfo: {
|
|
243
|
-
userId,
|
|
244
|
-
userName: "",
|
|
245
|
-
avatarUrl: "",
|
|
246
|
-
nameCard: "",
|
|
247
|
-
hasScreenStream: false,
|
|
248
|
-
streamType: TUIRoomEngine.TUIVideoStreamType.kScreenStream,
|
|
249
|
-
isVisible: false
|
|
250
|
-
}
|
|
251
|
-
};
|
|
252
|
-
return newUserInfo;
|
|
250
|
+
return (_a = this.userInfoObj[userId]) == null ? void 0 : _a.userRole;
|
|
253
251
|
},
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
}
|
|
266
|
-
});
|
|
252
|
+
addUserInfo(userInfo) {
|
|
253
|
+
const { userId } = userInfo;
|
|
254
|
+
if (!userId) {
|
|
255
|
+
return;
|
|
256
|
+
}
|
|
257
|
+
if (this.userInfoObj[userId]) {
|
|
258
|
+
Object.assign(this.userInfoObj[userId], userInfo);
|
|
259
|
+
} else {
|
|
260
|
+
const newUserInfo = Object.assign(getNewUserInfo(userId), userInfo);
|
|
261
|
+
vue.set(this.userInfoObj, userId, newUserInfo);
|
|
262
|
+
}
|
|
267
263
|
},
|
|
268
|
-
//
|
|
264
|
+
// todo: can use addUserInfo instead
|
|
269
265
|
addRemoteUser(userInfo) {
|
|
270
266
|
const { userId } = userInfo;
|
|
271
267
|
const basicStore = basic.useBasicStore();
|
|
272
268
|
if (!userId || userId === basicStore.userId) {
|
|
273
269
|
return;
|
|
274
270
|
}
|
|
275
|
-
if (this.
|
|
276
|
-
Object.assign(this.
|
|
271
|
+
if (this.userInfoObj[userId]) {
|
|
272
|
+
Object.assign(this.userInfoObj[userId], userInfo, { isInRoom: true });
|
|
277
273
|
} else {
|
|
278
|
-
const newUserInfo = Object.assign(
|
|
279
|
-
|
|
274
|
+
const newUserInfo = Object.assign(getNewUserInfo(userId), userInfo, {
|
|
275
|
+
isInRoom: true
|
|
276
|
+
});
|
|
277
|
+
vue.set(this.userInfoObj, userId, newUserInfo);
|
|
280
278
|
}
|
|
281
279
|
},
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
if (!remoteUser) {
|
|
280
|
+
updateUserInfo(userInfo) {
|
|
281
|
+
if (!userInfo.userId) {
|
|
285
282
|
return;
|
|
286
283
|
}
|
|
287
|
-
|
|
288
|
-
Object.assign(remoteUser, { userName: nick, avatarUrl: avatar });
|
|
289
|
-
},
|
|
290
|
-
setSeatList(seatList) {
|
|
291
|
-
seatList.forEach((seat) => {
|
|
292
|
-
const { userId } = seat;
|
|
293
|
-
if (!userId)
|
|
294
|
-
return;
|
|
295
|
-
if (userId === this.localUser.userId) {
|
|
296
|
-
Object.assign(this.localUser, { onSeat: true });
|
|
297
|
-
} else {
|
|
298
|
-
const user = this.remoteUserObj[userId];
|
|
299
|
-
if (user) {
|
|
300
|
-
Object.assign(user, { onSeat: true });
|
|
301
|
-
} else {
|
|
302
|
-
const newUserInfo = Object.assign(this.getNewUserInfo(userId), { onSeat: true });
|
|
303
|
-
vue.set(this.remoteUserObj, userId, newUserInfo);
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
});
|
|
284
|
+
Object.assign(this.userInfoObj[userInfo.userId], userInfo);
|
|
307
285
|
},
|
|
308
|
-
|
|
309
|
-
// The onSeatListChanged, onUserVideoAvailable, onUserAudioAvailable events are notified as soon as the room is entered, so they are updated to the userMap first.
|
|
310
|
-
// Wait for getUserList to get the full list of users before updating it.
|
|
311
|
-
updateOnSeatList(seatedList, leftList) {
|
|
312
|
-
seatedList.forEach((seat) => {
|
|
313
|
-
const { userId } = seat;
|
|
314
|
-
if (userId === this.localUser.userId) {
|
|
315
|
-
Object.assign(this.localUser, { onSeat: true });
|
|
316
|
-
} else {
|
|
317
|
-
const user = this.remoteUserObj[userId];
|
|
318
|
-
if (user) {
|
|
319
|
-
Object.assign(user, { onSeat: true });
|
|
320
|
-
} else {
|
|
321
|
-
const newUserInfo = Object.assign(this.getNewUserInfo(userId), { onSeat: true });
|
|
322
|
-
vue.set(this.remoteUserObj, userId, newUserInfo);
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
});
|
|
326
|
-
leftList.forEach((seat) => {
|
|
327
|
-
if (seat.userId === this.localUser.userId) {
|
|
328
|
-
Object.assign(this.localUser, { onSeat: false });
|
|
329
|
-
const basicStore = basic.useBasicStore();
|
|
330
|
-
basicStore.setIsOpenMic(false);
|
|
331
|
-
} else {
|
|
332
|
-
const user = this.remoteUserObj[seat.userId];
|
|
333
|
-
user && Object.assign(user, { onSeat: false });
|
|
334
|
-
}
|
|
335
|
-
});
|
|
336
|
-
},
|
|
337
|
-
updateUserVideoState(userId, streamType, hasVideo) {
|
|
286
|
+
removeUserInfo(userId) {
|
|
338
287
|
const basicStore = basic.useBasicStore();
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
user = this.getNewUserInfo(userId);
|
|
342
|
-
vue.set(this.remoteUserObj, userId, user);
|
|
288
|
+
if (!userId || userId === basicStore.userId) {
|
|
289
|
+
return;
|
|
343
290
|
}
|
|
344
|
-
if (
|
|
345
|
-
this.
|
|
346
|
-
if (streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStream || streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStreamLow) {
|
|
347
|
-
user.hasVideoStream = hasVideo;
|
|
348
|
-
} else if (streamType === TUIRoomEngine.TUIVideoStreamType.kScreenStream) {
|
|
349
|
-
user.hasScreenStream = hasVideo;
|
|
350
|
-
}
|
|
291
|
+
if (this.userInfoObj[userId]) {
|
|
292
|
+
vue.del(this.userInfoObj, userId);
|
|
351
293
|
}
|
|
352
294
|
},
|
|
353
|
-
|
|
354
|
-
|
|
295
|
+
addStreamInfo(userId, streamType) {
|
|
296
|
+
const recordStreamType = getRecordStreamType(streamType);
|
|
297
|
+
if (this.streamInfoObj[`${userId}_${recordStreamType}`]) {
|
|
355
298
|
return;
|
|
356
|
-
const { userId, cameraStreamInfo, screenStreamInfo, hasVideoStream } = userInfo;
|
|
357
|
-
const streamId = `${userId}_${hasVideoStream ? cameraStreamInfo.streamType : screenStreamInfo.streamType}`;
|
|
358
|
-
if (hasVideo) {
|
|
359
|
-
vue.set(this.hasVideoStreamObject, streamId, userInfo);
|
|
360
|
-
} else {
|
|
361
|
-
vue.del(this.hasVideoStreamObject, streamId);
|
|
362
299
|
}
|
|
300
|
+
const newStreamInfo = getNewStreamInfo(userId, recordStreamType);
|
|
301
|
+
vue.set(this.streamInfoObj, `${userId}_${recordStreamType}`, newStreamInfo);
|
|
363
302
|
},
|
|
364
|
-
|
|
365
|
-
const
|
|
366
|
-
|
|
367
|
-
if (!
|
|
368
|
-
|
|
369
|
-
vue.set(this.remoteUserObj, userId, user);
|
|
303
|
+
updateStreamInfo(streamInfo) {
|
|
304
|
+
const { userId, streamType } = streamInfo;
|
|
305
|
+
const recordStreamType = getRecordStreamType(streamType);
|
|
306
|
+
if (!this.streamInfoObj[`${userId}_${recordStreamType}`]) {
|
|
307
|
+
return;
|
|
370
308
|
}
|
|
371
|
-
if (
|
|
372
|
-
|
|
309
|
+
if (streamType !== recordStreamType) {
|
|
310
|
+
Object.assign(streamInfo, { streamType: recordStreamType });
|
|
373
311
|
}
|
|
312
|
+
vue.set(
|
|
313
|
+
this.streamInfoObj,
|
|
314
|
+
`${userId}_${recordStreamType}`,
|
|
315
|
+
Object.assign(
|
|
316
|
+
this.streamInfoObj[`${userId}_${recordStreamType}`],
|
|
317
|
+
streamInfo
|
|
318
|
+
)
|
|
319
|
+
);
|
|
374
320
|
},
|
|
375
|
-
|
|
376
|
-
const
|
|
377
|
-
if (
|
|
378
|
-
|
|
321
|
+
removeStreamInfo(userId, streamType) {
|
|
322
|
+
const recordStreamType = getRecordStreamType(streamType);
|
|
323
|
+
if (this.streamInfoObj[`${userId}_${recordStreamType}`]) {
|
|
324
|
+
vue.del(this.streamInfoObj, `${userId}_${recordStreamType}`);
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
getStreamInfo(userId, streamType) {
|
|
328
|
+
const recordStreamType = getRecordStreamType(streamType);
|
|
329
|
+
if (this.streamInfoObj[`${userId}_${recordStreamType}`]) {
|
|
330
|
+
return this.streamInfoObj[`${userId}_${recordStreamType}`];
|
|
379
331
|
}
|
|
380
|
-
vue.del(this.remoteUserObj, userId);
|
|
381
|
-
},
|
|
382
|
-
updateUserStreamVisible(streamIdList) {
|
|
383
|
-
streamIdList.forEach((item) => {
|
|
384
|
-
const userId = item.slice(0, item.length - 2);
|
|
385
|
-
const streamType = Number(item.slice(-1));
|
|
386
|
-
if (userId === this.localUser.userId) {
|
|
387
|
-
return;
|
|
388
|
-
}
|
|
389
|
-
const user = this.remoteUserObj[userId];
|
|
390
|
-
if (!user) {
|
|
391
|
-
return;
|
|
392
|
-
}
|
|
393
|
-
if (streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStream || streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStreamLow) {
|
|
394
|
-
user.isVideoVisible = true;
|
|
395
|
-
} else if (streamType === TUIRoomEngine.TUIVideoStreamType.kScreenStream) {
|
|
396
|
-
user.isScreenVisible = true;
|
|
397
|
-
}
|
|
398
|
-
});
|
|
399
|
-
this.currentStreamIdListInVisibleView.forEach((item) => {
|
|
400
|
-
const userId = item.slice(0, item.length - 2);
|
|
401
|
-
const streamType = Number(item.slice(-1));
|
|
402
|
-
if (streamIdList.indexOf(item) < 0) {
|
|
403
|
-
const user = this.remoteUserObj[userId];
|
|
404
|
-
if (!user) {
|
|
405
|
-
return;
|
|
406
|
-
}
|
|
407
|
-
if (streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStream || streamType === TUIRoomEngine.TUIVideoStreamType.kCameraStreamLow) {
|
|
408
|
-
user.isVideoVisible = false;
|
|
409
|
-
} else if (streamType === TUIRoomEngine.TUIVideoStreamType.kScreenStream) {
|
|
410
|
-
user.isScreenVisible = false;
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
});
|
|
414
|
-
this.currentStreamIdListInVisibleView = streamIdList;
|
|
415
332
|
},
|
|
416
333
|
setAudioVolume(audioVolumeArray) {
|
|
417
334
|
const basicStore = basic.useBasicStore();
|
|
@@ -447,8 +364,7 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
447
364
|
this.currentSpeakerId = deviceId;
|
|
448
365
|
},
|
|
449
366
|
setRoomInfo(roomInfo) {
|
|
450
|
-
if (!roomInfo)
|
|
451
|
-
return;
|
|
367
|
+
if (!roomInfo) return;
|
|
452
368
|
const {
|
|
453
369
|
roomOwner = this.masterUserId,
|
|
454
370
|
isMicrophoneDisableForAllUser = this.isMicrophoneDisableForAllUser,
|
|
@@ -457,6 +373,7 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
457
373
|
isSeatEnabled = this.isSeatEnabled,
|
|
458
374
|
seatMode = this.seatMode,
|
|
459
375
|
maxSeatCount = this.maxSeatCount,
|
|
376
|
+
password = this.password,
|
|
460
377
|
roomName = this.roomName
|
|
461
378
|
} = roomInfo;
|
|
462
379
|
if (this.localUser.userId === roomOwner) {
|
|
@@ -469,6 +386,7 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
469
386
|
this.isSeatEnabled = isSeatEnabled;
|
|
470
387
|
this.seatMode = seatMode;
|
|
471
388
|
this.maxSeatCount = maxSeatCount;
|
|
389
|
+
this.password = password;
|
|
472
390
|
this.roomName = roomName;
|
|
473
391
|
this.canControlSelfAudio = !this.isMicrophoneDisableForAllUser;
|
|
474
392
|
this.canControlSelfVideo = !this.isCameraDisableForAllUser;
|
|
@@ -485,31 +403,6 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
485
403
|
setMasterUserId(userId) {
|
|
486
404
|
this.masterUserId = userId;
|
|
487
405
|
},
|
|
488
|
-
setRoomParam(roomParam) {
|
|
489
|
-
var _a, _b, _c;
|
|
490
|
-
if (!roomParam) {
|
|
491
|
-
return;
|
|
492
|
-
}
|
|
493
|
-
const { isOpenCamera, isOpenMicrophone, defaultCameraId, defaultMicrophoneId, defaultSpeakerId } = roomParam;
|
|
494
|
-
if (defaultCameraId) {
|
|
495
|
-
this.setCurrentCameraId(defaultCameraId);
|
|
496
|
-
(_a = roomEngine.instance) == null ? void 0 : _a.setCurrentCameraDevice({ deviceId: defaultCameraId });
|
|
497
|
-
}
|
|
498
|
-
if (defaultMicrophoneId) {
|
|
499
|
-
this.setCurrentMicrophoneId(defaultMicrophoneId);
|
|
500
|
-
(_b = roomEngine.instance) == null ? void 0 : _b.setCurrentMicDevice({ deviceId: defaultMicrophoneId });
|
|
501
|
-
}
|
|
502
|
-
if (defaultSpeakerId) {
|
|
503
|
-
this.setCurrentSpeakerId(defaultSpeakerId);
|
|
504
|
-
(_c = roomEngine.instance) == null ? void 0 : _c.setCurrentSpeakerDevice({ deviceId: defaultSpeakerId });
|
|
505
|
-
}
|
|
506
|
-
if (this.isMaster || !this.isMicrophoneDisableForAllUser && this.isFreeSpeakMode) {
|
|
507
|
-
typeof isOpenMicrophone === "boolean" && (this.isDefaultOpenMicrophone = isOpenMicrophone);
|
|
508
|
-
}
|
|
509
|
-
if (this.isMaster || !this.isCameraDisableForAllUser && this.isFreeSpeakMode) {
|
|
510
|
-
typeof isOpenCamera === "boolean" && (this.isDefaultOpenCamera = isOpenCamera);
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
406
|
setCanControlSelfAudio(capability) {
|
|
514
407
|
this.canControlSelfAudio = capability;
|
|
515
408
|
},
|
|
@@ -552,26 +445,20 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
552
445
|
},
|
|
553
446
|
// Moderator individually modifies the mute status of a user's outgoing text messages
|
|
554
447
|
setMuteUserChat(userId, muted) {
|
|
555
|
-
const remoteUserInfo = this.
|
|
448
|
+
const remoteUserInfo = this.userInfoObj[userId];
|
|
556
449
|
if (remoteUserInfo) {
|
|
557
450
|
remoteUserInfo.isMessageDisabled = muted;
|
|
558
451
|
}
|
|
559
452
|
},
|
|
560
453
|
setRemoteUserRole(userId, role) {
|
|
561
|
-
const remoteUserInfo = this.
|
|
454
|
+
const remoteUserInfo = this.userInfoObj[userId];
|
|
562
455
|
if (remoteUserInfo) {
|
|
563
456
|
remoteUserInfo.userRole = role;
|
|
564
457
|
}
|
|
565
458
|
},
|
|
566
|
-
setRemoteUserNameCard(userId, nameCard) {
|
|
567
|
-
const remoteUserInfo = this.remoteUserObj[userId];
|
|
568
|
-
if (remoteUserInfo) {
|
|
569
|
-
remoteUserInfo.nameCard = nameCard;
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
459
|
setRequestUserOpenMic(options) {
|
|
573
460
|
const { userId, isRequesting, requestId } = options;
|
|
574
|
-
const remoteUserInfo = this.
|
|
461
|
+
const remoteUserInfo = this.userInfoObj[userId];
|
|
575
462
|
if (remoteUserInfo) {
|
|
576
463
|
remoteUserInfo.isRequestingUserOpenMic = isRequesting;
|
|
577
464
|
remoteUserInfo.requestUserOpenMicRequestId = isRequesting ? requestId : "";
|
|
@@ -579,7 +466,7 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
579
466
|
},
|
|
580
467
|
setRequestUserOpenCamera(options) {
|
|
581
468
|
const { userId, isRequesting, requestId } = options;
|
|
582
|
-
const remoteUserInfo = this.
|
|
469
|
+
const remoteUserInfo = this.userInfoObj[userId];
|
|
583
470
|
if (remoteUserInfo) {
|
|
584
471
|
remoteUserInfo.isRequestingUserOpenCamera = isRequesting;
|
|
585
472
|
remoteUserInfo.requestUserOpenCameraRequestId = isRequesting ? requestId : "";
|
|
@@ -587,7 +474,7 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
587
474
|
},
|
|
588
475
|
addApplyToAnchorUser(options) {
|
|
589
476
|
const { userId, requestId, timestamp } = options;
|
|
590
|
-
const remoteUserInfo = this.
|
|
477
|
+
const remoteUserInfo = this.userInfoObj[userId];
|
|
591
478
|
if (remoteUserInfo) {
|
|
592
479
|
remoteUserInfo.isUserApplyingToAnchor = true;
|
|
593
480
|
remoteUserInfo.applyToAnchorRequestId = requestId;
|
|
@@ -595,7 +482,9 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
595
482
|
}
|
|
596
483
|
},
|
|
597
484
|
removeApplyToAnchorUser(requestId) {
|
|
598
|
-
const applyToAnchorItem = Object.values(this.
|
|
485
|
+
const applyToAnchorItem = Object.values(this.userInfoObj).find(
|
|
486
|
+
(item) => item.isUserApplyingToAnchor && item.applyToAnchorRequestId === requestId
|
|
487
|
+
);
|
|
599
488
|
if (applyToAnchorItem) {
|
|
600
489
|
applyToAnchorItem.isUserApplyingToAnchor = false;
|
|
601
490
|
applyToAnchorItem.applyToAnchorRequestId = "";
|
|
@@ -604,14 +493,14 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
604
493
|
},
|
|
605
494
|
addInviteToAnchorUser(options) {
|
|
606
495
|
const { userId, requestId } = options;
|
|
607
|
-
const remoteUserInfo = this.
|
|
496
|
+
const remoteUserInfo = this.userInfoObj[userId];
|
|
608
497
|
if (remoteUserInfo) {
|
|
609
498
|
remoteUserInfo.isInvitingUserToAnchor = true;
|
|
610
499
|
remoteUserInfo.inviteToAnchorRequestId = requestId;
|
|
611
500
|
}
|
|
612
501
|
},
|
|
613
502
|
removeInviteToAnchorUser(userId) {
|
|
614
|
-
const remoteUserInfo = this.
|
|
503
|
+
const remoteUserInfo = this.userInfoObj[userId];
|
|
615
504
|
if (remoteUserInfo) {
|
|
616
505
|
remoteUserInfo.isInvitingUserToAnchor = false;
|
|
617
506
|
remoteUserInfo.inviteToAnchorRequestId = "";
|
|
@@ -623,40 +512,22 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
623
512
|
setOnStageTabStatus(isOnStateTabActive) {
|
|
624
513
|
this.isOnStateTabActive = isOnStateTabActive;
|
|
625
514
|
},
|
|
515
|
+
updateInviteeList(userList) {
|
|
516
|
+
userList.forEach((user) => {
|
|
517
|
+
if (this.userInfoObj[user.userId]) {
|
|
518
|
+
Object.assign(this.userInfoObj[user.userId], user);
|
|
519
|
+
} else {
|
|
520
|
+
const newUserInfo = Object.assign(getNewUserInfo(user.userId), user);
|
|
521
|
+
vue.set(this.userInfoObj, user.userId, newUserInfo);
|
|
522
|
+
}
|
|
523
|
+
});
|
|
524
|
+
},
|
|
626
525
|
reset() {
|
|
627
526
|
const basicStore = basic.useBasicStore();
|
|
628
527
|
basicStore.setIsOpenMic(false);
|
|
629
|
-
this.
|
|
630
|
-
|
|
631
|
-
userName: "",
|
|
632
|
-
avatarUrl: "",
|
|
633
|
-
hasAudioStream: false,
|
|
634
|
-
hasVideoStream: false,
|
|
635
|
-
hasScreenStream: false,
|
|
636
|
-
userRole: TUIRoomEngine.TUIRole.kGeneralUser,
|
|
637
|
-
onSeat: false,
|
|
638
|
-
cameraStreamInfo: {
|
|
639
|
-
userId: "",
|
|
640
|
-
userName: "",
|
|
641
|
-
avatarUrl: "",
|
|
642
|
-
hasAudioStream: false,
|
|
643
|
-
hasVideoStream: false,
|
|
644
|
-
streamType: TUIRoomEngine.TUIVideoStreamType.kCameraStream,
|
|
645
|
-
isVisible: true
|
|
646
|
-
},
|
|
647
|
-
screenStreamInfo: {
|
|
648
|
-
userId: "",
|
|
649
|
-
userName: "",
|
|
650
|
-
avatarUrl: "",
|
|
651
|
-
hasScreenStream: false,
|
|
652
|
-
streamType: TUIRoomEngine.TUIVideoStreamType.kScreenStream,
|
|
653
|
-
isVisible: true
|
|
654
|
-
}
|
|
655
|
-
};
|
|
656
|
-
this.remoteUserObj = {};
|
|
528
|
+
this.streamInfoObj = {};
|
|
529
|
+
this.userInfoObj = {};
|
|
657
530
|
this.userVolumeObj = {};
|
|
658
|
-
this.isDefaultOpenCamera = false;
|
|
659
|
-
this.isDefaultOpenMicrophone = false;
|
|
660
531
|
this.canControlSelfAudio = true;
|
|
661
532
|
this.canControlSelfVideo = true;
|
|
662
533
|
this.localVideoQuality = TUIRoomEngine.TUIVideoQuality.kVideoQuality_720p;
|
|
@@ -670,13 +541,17 @@ const useRoomStore = pinia.defineStore("room", {
|
|
|
670
541
|
this.isMicrophoneDisableForAllUser = false;
|
|
671
542
|
this.isCameraDisableForAllUser = false;
|
|
672
543
|
this.isScreenShareDisableForAllUser = false;
|
|
673
|
-
this.isSeatEnabled =
|
|
544
|
+
this.isSeatEnabled = void 0;
|
|
674
545
|
this.seatMode = TUIRoomEngine.TUISeatMode.kFreeToTake;
|
|
675
|
-
this.hasVideoStreamObject = {};
|
|
676
546
|
this.hasOtherScreenShare = false;
|
|
677
547
|
this.isOnStateTabActive = true;
|
|
678
548
|
this.maxSeatCount = 20;
|
|
549
|
+
this.password = "";
|
|
679
550
|
this.roomName = "";
|
|
551
|
+
this.isLocalUserSharing = false;
|
|
552
|
+
this.isWhiteboardVisiable = false;
|
|
553
|
+
this.isSharingScreen = false;
|
|
554
|
+
this.isAnnotationVisiable = false;
|
|
680
555
|
}
|
|
681
556
|
}
|
|
682
557
|
});
|