tuikit-atomicx-vue3 3.4.1 → 3.4.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/components/BarrageInput/TextEditor/CharacterCountExtension.js +1 -1
- package/dist/components/BarrageInput/TextEditor/EditorCore.js +2 -2
- package/dist/components/CoHostPanel/BattlePanel.js +16 -16
- package/dist/components/CoHostPanel/CoHostPanel.js +60 -55
- package/dist/components/CoHostPanel/ConnectionPanel.js +42 -42
- package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/BattleDecorate.js +1 -1
- package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/BattleUserDecorate.js +56 -49
- package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/CoHostDecorate.js +1 -1
- package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/LiveCoreDecorate.js +1 -1
- package/dist/components/{LiveCoreView → LiveView}/DefaultStreamViewUI.js +7 -7
- package/dist/components/{LiveCoreView → LiveView}/PlayerControl/AudioControl.js +16 -16
- package/dist/components/{LiveCoreView → LiveView}/PlayerControl/MultiResolution.js +15 -15
- package/dist/components/{LiveCoreView → LiveView}/PlayerControl/PlayerControl.js +1 -1
- package/dist/components/{LiveCoreView/i18n/zh-CN → LiveView/i18n/en-US}/index.d.ts +1 -0
- package/dist/components/{LiveCoreView → LiveView}/i18n/en-US/index.js +2 -1
- package/dist/components/{LiveCoreView/i18n/en-US → LiveView/i18n/zh-CN}/index.d.ts +1 -0
- package/dist/components/{LiveCoreView → LiveView}/i18n/zh-CN/index.js +2 -1
- package/dist/components/LiveView/index.d.ts +79 -0
- package/dist/components/{LiveCoreView → LiveView}/index.js +44 -42
- package/dist/components/MessageInput/TextEditor/EditorCore.js +2 -2
- package/dist/components/StreamMixer/index.js +6 -6
- package/dist/{index-D-KJvDvy.js → index-Bm-QfV5o.js} +1 -1
- package/dist/{index-D88ja_7_.js → index-D2OVtqc8.js} +1705 -1705
- package/dist/index.js +140 -138
- package/dist/rtc/index.d.ts +2 -39
- package/dist/rtc/index.js +49 -48
- package/dist/states/BattleState.js +48 -48
- package/dist/styles/index.css +1 -1
- package/package.json +2 -2
- package/src/components/CoHostPanel/BattlePanel.vue +3 -3
- package/src/components/CoHostPanel/CoHostPanel.vue +11 -3
- package/src/components/CoHostPanel/ConnectionPanel.vue +4 -4
- package/src/components/{LiveCoreView → LiveView}/CoreViewDecorate/BattleUserDecorate.vue +28 -29
- package/src/components/{LiveCoreView → LiveView}/i18n/en-US/index.ts +1 -0
- package/src/components/{LiveCoreView → LiveView}/i18n/zh-CN/index.ts +1 -0
- package/src/components/{LiveCoreView → LiveView}/index.ts +5 -2
- package/src/components/{LiveCoreView → LiveView}/index.vue +1 -1
- package/src/components/StreamMixer/index.vue +1 -1
- package/src/rtc/index.ts +2 -2
- package/dist/components/LiveCoreView/index.d.ts +0 -4
- /package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/BattleDecorate.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/BattleUserDecorate.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/CoHostDecorate.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/CoreViewDecorate/LiveCoreDecorate.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/DefaultStreamViewUI.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/AudioControl.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/MultiResolution.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/PlayerControl.vue.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/PlayerControlState.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/PlayerControlState.js +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/index.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/index.js +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/utils/deviceDetection.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/utils/deviceDetection.js +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/utils/domHelpers.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/utils/domHelpers.js +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/utils/fullscreenManager.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/PlayerControl/utils/fullscreenManager.js +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/i18n/index.d.ts +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/i18n/index.js +0 -0
- /package/dist/components/{LiveCoreView → LiveView}/index.vue.d.ts +0 -0
- /package/src/components/{LiveCoreView → LiveView}/CoreViewDecorate/BattleDecorate.vue +0 -0
- /package/src/components/{LiveCoreView → LiveView}/CoreViewDecorate/CoHostDecorate.vue +0 -0
- /package/src/components/{LiveCoreView → LiveView}/CoreViewDecorate/LiveCoreDecorate.vue +0 -0
- /package/src/components/{LiveCoreView → LiveView}/DefaultStreamViewUI.vue +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/AudioControl.vue +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/MultiResolution.vue +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/PlayerControl.module.scss +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/PlayerControl.vue +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/PlayerControlState.ts +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/index.ts +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/utils/deviceDetection.ts +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/utils/domHelpers.ts +0 -0
- /package/src/components/{LiveCoreView → LiveView}/PlayerControl/utils/fullscreenManager.ts +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/img/defeat.png +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/img/draw.png +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/img/victory.png +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/svg/BattleOrdinaryBadge.svg +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/svg/BattleTopBadge.svg +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/svg/blueBkg.svg +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/svg/redBkg.svg +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/svg/s.svg +0 -0
- /package/src/components/{LiveCoreView → LiveView}/assets/svg/v.svg +0 -0
- /package/src/components/{LiveCoreView → LiveView}/i18n/index.ts +0 -0
package/dist/index.js
CHANGED
|
@@ -1,50 +1,51 @@
|
|
|
1
1
|
import './styles/index.css';
|
|
2
2
|
import { useLoginState as o } from "./states/LoginState.js";
|
|
3
|
-
import { AttachmentPicker as i, AudioCallPicker as r, ChatSetting as s, ContactInfo as n, ContactList as u, ContactListItem as T, ConversationActions as S, ConversationList as p, ConversationListContent as c, ConversationListHeader as m, ConversationPreview as v, ConversationPreviewUI as U, ConversationSearch as C, EmojiPicker as I, FilePicker as A, ImagePicker as L, Message as d, MessageAdvanced as l, MessageInput as R, MessageList as
|
|
4
|
-
import { AudioSetting as q, AudioSettingPanel as N, BarrageInput as j, BarrageList as K, CameraButton as W, CoGuestPanel as z, CoHostPanel as J, LiveAudienceList as X,
|
|
5
|
-
import { addI18n as
|
|
6
|
-
import { UserPicker as
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
3
|
+
import { AttachmentPicker as i, AudioCallPicker as r, ChatSetting as s, ContactInfo as n, ContactList as u, ContactListItem as T, ConversationActions as S, ConversationList as p, ConversationListContent as c, ConversationListHeader as m, ConversationPreview as v, ConversationPreviewUI as U, ConversationSearch as C, EmojiPicker as I, FilePicker as A, ImagePicker as L, Message as d, MessageAdvanced as l, MessageInput as R, MessageList as f, Search as y, SearchAdvanced as M, SearchBar as g, SearchResultItem as x, SearchResults as P, UserAdvanced as E, VideoCallPicker as V, VideoPicker as D, View as _, useC2CSettingState as G, useContactListState as O, useConversationListState as h, useGroupSettingState as k, useMessageActionState as B, useMessageActions as w, useMessageInputState as F, useMessageListState as H, useSearchState as Q } from "./chat/index.js";
|
|
4
|
+
import { AudioSetting as q, AudioSettingPanel as N, BarrageInput as j, BarrageList as K, CameraButton as W, CoGuestPanel as z, CoHostPanel as J, LiveAudienceList as X, LiveList as Y, LiveMonitorView as Z, LiveScenePanel as $, MicButton as ee, StreamMixer as te, StreamView as oe, VideoSetting as ae, VideoSettingPanel as ie, useBarrageListState as re, useCoGuestState as se, useCoHostState as ne, useDeviceState as ue, useLiveAudienceState as Te, useLiveMonitorState as Se, useLiveSeatState as pe, useLiveState as ce, useRoomEngine as me, useRoomState as ve, useUserState as Ue, useVideoMixerState as Ce } from "./rtc/index.js";
|
|
5
|
+
import { addI18n as Ae } from "./i18n/index.js";
|
|
6
|
+
import { UserPicker as de } from "./components/UserPicker/index.js";
|
|
7
|
+
import { LiveCoreView as Re, LiveView as fe } from "./components/LiveView/index.js";
|
|
8
|
+
import { useBattleState as Me } from "./states/BattleState.js";
|
|
9
|
+
import { QuoteTypeEnum as xe, TranslationStatusEnum as Pe, VoiceToTextStatusEnum as Ee } from "./types/message.js";
|
|
10
|
+
import { VariantType as De, defaultTypeLabels as _e } from "./types/search.js";
|
|
11
|
+
import { ConversationType as Oe, MessageType as he, SearchType as ke } from "./types/engine.js";
|
|
12
|
+
import { CreateConvTypes as we, GroupLabelTypes as Fe, GroupType as He, PageStateTypes as Qe, PlaceHolderTypes as be } from "./types/conversation.js";
|
|
13
|
+
import { ContactItemType as Ne, GroupApplicationType as je } from "./types/contact.js";
|
|
14
|
+
import { CallMediaType as We } from "./types/call.js";
|
|
15
|
+
import { GroupInviteType as Je, GroupMemberRole as Xe, GroupPermission as Ye } from "./states/GroupSettingState/types.js";
|
|
16
|
+
import { AudioOutput as $e, DeviceError as et, DevicePermission as tt, DeviceStatus as ot, DeviceStatusReason as at, DeviceType as it, MediaSettingDisplayMode as rt } from "./types/device.js";
|
|
17
|
+
import { BattleStatus as nt, ConnectionStatus as ut, RequestType as Tt, SeatStatus as St, StreamPlayStatus as pt, UserAction as ct, UserRoomStatus as mt } from "./types/user.js";
|
|
18
|
+
import { TRTCRole as Ut, TUIAudioQuality as Ct, TUIAudioRoute as It, TUICaptureSourceType as At, TUIChangeReason as Lt, TUIConferenceCancelReason as dt, TUIConferenceInvitationManagerEvents as lt, TUIConferenceListManagerEvents as Rt, TUIConferenceStatus as ft, TUIErrorCode as yt, TUIInvitationCode as Mt, TUIInvitationRejectedReason as gt, TUIInvitationStatus as xt, TUIKickedOutOfRoomReason as Pt, TUILiveLayoutManagerEvents as Et, TUILiveListManagerEvents as Vt, TUILiveModifyFlag as Dt, TUIMediaDevice as _t, TUIMediaDeviceState as Gt, TUIMediaDeviceType as Ot, TUINetworkQuality as ht, TUIRequestAction as kt, TUIRequestCallbackType as Bt, TUIResolutionMode as wt, TUIRole as Ft, TUIRoomDismissedReason as Ht, TUIRoomEvents as Qt, TUIRoomType as bt, TUISeatMode as qt, TUIVideoQuality as Nt, TUIVideoStreamType as jt } from "./types/types.js";
|
|
19
|
+
import { LiveOrientation as Wt, LiveStatus as zt, LiveType as Jt } from "./types/live.js";
|
|
20
|
+
import { StreamPlayMode as Yt, StreamPlayQuality as Zt } from "./types/stream.js";
|
|
21
|
+
import { LocalRoomStatus as eo, RoomAction as to } from "./types/room.js";
|
|
22
|
+
import { MonitorDeviceStatus as ao } from "./types/monitor.js";
|
|
23
|
+
import { CoGuestStatus as ro } from "./types/coGuest.js";
|
|
24
|
+
import { CoHostEvent as no, CoHostLayoutTemplate as uo, CoHostStatus as To } from "./types/coHost.js";
|
|
25
|
+
import { default as po } from "./components/Avatar/Avatar.js";
|
|
26
|
+
import { DEFAULT_GROUP_AVATAR_AVCHATROOM as mo, DEFAULT_GROUP_AVATAR_COMMON as vo, DEFAULT_GROUP_AVATAR_MEETING as Uo, DEFAULT_GROUP_AVATAR_PUBLIC as Co, DEFAULT_GROUP_AVATAR_WORK as Io, DEFAULT_USER_AVATAR as Ao } from "./components/Avatar/constants/avatar.js";
|
|
26
27
|
export {
|
|
27
28
|
i as AttachmentPicker,
|
|
28
29
|
r as AudioCallPicker,
|
|
29
|
-
|
|
30
|
+
$e as AudioOutput,
|
|
30
31
|
q as AudioSetting,
|
|
31
32
|
N as AudioSettingPanel,
|
|
32
|
-
|
|
33
|
+
po as Avatar,
|
|
33
34
|
j as BarrageInput,
|
|
34
35
|
K as BarrageList,
|
|
35
|
-
|
|
36
|
-
|
|
36
|
+
nt as BattleStatus,
|
|
37
|
+
We as CallMediaType,
|
|
37
38
|
W as CameraButton,
|
|
38
39
|
s as ChatSetting,
|
|
39
40
|
z as CoGuestPanel,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
ro as CoGuestStatus,
|
|
42
|
+
no as CoHostEvent,
|
|
43
|
+
uo as CoHostLayoutTemplate,
|
|
43
44
|
J as CoHostPanel,
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
To as CoHostStatus,
|
|
46
|
+
ut as ConnectionStatus,
|
|
46
47
|
n as ContactInfo,
|
|
47
|
-
|
|
48
|
+
Ne as ContactItemType,
|
|
48
49
|
u as ContactList,
|
|
49
50
|
T as ContactListItem,
|
|
50
51
|
S as ConversationActions,
|
|
@@ -54,128 +55,129 @@ export {
|
|
|
54
55
|
v as ConversationPreview,
|
|
55
56
|
U as ConversationPreviewUI,
|
|
56
57
|
C as ConversationSearch,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
58
|
+
Oe as ConversationType,
|
|
59
|
+
we as CreateConvTypes,
|
|
60
|
+
mo as DEFAULT_GROUP_AVATAR_AVCHATROOM,
|
|
61
|
+
vo as DEFAULT_GROUP_AVATAR_COMMON,
|
|
62
|
+
Uo as DEFAULT_GROUP_AVATAR_MEETING,
|
|
63
|
+
Co as DEFAULT_GROUP_AVATAR_PUBLIC,
|
|
64
|
+
Io as DEFAULT_GROUP_AVATAR_WORK,
|
|
65
|
+
Ao as DEFAULT_USER_AVATAR,
|
|
66
|
+
et as DeviceError,
|
|
67
|
+
tt as DevicePermission,
|
|
68
|
+
ot as DeviceStatus,
|
|
69
|
+
at as DeviceStatusReason,
|
|
70
|
+
it as DeviceType,
|
|
70
71
|
I as EmojiPicker,
|
|
71
72
|
A as FilePicker,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
73
|
+
je as GroupApplicationType,
|
|
74
|
+
Je as GroupInviteType,
|
|
75
|
+
Fe as GroupLabelTypes,
|
|
76
|
+
Xe as GroupMemberRole,
|
|
77
|
+
Ye as GroupPermission,
|
|
78
|
+
He as GroupType,
|
|
78
79
|
L as ImagePicker,
|
|
79
80
|
X as LiveAudienceList,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
81
|
+
Re as LiveCoreView,
|
|
82
|
+
Y as LiveList,
|
|
83
|
+
Z as LiveMonitorView,
|
|
84
|
+
Wt as LiveOrientation,
|
|
85
|
+
$ as LiveScenePanel,
|
|
86
|
+
zt as LiveStatus,
|
|
87
|
+
Jt as LiveType,
|
|
88
|
+
fe as LiveView,
|
|
89
|
+
eo as LocalRoomStatus,
|
|
90
|
+
rt as MediaSettingDisplayMode,
|
|
89
91
|
d as Message,
|
|
90
92
|
l as MessageAdvanced,
|
|
91
93
|
R as MessageInput,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
94
|
+
f as MessageList,
|
|
95
|
+
he as MessageType,
|
|
96
|
+
ee as MicButton,
|
|
97
|
+
ao as MonitorDeviceStatus,
|
|
98
|
+
Qe as PageStateTypes,
|
|
99
|
+
be as PlaceHolderTypes,
|
|
100
|
+
xe as QuoteTypeEnum,
|
|
101
|
+
Tt as RequestType,
|
|
102
|
+
to as RoomAction,
|
|
103
|
+
y as Search,
|
|
104
|
+
M as SearchAdvanced,
|
|
103
105
|
g as SearchBar,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
-
|
|
106
|
+
x as SearchResultItem,
|
|
107
|
+
P as SearchResults,
|
|
108
|
+
ke as SearchType,
|
|
109
|
+
St as SeatStatus,
|
|
110
|
+
te as StreamMixer,
|
|
111
|
+
Yt as StreamPlayMode,
|
|
112
|
+
Zt as StreamPlayQuality,
|
|
113
|
+
pt as StreamPlayStatus,
|
|
114
|
+
oe as StreamView,
|
|
115
|
+
Ut as TRTCRole,
|
|
116
|
+
Ct as TUIAudioQuality,
|
|
117
|
+
It as TUIAudioRoute,
|
|
118
|
+
At as TUICaptureSourceType,
|
|
119
|
+
Lt as TUIChangeReason,
|
|
120
|
+
dt as TUIConferenceCancelReason,
|
|
121
|
+
lt as TUIConferenceInvitationManagerEvents,
|
|
122
|
+
Rt as TUIConferenceListManagerEvents,
|
|
123
|
+
ft as TUIConferenceStatus,
|
|
124
|
+
yt as TUIErrorCode,
|
|
125
|
+
Mt as TUIInvitationCode,
|
|
126
|
+
gt as TUIInvitationRejectedReason,
|
|
127
|
+
xt as TUIInvitationStatus,
|
|
128
|
+
Pt as TUIKickedOutOfRoomReason,
|
|
129
|
+
Et as TUILiveLayoutManagerEvents,
|
|
130
|
+
Vt as TUILiveListManagerEvents,
|
|
131
|
+
Dt as TUILiveModifyFlag,
|
|
132
|
+
_t as TUIMediaDevice,
|
|
133
|
+
Gt as TUIMediaDeviceState,
|
|
134
|
+
Ot as TUIMediaDeviceType,
|
|
135
|
+
ht as TUINetworkQuality,
|
|
136
|
+
kt as TUIRequestAction,
|
|
137
|
+
Bt as TUIRequestCallbackType,
|
|
138
|
+
wt as TUIResolutionMode,
|
|
139
|
+
Ft as TUIRole,
|
|
140
|
+
Ht as TUIRoomDismissedReason,
|
|
141
|
+
Qt as TUIRoomEvents,
|
|
142
|
+
bt as TUIRoomType,
|
|
143
|
+
qt as TUISeatMode,
|
|
144
|
+
Nt as TUIVideoQuality,
|
|
145
|
+
jt as TUIVideoStreamType,
|
|
146
|
+
Pe as TranslationStatusEnum,
|
|
147
|
+
ct as UserAction,
|
|
146
148
|
E as UserAdvanced,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
de as UserPicker,
|
|
150
|
+
mt as UserRoomStatus,
|
|
151
|
+
De as VariantType,
|
|
150
152
|
V as VideoCallPicker,
|
|
151
153
|
D as VideoPicker,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
+
ae as VideoSetting,
|
|
155
|
+
ie as VideoSettingPanel,
|
|
154
156
|
_ as View,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
157
|
+
Ee as VoiceToTextStatusEnum,
|
|
158
|
+
Ae as addI18n,
|
|
159
|
+
_e as defaultTypeLabels,
|
|
160
|
+
re as useBarrageListState,
|
|
161
|
+
Me as useBattleState,
|
|
160
162
|
G as useC2CSettingState,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
+
se as useCoGuestState,
|
|
164
|
+
ne as useCoHostState,
|
|
163
165
|
O as useContactListState,
|
|
164
166
|
h as useConversationListState,
|
|
165
|
-
|
|
167
|
+
ue as useDeviceState,
|
|
166
168
|
k as useGroupSettingState,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
Te as useLiveAudienceState,
|
|
170
|
+
Se as useLiveMonitorState,
|
|
171
|
+
pe as useLiveSeatState,
|
|
172
|
+
ce as useLiveState,
|
|
171
173
|
o as useLoginState,
|
|
172
174
|
B as useMessageActionState,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
w as useMessageActions,
|
|
176
|
+
F as useMessageInputState,
|
|
177
|
+
H as useMessageListState,
|
|
178
|
+
me as useRoomEngine,
|
|
179
|
+
ve as useRoomState,
|
|
178
180
|
Q as useSearchState,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
+
Ue as useUserState,
|
|
182
|
+
Ce as useVideoMixerState
|
|
181
183
|
};
|
package/dist/rtc/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { LiveCoreView, LiveView } from '../components/LiveView';
|
|
1
2
|
import { useBarrageListState as BarrageListState } from '../states/BarrageListState';
|
|
2
3
|
import { useCoGuestState as CoGuestState } from '../states/CoGuestState';
|
|
3
4
|
import { useCoHostState as CoHostState } from '../states/CoHostState';
|
|
@@ -178,44 +179,6 @@ declare const BarrageInput: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
178
179
|
minHeight: string;
|
|
179
180
|
maxHeight: string;
|
|
180
181
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
181
|
-
declare const LiveCoreView: {
|
|
182
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
183
|
-
P: {};
|
|
184
|
-
B: {};
|
|
185
|
-
D: {};
|
|
186
|
-
C: {};
|
|
187
|
-
M: {};
|
|
188
|
-
Defaults: {};
|
|
189
|
-
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
190
|
-
__isFragment?: never;
|
|
191
|
-
__isTeleport?: never;
|
|
192
|
-
__isSuspense?: never;
|
|
193
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
194
|
-
$slots: {
|
|
195
|
-
streamViewUI?(_: {
|
|
196
|
-
userInfo: import('..').SeatUserInfo;
|
|
197
|
-
}): any;
|
|
198
|
-
localVideo?(_: {
|
|
199
|
-
style: {
|
|
200
|
-
position: "absolute";
|
|
201
|
-
left: string;
|
|
202
|
-
top: string;
|
|
203
|
-
width: string;
|
|
204
|
-
height: string;
|
|
205
|
-
transform: string;
|
|
206
|
-
zIndex: number;
|
|
207
|
-
} | {
|
|
208
|
-
position: "absolute";
|
|
209
|
-
left: string;
|
|
210
|
-
top: string;
|
|
211
|
-
width: string;
|
|
212
|
-
height: string;
|
|
213
|
-
zIndex: number;
|
|
214
|
-
transform?: undefined;
|
|
215
|
-
} | undefined;
|
|
216
|
-
}): any;
|
|
217
|
-
};
|
|
218
|
-
});
|
|
219
182
|
declare const StreamMixer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
220
183
|
declare const LiveScenePanel: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
221
184
|
declare const LiveAudienceList: {
|
|
@@ -573,4 +536,4 @@ declare const useLiveAudienceState: typeof LiveAudienceState;
|
|
|
573
536
|
declare const useRoomState: typeof RoomState;
|
|
574
537
|
declare const useVideoMixerState: typeof VideoMixerState;
|
|
575
538
|
declare const useRoomEngine: typeof RoomEngine;
|
|
576
|
-
export { BarrageList, BarrageInput, LiveCoreView, StreamMixer, LiveScenePanel, LiveAudienceList, CoGuestPanel, CoHostPanel, AudioSettingPanel, VideoSettingPanel, MicButton, CameraButton, LiveList, LiveMonitorView, StreamView, AudioSetting, VideoSetting, useRoomEngine, useLiveState, useRoomState, useUserState, useDeviceState, useVideoMixerState, useLiveSeatState, useCoGuestState, useCoHostState, useLiveAudienceState, useLiveMonitorState, useBarrageListState, useBattleState, };
|
|
539
|
+
export { BarrageList, BarrageInput, LiveCoreView, LiveView, StreamMixer, LiveScenePanel, LiveAudienceList, CoGuestPanel, CoHostPanel, AudioSettingPanel, VideoSettingPanel, MicButton, CameraButton, LiveList, LiveMonitorView, StreamView, AudioSetting, VideoSetting, useRoomEngine, useLiveState, useRoomState, useUserState, useDeviceState, useVideoMixerState, useLiveSeatState, useCoGuestState, useCoHostState, useLiveAudienceState, useLiveMonitorState, useBarrageListState, useBattleState, };
|
package/dist/rtc/index.js
CHANGED
|
@@ -6,61 +6,62 @@ import { CameraButton as s } from "../components/CameraButton/index.js";
|
|
|
6
6
|
import { CoGuestPanel as a } from "../components/CoGuestPanel/index.js";
|
|
7
7
|
import { CoHostPanel as r } from "../components/CoHostPanel/index.js";
|
|
8
8
|
import { LiveAudienceList as n } from "../components/LiveAudienceList/index.js";
|
|
9
|
-
import { LiveCoreView as
|
|
10
|
-
import { LiveList as
|
|
9
|
+
import { LiveCoreView as Ue, LiveView as Te } from "../components/LiveView/index.js";
|
|
10
|
+
import { LiveList as m } from "../components/LiveList/index.js";
|
|
11
11
|
import "../components/LiveMonitorView/index.js";
|
|
12
|
-
import { LiveScenePanel as
|
|
13
|
-
import { MicButton as
|
|
14
|
-
import { StreamMixer as
|
|
15
|
-
import { StreamView as
|
|
16
|
-
import { V as
|
|
17
|
-
import { VideoSettingPanel as
|
|
18
|
-
import { useCoGuestState as
|
|
12
|
+
import { LiveScenePanel as u } from "../components/LiveScenePanel/index.js";
|
|
13
|
+
import { MicButton as S } from "../components/MicButton/index.js";
|
|
14
|
+
import { StreamMixer as c } from "../components/StreamMixer/index.js";
|
|
15
|
+
import { StreamView as p } from "../components/StreamView/index.js";
|
|
16
|
+
import { V as L } from "../index-DTq2ybsB.js";
|
|
17
|
+
import { VideoSettingPanel as f } from "../components/VideoSettingPanel/index.js";
|
|
18
|
+
import { useCoGuestState as v } from "../states/CoGuestState.js";
|
|
19
19
|
import { useDeviceState as g } from "../states/DeviceState.js";
|
|
20
|
-
import { useLiveAudienceState as
|
|
21
|
-
import { useLiveMonitorState as
|
|
22
|
-
import { useLiveSeatState as
|
|
23
|
-
import { useLiveState as
|
|
24
|
-
import { useRoomState as
|
|
20
|
+
import { useLiveAudienceState as C } from "../states/LiveAudienceState.js";
|
|
21
|
+
import { useLiveMonitorState as $ } from "../states/LiveMonitorState/index.js";
|
|
22
|
+
import { useLiveSeatState as d } from "../states/LiveSeatState/index.js";
|
|
23
|
+
import { useLiveState as l } from "../states/LiveState/index.js";
|
|
24
|
+
import { useRoomState as B } from "../states/RoomState.js";
|
|
25
25
|
import { useUserState as P } from "../states/UserState/index.js";
|
|
26
|
-
import { useVideoMixerState as
|
|
26
|
+
import { useVideoMixerState as V } from "../states/VideoMixerState.js";
|
|
27
27
|
import { useBattleState as he } from "../states/BattleState.js";
|
|
28
|
-
import { useRoomEngine as
|
|
29
|
-
import
|
|
28
|
+
import { useRoomEngine as M } from "../hooks/useRoomEngine.js";
|
|
29
|
+
import A from "./server.js";
|
|
30
30
|
import x from "../components/LiveMonitorView/LiveMonitorView.js";
|
|
31
31
|
import { useCoHostState as R } from "../states/CoHostState/CoHostState.js";
|
|
32
32
|
import { useBarrageListState as _ } from "../states/BarrageListState/BarrageListState.js";
|
|
33
|
-
|
|
34
|
-
const
|
|
33
|
+
A.getInstance().init();
|
|
34
|
+
const ae = i, re = o, ne = c, me = u, ue = n, Se = a, ce = r, pe = t, Le = f, fe = S, ve = s, ge = m, Ce = x, $e = p, de = e, le = L, Be = _, Pe = $, Ve = d, Me = l, Ae = P, xe = v, Re = R, _e = g, we = C, Ge = B, He = V, Ie = M;
|
|
35
35
|
export {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
36
|
+
de as AudioSetting,
|
|
37
|
+
pe as AudioSettingPanel,
|
|
38
|
+
re as BarrageInput,
|
|
39
|
+
ae as BarrageList,
|
|
40
|
+
ve as CameraButton,
|
|
41
|
+
Se as CoGuestPanel,
|
|
42
|
+
ce as CoHostPanel,
|
|
43
|
+
ue as LiveAudienceList,
|
|
44
|
+
Ue as LiveCoreView,
|
|
45
|
+
ge as LiveList,
|
|
46
|
+
Ce as LiveMonitorView,
|
|
47
|
+
me as LiveScenePanel,
|
|
48
|
+
Te as LiveView,
|
|
49
|
+
fe as MicButton,
|
|
50
|
+
ne as StreamMixer,
|
|
51
|
+
$e as StreamView,
|
|
52
|
+
le as VideoSetting,
|
|
53
|
+
Le as VideoSettingPanel,
|
|
54
|
+
Be as useBarrageListState,
|
|
54
55
|
he as useBattleState,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
56
|
+
xe as useCoGuestState,
|
|
57
|
+
Re as useCoHostState,
|
|
58
|
+
_e as useDeviceState,
|
|
59
|
+
we as useLiveAudienceState,
|
|
60
|
+
Pe as useLiveMonitorState,
|
|
61
|
+
Ve as useLiveSeatState,
|
|
62
|
+
Me as useLiveState,
|
|
63
|
+
Ie as useRoomEngine,
|
|
64
|
+
Ge as useRoomState,
|
|
65
|
+
Ae as useUserState,
|
|
66
|
+
He as useVideoMixerState
|
|
66
67
|
};
|