@pepperdash/mobile-control-react-app-core 1.20.5 → 1.20.7
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/mobile-control-react-app-core.es.js +861 -801
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/store/appConfig/appConfig.hooks.d.ts +4 -109
- package/dist/store/appConfig/appConfig.hooks.d.ts.map +1 -1
- package/dist/store/appConfig/appConfig.selectors.d.ts +109 -4
- package/dist/store/appConfig/appConfig.selectors.d.ts.map +1 -1
- package/dist/store/devices/devices.hooks.d.ts +12 -55
- package/dist/store/devices/devices.hooks.d.ts.map +1 -1
- package/dist/store/devices/devices.selectors.d.ts +55 -12
- package/dist/store/devices/devices.selectors.d.ts.map +1 -1
- package/dist/store/index.d.ts +6 -1
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/rooms/rooms.hooks.d.ts +25 -541
- package/dist/store/rooms/rooms.hooks.d.ts.map +1 -1
- package/dist/store/rooms/rooms.selectors.d.ts +664 -25
- package/dist/store/rooms/rooms.selectors.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.hooks.d.ts +10 -269
- package/dist/store/runtimeConfig/runtime.hooks.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +269 -10
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/dist/store/ui/{uiSelectors.d.ts → ui.hooks.d.ts} +1 -1
- package/dist/store/ui/ui.hooks.d.ts.map +1 -0
- package/dist/store/ui/ui.selectors.d.ts +164 -0
- package/dist/store/ui/ui.selectors.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/store/ui/uiSelectors.d.ts.map +0 -1
|
@@ -1,35 +1,263 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var G = (e, t, n) =>
|
|
4
|
-
import
|
|
5
|
-
import { useDispatch as
|
|
6
|
-
import { createSelector as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { useNavigate as
|
|
10
|
-
const
|
|
11
|
-
|
|
1
|
+
var t2 = Object.defineProperty;
|
|
2
|
+
var s2 = (e, t, n) => t in e ? t2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
|
+
var G = (e, t, n) => s2(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
+
import n2, { AxiosError as o2 } from "axios";
|
|
5
|
+
import { useDispatch as c2, useSelector as r2, Provider as l2 } from "react-redux";
|
|
6
|
+
import { createSelector as w, createSlice as g1, combineReducers as i2, configureStore as a2 } from "@reduxjs/toolkit";
|
|
7
|
+
import w3, { createContext as u2, useState as H, useRef as v1, useCallback as a1, useEffect as o1, useContext as d2, useLayoutEffect as x3 } from "react";
|
|
8
|
+
import * as M3 from "lodash";
|
|
9
|
+
import { useNavigate as h2, useRouteError as v2, isRouteErrorResponse as g2 } from "react-router-dom";
|
|
10
|
+
const f2 = c2.withTypes(), p = r2.withTypes(), j1 = (e) => e.appConfig, p2 = w(
|
|
11
|
+
j1,
|
|
12
12
|
(e) => e.config
|
|
13
|
-
),
|
|
14
|
-
|
|
13
|
+
), w2 = w(
|
|
14
|
+
j1,
|
|
15
15
|
(e) => e.config.apiPath
|
|
16
|
-
),
|
|
17
|
-
|
|
16
|
+
), x2 = w(
|
|
17
|
+
j1,
|
|
18
18
|
(e) => e.config.logoPath
|
|
19
|
-
),
|
|
20
|
-
|
|
19
|
+
), M2 = w(
|
|
20
|
+
j1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
),
|
|
23
|
-
|
|
24
|
-
(e) => e
|
|
25
|
-
),
|
|
26
|
-
|
|
22
|
+
), m2 = () => p(p2), O6 = () => p(w2), V6 = () => p(x2), k6 = () => p(M2), m3 = (e) => e.devices, Z3 = w(
|
|
23
|
+
m3,
|
|
24
|
+
(e) => e
|
|
25
|
+
), Z2 = (e) => w(
|
|
26
|
+
m3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
),
|
|
28
|
+
), U6 = () => p(Z3);
|
|
29
29
|
function T(e) {
|
|
30
|
-
return p(
|
|
30
|
+
return p(Z2(e));
|
|
31
31
|
}
|
|
32
|
-
const
|
|
32
|
+
const L = (e) => e.rooms, j2 = (e) => w(
|
|
33
|
+
L,
|
|
34
|
+
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
+
), C2 = w(
|
|
36
|
+
L,
|
|
37
|
+
(e) => e
|
|
38
|
+
), S2 = (e) => w(
|
|
39
|
+
L,
|
|
40
|
+
(t) => t[e] ? t[e] : void 0
|
|
41
|
+
), b2 = (e) => w(
|
|
42
|
+
L,
|
|
43
|
+
(t) => t[e] ? t[e].name : void 0
|
|
44
|
+
), I2 = (e, t) => w(
|
|
45
|
+
L,
|
|
46
|
+
(n) => n[e] ? n[e].volumes[t] : void 0
|
|
47
|
+
), R2 = (e) => w(
|
|
48
|
+
L,
|
|
49
|
+
(t) => t[e] ? t[e] : void 0
|
|
50
|
+
), y2 = (e) => w(
|
|
51
|
+
L,
|
|
52
|
+
(t) => {
|
|
53
|
+
var n, c;
|
|
54
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.sourceList : void 0;
|
|
55
|
+
}
|
|
56
|
+
), E2 = (e) => w(
|
|
57
|
+
L,
|
|
58
|
+
(t) => {
|
|
59
|
+
var n, c;
|
|
60
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.audioControlPointList : void 0;
|
|
61
|
+
}
|
|
62
|
+
), _2 = (e) => w(
|
|
63
|
+
L,
|
|
64
|
+
(t) => {
|
|
65
|
+
var n, c;
|
|
66
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations : void 0;
|
|
67
|
+
}
|
|
68
|
+
), T2 = (e) => w(
|
|
69
|
+
L,
|
|
70
|
+
(t) => {
|
|
71
|
+
var n, c;
|
|
72
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList : void 0;
|
|
73
|
+
}
|
|
74
|
+
), P2 = (e) => w(
|
|
75
|
+
L,
|
|
76
|
+
(t) => {
|
|
77
|
+
var n, c;
|
|
78
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.environmentalDevices : void 0;
|
|
79
|
+
}
|
|
80
|
+
), L2 = (e) => w(
|
|
81
|
+
L,
|
|
82
|
+
(t) => {
|
|
83
|
+
var n, c, r, i, d, a, f, x;
|
|
84
|
+
return (c = (n = t[e]) == null ? void 0 : n.configuration) != null && c.destinationList.programAudio ? (d = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : d.sinkKey : ((x = (f = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : f.destinationList.defaultDisplay) == null ? void 0 : x.sinkKey) || "";
|
|
85
|
+
}
|
|
86
|
+
), D2 = (e) => w(
|
|
87
|
+
L,
|
|
88
|
+
(t) => {
|
|
89
|
+
var n, c, r;
|
|
90
|
+
return t[e] ? (r = (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
|
|
91
|
+
}
|
|
92
|
+
), $2 = (e) => w(
|
|
93
|
+
L,
|
|
94
|
+
(t) => {
|
|
95
|
+
var n;
|
|
96
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isInCall : void 0;
|
|
97
|
+
}
|
|
98
|
+
), A2 = (e) => w(
|
|
99
|
+
L,
|
|
100
|
+
(t) => {
|
|
101
|
+
var n;
|
|
102
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isWarmingUp : void 0;
|
|
103
|
+
}
|
|
104
|
+
), B2 = (e) => w(
|
|
105
|
+
L,
|
|
106
|
+
(t) => {
|
|
107
|
+
var n;
|
|
108
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isCoolingDown : void 0;
|
|
109
|
+
}
|
|
110
|
+
), O2 = (e) => w(
|
|
111
|
+
L,
|
|
112
|
+
(t) => {
|
|
113
|
+
var n;
|
|
114
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isOn : void 0;
|
|
115
|
+
}
|
|
116
|
+
), V2 = (e) => w(
|
|
117
|
+
L,
|
|
118
|
+
(t) => {
|
|
119
|
+
var n;
|
|
120
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.advancedSharingActive : void 0;
|
|
121
|
+
}
|
|
122
|
+
), k2 = (e) => w(
|
|
123
|
+
L,
|
|
124
|
+
(t) => {
|
|
125
|
+
var n;
|
|
126
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.share : void 0;
|
|
127
|
+
}
|
|
128
|
+
), U2 = (e) => w(
|
|
129
|
+
L,
|
|
130
|
+
(t) => {
|
|
131
|
+
var n, c;
|
|
132
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
|
|
133
|
+
}
|
|
134
|
+
), F2 = w(
|
|
135
|
+
[
|
|
136
|
+
(e, t) => t,
|
|
137
|
+
() => Z3,
|
|
138
|
+
(e, t) => {
|
|
139
|
+
var n, c;
|
|
140
|
+
return (c = (n = e.rooms[t]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations;
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
(e, t, n) => {
|
|
144
|
+
if (console.log("roomKey", e), console.log("devices", t), console.log("destinations", n), !n) return;
|
|
145
|
+
const c = Object.entries(n).filter(([i]) => i !== "programAudio" && i !== "codecContent").map(([, i]) => i);
|
|
146
|
+
return Object.values(t).filter((i) => Object.values(c).includes(i.key));
|
|
147
|
+
}
|
|
148
|
+
);
|
|
149
|
+
function F6(e) {
|
|
150
|
+
return p(
|
|
151
|
+
j2(e)
|
|
152
|
+
);
|
|
153
|
+
}
|
|
154
|
+
function W6() {
|
|
155
|
+
return p(C2);
|
|
156
|
+
}
|
|
157
|
+
function C1(e) {
|
|
158
|
+
return p(S2(e));
|
|
159
|
+
}
|
|
160
|
+
const H6 = C1, K6 = (e) => p(
|
|
161
|
+
b2(e)
|
|
162
|
+
), W2 = (e, t) => p(
|
|
163
|
+
I2(e, t)
|
|
164
|
+
), H2 = (e) => p(R2(e)) || void 0, G6 = (e) => p(y2(e)), q6 = (e) => p(E2(e)), Y6 = (e) => p(_2(e)), z6 = (e) => p(T2(e)), J6 = (e) => p(P2(e)), X6 = (e) => p(L2(e)), Q6 = (e) => p(D2(e)), N6 = (e) => p($2(e)), ee = (e) => p(A2(e)), te = (e) => p(B2(e)), se = (e) => p(O2(e)), ne = (e) => p(V2(e)), oe = (e) => p(k2(e)), ce = (e) => p((t) => F2(t, e)), re = (e) => p(U2(e)), J = (e) => e.runtimeConfig, K2 = w(
|
|
165
|
+
J,
|
|
166
|
+
(e) => e.websocket.isConnected
|
|
167
|
+
), G2 = w(
|
|
168
|
+
J,
|
|
169
|
+
(e) => e.currentRoomKey
|
|
170
|
+
), q2 = w(
|
|
171
|
+
J,
|
|
172
|
+
(e) => e.roomData.clientId
|
|
173
|
+
), Y2 = w(
|
|
174
|
+
J,
|
|
175
|
+
(e) => e.roomData.systemUuid
|
|
176
|
+
), z2 = w(
|
|
177
|
+
J,
|
|
178
|
+
(e) => e.roomData.userCode
|
|
179
|
+
), J2 = w(
|
|
180
|
+
J,
|
|
181
|
+
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
|
+
), X2 = w(
|
|
183
|
+
J,
|
|
184
|
+
(e) => {
|
|
185
|
+
var t;
|
|
186
|
+
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
187
|
+
}
|
|
188
|
+
), Q2 = w(
|
|
189
|
+
J,
|
|
190
|
+
(e) => e.touchpanelKey
|
|
191
|
+
), N2 = w(
|
|
192
|
+
J,
|
|
193
|
+
(e) => e.touchpanelKey !== ""
|
|
194
|
+
), e8 = () => p(K2), t8 = () => p(G2), s8 = () => p(q2), n8 = () => p(Y2), o8 = () => p(z2), c8 = () => p(J2), le = () => p(X2), ie = () => p(Q2), ae = () => p(N2), c1 = (e) => e.ui, U1 = (e) => w(
|
|
195
|
+
c1,
|
|
196
|
+
(t) => t.modalVisibility[e]
|
|
197
|
+
), r8 = (e) => w(
|
|
198
|
+
c1,
|
|
199
|
+
(t) => {
|
|
200
|
+
const n = t.popoverVisibility[e];
|
|
201
|
+
if (n)
|
|
202
|
+
return Object.keys(n).find((c) => n[c]);
|
|
203
|
+
}
|
|
204
|
+
), l8 = (e, t) => w(
|
|
205
|
+
c1,
|
|
206
|
+
(n) => {
|
|
207
|
+
var c;
|
|
208
|
+
return ((c = n.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
209
|
+
}
|
|
210
|
+
), i8 = w(
|
|
211
|
+
c1,
|
|
212
|
+
(e) => e.error
|
|
213
|
+
), a8 = w(
|
|
214
|
+
c1,
|
|
215
|
+
(e) => e.showReconnect
|
|
216
|
+
), u8 = w(
|
|
217
|
+
c1,
|
|
218
|
+
(e) => e.theme
|
|
219
|
+
), ue = () => p(U1("showShutdownModal")), de = () => p(U1("showIncomingCallModal")), he = (e) => p(U1(e)), ve = (e) => p(r8(e)), ge = (e, t) => p(l8(e, t)), d8 = () => p(i8), h8 = () => p(a8), fe = () => p(u8), v8 = {
|
|
220
|
+
showReconnect: !1,
|
|
221
|
+
error: "",
|
|
222
|
+
modalVisibility: {
|
|
223
|
+
showShutdownModal: !1,
|
|
224
|
+
showIncomingCallModal: !1
|
|
225
|
+
},
|
|
226
|
+
popoverVisibility: {}
|
|
227
|
+
}, j3 = g1({
|
|
228
|
+
name: "ui",
|
|
229
|
+
initialState: v8,
|
|
230
|
+
reducers: {
|
|
231
|
+
clearAllModals(e) {
|
|
232
|
+
Object.entries(e.modalVisibility).forEach(([t]) => {
|
|
233
|
+
e.modalVisibility[t] = !1;
|
|
234
|
+
});
|
|
235
|
+
},
|
|
236
|
+
setModalState(e, t) {
|
|
237
|
+
e.modalVisibility[t.payload.modalType] = t.payload.value;
|
|
238
|
+
},
|
|
239
|
+
setShowShutdownModal(e, t) {
|
|
240
|
+
e.modalVisibility.showShutdownModal = t.payload;
|
|
241
|
+
},
|
|
242
|
+
setIncomingCallModal(e, t) {
|
|
243
|
+
e.modalVisibility.showIncomingCallModal = t.payload;
|
|
244
|
+
},
|
|
245
|
+
setPopoverState(e, t) {
|
|
246
|
+
e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(e.popoverVisibility[t.payload.popoverGroup]).forEach(([n]) => {
|
|
247
|
+
e.popoverVisibility[t.payload.popoverGroup][n] = !1;
|
|
248
|
+
}), e.popoverVisibility[t.payload.popoverGroup][t.payload.popoverId] = t.payload.value;
|
|
249
|
+
},
|
|
250
|
+
setErrorMessage(e, t) {
|
|
251
|
+
e.error = t.payload;
|
|
252
|
+
},
|
|
253
|
+
setShowReconnect(e, t) {
|
|
254
|
+
e.showReconnect = t.payload;
|
|
255
|
+
},
|
|
256
|
+
setTheme(e, t) {
|
|
257
|
+
e.theme = t.payload;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}), z = j3.actions, g8 = j3.reducer, f8 = {
|
|
33
261
|
config: {
|
|
34
262
|
enableDev: !1,
|
|
35
263
|
apiPath: "",
|
|
@@ -39,49 +267,49 @@ const Z2 = {
|
|
|
39
267
|
loginMode: "",
|
|
40
268
|
modes: {}
|
|
41
269
|
}
|
|
42
|
-
},
|
|
270
|
+
}, C3 = g1({
|
|
43
271
|
name: "appConfig",
|
|
44
|
-
initialState:
|
|
272
|
+
initialState: f8,
|
|
45
273
|
reducers: {
|
|
46
274
|
setAppConfig(e, t) {
|
|
47
275
|
e.config = t.payload;
|
|
48
276
|
}
|
|
49
277
|
}
|
|
50
|
-
}),
|
|
278
|
+
}), p8 = C3.actions, w8 = C3.reducer, d3 = {}, B1 = g1({
|
|
51
279
|
name: "devices",
|
|
52
|
-
initialState:
|
|
280
|
+
initialState: d3,
|
|
53
281
|
reducers: {
|
|
54
282
|
setDeviceState(e, t) {
|
|
55
283
|
const n = t.payload.type, c = n.slice(n.lastIndexOf("/") + 1);
|
|
56
284
|
if (!c) return;
|
|
57
|
-
const r = t.payload.content, i = e[c] ?? {}, d =
|
|
285
|
+
const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
|
|
58
286
|
e[c] = d;
|
|
59
287
|
},
|
|
60
288
|
clearDevices() {
|
|
61
|
-
return
|
|
289
|
+
return d3;
|
|
62
290
|
}
|
|
63
291
|
}
|
|
64
292
|
}), s1 = {
|
|
65
|
-
setDeviceState:
|
|
66
|
-
clearDevices:
|
|
67
|
-
},
|
|
293
|
+
setDeviceState: B1.actions.setDeviceState,
|
|
294
|
+
clearDevices: B1.actions.clearDevices
|
|
295
|
+
}, x8 = B1.reducer, h3 = {}, O1 = g1({
|
|
68
296
|
name: "rooms",
|
|
69
|
-
initialState:
|
|
297
|
+
initialState: h3,
|
|
70
298
|
reducers: {
|
|
71
299
|
setRoomState(e, t) {
|
|
72
300
|
const n = t.payload.type, c = n.slice(n.lastIndexOf("/") + 1);
|
|
73
301
|
if (!c) return;
|
|
74
|
-
const r = t.payload.content, i = e[c] ?? {}, d =
|
|
302
|
+
const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
|
|
75
303
|
e[c] = d;
|
|
76
304
|
},
|
|
77
305
|
clearRooms() {
|
|
78
|
-
return
|
|
306
|
+
return h3;
|
|
79
307
|
}
|
|
80
308
|
}
|
|
81
309
|
}), n1 = {
|
|
82
|
-
setRoomState:
|
|
83
|
-
clearRooms:
|
|
84
|
-
},
|
|
310
|
+
setRoomState: O1.actions.setRoomState,
|
|
311
|
+
clearRooms: O1.actions.clearRooms
|
|
312
|
+
}, M8 = O1.reducer, m8 = {
|
|
85
313
|
apiVersion: "",
|
|
86
314
|
serverIsRunningOnProcessorHardware: !1,
|
|
87
315
|
websocket: {
|
|
@@ -111,9 +339,9 @@ const Z2 = {
|
|
|
111
339
|
userCode: "",
|
|
112
340
|
qrUrl: ""
|
|
113
341
|
}
|
|
114
|
-
},
|
|
342
|
+
}, S3 = g1({
|
|
115
343
|
name: "runtimeConfig",
|
|
116
|
-
initialState:
|
|
344
|
+
initialState: m8,
|
|
117
345
|
reducers: {
|
|
118
346
|
setRuntimeConfig(e, t) {
|
|
119
347
|
e.apiVersion = t.payload.apiVersion, e.serverIsRunningOnProcessorHardware = t.payload.serverIsRunningOnProcessorHardware;
|
|
@@ -140,236 +368,26 @@ const Z2 = {
|
|
|
140
368
|
e.touchpanelKey = t.payload;
|
|
141
369
|
}
|
|
142
370
|
}
|
|
143
|
-
}), W =
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
},
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
reducers: {
|
|
155
|
-
clearAllModals(e) {
|
|
156
|
-
Object.entries(e.modalVisibility).forEach(([t]) => {
|
|
157
|
-
e.modalVisibility[t] = !1;
|
|
158
|
-
});
|
|
159
|
-
},
|
|
160
|
-
setModalState(e, t) {
|
|
161
|
-
e.modalVisibility[t.payload.modalType] = t.payload.value;
|
|
162
|
-
},
|
|
163
|
-
setShowShutdownModal(e, t) {
|
|
164
|
-
e.modalVisibility.showShutdownModal = t.payload;
|
|
165
|
-
},
|
|
166
|
-
setIncomingCallModal(e, t) {
|
|
167
|
-
e.modalVisibility.showIncomingCallModal = t.payload;
|
|
168
|
-
},
|
|
169
|
-
setPopoverState(e, t) {
|
|
170
|
-
e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(e.popoverVisibility[t.payload.popoverGroup]).forEach(([n]) => {
|
|
171
|
-
e.popoverVisibility[t.payload.popoverGroup][n] = !1;
|
|
172
|
-
}), e.popoverVisibility[t.payload.popoverGroup][t.payload.popoverId] = t.payload.value;
|
|
173
|
-
},
|
|
174
|
-
setErrorMessage(e, t) {
|
|
175
|
-
e.error = t.payload;
|
|
176
|
-
},
|
|
177
|
-
setShowReconnect(e, t) {
|
|
178
|
-
e.showReconnect = t.payload;
|
|
179
|
-
},
|
|
180
|
-
setTheme(e, t) {
|
|
181
|
-
e.theme = t.payload;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}), z = Z3.actions, E2 = Z3.reducer, _2 = c2({
|
|
185
|
-
appConfig: C2,
|
|
186
|
-
runtimeConfig: R2,
|
|
187
|
-
rooms: b2,
|
|
188
|
-
devices: S2,
|
|
189
|
-
ui: E2
|
|
190
|
-
}), Z = r2({
|
|
191
|
-
reducer: _2
|
|
192
|
-
}), P = (e) => e.rooms, T2 = (e) => M(
|
|
193
|
-
P,
|
|
194
|
-
(t) => t[e] ? t[e].configuration : void 0
|
|
195
|
-
), L2 = M(
|
|
196
|
-
P,
|
|
197
|
-
(e) => e.rooms
|
|
198
|
-
), P2 = (e) => M(
|
|
199
|
-
P,
|
|
200
|
-
(t) => t[e] ? t[e] : void 0
|
|
201
|
-
), D2 = (e) => M(
|
|
202
|
-
P,
|
|
203
|
-
(t) => t[e] ? t[e].name : void 0
|
|
204
|
-
), $2 = (e, t) => M(
|
|
205
|
-
P,
|
|
206
|
-
(n) => n[e] ? n[e].volumes[t] : void 0
|
|
207
|
-
), A2 = (e) => M(
|
|
208
|
-
P,
|
|
209
|
-
(t) => t[e] ? t[e] : void 0
|
|
210
|
-
), B2 = (e) => M(
|
|
211
|
-
P,
|
|
212
|
-
(t) => {
|
|
213
|
-
var n, c;
|
|
214
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.sourceList : void 0;
|
|
215
|
-
}
|
|
216
|
-
), O2 = (e) => M(
|
|
217
|
-
P,
|
|
218
|
-
(t) => {
|
|
219
|
-
var n, c;
|
|
220
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.audioControlPointList : void 0;
|
|
221
|
-
}
|
|
222
|
-
), V2 = (e) => M(
|
|
223
|
-
P,
|
|
224
|
-
(t) => {
|
|
225
|
-
var n, c;
|
|
226
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations : void 0;
|
|
227
|
-
}
|
|
228
|
-
), k2 = (e) => M(
|
|
229
|
-
P,
|
|
230
|
-
(t) => {
|
|
231
|
-
var n, c;
|
|
232
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList : void 0;
|
|
233
|
-
}
|
|
234
|
-
), U2 = (e) => M(
|
|
235
|
-
P,
|
|
236
|
-
(t) => {
|
|
237
|
-
var n, c;
|
|
238
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.environmentalDevices : void 0;
|
|
239
|
-
}
|
|
240
|
-
), F2 = (e) => M(
|
|
241
|
-
P,
|
|
242
|
-
(t) => {
|
|
243
|
-
var n, c, r, i, d, a, f, w;
|
|
244
|
-
return (c = (n = t[e]) == null ? void 0 : n.configuration) != null && c.destinationList.programAudio ? (d = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : d.sinkKey : ((w = (f = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : f.destinationList.defaultDisplay) == null ? void 0 : w.sinkKey) || "";
|
|
245
|
-
}
|
|
246
|
-
), W2 = (e) => M(
|
|
247
|
-
P,
|
|
248
|
-
(t) => {
|
|
249
|
-
var n, c, r;
|
|
250
|
-
return t[e] ? (r = (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
|
|
251
|
-
}
|
|
252
|
-
), H2 = (e) => M(
|
|
253
|
-
P,
|
|
254
|
-
(t) => {
|
|
255
|
-
var n;
|
|
256
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isInCall : void 0;
|
|
257
|
-
}
|
|
258
|
-
), K2 = (e) => M(
|
|
259
|
-
P,
|
|
260
|
-
(t) => {
|
|
261
|
-
var n;
|
|
262
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isWarmingUp : void 0;
|
|
263
|
-
}
|
|
264
|
-
), G2 = (e) => M(
|
|
265
|
-
P,
|
|
266
|
-
(t) => {
|
|
267
|
-
var n;
|
|
268
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isCoolingDown : void 0;
|
|
269
|
-
}
|
|
270
|
-
), q2 = (e) => M(
|
|
271
|
-
P,
|
|
272
|
-
(t) => {
|
|
273
|
-
var n;
|
|
274
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isOn : void 0;
|
|
275
|
-
}
|
|
276
|
-
), Y2 = (e) => M(
|
|
277
|
-
P,
|
|
278
|
-
(t) => {
|
|
279
|
-
var n;
|
|
280
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.advancedSharingActive : void 0;
|
|
281
|
-
}
|
|
282
|
-
), z2 = (e) => M(
|
|
283
|
-
P,
|
|
284
|
-
(t) => {
|
|
285
|
-
var n;
|
|
286
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.share : void 0;
|
|
287
|
-
}
|
|
288
|
-
), J2 = (e) => M(
|
|
289
|
-
P,
|
|
290
|
-
(t) => {
|
|
291
|
-
var n, c;
|
|
292
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
|
|
293
|
-
}
|
|
294
|
-
);
|
|
295
|
-
function D6(e) {
|
|
296
|
-
return p(
|
|
297
|
-
T2(e)
|
|
298
|
-
);
|
|
299
|
-
}
|
|
300
|
-
function $6() {
|
|
301
|
-
return p(L2);
|
|
302
|
-
}
|
|
303
|
-
function j1(e) {
|
|
304
|
-
return p(P2(e));
|
|
305
|
-
}
|
|
306
|
-
const A6 = j1, B6 = (e) => p(
|
|
307
|
-
D2(e)
|
|
308
|
-
), X2 = (e, t) => p(
|
|
309
|
-
$2(e, t)
|
|
310
|
-
), Q2 = (e) => p(A2(e)) || void 0, O6 = (e) => p(B2(e)), V6 = (e) => p(O2(e)), k6 = (e) => p(V2(e)), U6 = (e) => p(k2(e)), F6 = (e) => p(U2(e)), W6 = (e) => p(F2(e)), H6 = (e) => p(W2(e)), K6 = (e) => p(H2(e)), G6 = (e) => p(K2(e)), q6 = (e) => p(G2(e)), Y6 = (e) => p(q2(e)), z6 = (e) => p(Y2(e)), J6 = (e) => p(z2(e)), X6 = (e) => M(
|
|
311
|
-
[
|
|
312
|
-
(t, n) => n,
|
|
313
|
-
m2,
|
|
314
|
-
(t) => {
|
|
315
|
-
var n, c;
|
|
316
|
-
return (c = (n = t.rooms[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations;
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
(t, n, c) => {
|
|
320
|
-
if (console.log("roomKey", t), console.log("devices", n), console.log("destinations", c), !c) return;
|
|
321
|
-
const r = Object.entries(c).filter(([d]) => d !== "programAudio" && d !== "codecContent").map(([, d]) => d);
|
|
322
|
-
return Object.values(n).filter((d) => Object.values(r).includes(d.key));
|
|
323
|
-
}
|
|
324
|
-
)(Z.getState(), e), Q6 = (e) => p(J2(e)), J = (e) => e.runtimeConfig, N2 = M(
|
|
325
|
-
J,
|
|
326
|
-
(e) => e.websocket.isConnected
|
|
327
|
-
), e8 = M(
|
|
328
|
-
J,
|
|
329
|
-
(e) => e.currentRoomKey
|
|
330
|
-
), t8 = M(
|
|
331
|
-
J,
|
|
332
|
-
(e) => e.roomData.clientId
|
|
333
|
-
), s8 = M(
|
|
334
|
-
J,
|
|
335
|
-
(e) => e.roomData.systemUuid
|
|
336
|
-
), n8 = M(
|
|
337
|
-
J,
|
|
338
|
-
(e) => e.roomData.userCode
|
|
339
|
-
), o8 = M(
|
|
340
|
-
J,
|
|
341
|
-
(e) => e.serverIsRunningOnProcessorHardware
|
|
342
|
-
), c8 = M(
|
|
343
|
-
J,
|
|
344
|
-
(e) => {
|
|
345
|
-
var t;
|
|
346
|
-
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
347
|
-
}
|
|
348
|
-
), r8 = M(
|
|
349
|
-
J,
|
|
350
|
-
(e) => e.touchpanelKey
|
|
351
|
-
), l8 = M(
|
|
352
|
-
J,
|
|
353
|
-
(e) => e.touchpanelKey !== ""
|
|
354
|
-
), i8 = () => p(N2), a8 = () => p(e8), u8 = () => p(t8), d8 = () => p(s8), h8 = () => p(n8), v8 = () => p(o8), N6 = () => p(c8), ee = () => p(r8), te = () => p(l8), se = () => p((e) => e.ui.modalVisibility.showShutdownModal), ne = () => p((e) => e.ui.modalVisibility.showIncomingCallModal), oe = (e) => p((t) => t.ui.modalVisibility[e]), ce = (e) => p((t) => {
|
|
355
|
-
const n = t.ui.popoverVisibility[e];
|
|
356
|
-
if (n)
|
|
357
|
-
return Object.keys(n).find((c) => n[c]);
|
|
358
|
-
}), re = (e, t) => p((n) => {
|
|
359
|
-
var c;
|
|
360
|
-
return (c = n.ui.popoverVisibility[e]) == null ? void 0 : c[t];
|
|
361
|
-
}), g8 = () => p((e) => e.ui.error), f8 = () => p((e) => e.ui.showReconnect), le = () => p((e) => e.ui.theme), O1 = e2.create();
|
|
362
|
-
function p8() {
|
|
363
|
-
const e = h2();
|
|
371
|
+
}), W = S3.actions, Z8 = S3.reducer, j8 = i2({
|
|
372
|
+
appConfig: w8,
|
|
373
|
+
runtimeConfig: Z8,
|
|
374
|
+
rooms: M8,
|
|
375
|
+
devices: x8,
|
|
376
|
+
ui: g8
|
|
377
|
+
}), Z = a2({
|
|
378
|
+
reducer: j8
|
|
379
|
+
}), V1 = n2.create();
|
|
380
|
+
function C8() {
|
|
381
|
+
const e = f2();
|
|
364
382
|
return async () => {
|
|
365
383
|
try {
|
|
366
384
|
const t = location.pathname.split("/").filter((r) => r.length > 0);
|
|
367
385
|
t.length >= 5 ? t.length = 5 : t.length = 2;
|
|
368
|
-
const n = `/${t.join("/")}`, c = await
|
|
386
|
+
const n = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: n });
|
|
369
387
|
if (c.status == 200 && c.data) {
|
|
370
388
|
const r = c.data.apiPath;
|
|
371
|
-
e(
|
|
372
|
-
const i = await
|
|
389
|
+
e(p8.setAppConfig(c.data));
|
|
390
|
+
const i = await V1.get(`${r}/version`);
|
|
373
391
|
i.status == 200 && i.data && e(W.setRuntimeConfig(i.data));
|
|
374
392
|
}
|
|
375
393
|
} catch (t) {
|
|
@@ -378,7 +396,7 @@ function p8() {
|
|
|
378
396
|
return !0;
|
|
379
397
|
};
|
|
380
398
|
}
|
|
381
|
-
var
|
|
399
|
+
var m1 = { exports: {} }, u1 = {};
|
|
382
400
|
/**
|
|
383
401
|
* @license React
|
|
384
402
|
* react-jsx-runtime.production.min.js
|
|
@@ -388,21 +406,21 @@ var M1 = { exports: {} }, a1 = {};
|
|
|
388
406
|
* This source code is licensed under the MIT license found in the
|
|
389
407
|
* LICENSE file in the root directory of this source tree.
|
|
390
408
|
*/
|
|
391
|
-
var
|
|
392
|
-
function
|
|
393
|
-
if (
|
|
394
|
-
|
|
395
|
-
var e =
|
|
396
|
-
function d(a, f,
|
|
409
|
+
var v3;
|
|
410
|
+
function S8() {
|
|
411
|
+
if (v3) return u1;
|
|
412
|
+
v3 = 1;
|
|
413
|
+
var e = w3, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
414
|
+
function d(a, f, x) {
|
|
397
415
|
var h, R = {}, A = null, F = null;
|
|
398
|
-
|
|
416
|
+
x !== void 0 && (A = "" + x), f.key !== void 0 && (A = "" + f.key), f.ref !== void 0 && (F = f.ref);
|
|
399
417
|
for (h in f) c.call(f, h) && !i.hasOwnProperty(h) && (R[h] = f[h]);
|
|
400
418
|
if (a && a.defaultProps) for (h in f = a.defaultProps, f) R[h] === void 0 && (R[h] = f[h]);
|
|
401
419
|
return { $$typeof: t, type: a, key: A, ref: F, props: R, _owner: r.current };
|
|
402
420
|
}
|
|
403
|
-
return
|
|
421
|
+
return u1.Fragment = n, u1.jsx = d, u1.jsxs = d, u1;
|
|
404
422
|
}
|
|
405
|
-
var
|
|
423
|
+
var d1 = {};
|
|
406
424
|
/**
|
|
407
425
|
* @license React
|
|
408
426
|
* react-jsx-runtime.development.js
|
|
@@ -412,11 +430,11 @@ var u1 = {};
|
|
|
412
430
|
* This source code is licensed under the MIT license found in the
|
|
413
431
|
* LICENSE file in the root directory of this source tree.
|
|
414
432
|
*/
|
|
415
|
-
var
|
|
416
|
-
function
|
|
417
|
-
return
|
|
418
|
-
var e =
|
|
419
|
-
function
|
|
433
|
+
var g3;
|
|
434
|
+
function b8() {
|
|
435
|
+
return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
436
|
+
var e = w3, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), a = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), k = Symbol.iterator, Q = "@@iterator";
|
|
437
|
+
function r1(o) {
|
|
420
438
|
if (o === null || typeof o != "object")
|
|
421
439
|
return null;
|
|
422
440
|
var l = k && o[k] || o[Q];
|
|
@@ -427,10 +445,10 @@ function x8() {
|
|
|
427
445
|
{
|
|
428
446
|
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), v = 1; v < l; v++)
|
|
429
447
|
u[v - 1] = arguments[v];
|
|
430
|
-
|
|
448
|
+
S1("error", o, u);
|
|
431
449
|
}
|
|
432
450
|
}
|
|
433
|
-
function
|
|
451
|
+
function S1(o, l, u) {
|
|
434
452
|
{
|
|
435
453
|
var v = D.ReactDebugCurrentFrame, S = v.getStackAddendum();
|
|
436
454
|
S !== "" && (l += "%s", u = u.concat([S]));
|
|
@@ -440,10 +458,10 @@ function x8() {
|
|
|
440
458
|
I.unshift("Warning: " + l), Function.prototype.apply.call(console[o], console, I);
|
|
441
459
|
}
|
|
442
460
|
}
|
|
443
|
-
var
|
|
461
|
+
var b1 = !1, y = !1, C = !1, f1 = !1, I1 = !1, q;
|
|
444
462
|
q = Symbol.for("react.module.reference");
|
|
445
463
|
function O(o) {
|
|
446
|
-
return !!(typeof o == "string" || typeof o == "function" || o === c || o === i ||
|
|
464
|
+
return !!(typeof o == "string" || typeof o == "function" || o === c || o === i || I1 || o === r || o === x || o === h || f1 || o === F || b1 || y || C || typeof o == "object" && o !== null && (o.$$typeof === A || o.$$typeof === R || o.$$typeof === d || o.$$typeof === a || o.$$typeof === f || // This needs to include all possible module reference object
|
|
447
465
|
// types supported by any Flight configuration anywhere since
|
|
448
466
|
// we don't know which Flight build this will end up being used
|
|
449
467
|
// with.
|
|
@@ -475,7 +493,7 @@ function x8() {
|
|
|
475
493
|
return "Profiler";
|
|
476
494
|
case r:
|
|
477
495
|
return "StrictMode";
|
|
478
|
-
case
|
|
496
|
+
case x:
|
|
479
497
|
return "Suspense";
|
|
480
498
|
case h:
|
|
481
499
|
return "SuspenseList";
|
|
@@ -504,18 +522,18 @@ function x8() {
|
|
|
504
522
|
}
|
|
505
523
|
return null;
|
|
506
524
|
}
|
|
507
|
-
var Y = Object.assign,
|
|
508
|
-
function
|
|
525
|
+
var Y = Object.assign, l1 = 0, F1, W1, H1, K1, G1, q1, Y1;
|
|
526
|
+
function z1() {
|
|
509
527
|
}
|
|
510
|
-
|
|
511
|
-
function
|
|
528
|
+
z1.__reactDisabledLog = !0;
|
|
529
|
+
function y3() {
|
|
512
530
|
{
|
|
513
|
-
if (
|
|
514
|
-
|
|
531
|
+
if (l1 === 0) {
|
|
532
|
+
F1 = console.log, W1 = console.info, H1 = console.warn, K1 = console.error, G1 = console.group, q1 = console.groupCollapsed, Y1 = console.groupEnd;
|
|
515
533
|
var o = {
|
|
516
534
|
configurable: !0,
|
|
517
535
|
enumerable: !0,
|
|
518
|
-
value:
|
|
536
|
+
value: z1,
|
|
519
537
|
writable: !0
|
|
520
538
|
};
|
|
521
539
|
Object.defineProperties(console, {
|
|
@@ -528,12 +546,12 @@ function x8() {
|
|
|
528
546
|
groupEnd: o
|
|
529
547
|
});
|
|
530
548
|
}
|
|
531
|
-
|
|
549
|
+
l1++;
|
|
532
550
|
}
|
|
533
551
|
}
|
|
534
|
-
function
|
|
552
|
+
function E3() {
|
|
535
553
|
{
|
|
536
|
-
if (
|
|
554
|
+
if (l1--, l1 === 0) {
|
|
537
555
|
var o = {
|
|
538
556
|
configurable: !0,
|
|
539
557
|
enumerable: !0,
|
|
@@ -541,64 +559,64 @@ function x8() {
|
|
|
541
559
|
};
|
|
542
560
|
Object.defineProperties(console, {
|
|
543
561
|
log: Y({}, o, {
|
|
544
|
-
value:
|
|
562
|
+
value: F1
|
|
545
563
|
}),
|
|
546
564
|
info: Y({}, o, {
|
|
547
|
-
value:
|
|
565
|
+
value: W1
|
|
548
566
|
}),
|
|
549
567
|
warn: Y({}, o, {
|
|
550
|
-
value:
|
|
568
|
+
value: H1
|
|
551
569
|
}),
|
|
552
570
|
error: Y({}, o, {
|
|
553
|
-
value:
|
|
571
|
+
value: K1
|
|
554
572
|
}),
|
|
555
573
|
group: Y({}, o, {
|
|
556
|
-
value:
|
|
574
|
+
value: G1
|
|
557
575
|
}),
|
|
558
576
|
groupCollapsed: Y({}, o, {
|
|
559
|
-
value:
|
|
577
|
+
value: q1
|
|
560
578
|
}),
|
|
561
579
|
groupEnd: Y({}, o, {
|
|
562
|
-
value:
|
|
580
|
+
value: Y1
|
|
563
581
|
})
|
|
564
582
|
});
|
|
565
583
|
}
|
|
566
|
-
|
|
584
|
+
l1 < 0 && $("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
567
585
|
}
|
|
568
586
|
}
|
|
569
|
-
var
|
|
570
|
-
function
|
|
587
|
+
var R1 = D.ReactCurrentDispatcher, y1;
|
|
588
|
+
function p1(o, l, u) {
|
|
571
589
|
{
|
|
572
|
-
if (
|
|
590
|
+
if (y1 === void 0)
|
|
573
591
|
try {
|
|
574
592
|
throw Error();
|
|
575
593
|
} catch (S) {
|
|
576
594
|
var v = S.stack.trim().match(/\n( *(at )?)/);
|
|
577
|
-
|
|
595
|
+
y1 = v && v[1] || "";
|
|
578
596
|
}
|
|
579
597
|
return `
|
|
580
|
-
` +
|
|
598
|
+
` + y1 + o;
|
|
581
599
|
}
|
|
582
600
|
}
|
|
583
|
-
var
|
|
601
|
+
var E1 = !1, w1;
|
|
584
602
|
{
|
|
585
|
-
var
|
|
586
|
-
|
|
603
|
+
var _3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
604
|
+
w1 = new _3();
|
|
587
605
|
}
|
|
588
|
-
function
|
|
589
|
-
if (!o ||
|
|
606
|
+
function J1(o, l) {
|
|
607
|
+
if (!o || E1)
|
|
590
608
|
return "";
|
|
591
609
|
{
|
|
592
|
-
var u =
|
|
610
|
+
var u = w1.get(o);
|
|
593
611
|
if (u !== void 0)
|
|
594
612
|
return u;
|
|
595
613
|
}
|
|
596
614
|
var v;
|
|
597
|
-
|
|
615
|
+
E1 = !0;
|
|
598
616
|
var S = Error.prepareStackTrace;
|
|
599
617
|
Error.prepareStackTrace = void 0;
|
|
600
618
|
var I;
|
|
601
|
-
I =
|
|
619
|
+
I = R1.current, R1.current = null, y3();
|
|
602
620
|
try {
|
|
603
621
|
if (l) {
|
|
604
622
|
var m = function() {
|
|
@@ -633,145 +651,145 @@ function x8() {
|
|
|
633
651
|
}
|
|
634
652
|
} catch (V) {
|
|
635
653
|
if (V && v && typeof V.stack == "string") {
|
|
636
|
-
for (var
|
|
654
|
+
for (var M = V.stack.split(`
|
|
637
655
|
`), B = v.stack.split(`
|
|
638
|
-
`), _ =
|
|
639
|
-
|
|
640
|
-
for (; _ >= 1 &&
|
|
641
|
-
if (
|
|
642
|
-
if (_ !== 1 ||
|
|
656
|
+
`), _ = M.length - 1, P = B.length - 1; _ >= 1 && P >= 0 && M[_] !== B[P]; )
|
|
657
|
+
P--;
|
|
658
|
+
for (; _ >= 1 && P >= 0; _--, P--)
|
|
659
|
+
if (M[_] !== B[P]) {
|
|
660
|
+
if (_ !== 1 || P !== 1)
|
|
643
661
|
do
|
|
644
|
-
if (_--,
|
|
662
|
+
if (_--, P--, P < 0 || M[_] !== B[P]) {
|
|
645
663
|
var U = `
|
|
646
|
-
` +
|
|
647
|
-
return o.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", o.displayName)), typeof o == "function" &&
|
|
664
|
+
` + M[_].replace(" at new ", " at ");
|
|
665
|
+
return o.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", o.displayName)), typeof o == "function" && w1.set(o, U), U;
|
|
648
666
|
}
|
|
649
|
-
while (_ >= 1 &&
|
|
667
|
+
while (_ >= 1 && P >= 0);
|
|
650
668
|
break;
|
|
651
669
|
}
|
|
652
670
|
}
|
|
653
671
|
} finally {
|
|
654
|
-
|
|
672
|
+
E1 = !1, R1.current = I, E3(), Error.prepareStackTrace = S;
|
|
655
673
|
}
|
|
656
|
-
var t1 = o ? o.displayName || o.name : "", X = t1 ?
|
|
657
|
-
return typeof o == "function" &&
|
|
674
|
+
var t1 = o ? o.displayName || o.name : "", X = t1 ? p1(t1) : "";
|
|
675
|
+
return typeof o == "function" && w1.set(o, X), X;
|
|
658
676
|
}
|
|
659
|
-
function
|
|
660
|
-
return
|
|
677
|
+
function T3(o, l, u) {
|
|
678
|
+
return J1(o, !1);
|
|
661
679
|
}
|
|
662
|
-
function
|
|
680
|
+
function P3(o) {
|
|
663
681
|
var l = o.prototype;
|
|
664
682
|
return !!(l && l.isReactComponent);
|
|
665
683
|
}
|
|
666
|
-
function
|
|
684
|
+
function x1(o, l, u) {
|
|
667
685
|
if (o == null)
|
|
668
686
|
return "";
|
|
669
687
|
if (typeof o == "function")
|
|
670
|
-
return
|
|
688
|
+
return J1(o, P3(o));
|
|
671
689
|
if (typeof o == "string")
|
|
672
|
-
return
|
|
690
|
+
return p1(o);
|
|
673
691
|
switch (o) {
|
|
674
|
-
case
|
|
675
|
-
return
|
|
692
|
+
case x:
|
|
693
|
+
return p1("Suspense");
|
|
676
694
|
case h:
|
|
677
|
-
return
|
|
695
|
+
return p1("SuspenseList");
|
|
678
696
|
}
|
|
679
697
|
if (typeof o == "object")
|
|
680
698
|
switch (o.$$typeof) {
|
|
681
699
|
case f:
|
|
682
|
-
return
|
|
700
|
+
return T3(o.render);
|
|
683
701
|
case R:
|
|
684
|
-
return
|
|
702
|
+
return x1(o.type, l, u);
|
|
685
703
|
case A: {
|
|
686
704
|
var v = o, S = v._payload, I = v._init;
|
|
687
705
|
try {
|
|
688
|
-
return
|
|
706
|
+
return x1(I(S), l, u);
|
|
689
707
|
} catch {
|
|
690
708
|
}
|
|
691
709
|
}
|
|
692
710
|
}
|
|
693
711
|
return "";
|
|
694
712
|
}
|
|
695
|
-
var
|
|
696
|
-
function
|
|
713
|
+
var i1 = Object.prototype.hasOwnProperty, X1 = {}, Q1 = D.ReactDebugCurrentFrame;
|
|
714
|
+
function M1(o) {
|
|
697
715
|
if (o) {
|
|
698
|
-
var l = o._owner, u =
|
|
699
|
-
|
|
716
|
+
var l = o._owner, u = x1(o.type, o._source, l ? l.type : null);
|
|
717
|
+
Q1.setExtraStackFrame(u);
|
|
700
718
|
} else
|
|
701
|
-
|
|
719
|
+
Q1.setExtraStackFrame(null);
|
|
702
720
|
}
|
|
703
|
-
function
|
|
721
|
+
function L3(o, l, u, v, S) {
|
|
704
722
|
{
|
|
705
|
-
var I = Function.call.bind(
|
|
723
|
+
var I = Function.call.bind(i1);
|
|
706
724
|
for (var m in o)
|
|
707
725
|
if (I(o, m)) {
|
|
708
|
-
var
|
|
726
|
+
var M = void 0;
|
|
709
727
|
try {
|
|
710
728
|
if (typeof o[m] != "function") {
|
|
711
729
|
var B = Error((v || "React class") + ": " + u + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof o[m] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
712
730
|
throw B.name = "Invariant Violation", B;
|
|
713
731
|
}
|
|
714
|
-
|
|
732
|
+
M = o[m](l, m, v, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
715
733
|
} catch (_) {
|
|
716
|
-
|
|
734
|
+
M = _;
|
|
717
735
|
}
|
|
718
|
-
|
|
736
|
+
M && !(M instanceof Error) && (M1(S), $("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", u, m, typeof M), M1(null)), M instanceof Error && !(M.message in X1) && (X1[M.message] = !0, M1(S), $("Failed %s type: %s", u, M.message), M1(null));
|
|
719
737
|
}
|
|
720
738
|
}
|
|
721
739
|
}
|
|
722
|
-
var
|
|
723
|
-
function
|
|
724
|
-
return
|
|
740
|
+
var D3 = Array.isArray;
|
|
741
|
+
function _1(o) {
|
|
742
|
+
return D3(o);
|
|
725
743
|
}
|
|
726
|
-
function
|
|
744
|
+
function $3(o) {
|
|
727
745
|
{
|
|
728
746
|
var l = typeof Symbol == "function" && Symbol.toStringTag, u = l && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
729
747
|
return u;
|
|
730
748
|
}
|
|
731
749
|
}
|
|
732
|
-
function
|
|
750
|
+
function A3(o) {
|
|
733
751
|
try {
|
|
734
|
-
return
|
|
752
|
+
return N1(o), !1;
|
|
735
753
|
} catch {
|
|
736
754
|
return !0;
|
|
737
755
|
}
|
|
738
756
|
}
|
|
739
|
-
function
|
|
757
|
+
function N1(o) {
|
|
740
758
|
return "" + o;
|
|
741
759
|
}
|
|
742
|
-
function
|
|
743
|
-
if (
|
|
744
|
-
return $("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
760
|
+
function e3(o) {
|
|
761
|
+
if (A3(o))
|
|
762
|
+
return $("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $3(o)), N1(o);
|
|
745
763
|
}
|
|
746
|
-
var
|
|
764
|
+
var t3 = D.ReactCurrentOwner, B3 = {
|
|
747
765
|
key: !0,
|
|
748
766
|
ref: !0,
|
|
749
767
|
__self: !0,
|
|
750
768
|
__source: !0
|
|
751
|
-
},
|
|
752
|
-
function
|
|
753
|
-
if (
|
|
769
|
+
}, s3, n3;
|
|
770
|
+
function O3(o) {
|
|
771
|
+
if (i1.call(o, "ref")) {
|
|
754
772
|
var l = Object.getOwnPropertyDescriptor(o, "ref").get;
|
|
755
773
|
if (l && l.isReactWarning)
|
|
756
774
|
return !1;
|
|
757
775
|
}
|
|
758
776
|
return o.ref !== void 0;
|
|
759
777
|
}
|
|
760
|
-
function
|
|
761
|
-
if (
|
|
778
|
+
function V3(o) {
|
|
779
|
+
if (i1.call(o, "key")) {
|
|
762
780
|
var l = Object.getOwnPropertyDescriptor(o, "key").get;
|
|
763
781
|
if (l && l.isReactWarning)
|
|
764
782
|
return !1;
|
|
765
783
|
}
|
|
766
784
|
return o.key !== void 0;
|
|
767
785
|
}
|
|
768
|
-
function
|
|
769
|
-
typeof o.ref == "string" &&
|
|
786
|
+
function k3(o, l) {
|
|
787
|
+
typeof o.ref == "string" && t3.current;
|
|
770
788
|
}
|
|
771
|
-
function
|
|
789
|
+
function U3(o, l) {
|
|
772
790
|
{
|
|
773
791
|
var u = function() {
|
|
774
|
-
|
|
792
|
+
s3 || (s3 = !0, $("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
|
|
775
793
|
};
|
|
776
794
|
u.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
777
795
|
get: u,
|
|
@@ -779,10 +797,10 @@ function x8() {
|
|
|
779
797
|
});
|
|
780
798
|
}
|
|
781
799
|
}
|
|
782
|
-
function
|
|
800
|
+
function F3(o, l) {
|
|
783
801
|
{
|
|
784
802
|
var u = function() {
|
|
785
|
-
|
|
803
|
+
n3 || (n3 = !0, $("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
|
|
786
804
|
};
|
|
787
805
|
u.isReactWarning = !0, Object.defineProperty(o, "ref", {
|
|
788
806
|
get: u,
|
|
@@ -790,8 +808,8 @@ function x8() {
|
|
|
790
808
|
});
|
|
791
809
|
}
|
|
792
810
|
}
|
|
793
|
-
var
|
|
794
|
-
var
|
|
811
|
+
var W3 = function(o, l, u, v, S, I, m) {
|
|
812
|
+
var M = {
|
|
795
813
|
// This tag allows us to uniquely identify this as a React Element
|
|
796
814
|
$$typeof: t,
|
|
797
815
|
// Built-in properties that belong on the element
|
|
@@ -802,58 +820,58 @@ function x8() {
|
|
|
802
820
|
// Record the component responsible for creating this element.
|
|
803
821
|
_owner: I
|
|
804
822
|
};
|
|
805
|
-
return
|
|
823
|
+
return M._store = {}, Object.defineProperty(M._store, "validated", {
|
|
806
824
|
configurable: !1,
|
|
807
825
|
enumerable: !1,
|
|
808
826
|
writable: !0,
|
|
809
827
|
value: !1
|
|
810
|
-
}), Object.defineProperty(
|
|
828
|
+
}), Object.defineProperty(M, "_self", {
|
|
811
829
|
configurable: !1,
|
|
812
830
|
enumerable: !1,
|
|
813
831
|
writable: !1,
|
|
814
832
|
value: v
|
|
815
|
-
}), Object.defineProperty(
|
|
833
|
+
}), Object.defineProperty(M, "_source", {
|
|
816
834
|
configurable: !1,
|
|
817
835
|
enumerable: !1,
|
|
818
836
|
writable: !1,
|
|
819
837
|
value: S
|
|
820
|
-
}), Object.freeze && (Object.freeze(
|
|
838
|
+
}), Object.freeze && (Object.freeze(M.props), Object.freeze(M)), M;
|
|
821
839
|
};
|
|
822
|
-
function
|
|
840
|
+
function H3(o, l, u, v, S) {
|
|
823
841
|
{
|
|
824
|
-
var I, m = {},
|
|
825
|
-
u !== void 0 && (
|
|
842
|
+
var I, m = {}, M = null, B = null;
|
|
843
|
+
u !== void 0 && (e3(u), M = "" + u), V3(l) && (e3(l.key), M = "" + l.key), O3(l) && (B = l.ref, k3(l, S));
|
|
826
844
|
for (I in l)
|
|
827
|
-
|
|
845
|
+
i1.call(l, I) && !B3.hasOwnProperty(I) && (m[I] = l[I]);
|
|
828
846
|
if (o && o.defaultProps) {
|
|
829
847
|
var _ = o.defaultProps;
|
|
830
848
|
for (I in _)
|
|
831
849
|
m[I] === void 0 && (m[I] = _[I]);
|
|
832
850
|
}
|
|
833
|
-
if (
|
|
834
|
-
var
|
|
835
|
-
|
|
851
|
+
if (M || B) {
|
|
852
|
+
var P = typeof o == "function" ? o.displayName || o.name || "Unknown" : o;
|
|
853
|
+
M && U3(m, P), B && F3(m, P);
|
|
836
854
|
}
|
|
837
|
-
return
|
|
855
|
+
return W3(o, M, B, S, v, t3.current, m);
|
|
838
856
|
}
|
|
839
857
|
}
|
|
840
|
-
var
|
|
858
|
+
var T1 = D.ReactCurrentOwner, o3 = D.ReactDebugCurrentFrame;
|
|
841
859
|
function e1(o) {
|
|
842
860
|
if (o) {
|
|
843
|
-
var l = o._owner, u =
|
|
844
|
-
|
|
861
|
+
var l = o._owner, u = x1(o.type, o._source, l ? l.type : null);
|
|
862
|
+
o3.setExtraStackFrame(u);
|
|
845
863
|
} else
|
|
846
|
-
|
|
864
|
+
o3.setExtraStackFrame(null);
|
|
847
865
|
}
|
|
848
|
-
var
|
|
849
|
-
|
|
866
|
+
var P1;
|
|
867
|
+
P1 = !1;
|
|
850
868
|
function L1(o) {
|
|
851
869
|
return typeof o == "object" && o !== null && o.$$typeof === t;
|
|
852
870
|
}
|
|
853
|
-
function
|
|
871
|
+
function c3() {
|
|
854
872
|
{
|
|
855
|
-
if (
|
|
856
|
-
var o = K(
|
|
873
|
+
if (T1.current) {
|
|
874
|
+
var o = K(T1.current.type);
|
|
857
875
|
if (o)
|
|
858
876
|
return `
|
|
859
877
|
|
|
@@ -862,13 +880,13 @@ Check the render method of \`` + o + "`.";
|
|
|
862
880
|
return "";
|
|
863
881
|
}
|
|
864
882
|
}
|
|
865
|
-
function
|
|
883
|
+
function K3(o) {
|
|
866
884
|
return "";
|
|
867
885
|
}
|
|
868
|
-
var
|
|
869
|
-
function
|
|
886
|
+
var r3 = {};
|
|
887
|
+
function G3(o) {
|
|
870
888
|
{
|
|
871
|
-
var l =
|
|
889
|
+
var l = c3();
|
|
872
890
|
if (!l) {
|
|
873
891
|
var u = typeof o == "string" ? o : o.displayName || o.name;
|
|
874
892
|
u && (l = `
|
|
@@ -878,39 +896,39 @@ Check the top-level render call using <` + u + ">.");
|
|
|
878
896
|
return l;
|
|
879
897
|
}
|
|
880
898
|
}
|
|
881
|
-
function
|
|
899
|
+
function l3(o, l) {
|
|
882
900
|
{
|
|
883
901
|
if (!o._store || o._store.validated || o.key != null)
|
|
884
902
|
return;
|
|
885
903
|
o._store.validated = !0;
|
|
886
|
-
var u =
|
|
887
|
-
if (
|
|
904
|
+
var u = G3(l);
|
|
905
|
+
if (r3[u])
|
|
888
906
|
return;
|
|
889
|
-
|
|
907
|
+
r3[u] = !0;
|
|
890
908
|
var v = "";
|
|
891
|
-
o && o._owner && o._owner !==
|
|
909
|
+
o && o._owner && o._owner !== T1.current && (v = " It was passed a child from " + K(o._owner.type) + "."), e1(o), $('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, v), e1(null);
|
|
892
910
|
}
|
|
893
911
|
}
|
|
894
|
-
function
|
|
912
|
+
function i3(o, l) {
|
|
895
913
|
{
|
|
896
914
|
if (typeof o != "object")
|
|
897
915
|
return;
|
|
898
|
-
if (
|
|
916
|
+
if (_1(o))
|
|
899
917
|
for (var u = 0; u < o.length; u++) {
|
|
900
918
|
var v = o[u];
|
|
901
|
-
L1(v) &&
|
|
919
|
+
L1(v) && l3(v, l);
|
|
902
920
|
}
|
|
903
921
|
else if (L1(o))
|
|
904
922
|
o._store && (o._store.validated = !0);
|
|
905
923
|
else if (o) {
|
|
906
|
-
var S =
|
|
924
|
+
var S = r1(o);
|
|
907
925
|
if (typeof S == "function" && S !== o.entries)
|
|
908
926
|
for (var I = S.call(o), m; !(m = I.next()).done; )
|
|
909
|
-
L1(m.value) &&
|
|
927
|
+
L1(m.value) && l3(m.value, l);
|
|
910
928
|
}
|
|
911
929
|
}
|
|
912
930
|
}
|
|
913
|
-
function
|
|
931
|
+
function q3(o) {
|
|
914
932
|
{
|
|
915
933
|
var l = o.type;
|
|
916
934
|
if (l == null || typeof l == "string")
|
|
@@ -926,16 +944,16 @@ Check the top-level render call using <` + u + ">.");
|
|
|
926
944
|
return;
|
|
927
945
|
if (u) {
|
|
928
946
|
var v = K(l);
|
|
929
|
-
|
|
930
|
-
} else if (l.PropTypes !== void 0 && !
|
|
931
|
-
|
|
947
|
+
L3(u, o.props, "prop", v, o);
|
|
948
|
+
} else if (l.PropTypes !== void 0 && !P1) {
|
|
949
|
+
P1 = !0;
|
|
932
950
|
var S = K(l);
|
|
933
951
|
$("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", S || "Unknown");
|
|
934
952
|
}
|
|
935
953
|
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && $("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
936
954
|
}
|
|
937
955
|
}
|
|
938
|
-
function
|
|
956
|
+
function Y3(o) {
|
|
939
957
|
{
|
|
940
958
|
for (var l = Object.keys(o.props), u = 0; u < l.length; u++) {
|
|
941
959
|
var v = l[u];
|
|
@@ -947,77 +965,77 @@ Check the top-level render call using <` + u + ">.");
|
|
|
947
965
|
o.ref !== null && (e1(o), $("Invalid attribute `ref` supplied to `React.Fragment`."), e1(null));
|
|
948
966
|
}
|
|
949
967
|
}
|
|
950
|
-
var
|
|
951
|
-
function
|
|
968
|
+
var a3 = {};
|
|
969
|
+
function u3(o, l, u, v, S, I) {
|
|
952
970
|
{
|
|
953
971
|
var m = O(o);
|
|
954
972
|
if (!m) {
|
|
955
|
-
var
|
|
956
|
-
(o === void 0 || typeof o == "object" && o !== null && Object.keys(o).length === 0) && (
|
|
957
|
-
var B =
|
|
958
|
-
B ?
|
|
973
|
+
var M = "";
|
|
974
|
+
(o === void 0 || typeof o == "object" && o !== null && Object.keys(o).length === 0) && (M += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
975
|
+
var B = K3();
|
|
976
|
+
B ? M += B : M += c3();
|
|
959
977
|
var _;
|
|
960
|
-
o === null ? _ = "null" :
|
|
978
|
+
o === null ? _ = "null" : _1(o) ? _ = "array" : o !== void 0 && o.$$typeof === t ? (_ = "<" + (K(o.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof o, $("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, M);
|
|
961
979
|
}
|
|
962
|
-
var
|
|
963
|
-
if (
|
|
964
|
-
return
|
|
980
|
+
var P = H3(o, l, u, S, I);
|
|
981
|
+
if (P == null)
|
|
982
|
+
return P;
|
|
965
983
|
if (m) {
|
|
966
984
|
var U = l.children;
|
|
967
985
|
if (U !== void 0)
|
|
968
986
|
if (v)
|
|
969
|
-
if (
|
|
987
|
+
if (_1(U)) {
|
|
970
988
|
for (var t1 = 0; t1 < U.length; t1++)
|
|
971
|
-
|
|
989
|
+
i3(U[t1], o);
|
|
972
990
|
Object.freeze && Object.freeze(U);
|
|
973
991
|
} else
|
|
974
992
|
$("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
975
993
|
else
|
|
976
|
-
|
|
977
|
-
}
|
|
978
|
-
if (
|
|
979
|
-
var X = K(o), V = Object.keys(l).filter(function(
|
|
980
|
-
return
|
|
981
|
-
}),
|
|
982
|
-
if (!
|
|
983
|
-
var
|
|
994
|
+
i3(U, o);
|
|
995
|
+
}
|
|
996
|
+
if (i1.call(l, "key")) {
|
|
997
|
+
var X = K(o), V = Object.keys(l).filter(function(e2) {
|
|
998
|
+
return e2 !== "key";
|
|
999
|
+
}), D1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1000
|
+
if (!a3[X + D1]) {
|
|
1001
|
+
var N3 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
|
|
984
1002
|
$(`A props object containing a "key" prop is being spread into JSX:
|
|
985
1003
|
let props = %s;
|
|
986
1004
|
<%s {...props} />
|
|
987
1005
|
React keys must be passed directly to JSX without using spread:
|
|
988
1006
|
let props = %s;
|
|
989
|
-
<%s key={someKey} {...props} />`,
|
|
1007
|
+
<%s key={someKey} {...props} />`, D1, X, N3, X), a3[X + D1] = !0;
|
|
990
1008
|
}
|
|
991
1009
|
}
|
|
992
|
-
return o === c ?
|
|
1010
|
+
return o === c ? Y3(P) : q3(P), P;
|
|
993
1011
|
}
|
|
994
1012
|
}
|
|
995
|
-
function
|
|
996
|
-
return
|
|
1013
|
+
function z3(o, l, u) {
|
|
1014
|
+
return u3(o, l, u, !0);
|
|
997
1015
|
}
|
|
998
|
-
function
|
|
999
|
-
return
|
|
1016
|
+
function J3(o, l, u) {
|
|
1017
|
+
return u3(o, l, u, !1);
|
|
1000
1018
|
}
|
|
1001
|
-
var
|
|
1002
|
-
|
|
1003
|
-
}()),
|
|
1019
|
+
var X3 = J3, Q3 = z3;
|
|
1020
|
+
d1.Fragment = c, d1.jsx = X3, d1.jsxs = Q3;
|
|
1021
|
+
}()), d1;
|
|
1004
1022
|
}
|
|
1005
|
-
var
|
|
1006
|
-
function
|
|
1007
|
-
return
|
|
1023
|
+
var f3;
|
|
1024
|
+
function I8() {
|
|
1025
|
+
return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports = S8() : m1.exports = b8()), m1.exports;
|
|
1008
1026
|
}
|
|
1009
|
-
var s =
|
|
1010
|
-
const
|
|
1011
|
-
mwfit:
|
|
1012
|
-
},
|
|
1013
|
-
const { reconnect: e } = b(), t =
|
|
1014
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs("div", { className: `disconnected-message ${
|
|
1027
|
+
var s = I8();
|
|
1028
|
+
const R8 = "_mwfit_ppa3l_1", y8 = {
|
|
1029
|
+
mwfit: R8
|
|
1030
|
+
}, E8 = () => {
|
|
1031
|
+
const { reconnect: e } = b(), t = d8(), n = h8();
|
|
1032
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs("div", { className: `disconnected-message ${y8.mwfit} mx-auto text-center`, children: [
|
|
1015
1033
|
/* @__PURE__ */ s.jsx("h1", { children: "Disconnected" }),
|
|
1016
1034
|
t && /* @__PURE__ */ s.jsx("h5", { children: t }),
|
|
1017
1035
|
n && /* @__PURE__ */ s.jsx("button", { className: "btn btn-secondary btn-lg", onClick: e, children: "Reconnect" })
|
|
1018
1036
|
] }) });
|
|
1019
1037
|
};
|
|
1020
|
-
class
|
|
1038
|
+
class _8 {
|
|
1021
1039
|
constructor() {
|
|
1022
1040
|
G(this, "uuid", "current-uuid");
|
|
1023
1041
|
G(this, "roomKey", "current-room-key");
|
|
@@ -1025,56 +1043,56 @@ class C8 {
|
|
|
1025
1043
|
G(this, "expiry", "current-uuid-expires");
|
|
1026
1044
|
}
|
|
1027
1045
|
}
|
|
1028
|
-
const
|
|
1046
|
+
const p3 = new _8(), b3 = u2({
|
|
1029
1047
|
sendMessage: () => null,
|
|
1030
1048
|
sendSimpleMessage: () => null,
|
|
1031
1049
|
addEventHandler: () => null,
|
|
1032
1050
|
removeEventHandler: () => null,
|
|
1033
1051
|
reconnect: () => null
|
|
1034
1052
|
});
|
|
1035
|
-
function
|
|
1053
|
+
function T8(e) {
|
|
1036
1054
|
return sessionStorage.getItem(e) || "";
|
|
1037
1055
|
}
|
|
1038
|
-
function
|
|
1056
|
+
function P8(e, t) {
|
|
1039
1057
|
sessionStorage.setItem(e, t);
|
|
1040
1058
|
}
|
|
1041
|
-
const
|
|
1042
|
-
const [t, n] = H(), c =
|
|
1059
|
+
const L8 = ({ children: e }) => {
|
|
1060
|
+
const [t, n] = H(), c = e8(), r = t8(), i = s8(), d = C8(), a = m2(), f = n8(), x = o8(), h = c8(), R = v1(null), [A, F] = H(), k = v1({}), Q = a1(
|
|
1043
1061
|
async (y) => {
|
|
1044
1062
|
try {
|
|
1045
|
-
const C = await
|
|
1063
|
+
const C = await V1.get(`${y}/ui/joinroom?token=${t}`);
|
|
1046
1064
|
return C.status === 200 && C.data ? (Z.dispatch(W.setRoomData(C.data)), !0) : !1;
|
|
1047
1065
|
} catch (C) {
|
|
1048
|
-
return console.log(C), h ? !0 : C instanceof
|
|
1066
|
+
return console.log(C), h ? !0 : C instanceof o2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), Z.dispatch(z.setErrorMessage(`Token ${t} is invalid. Unable to join room`)), !1) : (console.error("Error getting room data", C), C instanceof Error ? Z.dispatch(z.setErrorMessage(C.message)) : Z.dispatch(z.setErrorMessage("Error getting room data")), !1);
|
|
1049
1067
|
}
|
|
1050
1068
|
},
|
|
1051
1069
|
[t, h]
|
|
1052
|
-
),
|
|
1070
|
+
), r1 = a1(() => {
|
|
1053
1071
|
const y = `${a.gatewayAppPath}?uuid=${f}&roomKey=${r}`;
|
|
1054
|
-
window.location.href =
|
|
1055
|
-
}, [a.gatewayAppPath, r, f,
|
|
1072
|
+
window.location.href = x ? `${y}&Code=${x}` : y;
|
|
1073
|
+
}, [a.gatewayAppPath, r, f, x]), D = a1(
|
|
1056
1074
|
(y, C) => {
|
|
1057
1075
|
R.current && c && R.current.send(JSON.stringify({ type: y, clientId: i, content: C }));
|
|
1058
1076
|
},
|
|
1059
1077
|
[c, i]
|
|
1060
1078
|
), $ = (y, C) => {
|
|
1061
1079
|
D(y, { value: C });
|
|
1062
|
-
},
|
|
1063
|
-
(y, C,
|
|
1064
|
-
k.current[y] || (k.current[y] = {}), k.current[y][C] =
|
|
1080
|
+
}, S1 = a1(
|
|
1081
|
+
(y, C, f1) => {
|
|
1082
|
+
k.current[y] || (k.current[y] = {}), k.current[y][C] = f1, console.log("event handler added", y, C);
|
|
1065
1083
|
},
|
|
1066
1084
|
[]
|
|
1067
|
-
),
|
|
1085
|
+
), b1 = a1((y, C) => {
|
|
1068
1086
|
k.current[y] && (delete k.current[y][C], console.log("event handler removed", y, C));
|
|
1069
1087
|
}, []);
|
|
1070
1088
|
return o1(() => {
|
|
1071
1089
|
let C = new URLSearchParams(window.location.search).get("token");
|
|
1072
|
-
C ? (console.log("saving token: ", C),
|
|
1090
|
+
C ? (console.log("saving token: ", C), P8(p3.uuid, C)) : (C = T8(p3.uuid), console.log("loading token: ", C)), n(C), d();
|
|
1073
1091
|
}, []), o1(() => {
|
|
1074
1092
|
async function y() {
|
|
1075
1093
|
if (console.log("effect is running"), !(!a.apiPath || A || !t || !await Q(a.apiPath)) && !R.current) {
|
|
1076
1094
|
console.log("connecting to websocket");
|
|
1077
|
-
const
|
|
1095
|
+
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, q = new WebSocket(I1);
|
|
1078
1096
|
R.current = q, q.onopen = (O) => {
|
|
1079
1097
|
console.log("connected", O.type, O.target), Z.dispatch(W.setWebsocketIsConnected(!0));
|
|
1080
1098
|
}, q.onerror = (O) => {
|
|
@@ -1160,29 +1178,29 @@ const I8 = ({ children: e }) => {
|
|
|
1160
1178
|
}, [a.apiPath, Q, t, A, h]), o1(() => {
|
|
1161
1179
|
!r || !c || (console.log("clientId: ", i), i && (console.log("requesting status from room: ", r), D(`/room/${r}/status`, null)));
|
|
1162
1180
|
}, [r, i, c, D]), /* @__PURE__ */ s.jsx(
|
|
1163
|
-
|
|
1181
|
+
b3.Provider,
|
|
1164
1182
|
{
|
|
1165
1183
|
value: {
|
|
1166
1184
|
sendMessage: D,
|
|
1167
1185
|
sendSimpleMessage: $,
|
|
1168
|
-
addEventHandler:
|
|
1169
|
-
removeEventHandler:
|
|
1170
|
-
reconnect:
|
|
1186
|
+
addEventHandler: S1,
|
|
1187
|
+
removeEventHandler: b1,
|
|
1188
|
+
reconnect: r1
|
|
1171
1189
|
},
|
|
1172
|
-
children: c ? e : /* @__PURE__ */ s.jsx(
|
|
1190
|
+
children: c ? e : /* @__PURE__ */ s.jsx(E8, {})
|
|
1173
1191
|
}
|
|
1174
1192
|
);
|
|
1175
|
-
},
|
|
1193
|
+
}, pe = ({ children: e }) => /* @__PURE__ */ s.jsx(l2, { store: Z, children: /* @__PURE__ */ s.jsx(L8, { children: e }) });
|
|
1176
1194
|
function b() {
|
|
1177
|
-
return
|
|
1195
|
+
return d2(b3);
|
|
1178
1196
|
}
|
|
1179
|
-
function
|
|
1197
|
+
function D8({
|
|
1180
1198
|
onPress: e,
|
|
1181
1199
|
onRelease: t,
|
|
1182
1200
|
onHold: n,
|
|
1183
1201
|
holdTimeMs: c = 500
|
|
1184
1202
|
}) {
|
|
1185
|
-
const r =
|
|
1203
|
+
const r = v1(null), i = v1(!1);
|
|
1186
1204
|
function d() {
|
|
1187
1205
|
i.current = !0, e == null || e(), r.current = setTimeout(() => {
|
|
1188
1206
|
n == null || n(), r.current = null;
|
|
@@ -1201,7 +1219,7 @@ function R8({
|
|
|
1201
1219
|
};
|
|
1202
1220
|
}
|
|
1203
1221
|
function g(e, t) {
|
|
1204
|
-
const { sendMessage: c } = b(), r =
|
|
1222
|
+
const { sendMessage: c } = b(), r = v1(null);
|
|
1205
1223
|
function i() {
|
|
1206
1224
|
c(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
1207
1225
|
c(`${e}/${t}`, { value: "held" });
|
|
@@ -1210,9 +1228,9 @@ function g(e, t) {
|
|
|
1210
1228
|
function d() {
|
|
1211
1229
|
r.current && (clearInterval(r.current), r.current = null), c(`${e}/${t}`, { value: "released" });
|
|
1212
1230
|
}
|
|
1213
|
-
return
|
|
1231
|
+
return D8({ onPress: i, onRelease: d });
|
|
1214
1232
|
}
|
|
1215
|
-
function
|
|
1233
|
+
function I3(e, t) {
|
|
1216
1234
|
const { sendMessage: n, sendSimpleMessage: c } = b(), r = g(`${e}`, "volumeUp"), i = g(`${e}`, "volumeDown");
|
|
1217
1235
|
return t ? {
|
|
1218
1236
|
volumeState: t,
|
|
@@ -1224,7 +1242,7 @@ function C3(e, t) {
|
|
|
1224
1242
|
muteOff: () => n(`${e}/muteOff`, null)
|
|
1225
1243
|
} : void 0;
|
|
1226
1244
|
}
|
|
1227
|
-
function
|
|
1245
|
+
function we(e, t) {
|
|
1228
1246
|
const { sendMessage: n, sendSimpleMessage: c } = b(), r = g(`${e}`, "volumeUp"), i = g(`${e}`, "volumeDown");
|
|
1229
1247
|
return t ? {
|
|
1230
1248
|
volumeState: t,
|
|
@@ -1236,11 +1254,11 @@ function ae(e, t) {
|
|
|
1236
1254
|
muteOff: () => n(`${e}/muteOff`, null)
|
|
1237
1255
|
} : void 0;
|
|
1238
1256
|
}
|
|
1239
|
-
function
|
|
1257
|
+
function $8(e) {
|
|
1240
1258
|
const t = T(e), n = `/device/${e}`;
|
|
1241
|
-
return
|
|
1259
|
+
return I3(n, t == null ? void 0 : t.volume);
|
|
1242
1260
|
}
|
|
1243
|
-
function
|
|
1261
|
+
function R3(e) {
|
|
1244
1262
|
const { sendMessage: t } = b();
|
|
1245
1263
|
return { powerOn: () => {
|
|
1246
1264
|
t(`/device/${e}/powerOn`, null);
|
|
@@ -1250,13 +1268,13 @@ function S3(e) {
|
|
|
1250
1268
|
t(`/device/${e}/powerToggle`, null);
|
|
1251
1269
|
} };
|
|
1252
1270
|
}
|
|
1253
|
-
function
|
|
1271
|
+
function k1(e) {
|
|
1254
1272
|
const { sendMessage: t } = b(), n = T(e);
|
|
1255
1273
|
return console.log("deviceState", n), n ? { itemsState: n, selectItem: (r) => {
|
|
1256
1274
|
t(`/device/${e}/${r}`, null);
|
|
1257
1275
|
} } : void 0;
|
|
1258
1276
|
}
|
|
1259
|
-
function
|
|
1277
|
+
function A8(e) {
|
|
1260
1278
|
const { sendMessage: t } = b(), n = T(e), c = () => {
|
|
1261
1279
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1262
1280
|
}, r = () => {
|
|
@@ -1267,8 +1285,8 @@ function E8(e) {
|
|
|
1267
1285
|
};
|
|
1268
1286
|
return n ? { levelControls: n.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
|
|
1269
1287
|
}
|
|
1270
|
-
function
|
|
1271
|
-
const t = T(e), n =
|
|
1288
|
+
function xe(e) {
|
|
1289
|
+
const t = T(e), n = R3(e), c = k1(e), r = k1(e), i = $8(e), d = A8(e);
|
|
1272
1290
|
if (t)
|
|
1273
1291
|
return {
|
|
1274
1292
|
avrState: t,
|
|
@@ -1279,7 +1297,7 @@ function ue(e) {
|
|
|
1279
1297
|
mainVolumeControl: i
|
|
1280
1298
|
};
|
|
1281
1299
|
}
|
|
1282
|
-
const
|
|
1300
|
+
const Me = ({ className: e }) => {
|
|
1283
1301
|
const [t, n] = H();
|
|
1284
1302
|
return o1(() => {
|
|
1285
1303
|
setInterval(() => {
|
|
@@ -1291,7 +1309,7 @@ const de = ({ className: e }) => {
|
|
|
1291
1309
|
" new change"
|
|
1292
1310
|
] });
|
|
1293
1311
|
};
|
|
1294
|
-
function
|
|
1312
|
+
function me(e) {
|
|
1295
1313
|
const { sendMessage: t } = b(), n = T(e), c = `/device/${e}`;
|
|
1296
1314
|
return n ? { state: n, recallPreset: (d, a) => {
|
|
1297
1315
|
t(`${c}/presets/recall`, { deviceKey: d, preset: a });
|
|
@@ -1299,46 +1317,46 @@ function he(e) {
|
|
|
1299
1317
|
t(`${c}/presets/save`, d);
|
|
1300
1318
|
} } : void 0;
|
|
1301
1319
|
}
|
|
1302
|
-
function
|
|
1320
|
+
function Ze(e) {
|
|
1303
1321
|
const t = T(e);
|
|
1304
1322
|
if (t)
|
|
1305
1323
|
return { endpointState: t };
|
|
1306
1324
|
}
|
|
1307
|
-
function
|
|
1325
|
+
function je(e) {
|
|
1308
1326
|
const t = `/device/${e}`, n = g(t, "chanUp"), c = g(t, "chanDown"), r = g(t, "lastChan"), i = g(t, "guide"), d = g(t, "info"), a = g(t, "exit");
|
|
1309
1327
|
return { channelUp: n, channelDown: c, lastChannel: r, guide: i, info: d, exit: a };
|
|
1310
1328
|
}
|
|
1311
|
-
function
|
|
1329
|
+
function Ce(e) {
|
|
1312
1330
|
const t = `/device/${e}`, n = g(t, "red"), c = g(t, "green"), r = g(t, "yellow"), i = g(t, "blue");
|
|
1313
1331
|
return { red: n, green: c, yellow: r, blue: i };
|
|
1314
1332
|
}
|
|
1315
|
-
function
|
|
1333
|
+
function Se(e) {
|
|
1316
1334
|
const t = T(e);
|
|
1317
1335
|
if (t)
|
|
1318
1336
|
return {
|
|
1319
1337
|
communicationMonitorState: t
|
|
1320
1338
|
};
|
|
1321
1339
|
}
|
|
1322
|
-
function
|
|
1340
|
+
function be(e) {
|
|
1323
1341
|
const t = T(e);
|
|
1324
1342
|
if (t)
|
|
1325
1343
|
return t.deviceInfo || void 0;
|
|
1326
1344
|
}
|
|
1327
|
-
function
|
|
1345
|
+
function Ie(e) {
|
|
1328
1346
|
const t = `/device/${e}`, n = g(t, "up"), c = g(t, "down"), r = g(t, "left"), i = g(t, "right"), d = g(t, "select"), a = g(t, "menu"), f = g(t, "exit");
|
|
1329
1347
|
return { up: n, down: c, left: r, right: i, select: d, menu: a, exit: f };
|
|
1330
1348
|
}
|
|
1331
|
-
function
|
|
1349
|
+
function Re(e) {
|
|
1332
1350
|
const { sendMessage: t } = b();
|
|
1333
1351
|
return { recallPreset: (c) => {
|
|
1334
1352
|
t(`/device/${e}/recallPreset`, c);
|
|
1335
1353
|
} };
|
|
1336
1354
|
}
|
|
1337
|
-
function
|
|
1355
|
+
function ye(e) {
|
|
1338
1356
|
const t = `/device/${e}`, n = g(t, "dvrList"), c = g(t, "record");
|
|
1339
1357
|
return { dvrList: n, record: c };
|
|
1340
1358
|
}
|
|
1341
|
-
function
|
|
1359
|
+
function Ee(e) {
|
|
1342
1360
|
const { sendMessage: t } = b(), n = T(e);
|
|
1343
1361
|
return n ? { roomCombinerState: n, setAutoMode: () => {
|
|
1344
1362
|
t(`/device/${e}/setAutoMode`, null);
|
|
@@ -1352,13 +1370,13 @@ function Ze(e) {
|
|
|
1352
1370
|
t(`/device/${e}/setRoomCombinationScenario`, f);
|
|
1353
1371
|
} } : void 0;
|
|
1354
1372
|
}
|
|
1355
|
-
function
|
|
1373
|
+
function _e(e) {
|
|
1356
1374
|
const t = T(e);
|
|
1357
1375
|
if (t)
|
|
1358
1376
|
return { state: t };
|
|
1359
1377
|
}
|
|
1360
|
-
function
|
|
1361
|
-
const { sendMessage: t, sendSimpleMessage: n } = b(), c = T(e), r =
|
|
1378
|
+
function Te(e) {
|
|
1379
|
+
const { sendMessage: t, sendSimpleMessage: n } = b(), c = T(e), r = H2(e), i = c || r;
|
|
1362
1380
|
return i ? {
|
|
1363
1381
|
levelState: i,
|
|
1364
1382
|
setLevel: (h, R) => n(`${h}/level`, R),
|
|
@@ -1367,29 +1385,29 @@ function Ce(e) {
|
|
|
1367
1385
|
muteOff: (h) => t(`${h}/muteOff`, null)
|
|
1368
1386
|
} : void 0;
|
|
1369
1387
|
}
|
|
1370
|
-
function
|
|
1388
|
+
function Pe(e) {
|
|
1371
1389
|
const { sendMessage: t } = b(), n = T(e);
|
|
1372
1390
|
return n ? { lightingState: n, selectScene: (r) => {
|
|
1373
1391
|
t(`/device/${e}/selectScene`, r);
|
|
1374
1392
|
} } : void 0;
|
|
1375
1393
|
}
|
|
1376
|
-
function
|
|
1394
|
+
function Le(e) {
|
|
1377
1395
|
const { sendMessage: t } = b(), n = T(e);
|
|
1378
1396
|
return n ? { matrixRoutingState: n, setRoute: (r) => {
|
|
1379
1397
|
t(`/device/${e}/route`, r);
|
|
1380
1398
|
} } : void 0;
|
|
1381
1399
|
}
|
|
1382
|
-
function
|
|
1400
|
+
function De(e) {
|
|
1383
1401
|
const { sendMessage: t } = b();
|
|
1384
1402
|
return { closeApp: () => {
|
|
1385
1403
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1386
1404
|
} };
|
|
1387
1405
|
}
|
|
1388
|
-
function
|
|
1389
|
-
const t = `/device/${e}`, n = g(t, "num0"), c = g(t, "num1"), r = g(t, "num2"), i = g(t, "num3"), d = g(t, "num4"), a = g(t, "num5"), f = g(t, "num6"),
|
|
1390
|
-
return { digit0: n, digit1: c, digit2: r, digit3: i, digit4: d, digit5: a, digit6: f, digit7:
|
|
1406
|
+
function $e(e) {
|
|
1407
|
+
const t = `/device/${e}`, n = g(t, "num0"), c = g(t, "num1"), r = g(t, "num2"), i = g(t, "num3"), d = g(t, "num4"), a = g(t, "num5"), f = g(t, "num6"), x = g(t, "num7"), h = g(t, "num8"), R = g(t, "num9"), A = g(t, "numDash"), F = g(t, "numEnter");
|
|
1408
|
+
return { digit0: n, digit1: c, digit2: r, digit3: i, digit4: d, digit5: a, digit6: f, digit7: x, digit8: h, digit9: R, keypadAccessoryButton1: A, keypadAccessoryButton2: F };
|
|
1391
1409
|
}
|
|
1392
|
-
function
|
|
1410
|
+
function Ae(e) {
|
|
1393
1411
|
const { sendMessage: t } = b(), n = T(e);
|
|
1394
1412
|
return n ? { projectorScreenLiftControlState: n, raise: () => {
|
|
1395
1413
|
t(`/device/${e}/raise`, null);
|
|
@@ -1397,35 +1415,35 @@ function ye(e) {
|
|
|
1397
1415
|
t(`/device/${e}/lower`, null);
|
|
1398
1416
|
} } : void 0;
|
|
1399
1417
|
}
|
|
1400
|
-
function
|
|
1401
|
-
const { sendMessage: t } = b(), n =
|
|
1418
|
+
function Be(e) {
|
|
1419
|
+
const { sendMessage: t } = b(), n = C1(e);
|
|
1402
1420
|
return n ? { roomEventScheduleState: n, save: (r) => {
|
|
1403
1421
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
1404
1422
|
} } : void 0;
|
|
1405
1423
|
}
|
|
1406
|
-
function
|
|
1424
|
+
function Oe(e) {
|
|
1407
1425
|
const { sendMessage: t } = b();
|
|
1408
1426
|
return { runDefaultPresentRoute: () => {
|
|
1409
1427
|
t(`/room/${e}/defaultsource`, {});
|
|
1410
1428
|
} };
|
|
1411
1429
|
}
|
|
1412
|
-
function
|
|
1430
|
+
function Ve(e) {
|
|
1413
1431
|
const { sendMessage: t } = b();
|
|
1414
1432
|
return { runDirectRoute: (c) => {
|
|
1415
1433
|
t(`/room/${e}/directRoute`, c);
|
|
1416
1434
|
} };
|
|
1417
1435
|
}
|
|
1418
|
-
function
|
|
1436
|
+
function ke(e) {
|
|
1419
1437
|
const { sendMessage: t } = b();
|
|
1420
1438
|
return { routingState: T(e), runRoute: (r) => {
|
|
1421
1439
|
t(`/room/${e}/source`, r);
|
|
1422
1440
|
} };
|
|
1423
1441
|
}
|
|
1424
|
-
function
|
|
1442
|
+
function Ue(e) {
|
|
1425
1443
|
const t = `/device/${e}`, n = g(t, "chanUp"), c = g(t, "chanDown");
|
|
1426
1444
|
return { dvrList: n, replay: c };
|
|
1427
1445
|
}
|
|
1428
|
-
function
|
|
1446
|
+
function Fe(e) {
|
|
1429
1447
|
const { sendMessage: t } = b(), n = T(e);
|
|
1430
1448
|
return n ? { shadeState: n, shadeUp: () => {
|
|
1431
1449
|
t(`/device/${e}/shadeUp`, null);
|
|
@@ -1435,8 +1453,8 @@ function De(e) {
|
|
|
1435
1453
|
t(`/device/${e}/stopOrPreset`, null);
|
|
1436
1454
|
} } : void 0;
|
|
1437
1455
|
}
|
|
1438
|
-
function
|
|
1439
|
-
const { sendMessage: t } = b(), n =
|
|
1456
|
+
function We(e) {
|
|
1457
|
+
const { sendMessage: t } = b(), n = C1(e);
|
|
1440
1458
|
return n ? { shutdownPromptTimerState: n, setShutdownPromptSeconds: (a) => {
|
|
1441
1459
|
t(`/room/${e}/setShutdownPromptSeconds`, a);
|
|
1442
1460
|
}, shutdownStart: () => {
|
|
@@ -1447,7 +1465,7 @@ function $e(e) {
|
|
|
1447
1465
|
t(`/room/${e}/shutdownCancel`, null);
|
|
1448
1466
|
} } : void 0;
|
|
1449
1467
|
}
|
|
1450
|
-
function
|
|
1468
|
+
function He(e) {
|
|
1451
1469
|
const { sendMessage: t } = b(), n = T(e);
|
|
1452
1470
|
return n ? { switchedOutputState: n, on: () => {
|
|
1453
1471
|
t(`/device/${e}/on`, null);
|
|
@@ -1455,19 +1473,19 @@ function Ae(e) {
|
|
|
1455
1473
|
t(`/device/${e}/off`, null);
|
|
1456
1474
|
} } : void 0;
|
|
1457
1475
|
}
|
|
1458
|
-
function
|
|
1459
|
-
const { sendMessage: t } = b(), n =
|
|
1476
|
+
function Ke(e) {
|
|
1477
|
+
const { sendMessage: t } = b(), n = C1(e);
|
|
1460
1478
|
return n ? { techPasswordState: n, validatePassword: (i) => {
|
|
1461
1479
|
t(`/room/${e}/validateTechPassword`, { password: i });
|
|
1462
1480
|
}, setPassword: (i, d) => {
|
|
1463
1481
|
t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: d });
|
|
1464
1482
|
} } : void 0;
|
|
1465
1483
|
}
|
|
1466
|
-
function
|
|
1484
|
+
function Ge(e) {
|
|
1467
1485
|
const { sendMessage: t } = b(), n = T(e);
|
|
1468
1486
|
return n ? { state: n, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
1469
1487
|
}
|
|
1470
|
-
function
|
|
1488
|
+
function qe(e) {
|
|
1471
1489
|
const { sendMessage: t } = b(), n = T(e), c = (r) => {
|
|
1472
1490
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
1473
1491
|
};
|
|
@@ -1476,11 +1494,11 @@ function Ve(e) {
|
|
|
1476
1494
|
saveTheme: c
|
|
1477
1495
|
};
|
|
1478
1496
|
}
|
|
1479
|
-
function
|
|
1480
|
-
const t = `/device/${e}`, n = g(t, "play"), c = g(t, "pause"), r = g(t, "stop"), i = g(t, "prevTrack"), d = g(t, "nextTrack"), a = g(t, "rewind"), f = g(t, "ffwd"),
|
|
1481
|
-
return { play: n, pause: c, stop: r, prevTrack: i, nextTrack: d, rewind: a, fastForward: f, record:
|
|
1497
|
+
function Ye(e) {
|
|
1498
|
+
const t = `/device/${e}`, n = g(t, "play"), c = g(t, "pause"), r = g(t, "stop"), i = g(t, "prevTrack"), d = g(t, "nextTrack"), a = g(t, "rewind"), f = g(t, "ffwd"), x = g(t, "record");
|
|
1499
|
+
return { play: n, pause: c, stop: r, prevTrack: i, nextTrack: d, rewind: a, fastForward: f, record: x };
|
|
1482
1500
|
}
|
|
1483
|
-
function
|
|
1501
|
+
function ze(e) {
|
|
1484
1502
|
const t = T(e), { sendMessage: n } = b();
|
|
1485
1503
|
return t ? {
|
|
1486
1504
|
touchpanelState: t,
|
|
@@ -1496,8 +1514,8 @@ function Ue(e) {
|
|
|
1496
1514
|
} }
|
|
1497
1515
|
} : void 0;
|
|
1498
1516
|
}
|
|
1499
|
-
function
|
|
1500
|
-
const t = T(e), n =
|
|
1517
|
+
function Je(e) {
|
|
1518
|
+
const t = T(e), n = R3(e), c = k1(e);
|
|
1501
1519
|
if (!t) return;
|
|
1502
1520
|
const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
1503
1521
|
return {
|
|
@@ -1507,7 +1525,7 @@ function Fe(e) {
|
|
|
1507
1525
|
powerFb: { powerOnFb: r, powerOffFb: i }
|
|
1508
1526
|
};
|
|
1509
1527
|
}
|
|
1510
|
-
const
|
|
1528
|
+
const Xe = ({ config: e }) => {
|
|
1511
1529
|
const { sendMessage: t } = b();
|
|
1512
1530
|
o1(() => {
|
|
1513
1531
|
var c, r, i, d;
|
|
@@ -1536,37 +1554,37 @@ const We = ({ config: e }) => {
|
|
|
1536
1554
|
});
|
|
1537
1555
|
}, [e, t]);
|
|
1538
1556
|
};
|
|
1539
|
-
function
|
|
1557
|
+
function Qe(e, t) {
|
|
1540
1558
|
const [n, c] = H(!1), [r, i] = H(!1);
|
|
1541
|
-
return
|
|
1559
|
+
return x3(() => {
|
|
1542
1560
|
const { current: d } = e, a = () => {
|
|
1543
|
-
const f = d && d.scrollHeight > d.clientHeight,
|
|
1544
|
-
i(f ?? !1), c(
|
|
1561
|
+
const f = d && d.scrollHeight > d.clientHeight, x = d && d.scrollWidth > d.clientWidth;
|
|
1562
|
+
i(f ?? !1), c(x ?? !1), t && t(f ?? !1, x ?? !1);
|
|
1545
1563
|
};
|
|
1546
1564
|
d && a();
|
|
1547
1565
|
}, [e, t]), { overflowHorizontal: n, overflowVertical: r };
|
|
1548
1566
|
}
|
|
1549
|
-
function
|
|
1550
|
-
const n =
|
|
1551
|
-
return
|
|
1567
|
+
function Ne(e, t) {
|
|
1568
|
+
const n = W2(e, t), c = `/room/${e}/volumes/${t}`;
|
|
1569
|
+
return I3(c, n);
|
|
1552
1570
|
}
|
|
1553
|
-
function
|
|
1571
|
+
function e5(e) {
|
|
1554
1572
|
var a, f;
|
|
1555
|
-
const [t, n] = H(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = H(((f = e == null ? void 0 : e.current) == null ? void 0 : f.scrollTop) ?? 0), i = (
|
|
1573
|
+
const [t, n] = H(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = H(((f = e == null ? void 0 : e.current) == null ? void 0 : f.scrollTop) ?? 0), i = (x) => {
|
|
1556
1574
|
const { current: h } = e;
|
|
1557
|
-
h && (console.log(h.scrollLeft), h.scrollLeft +=
|
|
1558
|
-
}, d = (
|
|
1575
|
+
h && (console.log(h.scrollLeft), h.scrollLeft += x, console.log(h.scrollLeft));
|
|
1576
|
+
}, d = (x) => {
|
|
1559
1577
|
const { current: h } = e;
|
|
1560
|
-
h && (console.log(h.scrollTop), h.scrollTop +=
|
|
1578
|
+
h && (console.log(h.scrollTop), h.scrollTop += x, console.log(h.scrollTop));
|
|
1561
1579
|
};
|
|
1562
|
-
return
|
|
1563
|
-
const { current:
|
|
1564
|
-
n((
|
|
1580
|
+
return x3(() => {
|
|
1581
|
+
const { current: x } = e, h = () => {
|
|
1582
|
+
n((x == null ? void 0 : x.scrollLeft) ?? 0), r((x == null ? void 0 : x.scrollTop) ?? 0);
|
|
1565
1583
|
};
|
|
1566
|
-
|
|
1584
|
+
x && h();
|
|
1567
1585
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: d };
|
|
1568
1586
|
}
|
|
1569
|
-
function
|
|
1587
|
+
function t5() {
|
|
1570
1588
|
const { sendMessage: e } = b();
|
|
1571
1589
|
return {
|
|
1572
1590
|
reboot: () => {
|
|
@@ -1577,7 +1595,7 @@ function qe() {
|
|
|
1577
1595
|
}
|
|
1578
1596
|
};
|
|
1579
1597
|
}
|
|
1580
|
-
function
|
|
1598
|
+
function s5() {
|
|
1581
1599
|
const [e, t] = H(), [n, c] = H();
|
|
1582
1600
|
function r() {
|
|
1583
1601
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
@@ -1592,20 +1610,20 @@ function Ye() {
|
|
|
1592
1610
|
return () => clearInterval(i);
|
|
1593
1611
|
}, []), { date: e, time: n };
|
|
1594
1612
|
}
|
|
1595
|
-
const
|
|
1596
|
-
const [e, t] = H(!1), n =
|
|
1613
|
+
const n5 = () => {
|
|
1614
|
+
const [e, t] = H(!1), n = h2(), c = v2();
|
|
1597
1615
|
let r;
|
|
1598
|
-
return
|
|
1616
|
+
return g2(c) ? r = c.statusText : c instanceof Error ? r = c.message : typeof c == "string" ? r = c : (console.error(c), r = "Unknown error"), /* @__PURE__ */ s.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
1599
1617
|
/* @__PURE__ */ s.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ s.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
|
|
1600
1618
|
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => n(-1), children: "Go Back" }),
|
|
1601
1619
|
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => t(!e), children: e ? "Hide error message" : "Show error message" }),
|
|
1602
1620
|
e && /* @__PURE__ */ s.jsx("p", { children: r })
|
|
1603
1621
|
] });
|
|
1604
|
-
},
|
|
1605
|
-
iconbtn:
|
|
1606
|
-
iconbtnvert:
|
|
1607
|
-
iconsm:
|
|
1608
|
-
},
|
|
1622
|
+
}, B8 = "_iconbtn_16qss_1", O8 = "_iconbtnvert_16qss_7", V8 = "_iconsm_16qss_18", $1 = {
|
|
1623
|
+
iconbtn: B8,
|
|
1624
|
+
iconbtnvert: O8,
|
|
1625
|
+
iconsm: V8
|
|
1626
|
+
}, k8 = ({
|
|
1609
1627
|
multiIcon: e,
|
|
1610
1628
|
otherContent: t = null,
|
|
1611
1629
|
vert: n = !1,
|
|
@@ -1615,21 +1633,21 @@ const ze = () => {
|
|
|
1615
1633
|
disabled: d,
|
|
1616
1634
|
feedback: a,
|
|
1617
1635
|
feedbackClassName: f,
|
|
1618
|
-
onPointerDown:
|
|
1636
|
+
onPointerDown: x,
|
|
1619
1637
|
onPointerUp: h,
|
|
1620
1638
|
onPointerLeave: R,
|
|
1621
1639
|
...A
|
|
1622
1640
|
}) => {
|
|
1623
|
-
const [F, k] = H(!1), Q = !d && a ? f : "",
|
|
1641
|
+
const [F, k] = H(!1), Q = !d && a ? f : "", r1 = !d && (F || a);
|
|
1624
1642
|
return /* @__PURE__ */ s.jsxs(
|
|
1625
1643
|
"button",
|
|
1626
1644
|
{
|
|
1627
1645
|
type: "button",
|
|
1628
|
-
className: `${
|
|
1646
|
+
className: `${$1.iconbtn} ${n ? $1.iconbtnvert : ""} ${c} ${Q}`,
|
|
1629
1647
|
...A,
|
|
1630
1648
|
disabled: d,
|
|
1631
1649
|
onPointerDown: (D) => {
|
|
1632
|
-
k(!0),
|
|
1650
|
+
k(!0), x == null || x(D);
|
|
1633
1651
|
},
|
|
1634
1652
|
onPointerUp: (D) => {
|
|
1635
1653
|
k(!1), h == null || h(D);
|
|
@@ -1641,8 +1659,8 @@ const ze = () => {
|
|
|
1641
1659
|
e && /* @__PURE__ */ s.jsx(
|
|
1642
1660
|
e,
|
|
1643
1661
|
{
|
|
1644
|
-
className: `${r ||
|
|
1645
|
-
active:
|
|
1662
|
+
className: `${r || $1.iconsm}`,
|
|
1663
|
+
active: r1,
|
|
1646
1664
|
disabled: d
|
|
1647
1665
|
}
|
|
1648
1666
|
),
|
|
@@ -1656,7 +1674,7 @@ const ze = () => {
|
|
|
1656
1674
|
EnabledImage: n,
|
|
1657
1675
|
active: c,
|
|
1658
1676
|
disabled: r
|
|
1659
|
-
}) => r ? t : c ? e : n,
|
|
1677
|
+
}) => r ? t : c ? e : n, U8 = ({
|
|
1660
1678
|
active: e,
|
|
1661
1679
|
className: t = "",
|
|
1662
1680
|
disabled: n
|
|
@@ -1708,7 +1726,7 @@ const ze = () => {
|
|
|
1708
1726
|
active: e,
|
|
1709
1727
|
disabled: n
|
|
1710
1728
|
}
|
|
1711
|
-
),
|
|
1729
|
+
), F8 = ({
|
|
1712
1730
|
active: e,
|
|
1713
1731
|
className: t = "",
|
|
1714
1732
|
disabled: n
|
|
@@ -1757,7 +1775,7 @@ const ze = () => {
|
|
|
1757
1775
|
active: e,
|
|
1758
1776
|
disabled: n
|
|
1759
1777
|
}
|
|
1760
|
-
),
|
|
1778
|
+
), W8 = ({
|
|
1761
1779
|
active: e,
|
|
1762
1780
|
className: t = "",
|
|
1763
1781
|
disabled: n
|
|
@@ -1797,7 +1815,7 @@ const ze = () => {
|
|
|
1797
1815
|
active: e,
|
|
1798
1816
|
disabled: n
|
|
1799
1817
|
}
|
|
1800
|
-
),
|
|
1818
|
+
), H8 = ({
|
|
1801
1819
|
active: e,
|
|
1802
1820
|
className: t = "",
|
|
1803
1821
|
disabled: n
|
|
@@ -1846,7 +1864,7 @@ const ze = () => {
|
|
|
1846
1864
|
active: e,
|
|
1847
1865
|
disabled: n
|
|
1848
1866
|
}
|
|
1849
|
-
),
|
|
1867
|
+
), K8 = ({
|
|
1850
1868
|
active: e,
|
|
1851
1869
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1852
1870
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -1915,7 +1933,7 @@ const ze = () => {
|
|
|
1915
1933
|
active: e,
|
|
1916
1934
|
disabled: n
|
|
1917
1935
|
}
|
|
1918
|
-
),
|
|
1936
|
+
), G8 = ({
|
|
1919
1937
|
active: e,
|
|
1920
1938
|
className: t = "",
|
|
1921
1939
|
disabled: n
|
|
@@ -1964,7 +1982,7 @@ const ze = () => {
|
|
|
1964
1982
|
active: e,
|
|
1965
1983
|
disabled: n
|
|
1966
1984
|
}
|
|
1967
|
-
),
|
|
1985
|
+
), q8 = ({
|
|
1968
1986
|
active: e,
|
|
1969
1987
|
className: t = "",
|
|
1970
1988
|
disabled: n
|
|
@@ -2013,7 +2031,7 @@ const ze = () => {
|
|
|
2013
2031
|
active: e,
|
|
2014
2032
|
disabled: n
|
|
2015
2033
|
}
|
|
2016
|
-
),
|
|
2034
|
+
), Y8 = ({
|
|
2017
2035
|
active: e,
|
|
2018
2036
|
className: t = "",
|
|
2019
2037
|
disabled: n
|
|
@@ -2062,7 +2080,7 @@ const ze = () => {
|
|
|
2062
2080
|
active: e,
|
|
2063
2081
|
disabled: n
|
|
2064
2082
|
}
|
|
2065
|
-
),
|
|
2083
|
+
), z8 = ({
|
|
2066
2084
|
active: e,
|
|
2067
2085
|
className: t = "",
|
|
2068
2086
|
disabled: n
|
|
@@ -2111,7 +2129,7 @@ const ze = () => {
|
|
|
2111
2129
|
active: e,
|
|
2112
2130
|
disabled: n
|
|
2113
2131
|
}
|
|
2114
|
-
),
|
|
2132
|
+
), J8 = ({
|
|
2115
2133
|
active: e,
|
|
2116
2134
|
className: t = "",
|
|
2117
2135
|
disabled: n
|
|
@@ -2160,7 +2178,7 @@ const ze = () => {
|
|
|
2160
2178
|
active: e,
|
|
2161
2179
|
disabled: n
|
|
2162
2180
|
}
|
|
2163
|
-
),
|
|
2181
|
+
), X8 = ({
|
|
2164
2182
|
active: e,
|
|
2165
2183
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2166
2184
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -2229,7 +2247,7 @@ const ze = () => {
|
|
|
2229
2247
|
active: e,
|
|
2230
2248
|
disabled: n
|
|
2231
2249
|
}
|
|
2232
|
-
),
|
|
2250
|
+
), Q8 = ({
|
|
2233
2251
|
active: e,
|
|
2234
2252
|
className: t = "",
|
|
2235
2253
|
disabled: n
|
|
@@ -2278,7 +2296,7 @@ const ze = () => {
|
|
|
2278
2296
|
active: e,
|
|
2279
2297
|
disabled: n
|
|
2280
2298
|
}
|
|
2281
|
-
),
|
|
2299
|
+
), N8 = ({
|
|
2282
2300
|
active: e,
|
|
2283
2301
|
className: t = "",
|
|
2284
2302
|
disabled: n
|
|
@@ -2327,7 +2345,7 @@ const ze = () => {
|
|
|
2327
2345
|
active: e,
|
|
2328
2346
|
disabled: n
|
|
2329
2347
|
}
|
|
2330
|
-
),
|
|
2348
|
+
), e6 = ({
|
|
2331
2349
|
active: e,
|
|
2332
2350
|
className: t = "",
|
|
2333
2351
|
disabled: n
|
|
@@ -2376,7 +2394,7 @@ const ze = () => {
|
|
|
2376
2394
|
active: e,
|
|
2377
2395
|
disabled: n
|
|
2378
2396
|
}
|
|
2379
|
-
),
|
|
2397
|
+
), t6 = ({
|
|
2380
2398
|
active: e,
|
|
2381
2399
|
className: t = "",
|
|
2382
2400
|
disabled: n
|
|
@@ -2425,7 +2443,7 @@ const ze = () => {
|
|
|
2425
2443
|
active: e,
|
|
2426
2444
|
disabled: n
|
|
2427
2445
|
}
|
|
2428
|
-
),
|
|
2446
|
+
), s6 = ({
|
|
2429
2447
|
active: e,
|
|
2430
2448
|
className: t = "",
|
|
2431
2449
|
disabled: n
|
|
@@ -2447,7 +2465,7 @@ const ze = () => {
|
|
|
2447
2465
|
active: e,
|
|
2448
2466
|
disabled: n
|
|
2449
2467
|
}
|
|
2450
|
-
),
|
|
2468
|
+
), n6 = ({
|
|
2451
2469
|
active: e,
|
|
2452
2470
|
className: t = "",
|
|
2453
2471
|
disabled: n
|
|
@@ -2496,7 +2514,7 @@ const ze = () => {
|
|
|
2496
2514
|
active: e,
|
|
2497
2515
|
disabled: n
|
|
2498
2516
|
}
|
|
2499
|
-
),
|
|
2517
|
+
), o6 = ({
|
|
2500
2518
|
active: e,
|
|
2501
2519
|
className: t = "",
|
|
2502
2520
|
disabled: n
|
|
@@ -2545,7 +2563,7 @@ const ze = () => {
|
|
|
2545
2563
|
active: e,
|
|
2546
2564
|
disabled: n
|
|
2547
2565
|
}
|
|
2548
|
-
),
|
|
2566
|
+
), c6 = ({
|
|
2549
2567
|
active: e,
|
|
2550
2568
|
className: t = "",
|
|
2551
2569
|
disabled: n
|
|
@@ -2594,7 +2612,7 @@ const ze = () => {
|
|
|
2594
2612
|
active: e,
|
|
2595
2613
|
disabled: n
|
|
2596
2614
|
}
|
|
2597
|
-
),
|
|
2615
|
+
), r6 = ({
|
|
2598
2616
|
active: e,
|
|
2599
2617
|
className: t = "",
|
|
2600
2618
|
disabled: n
|
|
@@ -2643,7 +2661,7 @@ const ze = () => {
|
|
|
2643
2661
|
active: e,
|
|
2644
2662
|
disabled: n
|
|
2645
2663
|
}
|
|
2646
|
-
),
|
|
2664
|
+
), l6 = ({
|
|
2647
2665
|
active: e,
|
|
2648
2666
|
className: t = "",
|
|
2649
2667
|
disabled: n
|
|
@@ -2692,7 +2710,7 @@ const ze = () => {
|
|
|
2692
2710
|
active: e,
|
|
2693
2711
|
disabled: n
|
|
2694
2712
|
}
|
|
2695
|
-
),
|
|
2713
|
+
), i6 = ({
|
|
2696
2714
|
active: e,
|
|
2697
2715
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2698
2716
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -2761,7 +2779,7 @@ const ze = () => {
|
|
|
2761
2779
|
active: e,
|
|
2762
2780
|
disabled: n
|
|
2763
2781
|
}
|
|
2764
|
-
),
|
|
2782
|
+
), a6 = ({
|
|
2765
2783
|
active: e,
|
|
2766
2784
|
className: t = "",
|
|
2767
2785
|
disabled: n
|
|
@@ -2810,7 +2828,7 @@ const ze = () => {
|
|
|
2810
2828
|
active: e,
|
|
2811
2829
|
disabled: n
|
|
2812
2830
|
}
|
|
2813
|
-
),
|
|
2831
|
+
), u6 = ({
|
|
2814
2832
|
active: e,
|
|
2815
2833
|
className: t = "",
|
|
2816
2834
|
disabled: n
|
|
@@ -2859,7 +2877,7 @@ const ze = () => {
|
|
|
2859
2877
|
active: e,
|
|
2860
2878
|
disabled: n
|
|
2861
2879
|
}
|
|
2862
|
-
),
|
|
2880
|
+
), d6 = ({
|
|
2863
2881
|
active: e,
|
|
2864
2882
|
className: t = "",
|
|
2865
2883
|
disabled: n
|
|
@@ -2908,7 +2926,7 @@ const ze = () => {
|
|
|
2908
2926
|
active: e,
|
|
2909
2927
|
disabled: n
|
|
2910
2928
|
}
|
|
2911
|
-
),
|
|
2929
|
+
), h6 = ({
|
|
2912
2930
|
active: e,
|
|
2913
2931
|
className: t = "",
|
|
2914
2932
|
disabled: n
|
|
@@ -2957,7 +2975,7 @@ const ze = () => {
|
|
|
2957
2975
|
active: e,
|
|
2958
2976
|
disabled: n
|
|
2959
2977
|
}
|
|
2960
|
-
),
|
|
2978
|
+
), v6 = ({
|
|
2961
2979
|
active: e,
|
|
2962
2980
|
className: t = "",
|
|
2963
2981
|
disabled: n
|
|
@@ -3006,7 +3024,7 @@ const ze = () => {
|
|
|
3006
3024
|
active: e,
|
|
3007
3025
|
disabled: n
|
|
3008
3026
|
}
|
|
3009
|
-
),
|
|
3027
|
+
), g6 = ({
|
|
3010
3028
|
active: e,
|
|
3011
3029
|
className: t = "",
|
|
3012
3030
|
disabled: n
|
|
@@ -3055,7 +3073,7 @@ const ze = () => {
|
|
|
3055
3073
|
active: e,
|
|
3056
3074
|
disabled: n
|
|
3057
3075
|
}
|
|
3058
|
-
),
|
|
3076
|
+
), f6 = ({
|
|
3059
3077
|
active: e,
|
|
3060
3078
|
className: t = "",
|
|
3061
3079
|
disabled: n
|
|
@@ -3104,7 +3122,7 @@ const ze = () => {
|
|
|
3104
3122
|
active: e,
|
|
3105
3123
|
disabled: n
|
|
3106
3124
|
}
|
|
3107
|
-
),
|
|
3125
|
+
), p6 = ({
|
|
3108
3126
|
active: e,
|
|
3109
3127
|
className: t = "",
|
|
3110
3128
|
disabled: n
|
|
@@ -3153,7 +3171,7 @@ const ze = () => {
|
|
|
3153
3171
|
active: e,
|
|
3154
3172
|
disabled: n
|
|
3155
3173
|
}
|
|
3156
|
-
),
|
|
3174
|
+
), w6 = ({
|
|
3157
3175
|
active: e,
|
|
3158
3176
|
className: t = "",
|
|
3159
3177
|
disabled: n
|
|
@@ -3202,7 +3220,7 @@ const ze = () => {
|
|
|
3202
3220
|
active: e,
|
|
3203
3221
|
disabled: n
|
|
3204
3222
|
}
|
|
3205
|
-
),
|
|
3223
|
+
), x6 = ({
|
|
3206
3224
|
active: e,
|
|
3207
3225
|
className: t = "",
|
|
3208
3226
|
disabled: n
|
|
@@ -3251,88 +3269,88 @@ const ze = () => {
|
|
|
3251
3269
|
active: e,
|
|
3252
3270
|
disabled: n
|
|
3253
3271
|
}
|
|
3254
|
-
),
|
|
3255
|
-
Alert:
|
|
3256
|
-
Camera:
|
|
3257
|
-
DownArrow:
|
|
3258
|
-
Ban:
|
|
3259
|
-
Check:
|
|
3260
|
-
Controller:
|
|
3261
|
-
Elipses:
|
|
3262
|
-
Flag:
|
|
3263
|
-
Gear:
|
|
3264
|
-
Glass:
|
|
3265
|
-
Hdmi:
|
|
3266
|
-
Laptop:
|
|
3267
|
-
LeftArrow:
|
|
3268
|
-
Light:
|
|
3269
|
-
Mic:
|
|
3270
|
-
Moon:
|
|
3271
|
-
Playstation:
|
|
3272
|
-
Podium:
|
|
3273
|
-
Power:
|
|
3274
|
-
Privacy:
|
|
3275
|
-
Question:
|
|
3276
|
-
RightArrow:
|
|
3277
|
-
RoomPC:
|
|
3278
|
-
Shade:
|
|
3279
|
-
Sun:
|
|
3280
|
-
UpArrow:
|
|
3281
|
-
VolDown:
|
|
3282
|
-
VolMute:
|
|
3283
|
-
VolUp:
|
|
3284
|
-
Wireless:
|
|
3285
|
-
X:
|
|
3286
|
-
Xbox:
|
|
3272
|
+
), M6 = {
|
|
3273
|
+
Alert: U8,
|
|
3274
|
+
Camera: W8,
|
|
3275
|
+
DownArrow: G8,
|
|
3276
|
+
Ban: F8,
|
|
3277
|
+
Check: H8,
|
|
3278
|
+
Controller: K8,
|
|
3279
|
+
Elipses: q8,
|
|
3280
|
+
Flag: Y8,
|
|
3281
|
+
Gear: z8,
|
|
3282
|
+
Glass: J8,
|
|
3283
|
+
Hdmi: X8,
|
|
3284
|
+
Laptop: Q8,
|
|
3285
|
+
LeftArrow: N8,
|
|
3286
|
+
Light: e6,
|
|
3287
|
+
Mic: x6,
|
|
3288
|
+
Moon: t6,
|
|
3289
|
+
Playstation: s6,
|
|
3290
|
+
Podium: n6,
|
|
3291
|
+
Power: o6,
|
|
3292
|
+
Privacy: c6,
|
|
3293
|
+
Question: r6,
|
|
3294
|
+
RightArrow: l6,
|
|
3295
|
+
RoomPC: i6,
|
|
3296
|
+
Shade: a6,
|
|
3297
|
+
Sun: u6,
|
|
3298
|
+
UpArrow: d6,
|
|
3299
|
+
VolDown: h6,
|
|
3300
|
+
VolMute: v6,
|
|
3301
|
+
VolUp: g6,
|
|
3302
|
+
Wireless: f6,
|
|
3303
|
+
X: p6,
|
|
3304
|
+
Xbox: w6
|
|
3287
3305
|
};
|
|
3288
|
-
function
|
|
3306
|
+
function o5({
|
|
3289
3307
|
name: e,
|
|
3290
|
-
iconsDictionary: t =
|
|
3308
|
+
iconsDictionary: t = M6,
|
|
3291
3309
|
...n
|
|
3292
3310
|
}) {
|
|
3293
3311
|
const c = t[e] ?? null;
|
|
3294
|
-
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(
|
|
3312
|
+
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(k8, { multiIcon: c, ...n });
|
|
3295
3313
|
}
|
|
3296
|
-
const
|
|
3297
|
-
grid:
|
|
3298
|
-
header:
|
|
3299
|
-
content:
|
|
3300
|
-
footer:
|
|
3301
|
-
volume:
|
|
3302
|
-
},
|
|
3303
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3304
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3305
|
-
r && /* @__PURE__ */ s.jsx("div", { className:
|
|
3306
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3307
|
-
] }),
|
|
3308
|
-
grid:
|
|
3309
|
-
header:
|
|
3310
|
-
content:
|
|
3311
|
-
},
|
|
3312
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3313
|
-
c && /* @__PURE__ */ s.jsx("div", { className:
|
|
3314
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3315
|
-
] }),
|
|
3316
|
-
grid:
|
|
3317
|
-
header:
|
|
3318
|
-
content:
|
|
3319
|
-
},
|
|
3320
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3321
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3314
|
+
const m6 = "_grid_1cmpp_1", Z6 = "_header_1cmpp_11", j6 = "_content_1cmpp_17", C6 = "_footer_1cmpp_23", S6 = "_volume_1cmpp_29", h1 = {
|
|
3315
|
+
grid: m6,
|
|
3316
|
+
header: Z6,
|
|
3317
|
+
content: j6,
|
|
3318
|
+
footer: C6,
|
|
3319
|
+
volume: S6
|
|
3320
|
+
}, c5 = ({ header: e, footer: t, content: n, volume: c, showVolume: r }) => /* @__PURE__ */ s.jsxs("div", { className: h1.grid, children: [
|
|
3321
|
+
/* @__PURE__ */ s.jsx("div", { className: h1.header, children: e }),
|
|
3322
|
+
/* @__PURE__ */ s.jsx("div", { className: h1.content, children: n }),
|
|
3323
|
+
r && /* @__PURE__ */ s.jsx("div", { className: h1.volume, children: c }),
|
|
3324
|
+
/* @__PURE__ */ s.jsx("div", { className: h1.footer, children: t })
|
|
3325
|
+
] }), b6 = "_grid_11w5q_1", I6 = "_header_11w5q_11", R6 = "_content_11w5q_17", Z1 = {
|
|
3326
|
+
grid: b6,
|
|
3327
|
+
header: I6,
|
|
3328
|
+
content: R6
|
|
3329
|
+
}, r5 = ({ className: e, header: t, content: n, leftNav: c }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${Z1.grid}`, children: [
|
|
3330
|
+
/* @__PURE__ */ s.jsx("div", { className: Z1.header, children: t }),
|
|
3331
|
+
c && /* @__PURE__ */ s.jsx("div", { className: Z1.leftNav, children: c }),
|
|
3332
|
+
/* @__PURE__ */ s.jsx("div", { className: Z1.content, children: n })
|
|
3333
|
+
] }), y6 = "_grid_1uwfo_1", E6 = "_header_1uwfo_11", _6 = "_content_1uwfo_17", A1 = {
|
|
3334
|
+
grid: y6,
|
|
3335
|
+
header: E6,
|
|
3336
|
+
content: _6
|
|
3337
|
+
}, l5 = ({ className: e, header: t, content: n }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${A1.grid}`, children: [
|
|
3338
|
+
/* @__PURE__ */ s.jsx("div", { className: A1.header, children: t }),
|
|
3339
|
+
/* @__PURE__ */ s.jsx("div", { className: A1.content, children: n })
|
|
3322
3340
|
] });
|
|
3323
|
-
function
|
|
3341
|
+
function i5() {
|
|
3324
3342
|
return console.log(location.pathname), location.pathname;
|
|
3325
3343
|
}
|
|
3326
|
-
var
|
|
3327
|
-
class
|
|
3344
|
+
var T6 = /* @__PURE__ */ ((e) => (e[e.NotSet = 0] = "NotSet", e[e.Sunday = 1] = "Sunday", e[e.Monday = 2] = "Monday", e[e.Tuesday = 4] = "Tuesday", e[e.Wednesday = 8] = "Wednesday", e[e.Thursday = 16] = "Thursday", e[e.Friday = 32] = "Friday", e[e.Saturday = 64] = "Saturday", e))(T6 || {});
|
|
3345
|
+
class a5 {
|
|
3328
3346
|
constructor(t, n) {
|
|
3329
3347
|
G(this, "path");
|
|
3330
3348
|
G(this, "handler");
|
|
3331
3349
|
this.path = t, this.handler = n;
|
|
3332
3350
|
}
|
|
3333
3351
|
}
|
|
3334
|
-
const
|
|
3335
|
-
class
|
|
3352
|
+
const u5 = "$off";
|
|
3353
|
+
class d5 {
|
|
3336
3354
|
constructor() {
|
|
3337
3355
|
G(this, "currentShareText");
|
|
3338
3356
|
G(this, "enabled");
|
|
@@ -3340,147 +3358,189 @@ class n5 {
|
|
|
3340
3358
|
}
|
|
3341
3359
|
}
|
|
3342
3360
|
export {
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3361
|
+
Me as Clock,
|
|
3362
|
+
T6 as DaysOfWeek,
|
|
3363
|
+
n5 as ErrorBox,
|
|
3364
|
+
k8 as IconButton,
|
|
3365
|
+
U8 as IconMultiAlert,
|
|
3366
|
+
F8 as IconMultiBan,
|
|
3367
|
+
W8 as IconMultiCamera,
|
|
3368
|
+
H8 as IconMultiCheck,
|
|
3369
|
+
K8 as IconMultiController,
|
|
3370
|
+
G8 as IconMultiDownArrow,
|
|
3371
|
+
q8 as IconMultiElipses,
|
|
3372
|
+
Y8 as IconMultiFlag,
|
|
3373
|
+
z8 as IconMultiGear,
|
|
3374
|
+
J8 as IconMultiGlass,
|
|
3375
|
+
X8 as IconMultiHdmi,
|
|
3376
|
+
Q8 as IconMultiLaptop,
|
|
3377
|
+
N8 as IconMultiLeftArrow,
|
|
3378
|
+
e6 as IconMultiLight,
|
|
3379
|
+
t6 as IconMultiMoon,
|
|
3380
|
+
s6 as IconMultiPlaystation,
|
|
3381
|
+
n6 as IconMultiPodium,
|
|
3382
|
+
o6 as IconMultiPower,
|
|
3383
|
+
c6 as IconMultiPrivacy,
|
|
3384
|
+
r6 as IconMultiQuestion,
|
|
3385
|
+
l6 as IconMultiRightArrow,
|
|
3386
|
+
i6 as IconMultiRoomPC,
|
|
3387
|
+
a6 as IconMultiShade,
|
|
3388
|
+
u6 as IconMultiSun,
|
|
3389
|
+
d6 as IconMultiUpArrow,
|
|
3390
|
+
h6 as IconMultiVolDown,
|
|
3391
|
+
v6 as IconMultiVolMute,
|
|
3392
|
+
g6 as IconMultiVolUp,
|
|
3393
|
+
f6 as IconMultiWireless,
|
|
3394
|
+
p6 as IconMultiX,
|
|
3395
|
+
w6 as IconMultiXbox,
|
|
3396
|
+
c5 as MainLayout,
|
|
3397
|
+
a5 as MessageHandler,
|
|
3398
|
+
pe as MobileControlProvider,
|
|
3381
3399
|
j as MultiStateIconContainer,
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3400
|
+
o5 as NamedIconButton,
|
|
3401
|
+
d5 as ShareState,
|
|
3402
|
+
r5 as TechLayout,
|
|
3403
|
+
l5 as TechPinLayout,
|
|
3404
|
+
i5 as getBaseLocation,
|
|
3405
|
+
V1 as httpClient,
|
|
3406
|
+
u5 as roomOffSourceKey,
|
|
3407
|
+
Z3 as selectAllDevices,
|
|
3408
|
+
w2 as selectApiPath,
|
|
3409
|
+
p2 as selectAppConfig,
|
|
3410
|
+
q2 as selectClientId,
|
|
3411
|
+
r8 as selectCurrentPopoverIdForGroup,
|
|
3412
|
+
Z2 as selectDeviceByKey,
|
|
3413
|
+
i8 as selectError,
|
|
3414
|
+
N2 as selectIsTouchpanel,
|
|
3415
|
+
x2 as selectLogoPath,
|
|
3416
|
+
U1 as selectModalVisibility,
|
|
3417
|
+
M2 as selectPartnerMetadata,
|
|
3418
|
+
V2 as selectRoomAdvancedSharingActive,
|
|
3419
|
+
E2 as selectRoomAudioControlPointList,
|
|
3420
|
+
S2 as selectRoomByKey,
|
|
3421
|
+
D2 as selectRoomCodecContentDestinationKey,
|
|
3422
|
+
j2 as selectRoomConfiguration,
|
|
3423
|
+
T2 as selectRoomDestinationList,
|
|
3424
|
+
_2 as selectRoomDestinations,
|
|
3425
|
+
F2 as selectRoomDisplayStates,
|
|
3426
|
+
P2 as selectRoomEnvironmentalDevices,
|
|
3427
|
+
$2 as selectRoomInCall,
|
|
3428
|
+
B2 as selectRoomIsCoolingDown,
|
|
3429
|
+
O2 as selectRoomIsOn,
|
|
3430
|
+
A2 as selectRoomIsWarmingUp,
|
|
3431
|
+
G2 as selectRoomKey,
|
|
3432
|
+
R2 as selectRoomLevelControls,
|
|
3433
|
+
b2 as selectRoomName,
|
|
3434
|
+
L2 as selectRoomProgramAudioDestinationKey,
|
|
3435
|
+
k2 as selectRoomShareState,
|
|
3436
|
+
y2 as selectRoomSourceList,
|
|
3437
|
+
I2 as selectRoomVolume,
|
|
3438
|
+
C2 as selectRooms,
|
|
3439
|
+
X2 as selectRuntimeInfo,
|
|
3440
|
+
J2 as selectServerIsRunningOnProcessorHardware,
|
|
3441
|
+
l8 as selectShowPopoverById,
|
|
3442
|
+
a8 as selectShowReconnect,
|
|
3443
|
+
Y2 as selectSystemUuid,
|
|
3444
|
+
u8 as selectTheme,
|
|
3445
|
+
Q2 as selectTouchpanelKey,
|
|
3446
|
+
z2 as selectUserCode,
|
|
3447
|
+
K2 as selectWsIsConnected,
|
|
3448
|
+
U2 as selectZoomRoomControllerKey,
|
|
3389
3449
|
Z as store,
|
|
3390
3450
|
z as uiActions,
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3451
|
+
g8 as uiReducer,
|
|
3452
|
+
O6 as useApiPath,
|
|
3453
|
+
m2 as useAppConfig,
|
|
3454
|
+
f2 as useAppDispatch,
|
|
3395
3455
|
p as useAppSelector,
|
|
3396
|
-
|
|
3456
|
+
xe as useAvrControl,
|
|
3397
3457
|
g as useButtonHeldHeartbeat,
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3458
|
+
s8 as useClientId,
|
|
3459
|
+
$8 as useDeviceIBasicVolumeWithFeedback,
|
|
3460
|
+
me as useDevicePresetsModel,
|
|
3461
|
+
Ze as useEndpoint,
|
|
3462
|
+
d8 as useError,
|
|
3463
|
+
Xe as useGetAllDeviceStateFromRoomConfiguration,
|
|
3464
|
+
U6 as useGetAllDevices,
|
|
3465
|
+
W6 as useGetAllRooms,
|
|
3466
|
+
ve as useGetCurrentPopoverIdForGroup,
|
|
3407
3467
|
T as useGetDevice,
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3468
|
+
we as useGetIBasicVolumeWithFeedback,
|
|
3469
|
+
H6 as useGetRoom,
|
|
3470
|
+
ce as useGetRoomDisplayStates,
|
|
3471
|
+
re as useGetZoomRoomControllerKey,
|
|
3472
|
+
I3 as useIBasicVolumeWithFeedback,
|
|
3473
|
+
je as useIChannel,
|
|
3474
|
+
Ce as useIColor,
|
|
3475
|
+
Se as useICommunicationMonitor,
|
|
3476
|
+
Ie as useIDPad,
|
|
3477
|
+
be as useIDeviceInfoMessenger,
|
|
3478
|
+
Re as useIDspPresets,
|
|
3479
|
+
ye as useIDvr,
|
|
3480
|
+
Ee as useIEssentialsRoomCombiner,
|
|
3481
|
+
R3 as useIHasPowerControl,
|
|
3482
|
+
k1 as useIHasSelectableItems,
|
|
3483
|
+
_e as useIHumiditySensor,
|
|
3484
|
+
Te as useILevelControls,
|
|
3485
|
+
Pe as useILightingScenes,
|
|
3486
|
+
Le as useIMatrixRouting,
|
|
3487
|
+
De as useIMcCiscoCodecUserInterfaceAppControl,
|
|
3488
|
+
$e as useINumeric,
|
|
3489
|
+
Ae as useIProjectorScreenLiftControl,
|
|
3490
|
+
Be as useIRoomEventSchedule,
|
|
3491
|
+
Oe as useIRunDefaultPresentRoute,
|
|
3492
|
+
Ve as useIRunDirectRouteAction,
|
|
3493
|
+
ke as useIRunRouteAction,
|
|
3494
|
+
Ue as useISetTopBoxControls,
|
|
3495
|
+
Fe as useIShadesOpenCloseStop,
|
|
3496
|
+
We as useIShutdownPromptTimer,
|
|
3497
|
+
He as useISwitchedOutput,
|
|
3498
|
+
Ke as useITechPassword,
|
|
3499
|
+
Ge as useITemperatureSensor,
|
|
3500
|
+
qe as useITheme,
|
|
3501
|
+
Ye as useITransport,
|
|
3502
|
+
C8 as useInitialize,
|
|
3503
|
+
ae as useIsTouchpanel,
|
|
3504
|
+
V6 as useLogoPath,
|
|
3505
|
+
ze as useMobileControlTouchpanelController,
|
|
3506
|
+
Qe as useOverflow,
|
|
3507
|
+
k6 as usePartnerMetadata,
|
|
3508
|
+
D8 as usePressHoldRelease,
|
|
3509
|
+
ne as useRoomAdvancedSharingActive,
|
|
3510
|
+
q6 as useRoomAudioControlPointList,
|
|
3511
|
+
Q6 as useRoomCodecContentDestinationKey,
|
|
3512
|
+
F6 as useRoomConfiguration,
|
|
3513
|
+
z6 as useRoomDestinationList,
|
|
3514
|
+
Y6 as useRoomDestinations,
|
|
3515
|
+
J6 as useRoomEnvironmentalDevices,
|
|
3516
|
+
Ne as useRoomIBasicVolumeWithFeedback,
|
|
3517
|
+
N6 as useRoomInCall,
|
|
3518
|
+
te as useRoomIsCoolingDown,
|
|
3519
|
+
se as useRoomIsOn,
|
|
3520
|
+
ee as useRoomIsWarmingUp,
|
|
3521
|
+
t8 as useRoomKey,
|
|
3522
|
+
H2 as useRoomLevelControls,
|
|
3523
|
+
K6 as useRoomName,
|
|
3524
|
+
X6 as useRoomProgramAudioDestinationKey,
|
|
3525
|
+
oe as useRoomShareState,
|
|
3526
|
+
G6 as useRoomSourceList,
|
|
3527
|
+
C1 as useRoomState,
|
|
3528
|
+
W2 as useRoomVolume,
|
|
3529
|
+
le as useRuntimeInfo,
|
|
3530
|
+
e5 as useScroll,
|
|
3531
|
+
c8 as useServerIsRunningOnProcessorHardware,
|
|
3532
|
+
de as useShowIncomingCallModal,
|
|
3533
|
+
he as useShowModal,
|
|
3534
|
+
ge as useShowPopoverById,
|
|
3535
|
+
h8 as useShowReconnect,
|
|
3536
|
+
ue as useShowShutdownModal,
|
|
3537
|
+
t5 as useSystemControl,
|
|
3538
|
+
n8 as useSystemUuid,
|
|
3539
|
+
fe as useTheme,
|
|
3540
|
+
s5 as useTimeAndDate,
|
|
3541
|
+
ie as useTouchpanelKey,
|
|
3542
|
+
Je as useTwoWayDisplayBase,
|
|
3543
|
+
o8 as useUserCode,
|
|
3484
3544
|
b as useWebsocketContext,
|
|
3485
|
-
|
|
3545
|
+
e8 as useWsIsConnected
|
|
3486
3546
|
};
|