@tencentcloud/roomkit-electron-vue3 2.7.1 → 2.8.1
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/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.mjs +67 -0
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/index.vue2.mjs +23 -10
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.mjs +14 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.mjs +13 -13
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.mjs +2 -2
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.mjs +2 -1
- package/es/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/server.mjs +12 -3
- package/es/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.mjs +2 -1
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.mjs +2 -2
- package/es/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Overlay/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Transfer/index.vue2.mjs +3 -3
- package/es/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/en/TUIChat.mjs +5 -2
- package/es/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/en/message.mjs +2 -2
- package/es/components/Chat/ChatKit/locales/index.d.ts +4 -1083
- package/es/components/Chat/ChatKit/locales/index.mjs +3 -1
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_cn/TUIChat.mjs +4 -1
- package/es/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIChat.mjs +155 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIContact.mjs +67 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIConversation.mjs +25 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUIGroup.mjs +88 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/TUISearch.mjs +42 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/component.mjs +22 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/emoji.mjs +4 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/evaluate.mjs +12 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/index.mjs +39 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/message.mjs +63 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/time.mjs +38 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
- package/es/components/Chat/ChatKit/locales/zh_tw/words.mjs +15 -0
- package/es/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
- package/es/components/Chat/ChatKit/utils/riseInput.mjs +45 -0
- package/es/components/Chat/index/index.vue.mjs +1 -1
- package/es/components/Chat/index/index.vue2.mjs +4 -19
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +3 -3
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +1 -1
- package/es/components/PreRoom/PasswordDialog.vue.mjs +1 -1
- package/es/components/PreRoom/PasswordDialog.vue2.mjs +21 -12
- package/es/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
- package/es/components/RoomContent/StreamContainer/index.vue.mjs +1 -1
- package/es/components/RoomContent/StreamContainer/index.vue2.mjs +111 -262
- package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
- package/es/components/RoomContent/StreamContainer/useStreamContainerHooks.mjs +11 -0
- package/es/components/RoomContent/index.vue.d.ts +1 -14
- package/es/components/RoomContent/index.vue.mjs +1 -1
- package/es/components/RoomContent/index.vue2.mjs +1 -4
- package/es/components/RoomFooter/AIControl.vue.d.ts +1 -5
- package/es/components/RoomFooter/AIControl.vue.mjs +1 -1
- package/es/components/RoomFooter/AIControl.vue2.mjs +5 -8
- package/es/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.mjs +1 -1
- package/es/components/RoomFooter/BasicBeauty.vue.mjs +1 -1
- package/es/components/RoomFooter/BasicBeauty.vue2.mjs +6 -3
- package/es/components/RoomFooter/ChatControl.vue.mjs +2 -1
- package/es/components/RoomFooter/EndControl/index.vue.mjs +1 -1
- package/es/components/RoomFooter/EndControl/index.vue2.mjs +4 -6
- package/es/components/RoomFooter/EndControl/useEndControlHooks.mjs +8 -12
- package/es/components/RoomFooter/FullScreenControl.vue.mjs +1 -1
- package/es/components/RoomFooter/InviteControl.vue.mjs +1 -1
- package/es/components/RoomFooter/InviteControl.vue2.mjs +2 -1
- package/es/components/RoomFooter/ManageMemberControl.vue.mjs +1 -1
- package/es/components/RoomFooter/MoreControl/index.vue.mjs +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +3 -3
- package/es/components/RoomFooter/VirtualBackground.vue.mjs +1 -1
- package/es/components/RoomFooter/VirtualBackground.vue2.mjs +5 -2
- package/es/components/RoomFooter/WhiteboardControl.vue.mjs +13 -3
- package/es/components/RoomFooter/index/index.vue.d.ts +1 -5
- package/es/components/RoomFooter/index/index.vue.mjs +1 -1
- package/es/components/RoomFooter/index/index.vue2.mjs +2 -8
- package/es/components/RoomHeader/UserInfo/index.vue.mjs +1 -1
- package/es/components/RoomHeader/UserInfo/index.vue2.mjs +3 -2
- package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +1 -1
- package/es/components/RoomHeader/index/index.vue.d.ts +1 -5
- package/es/components/RoomHeader/index/index.vue.mjs +1 -1
- package/es/components/RoomHeader/index/index.vue2.mjs +0 -15
- package/es/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
- package/es/components/RoomHome/RoomControl/index.vue.mjs +1 -1
- package/es/components/RoomHome/RoomControl/index.vue2.mjs +1 -2
- package/es/components/RoomInvite/InvitationNotification.vue2.mjs +1 -1
- package/es/components/RoomInvite/useRoomInviteHooks.mjs +2 -2
- package/es/components/RoomOverlay/RoomOverlay.vue.mjs +16 -0
- package/es/components/RoomOverlay/RoomOverlay.vue2.mjs +4 -0
- package/es/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
- package/es/components/RoomOverlay/useRoomOverlayHooks.mjs +30 -0
- package/es/components/RoomSidebar/index.vue.mjs +1 -1
- package/es/components/ScheduleConference/InvitePanel.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +11 -7
- package/es/components/ScheduleConference/ScheduleRoomControl.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +3 -3
- package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +2 -2
- package/es/components/ScheduleConference/ShareLink.vue2.mjs +1 -1
- package/es/components/ScheduleConference/TimezonePicker.vue.mjs +1 -1
- package/es/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
- package/es/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.mjs +2 -2
- package/es/components/Stream/MultiStreamView/index.vue2.mjs +99 -0
- package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
- package/es/components/Stream/MultiStreamView/useMultiStreamViewHook.mjs +95 -0
- package/es/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
- package/es/components/Stream/SingleStreamView/index.vue.mjs +30 -0
- package/es/components/Stream/SingleStreamView/index.vue2.mjs +4 -0
- package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.mjs +1 -1
- package/es/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.mjs +23 -58
- package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.mjs +1 -1
- package/es/components/Stream/common/StreamList/index.vue.d.ts +27 -0
- package/es/components/{RoomContent → Stream/common}/StreamList/index.vue.mjs +2 -2
- package/es/components/{RoomContent → Stream/common}/StreamList/index.vue2.mjs +59 -95
- package/{lib/components/RoomContent/StreamRegion → es/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
- package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.mjs +1 -1
- package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.mjs +17 -12
- package/es/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
- package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue.mjs +2 -2
- package/es/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.mjs +24 -27
- package/es/components/common/Language.vue.mjs +1 -1
- package/es/components/common/SwitchTheme.vue.mjs +1 -1
- package/es/components/common/base/Button.vue.d.ts +1 -1
- package/es/components/common/base/Checkbox/index.vue.d.ts +1 -1
- package/es/components/common/base/Dialog/index.vue.d.ts +4 -4
- package/es/components/common/base/IconButton.vue.d.ts +3 -3
- package/es/components/common/base/Input/index.vue.d.ts +4 -4
- package/es/components/common/base/Message/Message.vue.d.ts +4 -4
- package/es/components/common/base/MessageBox/index.vue.d.ts +1 -1
- package/es/components/common/base/Notification/index.vue.d.ts +1 -1
- package/es/components/common/base/Select/index.vue.d.ts +1 -1
- package/es/components/common/base/Select/index.vue2.mjs +1 -1
- package/es/components/common/base/Slider.vue.d.ts +1 -1
- package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue.mjs +2 -2
- package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.mjs +8 -7
- package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.mjs +2 -2
- package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue2.mjs +9 -8
- package/es/conference.d.ts +6 -0
- package/es/conference.mjs +7 -1
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +14 -24
- package/es/extension/chatExtension.mjs +1 -1
- package/es/extension/utils/interact.mjs +1 -1
- package/es/extension/utils/setLanguage.mjs +1 -1
- package/es/hooks/useMasterApplyControl.mjs +2 -1
- package/es/index.d.ts +1 -0
- package/es/index.mjs +969 -1197
- package/es/locales/en-US.d.ts +2 -1
- package/es/locales/en-US.mjs +3 -2
- package/es/locales/zh-CN.d.ts +2 -1
- package/es/locales/zh-CN.mjs +2 -1
- package/es/preConference.vue.d.ts +5 -0
- package/es/preConference.vue.mjs +1 -1
- package/es/preConference.vue2.mjs +7 -4
- package/es/services/index.d.ts +1 -0
- package/es/services/manager/chatManager.d.ts +0 -2
- package/es/services/manager/chatManager.mjs +6 -12
- package/{lib/services/manager/MediaManager.d.ts → es/services/manager/mediaManager.d.ts} +16 -13
- package/es/services/manager/{MediaManager.mjs → mediaManager.mjs} +110 -113
- package/es/services/manager/roomActionManager.d.ts +3 -0
- package/es/services/manager/roomActionManager.mjs +7 -0
- package/es/services/manager/scheduleConferenceManager.d.ts +1 -0
- package/es/services/manager/scheduleConferenceManager.mjs +24 -1
- package/es/services/manager/trackingManager.d.ts +11 -0
- package/es/services/manager/trackingManager.mjs +20 -0
- package/es/services/manager/userManager.d.ts +11 -1
- package/es/services/manager/userManager.mjs +159 -9
- package/es/services/roomService.d.ts +3 -2
- package/es/services/roomService.mjs +23 -41
- package/es/stores/basic.mjs +6 -1
- package/es/stores/room.d.ts +29 -1
- package/es/stores/room.mjs +49 -59
- package/es/utils/domOperation.d.ts +4 -0
- package/es/utils/domOperation.mjs +17 -23
- package/es/utils/utils.d.ts +11 -0
- package/es/utils/utils.mjs +43 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.d.ts +2 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.js +67 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue2.js +22 -9
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue2.js +13 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue2.js +13 -13
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue2.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue2.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue2.js +1 -0
- package/lib/components/Chat/ChatKit/components/TUIChat/server.d.ts +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/server.js +12 -3
- package/lib/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.js +2 -1
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.js +2 -2
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue2.js +2 -2
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/en/TUIChat.js +5 -2
- package/lib/components/Chat/ChatKit/locales/en/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/en/message.js +2 -2
- package/lib/components/Chat/ChatKit/locales/index.d.ts +4 -1083
- package/lib/components/Chat/ChatKit/locales/index.js +3 -1
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_cn/TUIChat.js +4 -1
- package/lib/components/Chat/ChatKit/locales/zh_cn/index.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.d.ts +153 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIChat.js +155 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.d.ts +65 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIContact.js +67 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.d.ts +23 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIConversation.js +25 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.d.ts +86 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUIGroup.js +88 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.d.ts +40 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/TUISearch.js +42 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/component.d.ts +20 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/component.js +22 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.d.ts +3 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/emoji.js +4 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.d.ts +10 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/evaluate.js +12 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/index.d.ts +513 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/index.js +39 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/message.d.ts +61 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/message.js +63 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/time.d.ts +36 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/time.js +38 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/translate.d.ts +163 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/words.d.ts +13 -0
- package/lib/components/Chat/ChatKit/locales/zh_tw/words.js +15 -0
- package/lib/components/Chat/ChatKit/utils/riseInput.d.ts +1 -0
- package/lib/components/Chat/ChatKit/utils/riseInput.js +45 -0
- package/lib/components/Chat/index/index.vue.js +1 -1
- package/lib/components/Chat/index/index.vue2.js +2 -17
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +3 -3
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +1 -1
- package/lib/components/PreRoom/PasswordDialog.vue.js +1 -1
- package/lib/components/PreRoom/PasswordDialog.vue2.js +20 -11
- package/lib/components/RoomContent/StreamContainer/index.vue.d.ts +1 -14
- package/lib/components/RoomContent/StreamContainer/index.vue.js +1 -1
- package/lib/components/RoomContent/StreamContainer/index.vue2.js +109 -260
- package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.d.ts +2 -9
- package/lib/components/RoomContent/StreamContainer/useStreamContainerHooks.js +11 -0
- package/lib/components/RoomContent/index.vue.d.ts +1 -14
- package/lib/components/RoomContent/index.vue.js +1 -1
- package/lib/components/RoomContent/index.vue2.js +1 -4
- package/lib/components/RoomFooter/AIControl.vue.d.ts +1 -5
- package/lib/components/RoomFooter/AIControl.vue.js +1 -1
- package/lib/components/RoomFooter/AIControl.vue2.js +5 -8
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue2.js +1 -1
- package/lib/components/RoomFooter/BasicBeauty.vue.js +1 -1
- package/lib/components/RoomFooter/BasicBeauty.vue2.js +6 -3
- package/lib/components/RoomFooter/ChatControl.vue.js +2 -1
- package/lib/components/RoomFooter/EndControl/index.vue.js +1 -1
- package/lib/components/RoomFooter/EndControl/index.vue2.js +4 -6
- package/lib/components/RoomFooter/EndControl/useEndControlHooks.js +8 -12
- package/lib/components/RoomFooter/FullScreenControl.vue.js +1 -1
- package/lib/components/RoomFooter/InviteControl.vue.js +1 -1
- package/lib/components/RoomFooter/InviteControl.vue2.js +2 -1
- package/lib/components/RoomFooter/ManageMemberControl.vue.js +1 -1
- package/lib/components/RoomFooter/MoreControl/index.vue.js +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +3 -3
- package/lib/components/RoomFooter/VirtualBackground.vue.js +1 -1
- package/lib/components/RoomFooter/VirtualBackground.vue2.js +5 -2
- package/lib/components/RoomFooter/WhiteboardControl.vue.js +13 -3
- package/lib/components/RoomFooter/index/index.vue.d.ts +1 -5
- package/lib/components/RoomFooter/index/index.vue.js +1 -1
- package/lib/components/RoomFooter/index/index.vue2.js +2 -8
- package/lib/components/RoomHeader/UserInfo/index.vue.js +1 -1
- package/lib/components/RoomHeader/UserInfo/index.vue2.js +3 -2
- package/lib/components/RoomHeader/index/LayoutControl.vue2.js +1 -1
- package/lib/components/RoomHeader/index/index.vue.d.ts +1 -5
- package/lib/components/RoomHeader/index/index.vue.js +1 -1
- package/lib/components/RoomHeader/index/index.vue2.js +0 -15
- package/lib/components/RoomHome/RoomControl/index.vue.d.ts +0 -5
- package/lib/components/RoomHome/RoomControl/index.vue.js +1 -1
- package/lib/components/RoomHome/RoomControl/index.vue2.js +1 -2
- package/lib/components/RoomInvite/InvitationNotification.vue2.js +1 -1
- package/lib/components/RoomInvite/useRoomInviteHooks.js +2 -2
- package/lib/components/RoomOverlay/RoomOverlay.vue.js +16 -0
- package/lib/components/RoomOverlay/RoomOverlay.vue2.js +4 -0
- package/lib/components/RoomOverlay/useRoomOverlayHooks.d.ts +15 -0
- package/lib/components/RoomOverlay/useRoomOverlayHooks.js +30 -0
- package/lib/components/RoomSidebar/index.vue.js +1 -1
- package/lib/components/ScheduleConference/InvitePanel.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +11 -7
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +3 -3
- package/lib/components/ScheduleConference/ScheduleRoomList.vue2.js +2 -2
- package/lib/components/ScheduleConference/ShareLink.vue2.js +1 -1
- package/lib/components/ScheduleConference/TimezonePicker.vue.js +1 -1
- package/lib/components/Stream/MultiStreamView/index.vue.d.ts +33 -0
- package/lib/components/{Chat/MessageList → Stream/MultiStreamView}/index.vue.js +2 -2
- package/lib/components/Stream/MultiStreamView/index.vue2.js +99 -0
- package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.d.ts +17 -0
- package/lib/components/Stream/MultiStreamView/useMultiStreamViewHook.js +95 -0
- package/lib/components/Stream/SingleStreamView/index.vue.d.ts +25 -0
- package/lib/components/Stream/SingleStreamView/index.vue.js +30 -0
- package/lib/components/Stream/SingleStreamView/index.vue2.js +4 -0
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue.js +1 -1
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/LocalScreenView/index.vue2.js +22 -57
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.js +1 -1
- package/lib/components/Stream/common/StreamList/index.vue.d.ts +27 -0
- package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue.js +2 -2
- package/lib/components/{RoomContent → Stream/common}/StreamList/index.vue2.js +60 -96
- package/{es/components/RoomContent/StreamRegion → lib/components/Stream/common}/StreamPlay/index.vue.d.ts +9 -6
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue.js +1 -1
- package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue2.js +21 -16
- package/lib/components/Stream/common/StreamRegion/index.vue.d.ts +25 -0
- package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue.js +2 -2
- package/lib/components/{RoomContent → Stream/common}/StreamRegion/index.vue2.js +24 -27
- package/lib/components/common/Language.vue.js +1 -1
- package/lib/components/common/SwitchTheme.vue.js +1 -1
- package/lib/components/common/base/Button.vue.d.ts +1 -1
- package/lib/components/common/base/Checkbox/index.vue.d.ts +1 -1
- package/lib/components/common/base/Dialog/index.vue.d.ts +4 -4
- package/lib/components/common/base/IconButton.vue.d.ts +3 -3
- package/lib/components/common/base/Input/index.vue.d.ts +4 -4
- package/lib/components/common/base/Message/Message.vue.d.ts +4 -4
- package/lib/components/common/base/MessageBox/index.vue.d.ts +1 -1
- package/lib/components/common/base/Notification/index.vue.d.ts +1 -1
- package/lib/components/common/base/Select/index.vue.d.ts +1 -1
- package/lib/components/common/base/Select/index.vue2.js +1 -1
- package/lib/components/common/base/Slider.vue.d.ts +1 -1
- package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue.js +2 -2
- package/lib/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.js +8 -7
- package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.js +2 -2
- package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue2.js +9 -8
- package/lib/conference.d.ts +6 -0
- package/lib/conference.js +7 -1
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +14 -24
- package/lib/extension/chatExtension.js +1 -1
- package/lib/extension/utils/interact.js +1 -1
- package/lib/extension/utils/setLanguage.js +1 -1
- package/lib/hooks/useMasterApplyControl.js +2 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +969 -1197
- package/lib/locales/en-US.d.ts +2 -1
- package/lib/locales/en-US.js +3 -2
- package/lib/locales/zh-CN.d.ts +2 -1
- package/lib/locales/zh-CN.js +2 -1
- package/lib/preConference.vue.d.ts +5 -0
- package/lib/preConference.vue.js +1 -1
- package/lib/preConference.vue2.js +6 -3
- package/lib/services/index.d.ts +1 -0
- package/lib/services/manager/chatManager.d.ts +0 -2
- package/lib/services/manager/chatManager.js +6 -12
- package/{es/services/manager/MediaManager.d.ts → lib/services/manager/mediaManager.d.ts} +16 -13
- package/lib/services/manager/{MediaManager.js → mediaManager.js} +109 -112
- package/lib/services/manager/roomActionManager.d.ts +3 -0
- package/lib/services/manager/roomActionManager.js +7 -0
- package/lib/services/manager/scheduleConferenceManager.d.ts +1 -0
- package/lib/services/manager/scheduleConferenceManager.js +23 -0
- package/lib/services/manager/trackingManager.d.ts +11 -0
- package/lib/services/manager/trackingManager.js +20 -0
- package/lib/services/manager/userManager.d.ts +11 -1
- package/lib/services/manager/userManager.js +158 -8
- package/lib/services/roomService.d.ts +3 -2
- package/lib/services/roomService.js +24 -42
- package/lib/stores/basic.js +6 -1
- package/lib/stores/room.d.ts +29 -1
- package/lib/stores/room.js +49 -59
- package/lib/utils/domOperation.d.ts +4 -0
- package/lib/utils/domOperation.js +17 -23
- package/lib/utils/utils.d.ts +11 -0
- package/lib/utils/utils.js +43 -0
- package/package.json +4 -4
- package/src/TUIRoom/components/Chat/ChatKit/CHANGELOG.md +35 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/emoji-config/locales/zh_tw.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/index.vue +24 -8
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input/message-input-editor.vue +15 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue +13 -13
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/index.vue +1 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue +2 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/message-revoked.vue +4 -6
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue +9 -3
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/server.ts +12 -3
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIChat/utils/sendMessage.ts +1 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIContact/contact-list/index.vue +3 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/TUIGroup/manage-group/index.vue +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/index.vue +1 -1
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/h5.scss +4 -3
- package/src/TUIRoom/components/Chat/ChatKit/components/common/BottomPopup/style/modal.scss +0 -2
- package/src/TUIRoom/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Overlay/index.vue +5 -0
- package/src/TUIRoom/components/Chat/ChatKit/components/common/Transfer/index.vue +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/TUIChat.ts +4 -1
- package/src/TUIRoom/components/Chat/ChatKit/locales/en/message.ts +2 -2
- package/src/TUIRoom/components/Chat/ChatKit/locales/index.ts +9 -3
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_cn/TUIChat.ts +3 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIChat.ts +154 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIContact.ts +66 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIConversation.ts +24 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUIGroup.ts +87 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/TUISearch.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/component.ts +21 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/emoji.ts +2 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/evaluate.ts +11 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/index.ts +41 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/message.ts +62 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/time.ts +37 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/translate.ts +164 -0
- package/src/TUIRoom/components/Chat/ChatKit/locales/zh_tw/words.ts +14 -0
- package/src/TUIRoom/components/Chat/ChatKit/utils/riseInput.ts +53 -0
- package/src/TUIRoom/components/Chat/index/index.vue +2 -20
- package/src/TUIRoom/components/ManageMember/MemberControl/useMemberControlHooks.ts +7 -4
- package/src/TUIRoom/components/PreRoom/PasswordDialog.vue +21 -11
- package/src/TUIRoom/components/RoomContent/StreamContainer/index.vue +107 -384
- package/src/TUIRoom/components/RoomContent/StreamContainer/useStreamContainerHooks.ts +5 -112
- package/src/TUIRoom/components/RoomContent/index.vue +1 -5
- package/src/TUIRoom/components/RoomFooter/AIControl.vue +7 -6
- package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +1 -1
- package/src/TUIRoom/components/RoomFooter/ChatControl.vue +1 -0
- package/src/TUIRoom/components/RoomFooter/EndControl/index.vue +4 -3
- package/src/TUIRoom/components/RoomFooter/EndControl/useEndControlHooks.ts +4 -10
- package/src/TUIRoom/components/RoomFooter/InviteControl.vue +1 -0
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +3 -3
- package/src/TUIRoom/components/RoomFooter/VirtualBackground.vue +1 -1
- package/src/TUIRoom/components/RoomFooter/WhiteboardControl.vue +13 -2
- package/src/TUIRoom/components/RoomFooter/index/index.vue +0 -6
- package/src/TUIRoom/components/RoomHeader/UserInfo/index.vue +2 -5
- package/src/TUIRoom/components/RoomHeader/index/index.vue +0 -17
- package/src/TUIRoom/components/RoomHome/RoomControl/index.vue +0 -2
- package/src/TUIRoom/components/RoomInvite/useRoomInviteHooks.ts +2 -2
- package/src/TUIRoom/components/RoomOverlay/RoomOverlay.vue +13 -0
- package/src/TUIRoom/components/RoomOverlay/useRoomOverlayHooks.ts +21 -0
- package/src/TUIRoom/components/RoomSidebar/index.vue +1 -1
- package/src/TUIRoom/components/ScheduleConference/InvitePanel.vue +1 -0
- package/src/TUIRoom/components/ScheduleConference/ScheduleConferencePanel/index.vue +10 -4
- package/src/TUIRoom/components/ScheduleConference/ScheduleRoomControl.vue +1 -0
- package/src/TUIRoom/components/Stream/MultiStreamView/index.vue +161 -0
- package/src/TUIRoom/components/Stream/MultiStreamView/useMultiStreamViewHook.ts +107 -0
- package/src/TUIRoom/components/Stream/SingleStreamView/index.vue +32 -0
- package/src/TUIRoom/components/Stream/common/LocalScreenView/index.vue +150 -0
- package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue +1 -6
- package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamList/index.vue +74 -124
- package/src/TUIRoom/components/{RoomContent/StreamRegion → Stream/common}/StreamPlay/index.vue +28 -13
- package/src/TUIRoom/components/{RoomContent → Stream/common}/StreamRegion/index.vue +27 -32
- package/src/TUIRoom/components/common/base/Swiper.vue +20 -6
- package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AISubtitles.vue +2 -2
- package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AITranscription.vue +3 -3
- package/src/TUIRoom/conference.ts +14 -0
- package/src/TUIRoom/conference.vue +10 -23
- package/src/TUIRoom/hooks/useMasterApplyControl.ts +2 -1
- package/src/TUIRoom/index.ts +3 -1
- package/src/TUIRoom/locales/en-US.ts +4 -3
- package/src/TUIRoom/locales/zh-CN.ts +3 -1
- package/src/TUIRoom/preConference.vue +3 -1
- package/src/TUIRoom/services/index.ts +1 -0
- package/src/TUIRoom/services/manager/chatManager.ts +7 -16
- package/src/TUIRoom/services/manager/{MediaManager.ts → mediaManager.ts} +125 -136
- package/src/TUIRoom/services/manager/roomActionManager.ts +5 -0
- package/src/TUIRoom/services/manager/scheduleConferenceManager.ts +24 -1
- package/src/TUIRoom/services/manager/trackingManager.ts +22 -0
- package/src/TUIRoom/services/manager/userManager.ts +201 -7
- package/src/TUIRoom/services/roomService.ts +5 -24
- package/src/TUIRoom/stores/basic.ts +6 -0
- package/src/TUIRoom/stores/room.ts +60 -71
- package/src/TUIRoom/utils/domOperation.ts +27 -0
- package/src/TUIRoom/utils/utils.ts +61 -0
- package/es/components/Chat/ChatEditor/index.vue.mjs +0 -7
- package/es/components/Chat/ChatEditor/index.vue2.mjs +0 -45
- package/es/components/Chat/ChatEditor/useChatEditor.mjs +0 -83
- package/es/components/Chat/EditorTools/index.vue.d.ts +0 -6
- package/es/components/Chat/EditorTools/index.vue.mjs +0 -7
- package/es/components/Chat/EditorTools/index.vue2.mjs +0 -59
- package/es/components/Chat/MessageList/index.vue2.mjs +0 -101
- package/es/components/Chat/MessageList/useMessageListHook.mjs +0 -142
- package/es/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
- package/es/components/Chat/MessageTypes/MessageText.vue.mjs +0 -7
- package/es/components/Chat/MessageTypes/MessageText.vue2.mjs +0 -31
- package/es/components/Chat/util.mjs +0 -432
- package/es/components/RoomContent/StreamList/index.vue.d.ts +0 -39
- package/es/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
- package/es/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
- package/es/components/common/icons/EmojiIcon.vue.mjs +0 -21
- package/lib/components/Chat/ChatEditor/index.vue.js +0 -7
- package/lib/components/Chat/ChatEditor/index.vue2.js +0 -45
- package/lib/components/Chat/ChatEditor/useChatEditor.js +0 -83
- package/lib/components/Chat/EditorTools/index.vue.d.ts +0 -6
- package/lib/components/Chat/EditorTools/index.vue.js +0 -7
- package/lib/components/Chat/EditorTools/index.vue2.js +0 -59
- package/lib/components/Chat/MessageList/index.vue.d.ts +0 -2
- package/lib/components/Chat/MessageList/index.vue2.js +0 -101
- package/lib/components/Chat/MessageList/useMessageListHook.js +0 -142
- package/lib/components/Chat/MessageTypes/MessageText.vue.d.ts +0 -8
- package/lib/components/Chat/MessageTypes/MessageText.vue.js +0 -7
- package/lib/components/Chat/MessageTypes/MessageText.vue2.js +0 -31
- package/lib/components/Chat/util.js +0 -432
- package/lib/components/RoomContent/StreamList/index.vue.d.ts +0 -39
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.d.ts +0 -14
- package/lib/components/RoomContent/StreamRegion/index.vue.d.ts +0 -42
- package/lib/components/common/icons/EmojiIcon.vue.d.ts +0 -2
- package/lib/components/common/icons/EmojiIcon.vue.js +0 -21
- /package/es/components/{AITools/AISubtitles.vue.d.ts → RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
- /package/es/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
- /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
- /package/es/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.mjs +0 -0
- /package/{lib/components → es/components/common/widgets}/AITools/AISubtitles.vue.d.ts +0 -0
- /package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
- /package/{es/components/Chat/MessageList/index.vue.d.ts → lib/components/RoomOverlay/RoomOverlay.vue.d.ts} +0 -0
- /package/lib/components/{Chat/ChatEditor → Stream/common/LocalScreenView}/index.vue.d.ts +0 -0
- /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue.d.ts +0 -0
- /package/lib/components/{RoomContent/StreamRegion → Stream/common}/StreamCover/index.vue2.js +0 -0
- /package/{es/components/common/icons/EmojiIcon.vue.d.ts → lib/components/common/widgets/AITools/AISubtitles.vue.d.ts} +0 -0
- /package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.d.ts +0 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
const TUIGroup = {
|
|
2
|
+
"输入groupID搜索": "輸入groupID搜索",
|
|
3
|
+
"群名称": "群名稱",
|
|
4
|
+
"群ID": "群ID",
|
|
5
|
+
"加入群聊": "加入群聊",
|
|
6
|
+
"解散群聊": "解散群聊",
|
|
7
|
+
"退出群聊": "退出群聊",
|
|
8
|
+
"群类型": "群類型",
|
|
9
|
+
"请填写验证信息": "請填寫驗證信息",
|
|
10
|
+
"申请加入": "申請加入",
|
|
11
|
+
"已申请": "已申請",
|
|
12
|
+
"群公告": "群公告",
|
|
13
|
+
"群成员": "群成員",
|
|
14
|
+
"群管理": "群管理",
|
|
15
|
+
"好友工作群": "好友工作群",
|
|
16
|
+
"陌生人社交群": "陌生人社交群",
|
|
17
|
+
"临时会议群": "臨時會議群",
|
|
18
|
+
"直播群": "直播群",
|
|
19
|
+
"社群": "社群",
|
|
20
|
+
"自由加入": "自由加入",
|
|
21
|
+
"需要验证": "需要驗證",
|
|
22
|
+
"禁止加群": "禁止加群",
|
|
23
|
+
"人": "人",
|
|
24
|
+
"群头像": "群頭像",
|
|
25
|
+
"加群方式": "加群方式",
|
|
26
|
+
"转让群组": "轉讓群組",
|
|
27
|
+
"退出群组": "退出群組",
|
|
28
|
+
"群管理员": "群管理員",
|
|
29
|
+
"全员禁言": "全員禁言",
|
|
30
|
+
"全员禁言开启后,只允许群主和管理员发言。": "全員禁言開啟後,只允許群主和管理員發言。",
|
|
31
|
+
"单独禁言人员": "單獨禁言人員",
|
|
32
|
+
"删除成员": "刪除成員",
|
|
33
|
+
"确定从群聊中删除该成员?": "確定從群聊中刪除該成員?",
|
|
34
|
+
"确定从群聊中删除所选成员?": "確定從群聊中刪除所選成員?",
|
|
35
|
+
"暂无公告": "暫無公告",
|
|
36
|
+
"发布": "發布",
|
|
37
|
+
"编辑": "編輯",
|
|
38
|
+
"查看更多": "查看更多",
|
|
39
|
+
"管理员": "管理員",
|
|
40
|
+
"群主": "群主",
|
|
41
|
+
"我": "我",
|
|
42
|
+
"确认": "確認",
|
|
43
|
+
"添加成员": "添加成員",
|
|
44
|
+
"新增管理员": "新增管理員",
|
|
45
|
+
"移除管理员": "移除管理員",
|
|
46
|
+
"新增禁言用户": "新增禁言用戶",
|
|
47
|
+
"移除禁言用户": "移除禁言用戶",
|
|
48
|
+
"修改群聊名称": "修改群聊名稱",
|
|
49
|
+
"修改群聊名称后,将在群内通知其他成员": "修改群聊名稱後,將在群內通知其他成員",
|
|
50
|
+
"仅限中文、字母、数字和下划线,2-20个字": "僅限中文、字母、數字和下劃線,2-20個字",
|
|
51
|
+
"请先注册 TUIGroup 模块": "請先註冊 TUIGroup 模塊",
|
|
52
|
+
"该用户不存在": "該用戶不存在",
|
|
53
|
+
"该用户不在群组内": "該用戶不在群組內",
|
|
54
|
+
"添加群聊": "添加群聊",
|
|
55
|
+
"该群组不存在": "該群組不存在",
|
|
56
|
+
"创建群聊,请注册 TUIGroup 模块": "創建群聊,請註冊 TUIGroup 模塊",
|
|
57
|
+
"创建成功": "創建成功",
|
|
58
|
+
"发起多人会话(群聊)": "發起多人會話(群聊)",
|
|
59
|
+
"选填": "選填",
|
|
60
|
+
"取消": "取消",
|
|
61
|
+
"创建": "創建",
|
|
62
|
+
"类似普通微信群,创建后仅支持已在群内的好友邀请加群,且无需被邀请方同意或群主审批。详见": "類似普通微信群,創建後僅支持已在群內的好友邀請加群,且無需被邀請方同意或群主審批。詳見",
|
|
63
|
+
"类似 QQ 群,创建后群主可以指定群管理员,用户搜索群 ID 发起加群申请后,需要群主或管理员审批通过才能入群。详见": "類似 QQ 群,創建後群主可以指定群管理員,用戶搜索群 ID 發起加群申請後,需要群主或管理員審批通過才能入群。詳見",
|
|
64
|
+
"创建后可以随意进出,且支持查看入群前消息;适合用于音视频会议场景、在线教育场景等与实时音视频产品结合的场景。详见": "創建後可以隨意進出,且支持查看入群前消息;適合用於音視頻會議場景、在線教育場景等與實時音視頻產品結合的場景。詳見",
|
|
65
|
+
"创建后可以随意进出,没有群成员数量上限,但不支持历史消息存储;适合与直播产品结合,用于弹幕聊天场景。详见": "創建後可以隨意進出,沒有群成員數量上限,但不支持歷史消息存儲;適合與直播產品結合,用於彈幕聊天場景。詳見",
|
|
66
|
+
"创建后可以随意进出,最多支持100000人,支持历史消息存储,用户搜索群 ID 发起加群申请后,无需管理员审批即可进群。详见": "創建後可以隨意進出,最多支持100000人,支持歷史消息存儲,用戶搜索群 ID 發起加群申請後,無需管理員審批即可進群。詳見",
|
|
67
|
+
"产品文档": "產品文檔",
|
|
68
|
+
"设置群名称": "設置群名稱",
|
|
69
|
+
"请输入群名称": "請輸入群名稱",
|
|
70
|
+
"设置群ID": "設置群ID",
|
|
71
|
+
"请输入群ID": "請輸入群ID",
|
|
72
|
+
"选择群类型": "選擇群類型",
|
|
73
|
+
"陌生人社交群(Public)": "陌生人社交群(Public)",
|
|
74
|
+
"临时会议群(Meeting)": "臨時會議群(Meeting)",
|
|
75
|
+
"好友工作群(Work)": "好友工作群(Work)",
|
|
76
|
+
"直播群(AVChatroom)": "直播群(AVChatroom)",
|
|
77
|
+
"社群(Community)": "社群(Community)",
|
|
78
|
+
"群组创建成功": "群組創建成功",
|
|
79
|
+
"群组解散成功": "群組解散成功",
|
|
80
|
+
"禁言设置成功": "禁言設置成功",
|
|
81
|
+
"取消禁言成功": "取消禁言成功",
|
|
82
|
+
"群名称不能为空": "群名稱不能為空",
|
|
83
|
+
"群名称修改成功": "群名稱修改成功",
|
|
84
|
+
"群公告字数超出限制,最大长度为150": "群公告字數超出限制,最大長度為150",
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export default TUIGroup;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const TUISearch = {
|
|
2
|
+
搜索: "搜索",
|
|
3
|
+
全部: "全部",
|
|
4
|
+
联系人: "聯繫人",
|
|
5
|
+
群聊: "群聊",
|
|
6
|
+
聊天记录: "聊天記錄",
|
|
7
|
+
文本: "文本",
|
|
8
|
+
文件: "文件",
|
|
9
|
+
"图片/视频": "圖片/視頻",
|
|
10
|
+
其他: "其他",
|
|
11
|
+
选择时间: "選擇時間",
|
|
12
|
+
今天: "今天",
|
|
13
|
+
近三天: "近三天",
|
|
14
|
+
近七天: "近七天",
|
|
15
|
+
查看更多: "查看更多",
|
|
16
|
+
条相关: "條相關",
|
|
17
|
+
条与: "條與",
|
|
18
|
+
相关的: "相關的",
|
|
19
|
+
进入聊天: "進入聊天",
|
|
20
|
+
定位到聊天位置: "定位到聊天位置",
|
|
21
|
+
搜索会话内容: "搜索會話內容",
|
|
22
|
+
查看更多历史记录: "查看更多歷史記錄",
|
|
23
|
+
暂无搜索结果: "暫無搜索結果",
|
|
24
|
+
结果: "結果",
|
|
25
|
+
取消: "取消",
|
|
26
|
+
"[文本]": "[文本]",
|
|
27
|
+
"[图片]": "[圖片]",
|
|
28
|
+
"[语音]": "[語音]",
|
|
29
|
+
"[视频]": "[視頻]",
|
|
30
|
+
"[文件]": "[文件]",
|
|
31
|
+
"[自定义消息]": "[自定義消息]",
|
|
32
|
+
"[系统消息]": "[系統消息]",
|
|
33
|
+
"[合并消息]": "[合併消息]",
|
|
34
|
+
"[位置消息]": "[位置消息]",
|
|
35
|
+
"消息云端搜索失败:": "消息雲端搜索失敗:",
|
|
36
|
+
"查找联系人失败:": "查找聯繫人失敗:",
|
|
37
|
+
"查找群聊失败:": "查找群聊失敗:",
|
|
38
|
+
"进入会话失败": "進入會話失敗",
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default TUISearch;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const components = {
|
|
2
|
+
"取消": "取消",
|
|
3
|
+
"完成": "完成",
|
|
4
|
+
"已选中": "已選中",
|
|
5
|
+
"人": "人",
|
|
6
|
+
"保存": "保存",
|
|
7
|
+
"请输入userID": "請輸入userID",
|
|
8
|
+
"请输入groupID": "請輸入groupID",
|
|
9
|
+
"确定": "確定",
|
|
10
|
+
"全选": "全選",
|
|
11
|
+
"已在群聊中": "已在群聊中",
|
|
12
|
+
"查看更多": "查看更多",
|
|
13
|
+
"图片 url 不存在": "圖片 url 不存在",
|
|
14
|
+
"已取消": "已取消",
|
|
15
|
+
"获取权限失败": "獲取權限失敗",
|
|
16
|
+
"已保存至相册": "已保存至相冊",
|
|
17
|
+
"图片下载失败": "圖片下載失敗",
|
|
18
|
+
"暂不支持下载此类型图片": "暫不支持下載此類型圖片",
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default components;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import TUIChat from './TUIChat';
|
|
2
|
+
import TUIConversation from './TUIConversation';
|
|
3
|
+
import TUIGroup from './TUIGroup';
|
|
4
|
+
import TUIContact from './TUIContact';
|
|
5
|
+
import TUISearch from './TUISearch';
|
|
6
|
+
|
|
7
|
+
import message from './message';
|
|
8
|
+
import component from './component';
|
|
9
|
+
import time from './time';
|
|
10
|
+
|
|
11
|
+
import Words from './words';
|
|
12
|
+
import Evaluate from './evaluate';
|
|
13
|
+
import Emoji from './emoji';
|
|
14
|
+
|
|
15
|
+
const messages = {
|
|
16
|
+
zh_tw: {
|
|
17
|
+
取消: '取消',
|
|
18
|
+
发送: '發送',
|
|
19
|
+
系统通知: '系統通知',
|
|
20
|
+
关闭: '關閉',
|
|
21
|
+
确定: '確定',
|
|
22
|
+
开始时间: '開始時間',
|
|
23
|
+
结束时间: '結束時間',
|
|
24
|
+
消息: '消息',
|
|
25
|
+
通讯录: '通訊錄',
|
|
26
|
+
欢迎使用腾讯云即时通信IM: '歡迎使用騰訊雲即時通信IM',
|
|
27
|
+
TUIChat,
|
|
28
|
+
TUIConversation,
|
|
29
|
+
TUIGroup,
|
|
30
|
+
TUIContact,
|
|
31
|
+
message,
|
|
32
|
+
component,
|
|
33
|
+
time,
|
|
34
|
+
Evaluate,
|
|
35
|
+
Words,
|
|
36
|
+
TUISearch,
|
|
37
|
+
Emoji,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default messages;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
const message = {
|
|
2
|
+
"tip": {
|
|
3
|
+
"群成员": "群成員",
|
|
4
|
+
"加入群组": "加入群組",
|
|
5
|
+
"退出群组": "退出群組",
|
|
6
|
+
"被": "被",
|
|
7
|
+
"踢出群组": "踢出群組",
|
|
8
|
+
"成为管理员": "成為管理員",
|
|
9
|
+
"被撤销管理员": "被撤銷管理員",
|
|
10
|
+
"被禁言": "被禁言",
|
|
11
|
+
"被取消禁言": "被取消禁言",
|
|
12
|
+
"群提示消息": "群提示消息",
|
|
13
|
+
"管理员": "管理員",
|
|
14
|
+
"开启全员禁言": "開啟全員禁言",
|
|
15
|
+
"取消全员禁言": "取消全員禁言",
|
|
16
|
+
"成为新的群主": "成為新的群主",
|
|
17
|
+
"修改群名为": "修改群名為",
|
|
18
|
+
"发布新公告": "發布新公告",
|
|
19
|
+
"把群公告修改为": "把群公告修改為",
|
|
20
|
+
"申请加入群组": "申請加入群組",
|
|
21
|
+
"成功加入群组": "成功加入群組",
|
|
22
|
+
"被拒绝": "被拒絕",
|
|
23
|
+
"你被管理员": "你被管理員",
|
|
24
|
+
"群": "群",
|
|
25
|
+
"解散": "解散",
|
|
26
|
+
"创建群": "創建群",
|
|
27
|
+
"邀请你加群": "邀請你加群",
|
|
28
|
+
"你退出群组": "你退出群組",
|
|
29
|
+
"你被": "你被",
|
|
30
|
+
"设置为群": "設置為群",
|
|
31
|
+
"的管理员": "的管理員",
|
|
32
|
+
"撤销群": "撤銷群",
|
|
33
|
+
"的管理员身份": "的管理員身份",
|
|
34
|
+
"同意加群": "同意加群",
|
|
35
|
+
"拒接加群": "拒接加群",
|
|
36
|
+
"自定义群系统通知": "自定義群系統通知"
|
|
37
|
+
},
|
|
38
|
+
"custom": {
|
|
39
|
+
"自定义消息": "自定義消息",
|
|
40
|
+
"通话时长": "通話時長",
|
|
41
|
+
"通话结束": "通話結束",
|
|
42
|
+
"切换语音通话": "切換語音通話",
|
|
43
|
+
"切换视频通话": "切換視頻通話",
|
|
44
|
+
"发起通话": "發起通話",
|
|
45
|
+
"取消通话": "取消通話",
|
|
46
|
+
"已接听": "已接聽",
|
|
47
|
+
"拒绝通话": "拒絕通話",
|
|
48
|
+
"无应答": "無應答",
|
|
49
|
+
"对本次服务评价": "對本次服務評價",
|
|
50
|
+
"查看详情>>": "查看詳情>>",
|
|
51
|
+
"已取消": "已取消",
|
|
52
|
+
"对方已取消": "對方已取消",
|
|
53
|
+
"已拒绝": "已拒絕",
|
|
54
|
+
"对方已拒绝": "對方已拒絕",
|
|
55
|
+
"对方忙线中": "對方忙線中",
|
|
56
|
+
"忙线未接听": "忙線未接聽",
|
|
57
|
+
"对方无应答": "對方無應答",
|
|
58
|
+
"超时无应答": "超時無應答",
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export default message;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const time = {
|
|
2
|
+
"周": "週",
|
|
3
|
+
"天": "天",
|
|
4
|
+
"小时": "小時",
|
|
5
|
+
"分钟": "分鐘",
|
|
6
|
+
"刚刚": "剛剛",
|
|
7
|
+
"前": "前",
|
|
8
|
+
"昨天": "昨天",
|
|
9
|
+
"星期一": "星期一",
|
|
10
|
+
"星期二": "星期二",
|
|
11
|
+
"星期三": "星期三",
|
|
12
|
+
"星期四": "星期四",
|
|
13
|
+
"星期五": "星期五",
|
|
14
|
+
"星期六": "星期六",
|
|
15
|
+
"星期日": "星期日",
|
|
16
|
+
"一月": "一月",
|
|
17
|
+
"二月": "二月",
|
|
18
|
+
"三月": "三月",
|
|
19
|
+
"四月": "四月",
|
|
20
|
+
"五月": "五月",
|
|
21
|
+
"六月": "六月",
|
|
22
|
+
"七月": "七月",
|
|
23
|
+
"八月": "八月",
|
|
24
|
+
"九月": "九月",
|
|
25
|
+
"十月": "十月",
|
|
26
|
+
"十一月": "十一月",
|
|
27
|
+
"十二月": "十二月",
|
|
28
|
+
"一": "一",
|
|
29
|
+
"二": "二",
|
|
30
|
+
"三": "三",
|
|
31
|
+
"四": "四",
|
|
32
|
+
"五": "五",
|
|
33
|
+
"六": "六",
|
|
34
|
+
"日": "日",
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export default time;
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
const translate = {
|
|
2
|
+
"TUIKit-TUIChat-01": "撤回消息",
|
|
3
|
+
"TUIKit-TUIChat-02": "刪除消息",
|
|
4
|
+
"TUIKit-TUIChat-03": "重新發送",
|
|
5
|
+
"TUIKit-TUIChat-04": "轉發",
|
|
6
|
+
"TUIKit-TUIChat-05": "打開",
|
|
7
|
+
"TUIKit-TUIChat-06": "已讀",
|
|
8
|
+
"TUIKit-TUIChat-07": "未讀",
|
|
9
|
+
"TUIKit-TUIChat-08": "您",
|
|
10
|
+
"TUIKit-TUIChat-09": "撤回了一條消息",
|
|
11
|
+
"TUIKit-TUIChat-10": "重新編輯",
|
|
12
|
+
"TUIKit-TUIChat-11": "我",
|
|
13
|
+
"TUIKit-TUIChat-12": "查看更多",
|
|
14
|
+
"TUIKit-TUIChat-13": "轉發給",
|
|
15
|
+
"TUIKit-TUIChat-14": "請輸入消息",
|
|
16
|
+
"TUIKit-TUIChat-15": "描述",
|
|
17
|
+
"TUIKit-TUIChat-16": "經度",
|
|
18
|
+
"TUIKit-TUIChat-17": "緯度",
|
|
19
|
+
"TUIKit-TUIChat-18": "管理員開啟全員禁言",
|
|
20
|
+
"TUIKit-TUIChat-19": "您已被管理員禁言",
|
|
21
|
+
"TUIKit-TUIChat-20": "按Enter發送,Ctrl+Enter換行",
|
|
22
|
+
"TUIKit-TUIChat-mange-01": "群公告",
|
|
23
|
+
"TUIKit-TUIChat-mange-02": "群成員",
|
|
24
|
+
"TUIKit-TUIChat-mange-03": "群管理",
|
|
25
|
+
"TUIKit-TUIChat-mange-04": "好友工作群",
|
|
26
|
+
"TUIKit-TUIChat-mange-05": "陌生人社交群",
|
|
27
|
+
"TUIKit-TUIChat-mange-06": "臨時會議群",
|
|
28
|
+
"TUIKit-TUIChat-mange-07": "直播群",
|
|
29
|
+
"TUIKit-TUIChat-mange-08": "自由加入",
|
|
30
|
+
"TUIKit-TUIChat-mange-09": "需要驗證",
|
|
31
|
+
"TUIKit-TUIChat-mange-10": "禁止加群",
|
|
32
|
+
"TUIKit-TUIChat-mange-11": "人",
|
|
33
|
+
"TUIKit-TUIChat-mange-12": "群ID",
|
|
34
|
+
"TUIKit-TUIChat-mange-13": "群頭像",
|
|
35
|
+
"TUIKit-TUIChat-mange-14": "群類型",
|
|
36
|
+
"TUIKit-TUIChat-mange-15": "加群方式",
|
|
37
|
+
"TUIKit-TUIChat-mange-16": "轉讓群組",
|
|
38
|
+
"TUIKit-TUIChat-mange-17": "解散群聊",
|
|
39
|
+
"TUIKit-TUIChat-mange-18": "退出群組",
|
|
40
|
+
"TUIKit-TUIChat-mange-19": "群管理員",
|
|
41
|
+
"TUIKit-TUIChat-mange-20": "全員禁言",
|
|
42
|
+
"TUIKit-TUIChat-mange-21": "全員禁言開啟後,只允許群主和管理員發言。",
|
|
43
|
+
"TUIKit-TUIChat-mange-22": "單獨禁言人員",
|
|
44
|
+
"TUIKit-TUIChat-mange-23": "刪除成員",
|
|
45
|
+
"TUIKit-TUIChat-mange-24": "確定從群聊中刪除該成員?",
|
|
46
|
+
"TUIKit-TUIChat-mange-25": "確定從群聊中刪除所選成員?",
|
|
47
|
+
"TUIKit-TUIChat-mange-26": "暫無公告",
|
|
48
|
+
"TUIKit-TUIChat-mange-27": "發布",
|
|
49
|
+
"TUIKit-TUIChat-mange-28": "編輯",
|
|
50
|
+
"TUIKit-TUIChat-mange-29": "群名稱",
|
|
51
|
+
"TUIKit-TUIChat-mange-30": "查看更多",
|
|
52
|
+
"TUIKit-TUIChat-mange-31": "管理員",
|
|
53
|
+
"TUIKit-TUIChat-mange-32": "群主",
|
|
54
|
+
"TUIKit-TUIChat-mange-33": "我",
|
|
55
|
+
"TUIKit-TUIChat-mange-34": "添加成員",
|
|
56
|
+
"TUIKit-TUIChat-mange-35": "新增管理員",
|
|
57
|
+
"TUIKit-TUIChat-mange-36": "移除管理員",
|
|
58
|
+
"TUIKit-TUIChat-mange-37": "新增禁言用戶",
|
|
59
|
+
"TUIKit-TUIChat-mange-38": "移除禁言用戶",
|
|
60
|
+
"TUIKit-TUIContact-01": "群聊通知",
|
|
61
|
+
"TUIKit-TUIContact-02": "系統通知",
|
|
62
|
+
"TUIKit-TUIContact-03": "我的群聊",
|
|
63
|
+
"TUIKit-TUIContact-04": "輸入groupID搜索",
|
|
64
|
+
"TUIKit-TUIContact-05": "群名稱",
|
|
65
|
+
"TUIKit-TUIContact-06": "群ID",
|
|
66
|
+
"TUIKit-TUIContact-07": "加入群聊",
|
|
67
|
+
"TUIKit-TUIContact-08": "解散群聊",
|
|
68
|
+
"TUIKit-TUIContact-09": "退出群聊",
|
|
69
|
+
"TUIKit-TUIContact-10": "群類型",
|
|
70
|
+
"TUIKit-TUIContact-11": "請填寫驗證信息",
|
|
71
|
+
"TUIKit-TUIContact-12": "申請加入",
|
|
72
|
+
"TUIKit-TUIContact-13": "已申請",
|
|
73
|
+
"TUIKit-TUIContact-14": "接受",
|
|
74
|
+
"TUIKit-TUIContact-15": "拒絕",
|
|
75
|
+
"TUIKit-TUIContact-16": "已處理",
|
|
76
|
+
"TUIKit-TUIConversation-01": "發起單人/多人會話",
|
|
77
|
+
"TUIKit-TUIConversation-02": "請輸入userID",
|
|
78
|
+
"TUIKit-TUIConversation-03": "刪除會話",
|
|
79
|
+
"TUIKit-TUIConversation-04": "系統通知",
|
|
80
|
+
"TUIKit-TUIConversation-05": "發起多人會話(群聊)",
|
|
81
|
+
"TUIKit-TUIConversation-06": "群頭像",
|
|
82
|
+
"TUIKit-TUIConversation-07": "群名稱",
|
|
83
|
+
"TUIKit-TUIConversation-08": "群ID",
|
|
84
|
+
"TUIKit-TUIConversation-09": "群類型",
|
|
85
|
+
"TUIKit-TUIConversation-10": "選填",
|
|
86
|
+
"TUIKit-TUIConversation-11": "取消",
|
|
87
|
+
"TUIKit-TUIConversation-12": "創建",
|
|
88
|
+
"TUIKit-TUIConversation-13": "類似普通微信群,創建後僅支持已在群內的好友邀請加群,且無需被邀請方同意或群主審批。詳見產品文檔",
|
|
89
|
+
"TUIKit-TUIConversation-14": "類似 QQ 群,創建後群主可以指定群管理員,用戶搜索群 ID 發起加群申請後,需要群主或管理員審批通過才能入群。詳見產品文檔",
|
|
90
|
+
"TUIKit-TUIConversation-15": "創建後可以隨意進出,且支持查看入群前消息;適合用於音視頻會議場景、在線教育場景等與實時音視頻產品結合的場景。詳見產品文檔",
|
|
91
|
+
"TUIKit-TUIConversation-16": "創建後可以隨意進出,沒有群成員數量上限,但不支持歷史消息存儲;適合與直播產品結合,用於彈幕聊天場景。詳見產品文檔",
|
|
92
|
+
"TUIKit-TUIProfile-01": "資料設置",
|
|
93
|
+
"TUIKit-TUIProfile-02": "頭像",
|
|
94
|
+
"TUIKit-TUIProfile-03": "昵稱",
|
|
95
|
+
"TUIKit-TUIProfile-04": "賬號",
|
|
96
|
+
"TUIKit-TUIProfile-05": "個性簽名",
|
|
97
|
+
"TUIKit-TUIProfile-06": "性別",
|
|
98
|
+
"TUIKit-TUIProfile-07": "男",
|
|
99
|
+
"TUIKit-TUIProfile-08": "女",
|
|
100
|
+
"TUIKit-TUIProfile-09": "不顯示",
|
|
101
|
+
"TUIKit-TUIProfile-10": "出生年月",
|
|
102
|
+
"TUIKit-TUIProfile-11": "取消",
|
|
103
|
+
"TUIKit-TUIProfile-12": "保存",
|
|
104
|
+
"TUIKit-time-01": "週",
|
|
105
|
+
"TUIKit-time-02": "天",
|
|
106
|
+
"TUIKit-time-03": "小時",
|
|
107
|
+
"TUIKit-time-04": "分鐘",
|
|
108
|
+
"TUIKit-time-05": "剛剛",
|
|
109
|
+
"TUIKit-time-06": "前",
|
|
110
|
+
"TUIKit-message-tip-01": "群成員",
|
|
111
|
+
"TUIKit-message-tip-02": "加入群組",
|
|
112
|
+
"TUIKit-message-tip-03": "退出群組",
|
|
113
|
+
"TUIKit-message-tip-04": "被",
|
|
114
|
+
"TUIKit-message-tip-05": "踢出群組",
|
|
115
|
+
"TUIKit-message-tip-06": "成為管理員",
|
|
116
|
+
"TUIKit-message-tip-07": "被撤銷管理員",
|
|
117
|
+
"TUIKit-message-tip-08": "被禁言",
|
|
118
|
+
"TUIKit-message-tip-09": "被取消禁言",
|
|
119
|
+
"TUIKit-message-tip-10": "群提示消息",
|
|
120
|
+
"TUIKit-message-tip-11": "管理員",
|
|
121
|
+
"TUIKit-message-tip-12": "開啟全員禁言",
|
|
122
|
+
"TUIKit-message-tip-13": "取消全員禁言",
|
|
123
|
+
"TUIKit-message-tip-14": "成為新的群主",
|
|
124
|
+
"TUIKit-message-tip-15": "修改群名為",
|
|
125
|
+
"TUIKit-message-tip-16": "發布新公告",
|
|
126
|
+
"TUIKit-message-tip-17": "申請加入群組",
|
|
127
|
+
"TUIKit-message-tip-18": "成功加入群組",
|
|
128
|
+
"TUIKit-message-tip-19": "被拒絕",
|
|
129
|
+
"TUIKit-message-tip-20": "你被管理員",
|
|
130
|
+
"TUIKit-message-tip-21": "群",
|
|
131
|
+
"TUIKit-message-tip-22": "解散",
|
|
132
|
+
"TUIKit-message-tip-23": "創建群",
|
|
133
|
+
"TUIKit-message-tip-24": "邀請你加群",
|
|
134
|
+
"TUIKit-message-tip-25": "你退出群組",
|
|
135
|
+
"TUIKit-message-tip-26": "你被",
|
|
136
|
+
"TUIKit-message-tip-27": "設置為群",
|
|
137
|
+
"TUIKit-message-tip-28": "的管理員",
|
|
138
|
+
"TUIKit-message-tip-29": "撤銷群",
|
|
139
|
+
"TUIKit-message-tip-30": "的管理員身份",
|
|
140
|
+
"TUIKit-message-tip-31": "同意加群",
|
|
141
|
+
"TUIKit-message-tip-32": "拒接加群",
|
|
142
|
+
"TUIKit-message-tip-33": "自定義群系統通知",
|
|
143
|
+
"TUIKit-message-custom-01": "自定義消息",
|
|
144
|
+
"TUIKit-message-custom-02": "通話時長",
|
|
145
|
+
"TUIKit-message-custom-03": "結束群聊",
|
|
146
|
+
"TUIKit-message-custom-04": "切換語音通話",
|
|
147
|
+
"TUIKit-message-custom-05": "切換視頻通話",
|
|
148
|
+
"TUIKit-message-custom-06": "發起通話",
|
|
149
|
+
"TUIKit-message-custom-07": "取消通話",
|
|
150
|
+
"TUIKit-message-custom-08": "已接聽",
|
|
151
|
+
"TUIKit-message-custom-09": "拒絕通話",
|
|
152
|
+
"TUIKit-message-custom-10": "無應答",
|
|
153
|
+
"TUIKit-message-custom-11": "對本次服務評價",
|
|
154
|
+
"TUIKit-message-custom-12": "查看詳情>>",
|
|
155
|
+
"TUIKit-component-01": "取消",
|
|
156
|
+
"TUIKit-component-02": "完成",
|
|
157
|
+
"TUIKit-component-03": "已選中",
|
|
158
|
+
"TUIKit-component-04": "人",
|
|
159
|
+
"TUIKit-component-05": "保存",
|
|
160
|
+
"TUIKit-component-06": "發送",
|
|
161
|
+
"TUIKit-component-07": "系統通知",
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export default translate;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const Words = {
|
|
2
|
+
"常用语-快捷回复工具": "常用語-快捷回覆工具",
|
|
3
|
+
"在吗?在吗?在吗?重要的话说三遍。": "在嗎?在嗎?在嗎?重要的話說三遍。",
|
|
4
|
+
"好久没聊天了,快来和我说说话~": "好久沒聊天了,快來和我說說話~",
|
|
5
|
+
"好的,就这么说定了。": "好的,就這麼說定了。",
|
|
6
|
+
"感恩的心,感谢有你。": "感恩的心,感謝有你。",
|
|
7
|
+
"糟糕!是心动的感觉!": "糟糕!是心動的感覺!",
|
|
8
|
+
"心疼地抱抱自己,我太难了!": "心疼地抱抱自己,我太難了!",
|
|
9
|
+
"没关系,别在意,事情过去就过去了。": "沒關係,別在意,事情過去就過去了。",
|
|
10
|
+
"早上好,今天也是让人期待的一天呢!": "早上好,今天也是讓人期待的一天呢!",
|
|
11
|
+
"熬夜有什么用,又没人陪你聊天,早点休息吧。": "熬夜有什麼用,又沒人陪你聊天,早點休息吧。"
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export default Words;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { isIOS } from '@tencentcloud/universal-api';
|
|
2
|
+
const ua = navigator.userAgent;
|
|
3
|
+
|
|
4
|
+
function getScrollTypeByPlatform() {
|
|
5
|
+
if (isIOS) {
|
|
6
|
+
if (/Safari\//.test(ua) || /IOS 11_[0-3]\D/.test(ua)) {
|
|
7
|
+
// Safari IOS 11.0-11.3 exclude(`scrollTop`/`scrolIntoView` not working)
|
|
8
|
+
return 0;
|
|
9
|
+
}
|
|
10
|
+
// IOS: use `scrollTop`
|
|
11
|
+
return 1;
|
|
12
|
+
}
|
|
13
|
+
// Android: use `scrollIntoView`
|
|
14
|
+
return 2;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export default function riseInput(input: HTMLElement, target?: HTMLElement) {
|
|
18
|
+
const scrollType = getScrollTypeByPlatform();
|
|
19
|
+
let scrollTimer: ReturnType<typeof setTimeout>;
|
|
20
|
+
|
|
21
|
+
if (!target) {
|
|
22
|
+
// eslint-disable-next-line no-param-reassign
|
|
23
|
+
target = input;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const scrollIntoView = () => {
|
|
27
|
+
if (scrollType === 0) return;
|
|
28
|
+
if (scrollType === 1) {
|
|
29
|
+
document.body.scrollTop = document.body.scrollHeight;
|
|
30
|
+
} else {
|
|
31
|
+
target?.scrollIntoView(false);
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
input.addEventListener('focus', () => {
|
|
36
|
+
const timer = setTimeout(() => {
|
|
37
|
+
scrollIntoView();
|
|
38
|
+
clearTimeout(timer);
|
|
39
|
+
}, 300);
|
|
40
|
+
scrollTimer = setTimeout(scrollIntoView, 1000);
|
|
41
|
+
});
|
|
42
|
+
|
|
43
|
+
input.addEventListener('blur', () => {
|
|
44
|
+
clearTimeout(scrollTimer);
|
|
45
|
+
// Handle IOS issues about keyboard is hidden but page not refreshed
|
|
46
|
+
if (scrollType && isIOS) {
|
|
47
|
+
const timer = setTimeout(() => {
|
|
48
|
+
document.body.scrollIntoView();
|
|
49
|
+
clearTimeout(timer);
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
}
|
|
@@ -1,27 +1,16 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="chat-container">
|
|
3
|
-
<TUIChat
|
|
4
|
-
<div v-else class="chat-container-chat-scene">
|
|
5
|
-
<message-list />
|
|
6
|
-
<chat-editor />
|
|
7
|
-
</div>
|
|
3
|
+
<TUIChat />
|
|
8
4
|
</div>
|
|
9
5
|
</template>
|
|
10
6
|
|
|
11
7
|
<script setup lang="ts">
|
|
12
|
-
import {
|
|
13
|
-
StoreName,
|
|
14
|
-
TUIConversationService,
|
|
15
|
-
TUIStore,
|
|
16
|
-
} from '@tencentcloud/chat-uikit-engine';
|
|
8
|
+
import { TUIConversationService } from '@tencentcloud/chat-uikit-engine';
|
|
17
9
|
|
|
18
10
|
import Server from '../ChatKit/server';
|
|
19
11
|
import { roomService, Theme, LanguageOption } from '../../../services';
|
|
20
12
|
import { hideTUIChatFeatures } from '../ChatKit/components/TUIChat/config';
|
|
21
13
|
import TUIChatServer from '../ChatKit/components/TUIChat/server';
|
|
22
|
-
// todo Remove this logic when chat is released
|
|
23
|
-
import MessageList from '../MessageList/index.vue';
|
|
24
|
-
import ChatEditor from '../ChatEditor/index.vue';
|
|
25
14
|
|
|
26
15
|
import { useBasicStore } from '../../../stores/basic';
|
|
27
16
|
import TUIChat from '../ChatKit/components/TUIChat/index.vue';
|
|
@@ -55,13 +44,6 @@ TUIConversationService.switchConversation(currentRoomId);
|
|
|
55
44
|
hideTUIChatFeatures(defaultHideFeaturesButtons);
|
|
56
45
|
roomService.setTheme(basicStore.defaultTheme as Theme);
|
|
57
46
|
roomService.setLanguage(basicStore.lang as LanguageOption);
|
|
58
|
-
TUIStore.watch(StoreName.CONV, {
|
|
59
|
-
currentConversationID: onCurrentConversationIDUpdate,
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
function onCurrentConversationIDUpdate(currentConversationID: string) {
|
|
63
|
-
roomService.chatManager.setChatType(currentConversationID === currentRoomId);
|
|
64
|
-
}
|
|
65
47
|
</script>
|
|
66
48
|
|
|
67
49
|
<style lang="scss" scoped>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed, Ref, ref,
|
|
1
|
+
import { computed, Ref, ref, reactive } from 'vue';
|
|
2
2
|
import { useI18n } from '../../../locales';
|
|
3
3
|
import { UserInfo, useRoomStore } from '../../../stores/room';
|
|
4
4
|
import useGetRoomEngine from '../../../hooks/useRoomEngine';
|
|
@@ -46,14 +46,14 @@ export default function useMemberControl(props?: any) {
|
|
|
46
46
|
const editorInputEle = ref();
|
|
47
47
|
const editorInputEleContainer = ref();
|
|
48
48
|
const tempUserName = ref('');
|
|
49
|
-
const dialogData
|
|
49
|
+
const dialogData = reactive<{
|
|
50
50
|
title: string;
|
|
51
51
|
content: string;
|
|
52
52
|
confirmText: string;
|
|
53
53
|
actionType: ActionType;
|
|
54
54
|
showInput: boolean;
|
|
55
55
|
isConfirmButtonDisable: boolean;
|
|
56
|
-
}>
|
|
56
|
+
}>({
|
|
57
57
|
title: '',
|
|
58
58
|
content: '',
|
|
59
59
|
confirmText: '',
|
|
@@ -437,7 +437,10 @@ export default function useMemberControl(props?: any) {
|
|
|
437
437
|
const roomInfo = await roomEngine.instance?.fetchRoomInfo();
|
|
438
438
|
if (roomInfo?.roomOwner === roomStore.localUser.userId) {
|
|
439
439
|
try {
|
|
440
|
-
if (
|
|
440
|
+
if (
|
|
441
|
+
roomStore.localUser.hasScreenStream &&
|
|
442
|
+
roomStore.isScreenShareDisableForAllUser
|
|
443
|
+
) {
|
|
441
444
|
eventBus.emit('ScreenShare:stopScreenShare');
|
|
442
445
|
}
|
|
443
446
|
await roomEngine.instance?.changeUserRole({
|