@tencentcloud/roomkit-electron-vue3 2.7.2 → 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/chat-header/index.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/default-emoji.mjs +4 -4
- package/es/components/Chat/ChatKit/components/TUIChat/emoji-config/index.mjs +1 -1
- 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 +24 -11
- 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/message-input-quote/index.vue2.mjs +1 -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/emoji-picker/emoji-picker-dialog.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue2.mjs +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-input-toolbar/video-upload/index.vue2.mjs +1 -1
- 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 +4 -4
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-audio.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/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/offlinePushInfoManager/offlinePushInfoManager.mjs +1 -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 +3 -2
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/BottomPopup/index.vue2.mjs +3 -3
- package/es/components/Chat/ChatKit/components/common/Dialog/index.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Drawer/index.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Icon.vue2.mjs +1 -1
- 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/Overlay/index.vue2.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Toast/index.mjs +1 -1
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue2.mjs +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 +4 -4
- 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 +5 -3
- 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/plugins/plugin-components/message-plugin.vue2.mjs +1 -1
- 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/index.vue2.mjs +1 -1
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +2 -2
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +4 -4
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +1 -1
- package/es/components/ManageMember/index.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 +2 -2
- package/es/components/RoomFooter/ApplyControl/MemberApplyControl.vue2.mjs +1 -1
- package/es/components/RoomFooter/AudioControl.vue2.mjs +1 -1
- package/es/components/RoomFooter/BasicBeauty.vue.mjs +1 -1
- package/es/components/RoomFooter/BasicBeauty.vue2.mjs +8 -5
- 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 +5 -7
- 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 +4 -4
- package/es/components/RoomFooter/ScreenShareControl/ScreenWindowSelectDialog.vue2.mjs +1 -1
- package/es/components/RoomFooter/VideoControl.vue2.mjs +2 -2
- package/es/components/RoomFooter/VirtualBackground.vue.mjs +1 -1
- package/es/components/RoomFooter/VirtualBackground.vue2.mjs +6 -3
- package/es/components/RoomFooter/WhiteboardControl.vue.mjs +14 -4
- 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.vue2.mjs +1 -1
- package/es/components/RoomHeader/index/LayoutControl.vue2.mjs +2 -2
- 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 +3 -4
- package/es/components/RoomInvite/InvitationNotification.vue2.mjs +2 -2
- package/es/components/RoomInvite/index.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/RoomSetting/index.vue2.mjs +1 -1
- package/es/components/RoomSidebar/index.vue.mjs +1 -1
- package/es/components/ScheduleConference/Contacts.vue2.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 +12 -8
- package/es/components/ScheduleConference/ScheduleRoomControl.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +4 -4
- package/es/components/ScheduleConference/ScheduleRoomList.vue2.mjs +2 -2
- package/es/components/ScheduleConference/ShareLink.vue2.mjs +2 -2
- 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 +18 -13
- 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/VideoProfile.vue2.mjs +1 -1
- package/es/components/common/VideoSettingTab.vue2.mjs +2 -2
- package/es/components/common/base/Button.vue.d.ts +1 -1
- package/es/components/common/base/Button.vue2.mjs +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/Dialog/index.vue2.mjs +1 -1
- 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/Input/index.vue2.mjs +1 -1
- package/es/components/common/base/Message/Message.vue.d.ts +4 -4
- package/es/components/common/base/Message/Message.vue2.mjs +1 -1
- package/es/components/common/base/MessageBox/index.vue.d.ts +1 -1
- package/es/components/common/base/MessageBox/index.vue2.mjs +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/common/base/SvgIcon.vue2.mjs +1 -1
- package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue.mjs +2 -2
- package/es/components/{AITools → common/widgets/AITools}/AISubtitles.vue2.mjs +7 -6
- package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue.mjs +2 -2
- package/es/components/{AITools → common/widgets/AITools}/AITranscription.vue2.mjs +8 -7
- 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/constants/room.mjs +3 -1
- package/es/extension/RoomMessageCard/RoomMessageCard.vue2.mjs +1 -1
- package/es/extension/chatExtension.mjs +7 -4
- package/es/extension/utils/interact.mjs +1 -1
- package/es/extension/utils/setLanguage.mjs +1 -1
- package/es/hooks/useDeviceManager.mjs +1 -1
- package/es/hooks/useMasterApplyControl.mjs +2 -1
- package/es/index.d.ts +1 -0
- package/es/index.mjs +956 -1184
- 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} +111 -114
- package/es/services/manager/roomActionManager.d.ts +3 -0
- package/es/services/manager/roomActionManager.mjs +8 -1
- 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 +24 -42
- package/es/stores/basic.mjs +7 -2
- package/es/stores/room.d.ts +29 -1
- package/es/stores/room.mjs +50 -57
- package/es/utils/common/logger/index.mjs +1 -1
- 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/index.vue2.js +6 -6
- 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 +9 -9
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue2.js +4 -4
- 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 +11 -11
- 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 +5 -3
- 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/AudioControl.vue2.js +4 -4
- 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 +8 -8
- package/lib/components/RoomFooter/VideoControl.vue2.js +4 -4
- 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.vue2.js +1 -1
- 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 +7 -6
- package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue.js +2 -2
- package/lib/components/{AITools → common/widgets/AITools}/AITranscription.vue2.js +8 -7
- 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 +24 -34
- package/lib/constants/room.js +3 -1
- package/lib/extension/chatExtension.js +5 -2
- package/lib/extension/utils/interact.js +1 -1
- package/lib/extension/utils/setLanguage.js +1 -1
- package/lib/hooks/useMasterApplyControl.js +11 -10
- package/lib/index.d.ts +1 -0
- package/lib/index.js +956 -1184
- 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 +13 -10
- 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 -56
- 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/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 +1 -1
- package/src/TUIRoom/components/{AITools → common/widgets/AITools}/AITranscription.vue +2 -2
- 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 -68
- 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,513 @@
|
|
|
1
|
+
declare const messages: {
|
|
2
|
+
zh_tw: {
|
|
3
|
+
取消: string;
|
|
4
|
+
发送: string;
|
|
5
|
+
系统通知: string;
|
|
6
|
+
关闭: string;
|
|
7
|
+
确定: string;
|
|
8
|
+
开始时间: string;
|
|
9
|
+
结束时间: string;
|
|
10
|
+
消息: string;
|
|
11
|
+
通讯录: string;
|
|
12
|
+
欢迎使用腾讯云即时通信IM: string;
|
|
13
|
+
TUIChat: {
|
|
14
|
+
'\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;
|
|
15
|
+
'\u6309Enter\u53D1\u9001\uFF0CCtrl+Enter\u6362\u884C': 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
|
+
欢迎使用TUICallKit: string;
|
|
34
|
+
回到最新位置: string;
|
|
35
|
+
回复: string;
|
|
36
|
+
回复详情: string;
|
|
37
|
+
集成TUICallKit: string;
|
|
38
|
+
'\u68C0\u6D4B\u5230\u60A8\u6682\u672A\u96C6\u6210TUICallKit\uFF0C\u65E0\u6CD5\u4F53\u9A8C\u97F3\u89C6\u9891\u901A\u8BDD\u529F\u80FD': 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
|
+
'\u786E\u8BA4\u91CD\u53D1\u8BE5\u6D88\u606F\uFF1F': string;
|
|
61
|
+
人关闭阅读状态: string;
|
|
62
|
+
人未读: string;
|
|
63
|
+
人已读: string;
|
|
64
|
+
删除: string;
|
|
65
|
+
涉及敏感内容: string;
|
|
66
|
+
申请加入: string;
|
|
67
|
+
视频: string;
|
|
68
|
+
视频通话: string;
|
|
69
|
+
条回复: string;
|
|
70
|
+
条入群申请: string;
|
|
71
|
+
条新消息: string;
|
|
72
|
+
通话时长: string;
|
|
73
|
+
同意: string;
|
|
74
|
+
图片: string;
|
|
75
|
+
'\u56FE\u7247\u6D88\u606F\u5931\u8D25,\u65E0\u6548\u7684\u56FE\u7247\u683C\u5F0F': string;
|
|
76
|
+
纬度: string;
|
|
77
|
+
未读: string;
|
|
78
|
+
位置: string;
|
|
79
|
+
文件: string;
|
|
80
|
+
'\u6587\u4EF6\u4E0D\u5B58\u5728,\u8BF7\u68C0\u67E5\u6587\u4EF6\u8DEF\u5F84\u662F\u5426\u6B63\u786E': string;
|
|
81
|
+
'\u6587\u4EF6\u5927\u5C0F\u8D85\u51FA\u4E86\u9650\u5236,\u5982\u679C\u4E0A\u4F20\u6587\u4EF6,\u6700\u5927\u9650\u5236\u662F100MB': string;
|
|
82
|
+
'\u6587\u4EF6\u6D88\u606F\u5931\u8D25,\u7981\u6B62\u53D1\u9001\u8FDD\u89C4\u5C01\u7981\u7684\u6587\u4EF6': string;
|
|
83
|
+
我: string;
|
|
84
|
+
无法查看: string;
|
|
85
|
+
无法定位到原消息: string;
|
|
86
|
+
无法收听: string;
|
|
87
|
+
正在加载: string;
|
|
88
|
+
加载结束: string;
|
|
89
|
+
无应答: string;
|
|
90
|
+
系统消息: string;
|
|
91
|
+
消息: string;
|
|
92
|
+
'\u6D88\u606F\u6216\u8005\u8D44\u6599\u4E2D\u6587\u672C\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
|
|
93
|
+
消息详情: string;
|
|
94
|
+
'\u6D88\u606F\u957F\u5EA6\u8D85\u51FA\u9650\u5236,\u6D88\u606F\u957F\u5EA6\u4E0D\u8981\u8D85\u8FC712K': string;
|
|
95
|
+
'\u6D88\u606F\u4E2D\u56FE\u7247\u5B58\u5728\u654F\u611F\u5185\u5BB9,\u53D1\u9001\u5931\u8D25': string;
|
|
96
|
+
选择提醒的人: string;
|
|
97
|
+
已读: string;
|
|
98
|
+
已过撤回时限: string;
|
|
99
|
+
已接听: string;
|
|
100
|
+
已拒绝: string;
|
|
101
|
+
已同意: string;
|
|
102
|
+
引用: string;
|
|
103
|
+
引用失败: string;
|
|
104
|
+
语音: string;
|
|
105
|
+
语音通话: string;
|
|
106
|
+
重新编辑: string;
|
|
107
|
+
重新发送: string;
|
|
108
|
+
转发: string;
|
|
109
|
+
翻译: string;
|
|
110
|
+
转文字: string;
|
|
111
|
+
隐藏: string;
|
|
112
|
+
转发给: string;
|
|
113
|
+
自定义: string;
|
|
114
|
+
自定义消息: string;
|
|
115
|
+
'\u817E\u8BAF\u4E91 IM': string;
|
|
116
|
+
空: string;
|
|
117
|
+
文本包含本地审核拦截词: string;
|
|
118
|
+
按住说话: string;
|
|
119
|
+
抬起发送: string;
|
|
120
|
+
抬起取消: string;
|
|
121
|
+
正在录音: string;
|
|
122
|
+
继续上滑可取消: string;
|
|
123
|
+
'\u677E\u5F00\u624B\u6307 \u53D6\u6D88\u53D1\u9001': string;
|
|
124
|
+
此机型暂不支持复制功能: string;
|
|
125
|
+
请开通翻译功能: string;
|
|
126
|
+
请开通语音转文字功能: string;
|
|
127
|
+
翻译中: string;
|
|
128
|
+
转换中: string;
|
|
129
|
+
由IM提供翻译支持: string;
|
|
130
|
+
所有人: string;
|
|
131
|
+
已达到表情回应上限数量: string;
|
|
132
|
+
等: string;
|
|
133
|
+
人: string;
|
|
134
|
+
返回: string;
|
|
135
|
+
关闭: string;
|
|
136
|
+
多选: string;
|
|
137
|
+
合并转发: string;
|
|
138
|
+
逐条转发: string;
|
|
139
|
+
未选择消息: string;
|
|
140
|
+
引用内容已撤回: string;
|
|
141
|
+
'[\u8349\u7A3F]': string;
|
|
142
|
+
'[\u6D88\u606F]': string;
|
|
143
|
+
'[\u6587\u672C]': string;
|
|
144
|
+
'[\u81EA\u5B9A\u4E49\u6D88\u606F]': string;
|
|
145
|
+
'[\u56FE\u7247]': string;
|
|
146
|
+
'[\u97F3\u9891]': string;
|
|
147
|
+
'[\u8BED\u97F3]': string;
|
|
148
|
+
'[\u89C6\u9891]': string;
|
|
149
|
+
'[\u6587\u4EF6]': string;
|
|
150
|
+
'[\u4F4D\u7F6E]': string;
|
|
151
|
+
'[\u5730\u7406\u4F4D\u7F6E]': string;
|
|
152
|
+
'[\u52A8\u753B\u8868\u60C5]': string;
|
|
153
|
+
'[\u7FA4\u63D0\u793A]': string;
|
|
154
|
+
'[\u7FA4\u63D0\u793A\u6D88\u606F]': string;
|
|
155
|
+
'[\u804A\u5929\u8BB0\u5F55]': string;
|
|
156
|
+
群聊的聊天记录: string;
|
|
157
|
+
和: string;
|
|
158
|
+
的聊天记录: string;
|
|
159
|
+
'\u8BF7\u5347\u7EA7IMSDK\u5230v2.10.1\u6216\u66F4\u9AD8\u7248\u672C\u67E5\u770B\u6B64\u6D88\u606F': string;
|
|
160
|
+
您已被管理员移出群聊: string;
|
|
161
|
+
该群聊已被解散: string;
|
|
162
|
+
您已退出该群聊: string;
|
|
163
|
+
您已被禁止聊天: string;
|
|
164
|
+
};
|
|
165
|
+
TUIConversation: {
|
|
166
|
+
发起会话: string;
|
|
167
|
+
发起单聊: string;
|
|
168
|
+
发起群聊: string;
|
|
169
|
+
请输入userID: string;
|
|
170
|
+
删除会话: string;
|
|
171
|
+
"\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u804A\u5929\u7684\u6D88\u606F\u8BB0\u5F55": string;
|
|
172
|
+
"\u5220\u9664\u540E\uFF0C\u5C06\u6E05\u7A7A\u8BE5\u7FA4\u804A\u7684\u6D88\u606F\u8BB0\u5F55": string;
|
|
173
|
+
置顶会话: string;
|
|
174
|
+
取消置顶: string;
|
|
175
|
+
消息免打扰: string;
|
|
176
|
+
取消免打扰: string;
|
|
177
|
+
系统通知: string;
|
|
178
|
+
"\u6709\u4EBA@\u6211": string;
|
|
179
|
+
"@\u6240\u6709\u4EBA": string;
|
|
180
|
+
条: string;
|
|
181
|
+
我: string;
|
|
182
|
+
"\u7F51\u7EDC\u5F02\u5E38\uFF0C\u8BF7\u60A8\u68C0\u67E5\u7F51\u7EDC\u8BBE\u7F6E": string;
|
|
183
|
+
您已被群管理员移出群聊: string;
|
|
184
|
+
该群聊已被解散: string;
|
|
185
|
+
您已退出该群聊: string;
|
|
186
|
+
};
|
|
187
|
+
TUIGroup: {
|
|
188
|
+
输入groupID搜索: string;
|
|
189
|
+
群名称: string;
|
|
190
|
+
群ID: string;
|
|
191
|
+
加入群聊: string;
|
|
192
|
+
解散群聊: string;
|
|
193
|
+
退出群聊: string;
|
|
194
|
+
群类型: string;
|
|
195
|
+
请填写验证信息: string;
|
|
196
|
+
申请加入: string;
|
|
197
|
+
已申请: string;
|
|
198
|
+
群公告: string;
|
|
199
|
+
群成员: string;
|
|
200
|
+
群管理: string;
|
|
201
|
+
好友工作群: string;
|
|
202
|
+
陌生人社交群: string;
|
|
203
|
+
临时会议群: string;
|
|
204
|
+
直播群: string;
|
|
205
|
+
社群: string;
|
|
206
|
+
自由加入: string;
|
|
207
|
+
需要验证: string;
|
|
208
|
+
禁止加群: string;
|
|
209
|
+
人: string;
|
|
210
|
+
群头像: string;
|
|
211
|
+
加群方式: string;
|
|
212
|
+
转让群组: string;
|
|
213
|
+
退出群组: string;
|
|
214
|
+
群管理员: string;
|
|
215
|
+
全员禁言: string;
|
|
216
|
+
"\u5168\u5458\u7981\u8A00\u5F00\u542F\u540E\uFF0C\u53EA\u5141\u8BB8\u7FA4\u4E3B\u548C\u7BA1\u7406\u5458\u53D1\u8A00\u3002": string;
|
|
217
|
+
单独禁言人员: string;
|
|
218
|
+
删除成员: string;
|
|
219
|
+
"\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u8BE5\u6210\u5458\uFF1F": string;
|
|
220
|
+
"\u786E\u5B9A\u4ECE\u7FA4\u804A\u4E2D\u5220\u9664\u6240\u9009\u6210\u5458\uFF1F": string;
|
|
221
|
+
暂无公告: string;
|
|
222
|
+
发布: string;
|
|
223
|
+
编辑: string;
|
|
224
|
+
查看更多: string;
|
|
225
|
+
管理员: string;
|
|
226
|
+
群主: string;
|
|
227
|
+
我: string;
|
|
228
|
+
确认: string;
|
|
229
|
+
添加成员: string;
|
|
230
|
+
新增管理员: string;
|
|
231
|
+
移除管理员: string;
|
|
232
|
+
新增禁言用户: string;
|
|
233
|
+
移除禁言用户: string;
|
|
234
|
+
修改群聊名称: string;
|
|
235
|
+
"\u4FEE\u6539\u7FA4\u804A\u540D\u79F0\u540E\uFF0C\u5C06\u5728\u7FA4\u5185\u901A\u77E5\u5176\u4ED6\u6210\u5458": string;
|
|
236
|
+
"\u4EC5\u9650\u4E2D\u6587\u3001\u5B57\u6BCD\u3001\u6570\u5B57\u548C\u4E0B\u5212\u7EBF\uFF0C2-20\u4E2A\u5B57": string;
|
|
237
|
+
"\u8BF7\u5148\u6CE8\u518C TUIGroup \u6A21\u5757": string;
|
|
238
|
+
该用户不存在: string;
|
|
239
|
+
该用户不在群组内: string;
|
|
240
|
+
添加群聊: string;
|
|
241
|
+
该群组不存在: string;
|
|
242
|
+
"\u521B\u5EFA\u7FA4\u804A\uFF0C\u8BF7\u6CE8\u518C TUIGroup \u6A21\u5757": string;
|
|
243
|
+
创建成功: string;
|
|
244
|
+
"\u53D1\u8D77\u591A\u4EBA\u4F1A\u8BDD\uFF08\u7FA4\u804A\uFF09": string;
|
|
245
|
+
选填: string;
|
|
246
|
+
取消: string;
|
|
247
|
+
创建: string;
|
|
248
|
+
"\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;
|
|
249
|
+
"\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;
|
|
250
|
+
"\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;
|
|
251
|
+
"\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;
|
|
252
|
+
"\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;
|
|
253
|
+
产品文档: string;
|
|
254
|
+
设置群名称: string;
|
|
255
|
+
请输入群名称: string;
|
|
256
|
+
设置群ID: string;
|
|
257
|
+
请输入群ID: string;
|
|
258
|
+
选择群类型: string;
|
|
259
|
+
"\u964C\u751F\u4EBA\u793E\u4EA4\u7FA4\uFF08Public\uFF09": string;
|
|
260
|
+
"\u4E34\u65F6\u4F1A\u8BAE\u7FA4\uFF08Meeting\uFF09": string;
|
|
261
|
+
"\u597D\u53CB\u5DE5\u4F5C\u7FA4\uFF08Work\uFF09": string;
|
|
262
|
+
"\u76F4\u64AD\u7FA4\uFF08AVChatroom\uFF09": string;
|
|
263
|
+
"\u793E\u7FA4\uFF08Community\uFF09": string;
|
|
264
|
+
群组创建成功: string;
|
|
265
|
+
群组解散成功: string;
|
|
266
|
+
禁言设置成功: string;
|
|
267
|
+
取消禁言成功: string;
|
|
268
|
+
群名称不能为空: string;
|
|
269
|
+
群名称修改成功: string;
|
|
270
|
+
"\u7FA4\u516C\u544A\u5B57\u6570\u8D85\u51FA\u9650\u5236\uFF0C\u6700\u5927\u957F\u5EA6\u4E3A150": string;
|
|
271
|
+
};
|
|
272
|
+
TUIContact: {
|
|
273
|
+
群聊通知: string;
|
|
274
|
+
系统通知: string;
|
|
275
|
+
我的群聊: string;
|
|
276
|
+
输入ID: string;
|
|
277
|
+
群名称: string;
|
|
278
|
+
群ID: string;
|
|
279
|
+
加入群聊: string;
|
|
280
|
+
解散群聊: string;
|
|
281
|
+
退出群聊: string;
|
|
282
|
+
进入群聊: string;
|
|
283
|
+
群类型: string;
|
|
284
|
+
请填写验证信息: string;
|
|
285
|
+
申请加入: string;
|
|
286
|
+
已申请: string;
|
|
287
|
+
接受: string;
|
|
288
|
+
拒绝: string;
|
|
289
|
+
已处理: string;
|
|
290
|
+
添加群聊: string;
|
|
291
|
+
已加入: string;
|
|
292
|
+
该群组不存在: string;
|
|
293
|
+
加群: string;
|
|
294
|
+
我的好友: string;
|
|
295
|
+
发送消息: string;
|
|
296
|
+
个性签名: string;
|
|
297
|
+
等待管理员同意: string;
|
|
298
|
+
加群成功: string;
|
|
299
|
+
您已是群成员: string;
|
|
300
|
+
新的联系人: string;
|
|
301
|
+
黑名单: string;
|
|
302
|
+
无搜索结果: string;
|
|
303
|
+
客服号: string;
|
|
304
|
+
ID: string;
|
|
305
|
+
联系人: string;
|
|
306
|
+
群聊: string;
|
|
307
|
+
"\u6DFB\u52A0\u597D\u53CB/\u7FA4\u804A": string;
|
|
308
|
+
备注名: string;
|
|
309
|
+
加入黑名单: string;
|
|
310
|
+
删除好友: string;
|
|
311
|
+
等待验证: string;
|
|
312
|
+
验证信息: string;
|
|
313
|
+
发送申请: string;
|
|
314
|
+
加入直播群: string;
|
|
315
|
+
同意: string;
|
|
316
|
+
删除好友成功: string;
|
|
317
|
+
删除好友失败: string;
|
|
318
|
+
申请已发送: string;
|
|
319
|
+
申请发送失败: string;
|
|
320
|
+
进入会话失败: string;
|
|
321
|
+
添加好友成功: string;
|
|
322
|
+
同意好友申请失败: string;
|
|
323
|
+
拒绝成功: string;
|
|
324
|
+
拒绝好友申请失败: string;
|
|
325
|
+
解散群聊成功: string;
|
|
326
|
+
解散群聊失败: string;
|
|
327
|
+
退出群组成功: string;
|
|
328
|
+
退出群组失败: string;
|
|
329
|
+
申请入群失败: string;
|
|
330
|
+
加入黑名单失败: string;
|
|
331
|
+
移除黑名单失败: string;
|
|
332
|
+
"\u4FEE\u6539\u5907\u6CE8\u5931\u8D25: \u5907\u6CE8\u957F\u5EA6\u4E0D\u5F97\u8D85\u8FC7 96 \u5B57\u8282": string;
|
|
333
|
+
修改备注成功: string;
|
|
334
|
+
修改备注失败: string;
|
|
335
|
+
};
|
|
336
|
+
message: {
|
|
337
|
+
tip: {
|
|
338
|
+
群成员: string;
|
|
339
|
+
加入群组: string;
|
|
340
|
+
退出群组: string;
|
|
341
|
+
被: string;
|
|
342
|
+
踢出群组: string;
|
|
343
|
+
成为管理员: string;
|
|
344
|
+
被撤销管理员: string;
|
|
345
|
+
被禁言: string;
|
|
346
|
+
被取消禁言: string;
|
|
347
|
+
群提示消息: string;
|
|
348
|
+
管理员: string;
|
|
349
|
+
开启全员禁言: string;
|
|
350
|
+
取消全员禁言: string;
|
|
351
|
+
成为新的群主: string;
|
|
352
|
+
修改群名为: string;
|
|
353
|
+
发布新公告: string;
|
|
354
|
+
把群公告修改为: string;
|
|
355
|
+
申请加入群组: string;
|
|
356
|
+
成功加入群组: string;
|
|
357
|
+
被拒绝: string;
|
|
358
|
+
你被管理员: string;
|
|
359
|
+
群: string;
|
|
360
|
+
解散: string;
|
|
361
|
+
创建群: string;
|
|
362
|
+
邀请你加群: string;
|
|
363
|
+
你退出群组: string;
|
|
364
|
+
你被: string;
|
|
365
|
+
设置为群: string;
|
|
366
|
+
的管理员: string;
|
|
367
|
+
撤销群: string;
|
|
368
|
+
的管理员身份: string;
|
|
369
|
+
同意加群: string;
|
|
370
|
+
拒接加群: string;
|
|
371
|
+
自定义群系统通知: string;
|
|
372
|
+
};
|
|
373
|
+
custom: {
|
|
374
|
+
自定义消息: string;
|
|
375
|
+
通话时长: string;
|
|
376
|
+
通话结束: string;
|
|
377
|
+
切换语音通话: string;
|
|
378
|
+
切换视频通话: string;
|
|
379
|
+
发起通话: string;
|
|
380
|
+
取消通话: string;
|
|
381
|
+
已接听: string;
|
|
382
|
+
拒绝通话: string;
|
|
383
|
+
无应答: string;
|
|
384
|
+
对本次服务评价: string;
|
|
385
|
+
"\u67E5\u770B\u8BE6\u60C5>>": string;
|
|
386
|
+
已取消: string;
|
|
387
|
+
对方已取消: string;
|
|
388
|
+
已拒绝: string;
|
|
389
|
+
对方已拒绝: string;
|
|
390
|
+
对方忙线中: string;
|
|
391
|
+
忙线未接听: string;
|
|
392
|
+
对方无应答: string;
|
|
393
|
+
超时无应答: string;
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
component: {
|
|
397
|
+
取消: string;
|
|
398
|
+
完成: string;
|
|
399
|
+
已选中: string;
|
|
400
|
+
人: string;
|
|
401
|
+
保存: string;
|
|
402
|
+
请输入userID: string;
|
|
403
|
+
请输入groupID: string;
|
|
404
|
+
确定: string;
|
|
405
|
+
全选: string;
|
|
406
|
+
已在群聊中: string;
|
|
407
|
+
查看更多: string;
|
|
408
|
+
"\u56FE\u7247 url \u4E0D\u5B58\u5728": string;
|
|
409
|
+
已取消: string;
|
|
410
|
+
获取权限失败: string;
|
|
411
|
+
已保存至相册: string;
|
|
412
|
+
图片下载失败: string;
|
|
413
|
+
暂不支持下载此类型图片: string;
|
|
414
|
+
};
|
|
415
|
+
time: {
|
|
416
|
+
周: string;
|
|
417
|
+
天: string;
|
|
418
|
+
小时: string;
|
|
419
|
+
分钟: string;
|
|
420
|
+
刚刚: string;
|
|
421
|
+
前: string;
|
|
422
|
+
昨天: string;
|
|
423
|
+
星期一: string;
|
|
424
|
+
星期二: string;
|
|
425
|
+
星期三: string;
|
|
426
|
+
星期四: string;
|
|
427
|
+
星期五: string;
|
|
428
|
+
星期六: string;
|
|
429
|
+
星期日: string;
|
|
430
|
+
一月: string;
|
|
431
|
+
二月: string;
|
|
432
|
+
三月: string;
|
|
433
|
+
四月: string;
|
|
434
|
+
五月: string;
|
|
435
|
+
六月: string;
|
|
436
|
+
七月: string;
|
|
437
|
+
八月: string;
|
|
438
|
+
九月: string;
|
|
439
|
+
十月: string;
|
|
440
|
+
十一月: string;
|
|
441
|
+
十二月: string;
|
|
442
|
+
一: string;
|
|
443
|
+
二: string;
|
|
444
|
+
三: string;
|
|
445
|
+
四: string;
|
|
446
|
+
五: string;
|
|
447
|
+
六: string;
|
|
448
|
+
日: string;
|
|
449
|
+
};
|
|
450
|
+
Evaluate: {
|
|
451
|
+
请对本次服务进行评价: string;
|
|
452
|
+
提交评价: string;
|
|
453
|
+
服务评价工具: string;
|
|
454
|
+
使用: string;
|
|
455
|
+
自定义消息: string;
|
|
456
|
+
搭建: string;
|
|
457
|
+
星: string;
|
|
458
|
+
};
|
|
459
|
+
Words: {
|
|
460
|
+
"\u5E38\u7528\u8BED-\u5FEB\u6377\u56DE\u590D\u5DE5\u5177": string;
|
|
461
|
+
"\u5728\u5417\uFF1F\u5728\u5417\uFF1F\u5728\u5417\uFF1F\u91CD\u8981\u7684\u8BDD\u8BF4\u4E09\u904D\u3002": string;
|
|
462
|
+
"\u597D\u4E45\u6CA1\u804A\u5929\u4E86\uFF0C\u5FEB\u6765\u548C\u6211\u8BF4\u8BF4\u8BDD\uFF5E": string;
|
|
463
|
+
"\u597D\u7684\uFF0C\u5C31\u8FD9\u4E48\u8BF4\u5B9A\u4E86\u3002": string;
|
|
464
|
+
"\u611F\u6069\u7684\u5FC3\uFF0C\u611F\u8C22\u6709\u4F60\u3002": string;
|
|
465
|
+
"\u7CDF\u7CD5\uFF01\u662F\u5FC3\u52A8\u7684\u611F\u89C9\uFF01": string;
|
|
466
|
+
"\u5FC3\u75BC\u5730\u62B1\u62B1\u81EA\u5DF1\uFF0C\u6211\u592A\u96BE\u4E86\uFF01": string;
|
|
467
|
+
"\u6CA1\u5173\u7CFB\uFF0C\u522B\u5728\u610F\uFF0C\u4E8B\u60C5\u8FC7\u53BB\u5C31\u8FC7\u53BB\u4E86\u3002": string;
|
|
468
|
+
"\u65E9\u4E0A\u597D\uFF0C\u4ECA\u5929\u4E5F\u662F\u8BA9\u4EBA\u671F\u5F85\u7684\u4E00\u5929\u5462\uFF01": string;
|
|
469
|
+
"\u71AC\u591C\u6709\u4EC0\u4E48\u7528\uFF0C\u53C8\u6CA1\u4EBA\u966A\u4F60\u804A\u5929\uFF0C\u65E9\u70B9\u4F11\u606F\u5427\u3002": string;
|
|
470
|
+
};
|
|
471
|
+
TUISearch: {
|
|
472
|
+
搜索: string;
|
|
473
|
+
全部: string;
|
|
474
|
+
联系人: string;
|
|
475
|
+
群聊: string;
|
|
476
|
+
聊天记录: string;
|
|
477
|
+
文本: string;
|
|
478
|
+
文件: string;
|
|
479
|
+
"\u56FE\u7247/\u89C6\u9891": string;
|
|
480
|
+
其他: string;
|
|
481
|
+
选择时间: string;
|
|
482
|
+
今天: string;
|
|
483
|
+
近三天: string;
|
|
484
|
+
近七天: string;
|
|
485
|
+
查看更多: string;
|
|
486
|
+
条相关: string;
|
|
487
|
+
条与: string;
|
|
488
|
+
相关的: string;
|
|
489
|
+
进入聊天: string;
|
|
490
|
+
定位到聊天位置: string;
|
|
491
|
+
搜索会话内容: string;
|
|
492
|
+
查看更多历史记录: string;
|
|
493
|
+
暂无搜索结果: string;
|
|
494
|
+
结果: string;
|
|
495
|
+
取消: string;
|
|
496
|
+
"[\u6587\u672C]": string;
|
|
497
|
+
"[\u56FE\u7247]": string;
|
|
498
|
+
"[\u8BED\u97F3]": string;
|
|
499
|
+
"[\u89C6\u9891]": string;
|
|
500
|
+
"[\u6587\u4EF6]": string;
|
|
501
|
+
"[\u81EA\u5B9A\u4E49\u6D88\u606F]": string;
|
|
502
|
+
"[\u7CFB\u7EDF\u6D88\u606F]": string;
|
|
503
|
+
"[\u5408\u5E76\u6D88\u606F]": string;
|
|
504
|
+
"[\u4F4D\u7F6E\u6D88\u606F]": string;
|
|
505
|
+
"\u6D88\u606F\u4E91\u7AEF\u641C\u7D22\u5931\u8D25\uFF1A": string;
|
|
506
|
+
"\u67E5\u627E\u8054\u7CFB\u4EBA\u5931\u8D25\uFF1A": string;
|
|
507
|
+
"\u67E5\u627E\u7FA4\u804A\u5931\u8D25\uFF1A": string;
|
|
508
|
+
进入会话失败: string;
|
|
509
|
+
};
|
|
510
|
+
Emoji: Record<string, string>;
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
export default messages;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const TUIChat = require("./TUIChat.js");
|
|
4
|
+
const TUIConversation = require("./TUIConversation.js");
|
|
5
|
+
const TUIGroup = require("./TUIGroup.js");
|
|
6
|
+
const TUIContact = require("./TUIContact.js");
|
|
7
|
+
const TUISearch = require("./TUISearch.js");
|
|
8
|
+
const message = require("./message.js");
|
|
9
|
+
const component = require("./component.js");
|
|
10
|
+
const time = require("./time.js");
|
|
11
|
+
const words = require("./words.js");
|
|
12
|
+
const evaluate = require("./evaluate.js");
|
|
13
|
+
const zh_tw = require("../../components/TUIChat/emoji-config/locales/zh_tw.js");
|
|
14
|
+
const messages = {
|
|
15
|
+
zh_tw: {
|
|
16
|
+
取消: "取消",
|
|
17
|
+
发送: "發送",
|
|
18
|
+
系统通知: "系統通知",
|
|
19
|
+
关闭: "關閉",
|
|
20
|
+
确定: "確定",
|
|
21
|
+
开始时间: "開始時間",
|
|
22
|
+
结束时间: "結束時間",
|
|
23
|
+
消息: "消息",
|
|
24
|
+
通讯录: "通訊錄",
|
|
25
|
+
欢迎使用腾讯云即时通信IM: "歡迎使用騰訊雲即時通信IM",
|
|
26
|
+
TUIChat: TUIChat.default,
|
|
27
|
+
TUIConversation: TUIConversation.default,
|
|
28
|
+
TUIGroup: TUIGroup.default,
|
|
29
|
+
TUIContact: TUIContact.default,
|
|
30
|
+
message: message.default,
|
|
31
|
+
component: component.default,
|
|
32
|
+
time: time.default,
|
|
33
|
+
Evaluate: evaluate.default,
|
|
34
|
+
Words: words.default,
|
|
35
|
+
TUISearch: TUISearch.default,
|
|
36
|
+
Emoji: zh_tw.default
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
exports.default = messages;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare const message: {
|
|
2
|
+
tip: {
|
|
3
|
+
群成员: 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
|
+
成功加入群组: string;
|
|
22
|
+
被拒绝: string;
|
|
23
|
+
你被管理员: string;
|
|
24
|
+
群: string;
|
|
25
|
+
解散: string;
|
|
26
|
+
创建群: string;
|
|
27
|
+
邀请你加群: string;
|
|
28
|
+
你退出群组: string;
|
|
29
|
+
你被: string;
|
|
30
|
+
设置为群: string;
|
|
31
|
+
的管理员: string;
|
|
32
|
+
撤销群: string;
|
|
33
|
+
的管理员身份: string;
|
|
34
|
+
同意加群: string;
|
|
35
|
+
拒接加群: string;
|
|
36
|
+
自定义群系统通知: string;
|
|
37
|
+
};
|
|
38
|
+
custom: {
|
|
39
|
+
自定义消息: string;
|
|
40
|
+
通话时长: string;
|
|
41
|
+
通话结束: string;
|
|
42
|
+
切换语音通话: string;
|
|
43
|
+
切换视频通话: string;
|
|
44
|
+
发起通话: string;
|
|
45
|
+
取消通话: string;
|
|
46
|
+
已接听: string;
|
|
47
|
+
拒绝通话: string;
|
|
48
|
+
无应答: string;
|
|
49
|
+
对本次服务评价: string;
|
|
50
|
+
"\u67E5\u770B\u8BE6\u60C5>>": string;
|
|
51
|
+
已取消: string;
|
|
52
|
+
对方已取消: string;
|
|
53
|
+
已拒绝: string;
|
|
54
|
+
对方已拒绝: string;
|
|
55
|
+
对方忙线中: string;
|
|
56
|
+
忙线未接听: string;
|
|
57
|
+
对方无应答: string;
|
|
58
|
+
超时无应答: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export default message;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
const message = {
|
|
4
|
+
"tip": {
|
|
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
|
+
"custom": {
|
|
41
|
+
"自定义消息": "自定義消息",
|
|
42
|
+
"通话时长": "通話時長",
|
|
43
|
+
"通话结束": "通話結束",
|
|
44
|
+
"切换语音通话": "切換語音通話",
|
|
45
|
+
"切换视频通话": "切換視頻通話",
|
|
46
|
+
"发起通话": "發起通話",
|
|
47
|
+
"取消通话": "取消通話",
|
|
48
|
+
"已接听": "已接聽",
|
|
49
|
+
"拒绝通话": "拒絕通話",
|
|
50
|
+
"无应答": "無應答",
|
|
51
|
+
"对本次服务评价": "對本次服務評價",
|
|
52
|
+
"查看详情>>": "查看詳情>>",
|
|
53
|
+
"已取消": "已取消",
|
|
54
|
+
"对方已取消": "對方已取消",
|
|
55
|
+
"已拒绝": "已拒絕",
|
|
56
|
+
"对方已拒绝": "對方已拒絕",
|
|
57
|
+
"对方忙线中": "對方忙線中",
|
|
58
|
+
"忙线未接听": "忙線未接聽",
|
|
59
|
+
"对方无应答": "對方無應答",
|
|
60
|
+
"超时无应答": "超時無應答"
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
exports.default = message;
|