@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
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const index = require("./en/index.js");
|
|
4
4
|
const index$1 = require("./zh_cn/index.js");
|
|
5
|
+
const index$2 = require("./zh_tw/index.js");
|
|
5
6
|
const messages = {
|
|
6
7
|
...index.default,
|
|
7
|
-
...index$1.default
|
|
8
|
+
...index$1.default,
|
|
9
|
+
...index$2.default
|
|
8
10
|
};
|
|
9
11
|
exports.default = messages;
|
|
@@ -135,9 +135,11 @@ declare const TUIChat: {
|
|
|
135
135
|
'[\u8BED\u97F3]': string;
|
|
136
136
|
'[\u89C6\u9891]': string;
|
|
137
137
|
'[\u6587\u4EF6]': string;
|
|
138
|
+
'[\u4F4D\u7F6E]': string;
|
|
138
139
|
'[\u5730\u7406\u4F4D\u7F6E]': string;
|
|
139
140
|
'[\u52A8\u753B\u8868\u60C5]': string;
|
|
140
141
|
'[\u7FA4\u63D0\u793A]': string;
|
|
142
|
+
'[\u7FA4\u63D0\u793A\u6D88\u606F]': string;
|
|
141
143
|
'[\u804A\u5929\u8BB0\u5F55]': string;
|
|
142
144
|
群聊的聊天记录: string;
|
|
143
145
|
和: string;
|
|
@@ -146,5 +148,6 @@ declare const TUIChat: {
|
|
|
146
148
|
您已被管理员移出群聊: string;
|
|
147
149
|
该群聊已被解散: string;
|
|
148
150
|
您已退出该群聊: string;
|
|
151
|
+
您已被禁止聊天: string;
|
|
149
152
|
};
|
|
150
153
|
export default TUIChat;
|
|
@@ -137,9 +137,11 @@ const TUIChat = {
|
|
|
137
137
|
"[语音]": "[语音]",
|
|
138
138
|
"[视频]": "[视频]",
|
|
139
139
|
"[文件]": "[文件]",
|
|
140
|
+
"[位置]": "[地理位置]",
|
|
140
141
|
"[地理位置]": "[地理位置]",
|
|
141
142
|
"[动画表情]": "[动画表情]",
|
|
142
143
|
"[群提示]": "[群提示]",
|
|
144
|
+
"[群提示消息]": "[群提示消息]",
|
|
143
145
|
"[聊天记录]": "[聊天记录]",
|
|
144
146
|
"群聊的聊天记录": "群聊的聊天记录",
|
|
145
147
|
"和": "和",
|
|
@@ -147,6 +149,7 @@ const TUIChat = {
|
|
|
147
149
|
"请升级IMSDK到v2.10.1或更高版本查看此消息": "请升级IMSDK到v2.10.1或更高版本查看此消息",
|
|
148
150
|
"您已被管理员移出群聊": "您已被管理员移出群聊",
|
|
149
151
|
"该群聊已被解散": "该群聊已被解散",
|
|
150
|
-
"您已退出该群聊": "您已退出该群聊"
|
|
152
|
+
"您已退出该群聊": "您已退出该群聊",
|
|
153
|
+
"您已被禁止聊天": "您已被禁止聊天"
|
|
151
154
|
};
|
|
152
155
|
exports.default = TUIChat;
|
|
@@ -147,9 +147,11 @@ declare const messages: {
|
|
|
147
147
|
'[\u8BED\u97F3]': string;
|
|
148
148
|
'[\u89C6\u9891]': string;
|
|
149
149
|
'[\u6587\u4EF6]': string;
|
|
150
|
+
'[\u4F4D\u7F6E]': string;
|
|
150
151
|
'[\u5730\u7406\u4F4D\u7F6E]': string;
|
|
151
152
|
'[\u52A8\u753B\u8868\u60C5]': string;
|
|
152
153
|
'[\u7FA4\u63D0\u793A]': string;
|
|
154
|
+
'[\u7FA4\u63D0\u793A\u6D88\u606F]': string;
|
|
153
155
|
'[\u804A\u5929\u8BB0\u5F55]': string;
|
|
154
156
|
群聊的聊天记录: string;
|
|
155
157
|
和: string;
|
|
@@ -158,6 +160,7 @@ declare const messages: {
|
|
|
158
160
|
您已被管理员移出群聊: string;
|
|
159
161
|
该群聊已被解散: string;
|
|
160
162
|
您已退出该群聊: string;
|
|
163
|
+
您已被禁止聊天: string;
|
|
161
164
|
};
|
|
162
165
|
TUIConversation: {
|
|
163
166
|
发起会话: string;
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
declare const TUIChat: {
|
|
2
|
+
'\u3010\u5B89\u5168\u63D0\u793A\u3011\u672C APP \u4EC5\u7528\u4E8E\u4F53\u9A8C\u817E\u8BAF\u4E91\u5373\u65F6\u901A\u4FE1 IM \u4EA7\u54C1\u529F\u80FD\uFF0C\u4E0D\u53EF\u7528\u4E8E\u4E1A\u52A1\u6D3D\u8C08\u4E0E\u62D3\u5C55\u3002\u8BF7\u52FF\u8F7B\u4FE1\u6C47\u6B3E\u3001\u4E2D\u5956\u7B49\u6D89\u53CA\u94B1\u6B3E\u7684\u4FE1\u606F\uFF0C\u52FF\u8F7B\u6613\u62E8\u6253\u964C\u751F\u7535\u8BDD\uFF0C\u8C28\u9632\u4E0A\u5F53\u53D7\u9A97\u3002': string;
|
|
3
|
+
'\u6309Enter\u53D1\u9001\uFF0CCtrl+Enter\u6362\u884C': string;
|
|
4
|
+
表情: string;
|
|
5
|
+
查看更多: string;
|
|
6
|
+
撤回: string;
|
|
7
|
+
撤回了一条消息: string;
|
|
8
|
+
打开: string;
|
|
9
|
+
单击下载: string;
|
|
10
|
+
点此投诉: string;
|
|
11
|
+
点击处理: string;
|
|
12
|
+
对方正在输入: string;
|
|
13
|
+
发起群视频: string;
|
|
14
|
+
发起群语音: string;
|
|
15
|
+
发起通话: string;
|
|
16
|
+
发送失败: string;
|
|
17
|
+
复制: string;
|
|
18
|
+
该消息不存在: string;
|
|
19
|
+
关闭阅读状态: string;
|
|
20
|
+
管理员开启全员禁言: string;
|
|
21
|
+
欢迎使用TUICallKit: string;
|
|
22
|
+
回到最新位置: string;
|
|
23
|
+
回复: string;
|
|
24
|
+
回复详情: string;
|
|
25
|
+
集成TUICallKit: string;
|
|
26
|
+
'\u68C0\u6D4B\u5230\u60A8\u6682\u672A\u96C6\u6210TUICallKit\uFF0C\u65E0\u6CD5\u4F53\u9A8C\u97F3\u89C6\u9891\u901A\u8BDD\u529F\u80FD': string;
|
|
27
|
+
结束群聊: string;
|
|
28
|
+
进行体验: string;
|
|
29
|
+
经度: string;
|
|
30
|
+
拒绝: string;
|
|
31
|
+
拒绝通话: string;
|
|
32
|
+
开通腾讯实时音视频服务: string;
|
|
33
|
+
聊天记录: string;
|
|
34
|
+
描述: string;
|
|
35
|
+
内容包含敏感词汇: string;
|
|
36
|
+
您: string;
|
|
37
|
+
您当前购买使用的套餐包暂未开通此功能: string;
|
|
38
|
+
您当前购买使用的套餐包暂未开通群消息已读回执功能: string;
|
|
39
|
+
您当前购买使用的套餐包暂未开通在线用户列表功能: string;
|
|
40
|
+
您已被管理员禁言: string;
|
|
41
|
+
您有: string;
|
|
42
|
+
请点击: string;
|
|
43
|
+
请输入消息: string;
|
|
44
|
+
取消: string;
|
|
45
|
+
取消通话: string;
|
|
46
|
+
全部已读: string;
|
|
47
|
+
确定: string;
|
|
48
|
+
'\u786E\u8BA4\u91CD\u53D1\u8BE5\u6D88\u606F\uFF1F': string;
|
|
49
|
+
人关闭阅读状态: string;
|
|
50
|
+
人未读: string;
|
|
51
|
+
人已读: string;
|
|
52
|
+
删除: string;
|
|
53
|
+
涉及敏感内容: string;
|
|
54
|
+
申请加入: string;
|
|
55
|
+
视频: string;
|
|
56
|
+
视频通话: string;
|
|
57
|
+
条回复: string;
|
|
58
|
+
条入群申请: string;
|
|
59
|
+
条新消息: string;
|
|
60
|
+
通话时长: string;
|
|
61
|
+
同意: string;
|
|
62
|
+
图片: string;
|
|
63
|
+
'\u56FE\u7247\u6D88\u606F\u5931\u8D25,\u65E0\u6548\u7684\u56FE\u7247\u683C\u5F0F': string;
|
|
64
|
+
纬度: string;
|
|
65
|
+
未读: string;
|
|
66
|
+
位置: string;
|
|
67
|
+
文件: string;
|
|
68
|
+
'\u6587\u4EF6\u4E0D\u5B58\u5728,\u8BF7\u68C0\u67E5\u6587\u4EF6\u8DEF\u5F84\u662F\u5426\u6B63\u786E': string;
|
|
69
|
+
'\u6587\u4EF6\u5927\u5C0F\u8D85\u51FA\u4E86\u9650\u5236,\u5982\u679C\u4E0A\u4F20\u6587\u4EF6,\u6700\u5927\u9650\u5236\u662F100MB': string;
|
|
70
|
+
'\u6587\u4EF6\u6D88\u606F\u5931\u8D25,\u7981\u6B62\u53D1\u9001\u8FDD\u89C4\u5C01\u7981\u7684\u6587\u4EF6': string;
|
|
71
|
+
我: string;
|
|
72
|
+
无法查看: string;
|
|
73
|
+
无法定位到原消息: string;
|
|
74
|
+
无法收听: string;
|
|
75
|
+
正在加载: string;
|
|
76
|
+
加载结束: string;
|
|
77
|
+
无应答: string;
|
|
78
|
+
系统消息: string;
|
|
79
|
+
消息: string;
|
|
80
|
+
'\u6D88\u606F\u6216\u8005\u8D44\u6599\u4E2D\u6587\u672C\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
|
|
81
|
+
消息详情: string;
|
|
82
|
+
'\u6D88\u606F\u957F\u5EA6\u8D85\u51FA\u9650\u5236,\u6D88\u606F\u957F\u5EA6\u4E0D\u8981\u8D85\u8FC712K': string;
|
|
83
|
+
'\u6D88\u606F\u4E2D\u56FE\u7247\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
|
|
84
|
+
选择提醒的人: string;
|
|
85
|
+
已读: string;
|
|
86
|
+
已过撤回时限: string;
|
|
87
|
+
已接听: string;
|
|
88
|
+
已拒绝: string;
|
|
89
|
+
已同意: string;
|
|
90
|
+
引用: string;
|
|
91
|
+
引用失败: string;
|
|
92
|
+
语音: string;
|
|
93
|
+
语音通话: string;
|
|
94
|
+
重新编辑: string;
|
|
95
|
+
重新发送: string;
|
|
96
|
+
转发: string;
|
|
97
|
+
翻译: string;
|
|
98
|
+
转文字: string;
|
|
99
|
+
隐藏: string;
|
|
100
|
+
转发给: string;
|
|
101
|
+
自定义: string;
|
|
102
|
+
自定义消息: string;
|
|
103
|
+
'\u817E\u8BAF\u4E91 IM': string;
|
|
104
|
+
空: string;
|
|
105
|
+
文本包含本地审核拦截词: string;
|
|
106
|
+
按住说话: string;
|
|
107
|
+
抬起发送: string;
|
|
108
|
+
抬起取消: string;
|
|
109
|
+
正在录音: string;
|
|
110
|
+
继续上滑可取消: string;
|
|
111
|
+
'\u677E\u5F00\u624B\u6307 \u53D6\u6D88\u53D1\u9001': string;
|
|
112
|
+
此机型暂不支持复制功能: string;
|
|
113
|
+
请开通翻译功能: string;
|
|
114
|
+
请开通语音转文字功能: string;
|
|
115
|
+
翻译中: string;
|
|
116
|
+
转换中: string;
|
|
117
|
+
由IM提供翻译支持: string;
|
|
118
|
+
所有人: string;
|
|
119
|
+
已达到表情回应上限数量: string;
|
|
120
|
+
等: string;
|
|
121
|
+
人: string;
|
|
122
|
+
返回: string;
|
|
123
|
+
关闭: string;
|
|
124
|
+
多选: string;
|
|
125
|
+
合并转发: string;
|
|
126
|
+
逐条转发: string;
|
|
127
|
+
未选择消息: string;
|
|
128
|
+
引用内容已撤回: string;
|
|
129
|
+
'[\u8349\u7A3F]': string;
|
|
130
|
+
'[\u6D88\u606F]': string;
|
|
131
|
+
'[\u6587\u672C]': string;
|
|
132
|
+
'[\u81EA\u5B9A\u4E49\u6D88\u606F]': string;
|
|
133
|
+
'[\u56FE\u7247]': string;
|
|
134
|
+
'[\u97F3\u9891]': string;
|
|
135
|
+
'[\u8BED\u97F3]': string;
|
|
136
|
+
'[\u89C6\u9891]': string;
|
|
137
|
+
'[\u6587\u4EF6]': string;
|
|
138
|
+
'[\u4F4D\u7F6E]': string;
|
|
139
|
+
'[\u5730\u7406\u4F4D\u7F6E]': string;
|
|
140
|
+
'[\u52A8\u753B\u8868\u60C5]': string;
|
|
141
|
+
'[\u7FA4\u63D0\u793A]': string;
|
|
142
|
+
'[\u7FA4\u63D0\u793A\u6D88\u606F]': string;
|
|
143
|
+
'[\u804A\u5929\u8BB0\u5F55]': string;
|
|
144
|
+
群聊的聊天记录: string;
|
|
145
|
+
和: string;
|
|
146
|
+
的聊天记录: string;
|
|
147
|
+
'\u8BF7\u5347\u7EA7IMSDK\u5230v2.10.1\u6216\u66F4\u9AD8\u7248\u672C\u67E5\u770B\u6B64\u6D88\u606F': string;
|
|
148
|
+
您已被管理员移出群聊: string;
|
|
149
|
+
该群聊已被解散: string;
|
|
150
|
+
您已退出该群聊: string;
|
|
151
|
+
您已被禁止聊天: string;
|
|
152
|
+
};
|
|
153
|
+
export default TUIChat;
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const TUIChat = {
|
|
4
|
+
"【安全提示】本 APP 仅用于体验腾讯云即时通信 IM 产品功能,不可用于业务洽谈与拓展。请勿轻信汇款、中奖等涉及钱款的信息,勿轻易拨打陌生电话,谨防上当受骗。": "【安全提示】本 APP 僅用於體驗騰訊雲即時通信 IM 產品功能,不可用於業務洽談與拓展。請勿輕信匯款、中奖等涉及錢款的信息,勿輕易撥打陌生電話,謹防上當受騙。",
|
|
5
|
+
"按Enter发送,Ctrl+Enter换行": "按Enter發送,Ctrl+Enter換行",
|
|
6
|
+
"表情": "[表情]",
|
|
7
|
+
"查看更多": "查看更多",
|
|
8
|
+
"撤回": "撤回",
|
|
9
|
+
"撤回了一条消息": "撤回了一條消息",
|
|
10
|
+
"打开": "打開",
|
|
11
|
+
"单击下载": "單擊下載",
|
|
12
|
+
"点此投诉": "點此投訴",
|
|
13
|
+
"点击处理": "點擊處理",
|
|
14
|
+
"对方正在输入": "對方正在輸入...",
|
|
15
|
+
"发起群视频": "發起群視頻",
|
|
16
|
+
"发起群语音": "發起群語音",
|
|
17
|
+
"发起通话": "發起通話",
|
|
18
|
+
"发送失败": "發送失敗",
|
|
19
|
+
"复制": "複製",
|
|
20
|
+
"该消息不存在": "該消息不存在",
|
|
21
|
+
"关闭阅读状态": "關閉",
|
|
22
|
+
"管理员开启全员禁言": "管理員開啟全員禁言",
|
|
23
|
+
"欢迎使用TUICallKit": "歡迎使用騰訊雲音視頻通話組件TUICallKit",
|
|
24
|
+
"回到最新位置": "回到最新位置",
|
|
25
|
+
"回复": "回覆",
|
|
26
|
+
"回复详情": "回覆詳情",
|
|
27
|
+
"集成TUICallKit": "集成 TUICallKit",
|
|
28
|
+
"检测到您暂未集成TUICallKit,无法体验音视频通话功能": "檢測到您暫未集成TUICallKit,無法體驗音視頻通話功能。",
|
|
29
|
+
"结束群聊": "結束群聊",
|
|
30
|
+
"进行体验": "進行體驗。",
|
|
31
|
+
"经度": "經度",
|
|
32
|
+
"拒绝": "拒絕",
|
|
33
|
+
"拒绝通话": "拒絕通話",
|
|
34
|
+
"开通腾讯实时音视频服务": "開通騰訊實時音視頻服務",
|
|
35
|
+
"聊天记录": "[聊天記錄]",
|
|
36
|
+
"描述": "描述",
|
|
37
|
+
"内容包含敏感词汇": "內容包含敏感詞彙",
|
|
38
|
+
"您": "您",
|
|
39
|
+
"您当前购买使用的套餐包暂未开通此功能": "您當前購買使用的套餐包暫未開通此功能。",
|
|
40
|
+
"您当前购买使用的套餐包暂未开通群消息已读回执功能": "您當前購買使用的套餐包暫未開通【群消息已讀回執】功能,請升級至旗艦版進行體驗",
|
|
41
|
+
"您当前购买使用的套餐包暂未开通在线用户列表功能": "您當前購買使用的套餐包暫未開通【在線用戶列表】功能,請升級至旗艦版進行體驗",
|
|
42
|
+
"您已被管理员禁言": "您已被管理員禁言",
|
|
43
|
+
"您有": "您有",
|
|
44
|
+
"请点击": "請點擊",
|
|
45
|
+
"请输入消息": "請輸入消息",
|
|
46
|
+
"取消": "取消",
|
|
47
|
+
"取消通话": "取消通話",
|
|
48
|
+
"全部已读": "全部已讀",
|
|
49
|
+
"确定": "確定",
|
|
50
|
+
"确认重发该消息?": "確認重發該消息?",
|
|
51
|
+
"人关闭阅读状态": "人關閉閱讀狀態",
|
|
52
|
+
"人未读": "人未讀",
|
|
53
|
+
"人已读": "人已讀",
|
|
54
|
+
"删除": "刪除",
|
|
55
|
+
"涉及敏感内容": "涉及敏感內容",
|
|
56
|
+
"申请加入": "申請加入",
|
|
57
|
+
"视频": "[視頻]",
|
|
58
|
+
"视频通话": "視頻通話",
|
|
59
|
+
"条回复": "條回覆",
|
|
60
|
+
"条入群申请": "條入群申請",
|
|
61
|
+
"条新消息": "條新消息",
|
|
62
|
+
"通话时长": "通話時長",
|
|
63
|
+
"同意": "同意",
|
|
64
|
+
"图片": "[圖片]",
|
|
65
|
+
"图片消息失败,无效的图片格式": "圖片消息失敗,無效的圖片格式",
|
|
66
|
+
"纬度": "緯度",
|
|
67
|
+
"未读": "未讀",
|
|
68
|
+
"位置": "[位置]",
|
|
69
|
+
"文件": "[文件]",
|
|
70
|
+
"文件不存在,请检查文件路径是否正确": "文件不存在,請檢查文件路徑是否正確",
|
|
71
|
+
"文件大小超出了限制,如果上传文件,最大限制是100MB": "文件大小超出了限制,如果上傳文件,最大限制是100MB",
|
|
72
|
+
"文件消息失败,禁止发送违规封禁的文件": "文件消息失敗,禁止發送違規封禁的文件",
|
|
73
|
+
"我": "我",
|
|
74
|
+
"无法查看": "無法查看",
|
|
75
|
+
"无法定位到原消息": "無法定位到原消息",
|
|
76
|
+
"无法收听": "無法收聽",
|
|
77
|
+
"正在加载": "正在加載...",
|
|
78
|
+
"加载结束": "加載結束",
|
|
79
|
+
"无应答": "無應答",
|
|
80
|
+
"系统消息": "系統消息",
|
|
81
|
+
"消息": "message",
|
|
82
|
+
"消息或者资料中文本存在敏感内容,发送失败": "消息或者資料中文本存在敏感內容,發送失敗",
|
|
83
|
+
"消息详情": "消息詳情",
|
|
84
|
+
"消息长度超出限制,消息长度不要超过12K": "消息長度超出限制,消息長度不要超過12K",
|
|
85
|
+
"消息中图片存在敏感内容,发送失败": "消息中圖片存在敏感內容,發送失敗",
|
|
86
|
+
"选择提醒的人": "選擇提醒的人",
|
|
87
|
+
"已读": "已讀",
|
|
88
|
+
"已过撤回时限": "已過撤回時限",
|
|
89
|
+
"已接听": "已接聽",
|
|
90
|
+
"已拒绝": "已拒絕",
|
|
91
|
+
"已同意": "已同意",
|
|
92
|
+
"引用": "引用",
|
|
93
|
+
"引用失败": "引用失敗",
|
|
94
|
+
"语音": "[語音]",
|
|
95
|
+
"语音通话": "語音通話",
|
|
96
|
+
"重新编辑": "重新編輯",
|
|
97
|
+
"重新发送": "重新發送",
|
|
98
|
+
"转发": "轉發",
|
|
99
|
+
"翻译": "翻譯",
|
|
100
|
+
"转文字": "轉文字",
|
|
101
|
+
"隐藏": "隱藏",
|
|
102
|
+
"转发给": "轉發給",
|
|
103
|
+
"自定义": "[自定義消息]",
|
|
104
|
+
"自定义消息": "自定義消息",
|
|
105
|
+
"腾讯云 IM": "騰訊雲 IM",
|
|
106
|
+
"空": "空",
|
|
107
|
+
"文本包含本地审核拦截词": "文本包含本地審核攔截詞",
|
|
108
|
+
"按住说话": "按住說話",
|
|
109
|
+
"抬起发送": "抬起發送",
|
|
110
|
+
"抬起取消": "抬起取消",
|
|
111
|
+
"正在录音": "正在錄音",
|
|
112
|
+
"继续上滑可取消": "繼續上滑可取消",
|
|
113
|
+
"松开手指 取消发送": "松開手指 取消發送",
|
|
114
|
+
"此机型暂不支持复制功能": "此機型暫不支持複製功能",
|
|
115
|
+
"请开通翻译功能": "請開通翻譯功能",
|
|
116
|
+
"请开通语音转文字功能": "請開通語音轉文字功能",
|
|
117
|
+
"翻译中": "翻譯中",
|
|
118
|
+
"转换中": "轉換中",
|
|
119
|
+
"由IM提供翻译支持": "由IM提供翻譯支持",
|
|
120
|
+
"所有人": "所有人",
|
|
121
|
+
"已达到表情回应上限数量": "已達到表情回應上限數量",
|
|
122
|
+
"等": "等",
|
|
123
|
+
"人": "人",
|
|
124
|
+
"返回": "返回",
|
|
125
|
+
"关闭": "關閉",
|
|
126
|
+
"多选": "多選",
|
|
127
|
+
"合并转发": "合併轉發",
|
|
128
|
+
"逐条转发": "逐條轉發",
|
|
129
|
+
"未选择消息": "未選擇消息",
|
|
130
|
+
"引用内容已撤回": "引用內容已撤回",
|
|
131
|
+
"[草稿]": "[草稿]",
|
|
132
|
+
"[消息]": "[消息]",
|
|
133
|
+
"[文本]": "[文本]",
|
|
134
|
+
"[自定义消息]": "[自定義消息]",
|
|
135
|
+
"[图片]": "[圖片]",
|
|
136
|
+
"[音频]": "[音頻]",
|
|
137
|
+
"[语音]": "[語音]",
|
|
138
|
+
"[视频]": "[視頻]",
|
|
139
|
+
"[文件]": "[文件]",
|
|
140
|
+
"[位置]": "[地理位置]",
|
|
141
|
+
"[地理位置]": "[地理位置]",
|
|
142
|
+
"[动画表情]": "[動畫表情]",
|
|
143
|
+
"[群提示]": "[群提示]",
|
|
144
|
+
"[群提示消息]": "[群提示消息]",
|
|
145
|
+
"[聊天记录]": "[聊天記錄]",
|
|
146
|
+
"群聊的聊天记录": "群聊的聊天記錄",
|
|
147
|
+
"和": "和",
|
|
148
|
+
"的聊天记录": "的聊天記錄",
|
|
149
|
+
"请升级IMSDK到v2.10.1或更高版本查看此消息": "請升級IMSDK到v2.10.1或更高版本查看此消息",
|
|
150
|
+
"您已被管理员移出群聊": "您已被管理員移出群聊",
|
|
151
|
+
"该群聊已被解散": "該群聊已被解散",
|
|
152
|
+
"您已退出该群聊": "您已退出該群聊",
|
|
153
|
+
"您已被禁止聊天": "您已被禁止聊天"
|
|
154
|
+
};
|
|
155
|
+
exports.default = TUIChat;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare const TUIContact: {
|
|
2
|
+
群聊通知: string;
|
|
3
|
+
系统通知: string;
|
|
4
|
+
我的群聊: string;
|
|
5
|
+
输入ID: string;
|
|
6
|
+
群名称: string;
|
|
7
|
+
群ID: string;
|
|
8
|
+
加入群聊: string;
|
|
9
|
+
解散群聊: string;
|
|
10
|
+
退出群聊: string;
|
|
11
|
+
进入群聊: string;
|
|
12
|
+
群类型: string;
|
|
13
|
+
请填写验证信息: string;
|
|
14
|
+
申请加入: string;
|
|
15
|
+
已申请: string;
|
|
16
|
+
接受: string;
|
|
17
|
+
拒绝: string;
|
|
18
|
+
已处理: string;
|
|
19
|
+
添加群聊: string;
|
|
20
|
+
已加入: string;
|
|
21
|
+
该群组不存在: string;
|
|
22
|
+
加群: string;
|
|
23
|
+
我的好友: string;
|
|
24
|
+
发送消息: string;
|
|
25
|
+
个性签名: string;
|
|
26
|
+
等待管理员同意: string;
|
|
27
|
+
加群成功: string;
|
|
28
|
+
您已是群成员: string;
|
|
29
|
+
新的联系人: string;
|
|
30
|
+
黑名单: string;
|
|
31
|
+
无搜索结果: string;
|
|
32
|
+
客服号: string;
|
|
33
|
+
ID: string;
|
|
34
|
+
联系人: string;
|
|
35
|
+
群聊: string;
|
|
36
|
+
"\u6DFB\u52A0\u597D\u53CB/\u7FA4\u804A": string;
|
|
37
|
+
备注名: string;
|
|
38
|
+
加入黑名单: string;
|
|
39
|
+
删除好友: string;
|
|
40
|
+
等待验证: string;
|
|
41
|
+
验证信息: string;
|
|
42
|
+
发送申请: string;
|
|
43
|
+
加入直播群: string;
|
|
44
|
+
同意: string;
|
|
45
|
+
删除好友成功: string;
|
|
46
|
+
删除好友失败: string;
|
|
47
|
+
申请已发送: string;
|
|
48
|
+
申请发送失败: string;
|
|
49
|
+
进入会话失败: string;
|
|
50
|
+
添加好友成功: string;
|
|
51
|
+
同意好友申请失败: string;
|
|
52
|
+
拒绝成功: string;
|
|
53
|
+
拒绝好友申请失败: string;
|
|
54
|
+
解散群聊成功: string;
|
|
55
|
+
解散群聊失败: string;
|
|
56
|
+
退出群组成功: string;
|
|
57
|
+
退出群组失败: string;
|
|
58
|
+
申请入群失败: string;
|
|
59
|
+
加入黑名单失败: string;
|
|
60
|
+
移除黑名单失败: string;
|
|
61
|
+
"\u4FEE\u6539\u5907\u6CE8\u5931\u8D25: \u5907\u6CE8\u957F\u5EA6\u4E0D\u5F97\u8D85\u8FC7 96 \u5B57\u8282": string;
|
|
62
|
+
修改备注成功: string;
|
|
63
|
+
修改备注失败: string;
|
|
64
|
+
};
|
|
65
|
+
export default TUIContact;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const TUIContact = {
|
|
4
|
+
"群聊通知": "群聊通知",
|
|
5
|
+
"系统通知": "系統通知",
|
|
6
|
+
"我的群聊": "我的群聊",
|
|
7
|
+
"输入ID": "請輸入用戶/群聊 ID,回車搜索",
|
|
8
|
+
"群名称": "群名稱",
|
|
9
|
+
"群ID": "群ID",
|
|
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
|
+
"ID": "ID",
|
|
36
|
+
"联系人": "聯繫人",
|
|
37
|
+
"群聊": "群聊",
|
|
38
|
+
"添加好友/群聊": "添加好友/群聊",
|
|
39
|
+
"备注名": "備註名",
|
|
40
|
+
"加入黑名单": "加入黑名單",
|
|
41
|
+
"删除好友": "刪除好友",
|
|
42
|
+
"等待验证": "等待驗證",
|
|
43
|
+
"验证信息": "驗證信息",
|
|
44
|
+
"发送申请": "發送申請",
|
|
45
|
+
"加入直播群": "加入直播群",
|
|
46
|
+
"同意": "同意",
|
|
47
|
+
"删除好友成功": "刪除好友成功",
|
|
48
|
+
"删除好友失败": "刪除好友失敗",
|
|
49
|
+
"申请已发送": "申請已發送",
|
|
50
|
+
"申请发送失败": "申請發送失敗",
|
|
51
|
+
"进入会话失败": "進入會話失敗",
|
|
52
|
+
"添加好友成功": "添加好友成功",
|
|
53
|
+
"同意好友申请失败": "同意好友申請失敗",
|
|
54
|
+
"拒绝成功": "拒絕成功",
|
|
55
|
+
"拒绝好友申请失败": "拒絕好友申請失敗",
|
|
56
|
+
"解散群聊成功": "解散群聊成功",
|
|
57
|
+
"解散群聊失败": "解散群聊失敗",
|
|
58
|
+
"退出群组成功": "退出群組成功",
|
|
59
|
+
"退出群组失败": "退出群組失敗",
|
|
60
|
+
"申请入群失败": "申請入群失敗",
|
|
61
|
+
"加入黑名单失败": "加入黑名單失敗",
|
|
62
|
+
"移除黑名单失败": "移除黑名單失敗",
|
|
63
|
+
"修改备注失败: 备注长度不得超过 96 字节": "修改備註失敗: 備註長度不得超過 96 字節",
|
|
64
|
+
"修改备注成功": "修改備註成功",
|
|
65
|
+
"修改备注失败": "修改備註失敗"
|
|
66
|
+
};
|
|
67
|
+
exports.default = TUIContact;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const TUIConversation: {
|
|
2
|
+
发起会话: string;
|
|
3
|
+
发起单聊: string;
|
|
4
|
+
发起群聊: string;
|
|
5
|
+
请输入userID: string;
|
|
6
|
+
删除会话: string;
|
|
7
|
+
"\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u804A\u5929\u7684\u6D88\u606F\u8BB0\u5F55": string;
|
|
8
|
+
"\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u7FA4\u804A\u7684\u6D88\u606F\u8BB0\u5F55": string;
|
|
9
|
+
置顶会话: string;
|
|
10
|
+
取消置顶: string;
|
|
11
|
+
消息免打扰: string;
|
|
12
|
+
取消免打扰: string;
|
|
13
|
+
系统通知: string;
|
|
14
|
+
"\u6709\u4EBA@\u6211": string;
|
|
15
|
+
"@\u6240\u6709\u4EBA": string;
|
|
16
|
+
条: string;
|
|
17
|
+
我: string;
|
|
18
|
+
"\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u60A8\u68C0\u67E5\u7F51\u7EDC\u8BBE\u7F6E": string;
|
|
19
|
+
您已被群管理员移出群聊: string;
|
|
20
|
+
该群聊已被解散: string;
|
|
21
|
+
您已退出该群聊: string;
|
|
22
|
+
};
|
|
23
|
+
export default TUIConversation;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const TUIConversation = {
|
|
4
|
+
"发起会话": "發起會話",
|
|
5
|
+
"发起单聊": "發起單聊",
|
|
6
|
+
"发起群聊": "發起群聊",
|
|
7
|
+
"请输入userID": "請輸入userID",
|
|
8
|
+
"删除会话": "刪除會話",
|
|
9
|
+
"删除后,将清空该聊天的消息记录": "刪除後,將清空該聊天的消息記錄",
|
|
10
|
+
"删除后,将清空该群聊的消息记录": "刪除後,將清空該群聊的消息記錄",
|
|
11
|
+
"置顶会话": "置頂會話",
|
|
12
|
+
"取消置顶": "取消置頂",
|
|
13
|
+
"消息免打扰": "消息免打擾",
|
|
14
|
+
"取消免打扰": "取消免打擾",
|
|
15
|
+
"系统通知": "系統通知",
|
|
16
|
+
"有人@我": "有人@我",
|
|
17
|
+
"@所有人": "@所有人",
|
|
18
|
+
"条": "條",
|
|
19
|
+
"我": "我",
|
|
20
|
+
"网络异常,请您检查网络设置": "網絡異常,請您檢查網絡設置",
|
|
21
|
+
"您已被群管理员移出群聊": "您已被群管理員移出群聊",
|
|
22
|
+
"该群聊已被解散": "該群聊已被解散",
|
|
23
|
+
"您已退出该群聊": "您已退出該群聊"
|
|
24
|
+
};
|
|
25
|
+
exports.default = TUIConversation;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
declare const TUIGroup: {
|
|
2
|
+
输入groupID搜索: string;
|
|
3
|
+
群名称: string;
|
|
4
|
+
群ID: string;
|
|
5
|
+
加入群聊: string;
|
|
6
|
+
解散群聊: string;
|
|
7
|
+
退出群聊: string;
|
|
8
|
+
群类型: string;
|
|
9
|
+
请填写验证信息: string;
|
|
10
|
+
申请加入: string;
|
|
11
|
+
已申请: string;
|
|
12
|
+
群公告: string;
|
|
13
|
+
群成员: string;
|
|
14
|
+
群管理: string;
|
|
15
|
+
好友工作群: string;
|
|
16
|
+
陌生人社交群: string;
|
|
17
|
+
临时会议群: string;
|
|
18
|
+
直播群: string;
|
|
19
|
+
社群: string;
|
|
20
|
+
自由加入: string;
|
|
21
|
+
需要验证: string;
|
|
22
|
+
禁止加群: string;
|
|
23
|
+
人: string;
|
|
24
|
+
群头像: string;
|
|
25
|
+
加群方式: string;
|
|
26
|
+
转让群组: string;
|
|
27
|
+
退出群组: string;
|
|
28
|
+
群管理员: string;
|
|
29
|
+
全员禁言: string;
|
|
30
|
+
"\u5168\u5458\u7981\u8A00\u5F00\u542F\u540E\uFF0C\u53EA\u5141\u8BB8\u7FA4\u4E3B\u548C\u7BA1\u7406\u5458\u53D1\u8A00\u3002": string;
|
|
31
|
+
单独禁言人员: string;
|
|
32
|
+
删除成员: string;
|
|
33
|
+
"\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u8BE5\u6210\u5458\uFF1F": string;
|
|
34
|
+
"\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u6240\u9009\u6210\u5458\uFF1F": string;
|
|
35
|
+
暂无公告: string;
|
|
36
|
+
发布: string;
|
|
37
|
+
编辑: string;
|
|
38
|
+
查看更多: string;
|
|
39
|
+
管理员: string;
|
|
40
|
+
群主: string;
|
|
41
|
+
我: string;
|
|
42
|
+
确认: string;
|
|
43
|
+
添加成员: string;
|
|
44
|
+
新增管理员: string;
|
|
45
|
+
移除管理员: string;
|
|
46
|
+
新增禁言用户: string;
|
|
47
|
+
移除禁言用户: string;
|
|
48
|
+
修改群聊名称: string;
|
|
49
|
+
"\u4FEE\u6539\u7FA4\u804A\u540D\u79F0\u540E\uFF0C\u5C06\u5728\u7FA4\u5185\u901A\u77E5\u5176\u4ED6\u6210\u5458": string;
|
|
50
|
+
"\u4EC5\u9650\u4E2D\u6587\u3001\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF\uFF0C2-20\u4E2A\u5B57": string;
|
|
51
|
+
"\u8BF7\u5148\u6CE8\u518C TUIGroup \u6A21\u5757": string;
|
|
52
|
+
该用户不存在: string;
|
|
53
|
+
该用户不在群组内: string;
|
|
54
|
+
添加群聊: string;
|
|
55
|
+
该群组不存在: string;
|
|
56
|
+
"\u521B\u5EFA\u7FA4\u804A\uFF0C\u8BF7\u6CE8\u518C TUIGroup \u6A21\u5757": string;
|
|
57
|
+
创建成功: string;
|
|
58
|
+
"\u53D1\u8D77\u591A\u4EBA\u4F1A\u8BDD\uFF08\u7FA4\u804A\uFF09": string;
|
|
59
|
+
选填: string;
|
|
60
|
+
取消: string;
|
|
61
|
+
创建: string;
|
|
62
|
+
"\u7C7B\u4F3C\u666E\u901A\u5FAE\u4FE1\u7FA4\uFF0C\u521B\u5EFA\u540E\u4EC5\u652F\u6301\u5DF2\u5728\u7FA4\u5185\u7684\u597D\u53CB\u9080\u8BF7\u52A0\u7FA4\uFF0C\u4E14\u65E0\u9700\u88AB\u9080\u8BF7\u65B9\u540C\u610F\u6216\u7FA4\u4E3B\u5BA1\u6279\u3002\u8BE6\u89C1": string;
|
|
63
|
+
"\u7C7B\u4F3C QQ \u7FA4\uFF0C\u521B\u5EFA\u540E\u7FA4\u4E3B\u53EF\u4EE5\u6307\u5B9A\u7FA4\u7BA1\u7406\u5458\uFF0C\u7528\u6237\u641C\u7D22\u7FA4 ID \u53D1\u8D77\u52A0\u7FA4\u7533\u8BF7\u540E\uFF0C\u9700\u8981\u7FA4\u4E3B\u6216\u7BA1\u7406\u5458\u5BA1\u6279\u901A\u8FC7\u624D\u80FD\u5165\u7FA4\u3002\u8BE6\u89C1": string;
|
|
64
|
+
"\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u4E14\u652F\u6301\u67E5\u770B\u5165\u7FA4\u524D\u6D88\u606F\uFF1B\u9002\u5408\u7528\u4E8E\u97F3\u89C6\u9891\u4F1A\u8BAE\u573A\u666F\u3001\u5728\u7EBF\u6559\u80B2\u573A\u666F\u7B49\u4E0E\u5B9E\u65F6\u97F3\u89C6\u9891\u4EA7\u54C1\u7ED3\u5408\u7684\u573A\u666F\u3002\u8BE6\u89C1": string;
|
|
65
|
+
"\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u6CA1\u6709\u7FA4\u6210\u5458\u6570\u91CF\u4E0A\u9650\uFF0C\u4F46\u4E0D\u652F\u6301\u5386\u53F2\u6D88\u606F\u5B58\u50A8\uFF1B\u9002\u5408\u4E0E\u76F4\u64AD\u4EA7\u54C1\u7ED3\u5408\uFF0C\u7528\u4E8E\u5F39\u5E55\u804A\u5929\u573A\u666F\u3002\u8BE6\u89C1": string;
|
|
66
|
+
"\u521B\u5EFA\u540E\u53EF\u4EE5\u968F\u610F\u8FDB\u51FA\uFF0C\u6700\u591A\u652F\u6301100000\u4EBA\uFF0C\u652F\u6301\u5386\u53F2\u6D88\u606F\u5B58\u50A8\uFF0C\u7528\u6237\u641C\u7D22\u7FA4 ID \u53D1\u8D77\u52A0\u7FA4\u7533\u8BF7\u540E\uFF0C\u65E0\u9700\u7BA1\u7406\u5458\u5BA1\u6279\u5373\u53EF\u8FDB\u7FA4\u3002\u8BE6\u89C1": string;
|
|
67
|
+
产品文档: string;
|
|
68
|
+
设置群名称: string;
|
|
69
|
+
请输入群名称: string;
|
|
70
|
+
设置群ID: string;
|
|
71
|
+
请输入群ID: string;
|
|
72
|
+
选择群类型: string;
|
|
73
|
+
"\u964C\u751F\u4EBA\u793E\u4EA4\u7FA4\uFF08Public\uFF09": string;
|
|
74
|
+
"\u4E34\u65F6\u4F1A\u8BAE\u7FA4\uFF08Meeting\uFF09": string;
|
|
75
|
+
"\u597D\u53CB\u5DE5\u4F5C\u7FA4\uFF08Work\uFF09": string;
|
|
76
|
+
"\u76F4\u64AD\u7FA4\uFF08AVChatroom\uFF09": string;
|
|
77
|
+
"\u793E\u7FA4\uFF08Community\uFF09": string;
|
|
78
|
+
群组创建成功: string;
|
|
79
|
+
群组解散成功: string;
|
|
80
|
+
禁言设置成功: string;
|
|
81
|
+
取消禁言成功: string;
|
|
82
|
+
群名称不能为空: string;
|
|
83
|
+
群名称修改成功: string;
|
|
84
|
+
"\u7FA4\u516C\u544A\u5B57\u6570\u8D85\u51FA\u9650\u5236\uFF0C\u6700\u5927\u957F\u5EA6\u4E3A150": string;
|
|
85
|
+
};
|
|
86
|
+
export default TUIGroup;
|