tuikit-atomicx-vue3 4.5.1 → 4.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{MessageInput.vue_vue_type_script_setup_true_lang-jPzZ5INK.js → MessageInput.vue_vue_type_script_setup_true_lang-3RVYOdkv.js} +38 -38
- package/dist/{PopoverPortal-DghpKKm8.js → PopoverPortal-DV6zFXcf.js} +3 -3
- package/dist/{PopoverTrigger-BajjNkGO.js → PopoverTrigger-DIjW4PKa.js} +4 -4
- package/dist/{PopperContent-SLoFuK7k.js → PopperContent-D__dbwpA.js} +1 -1
- package/dist/{Teleport-DFrneqLM.js → Teleport-98QrIYDI.js} +278 -268
- package/dist/baseComp/Modal/Modal.js +3 -3
- package/dist/components/AudioSettingPanel/index.js +14 -14
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/BarrageInput/TextEditor/CharacterCountExtension.js +1 -1
- package/dist/components/BarrageInput/TextEditor/EditorCore.js +4 -4
- package/dist/components/ConversationList/ConversationActions/ConversationActions.js +53 -50
- package/dist/components/ConversationList/ConversationActions/ConversationActions.vue.d.ts +2 -0
- package/dist/components/ConversationList/ConversationCreate/ConversationCreate.js +25 -25
- package/dist/components/ConversationList/ConversationList.vue.d.ts +16 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreview.vue.d.ts +16 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewAbstract.js +18 -18
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTimestamp.js +13 -13
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewTitle.js +11 -11
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.js +84 -75
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue.d.ts +4 -0
- package/dist/components/ConversationList/ConversationPreview/ConversationPreviewUnread.js +14 -14
- package/dist/components/ConversationList/i18n/en-US.d.ts +1 -0
- package/dist/components/ConversationList/i18n/en-US.js +2 -1
- package/dist/components/ConversationList/i18n/zh-CN.d.ts +1 -0
- package/dist/components/ConversationList/i18n/zh-CN.js +2 -1
- package/dist/components/ConversationList/index.d.ts +48 -0
- package/dist/components/LiveScenePanel/index.js +9 -10
- package/dist/components/MessageInput/AttachmentPicker/index.js +2 -2
- package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/MessageInput/MessageInput.js +1 -1
- package/dist/components/MessageInput/TextEditor/EditorCore.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/MentionSuggestion.js +3 -3
- package/dist/components/MessageInput/TextEditor/extensions/characterCountExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/emojiExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/enterKeyExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/imageExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/extensions/mentionExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/index.js +1 -1
- package/dist/components/MessageInput/index.js +1 -1
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +3 -3
- package/dist/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.js +37 -28
- package/dist/components/MessageList/MessageList.js +77 -67
- package/dist/components/ScheduleRoomPanel/RoomDetail.js +22 -22
- package/dist/components/ScheduleRoomPanel/RoomEdit.js +1 -1
- package/dist/components/ScheduleRoomPanel/RoomShare.js +4 -4
- package/dist/components/ScheduleRoomPanel/ScheduleRoomPanel.js +1 -1
- package/dist/components/ScheduleRoomPanel/ScheduledRoomList.js +1 -1
- package/dist/components/UIKitModal/chatErrorModal/chatErrorModal.d.ts +72 -0
- package/dist/components/UIKitModal/chatErrorModal/chatErrorModal.js +95 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/en-US/index.d.ts +40 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/en-US/index.js +51 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/index.d.ts +4 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/index.js +6 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.d.ts +40 -0
- package/dist/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.js +51 -0
- package/dist/components/UIKitModal/chatErrorModal/index.d.ts +3 -0
- package/dist/components/UIKitModal/chatErrorModal/index.js +11 -0
- package/dist/components/VideoSettingPanel/index.js +1 -1
- package/dist/hooks/useReadReceipt/useReadReceipt.js +44 -41
- package/dist/index-CTthrJb2.js +1461 -0
- package/dist/{index-CzCDLp99.js → index-DXC5bPY4.js} +32 -32
- package/dist/{index-C8Jw_xE4.js → index-DuAffztD.js} +1731 -1648
- package/dist/{index-CiYL_XsE.js → index-hHVD-MG2.js} +1 -1
- package/dist/index.js +59 -58
- package/dist/states/GroupSettingState/GroupSettingState.js +109 -102
- package/dist/states/LoginState.js +43 -43
- package/dist/states/MessageInputState/MessageInputState.js +75 -78
- package/dist/states/MessageListState/MessageListState.js +26 -23
- package/dist/states/RoomParticipantState/index.js +83 -24
- package/dist/states/RoomParticipantState/participantEventManager.d.ts +2 -2
- package/dist/states/RoomParticipantState/participantEventManager.js +217 -205
- package/dist/states/RoomParticipantState/participantManager.d.ts +4 -0
- package/dist/states/RoomParticipantState/participantManager.js +159 -127
- package/dist/states/RoomState/callManager.d.ts +3 -3
- package/dist/states/RoomState/callManager.js +20 -20
- package/dist/states/RoomState/common.d.ts +3 -2
- package/dist/states/RoomState/common.js +34 -24
- package/dist/states/RoomState/roomManager.d.ts +0 -1
- package/dist/states/RoomState/roomManager.js +21 -27
- package/dist/states/RoomState/scheduleManager.js +2 -2
- package/dist/styles/index.css +1 -1
- package/dist/subEntry/chat/chat.d.ts +48 -0
- package/dist/subEntry/live/index.js +46 -45
- package/dist/subEntry/room/index.js +39 -38
- package/dist/types/beauty.d.ts +20 -0
- package/dist/types/index.js +37 -36
- package/dist/types/participant.d.ts +2 -0
- package/dist/types/room.d.ts +45 -1
- package/dist/types/room.js +4 -3
- package/dist/{useId-D5WE76CM.js → useId-B1VwPJLm.js} +1 -1
- package/dist/utils/call.js +77 -71
- package/dist/{utils-CttDpxqz.js → utils-BU8IkP_V.js} +1 -1
- package/package.json +5 -6
- package/src/components/AudioSettingPanel/index.vue +4 -5
- package/src/components/ConversationList/ConversationActions/ConversationActions.vue +7 -1
- package/src/components/ConversationList/ConversationCreate/ConversationCreate.vue +5 -1
- package/src/components/ConversationList/ConversationList.vue +0 -1
- package/src/components/ConversationList/ConversationPreview/ConversationPreview.scss +2 -2
- package/src/components/ConversationList/ConversationPreview/ConversationPreviewUI.vue +15 -0
- package/src/components/ConversationList/i18n/en-US.ts +1 -0
- package/src/components/ConversationList/i18n/zh-CN.ts +1 -0
- package/src/components/LiveScenePanel/index.vue +0 -1
- package/src/components/MessageInput/MessageInput.module.scss +1 -0
- package/src/components/MessageList/Message/MessageLayout/MessageMeta/MessageMeta.vue +12 -3
- package/src/components/MessageList/MessageList.vue +14 -0
- package/src/components/ScheduleRoomPanel/RoomDetail.vue +1 -0
- package/src/components/ScheduleRoomPanel/RoomEdit.vue +2 -1
- package/src/components/ScheduleRoomPanel/RoomShare.vue +1 -0
- package/src/components/ScheduleRoomPanel/ScheduleRoomPanel.vue +1 -0
- package/src/components/ScheduleRoomPanel/ScheduledRoomList.vue +1 -0
- package/src/components/UIKitModal/chatErrorModal/chatErrorModal.ts +205 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/en-US/index.ts +56 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/index.ts +4 -0
- package/src/components/UIKitModal/chatErrorModal/i18n/zh-CN/index.ts +56 -0
- package/src/components/UIKitModal/chatErrorModal/index.ts +16 -0
- package/src/components/VideoSettingPanel/index.vue +1 -0
- package/src/hooks/useReadReceipt/useReadReceipt.ts +5 -4
- package/src/types/beauty.ts +20 -0
- package/src/types/participant.ts +3 -0
- package/src/types/room.ts +49 -1
- package/src/utils/call.ts +8 -0
- package/dist/index-BvFYOUyz.js +0 -2936
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './styles/index.css';
|
|
2
|
-
import { AttachmentPicker as o, AudioCallPicker as r, ChatSetting as a, ContactInfo as i, ContactList as s, ContactListItem as n, ConversationActions as p, ConversationList as m, ConversationListContent as u, ConversationListHeader as T, ConversationPreview as f, ConversationPreviewUI as c, ConversationSearch as
|
|
2
|
+
import { AttachmentPicker as o, AudioCallPicker as r, ChatSetting as a, ContactInfo as i, ContactList as s, ContactListItem as n, ConversationActions as p, ConversationList as m, ConversationListContent as u, ConversationListHeader as T, ConversationPreview as f, ConversationPreviewUI as c, ConversationSearch as l, EmojiPicker as S, FilePicker as x, ImagePicker as R, Message as v, MessageAdvanced as d, MessageInput as C, MessageList as L, Search as U, SearchAdvanced as I, SearchBar as y, SearchResultItem as A, SearchResults as M, UserAdvanced as P, VideoCallPicker as g, VideoPicker as E, View as V, useC2CSettingState as B, useContactListState as k, useConversationListState as D, useGroupSettingState as _, useMessageActionState as G, useMessageActions as O, useMessageInputState as h, useMessageListState as F, useSearchState as w } from "./subEntry/chat/chat.js";
|
|
3
3
|
import { addI18n as Q } from "./i18n/index.js";
|
|
4
4
|
import { useLoginState as N } from "./states/LoginState.js";
|
|
5
|
-
import { useUIKitModalState as
|
|
5
|
+
import { useUIKitModalState as j } from "./states/UIKitModalState/UIKitModalState.js";
|
|
6
6
|
import { default as W } from "./components/Avatar/Avatar.js";
|
|
7
7
|
import { DEFAULT_GROUP_AVATAR_AVCHATROOM as J, DEFAULT_GROUP_AVATAR_COMMON as X, DEFAULT_GROUP_AVATAR_MEETING as Y, DEFAULT_GROUP_AVATAR_PUBLIC as Z, DEFAULT_GROUP_AVATAR_WORK as $, DEFAULT_USER_AVATAR as ee } from "./components/Avatar/constants/avatar.js";
|
|
8
8
|
import { UserPicker as oe } from "./components/UserPicker/index.js";
|
|
@@ -11,8 +11,8 @@ import { useRoomModal as se } from "./components/UIKitModal/useRoomModal/index.j
|
|
|
11
11
|
import { useDeviceState as pe } from "./states/DeviceState/DeviceState.js";
|
|
12
12
|
import { useRoomEngine as ue } from "./hooks/useRoomEngine.js";
|
|
13
13
|
import { AudioSettingPanel as fe } from "./components/AudioSettingPanel/index.js";
|
|
14
|
-
import { VideoSettingPanel as
|
|
15
|
-
import { QuoteTypeEnum as xe, TranslationStatusEnum as
|
|
14
|
+
import { VideoSettingPanel as le } from "./components/VideoSettingPanel/index.js";
|
|
15
|
+
import { QuoteTypeEnum as xe, TranslationStatusEnum as Re, VoiceToTextStatusEnum as ve } from "./types/message.js";
|
|
16
16
|
import { VariantType as Ce, defaultTypeLabels as Le } from "./types/search.js";
|
|
17
17
|
import { ConversationType as Ie, MessageType as ye, SearchType as Ae } from "./types/engine.js";
|
|
18
18
|
import { CreateConvTypes as Pe, GroupLabelTypes as ge, GroupType as Ee, PageStateTypes as Ve, PlaceHolderTypes as Be } from "./types/conversation.js";
|
|
@@ -21,7 +21,7 @@ import { CallMediaType as Oe } from "./types/call.js";
|
|
|
21
21
|
import { GroupInviteType as Fe, GroupMemberRole as we, GroupPermission as He } from "./states/GroupSettingState/types.js";
|
|
22
22
|
import { useBarrageState as Ke } from "./states/BarrageState/BarrageState.js";
|
|
23
23
|
import { useBattleState as be } from "./states/BattleState/BattleState.js";
|
|
24
|
-
import { useCoGuestState as
|
|
24
|
+
import { useCoGuestState as qe } from "./states/CoGuestState.js";
|
|
25
25
|
import { useCoHostState as ze } from "./states/CoHostState/CoHostState.js";
|
|
26
26
|
import { useLiveAudienceState as Xe } from "./states/LiveAudienceState.js";
|
|
27
27
|
import { useLiveListState as Ze } from "./states/LiveListState/LiveListState.js";
|
|
@@ -32,9 +32,9 @@ import { BarrageInput as st } from "./components/BarrageInput/index.js";
|
|
|
32
32
|
import { BarrageList as pt } from "./components/BarrageList/index.js";
|
|
33
33
|
import { CameraButton as ut } from "./components/CameraButton/index.js";
|
|
34
34
|
import { CoGuestPanel as ft } from "./components/CoGuestPanel/index.js";
|
|
35
|
-
import { CoHostPanel as
|
|
35
|
+
import { CoHostPanel as lt } from "./components/CoHostPanel/index.js";
|
|
36
36
|
import { LiveAudienceList as xt } from "./components/LiveAudienceList/index.js";
|
|
37
|
-
import { LiveList as
|
|
37
|
+
import { LiveList as vt } from "./components/LiveList/index.js";
|
|
38
38
|
import { default as Ct } from "./components/LiveMonitorView/LiveMonitorView.js";
|
|
39
39
|
import { LiveScenePanel as Ut } from "./components/LiveScenePanel/index.js";
|
|
40
40
|
import { LiveCoreView as yt, LiveView as At } from "./components/LiveView/index.js";
|
|
@@ -47,26 +47,26 @@ import { useRoomState as ht } from "./states/RoomState/index.js";
|
|
|
47
47
|
import { useVirtualBackgroundState as wt } from "./states/VirtualBackgroundState/VirtualBackgroundState.js";
|
|
48
48
|
import { RoomParticipantList as Qt } from "./components/RoomParticipantList/index.js";
|
|
49
49
|
import { RoomParticipantView as Nt } from "./components/RoomParticipantView/index.js";
|
|
50
|
-
import { RoomView as
|
|
50
|
+
import { RoomView as jt } from "./components/RoomView/index.js";
|
|
51
51
|
import { ScheduleRoomPanel as Wt, ScheduledRoomList as zt } from "./components/ScheduleRoomPanel/index.js";
|
|
52
52
|
import { VirtualBackgroundPanel as Xt } from "./components/VirtualBackgroundPanel/index.js";
|
|
53
53
|
import { FreeBeautyPanel as Zt } from "./components/FreeBeautyPanel/index.js";
|
|
54
54
|
import { AudioRoute as eo, DeviceError as to, DevicePermission as oo, DeviceStatus as ro, DeviceType as ao, MediaSettingDisplayMode as io, MirrorType as so, NetworkQuality as no, VideoQuality as po } from "./types/device.js";
|
|
55
|
-
import { TRTCRole as uo, TUIAudioQuality as To, TUIAudioRoute as fo, TUICaptureSourceType as co, TUIChangeReason as
|
|
56
|
-
import { LiveEndedReason as No, LiveKickedOutReason as bo, LiveListEvent as
|
|
55
|
+
import { TRTCRole as uo, TUIAudioQuality as To, TUIAudioRoute as fo, TUICaptureSourceType as co, TUIChangeReason as lo, TUIConferenceCancelReason as So, TUIConferenceInvitationManagerEvents as xo, TUIConferenceListManagerEvents as Ro, TUIConferenceStatus as vo, TUIErrorCode as Co, TUIInvitationCode as Lo, TUIInvitationRejectedReason as Uo, TUIInvitationStatus as Io, TUIKickedOutOfRoomReason as yo, TUILiveLayoutManagerEvents as Ao, TUILiveListManagerEvents as Mo, TUILiveModifyFlag as Po, TUIMediaDevice as go, TUIMediaDeviceState as Eo, TUIMediaDeviceType as Vo, TUINetworkQuality as Bo, TUIRequestAction as ko, TUIRequestCallbackType as Do, TUIResolutionMode as _o, TUIRole as Go, TUIRoomDismissedReason as Oo, TUIRoomEvents as ho, TUIRoomType as Fo, TUISeatMode as wo, TUIVideoQuality as Ho, TUIVideoStreamType as Qo } from "./types/types.js";
|
|
56
|
+
import { LiveEndedReason as No, LiveKickedOutReason as bo, LiveListEvent as jo, LiveOrientation as qo, LiveType as Wo } from "./types/live.js";
|
|
57
57
|
import { StreamPlayMode as Jo, StreamPlayQuality as Xo } from "./types/stream.js";
|
|
58
58
|
import { LiveAudienceEvent as Zo } from "./types/audience.js";
|
|
59
59
|
import { DeviceControlPolicy as er, LiveSeatEvent as tr, MoveSeatPolicy as or, Role as rr } from "./types/seat.js";
|
|
60
60
|
import { MonitorDeviceStatus as ir } from "./types/monitor.js";
|
|
61
61
|
import { GuestEvent as nr, HostEvent as pr, NoResponseReason as mr } from "./types/coGuest.js";
|
|
62
62
|
import { CoHostEvent as Tr, CoHostLayoutTemplate as fr, CoHostStatus as cr } from "./types/coHost.js";
|
|
63
|
-
import { BattleEndedReason as
|
|
64
|
-
import { BarrageType as
|
|
65
|
-
import {
|
|
66
|
-
import { FillMode as
|
|
67
|
-
import { TRTCBeautyStyle as
|
|
68
|
-
import { VirtualBackgroundEvent as
|
|
69
|
-
import { BattleStatus as
|
|
63
|
+
import { BattleEndedReason as Sr, BattleEvent as xr } from "./types/battle.js";
|
|
64
|
+
import { BarrageType as vr } from "./types/barrage.js";
|
|
65
|
+
import { CallRejectReason as Cr, RoomCallResult as Lr, RoomCallStatus as Ur, RoomEvent as Ir, RoomStatus as yr } from "./types/room.js";
|
|
66
|
+
import { FillMode as Mr, KickedOutOfRoomReason as Pr, RoomLayoutTemplate as gr, RoomParticipantEvent as Er, RoomParticipantRole as Vr, RoomParticipantStatus as Br, VideoStreamType as kr } from "./types/participant.js";
|
|
67
|
+
import { TRTCBeautyStyle as _r } from "./types/beauty.js";
|
|
68
|
+
import { VirtualBackgroundEvent as Or, VirtualBackgroundType as hr } from "./types/virtualBackground.js";
|
|
69
|
+
import { BattleStatus as wr, ConnectionStatus as Hr, RequestType as Qr, SeatStatus as Kr, StreamPlayStatus as Nr, UserAction as br, UserRoomStatus as jr } from "./types/user.js";
|
|
70
70
|
export {
|
|
71
71
|
o as AttachmentPicker,
|
|
72
72
|
r as AudioCallPicker,
|
|
@@ -75,19 +75,20 @@ export {
|
|
|
75
75
|
W as Avatar,
|
|
76
76
|
st as BarrageInput,
|
|
77
77
|
pt as BarrageList,
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
vr as BarrageType,
|
|
79
|
+
Sr as BattleEndedReason,
|
|
80
80
|
xr as BattleEvent,
|
|
81
|
-
|
|
81
|
+
wr as BattleStatus,
|
|
82
82
|
Oe as CallMediaType,
|
|
83
|
+
Cr as CallRejectReason,
|
|
83
84
|
ut as CameraButton,
|
|
84
85
|
a as ChatSetting,
|
|
85
86
|
ft as CoGuestPanel,
|
|
86
87
|
Tr as CoHostEvent,
|
|
87
88
|
fr as CoHostLayoutTemplate,
|
|
88
|
-
|
|
89
|
+
lt as CoHostPanel,
|
|
89
90
|
cr as CoHostStatus,
|
|
90
|
-
|
|
91
|
+
Hr as ConnectionStatus,
|
|
91
92
|
i as ContactInfo,
|
|
92
93
|
De as ContactItemType,
|
|
93
94
|
s as ContactList,
|
|
@@ -98,7 +99,7 @@ export {
|
|
|
98
99
|
T as ConversationListHeader,
|
|
99
100
|
f as ConversationPreview,
|
|
100
101
|
c as ConversationPreviewUI,
|
|
101
|
-
|
|
102
|
+
l as ConversationSearch,
|
|
102
103
|
Ie as ConversationType,
|
|
103
104
|
Pe as CreateConvTypes,
|
|
104
105
|
J as DEFAULT_GROUP_AVATAR_AVCHATROOM,
|
|
@@ -112,9 +113,9 @@ export {
|
|
|
112
113
|
oo as DevicePermission,
|
|
113
114
|
ro as DeviceStatus,
|
|
114
115
|
ao as DeviceType,
|
|
115
|
-
|
|
116
|
+
S as EmojiPicker,
|
|
116
117
|
x as FilePicker,
|
|
117
|
-
|
|
118
|
+
Mr as FillMode,
|
|
118
119
|
Zt as FreeBeautyPanel,
|
|
119
120
|
_e as GroupApplicationType,
|
|
120
121
|
Fe as GroupInviteType,
|
|
@@ -124,23 +125,23 @@ export {
|
|
|
124
125
|
Ee as GroupType,
|
|
125
126
|
nr as GuestEvent,
|
|
126
127
|
pr as HostEvent,
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
R as ImagePicker,
|
|
129
|
+
Pr as KickedOutOfRoomReason,
|
|
129
130
|
Zo as LiveAudienceEvent,
|
|
130
131
|
xt as LiveAudienceList,
|
|
131
132
|
yt as LiveCoreView,
|
|
132
133
|
No as LiveEndedReason,
|
|
133
134
|
bo as LiveKickedOutReason,
|
|
134
|
-
|
|
135
|
-
|
|
135
|
+
vt as LiveList,
|
|
136
|
+
jo as LiveListEvent,
|
|
136
137
|
Ct as LiveMonitorView,
|
|
137
|
-
|
|
138
|
+
qo as LiveOrientation,
|
|
138
139
|
Ut as LiveScenePanel,
|
|
139
140
|
tr as LiveSeatEvent,
|
|
140
141
|
Wo as LiveType,
|
|
141
142
|
At as LiveView,
|
|
142
143
|
io as MediaSettingDisplayMode,
|
|
143
|
-
|
|
144
|
+
v as Message,
|
|
144
145
|
d as MessageAdvanced,
|
|
145
146
|
C as MessageInput,
|
|
146
147
|
L as MessageList,
|
|
@@ -154,19 +155,19 @@ export {
|
|
|
154
155
|
Ve as PageStateTypes,
|
|
155
156
|
Be as PlaceHolderTypes,
|
|
156
157
|
xe as QuoteTypeEnum,
|
|
157
|
-
|
|
158
|
+
Qr as RequestType,
|
|
158
159
|
rr as Role,
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
160
|
+
Lr as RoomCallResult,
|
|
161
|
+
Ur as RoomCallStatus,
|
|
162
|
+
Ir as RoomEvent,
|
|
163
|
+
gr as RoomLayoutTemplate,
|
|
164
|
+
Er as RoomParticipantEvent,
|
|
164
165
|
Qt as RoomParticipantList,
|
|
165
|
-
|
|
166
|
-
|
|
166
|
+
Vr as RoomParticipantRole,
|
|
167
|
+
Br as RoomParticipantStatus,
|
|
167
168
|
Nt as RoomParticipantView,
|
|
168
|
-
|
|
169
|
-
|
|
169
|
+
yr as RoomStatus,
|
|
170
|
+
jt as RoomView,
|
|
170
171
|
Wt as ScheduleRoomPanel,
|
|
171
172
|
zt as ScheduledRoomList,
|
|
172
173
|
U as Search,
|
|
@@ -175,21 +176,21 @@ export {
|
|
|
175
176
|
A as SearchResultItem,
|
|
176
177
|
M as SearchResults,
|
|
177
178
|
Ae as SearchType,
|
|
178
|
-
|
|
179
|
+
Kr as SeatStatus,
|
|
179
180
|
Et as StreamMixer,
|
|
180
181
|
Jo as StreamPlayMode,
|
|
181
182
|
Xo as StreamPlayQuality,
|
|
182
|
-
|
|
183
|
-
|
|
183
|
+
Nr as StreamPlayStatus,
|
|
184
|
+
_r as TRTCBeautyStyle,
|
|
184
185
|
uo as TRTCRole,
|
|
185
186
|
To as TUIAudioQuality,
|
|
186
187
|
fo as TUIAudioRoute,
|
|
187
188
|
co as TUICaptureSourceType,
|
|
188
|
-
|
|
189
|
-
|
|
189
|
+
lo as TUIChangeReason,
|
|
190
|
+
So as TUIConferenceCancelReason,
|
|
190
191
|
xo as TUIConferenceInvitationManagerEvents,
|
|
191
|
-
|
|
192
|
-
|
|
192
|
+
Ro as TUIConferenceListManagerEvents,
|
|
193
|
+
vo as TUIConferenceStatus,
|
|
193
194
|
Co as TUIErrorCode,
|
|
194
195
|
Lo as TUIInvitationCode,
|
|
195
196
|
Uo as TUIInvitationRejectedReason,
|
|
@@ -212,30 +213,30 @@ export {
|
|
|
212
213
|
wo as TUISeatMode,
|
|
213
214
|
Ho as TUIVideoQuality,
|
|
214
215
|
Qo as TUIVideoStreamType,
|
|
215
|
-
|
|
216
|
+
Re as TranslationStatusEnum,
|
|
216
217
|
ae as UIKitModal,
|
|
217
|
-
|
|
218
|
+
br as UserAction,
|
|
218
219
|
P as UserAdvanced,
|
|
219
220
|
oe as UserPicker,
|
|
220
|
-
|
|
221
|
+
jr as UserRoomStatus,
|
|
221
222
|
Ce as VariantType,
|
|
222
223
|
g as VideoCallPicker,
|
|
223
224
|
E as VideoPicker,
|
|
224
225
|
po as VideoQuality,
|
|
225
|
-
|
|
226
|
-
|
|
226
|
+
le as VideoSettingPanel,
|
|
227
|
+
kr as VideoStreamType,
|
|
227
228
|
V as View,
|
|
228
|
-
|
|
229
|
+
Or as VirtualBackgroundEvent,
|
|
229
230
|
Xt as VirtualBackgroundPanel,
|
|
230
|
-
|
|
231
|
-
|
|
231
|
+
hr as VirtualBackgroundType,
|
|
232
|
+
ve as VoiceToTextStatusEnum,
|
|
232
233
|
Q as addI18n,
|
|
233
234
|
Le as defaultTypeLabels,
|
|
234
235
|
Bt as useASRState,
|
|
235
236
|
Ke as useBarrageState,
|
|
236
237
|
be as useBattleState,
|
|
237
238
|
B as useC2CSettingState,
|
|
238
|
-
|
|
239
|
+
qe as useCoGuestState,
|
|
239
240
|
ze as useCoHostState,
|
|
240
241
|
k as useContactListState,
|
|
241
242
|
D as useConversationListState,
|
|
@@ -256,7 +257,7 @@ export {
|
|
|
256
257
|
Gt as useRoomParticipantState,
|
|
257
258
|
ht as useRoomState,
|
|
258
259
|
w as useSearchState,
|
|
259
|
-
|
|
260
|
+
j as useUIKitModalState,
|
|
260
261
|
at as useVideoMixerState,
|
|
261
262
|
wt as useVirtualBackgroundState
|
|
262
263
|
};
|