@tencentcloud/roomkit-electron-vue3 2.6.0 → 2.6.3
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/AudioSettingTab.vue.mjs +1 -1
- package/es/components/common/AudioSettingTab.vue2.mjs +3 -1
- 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 +5583 -615
- 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 +170 -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/AudioSettingTab.vue.js +1 -1
- package/lib/components/common/AudioSettingTab.vue2.js +3 -1
- 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 +5583 -615
- 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 +170 -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/AudioSettingTab.vue +3 -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 +233 -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
|
@@ -93,6 +93,14 @@ class FabricCanvas extends emitter.default {
|
|
|
93
93
|
setActiveObject(object) {
|
|
94
94
|
this.canvas.setActiveObject(object);
|
|
95
95
|
}
|
|
96
|
+
resetActiveObject() {
|
|
97
|
+
const allObjects = this.canvas.getObjects();
|
|
98
|
+
const activeSelection = new fabric.fabric.ActiveSelection(allObjects, {
|
|
99
|
+
canvas: this.canvas
|
|
100
|
+
});
|
|
101
|
+
this.canvas.setActiveObject(activeSelection);
|
|
102
|
+
this.canvas.discardActiveObject();
|
|
103
|
+
}
|
|
96
104
|
setWidth(value) {
|
|
97
105
|
this.canvas.setWidth(value);
|
|
98
106
|
}
|
|
@@ -105,6 +113,23 @@ class FabricCanvas extends emitter.default {
|
|
|
105
113
|
activeObject.exitEditing();
|
|
106
114
|
}
|
|
107
115
|
}
|
|
116
|
+
setObjectsSelectable(objectsSelectable) {
|
|
117
|
+
this.canvas.getObjects().forEach((obj) => {
|
|
118
|
+
obj.selectable = objectsSelectable;
|
|
119
|
+
obj.evented = objectsSelectable;
|
|
120
|
+
});
|
|
121
|
+
this.canvas.perPixelTargetFind = !objectsSelectable;
|
|
122
|
+
this.canvas.selection = objectsSelectable;
|
|
123
|
+
if (!objectsSelectable) {
|
|
124
|
+
this.canvas.renderAll();
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
setEvented() {
|
|
128
|
+
this.canvas.getObjects().forEach((obj) => {
|
|
129
|
+
obj.evented = true;
|
|
130
|
+
});
|
|
131
|
+
this.canvas.renderAll();
|
|
132
|
+
}
|
|
108
133
|
reloadCanvas() {
|
|
109
134
|
this.clearCanvas();
|
|
110
135
|
this.canvas.renderAll();
|
|
@@ -115,22 +140,21 @@ class FabricCanvas extends emitter.default {
|
|
|
115
140
|
setDrawingTool(tool) {
|
|
116
141
|
if (this.drawingTool === tool) return;
|
|
117
142
|
this.canvas.isDrawingMode = false;
|
|
118
|
-
this.canvas.selection = false;
|
|
119
|
-
this.canvas.perPixelTargetFind = true;
|
|
120
143
|
this.drawingTool = tool;
|
|
121
144
|
this.canvas.discardActiveObject();
|
|
122
|
-
this.
|
|
145
|
+
this.setObjectsSelectable(false);
|
|
123
146
|
switch (tool) {
|
|
124
147
|
case "pencil":
|
|
125
148
|
this.drawFreeDraw();
|
|
126
149
|
break;
|
|
127
150
|
case "eraser":
|
|
151
|
+
this.setEvented();
|
|
128
152
|
this.setEraser();
|
|
129
153
|
break;
|
|
130
154
|
case "select":
|
|
131
|
-
this.
|
|
132
|
-
this.
|
|
133
|
-
this.canvas.defaultCursor = "
|
|
155
|
+
this.setObjectsSelectable(true);
|
|
156
|
+
this.resetActiveObject();
|
|
157
|
+
this.canvas.defaultCursor = "move";
|
|
134
158
|
break;
|
|
135
159
|
case "rectangle":
|
|
136
160
|
case "triangle":
|
|
@@ -152,25 +176,45 @@ class FabricCanvas extends emitter.default {
|
|
|
152
176
|
this.options = { ...this.options, ...options };
|
|
153
177
|
}
|
|
154
178
|
drawRect(options) {
|
|
155
|
-
const rect = new fabric.fabric.Rect({
|
|
179
|
+
const rect = new fabric.fabric.Rect({
|
|
180
|
+
...this.options,
|
|
181
|
+
selectable: false,
|
|
182
|
+
evented: false,
|
|
183
|
+
...options
|
|
184
|
+
});
|
|
156
185
|
this.canvas.add(rect);
|
|
157
186
|
this.currentShape = rect;
|
|
158
187
|
this.canvas.defaultCursor = "crosshair";
|
|
159
188
|
}
|
|
160
189
|
drawTriangle(options) {
|
|
161
|
-
const triangle = new fabric.fabric.Triangle({
|
|
190
|
+
const triangle = new fabric.fabric.Triangle({
|
|
191
|
+
...this.options,
|
|
192
|
+
selectable: false,
|
|
193
|
+
evented: false,
|
|
194
|
+
...options
|
|
195
|
+
});
|
|
162
196
|
this.canvas.add(triangle);
|
|
163
197
|
this.currentShape = triangle;
|
|
164
198
|
this.canvas.defaultCursor = "crosshair";
|
|
165
199
|
}
|
|
166
200
|
drawCircle(options) {
|
|
167
|
-
const circle = new fabric.fabric.Circle({
|
|
201
|
+
const circle = new fabric.fabric.Circle({
|
|
202
|
+
...this.options,
|
|
203
|
+
selectable: false,
|
|
204
|
+
evented: false,
|
|
205
|
+
...options
|
|
206
|
+
});
|
|
168
207
|
this.canvas.add(circle);
|
|
169
208
|
this.currentShape = circle;
|
|
170
209
|
this.canvas.defaultCursor = "crosshair";
|
|
171
210
|
}
|
|
172
211
|
drawEllipse(options) {
|
|
173
|
-
const ellipse = new fabric.fabric.Ellipse({
|
|
212
|
+
const ellipse = new fabric.fabric.Ellipse({
|
|
213
|
+
...this.options,
|
|
214
|
+
selectable: false,
|
|
215
|
+
evented: false,
|
|
216
|
+
...options
|
|
217
|
+
});
|
|
174
218
|
this.canvas.add(ellipse);
|
|
175
219
|
this.currentShape = ellipse;
|
|
176
220
|
this.canvas.defaultCursor = "crosshair";
|
|
@@ -178,14 +222,21 @@ class FabricCanvas extends emitter.default {
|
|
|
178
222
|
drawLine(x1, y1, x2, y2, options) {
|
|
179
223
|
const line = new fabric.fabric.Line([x1, y1, x2, y2], {
|
|
180
224
|
...this.options,
|
|
181
|
-
...options
|
|
225
|
+
...options,
|
|
226
|
+
selectable: false,
|
|
227
|
+
evented: false
|
|
182
228
|
});
|
|
183
229
|
this.canvas.add(line);
|
|
184
230
|
this.currentShape = line;
|
|
185
231
|
this.canvas.defaultCursor = "crosshair";
|
|
186
232
|
}
|
|
187
233
|
drawArrow(x1, y1, x2, y2, options) {
|
|
188
|
-
const arrow$1 = new arrow.default([x1, y1, x2, y2], {
|
|
234
|
+
const arrow$1 = new arrow.default([x1, y1, x2, y2], {
|
|
235
|
+
...this.options,
|
|
236
|
+
selectable: false,
|
|
237
|
+
evented: false,
|
|
238
|
+
...options
|
|
239
|
+
});
|
|
189
240
|
this.canvas.add(arrow$1);
|
|
190
241
|
this.currentShape = arrow$1;
|
|
191
242
|
this.canvas.defaultCursor = "crosshair";
|
|
@@ -214,6 +265,8 @@ class FabricCanvas extends emitter.default {
|
|
|
214
265
|
editingBorderColor: "#999999",
|
|
215
266
|
cursorColor: "#999999",
|
|
216
267
|
padding: 5,
|
|
268
|
+
selectable: false,
|
|
269
|
+
evented: false,
|
|
217
270
|
...options
|
|
218
271
|
});
|
|
219
272
|
this.canvas.add(textObj);
|
|
@@ -239,11 +292,30 @@ class FabricCanvas extends emitter.default {
|
|
|
239
292
|
const canvasHeight = this.canvas.getHeight();
|
|
240
293
|
const imageWidth = img.width * img.scaleX;
|
|
241
294
|
const imageHeight = img.height * img.scaleY;
|
|
242
|
-
const
|
|
243
|
-
const
|
|
295
|
+
const aspectRatio = imageWidth / imageHeight;
|
|
296
|
+
const halfCanvasWidth = canvasWidth / 2;
|
|
297
|
+
const halfCanvasHeight = canvasHeight / 2;
|
|
298
|
+
let scaledWidth;
|
|
299
|
+
let scaledHeight;
|
|
300
|
+
if (aspectRatio > 1) {
|
|
301
|
+
scaledWidth = halfCanvasWidth;
|
|
302
|
+
scaledHeight = scaledWidth / aspectRatio;
|
|
303
|
+
} else {
|
|
304
|
+
scaledHeight = halfCanvasHeight;
|
|
305
|
+
scaledWidth = scaledHeight * aspectRatio;
|
|
306
|
+
}
|
|
307
|
+
const scale = scaledWidth / imageWidth;
|
|
308
|
+
img.scale(scale);
|
|
309
|
+
const left = (canvasWidth - scaledWidth) / 2;
|
|
310
|
+
const top = (canvasHeight - scaledHeight) / 2;
|
|
244
311
|
img.set({ left, top });
|
|
245
312
|
}
|
|
246
313
|
this.canvas.add(img);
|
|
314
|
+
useMitt.default.emit("insert-images");
|
|
315
|
+
this.setDrawingTool("select");
|
|
316
|
+
this.emit("push-canvas-to-stack", null);
|
|
317
|
+
this.setActiveObject(img);
|
|
318
|
+
this.canvas.requestRenderAll();
|
|
247
319
|
});
|
|
248
320
|
}
|
|
249
321
|
insertPPT(urls) {
|
|
@@ -258,7 +330,7 @@ class FabricCanvas extends emitter.default {
|
|
|
258
330
|
}
|
|
259
331
|
setEraser(options) {
|
|
260
332
|
this.canvas.freeDrawingBrush = new fabric.fabric.EraserBrush(this.canvas, options);
|
|
261
|
-
this.canvas.freeDrawingCursor = "
|
|
333
|
+
this.canvas.freeDrawingCursor = "pointer";
|
|
262
334
|
this.canvas.renderAll();
|
|
263
335
|
}
|
|
264
336
|
initEvent() {
|
|
@@ -267,6 +339,7 @@ class FabricCanvas extends emitter.default {
|
|
|
267
339
|
this.canvas.on("mouse:up", this.onMouseUp.bind(this));
|
|
268
340
|
this.canvas.on("object:moving", this.onObjectMoving.bind(this));
|
|
269
341
|
this.canvas.on("object:scaling", this.onObjectScaling.bind(this));
|
|
342
|
+
this.canvas.on("object:rotating", this.onObjectRotating.bind(this));
|
|
270
343
|
useMitt.default.on("exitTextEditing", this.exitTextEditing.bind(this));
|
|
271
344
|
}
|
|
272
345
|
onMouseDown(event) {
|
|
@@ -421,6 +494,9 @@ class FabricCanvas extends emitter.default {
|
|
|
421
494
|
onObjectScaling(event) {
|
|
422
495
|
this.isValidSelection = true;
|
|
423
496
|
}
|
|
497
|
+
onObjectRotating(event) {
|
|
498
|
+
this.isValidSelection = true;
|
|
499
|
+
}
|
|
424
500
|
isNeedPushToStack() {
|
|
425
501
|
if (this.drawingTool === "text" || this.isValidEraser === false && this.drawingTool === "eraser" || this.isValidSelection === false && this.drawingTool === "select") {
|
|
426
502
|
return false;
|
|
@@ -445,6 +521,9 @@ class FabricCanvas extends emitter.default {
|
|
|
445
521
|
renderAll() {
|
|
446
522
|
return this.canvas.renderAll();
|
|
447
523
|
}
|
|
524
|
+
requestRenderAll() {
|
|
525
|
+
return this.canvas.requestRenderAll();
|
|
526
|
+
}
|
|
448
527
|
zoom(ratio = 1) {
|
|
449
528
|
const point = new fabric.fabric.Point(
|
|
450
529
|
this.canvas.width / 2,
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const index_vue_vue_type_script_setup_true_lang = require("./index.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const index = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const index = /* @__PURE__ */ _pluginVue_exportHelper.default(index_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-90cba0ec"]]);
|
|
7
7
|
exports.default = index;
|
|
@@ -2,19 +2,21 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const Vue = require("vue");
|
|
4
4
|
const electron = require("electron");
|
|
5
|
-
const index$
|
|
5
|
+
const index$5 = require("./core/index.js");
|
|
6
6
|
const index = require("./controller/ToolBox/index.vue.js");
|
|
7
7
|
const index$1 = require("./controller/RedoUndo/index.vue.js");
|
|
8
8
|
const index$3 = require("./controller/CloseController/index.vue.js");
|
|
9
9
|
const utils = require("../../utils/utils.js");
|
|
10
10
|
const index$2 = require("./controller/SaveController/index.vue.js");
|
|
11
|
-
const
|
|
11
|
+
const index$4 = require("./controller/ImageController/index.vue.js");
|
|
12
|
+
const _withScopeId = (n) => (Vue.pushScopeId("data-v-90cba0ec"), n = n(), Vue.popScopeId(), n);
|
|
12
13
|
const _hoisted_1 = { class: "tool-box-out" };
|
|
13
14
|
const _hoisted_2 = { class: "redo-undo-box" };
|
|
14
15
|
const _hoisted_3 = { class: "controller-box" };
|
|
15
16
|
const _hoisted_4 = { class: "save-controller" };
|
|
16
17
|
const _hoisted_5 = { class: "close-controller" };
|
|
17
|
-
const _hoisted_6 =
|
|
18
|
+
const _hoisted_6 = { class: "image-controller" };
|
|
19
|
+
const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ Vue.createElementVNode("canvas", {
|
|
18
20
|
class: "whiteboard-canvas",
|
|
19
21
|
id: "canvas"
|
|
20
22
|
}, null, -1));
|
|
@@ -30,8 +32,9 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
30
32
|
() => !isAnnotationWin.value || isAnnotationStarted.value
|
|
31
33
|
);
|
|
32
34
|
const isSaveControllerVisiable = Vue.computed(() => !isAnnotationWin.value);
|
|
35
|
+
const isImageControllerVisiable = Vue.computed(() => !isAnnotationWin.value);
|
|
33
36
|
function init() {
|
|
34
|
-
const fabricCanvas = new index$
|
|
37
|
+
const fabricCanvas = new index$5.default("canvas");
|
|
35
38
|
canvas.value = fabricCanvas;
|
|
36
39
|
}
|
|
37
40
|
function resizeCanvas() {
|
|
@@ -101,7 +104,12 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
101
104
|
[Vue.vShow, isControllerVisiable.value]
|
|
102
105
|
])
|
|
103
106
|
]),
|
|
104
|
-
_hoisted_6
|
|
107
|
+
Vue.withDirectives(Vue.createElementVNode("div", _hoisted_6, [
|
|
108
|
+
Vue.createVNode(index$4.default)
|
|
109
|
+
], 512), [
|
|
110
|
+
[Vue.vShow, isImageControllerVisiable.value]
|
|
111
|
+
]),
|
|
112
|
+
_hoisted_7
|
|
105
113
|
], 512)
|
|
106
114
|
]);
|
|
107
115
|
};
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const AudioSettingTab_vue_vue_type_script_setup_true_lang = require("./AudioSettingTab.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const AudioSettingTab = /* @__PURE__ */ _pluginVue_exportHelper.default(AudioSettingTab_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const AudioSettingTab = /* @__PURE__ */ _pluginVue_exportHelper.default(AudioSettingTab_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-4e811209"]]);
|
|
7
7
|
exports.default = AudioSettingTab;
|
|
@@ -58,7 +58,9 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
58
58
|
}
|
|
59
59
|
const isTestingSpeaker = Vue.ref(false);
|
|
60
60
|
const audioPlayer = document == null ? void 0 : document.createElement("audio");
|
|
61
|
-
audioPlayer.loop
|
|
61
|
+
if (audioPlayer && typeof audioPlayer.loop !== "undefined") {
|
|
62
|
+
audioPlayer.loop = true;
|
|
63
|
+
}
|
|
62
64
|
const { t } = index.useI18n();
|
|
63
65
|
async function handleSpeakerTest() {
|
|
64
66
|
const SPEAKER_TEST_URL = "https://web.sdk.qcloud.com/trtc/electron/download/resources/media/TestSpeaker.mp3";
|
|
@@ -11,6 +11,8 @@ const roomService = require("../../services/roomService.js");
|
|
|
11
11
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
12
12
|
require("mitt");
|
|
13
13
|
require("../../services/manager/roomActionManager.js");
|
|
14
|
+
require("@tencentcloud/tui-core");
|
|
15
|
+
require("../../utils/environment.js");
|
|
14
16
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
15
17
|
__name: "Language",
|
|
16
18
|
setup(__props) {
|
|
@@ -11,6 +11,8 @@ const roomService = require("../../services/roomService.js");
|
|
|
11
11
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
12
12
|
require("mitt");
|
|
13
13
|
require("../../services/manager/roomActionManager.js");
|
|
14
|
+
require("@tencentcloud/tui-core");
|
|
15
|
+
require("../../utils/environment.js");
|
|
14
16
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
15
17
|
__name: "SwitchTheme",
|
|
16
18
|
props: {
|
|
@@ -11,6 +11,8 @@ require("../../../../locales/index.js");
|
|
|
11
11
|
require("@tencentcloud/tuiroom-engine-electron");
|
|
12
12
|
require("mitt");
|
|
13
13
|
require("../../../../services/manager/roomActionManager.js");
|
|
14
|
+
require("@tencentcloud/tui-core");
|
|
15
|
+
require("../../../../utils/environment.js");
|
|
14
16
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
15
17
|
__name: "index",
|
|
16
18
|
props: {
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
min: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
max: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
step: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
disabled: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
+
"update:modelValue": (...args: any[]) => void;
|
|
24
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
+
modelValue: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
min: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
default: number;
|
|
32
|
+
};
|
|
33
|
+
max: {
|
|
34
|
+
type: NumberConstructor;
|
|
35
|
+
default: number;
|
|
36
|
+
};
|
|
37
|
+
step: {
|
|
38
|
+
type: NumberConstructor;
|
|
39
|
+
default: number;
|
|
40
|
+
};
|
|
41
|
+
disabled: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}>> & {
|
|
46
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
}, {
|
|
48
|
+
max: number;
|
|
49
|
+
disabled: boolean;
|
|
50
|
+
min: number;
|
|
51
|
+
step: number;
|
|
52
|
+
modelValue: number;
|
|
53
|
+
}, {}>;
|
|
54
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Slider_vue_vue_type_script_setup_true_lang = require("./Slider.vue2.js");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
+
const Slider = /* @__PURE__ */ _pluginVue_exportHelper.default(Slider_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-b8e901cb"]]);
|
|
7
|
+
exports.default = Slider;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
5
|
+
__name: "Slider",
|
|
6
|
+
props: {
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: Number,
|
|
9
|
+
default: 0
|
|
10
|
+
},
|
|
11
|
+
min: {
|
|
12
|
+
type: Number,
|
|
13
|
+
default: 0
|
|
14
|
+
},
|
|
15
|
+
max: {
|
|
16
|
+
type: Number,
|
|
17
|
+
default: 100
|
|
18
|
+
},
|
|
19
|
+
step: {
|
|
20
|
+
type: Number,
|
|
21
|
+
default: 1
|
|
22
|
+
},
|
|
23
|
+
disabled: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
default: false
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
emits: ["update:modelValue"],
|
|
29
|
+
setup(__props, { emit: __emit }) {
|
|
30
|
+
const props = __props;
|
|
31
|
+
const emit = __emit;
|
|
32
|
+
const value = Vue.ref(props.modelValue);
|
|
33
|
+
const thumb = Vue.ref(null);
|
|
34
|
+
const slider = Vue.ref(null);
|
|
35
|
+
const track = Vue.ref(null);
|
|
36
|
+
Vue.watch(value, (newValue) => {
|
|
37
|
+
emit("update:modelValue", newValue);
|
|
38
|
+
});
|
|
39
|
+
Vue.watch(
|
|
40
|
+
() => props.modelValue,
|
|
41
|
+
(newValue) => {
|
|
42
|
+
value.value = newValue;
|
|
43
|
+
}
|
|
44
|
+
);
|
|
45
|
+
const valuePercentage = Vue.computed(() => {
|
|
46
|
+
return (value.value - props.min) / (props.max - props.min) * 100;
|
|
47
|
+
});
|
|
48
|
+
const thumbStyle = Vue.computed(() => {
|
|
49
|
+
return {
|
|
50
|
+
left: `${valuePercentage.value}%`
|
|
51
|
+
};
|
|
52
|
+
});
|
|
53
|
+
function handleMousedown(event) {
|
|
54
|
+
var _a;
|
|
55
|
+
if (props.disabled) return;
|
|
56
|
+
(_a = thumb.value) == null ? void 0 : _a.classList.add("slider-thumb-active");
|
|
57
|
+
handleMousemove(event);
|
|
58
|
+
}
|
|
59
|
+
function handleMousemove(event) {
|
|
60
|
+
var _a, _b;
|
|
61
|
+
if (props.disabled || !((_a = thumb.value) == null ? void 0 : _a.classList.contains("slider-thumb-active")))
|
|
62
|
+
return;
|
|
63
|
+
const sliderRect = (_b = slider.value) == null ? void 0 : _b.getBoundingClientRect();
|
|
64
|
+
if (sliderRect) {
|
|
65
|
+
const newValue = (event.clientX - sliderRect.left) / sliderRect.width * (props.max - props.min) + props.min;
|
|
66
|
+
const steppedValue = Math.round(newValue / props.step) * props.step;
|
|
67
|
+
const clampedValue = Math.min(Math.max(steppedValue, props.min), props.max);
|
|
68
|
+
value.value = clampedValue;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
function handleMouseup() {
|
|
72
|
+
var _a;
|
|
73
|
+
if (props.disabled) return;
|
|
74
|
+
(_a = thumb.value) == null ? void 0 : _a.classList.remove("slider-thumb-active");
|
|
75
|
+
}
|
|
76
|
+
Vue.onMounted(() => {
|
|
77
|
+
document.addEventListener("mousemove", handleMousemove);
|
|
78
|
+
document.addEventListener("mouseup", handleMouseup);
|
|
79
|
+
});
|
|
80
|
+
Vue.onUnmounted(() => {
|
|
81
|
+
document.removeEventListener("mousemove", handleMousemove);
|
|
82
|
+
document.removeEventListener("mouseup", handleMouseup);
|
|
83
|
+
});
|
|
84
|
+
return (_ctx, _cache) => {
|
|
85
|
+
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
86
|
+
class: "slider",
|
|
87
|
+
ref_key: "slider",
|
|
88
|
+
ref: slider,
|
|
89
|
+
onMousedown: handleMousedown
|
|
90
|
+
}, [
|
|
91
|
+
Vue.createElementVNode("div", {
|
|
92
|
+
class: "slider-track",
|
|
93
|
+
ref_key: "track",
|
|
94
|
+
ref: track,
|
|
95
|
+
style: Vue.normalizeStyle({ width: valuePercentage.value + "%" })
|
|
96
|
+
}, null, 4),
|
|
97
|
+
Vue.createElementVNode("div", {
|
|
98
|
+
class: Vue.normalizeClass(["slider-thumb", { "slider-thumb-disabled": __props.disabled }]),
|
|
99
|
+
ref_key: "thumb",
|
|
100
|
+
ref: thumb,
|
|
101
|
+
style: Vue.normalizeStyle(thumbStyle.value)
|
|
102
|
+
}, null, 6)
|
|
103
|
+
], 544);
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
exports.default = _sfc_main;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const _sfc_main = {};
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
width: "24",
|
|
8
|
+
height: "24",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_2 = /* @__PURE__ */ Vue.createStaticVNode('<path d="M2.00049 1.99989C2.00032 8.66652 2.00024 15.3332 2 21.9998C8.66667 21.9998 15.3333 21.9999 22 21.9999V1.99996C15.3335 1.99935 8.667 2.00035 2.00049 1.99989Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="16"></path><path d="M2 12H5.18262" stroke="currentColor" stroke-width="2" stroke-linecap="square"></path><path d="M18.7227 12H22" stroke="currentColor" stroke-width="2" stroke-linecap="square"></path><path d="M16 7.14014V16.7283" stroke="#4791FF" stroke-width="2" stroke-linejoin="bevel"></path><path d="M7 16.729C7 15.9108 10.2727 7.729 10.2727 7.729C10.2727 7.729 13.5455 15.9108 13.5455 16.729" stroke="#4791FF" stroke-width="2" stroke-linejoin="bevel"></path><path d="M8.5 14H12" stroke="#4791FF " stroke-width="2" stroke-linejoin="bevel"></path>', 6);
|
|
14
|
+
const _hoisted_8 = [
|
|
15
|
+
_hoisted_2
|
|
16
|
+
];
|
|
17
|
+
function _sfc_render(_ctx, _cache) {
|
|
18
|
+
return Vue.openBlock(), Vue.createElementBlock("svg", _hoisted_1, _hoisted_8);
|
|
19
|
+
}
|
|
20
|
+
const AIIcon = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
|
|
21
|
+
exports.default = AIIcon;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const _sfc_main = {};
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
width: "16",
|
|
8
|
+
height: "16",
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_2 = /* @__PURE__ */ Vue.createElementVNode("path", {
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M1.33331 1.33325H14.6666V14.6666H1.33331V1.33325ZM2.66665 2.66659V13.3333H13.3333V2.66659H2.66665ZM3.99998 6.66659C3.99998 5.93021 4.59693 5.33325 5.33331 5.33325H7.33331V6.66659H5.33331V9.33325H7.33331V10.6666H5.33331C4.59693 10.6666 3.99998 10.0697 3.99998 9.33325V6.66659ZM8.66665 6.66659C8.66665 5.93021 9.26358 5.33325 9.99998 5.33325H12V6.66659H9.99998V9.33325H12V10.6666H9.99998C9.26358 10.6666 8.66665 10.0697 8.66665 9.33325V6.66659Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache) {
|
|
23
|
+
return Vue.openBlock(), Vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
24
|
+
}
|
|
25
|
+
const AISubtitlesIcon = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
|
|
26
|
+
exports.default = AISubtitlesIcon;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const _sfc_main = {};
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
width: "16",
|
|
8
|
+
height: "16",
|
|
9
|
+
viewBox: "0 0 16 16",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_2 = /* @__PURE__ */ Vue.createStaticVNode('<path d="M14.6666 3.33333L1.33331 3.33333L1.33331 2L14.6666 2V3.33333Z" fill="currentColor"></path><path d="M5.6673 8.66667H1.33331L1.33331 7.33333L5.6673 7.33333V8.66667Z" fill="currentColor"></path><path d="M1.33331 14H5.6673V12.6667H1.33331L1.33331 14Z" fill="currentColor"></path><path d="M10.4006 8.19987V10.9333H13.1333V9.73333H11.6006V8.19987H10.4006Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11.0006 14.6667C13.3939 14.6667 15.334 12.7266 15.334 10.3333C15.334 7.9401 13.3939 6 11.0006 6C8.6074 6 6.6673 7.9401 6.6673 10.3333C6.6673 12.7266 8.6074 14.6667 11.0006 14.6667ZM11.0006 13.3333C12.6575 13.3333 14.0006 11.9902 14.0006 10.3333C14.0006 8.67648 12.6575 7.33333 11.0006 7.33333C9.34378 7.33333 8.00063 8.67648 8.00063 10.3333C8.00063 11.9902 9.34378 13.3333 11.0006 13.3333Z" fill="currentColor"></path>', 5);
|
|
14
|
+
const _hoisted_7 = [
|
|
15
|
+
_hoisted_2
|
|
16
|
+
];
|
|
17
|
+
function _sfc_render(_ctx, _cache) {
|
|
18
|
+
return Vue.openBlock(), Vue.createElementBlock("svg", _hoisted_1, _hoisted_7);
|
|
19
|
+
}
|
|
20
|
+
const AITranscription = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
|
|
21
|
+
exports.default = AITranscription;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const Vue = require("vue");
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const _sfc_main = {};
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
width: "24",
|
|
8
|
+
height: "24",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
};
|
|
13
|
+
const _hoisted_2 = /* @__PURE__ */ Vue.createElementVNode("g", { id: "Frame" }, [
|
|
14
|
+
/* @__PURE__ */ Vue.createElementVNode("path", {
|
|
15
|
+
id: "Vector",
|
|
16
|
+
d: "M12.4895 5.25858L11.5546 5.78718C11.3026 5.92964 11.0013 5.95592 10.7284 5.85925L7.05828 4.55875C6.32422 4.29864 5.58769 4.94039 5.74486 5.70315L6.52523 9.49018C6.5841 9.77587 6.5153 10.073 6.33685 10.3038L3.96988 13.3644C3.49257 13.9815 3.87443 14.8832 4.64981 14.9699L8.51453 15.402C8.8028 15.4342 9.06287 15.59 9.22728 15.829L11.4286 19.0287C11.8692 19.6691 12.84 19.584 13.1624 18.8767L14.7713 15.347C14.8918 15.0827 15.1212 14.8839 15.3999 14.8022L19.3705 13.6382C20.0132 13.4498 20.2018 12.6307 19.7064 12.1802V12.1802",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
"stroke-width": "1.7"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ Vue.createElementVNode("path", {
|
|
21
|
+
id: "Vector_2",
|
|
22
|
+
d: "M14.4872 4.12929L15.1531 3.75286V3.75286C15.7384 3.42193 16.4607 3.85698 16.442 4.52912L16.3273 8.63684C16.3191 8.92817 16.4385 9.20856 16.6541 9.40463L17.4452 10.1239L18.0105 10.638",
|
|
23
|
+
stroke: "#4791FF",
|
|
24
|
+
"stroke-width": "1.7",
|
|
25
|
+
"stroke-linecap": "square"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ Vue.createElementVNode("path", {
|
|
28
|
+
id: "Vector_3",
|
|
29
|
+
d: "M17.5 17.5L20.5 20.5",
|
|
30
|
+
stroke: "currentColor",
|
|
31
|
+
"stroke-width": "1.7"
|
|
32
|
+
})
|
|
33
|
+
], -1);
|
|
34
|
+
const _hoisted_3 = [
|
|
35
|
+
_hoisted_2
|
|
36
|
+
];
|
|
37
|
+
function _sfc_render(_ctx, _cache) {
|
|
38
|
+
return Vue.openBlock(), Vue.createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
39
|
+
}
|
|
40
|
+
const BasicBeautyIcon = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
exports.default = BasicBeautyIcon;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|