@tencentcloud/roomkit-electron-vue3 2.6.0 → 2.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/AITools/AISubtitles.vue.mjs +7 -0
- package/es/components/AITools/AISubtitles.vue2.mjs +50 -0
- package/es/components/AITools/AITranscription.vue.mjs +7 -0
- package/es/components/AITools/AITranscription.vue2.mjs +116 -0
- package/es/components/Chat/ChatKit/adapter-vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/adapter-vue.mjs +35 -0
- package/es/components/Chat/ChatKit/assets/icon/add-circle.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/back.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/call-video.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/call-voice.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/camera-uni.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/cancel.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/check-sm.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/close-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/convertText_zh.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/double-arrow.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/download.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/evalute-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/evalute-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/face-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/face-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/file-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/file-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/forward-each.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/forward-merge.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/icon-arrow-left.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/icon-close.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/image-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/image-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/image-uni.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/loading.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-audio.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-copy.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-del.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-forward.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-quote.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/msg-revoke.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/multiple-select.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/radio.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/rotate-left.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/rotate-right.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/selected.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/star-light.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/star.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/translate.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-play.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/video-uni.png.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/words-dark.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/words-light.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/zoom-in.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/assets/icon/zoom-out.svg.mjs +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.d.ts +35 -0
- package/es/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue2.mjs +103 -0
- package/es/components/Chat/ChatKit/components/TUIChat/config.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIChat/config.mjs +77 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.d.ts +12 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.mjs +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.d.ts +9 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.mjs +159 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/index.d.ts +53 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/index.mjs +89 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.d.ts +65 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/forward/index.vue.d.ts +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/forward/index.vue.mjs +143 -0
- package/es/components/Chat/ChatKit/components/TUIChat/forward/index.vue2.mjs +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue2.mjs +240 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.d.ts +79 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/index.vue2.mjs +141 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.mjs +161 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue2.mjs +182 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue2.mjs +47 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.d.ts +117 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.mjs +8 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.mjs +601 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.mjs +39 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue2.mjs +98 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue2.mjs +177 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.d.ts +20 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue2.mjs +73 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue2.mjs +206 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue2.mjs +85 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue2.mjs +149 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.d.ts +38 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.mjs +248 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.d.ts +77 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue2.mjs +143 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.d.ts +40 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.mjs +134 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue2.mjs +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue2.mjs +145 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.d.ts +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue2.mjs +96 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.d.ts +57 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.mjs +8 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.mjs +707 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/link/index.d.ts +23 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/link/index.mjs +25 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.d.ts +27 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue2.mjs +108 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.d.ts +82 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue2.mjs +213 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.d.ts +40 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue2.mjs +93 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue2.mjs +69 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.d.ts +34 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue2.mjs +121 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue2.mjs +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.d.ts +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue2.mjs +60 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.d.ts +41 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue2.mjs +66 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue2.mjs +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.d.ts +40 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue2.mjs +150 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.d.ts +58 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.mjs +17 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.d.ts +48 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue2.mjs +91 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.d.ts +28 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue2.mjs +49 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.d.ts +23 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue2.mjs +65 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue2.mjs +27 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue2.mjs +80 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.d.ts +37 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue2.mjs +110 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.d.ts +41 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue2.mjs +167 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.d.ts +34 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue2.mjs +144 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue2.mjs +264 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.d.ts +43 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue2.mjs +52 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.d.ts +28 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue2.mjs +197 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.d.ts +49 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.mjs +320 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.d.ts +27 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue2.mjs +48 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.d.ts +34 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.mjs +257 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/interface.d.ts +21 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue2.mjs +131 -0
- package/es/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue2.mjs +83 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.d.ts +5 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.mjs +21 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.d.ts +6 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.mjs +8 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.d.ts +4 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.mjs +22 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/interface.d.ts +43 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.mjs +70 -0
- package/es/components/Chat/ChatKit/components/TUIChat/server.d.ts +12 -0
- package/es/components/Chat/ChatKit/components/TUIChat/server.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.d.ts +16 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.mjs +65 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.d.ts +23 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.mjs +78 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.mjs +53 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/copy.d.ts +12 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/copy.mjs +119 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.d.ts +24 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.mjs +107 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/translation.d.ts +54 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/translation.mjs +157 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/utils.d.ts +20 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/utils.mjs +104 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/wordsList.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIChat/utils/wordsList.mjs +32 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-info/contact-info-config.d.ts +141 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-info/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-list/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/contact-search/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/select-friend/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIContact/server.d.ts +13 -0
- package/es/components/Chat/ChatKit/components/TUIContact/utils/index.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/conversation-header/server.d.ts +18 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIConversation/server.d.ts +29 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/config.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/create-group/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/manage-group/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/select-member/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUIGroup/server.d.ts +15 -0
- package/es/components/Chat/ChatKit/components/TUINotification/index.d.ts +123 -0
- package/es/components/Chat/ChatKit/components/TUINotification/interface.d.ts +13 -0
- package/es/components/Chat/ChatKit/components/TUINotification/utils.d.ts +10 -0
- package/es/components/Chat/ChatKit/components/TUISearch/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-container/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-input/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-more/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-result/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-time-list.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/TUISearch/search-type-list.d.ts +37 -0
- package/es/components/Chat/ChatKit/components/TUISearch/server.d.ts +11 -0
- package/es/components/Chat/ChatKit/components/TUISearch/type.d.ts +52 -0
- package/es/components/Chat/ChatKit/components/TUISearch/utils.d.ts +29 -0
- package/es/components/Chat/ChatKit/components/common/Avatar/index.vue.d.ts +46 -0
- package/es/components/Chat/ChatKit/components/common/Avatar/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Avatar/index.vue2.mjs +89 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.d.ts +103 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.mjs +155 -0
- package/es/components/Chat/ChatKit/components/common/DatePicker/date-picker.d.ts +14 -0
- package/es/components/Chat/ChatKit/components/common/DatePicker/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.vue.d.ts +74 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Dialog/index.vue2.mjs +114 -0
- package/es/components/Chat/ChatKit/components/common/Drag/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Drawer/index.vue.d.ts +71 -0
- package/es/components/Chat/ChatKit/components/common/Drawer/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Drawer/index.vue2.mjs +84 -0
- package/es/components/Chat/ChatKit/components/common/FetchMore/index.vue.d.ts +46 -0
- package/es/components/Chat/ChatKit/components/common/FetchMore/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/FetchMore/index.vue2.mjs +81 -0
- package/es/components/Chat/ChatKit/components/common/Icon.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/components/common/Icon.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Icon.vue2.mjs +62 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.d.ts +32 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.mjs +34 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue3.mjs +5 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.d.ts +39 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue2.mjs +458 -0
- package/es/components/Chat/ChatKit/components/common/Loading/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.d.ts +67 -0
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue2.mjs +74 -0
- package/es/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.d.ts +46 -0
- package/es/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/ProgressMessage/index.vue2.mjs +40 -0
- package/es/components/Chat/ChatKit/components/common/RadioSelect/index.vue.d.ts +26 -0
- package/es/components/Chat/ChatKit/components/common/RadioSelect/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/RadioSelect/index.vue2.mjs +36 -0
- package/es/components/Chat/ChatKit/components/common/SelectUser/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/SwitchBar/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.d.ts +19 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.mjs +98 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +76 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue2.mjs +108 -0
- package/es/components/Chat/ChatKit/components/common/Toast/type.d.ts +7 -0
- package/es/components/Chat/ChatKit/components/common/Toast/type.mjs +9 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.d.ts +131 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue2.mjs +318 -0
- package/es/components/Chat/ChatKit/components/index.d.ts +77 -0
- package/es/components/Chat/ChatKit/constant.d.ts +41 -0
- package/es/components/Chat/ChatKit/constant.mjs +16 -0
- package/es/components/Chat/ChatKit/index.d.ts +8 -0
- package/es/components/Chat/ChatKit/interface.d.ts +282 -0
- package/es/components/Chat/ChatKit/locales/en/TUIChat.d.ts +150 -0
- package/es/components/Chat/ChatKit/locales/en/TUIChat.mjs +152 -0
- package/es/components/Chat/ChatKit/locales/en/TUIContact.d.ts +65 -0
- package/es/components/Chat/ChatKit/locales/en/TUIContact.mjs +67 -0
- package/es/components/Chat/ChatKit/locales/en/TUIConversation.d.ts +23 -0
- package/es/components/Chat/ChatKit/locales/en/TUIConversation.mjs +25 -0
- package/es/components/Chat/ChatKit/locales/en/TUIGroup.d.ts +85 -0
- package/es/components/Chat/ChatKit/locales/en/TUIGroup.mjs +87 -0
- package/es/components/Chat/ChatKit/locales/en/TUISearch.d.ts +40 -0
- package/es/components/Chat/ChatKit/locales/en/TUISearch.mjs +42 -0
- package/es/components/Chat/ChatKit/locales/en/component.d.ts +20 -0
- package/es/components/Chat/ChatKit/locales/en/component.mjs +22 -0
- package/es/components/Chat/ChatKit/locales/en/emoji.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/en/emoji.mjs +4 -0
- package/es/components/Chat/ChatKit/locales/en/evaluate.d.ts +10 -0
- package/es/components/Chat/ChatKit/locales/en/evaluate.mjs +12 -0
- package/es/components/Chat/ChatKit/locales/en/index.d.ts +577 -0
- package/es/components/Chat/ChatKit/locales/en/index.mjs +39 -0
- package/es/components/Chat/ChatKit/locales/en/message.d.ts +61 -0
- package/es/components/Chat/ChatKit/locales/en/message.mjs +63 -0
- package/es/components/Chat/ChatKit/locales/en/time.d.ts +36 -0
- package/es/components/Chat/ChatKit/locales/en/time.mjs +38 -0
- package/es/components/Chat/ChatKit/locales/en/words.d.ts +18 -0
- package/es/components/Chat/ChatKit/locales/en/words.mjs +20 -0
- package/es/components/Chat/ChatKit/locales/index.d.ts +1084 -0
- package/es/components/Chat/ChatKit/locales/index.mjs +9 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +150 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.mjs +152 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIContact.d.ts +65 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIContact.mjs +67 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIConversation.d.ts +23 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIConversation.mjs +25 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIGroup.d.ts +86 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIGroup.mjs +88 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUISearch.d.ts +40 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUISearch.mjs +42 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/component.d.ts +20 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/component.mjs +22 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/emoji.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/emoji.mjs +4 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/evaluate.d.ts +10 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/evaluate.mjs +12 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/index.d.ts +510 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/index.mjs +39 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/message.d.ts +61 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/message.mjs +63 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/time.d.ts +36 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/time.mjs +38 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/translate.d.ts +163 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/words.d.ts +13 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/words.mjs +15 -0
- package/es/components/Chat/ChatKit/plugins/extension-server/callkit.d.ts +2 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/index.d.ts +6 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/index.mjs +32 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.d.ts +32 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue2.mjs +97 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue2.mjs +41 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/index.d.ts +0 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue2.mjs +15 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.d.ts +60 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue2.mjs +71 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.d.ts +42 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue2.mjs +94 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.d.ts +30 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.mjs +7 -0
- package/es/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue2.mjs +24 -0
- package/es/components/Chat/ChatKit/server.d.ts +50 -0
- package/es/components/Chat/ChatKit/server.mjs +156 -0
- package/es/components/Chat/ChatKit/utils/documentLink.d.ts +23 -0
- package/es/components/Chat/ChatKit/utils/documentLink.mjs +25 -0
- package/es/components/Chat/ChatKit/utils/enableSampleTaskStatus.d.ts +1 -0
- package/es/components/Chat/ChatKit/utils/enableSampleTaskStatus.mjs +11 -0
- package/es/components/Chat/ChatKit/utils/env.d.ts +6 -0
- package/es/components/Chat/ChatKit/utils/env.mjs +15 -0
- package/es/components/Chat/ChatKit/utils/index.d.ts +1 -0
- package/es/components/Chat/ChatKit/utils/lodash.d.ts +17 -0
- package/es/components/Chat/ChatKit/utils/lodash.mjs +105 -0
- package/es/components/Chat/ChatKit/utils/type-check.d.ts +12 -0
- package/es/components/Chat/ChatKit/utils/type-check.mjs +34 -0
- package/es/components/Chat/index/index.vue.d.ts +2 -0
- package/es/components/Chat/{index.vue.mjs → index/index.vue.mjs} +2 -2
- package/es/components/Chat/index/index.vue2.mjs +68 -0
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +1 -0
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +2 -0
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue2.mjs +1 -0
- package/es/components/ManageMember/useIndexHooks.mjs +1 -0
- package/es/components/PreRoom/PasswordDialog.vue2.mjs +2 -0
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.mjs +1 -1
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue2.mjs +15 -11
- package/es/components/RoomFooter/AIControl.vue.d.ts +6 -0
- package/es/components/RoomFooter/AIControl.vue.mjs +7 -0
- package/es/components/RoomFooter/AIControl.vue2.mjs +97 -0
- package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.mjs +2 -0
- package/es/components/RoomFooter/BasicBeauty.vue.d.ts +2 -0
- package/es/components/RoomFooter/BasicBeauty.vue.mjs +7 -0
- package/es/components/RoomFooter/BasicBeauty.vue2.mjs +350 -0
- package/es/components/RoomFooter/ChatControl.vue.mjs +2 -0
- package/es/components/RoomFooter/EndControl/index.vue2.mjs +2 -0
- package/es/components/RoomFooter/EndControl/useEndControlHooks.mjs +2 -0
- package/es/components/RoomFooter/FullScreenControl.vue.mjs +2 -0
- package/es/components/RoomFooter/InviteControl.vue2.mjs +1 -0
- package/es/components/RoomFooter/ManageMemberControl.vue.mjs +2 -0
- package/es/components/RoomFooter/MoreControl/index.vue.mjs +2 -0
- package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +16 -12
- package/es/components/RoomFooter/VirtualBackground.vue2.mjs +2 -0
- package/es/components/RoomFooter/WhiteboardControl.vue.mjs +31 -12
- package/es/components/RoomFooter/index/index.vue.d.ts +5 -1
- package/es/components/RoomFooter/index/index.vue.mjs +1 -1
- package/es/components/RoomFooter/index/index.vue2.mjs +19 -3
- package/es/components/RoomHeader/RoomInfo/useRoomInfoHooks.mjs +1 -0
- package/es/components/RoomHeader/UserInfo/index.vue2.mjs +2 -0
- package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +2 -0
- package/es/components/RoomInvite/InvitationNotification.vue2.mjs +1 -0
- package/es/components/RoomInvite/useRoomInviteHooks.mjs +1 -0
- package/es/components/RoomSidebar/index.vue.mjs +4 -2
- package/es/components/RoomSidebar/useSideBarHooks.mjs +18 -4
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +2 -0
- package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +2 -1
- package/es/components/ScheduleConference/ScheduleRoomList.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +10 -2
- package/es/components/ScheduleConference/ShareLink.vue2.mjs +2 -0
- package/es/components/ScheduleConference/TimezonePicker.vue.mjs +2 -0
- package/es/components/Whiteboard/controller/ImageController/image/folder.svg.mjs +4 -0
- package/es/components/Whiteboard/controller/ImageController/index.vue.d.ts +2 -0
- package/es/components/Whiteboard/controller/ImageController/index.vue.mjs +7 -0
- package/es/components/Whiteboard/controller/ImageController/index.vue2.mjs +70 -0
- package/es/components/Whiteboard/controller/RedoUndo/index.vue.mjs +1 -1
- package/es/components/Whiteboard/controller/RedoUndo/index.vue2.mjs +0 -1
- package/es/components/Whiteboard/controller/SaveController/index.vue.mjs +1 -1
- package/es/components/Whiteboard/controller/SaveController/index.vue2.mjs +3 -1
- package/es/components/Whiteboard/controller/ToolBox/index.vue.mjs +1 -1
- package/es/components/Whiteboard/controller/ToolBox/index.vue2.mjs +10 -1
- package/es/components/Whiteboard/core/index.d.ts +5 -0
- package/es/components/Whiteboard/core/index.mjs +94 -15
- package/es/components/Whiteboard/index.vue.mjs +1 -1
- package/es/components/Whiteboard/index.vue2.mjs +11 -3
- package/es/components/common/Language.vue.mjs +2 -0
- package/es/components/common/SwitchTheme.vue.mjs +2 -0
- package/es/components/common/base/Select/index.vue2.mjs +2 -0
- package/es/components/common/base/Slider.vue.d.ts +54 -0
- package/es/components/common/base/Slider.vue.mjs +7 -0
- package/es/components/common/base/Slider.vue2.mjs +107 -0
- package/es/components/common/icons/AIIcon.vue.d.ts +2 -0
- package/es/components/common/icons/AIIcon.vue.mjs +21 -0
- package/es/components/common/icons/AISubtitles.vue.d.ts +2 -0
- package/es/components/common/icons/AISubtitles.vue.mjs +26 -0
- package/es/components/common/icons/AITranscription.vue.d.ts +2 -0
- package/es/components/common/icons/AITranscription.vue.mjs +21 -0
- package/es/components/common/icons/BasicBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/BasicBeautyIcon.vue.mjs +41 -0
- package/es/components/common/icons/CloseBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/CloseBeautyIcon.vue.mjs +38 -0
- package/es/components/common/icons/CompareIcon.vue.d.ts +2 -0
- package/es/components/common/icons/CompareIcon.vue.mjs +21 -0
- package/es/components/common/icons/ResetIcon.vue.d.ts +2 -0
- package/es/components/common/icons/ResetIcon.vue.mjs +39 -0
- package/es/components/common/icons/RuddyBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/RuddyBeautyIcon.vue.mjs +21 -0
- package/es/components/common/icons/SmootherBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/SmootherBeautyIcon.vue.mjs +21 -0
- package/es/components/common/icons/WhiteningBeautyIcon.vue.d.ts +2 -0
- package/es/components/common/icons/WhiteningBeautyIcon.vue.mjs +21 -0
- package/es/conference.d.ts +4 -1
- package/es/conference.mjs +6 -0
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +16 -2
- package/es/constants/room.d.ts +4 -0
- package/es/constants/room.mjs +6 -0
- package/es/extension/RoomMessageCard/RoomMessageCard.vue.mjs +2 -2
- package/es/extension/VoidTemplate.vue.d.ts +2 -0
- package/es/extension/chatExtension.d.ts +3 -1
- package/es/extension/chatExtension.mjs +42 -36
- package/es/extension/index.d.ts +3 -1
- package/es/extension/utils/interact.mjs +2 -0
- package/es/index.d.ts +2 -1
- package/es/index.mjs +5571 -603
- package/es/locales/en-US.d.ts +16 -0
- package/es/locales/en-US.mjs +18 -1
- package/es/locales/zh-CN.d.ts +16 -0
- package/es/locales/zh-CN.mjs +18 -1
- package/es/package.json.mjs +93 -0
- package/es/preConference.vue2.mjs +2 -1
- package/es/services/function/aiTask.d.ts +48 -0
- package/es/services/function/aiTask.mjs +167 -0
- package/es/services/function/basicBeauty.d.ts +22 -0
- package/es/services/function/basicBeauty.mjs +61 -0
- package/es/services/index.d.ts +2 -0
- package/es/services/manager/chatManager.d.ts +20 -0
- package/es/services/manager/chatManager.mjs +130 -0
- package/es/services/manager/componentManager.d.ts +2 -2
- package/es/services/manager/componentManager.mjs +6 -2
- package/es/services/manager/configManager.mjs +0 -1
- package/es/services/manager/dataReportManager.d.ts +10 -0
- package/es/services/manager/dataReportManager.mjs +30 -0
- package/es/services/manager/roomActionManager.d.ts +2 -1
- package/es/services/manager/roomActionManager.mjs +11 -7
- package/es/services/roomService.d.ts +6 -0
- package/es/services/roomService.mjs +17 -1
- package/es/services/types.d.ts +2 -0
- package/es/stores/basic.mjs +1 -16
- package/es/stores/room.mjs +9 -1
- package/lib/components/AITools/AISubtitles.vue.d.ts +2 -0
- package/lib/components/AITools/AISubtitles.vue.js +7 -0
- package/lib/components/AITools/AISubtitles.vue2.js +50 -0
- package/lib/components/AITools/AITranscription.vue.d.ts +2 -0
- package/lib/components/AITools/AITranscription.vue.js +7 -0
- package/lib/components/AITools/AITranscription.vue2.js +116 -0
- package/lib/components/Chat/ChatKit/adapter-vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/adapter-vue.js +53 -0
- package/lib/components/Chat/ChatKit/assets/icon/add-circle.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/back.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/call-video.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/call-voice.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/camera-uni.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/cancel.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/check-sm.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/close-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/convertText_zh.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/double-arrow.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/download.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/evalute-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/evalute-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/face-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/face-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/file-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/file-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/forward-each.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/forward-merge.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/icon-arrow-left.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/icon-close.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/image-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/image-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/image-uni.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/loading.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-audio.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-copy.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-del.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-forward.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-quote.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/msg-revoke.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/multiple-select.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/radio.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/rotate-left.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/rotate-right.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/selected.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/star-light.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/star.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/translate.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-play.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/video-uni.png.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/words-dark.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/words-light.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/zoom-in.svg.js +4 -0
- package/lib/components/Chat/ChatKit/assets/icon/zoom-out.svg.js +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.d.ts +35 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue2.js +103 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/config.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/config.js +77 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.d.ts +12 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.js +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.d.ts +9 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.js +159 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/index.d.ts +53 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/index.js +87 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.d.ts +65 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/forward/index.vue.d.ts +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/forward/index.vue.js +143 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/forward/index.vue2.js +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue2.js +240 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.d.ts +79 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.vue2.js +141 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.js +161 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue2.js +182 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue2.js +47 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.d.ts +117 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.js +8 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.js +601 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.js +39 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue2.js +98 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue2.js +177 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.d.ts +20 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue2.js +73 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue2.js +206 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue2.js +85 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue2.js +149 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.d.ts +38 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.js +248 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.d.ts +77 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue2.js +143 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.d.ts +40 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue.js +134 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue2.js +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue2.js +145 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.d.ts +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue2.js +96 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.d.ts +57 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.js +8 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.js +707 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/link/index.d.ts +23 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/link/index.js +25 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.d.ts +27 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue2.js +108 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.d.ts +82 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue2.js +213 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.d.ts +40 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue2.js +93 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue2.js +69 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.d.ts +34 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue2.js +121 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue2.js +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.d.ts +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue2.js +60 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.d.ts +41 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue2.js +66 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue2.js +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.d.ts +40 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue2.js +150 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.d.ts +58 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.js +17 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.d.ts +48 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue2.js +91 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.d.ts +28 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue2.js +49 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.d.ts +23 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue2.js +65 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue2.js +27 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue2.js +80 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.d.ts +37 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue2.js +110 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.d.ts +41 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue2.js +167 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.d.ts +34 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue2.js +144 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue2.js +264 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.d.ts +43 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue2.js +52 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.d.ts +28 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue2.js +197 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.d.ts +49 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.js +320 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.d.ts +27 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue2.js +48 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.d.ts +34 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.js +257 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/interface.d.ts +21 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue2.js +131 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue2.js +83 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.d.ts +5 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.js +21 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.d.ts +6 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.js +8 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.d.ts +4 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.js +22 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/interface.d.ts +43 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.js +70 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/server.d.ts +12 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/server.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.d.ts +16 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.js +65 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.d.ts +23 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.js +78 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.js +53 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/copy.d.ts +12 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/copy.js +119 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.d.ts +24 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.js +107 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/translation.d.ts +54 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/translation.js +157 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/utils.d.ts +20 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/utils.js +104 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/wordsList.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/wordsList.js +32 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-info/contact-info-config.d.ts +141 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-info/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-list/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/contact-search/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/select-friend/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/server.d.ts +13 -0
- package/lib/components/Chat/ChatKit/components/TUIContact/utils/index.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/conversation-header/server.d.ts +18 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIConversation/server.d.ts +29 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/config.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/create-group/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/manage-group/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/select-member/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUIGroup/server.d.ts +15 -0
- package/lib/components/Chat/ChatKit/components/TUINotification/index.d.ts +123 -0
- package/lib/components/Chat/ChatKit/components/TUINotification/interface.d.ts +13 -0
- package/lib/components/Chat/ChatKit/components/TUINotification/utils.d.ts +10 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-container/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-input/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-more/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-result/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-time-list.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/search-type-list.d.ts +37 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/server.d.ts +11 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/type.d.ts +52 -0
- package/lib/components/Chat/ChatKit/components/TUISearch/utils.d.ts +29 -0
- package/lib/components/Chat/ChatKit/components/common/Avatar/index.vue.d.ts +46 -0
- package/lib/components/Chat/ChatKit/components/common/Avatar/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Avatar/index.vue2.js +89 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.d.ts +103 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.js +155 -0
- package/lib/components/Chat/ChatKit/components/common/DatePicker/date-picker.d.ts +14 -0
- package/lib/components/Chat/ChatKit/components/common/DatePicker/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.vue.d.ts +74 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.vue2.js +114 -0
- package/lib/components/Chat/ChatKit/components/common/Drag/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Drawer/index.vue.d.ts +71 -0
- package/lib/components/Chat/ChatKit/components/common/Drawer/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Drawer/index.vue2.js +84 -0
- package/lib/components/Chat/ChatKit/components/common/FetchMore/index.vue.d.ts +46 -0
- package/lib/components/Chat/ChatKit/components/common/FetchMore/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/FetchMore/index.vue2.js +81 -0
- package/lib/components/Chat/ChatKit/components/common/Icon.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/components/common/Icon.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Icon.vue2.js +62 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.d.ts +32 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue.js +34 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue3.js +5 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.d.ts +39 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue2.js +458 -0
- package/lib/components/Chat/ChatKit/components/common/Loading/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.d.ts +67 -0
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue2.js +74 -0
- package/lib/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.d.ts +46 -0
- package/lib/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/ProgressMessage/index.vue2.js +40 -0
- package/lib/components/Chat/ChatKit/components/common/RadioSelect/index.vue.d.ts +26 -0
- package/lib/components/Chat/ChatKit/components/common/RadioSelect/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/RadioSelect/index.vue2.js +36 -0
- package/lib/components/Chat/ChatKit/components/common/SelectUser/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/SwitchBar/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.d.ts +19 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.js +98 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +76 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue2.js +108 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/type.d.ts +7 -0
- package/lib/components/Chat/ChatKit/components/common/Toast/type.js +9 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.d.ts +131 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.js +7 -0
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue2.js +318 -0
- package/lib/components/Chat/ChatKit/components/index.d.ts +77 -0
- package/lib/components/Chat/ChatKit/constant.d.ts +41 -0
- package/lib/components/Chat/ChatKit/constant.js +16 -0
- package/lib/components/Chat/ChatKit/index.d.ts +8 -0
- package/lib/components/Chat/ChatKit/interface.d.ts +282 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.d.ts +150 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.js +152 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIContact.d.ts +65 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIContact.js +67 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIConversation.d.ts +23 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIConversation.js +25 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIGroup.d.ts +85 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIGroup.js +87 -0
- package/lib/components/Chat/ChatKit/locales/en/TUISearch.d.ts +40 -0
- package/lib/components/Chat/ChatKit/locales/en/TUISearch.js +42 -0
- package/lib/components/Chat/ChatKit/locales/en/component.d.ts +20 -0
- package/lib/components/Chat/ChatKit/locales/en/component.js +22 -0
- package/lib/components/Chat/ChatKit/locales/en/emoji.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/en/emoji.js +4 -0
- package/lib/components/Chat/ChatKit/locales/en/evaluate.d.ts +10 -0
- package/lib/components/Chat/ChatKit/locales/en/evaluate.js +12 -0
- package/lib/components/Chat/ChatKit/locales/en/index.d.ts +577 -0
- package/lib/components/Chat/ChatKit/locales/en/index.js +39 -0
- package/lib/components/Chat/ChatKit/locales/en/message.d.ts +61 -0
- package/lib/components/Chat/ChatKit/locales/en/message.js +63 -0
- package/lib/components/Chat/ChatKit/locales/en/time.d.ts +36 -0
- package/lib/components/Chat/ChatKit/locales/en/time.js +38 -0
- package/lib/components/Chat/ChatKit/locales/en/words.d.ts +18 -0
- package/lib/components/Chat/ChatKit/locales/en/words.js +20 -0
- package/lib/components/Chat/ChatKit/locales/index.d.ts +1084 -0
- package/lib/components/Chat/ChatKit/locales/index.js +9 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +150 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.js +152 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIContact.d.ts +65 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIContact.js +67 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIConversation.d.ts +23 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIConversation.js +25 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIGroup.d.ts +86 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIGroup.js +88 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUISearch.d.ts +40 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUISearch.js +42 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/component.d.ts +20 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/component.js +22 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/emoji.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/emoji.js +4 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/evaluate.d.ts +10 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/evaluate.js +12 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/index.d.ts +510 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/index.js +39 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/message.d.ts +61 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/message.js +63 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/time.d.ts +36 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/time.js +38 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/translate.d.ts +163 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/words.d.ts +13 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/words.js +15 -0
- package/lib/components/Chat/ChatKit/plugins/extension-server/callkit.d.ts +2 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/index.d.ts +6 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/index.js +32 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.d.ts +32 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue2.js +97 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue2.js +41 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/index.d.ts +0 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue2.js +15 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.d.ts +60 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue2.js +71 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.d.ts +42 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue2.js +94 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.d.ts +30 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue.js +7 -0
- package/lib/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue2.js +24 -0
- package/lib/components/Chat/ChatKit/server.d.ts +50 -0
- package/lib/components/Chat/ChatKit/server.js +156 -0
- package/lib/components/Chat/ChatKit/utils/documentLink.d.ts +23 -0
- package/lib/components/Chat/ChatKit/utils/documentLink.js +25 -0
- package/lib/components/Chat/ChatKit/utils/enableSampleTaskStatus.d.ts +1 -0
- package/lib/components/Chat/ChatKit/utils/enableSampleTaskStatus.js +11 -0
- package/lib/components/Chat/ChatKit/utils/env.d.ts +6 -0
- package/lib/components/Chat/ChatKit/utils/env.js +15 -0
- package/lib/components/Chat/ChatKit/utils/index.d.ts +1 -0
- package/lib/components/Chat/ChatKit/utils/lodash.d.ts +17 -0
- package/lib/components/Chat/ChatKit/utils/lodash.js +105 -0
- package/lib/components/Chat/ChatKit/utils/type-check.d.ts +12 -0
- package/lib/components/Chat/ChatKit/utils/type-check.js +34 -0
- package/lib/components/Chat/index/index.vue.d.ts +2 -0
- package/lib/components/Chat/{index.vue.js → index/index.vue.js} +2 -2
- package/lib/components/Chat/index/index.vue2.js +68 -0
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +1 -0
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +2 -0
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue2.js +1 -0
- package/lib/components/ManageMember/useIndexHooks.js +1 -0
- package/lib/components/PreRoom/PasswordDialog.vue2.js +2 -0
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.js +1 -1
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue2.js +15 -11
- package/lib/components/RoomFooter/AIControl.vue.d.ts +6 -0
- package/lib/components/RoomFooter/AIControl.vue.js +7 -0
- package/lib/components/RoomFooter/AIControl.vue2.js +97 -0
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.js +2 -0
- package/lib/components/RoomFooter/BasicBeauty.vue.d.ts +2 -0
- package/lib/components/RoomFooter/BasicBeauty.vue.js +7 -0
- package/lib/components/RoomFooter/BasicBeauty.vue2.js +350 -0
- package/lib/components/RoomFooter/ChatControl.vue.js +2 -0
- package/lib/components/RoomFooter/EndControl/index.vue2.js +2 -0
- package/lib/components/RoomFooter/EndControl/useEndControlHooks.js +2 -0
- package/lib/components/RoomFooter/FullScreenControl.vue.js +2 -0
- package/lib/components/RoomFooter/InviteControl.vue2.js +1 -0
- package/lib/components/RoomFooter/ManageMemberControl.vue.js +2 -0
- package/lib/components/RoomFooter/MoreControl/index.vue.js +2 -0
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +16 -12
- package/lib/components/RoomFooter/VirtualBackground.vue2.js +2 -0
- package/lib/components/RoomFooter/WhiteboardControl.vue.js +31 -12
- package/lib/components/RoomFooter/index/index.vue.d.ts +5 -1
- package/lib/components/RoomFooter/index/index.vue.js +1 -1
- package/lib/components/RoomFooter/index/index.vue2.js +19 -3
- package/lib/components/RoomHeader/RoomInfo/useRoomInfoHooks.js +1 -0
- package/lib/components/RoomHeader/UserInfo/index.vue2.js +2 -0
- package/lib/components/RoomHeader/index/LayoutControl.vue2.js +2 -0
- package/lib/components/RoomInvite/InvitationNotification.vue2.js +1 -0
- package/lib/components/RoomInvite/useRoomInviteHooks.js +1 -0
- package/lib/components/RoomSidebar/index.vue.js +4 -2
- package/lib/components/RoomSidebar/useSideBarHooks.js +18 -4
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +2 -0
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +2 -1
- package/lib/components/ScheduleConference/ScheduleRoomList.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleRoomList.vue2.js +10 -2
- package/lib/components/ScheduleConference/ShareLink.vue2.js +2 -0
- package/lib/components/ScheduleConference/TimezonePicker.vue.js +2 -0
- package/lib/components/Whiteboard/controller/ImageController/image/folder.svg.js +4 -0
- package/lib/components/Whiteboard/controller/ImageController/index.vue.d.ts +2 -0
- package/lib/components/Whiteboard/controller/ImageController/index.vue.js +7 -0
- package/lib/components/Whiteboard/controller/ImageController/index.vue2.js +70 -0
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue.js +1 -1
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue2.js +0 -1
- package/lib/components/Whiteboard/controller/SaveController/index.vue.js +1 -1
- package/lib/components/Whiteboard/controller/SaveController/index.vue2.js +3 -1
- package/lib/components/Whiteboard/controller/ToolBox/index.vue.js +1 -1
- package/lib/components/Whiteboard/controller/ToolBox/index.vue2.js +9 -0
- package/lib/components/Whiteboard/core/index.d.ts +5 -0
- package/lib/components/Whiteboard/core/index.js +94 -15
- package/lib/components/Whiteboard/index.vue.js +1 -1
- package/lib/components/Whiteboard/index.vue2.js +13 -5
- package/lib/components/common/Language.vue.js +2 -0
- package/lib/components/common/SwitchTheme.vue.js +2 -0
- package/lib/components/common/base/Select/index.vue2.js +2 -0
- package/lib/components/common/base/Slider.vue.d.ts +54 -0
- package/lib/components/common/base/Slider.vue.js +7 -0
- package/lib/components/common/base/Slider.vue2.js +107 -0
- package/lib/components/common/icons/AIIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/AIIcon.vue.js +21 -0
- package/lib/components/common/icons/AISubtitles.vue.d.ts +2 -0
- package/lib/components/common/icons/AISubtitles.vue.js +26 -0
- package/lib/components/common/icons/AITranscription.vue.d.ts +2 -0
- package/lib/components/common/icons/AITranscription.vue.js +21 -0
- package/lib/components/common/icons/BasicBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/BasicBeautyIcon.vue.js +41 -0
- package/lib/components/common/icons/CloseBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/CloseBeautyIcon.vue.js +38 -0
- package/lib/components/common/icons/CompareIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/CompareIcon.vue.js +21 -0
- package/lib/components/common/icons/ResetIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/ResetIcon.vue.js +39 -0
- package/lib/components/common/icons/RuddyBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/RuddyBeautyIcon.vue.js +21 -0
- package/lib/components/common/icons/SmootherBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/SmootherBeautyIcon.vue.js +21 -0
- package/lib/components/common/icons/WhiteningBeautyIcon.vue.d.ts +2 -0
- package/lib/components/common/icons/WhiteningBeautyIcon.vue.js +21 -0
- package/lib/conference.d.ts +4 -1
- package/lib/conference.js +6 -0
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +16 -2
- package/lib/constants/room.d.ts +4 -0
- package/lib/constants/room.js +6 -0
- package/lib/extension/RoomMessageCard/RoomMessageCard.vue.js +2 -2
- package/lib/extension/VoidTemplate.vue.d.ts +2 -0
- package/lib/extension/chatExtension.d.ts +3 -1
- package/lib/extension/chatExtension.js +63 -57
- package/lib/extension/index.d.ts +3 -1
- package/lib/extension/utils/interact.js +2 -0
- package/lib/index.d.ts +2 -1
- package/lib/index.js +5571 -603
- package/lib/locales/en-US.d.ts +16 -0
- package/lib/locales/en-US.js +18 -1
- package/lib/locales/zh-CN.d.ts +16 -0
- package/lib/locales/zh-CN.js +18 -1
- package/lib/package.json.js +93 -0
- package/lib/preConference.vue2.js +2 -1
- package/lib/services/function/aiTask.d.ts +48 -0
- package/lib/services/function/aiTask.js +167 -0
- package/lib/services/function/basicBeauty.d.ts +22 -0
- package/lib/services/function/basicBeauty.js +61 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/manager/chatManager.d.ts +20 -0
- package/lib/services/manager/chatManager.js +130 -0
- package/lib/services/manager/componentManager.d.ts +2 -2
- package/lib/services/manager/componentManager.js +6 -2
- package/lib/services/manager/configManager.js +0 -1
- package/lib/services/manager/dataReportManager.d.ts +10 -0
- package/lib/services/manager/dataReportManager.js +30 -0
- package/lib/services/manager/roomActionManager.d.ts +2 -1
- package/lib/services/manager/roomActionManager.js +11 -7
- package/lib/services/roomService.d.ts +6 -0
- package/lib/services/roomService.js +17 -1
- package/lib/services/types.d.ts +2 -0
- package/lib/stores/basic.js +1 -16
- package/lib/stores/room.js +9 -1
- package/package.json +15 -2
- package/src/TUIRoom/assets/style/black-theme.scss +2 -0
- package/src/TUIRoom/assets/style/white-theme.scss +2 -0
- package/src/TUIRoom/components/AITools/AISubtitles.vue +52 -0
- package/src/TUIRoom/components/AITools/AITranscription.vue +161 -0
- package/src/TUIRoom/components/Chat/ChatKit/CHANGELOG.md +145 -0
- package/src/TUIRoom/components/Chat/ChatKit/README.md +94 -0
- package/src/TUIRoom/components/Chat/ChatKit/adapter-vue.ts +44 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/add-circle.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/add.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/at.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/audio.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/back.svg +16 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/call-video.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/call-voice.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/call.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/camera-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/cancel.svg +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/check-sm.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/close-dark.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/close-image.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/convertText_en.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/convertText_zh.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/d-left-arrow.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/d-right-arrow.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/del-icon.svg +25 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/double-arrow.svg +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/down-icon.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/downaload-image.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/download.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/edit.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/evalute-dark.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/evalute-light.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/face-dark.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/face-light.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/face-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/file-dark.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/file-light.svg +13 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/forward-each.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/forward-merge.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/icon-arrow-left.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/icon-c2c.svg +36 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/icon-close.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/image-dark.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/image-light.svg +13 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/image-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/input-close.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/left-arrow.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/loading.gif +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/loading.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/minus.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/more-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/more.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-audio.svg +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-copy.svg +30 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-del.svg +33 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-forward.svg +31 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-quote.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/msg-revoke.svg +29 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/multiple-select.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/mute.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/plus.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/radio.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/right-arrow.svg +14 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/right-icon.svg +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/rotate-left.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/rotate-right.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/search-default.svg +52 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/search-more.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/search.svg +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/selected.svg +27 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/setting.svg +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/star-light.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/star.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/start-group.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/translate.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-dark.svg +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-light.svg +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-play.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/video-uni.png +0 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/words-dark.svg +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/words-light.svg +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/zoom-in.svg +9 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/icon/zoom-out.svg +9 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/styles/common.scss +59 -0
- package/src/TUIRoom/components/Chat/ChatKit/assets/styles/sample.scss +99 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue +160 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/config.ts +83 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/custom-emoji.ts +15 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.ts +114 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/index.ts +140 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/en.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_cn.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/forward/index.vue +159 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.ts +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.vue +272 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/index.vue +162 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.ts +187 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue +301 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-button.vue +103 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue +848 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-file.ts +38 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue +157 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue +182 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue +81 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/style/h5.scss +25 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/style/web.scss +55 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue +211 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/color.scss +57 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/h5.scss +63 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/style/web.scss +93 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue +156 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue +308 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/style/uni.scss +111 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue +138 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/color.scss +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/h5.scss +7 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/index.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/uni.scss +36 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/style/web.scss +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/user-selector/index.vue +127 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue +155 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue +95 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/color.scss +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/h5.scss +29 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/index.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/style/web.scss +32 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/index.vue +818 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/link/index.ts +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue +203 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-bubble.vue +483 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/convert-content.vue +141 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue +99 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-custom.vue +187 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-face.vue +44 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-file.vue +78 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-image.vue +91 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-location.vue +33 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue +199 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/interface.ts +60 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue +137 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-text.vue +71 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-timestamp.vue +74 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-tip.vue +48 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue +124 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/translation-content.vue +166 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-video.vue +312 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue +200 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue +434 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/message-container.vue +102 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue +336 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue +425 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue +60 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue +450 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/interface.ts +27 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue +176 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/color.scss +32 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/h5.scss +16 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/index.scss +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/style/web.scss +177 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue +134 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/const.ts +17 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/index.ts +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/info.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/interface.ts +49 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/offlinePushInfoManager/offlinePushInfoManager.ts +76 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/server.ts +82 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/h5.scss +47 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/index.scss +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/uni.scss +10 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/web.scss +46 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/style/wx.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/chatStorage.ts +70 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/conversationDraft.ts +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/convertVoiceToText.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/copy.ts +141 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.ts +161 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/translation.ts +203 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/utils.ts +161 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/wordsList.ts +29 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/contact-info-config.ts +201 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/index.vue +429 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/style/h5.scss +130 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-info/style/web.scss +151 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/contact-list-item/index.vue +258 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.vue +363 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/style/h5.scss +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/style/web.scss +85 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-search/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-search/index.vue +250 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/index.vue +131 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/select-friend/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/select-friend/index.vue +92 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/server.ts +43 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/utils/index.ts +359 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/actions-menu/index.vue +232 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-header/index.vue +96 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-header/server.ts +78 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/index.vue +310 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/color.scss +77 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/h5.scss +43 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-list/style/web.scss +186 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/conversation-network/index.vue +33 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/index.vue +48 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/server.ts +163 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/style/color.scss +12 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIConversation/style/web.scss +107 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/config.ts +50 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/group-introduction/index.vue +75 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/index.vue +297 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/color.scss +104 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/h5.scss +97 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/index.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/create-group/style/web.scss +106 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/index.ts +6 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/index.vue +53 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.vue +825 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-admin.vue +338 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-member.vue +300 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-name.vue +264 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-notification.vue +268 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/manage-profile.vue +275 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/color.scss +64 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/h5.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/index.scss +39 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/style/web.scss +243 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/select-member/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/select-member/index.vue +120 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/server.ts +94 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUINotification/index.ts +387 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUINotification/interface.ts +15 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUINotification/utils.ts +20 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/index.vue +207 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/index.vue +259 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/style/h5.scss +36 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-container/style/web.scss +114 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-input/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-input/index.vue +215 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-more/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-more/index.vue +162 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/index.vue +566 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-default/index.vue +50 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/index.vue +211 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-custom.vue +237 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-file.vue +152 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-image.vue +40 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-text.vue +93 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/message-abstract/message-abstract-video.vue +70 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/style/h5.scss +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-item/style/web.scss +262 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/search-result-loading/index.vue +25 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/style/h5.scss +67 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-result/style/web.scss +180 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-time-list.ts +45 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/search-type-list.ts +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/server.ts +73 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/style/h5.scss +39 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/style/web.scss +28 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/type.ts +76 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUISearch/utils.ts +346 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Avatar/index.vue +147 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.vue +159 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/h5.scss +59 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/index.scss +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/modal.scss +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/date-picker-panel.vue +308 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/date-picker.ts +19 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/date-table.vue +321 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/DatePicker/index.vue +270 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/index.vue +119 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/color.scss +43 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/dialog.scss +4 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/h5.scss +56 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Dialog/style/web.scss +61 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Drag/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Drag/index.vue +121 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Drawer/index.vue +159 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/FetchMore/index.vue +96 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Icon.vue +82 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/image-item.vue +42 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue +678 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Loading/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Loading/index.vue +47 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/MaskLayer/index.vue +56 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Overlay/index.vue +121 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Popconfirm/index.vue +188 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ProgressMessage/index.vue +92 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/RadioSelect/index.vue +61 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SelectUser/index.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SelectUser/index.vue +69 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Slider/index.vue +64 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SwitchBar/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/SwitchBar/index.vue +74 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Toast/index.ts +115 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Toast/index.vue +183 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Toast/type.ts +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.vue +332 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/color.scss +68 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/h5.scss +93 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/transfer.scss +13 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/style/web.scss +141 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/index.ts +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/constant.ts +48 -0
- package/src/TUIRoom/components/Chat/ChatKit/index.ts +27 -0
- package/src/TUIRoom/components/Chat/ChatKit/index.vue +190 -0
- package/src/TUIRoom/components/Chat/ChatKit/interface.ts +326 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIChat.ts +151 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIContact.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIConversation.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIGroup.ts +86 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUISearch.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/component.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/emoji.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/evaluate.ts +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/index.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/message.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/time.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/words.ts +19 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/index.ts +10 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIChat.ts +151 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIContact.ts +68 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIConversation.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIGroup.ts +87 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUISearch.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/component.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/emoji.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/evaluate.ts +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/index.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/message.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/time.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/translate.ts +164 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/words.ts +14 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/extension-server/callkit.ts +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/index.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-c2c.vue +116 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-call/message-call-group.vue +51 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-customer/index.ts +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-customer/message-customer-service.vue +16 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-plugin-layout.vue +123 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-plugin.vue +106 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room-default.vue +42 -0
- package/src/TUIRoom/components/Chat/ChatKit/plugins/plugin-components/message-room/message-room.vue +19 -0
- package/src/TUIRoom/components/Chat/ChatKit/server.ts +173 -0
- package/src/TUIRoom/components/Chat/ChatKit/shims-vue.d.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/documentLink.ts +23 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/enableSampleTaskStatus.ts +8 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/env.ts +17 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/index.ts +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/lodash.ts +169 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/type-check.ts +44 -0
- package/src/TUIRoom/components/Chat/index/index.vue +78 -0
- package/src/TUIRoom/components/RoomContent/StreamRegion/LocalScreenView/index.vue +19 -12
- package/src/TUIRoom/components/RoomFooter/AIControl.vue +117 -0
- package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +469 -0
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +15 -11
- package/src/TUIRoom/components/RoomFooter/WhiteboardControl.vue +32 -12
- package/src/TUIRoom/components/RoomFooter/index/index.vue +13 -1
- package/src/TUIRoom/components/RoomSidebar/index.vue +3 -1
- package/src/TUIRoom/components/RoomSidebar/useSideBarHooks.ts +27 -8
- package/src/TUIRoom/components/ScheduleConference/ScheduleRoomList.vue +11 -2
- package/src/TUIRoom/components/Whiteboard/controller/ImageController/image/folder.svg +15 -0
- package/src/TUIRoom/components/Whiteboard/controller/ImageController/index.vue +92 -0
- package/src/TUIRoom/components/Whiteboard/controller/RedoUndo/index.vue +0 -1
- package/src/TUIRoom/components/Whiteboard/controller/SaveController/index.vue +2 -0
- package/src/TUIRoom/components/Whiteboard/controller/ToolBox/index.vue +13 -1
- package/src/TUIRoom/components/Whiteboard/core/index.ts +98 -16
- package/src/TUIRoom/components/Whiteboard/index.vue +13 -1
- package/src/TUIRoom/components/common/base/Slider.vue +152 -0
- package/src/TUIRoom/components/common/icons/AIIcon.vue +46 -0
- package/src/TUIRoom/components/common/icons/AISubtitles.vue +16 -0
- package/src/TUIRoom/components/common/icons/AITranscription.vue +32 -0
- package/src/TUIRoom/components/common/icons/BasicBeautyIcon.vue +31 -0
- package/src/TUIRoom/components/common/icons/CloseBeautyIcon.vue +29 -0
- package/src/TUIRoom/components/common/icons/CompareIcon.vue +72 -0
- package/src/TUIRoom/components/common/icons/ResetIcon.vue +30 -0
- package/src/TUIRoom/components/common/icons/RuddyBeautyIcon.vue +43 -0
- package/src/TUIRoom/components/common/icons/SmootherBeautyIcon.vue +49 -0
- package/src/TUIRoom/components/common/icons/WhiteningBeautyIcon.vue +38 -0
- package/src/TUIRoom/conference.ts +7 -0
- package/src/TUIRoom/conference.vue +20 -1
- package/src/TUIRoom/constants/room.ts +6 -0
- package/src/TUIRoom/extension/chatExtension.ts +40 -32
- package/src/TUIRoom/extension/index.ts +2 -1
- package/src/TUIRoom/index.ts +2 -0
- package/src/TUIRoom/locales/en-US.ts +21 -0
- package/src/TUIRoom/locales/zh-CN.ts +19 -0
- package/src/TUIRoom/services/function/aiTask.ts +225 -0
- package/src/TUIRoom/services/function/basicBeauty.ts +90 -0
- package/src/TUIRoom/services/index.ts +2 -0
- package/src/TUIRoom/services/manager/chatManager.ts +140 -0
- package/src/TUIRoom/services/manager/componentManager.ts +5 -1
- package/src/TUIRoom/services/manager/configManager.ts +0 -1
- package/src/TUIRoom/services/manager/dataReportManager.ts +27 -0
- package/src/TUIRoom/services/manager/roomActionManager.ts +9 -4
- package/src/TUIRoom/services/roomService.ts +17 -1
- package/src/TUIRoom/services/types.ts +2 -0
- package/src/TUIRoom/stores/basic.ts +1 -18
- package/src/TUIRoom/stores/room.ts +12 -0
- package/vite.config.ts +5 -0
- package/es/components/Chat/index.vue2.mjs +0 -20
- package/lib/components/Chat/index.vue2.js +0 -20
- package/src/TUIRoom/components/Chat/index.vue +0 -25
- /package/es/components/{Chat/index.vue.d.ts → AITools/AISubtitles.vue.d.ts} +0 -0
- /package/{lib/components/Chat/index.vue.d.ts → es/components/AITools/AITranscription.vue.d.ts} +0 -0
package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.js
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
require("../../../../adapter-vue.js");
|
|
5
|
+
const TUIChatEngine = require("@tencentcloud/chat-uikit-engine");
|
|
6
|
+
const iconClose = require("../../../../assets/icon/icon-close.svg.js");
|
|
7
|
+
const Icon = require("../../../common/Icon.vue.js");
|
|
8
|
+
const index = require("../../../common/Overlay/index.vue.js");
|
|
9
|
+
const index$1 = require("../../../common/Avatar/index.vue.js");
|
|
10
|
+
const index$2 = require("../../../common/FetchMore/index.vue.js");
|
|
11
|
+
const env = require("../../../../utils/env.js");
|
|
12
|
+
const _hoisted_1 = { class: "header" };
|
|
13
|
+
const _hoisted_2 = { class: "header-text" };
|
|
14
|
+
const _hoisted_3 = { class: "header-close-icon" };
|
|
15
|
+
const _hoisted_4 = { class: "read-status-counter-container" };
|
|
16
|
+
const _hoisted_5 = ["onClick"];
|
|
17
|
+
const _hoisted_6 = { class: "status-text" };
|
|
18
|
+
const _hoisted_7 = { class: "status-count" };
|
|
19
|
+
const _hoisted_8 = { class: "read-status-member-list" };
|
|
20
|
+
const _hoisted_9 = {
|
|
21
|
+
key: 0,
|
|
22
|
+
class: "empty-list-tip"
|
|
23
|
+
};
|
|
24
|
+
const _hoisted_10 = { class: "username" };
|
|
25
|
+
const _hoisted_11 = { class: "username" };
|
|
26
|
+
const _hoisted_12 = {
|
|
27
|
+
key: 2,
|
|
28
|
+
class: "fetch-more-container"
|
|
29
|
+
};
|
|
30
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
31
|
+
__name: "index",
|
|
32
|
+
props: {
|
|
33
|
+
message: { default: () => ({}) }
|
|
34
|
+
},
|
|
35
|
+
emits: ["setReadReceiptPanelVisible"],
|
|
36
|
+
setup(__props, { emit: __emit }) {
|
|
37
|
+
const emits = __emit;
|
|
38
|
+
const props = __props;
|
|
39
|
+
let lastUnreadCursor = "";
|
|
40
|
+
let lastReadCursor = "";
|
|
41
|
+
const tabNameList = ["unread", "read"];
|
|
42
|
+
const isListFetchCompleted = {
|
|
43
|
+
unread: false,
|
|
44
|
+
read: false,
|
|
45
|
+
close: false
|
|
46
|
+
};
|
|
47
|
+
const isPullDownFetching = Vue.ref(false);
|
|
48
|
+
const isPanelClose = Vue.ref(false);
|
|
49
|
+
const isFirstLoadFinished = Vue.ref(false);
|
|
50
|
+
const isStopFetchMore = Vue.ref(false);
|
|
51
|
+
const currentTabName = Vue.ref("unread");
|
|
52
|
+
const tabInfo = Vue.ref(generateInitalTabInfo());
|
|
53
|
+
Vue.onMounted(async () => {
|
|
54
|
+
await initAndRefetchReceiptInfomation();
|
|
55
|
+
Vue.nextTick(() => {
|
|
56
|
+
isFirstLoadFinished.value = true;
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
Vue.watch(
|
|
60
|
+
() => props.message.readReceiptInfo.readCount,
|
|
61
|
+
() => {
|
|
62
|
+
initAndRefetchReceiptInfomation();
|
|
63
|
+
}
|
|
64
|
+
);
|
|
65
|
+
async function fetchGroupMessageRecriptMemberListByType(readType = "all") {
|
|
66
|
+
const message = TUIChatEngine.TUIStore.getMessageModel(props.message.ID);
|
|
67
|
+
let unreadResult = {};
|
|
68
|
+
let readResult = {};
|
|
69
|
+
if (readType === "all" || readType === "unread") {
|
|
70
|
+
unreadResult = await TUIChatEngine.TUIChatService.getGroupMessageReadMemberList({
|
|
71
|
+
message,
|
|
72
|
+
filter: 1,
|
|
73
|
+
cursor: lastUnreadCursor,
|
|
74
|
+
count: 100
|
|
75
|
+
});
|
|
76
|
+
if (unreadResult) {
|
|
77
|
+
lastUnreadCursor = unreadResult.data.cursor;
|
|
78
|
+
if (unreadResult.data.isCompleted) {
|
|
79
|
+
isListFetchCompleted.unread = true;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
if (readType === "all" || readType === "read") {
|
|
84
|
+
readResult = await TUIChatEngine.TUIChatService.getGroupMessageReadMemberList({
|
|
85
|
+
message,
|
|
86
|
+
filter: 0,
|
|
87
|
+
cursor: lastReadCursor,
|
|
88
|
+
count: 100
|
|
89
|
+
});
|
|
90
|
+
if (readResult) {
|
|
91
|
+
lastReadCursor = readResult.data.cursor;
|
|
92
|
+
if (readResult.data.isCompleted) {
|
|
93
|
+
isListFetchCompleted.read = true;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
const { unreadCount: totalUnreadCount, readCount: totalReadCount } = message.readReceiptInfo;
|
|
98
|
+
return {
|
|
99
|
+
unreadResult: {
|
|
100
|
+
count: totalUnreadCount,
|
|
101
|
+
...unreadResult.data
|
|
102
|
+
},
|
|
103
|
+
readResult: {
|
|
104
|
+
count: totalReadCount,
|
|
105
|
+
...readResult.data
|
|
106
|
+
}
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
async function pullDownFetchMoreData() {
|
|
110
|
+
if (isListFetchCompleted[currentTabName.value] || isPullDownFetching.value) {
|
|
111
|
+
return;
|
|
112
|
+
}
|
|
113
|
+
isPullDownFetching.value = true;
|
|
114
|
+
if (currentTabName.value === "unread" || currentTabName.value === "read") {
|
|
115
|
+
const { unreadResult, readResult } = await fetchGroupMessageRecriptMemberListByType(currentTabName.value);
|
|
116
|
+
checkStopFetchMore();
|
|
117
|
+
try {
|
|
118
|
+
tabInfo.value.unread.memberList = tabInfo.value.unread.memberList.concat(unreadResult.unreadUserInfoList || []);
|
|
119
|
+
tabInfo.value.read.memberList = tabInfo.value.read.memberList.concat(readResult.readUserInfoList || []);
|
|
120
|
+
} finally {
|
|
121
|
+
isPullDownFetching.value = false;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
async function initAndRefetchReceiptInfomation() {
|
|
126
|
+
lastUnreadCursor = "";
|
|
127
|
+
lastReadCursor = "";
|
|
128
|
+
isStopFetchMore.value = false;
|
|
129
|
+
isListFetchCompleted.unread = false;
|
|
130
|
+
isListFetchCompleted.read = false;
|
|
131
|
+
const { unreadResult, readResult } = await fetchGroupMessageRecriptMemberListByType("all");
|
|
132
|
+
checkStopFetchMore();
|
|
133
|
+
resetTabInfo("read", readResult.count, readResult.readUserInfoList);
|
|
134
|
+
resetTabInfo("unread", unreadResult.count, unreadResult.unreadUserInfoList);
|
|
135
|
+
resetTabInfo("close");
|
|
136
|
+
}
|
|
137
|
+
function checkStopFetchMore() {
|
|
138
|
+
if (isListFetchCompleted.read && isListFetchCompleted.unread) {
|
|
139
|
+
isStopFetchMore.value = true;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
function resetTabInfo(tabName, count, memberList) {
|
|
143
|
+
tabInfo.value[tabName].count = count;
|
|
144
|
+
tabInfo.value[tabName].memberList = memberList || [];
|
|
145
|
+
}
|
|
146
|
+
function generateInitalTabInfo() {
|
|
147
|
+
return {
|
|
148
|
+
read: {
|
|
149
|
+
tabName: TUIChatEngine.TUITranslateService.t("TUIChat.已读"),
|
|
150
|
+
count: void 0,
|
|
151
|
+
memberList: []
|
|
152
|
+
},
|
|
153
|
+
unread: {
|
|
154
|
+
tabName: TUIChatEngine.TUITranslateService.t("TUIChat.未读"),
|
|
155
|
+
count: void 0,
|
|
156
|
+
memberList: []
|
|
157
|
+
},
|
|
158
|
+
close: {
|
|
159
|
+
tabName: TUIChatEngine.TUITranslateService.t("TUIChat.关闭"),
|
|
160
|
+
count: void 0,
|
|
161
|
+
memberList: []
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
}
|
|
165
|
+
function toggleTabName(tabName) {
|
|
166
|
+
currentTabName.value = tabName;
|
|
167
|
+
}
|
|
168
|
+
function closeReadReceiptPanel() {
|
|
169
|
+
isPanelClose.value = true;
|
|
170
|
+
setTimeout(() => {
|
|
171
|
+
emits("setReadReceiptPanelVisible", false);
|
|
172
|
+
}, 200);
|
|
173
|
+
}
|
|
174
|
+
return (_ctx, _cache) => {
|
|
175
|
+
return Vue.openBlock(), Vue.createBlock(index.default, {
|
|
176
|
+
maskColor: "transparent",
|
|
177
|
+
onOnOverlayClick: closeReadReceiptPanel
|
|
178
|
+
}, {
|
|
179
|
+
default: Vue.withCtx(() => [
|
|
180
|
+
Vue.createElementVNode("div", {
|
|
181
|
+
class: Vue.normalizeClass({
|
|
182
|
+
"read-receipt-panel": true,
|
|
183
|
+
"read-receipt-panel-mobile": Vue.unref(env.isMobile),
|
|
184
|
+
"read-receipt-panel-close-mobile": Vue.unref(env.isMobile) && Vue.unref(isPanelClose)
|
|
185
|
+
})
|
|
186
|
+
}, [
|
|
187
|
+
Vue.createElementVNode("div", _hoisted_1, [
|
|
188
|
+
Vue.createElementVNode("div", _hoisted_2, Vue.toDisplayString(Vue.unref(TUIChatEngine.TUITranslateService).t("TUIChat.消息详情")), 1),
|
|
189
|
+
Vue.createElementVNode("div", _hoisted_3, [
|
|
190
|
+
Vue.createVNode(Icon.default, {
|
|
191
|
+
size: "12px",
|
|
192
|
+
hotAreaSize: "8",
|
|
193
|
+
file: Vue.unref(iconClose.default),
|
|
194
|
+
onOnClick: closeReadReceiptPanel
|
|
195
|
+
}, null, 8, ["file"])
|
|
196
|
+
])
|
|
197
|
+
]),
|
|
198
|
+
Vue.createElementVNode("div", _hoisted_4, [
|
|
199
|
+
(Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(tabNameList, (tabName) => {
|
|
200
|
+
return Vue.createElementVNode("div", {
|
|
201
|
+
key: tabName,
|
|
202
|
+
class: Vue.normalizeClass({
|
|
203
|
+
"read-status-counter": true,
|
|
204
|
+
"active": tabName === Vue.unref(currentTabName)
|
|
205
|
+
}),
|
|
206
|
+
onClick: ($event) => toggleTabName(tabName)
|
|
207
|
+
}, [
|
|
208
|
+
Vue.createElementVNode("div", _hoisted_6, Vue.toDisplayString(Vue.unref(tabInfo)[tabName].tabName), 1),
|
|
209
|
+
Vue.createElementVNode("div", _hoisted_7, Vue.toDisplayString(Vue.unref(tabInfo)[tabName].count === void 0 ? "" : Vue.unref(tabInfo)[tabName].count), 1)
|
|
210
|
+
], 10, _hoisted_5);
|
|
211
|
+
}), 64))
|
|
212
|
+
]),
|
|
213
|
+
Vue.createElementVNode("div", _hoisted_8, [
|
|
214
|
+
Vue.unref(tabInfo)[Vue.unref(currentTabName)].count === 0 && Vue.unref(isFirstLoadFinished) ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_9, " - " + Vue.toDisplayString(Vue.unref(TUIChatEngine.TUITranslateService).t("TUIChat.空")) + " - ", 1)) : Vue.unref(isFirstLoadFinished) ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 1 }, [
|
|
215
|
+
Vue.unref(currentTabName) === "unread" ? (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, { key: 0 }, Vue.renderList(Vue.unref(tabInfo)[Vue.unref(currentTabName)].memberList, (item) => {
|
|
216
|
+
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
217
|
+
key: item.userID,
|
|
218
|
+
class: "read-status-member-container"
|
|
219
|
+
}, [
|
|
220
|
+
Vue.createVNode(index$1.default, {
|
|
221
|
+
class: "read-status-avatar",
|
|
222
|
+
useSkeletonAnimation: "",
|
|
223
|
+
url: item.avatar || ""
|
|
224
|
+
}, null, 8, ["url"]),
|
|
225
|
+
Vue.createElementVNode("div", _hoisted_10, Vue.toDisplayString(item.nick || item.userID), 1)
|
|
226
|
+
]);
|
|
227
|
+
}), 128)) : Vue.createCommentVNode("", true),
|
|
228
|
+
Vue.unref(currentTabName) === "read" ? (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, { key: 1 }, Vue.renderList(Vue.unref(tabInfo)[Vue.unref(currentTabName)].memberList, (item) => {
|
|
229
|
+
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
230
|
+
key: item.userID,
|
|
231
|
+
class: "read-status-member-container"
|
|
232
|
+
}, [
|
|
233
|
+
Vue.createVNode(index$1.default, {
|
|
234
|
+
class: "read-status-avatar",
|
|
235
|
+
useSkeletonAnimation: "",
|
|
236
|
+
url: item.avatar
|
|
237
|
+
}, null, 8, ["url"]),
|
|
238
|
+
Vue.createElementVNode("div", _hoisted_11, Vue.toDisplayString(item.nick || item.userID), 1)
|
|
239
|
+
]);
|
|
240
|
+
}), 128)) : Vue.createCommentVNode("", true)
|
|
241
|
+
], 64)) : Vue.createCommentVNode("", true),
|
|
242
|
+
Vue.unref(isFirstLoadFinished) ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_12, [
|
|
243
|
+
Vue.createVNode(index$2.default, {
|
|
244
|
+
isFetching: Vue.unref(isPullDownFetching),
|
|
245
|
+
isTerminateObserve: Vue.unref(isStopFetchMore),
|
|
246
|
+
onOnExposed: pullDownFetchMoreData
|
|
247
|
+
}, null, 8, ["isFetching", "isTerminateObserve"])
|
|
248
|
+
])) : Vue.createCommentVNode("", true)
|
|
249
|
+
])
|
|
250
|
+
], 2)
|
|
251
|
+
]),
|
|
252
|
+
_: 1
|
|
253
|
+
});
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
});
|
|
257
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface IMemberData {
|
|
2
|
+
nick: string;
|
|
3
|
+
userID: string;
|
|
4
|
+
avatar: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IGroupMessageReadMemberData {
|
|
7
|
+
code: number;
|
|
8
|
+
data: {
|
|
9
|
+
cursor: string;
|
|
10
|
+
isCompleted: boolean;
|
|
11
|
+
messageID: string;
|
|
12
|
+
readUserInfoList: IMemberData[];
|
|
13
|
+
unreadUserInfoList: IMemberData[];
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export type ITabInfo = Record<TabName, {
|
|
17
|
+
tabName: string;
|
|
18
|
+
count: number | undefined;
|
|
19
|
+
memberList: IMemberData[];
|
|
20
|
+
}>;
|
|
21
|
+
export type TabName = 'read' | 'unread' | 'close';
|
package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare function judgeScrollOverOneScreen(e: Event): Promise<void>;
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
|
+
judgeScrollOverOneScreen: typeof judgeScrollOverOneScreen;
|
|
4
|
+
isScrollButtonVisible: import('vue').Ref<boolean>;
|
|
5
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
scrollToLatestMessage: () => void;
|
|
7
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
8
|
+
onScrollToLatestMessage?: (() => any) | undefined;
|
|
9
|
+
}, {}, {}>;
|
|
10
|
+
export default _default;
|
package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const index_vue_vue_type_script_setup_true_lang = require("./index.vue2.js");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const _pluginVue_exportHelper = require("../../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
+
const ScrollButton = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-650a7132"]]);
|
|
7
|
+
exports.default = ScrollButton;
|
package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue2.js
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
require("../../../../adapter-vue.js");
|
|
5
|
+
const TUIChatEngine = require("@tencentcloud/chat-uikit-engine");
|
|
6
|
+
const Icon = require("../../../common/Icon.vue.js");
|
|
7
|
+
const doubleArrow = require("../../../../assets/icon/double-arrow.svg.js");
|
|
8
|
+
const universalApi = require("@tencentcloud/universal-api");
|
|
9
|
+
const typeCheck = require("../../../../utils/type-check.js");
|
|
10
|
+
const _hoisted_1 = { class: "scroll-button-text" };
|
|
11
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
12
|
+
__name: "index",
|
|
13
|
+
emits: ["scrollToLatestMessage"],
|
|
14
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
15
|
+
const emits = __emit;
|
|
16
|
+
const messageList = Vue.ref([]);
|
|
17
|
+
const currentConversationID = Vue.ref("");
|
|
18
|
+
const currentLastMessageTime = Vue.ref(0);
|
|
19
|
+
const newMessageCount = Vue.ref(0);
|
|
20
|
+
const isScrollOverOneScreen = Vue.ref(false);
|
|
21
|
+
const isExistLastMessage = Vue.ref(false);
|
|
22
|
+
const isScrollButtonVisible = Vue.ref(false);
|
|
23
|
+
const scrollButtonContent = Vue.computed(
|
|
24
|
+
() => newMessageCount.value ? `${newMessageCount.value}${TUIChatEngine.TUITranslateService.t("TUIChat.条新消息")}` : TUIChatEngine.TUITranslateService.t("TUIChat.回到最新位置")
|
|
25
|
+
);
|
|
26
|
+
Vue.watch(
|
|
27
|
+
() => [isScrollOverOneScreen.value, isExistLastMessage.value],
|
|
28
|
+
() => {
|
|
29
|
+
isScrollButtonVisible.value = isScrollOverOneScreen.value || isExistLastMessage.value;
|
|
30
|
+
if (!isScrollButtonVisible.value) {
|
|
31
|
+
resetNewMessageCount();
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{ immediate: true }
|
|
35
|
+
);
|
|
36
|
+
Vue.onMounted(() => {
|
|
37
|
+
TUIChatEngine.TUIStore.watch(TUIChatEngine.StoreName.CHAT, {
|
|
38
|
+
messageList: onMessageListUpdated,
|
|
39
|
+
newMessageList: onNewMessageListUpdated
|
|
40
|
+
});
|
|
41
|
+
TUIChatEngine.TUIStore.watch(TUIChatEngine.StoreName.CONV, {
|
|
42
|
+
currentConversation: onCurrentConversationUpdated
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
Vue.onUnmounted(() => {
|
|
46
|
+
TUIChatEngine.TUIStore.unwatch(TUIChatEngine.StoreName.CHAT, {
|
|
47
|
+
messageList: onMessageListUpdated,
|
|
48
|
+
newMessageList: onNewMessageListUpdated
|
|
49
|
+
});
|
|
50
|
+
TUIChatEngine.TUIStore.unwatch(TUIChatEngine.StoreName.CONV, {
|
|
51
|
+
currentConversation: onCurrentConversationUpdated
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
function isTypingMessage(message) {
|
|
55
|
+
var _a, _b;
|
|
56
|
+
return ((_b = typeCheck.JSONToObject((_a = message.payload) == null ? void 0 : _a.data)) == null ? void 0 : _b.businessID) === "user_typing_status";
|
|
57
|
+
}
|
|
58
|
+
function onMessageListUpdated(newMessageList) {
|
|
59
|
+
var _a, _b;
|
|
60
|
+
messageList.value = newMessageList || [];
|
|
61
|
+
const lastMessage = (_b = messageList.value) == null ? void 0 : _b[((_a = messageList.value) == null ? void 0 : _a.length) - 1];
|
|
62
|
+
isExistLastMessage.value = !!(lastMessage && (lastMessage == null ? void 0 : lastMessage.time) < (currentLastMessageTime == null ? void 0 : currentLastMessageTime.value));
|
|
63
|
+
}
|
|
64
|
+
function onNewMessageListUpdated(newMessageList) {
|
|
65
|
+
if (Array.isArray(newMessageList) && isScrollButtonVisible.value) {
|
|
66
|
+
newMessageList.forEach((message) => {
|
|
67
|
+
if (message && message.conversationID === currentConversationID.value && !message.isDeleted && !message.isRevoked && !isTypingMessage(message)) {
|
|
68
|
+
newMessageCount.value += 1;
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
function onCurrentConversationUpdated(conversation) {
|
|
74
|
+
var _a;
|
|
75
|
+
if ((conversation == null ? void 0 : conversation.conversationID) !== currentConversationID.value) {
|
|
76
|
+
resetNewMessageCount();
|
|
77
|
+
}
|
|
78
|
+
currentConversationID.value = (conversation == null ? void 0 : conversation.conversationID) || "";
|
|
79
|
+
currentLastMessageTime.value = ((_a = conversation == null ? void 0 : conversation.lastMessage) == null ? void 0 : _a.lastTime) || 0;
|
|
80
|
+
}
|
|
81
|
+
async function judgeScrollOverOneScreen(e) {
|
|
82
|
+
var _a, _b, _c, _d, _e;
|
|
83
|
+
if (e.target) {
|
|
84
|
+
try {
|
|
85
|
+
const { height } = await universalApi.getBoundingClientRect(`#${(_a = e.target) == null ? void 0 : _a.id}`, "messageList") || {};
|
|
86
|
+
const scrollHeight = ((_b = e.target) == null ? void 0 : _b.scrollHeight) || ((_c = e.detail) == null ? void 0 : _c.scrollHeight);
|
|
87
|
+
const scrollTop = ((_d = e.target) == null ? void 0 : _d.scrollTop) || ((_e = e.detail) == null ? void 0 : _e.scrollTop) || 0;
|
|
88
|
+
if (scrollHeight - scrollTop > 2 * height) {
|
|
89
|
+
isScrollOverOneScreen.value = true;
|
|
90
|
+
return;
|
|
91
|
+
}
|
|
92
|
+
isScrollOverOneScreen.value = false;
|
|
93
|
+
} catch (error) {
|
|
94
|
+
isScrollOverOneScreen.value = false;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
function resetMessageSource() {
|
|
99
|
+
if (TUIChatEngine.TUIStore.getData(TUIChatEngine.StoreName.CHAT, "messageSource") !== void 0) {
|
|
100
|
+
TUIChatEngine.TUIStore.update(TUIChatEngine.StoreName.CHAT, "messageSource", void 0);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
function resetNewMessageCount() {
|
|
104
|
+
newMessageCount.value = 0;
|
|
105
|
+
}
|
|
106
|
+
function scrollToMessageListBottom() {
|
|
107
|
+
resetMessageSource();
|
|
108
|
+
resetNewMessageCount();
|
|
109
|
+
emits("scrollToLatestMessage");
|
|
110
|
+
}
|
|
111
|
+
__expose({
|
|
112
|
+
judgeScrollOverOneScreen,
|
|
113
|
+
isScrollButtonVisible
|
|
114
|
+
});
|
|
115
|
+
return (_ctx, _cache) => {
|
|
116
|
+
return Vue.unref(isScrollButtonVisible) ? (Vue.openBlock(), Vue.createElementBlock("div", {
|
|
117
|
+
key: 0,
|
|
118
|
+
class: "scroll-button",
|
|
119
|
+
onClick: scrollToMessageListBottom
|
|
120
|
+
}, [
|
|
121
|
+
Vue.createVNode(Icon.default, {
|
|
122
|
+
width: "10px",
|
|
123
|
+
height: "10px",
|
|
124
|
+
file: Vue.unref(doubleArrow.default)
|
|
125
|
+
}, null, 8, ["file"]),
|
|
126
|
+
Vue.createElementVNode("div", _hoisted_1, Vue.toDisplayString(Vue.unref(scrollButtonContent)), 1)
|
|
127
|
+
])) : Vue.createCommentVNode("", true);
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
oneByOneForwardMessage: () => void;
|
|
3
|
+
mergeForwardMessage: () => void;
|
|
4
|
+
toggleMultipleSelectMode: () => void;
|
|
5
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>> & {
|
|
6
|
+
onToggleMultipleSelectMode?: (() => any) | undefined;
|
|
7
|
+
onOneByOneForwardMessage?: (() => any) | undefined;
|
|
8
|
+
onMergeForwardMessage?: (() => any) | undefined;
|
|
9
|
+
}, {}, {}>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const index_vue_vue_type_script_setup_true_lang = require("./index.vue2.js");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
+
const MultipleSelectPanel = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-d2fa341d"]]);
|
|
7
|
+
exports.default = MultipleSelectPanel;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
require("../../../adapter-vue.js");
|
|
5
|
+
const TUIChatEngine = require("@tencentcloud/chat-uikit-engine");
|
|
6
|
+
const Icon = require("../../common/Icon.vue.js");
|
|
7
|
+
const forwardEach = require("../../../assets/icon/forward-each.svg.js");
|
|
8
|
+
const forwardMerge = require("../../../assets/icon/forward-merge.svg.js");
|
|
9
|
+
const addCircle = require("../../../assets/icon/add-circle.svg.js");
|
|
10
|
+
const env = require("../../../utils/env.js");
|
|
11
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
12
|
+
__name: "index",
|
|
13
|
+
emits: ["oneByOneForwardMessage", "mergeForwardMessage", "toggleMultipleSelectMode"],
|
|
14
|
+
setup(__props, { emit: __emit }) {
|
|
15
|
+
const emits = __emit;
|
|
16
|
+
const iconSize = Vue.ref(env.isMobile ? "25px" : "30px");
|
|
17
|
+
function oneByOneForwardMessage() {
|
|
18
|
+
emits("oneByOneForwardMessage");
|
|
19
|
+
}
|
|
20
|
+
function mergeForwardMessage() {
|
|
21
|
+
emits("mergeForwardMessage");
|
|
22
|
+
}
|
|
23
|
+
function cancelMultipleSelect() {
|
|
24
|
+
emits("toggleMultipleSelectMode");
|
|
25
|
+
}
|
|
26
|
+
return (_ctx, _cache) => {
|
|
27
|
+
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
28
|
+
class: Vue.normalizeClass({
|
|
29
|
+
"mulitple-select-panel": true,
|
|
30
|
+
"mulitple-select-panel-mobile": Vue.unref(env.isMobile)
|
|
31
|
+
})
|
|
32
|
+
}, [
|
|
33
|
+
Vue.createElementVNode("div", {
|
|
34
|
+
class: "forward-button",
|
|
35
|
+
onClick: oneByOneForwardMessage
|
|
36
|
+
}, [
|
|
37
|
+
Vue.createVNode(Icon.default, {
|
|
38
|
+
file: Vue.unref(forwardEach.default),
|
|
39
|
+
size: Vue.unref(iconSize)
|
|
40
|
+
}, null, 8, ["file", "size"]),
|
|
41
|
+
Vue.createElementVNode("span", {
|
|
42
|
+
class: Vue.normalizeClass({
|
|
43
|
+
"forward-button-text": true,
|
|
44
|
+
"forward-button-text-mobile": Vue.unref(env.isMobile)
|
|
45
|
+
})
|
|
46
|
+
}, Vue.toDisplayString(Vue.unref(TUIChatEngine.TUITranslateService).t("TUIChat.逐条转发")), 3)
|
|
47
|
+
]),
|
|
48
|
+
Vue.createElementVNode("div", {
|
|
49
|
+
class: "forward-button",
|
|
50
|
+
onClick: mergeForwardMessage
|
|
51
|
+
}, [
|
|
52
|
+
Vue.createVNode(Icon.default, {
|
|
53
|
+
file: Vue.unref(forwardMerge.default),
|
|
54
|
+
size: Vue.unref(iconSize)
|
|
55
|
+
}, null, 8, ["file", "size"]),
|
|
56
|
+
Vue.createElementVNode("span", {
|
|
57
|
+
class: Vue.normalizeClass({
|
|
58
|
+
"forward-button-text": true,
|
|
59
|
+
"forward-button-text-mobile": Vue.unref(env.isMobile)
|
|
60
|
+
})
|
|
61
|
+
}, Vue.toDisplayString(Vue.unref(TUIChatEngine.TUITranslateService).t("TUIChat.合并转发")), 3)
|
|
62
|
+
]),
|
|
63
|
+
Vue.createElementVNode("div", {
|
|
64
|
+
class: "forward-button",
|
|
65
|
+
onClick: cancelMultipleSelect
|
|
66
|
+
}, [
|
|
67
|
+
Vue.createVNode(Icon.default, {
|
|
68
|
+
class: "cancel-button-icon",
|
|
69
|
+
file: Vue.unref(addCircle.default),
|
|
70
|
+
size: Vue.unref(iconSize)
|
|
71
|
+
}, null, 8, ["file", "size"]),
|
|
72
|
+
Vue.createElementVNode("span", {
|
|
73
|
+
class: Vue.normalizeClass({
|
|
74
|
+
"forward-button-text": true,
|
|
75
|
+
"forward-button-text-mobile": Vue.unref(env.isMobile)
|
|
76
|
+
})
|
|
77
|
+
}, Vue.toDisplayString(Vue.unref(TUIChatEngine.TUITranslateService).t("TUIChat.取消")), 3)
|
|
78
|
+
])
|
|
79
|
+
], 2);
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const TUIChatEngine = require("@tencentcloud/chat-uikit-engine");
|
|
4
|
+
const DEFAULT_DESC = {
|
|
5
|
+
[TUIChatEngine.TYPES.MSG_TEXT]: "[文本]",
|
|
6
|
+
[TUIChatEngine.TYPES.MSG_FACE]: "[动画表情]",
|
|
7
|
+
[TUIChatEngine.TYPES.MSG_IMAGE]: "[图片]",
|
|
8
|
+
[TUIChatEngine.TYPES.MSG_FILE]: "[文件]",
|
|
9
|
+
[TUIChatEngine.TYPES.MSG_AUDIO]: "[语音]",
|
|
10
|
+
[TUIChatEngine.TYPES.MSG_VIDEO]: "[视频]",
|
|
11
|
+
[TUIChatEngine.TYPES.MSG_LOCATION]: "[地理位置]",
|
|
12
|
+
[TUIChatEngine.TYPES.MSG_MERGER]: "[聊天记录]",
|
|
13
|
+
[TUIChatEngine.TYPES.MSG_CUSTOM]: "[自定义消息]"
|
|
14
|
+
};
|
|
15
|
+
var PUSH_SCENE = /* @__PURE__ */ ((PUSH_SCENE2) => {
|
|
16
|
+
PUSH_SCENE2["CHAT"] = "chat";
|
|
17
|
+
PUSH_SCENE2["CALL"] = "call";
|
|
18
|
+
return PUSH_SCENE2;
|
|
19
|
+
})(PUSH_SCENE || {});
|
|
20
|
+
exports.DEFAULT_DESC = DEFAULT_DESC;
|
|
21
|
+
exports.PUSH_SCENE = PUSH_SCENE;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const offlinePushInfoManager = require("./offlinePushInfoManager.js");
|
|
4
|
+
const _const = require("./const.js");
|
|
5
|
+
const OfflinePushInfoManager = offlinePushInfoManager.default.getInstance();
|
|
6
|
+
exports.DEFAULT_DESC = _const.DEFAULT_DESC;
|
|
7
|
+
exports.PUSH_SCENE = _const.PUSH_SCENE;
|
|
8
|
+
exports.default = OfflinePushInfoManager;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const chatOfflinePushInfo = {
|
|
4
|
+
androidInfo: {
|
|
5
|
+
sound: "private_ring.mp3",
|
|
6
|
+
XiaoMiChannelID: "high_custom_1",
|
|
7
|
+
OPPOChannelID: "tuikit"
|
|
8
|
+
},
|
|
9
|
+
apnsInfo: {
|
|
10
|
+
sound: "01.caf",
|
|
11
|
+
image: "https://web.sdk.qcloud.com/im/demo/latest/faviconnew.png"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
const callOfflinePushInfo = {
|
|
15
|
+
title: "call",
|
|
16
|
+
description: "you have a call",
|
|
17
|
+
androidSound: "private_ring",
|
|
18
|
+
androidOPPOChannelID: "tuikit",
|
|
19
|
+
iOSSound: "01.caf"
|
|
20
|
+
};
|
|
21
|
+
exports.callOfflinePushInfo = callOfflinePushInfo;
|
|
22
|
+
exports.chatOfflinePushInfo = chatOfflinePushInfo;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { IConversationModel } from '@tencentcloud/chat-uikit-engine';
|
|
2
|
+
|
|
3
|
+
export interface IOfflinePushInfoCreateParams {
|
|
4
|
+
conversation: IConversationModel;
|
|
5
|
+
payload?: any;
|
|
6
|
+
messageType: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IOfflinePushApnsInfo {
|
|
9
|
+
sound?: string;
|
|
10
|
+
ignoreIOSBadge?: boolean;
|
|
11
|
+
disableVoipPush?: boolean;
|
|
12
|
+
image?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface IOfflinePushAndroidInfo {
|
|
15
|
+
sound?: string;
|
|
16
|
+
XiaoMiChannelID?: string;
|
|
17
|
+
OPPOChannelID?: string;
|
|
18
|
+
FCMChannelID?: string;
|
|
19
|
+
VIVOClassification?: number;
|
|
20
|
+
VIVOCategory?: string;
|
|
21
|
+
HuaWeiCategory?: string;
|
|
22
|
+
HuaWeiImage?: string;
|
|
23
|
+
HonorImage?: string;
|
|
24
|
+
GoogleImage?: string;
|
|
25
|
+
}
|
|
26
|
+
export interface IChatOfflinePushInfo {
|
|
27
|
+
title?: string;
|
|
28
|
+
description?: string;
|
|
29
|
+
extension?: string;
|
|
30
|
+
androidInfo?: IOfflinePushAndroidInfo;
|
|
31
|
+
apnsInfo?: IOfflinePushApnsInfo;
|
|
32
|
+
}
|
|
33
|
+
export interface ICallOfflinePushInfo {
|
|
34
|
+
title?: string;
|
|
35
|
+
description?: string;
|
|
36
|
+
iOSSound?: string;
|
|
37
|
+
androidSound?: string;
|
|
38
|
+
androidOPPOChannelID?: string;
|
|
39
|
+
androidXiaoMiChannelID?: string;
|
|
40
|
+
androidFCMChannelID?: string;
|
|
41
|
+
ignoreIOSBadge?: string;
|
|
42
|
+
isDisablePush?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IChatOfflinePushInfo, IOfflinePushInfoCreateParams } from './interface';
|
|
2
|
+
import { PUSH_SCENE } from './const';
|
|
3
|
+
|
|
4
|
+
declare class OfflinePushInfoManager {
|
|
5
|
+
private name;
|
|
6
|
+
private static instance;
|
|
7
|
+
private offlinePushInfo;
|
|
8
|
+
private constructor();
|
|
9
|
+
static getInstance(): OfflinePushInfoManager;
|
|
10
|
+
getOfflinePushInfo(scene: PUSH_SCENE): any;
|
|
11
|
+
private genTitle;
|
|
12
|
+
private genDesc;
|
|
13
|
+
create(options: IOfflinePushInfoCreateParams): IChatOfflinePushInfo;
|
|
14
|
+
}
|
|
15
|
+
export default OfflinePushInfoManager;
|