@pepperdash/mobile-control-react-app-core 1.25.0-feat-essentials-v3.13 → 1.25.0-feat-essentials-v3.15
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 +498 -474
- package/dist/mobile-control-react-app-core.umd.js +9 -9
- package/dist/shared/hooks/interfaces/index.d.ts +2 -0
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasCodecLayouts.d.ts +17 -0
- package/dist/shared/hooks/interfaces/useIHasCodecLayouts.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIHasParticipantVideoMute.d.ts +14 -0
- package/dist/shared/hooks/interfaces/useIHasParticipantVideoMute.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var G = (e, t, n) =>
|
|
1
|
+
var p2 = Object.defineProperty;
|
|
2
|
+
var w2 = (e, t, n) => t in e ? p2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
|
+
var G = (e, t, n) => w2(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
4
|
import M3, { AxiosError as M2 } from "axios";
|
|
5
5
|
import { useDispatch as x2, useSelector as S2, Provider as Z2 } from "react-redux";
|
|
6
6
|
import { createSelector as x, createSlice as v1, combineReducers as C2, configureStore as j2 } from "@reduxjs/toolkit";
|
|
7
7
|
import x3, { createContext as b2, useEffect as S1, useCallback as l1, useContext as I2, useRef as d1, useMemo as T, useState as Y, useLayoutEffect as S3 } from "react";
|
|
8
|
-
import { useNavigate as y2, useRouteError as R2, isRouteErrorResponse as
|
|
8
|
+
import { useNavigate as y2, useRouteError as R2, isRouteErrorResponse as P2 } from "react-router-dom";
|
|
9
9
|
import * as Z3 from "lodash";
|
|
10
|
-
const
|
|
10
|
+
const V1 = x2.withTypes(), w = S2.withTypes(), Z1 = (e) => e.appConfig, $2 = x(
|
|
11
11
|
Z1,
|
|
12
12
|
(e) => e.config
|
|
13
13
|
), E2 = x(
|
|
@@ -19,20 +19,20 @@ const k1 = x2.withTypes(), p = S2.withTypes(), Z1 = (e) => e.appConfig, P2 = x(
|
|
|
19
19
|
), D2 = x(
|
|
20
20
|
Z1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
), Xt = () =>
|
|
22
|
+
), Xt = () => w($2), Qt = () => w(E2), Nt = () => w(T2), e8 = () => w(D2), C3 = (e) => e.devices, j3 = x(
|
|
23
23
|
C3,
|
|
24
24
|
(e) => e
|
|
25
25
|
), A2 = (e) => x(
|
|
26
26
|
C3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
), t8 = () =>
|
|
29
|
-
function
|
|
30
|
-
return
|
|
28
|
+
), t8 = () => w(j3);
|
|
29
|
+
function S(e) {
|
|
30
|
+
return w(A2(e));
|
|
31
31
|
}
|
|
32
|
-
const O = (e) => e.rooms,
|
|
32
|
+
const O = (e) => e.rooms, L2 = (e) => x(
|
|
33
33
|
O,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
-
),
|
|
35
|
+
), _2 = x(
|
|
36
36
|
O,
|
|
37
37
|
(e) => e
|
|
38
38
|
), B2 = (e) => x(
|
|
@@ -44,22 +44,22 @@ const O = (e) => e.rooms, _2 = (e) => x(
|
|
|
44
44
|
), W2 = (e, t) => x(
|
|
45
45
|
O,
|
|
46
46
|
(n) => n[e] ? n[e].volumes[t] : void 0
|
|
47
|
-
),
|
|
47
|
+
), V2 = (e) => x(
|
|
48
48
|
O,
|
|
49
49
|
(t) => t[e] ? t[e] : void 0
|
|
50
|
-
),
|
|
50
|
+
), k2 = (e) => x(
|
|
51
51
|
O,
|
|
52
52
|
(t) => {
|
|
53
53
|
var n, s;
|
|
54
54
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.sourceList : void 0;
|
|
55
55
|
}
|
|
56
|
-
),
|
|
56
|
+
), F2 = (e) => x(
|
|
57
57
|
O,
|
|
58
58
|
(t) => {
|
|
59
59
|
var n, s;
|
|
60
60
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.audioControlPointList : void 0;
|
|
61
61
|
}
|
|
62
|
-
),
|
|
62
|
+
), H2 = (e) => x(
|
|
63
63
|
O,
|
|
64
64
|
(t) => {
|
|
65
65
|
var n, s;
|
|
@@ -147,21 +147,21 @@ const O = (e) => e.rooms, _2 = (e) => x(
|
|
|
147
147
|
}
|
|
148
148
|
);
|
|
149
149
|
function n8(e) {
|
|
150
|
-
return
|
|
151
|
-
|
|
150
|
+
return w(
|
|
151
|
+
L2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
154
|
function o8() {
|
|
155
|
-
return
|
|
155
|
+
return w(_2);
|
|
156
156
|
}
|
|
157
157
|
function C1(e) {
|
|
158
|
-
return
|
|
158
|
+
return w(B2(e));
|
|
159
159
|
}
|
|
160
|
-
const s8 = C1, c8 = (e) =>
|
|
160
|
+
const s8 = C1, c8 = (e) => w(
|
|
161
161
|
O2(e)
|
|
162
|
-
), ne = (e, t) =>
|
|
162
|
+
), ne = (e, t) => w(
|
|
163
163
|
W2(e, t)
|
|
164
|
-
), oe = (e) =>
|
|
164
|
+
), oe = (e) => w(V2(e)) || void 0, r8 = (e) => w(k2(e)), l8 = (e) => w(F2(e)), i8 = (e) => w(H2(e)), a8 = (e) => w(U2(e)), u8 = (e) => w(K2(e)), d8 = (e) => w(q2(e)), v8 = (e) => w(G2(e)), g8 = (e) => w(z2(e)), h8 = (e) => w(Y2(e)), f8 = (e) => w(J2(e)), m8 = (e) => w(X2(e)), p8 = (e) => w(Q2(e)), w8 = (e) => w(N2(e)), M8 = (e) => w((t) => te(t, e)), x8 = (e) => w(ee(e)), z = (e) => e.runtimeConfig, se = x(
|
|
165
165
|
z,
|
|
166
166
|
(e) => e.websocket.isConnected
|
|
167
167
|
), ce = x(
|
|
@@ -203,7 +203,7 @@ const s8 = C1, c8 = (e) => p(
|
|
|
203
203
|
), ge = (e, t) => x(
|
|
204
204
|
I3(e),
|
|
205
205
|
(n) => n.includes(t)
|
|
206
|
-
), y3 = () =>
|
|
206
|
+
), y3 = () => w(se), S8 = () => w(ce), Z8 = () => w(re), C8 = () => w(le), j8 = () => w(ie), b8 = () => w(ae), I8 = () => w(ue), y8 = () => w(de), R8 = () => w(ve), P8 = () => w(b3), $8 = (e) => w(I3(e)), E8 = (e, t) => w(ge(e, t)), e1 = (e) => e.ui, k1 = (e) => x(e1, (t) => t.modalVisibility[e]), he = (e) => x(e1, (t) => {
|
|
207
207
|
const n = t.popoverVisibility[e];
|
|
208
208
|
if (n)
|
|
209
209
|
return Object.keys(n).find((s) => n[s]);
|
|
@@ -213,10 +213,10 @@ const s8 = C1, c8 = (e) => p(
|
|
|
213
213
|
var s;
|
|
214
214
|
return ((s = n.popoverVisibility[e]) == null ? void 0 : s[t]) ?? !1;
|
|
215
215
|
}
|
|
216
|
-
), me = x(e1, (e) => e.error),
|
|
216
|
+
), me = x(e1, (e) => e.error), pe = x(
|
|
217
217
|
e1,
|
|
218
218
|
(e) => e.showReconnect
|
|
219
|
-
),
|
|
219
|
+
), we = x(e1, (e) => e.theme), R3 = (e) => x(e1, (t) => t.syncState.includes(e)), T8 = () => w(k1("showShutdownModal")), D8 = () => w(k1("showIncomingCallModal")), A8 = (e) => w(k1(e)), L8 = (e) => w(he(e)), _8 = (e, t) => w(fe(e, t)), Me = () => w(me), xe = () => w(pe), B8 = () => w(we), Se = (e) => w(R3(e)), O8 = () => w(R3("initialSyncComplete")), Ze = {
|
|
220
220
|
showReconnect: !1,
|
|
221
221
|
error: "",
|
|
222
222
|
modalVisibility: {
|
|
@@ -225,7 +225,7 @@ const s8 = C1, c8 = (e) => p(
|
|
|
225
225
|
},
|
|
226
226
|
popoverVisibility: {},
|
|
227
227
|
syncState: []
|
|
228
|
-
},
|
|
228
|
+
}, P3 = v1({
|
|
229
229
|
name: "ui",
|
|
230
230
|
initialState: Ze,
|
|
231
231
|
reducers: {
|
|
@@ -271,7 +271,7 @@ const s8 = C1, c8 = (e) => p(
|
|
|
271
271
|
e.syncState = [];
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
}),
|
|
274
|
+
}), V = P3.actions, Ce = P3.reducer, je = {
|
|
275
275
|
config: {
|
|
276
276
|
enableDev: !1,
|
|
277
277
|
apiPath: "",
|
|
@@ -281,7 +281,7 @@ const s8 = C1, c8 = (e) => p(
|
|
|
281
281
|
loginMode: "",
|
|
282
282
|
modes: {}
|
|
283
283
|
}
|
|
284
|
-
},
|
|
284
|
+
}, $3 = v1({
|
|
285
285
|
name: "appConfig",
|
|
286
286
|
initialState: je,
|
|
287
287
|
reducers: {
|
|
@@ -289,7 +289,7 @@ const s8 = C1, c8 = (e) => p(
|
|
|
289
289
|
e.config = t.payload;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
}), E3 =
|
|
292
|
+
}), E3 = $3.actions, be = $3.reducer, v3 = {}, B1 = v1({
|
|
293
293
|
name: "devices",
|
|
294
294
|
initialState: v3,
|
|
295
295
|
reducers: {
|
|
@@ -310,7 +310,7 @@ const s8 = C1, c8 = (e) => p(
|
|
|
310
310
|
return v3;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
|
-
}),
|
|
313
|
+
}), p1 = {
|
|
314
314
|
setDeviceState: B1.actions.setDeviceState,
|
|
315
315
|
clearDevices: B1.actions.clearDevices
|
|
316
316
|
}, Ie = B1.reducer;
|
|
@@ -326,7 +326,7 @@ const g3 = new ye();
|
|
|
326
326
|
function Re(e) {
|
|
327
327
|
return sessionStorage.getItem(e) || "";
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function Pe(e, t) {
|
|
330
330
|
sessionStorage.setItem(e, t);
|
|
331
331
|
}
|
|
332
332
|
const h3 = {}, O1 = v1({
|
|
@@ -345,10 +345,10 @@ const h3 = {}, O1 = v1({
|
|
|
345
345
|
return h3;
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
}),
|
|
348
|
+
}), w1 = {
|
|
349
349
|
setRoomState: O1.actions.setRoomState,
|
|
350
350
|
clearRooms: O1.actions.clearRooms
|
|
351
|
-
},
|
|
351
|
+
}, $e = O1.reducer, Ee = {
|
|
352
352
|
apiVersion: "",
|
|
353
353
|
serverIsRunningOnProcessorHardware: !1,
|
|
354
354
|
websocket: {
|
|
@@ -414,16 +414,16 @@ const h3 = {}, O1 = v1({
|
|
|
414
414
|
e.touchpanelKey = t.payload;
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
}), U = T3.actions, Te = T3.reducer, A1 = M3.create(), D3 = "websocket/connect", A3 = "websocket/disconnect",
|
|
418
|
-
type:
|
|
417
|
+
}), U = T3.actions, Te = T3.reducer, A1 = M3.create(), D3 = "websocket/connect", A3 = "websocket/disconnect", L3 = "websocket/sendMessage", _3 = "websocket/addEventHandler", B3 = "websocket/removeEventHandler", O3 = "websocket/reconnect", W3 = () => ({ type: D3 }), W8 = () => ({ type: A3 }), De = (e, t) => ({
|
|
418
|
+
type: L3,
|
|
419
419
|
payload: { messageType: e, content: t }
|
|
420
420
|
}), Ae = (e, t, n) => ({
|
|
421
|
-
type:
|
|
421
|
+
type: _3,
|
|
422
422
|
payload: { eventType: e, key: t, callback: n }
|
|
423
|
-
}),
|
|
423
|
+
}), Le = (e, t) => ({
|
|
424
424
|
type: B3,
|
|
425
425
|
payload: { eventType: e, key: t }
|
|
426
|
-
}),
|
|
426
|
+
}), _e = () => ({ type: O3 }), Be = () => {
|
|
427
427
|
const e = {
|
|
428
428
|
client: null,
|
|
429
429
|
token: null,
|
|
@@ -441,10 +441,10 @@ const h3 = {}, O1 = v1({
|
|
|
441
441
|
if (j.status === 200 && j.data) {
|
|
442
442
|
const I = j.data.apiPath;
|
|
443
443
|
v(E3.setAppConfig(j.data));
|
|
444
|
-
const
|
|
444
|
+
const Z = await A1.get(
|
|
445
445
|
`${I}/version`
|
|
446
446
|
);
|
|
447
|
-
|
|
447
|
+
Z.status === 200 && Z.data && v(U.setRuntimeConfig(Z.data));
|
|
448
448
|
}
|
|
449
449
|
} catch (C) {
|
|
450
450
|
console.error("Error getting config", C);
|
|
@@ -458,10 +458,10 @@ const h3 = {}, O1 = v1({
|
|
|
458
458
|
return j.status === 200 && j.data ? (b(U.setRoomData(j.data)), j.data) : null;
|
|
459
459
|
} catch (j) {
|
|
460
460
|
return console.log(j), j instanceof M2 && j.response && j.response.status === 498 ? (console.error("Invalid token. Unable to join room"), b(
|
|
461
|
-
|
|
461
|
+
V.setErrorMessage(
|
|
462
462
|
`Token ${C} is invalid. Unable to join room`
|
|
463
463
|
)
|
|
464
|
-
), null) : (console.error("Error getting room data", j), j instanceof Error ? b(
|
|
464
|
+
), null) : (console.error("Error getting room data", j), j instanceof Error ? b(V.setErrorMessage(j.message)) : b(V.setErrorMessage("Error getting room data")), null);
|
|
465
465
|
}
|
|
466
466
|
}, s = (v) => {
|
|
467
467
|
e.reconnectTimer && (clearTimeout(e.reconnectTimer), e.reconnectTimer = null), console.log("WebSocket middleware: Starting reconnection loop..."), e.reconnectTimer = setTimeout(() => {
|
|
@@ -470,23 +470,23 @@ const h3 = {}, O1 = v1({
|
|
|
470
470
|
}, r = () => {
|
|
471
471
|
e.reconnectTimer && (console.log("WebSocket middleware: Stopping reconnection loop"), clearTimeout(e.reconnectTimer), e.reconnectTimer = null);
|
|
472
472
|
}, l = (v) => {
|
|
473
|
-
v(
|
|
473
|
+
v(V.setShowReconnect(!0)), v(U.setWebsocketIsConnected(!1)), v(p1.clearDevices()), v(w1.clearRooms()), v(V.clearAllModals()), v(V.clearSyncState());
|
|
474
474
|
}, i = (v, C) => {
|
|
475
475
|
var K;
|
|
476
|
-
const b = v(), j = C ?? b.runtimeConfig.roomData.roomKey, { clientId: I } = b.runtimeConfig.roomData,
|
|
476
|
+
const b = v(), j = C ?? b.runtimeConfig.roomData.roomKey, { clientId: I } = b.runtimeConfig.roomData, Z = b.runtimeConfig.websocket.isConnected, W = (K = b.runtimeConfig.roomData.config) == null ? void 0 : K.runtimeInfo.essentialsVersion;
|
|
477
477
|
console.log("WebSocket middleware: Essentials version", {
|
|
478
478
|
essentialsVersion: W
|
|
479
479
|
});
|
|
480
480
|
const o1 = W == null ? void 0 : W.startsWith("3.");
|
|
481
|
-
if (!C || !
|
|
481
|
+
if (!C || !Z || !I) {
|
|
482
482
|
console.log("WebSocket middleware: Cannot request room status", {
|
|
483
483
|
hasRoomKey: !!C,
|
|
484
|
-
isConnected:
|
|
484
|
+
isConnected: Z,
|
|
485
485
|
hasClientId: !!I
|
|
486
486
|
});
|
|
487
487
|
return;
|
|
488
488
|
}
|
|
489
|
-
console.log("WebSocket middleware: Requesting status from room:", C), e.client &&
|
|
489
|
+
console.log("WebSocket middleware: Requesting status from room:", C), e.client && Z && (o1 ? (console.log(
|
|
490
490
|
"WebSocket middleware: Essentials V3 detected, requesting additional status..."
|
|
491
491
|
), e.client.send(
|
|
492
492
|
JSON.stringify({
|
|
@@ -526,50 +526,50 @@ const h3 = {}, O1 = v1({
|
|
|
526
526
|
}
|
|
527
527
|
e.waitingToReconnect = !0;
|
|
528
528
|
try {
|
|
529
|
-
const
|
|
530
|
-
if (!
|
|
529
|
+
const Z = await n(j, e.token, v);
|
|
530
|
+
if (!Z) {
|
|
531
531
|
console.log(
|
|
532
532
|
"WebSocket middleware: Failed to get room data, will retry..."
|
|
533
533
|
), s(v);
|
|
534
534
|
return;
|
|
535
535
|
}
|
|
536
536
|
console.log("WebSocket middleware: Connecting to websocket");
|
|
537
|
-
const o1 = `${j.replace("http", "ws")}/ui/join/${e.token}?clientId=${
|
|
538
|
-
e.client = K, K.onopen = (
|
|
539
|
-
console.log("WebSocket middleware: Connected",
|
|
537
|
+
const o1 = `${j.replace("http", "ws")}/ui/join/${e.token}?clientId=${Z.clientId}`, K = new WebSocket(o1);
|
|
538
|
+
e.client = K, K.onopen = (k) => {
|
|
539
|
+
console.log("WebSocket middleware: Connected", k.type, k.target), e.waitingToReconnect = !1, r(), setTimeout(() => {
|
|
540
540
|
e.client === K && K.readyState === WebSocket.OPEN && v(U.setWebsocketIsConnected(!0));
|
|
541
541
|
}, 100);
|
|
542
|
-
}, K.onerror = (
|
|
543
|
-
console.error("WebSocket middleware: Error",
|
|
544
|
-
}, K.onclose = (
|
|
542
|
+
}, K.onerror = (k) => {
|
|
543
|
+
console.error("WebSocket middleware: Error", k), l(v);
|
|
544
|
+
}, K.onclose = (k) => {
|
|
545
545
|
var D;
|
|
546
546
|
if (console.log(
|
|
547
547
|
"WebSocket middleware: Disconnected",
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
),
|
|
548
|
+
k.reason,
|
|
549
|
+
k.code
|
|
550
|
+
), k.code === 4100) {
|
|
551
551
|
console.log("WebSocket middleware: Closed by client (cleanup)"), r(), l(v);
|
|
552
552
|
return;
|
|
553
553
|
}
|
|
554
|
-
if (e.waitingToReconnect = !0,
|
|
554
|
+
if (e.waitingToReconnect = !0, k.code === 4e3) {
|
|
555
555
|
console.log("WebSocket middleware: User code changed"), r(), v(
|
|
556
556
|
U.setUserCode({ userCode: "", qrUrl: "" })
|
|
557
557
|
), v(
|
|
558
|
-
|
|
558
|
+
V.setErrorMessage(
|
|
559
559
|
"User code changed. Click reconnect to enter the new code"
|
|
560
560
|
)
|
|
561
561
|
), l(v);
|
|
562
562
|
return;
|
|
563
563
|
}
|
|
564
|
-
if (
|
|
564
|
+
if (k.code === 4002) {
|
|
565
565
|
console.log("WebSocket middleware: Room combination changed"), r(), v(
|
|
566
|
-
|
|
566
|
+
V.setErrorMessage(
|
|
567
567
|
"Room combination changed. Click Reconnect to re-join the room"
|
|
568
568
|
)
|
|
569
569
|
), l(v);
|
|
570
570
|
return;
|
|
571
571
|
}
|
|
572
|
-
if (
|
|
572
|
+
if (k.code === 4001)
|
|
573
573
|
if (!!((D = C().runtimeConfig) != null && D.touchpanelKey))
|
|
574
574
|
console.log(
|
|
575
575
|
"WebSocket middleware: Code 4001 received with touchpanel key present, will auto-reconnect"
|
|
@@ -582,7 +582,7 @@ const h3 = {}, O1 = v1({
|
|
|
582
582
|
console.log(
|
|
583
583
|
"WebSocket middleware: Processor disconnected (no touchpanel key, not on processor hardware)"
|
|
584
584
|
), r(), v(
|
|
585
|
-
|
|
585
|
+
V.setErrorMessage(
|
|
586
586
|
"Processor has disconnected. Click Reconnect to continue."
|
|
587
587
|
)
|
|
588
588
|
), l(v);
|
|
@@ -597,13 +597,13 @@ const h3 = {}, O1 = v1({
|
|
|
597
597
|
return;
|
|
598
598
|
}
|
|
599
599
|
e.client = null, console.log("WebSocket middleware: Clearing state on disconnect"), v(
|
|
600
|
-
|
|
600
|
+
V.setErrorMessage(
|
|
601
601
|
"Connection lost. Attempting to reconnect..."
|
|
602
602
|
)
|
|
603
|
-
), v(U.setWebsocketIsConnected(!1)), v(
|
|
604
|
-
}, K.onmessage = (
|
|
603
|
+
), v(U.setWebsocketIsConnected(!1)), v(p1.clearDevices()), v(w1.clearRooms()), v(V.clearAllModals()), v(V.clearSyncState()), s(v);
|
|
604
|
+
}, K.onmessage = (k) => {
|
|
605
605
|
try {
|
|
606
|
-
const D = JSON.parse(
|
|
606
|
+
const D = JSON.parse(k.data);
|
|
607
607
|
if (D.type === "close") {
|
|
608
608
|
K.close(4001, D.content);
|
|
609
609
|
return;
|
|
@@ -618,7 +618,7 @@ const h3 = {}, O1 = v1({
|
|
|
618
618
|
);
|
|
619
619
|
break;
|
|
620
620
|
case "/system/roomKey":
|
|
621
|
-
v(
|
|
621
|
+
v(w1.clearRooms()), v(p1.clearDevices()), v(V.clearSyncState()), v(
|
|
622
622
|
U.setCurrentRoomKey(
|
|
623
623
|
D.content
|
|
624
624
|
)
|
|
@@ -642,7 +642,7 @@ const h3 = {}, O1 = v1({
|
|
|
642
642
|
break;
|
|
643
643
|
}
|
|
644
644
|
case "/system/initialSyncComplete":
|
|
645
|
-
v(
|
|
645
|
+
v(V.addSyncState("initialSyncComplete"));
|
|
646
646
|
break;
|
|
647
647
|
default:
|
|
648
648
|
console.log(
|
|
@@ -666,32 +666,32 @@ const h3 = {}, O1 = v1({
|
|
|
666
666
|
);
|
|
667
667
|
}
|
|
668
668
|
});
|
|
669
|
-
} else D.type.startsWith("/room/") ? v(
|
|
669
|
+
} else D.type.startsWith("/room/") ? v(w1.setRoomState(D)) : D.type.startsWith("/device/") && v(p1.setDeviceState(D));
|
|
670
670
|
} catch (D) {
|
|
671
671
|
console.error("WebSocket middleware: Message handling error", D);
|
|
672
672
|
}
|
|
673
673
|
}, e.waitingToReconnect = !1;
|
|
674
|
-
} catch (
|
|
675
|
-
console.error("WebSocket middleware: Connection error",
|
|
674
|
+
} catch (Z) {
|
|
675
|
+
console.error("WebSocket middleware: Connection error", Z), e.waitingToReconnect = !1, e.client = null;
|
|
676
676
|
}
|
|
677
677
|
}, u = () => {
|
|
678
678
|
e.client && (console.log("WebSocket middleware: Disconnecting"), r(), e.client.close(4100, "Client requested disconnect"), e.client = null);
|
|
679
679
|
}, f = (v, C, b) => {
|
|
680
|
-
const j = b(), I = j.runtimeConfig.websocket.isConnected,
|
|
680
|
+
const j = b(), I = j.runtimeConfig.websocket.isConnected, Z = j.runtimeConfig.roomData.clientId;
|
|
681
681
|
e.client && I ? e.client.send(
|
|
682
|
-
JSON.stringify({ type: v, clientId:
|
|
682
|
+
JSON.stringify({ type: v, clientId: Z, content: C })
|
|
683
683
|
) : console.warn("WebSocket middleware: Cannot send message - not connected");
|
|
684
684
|
}, d = (v, C, b) => {
|
|
685
685
|
e.eventHandlers[v] || (e.eventHandlers[v] = {}), e.eventHandlers[v][C] = b, console.log("WebSocket middleware: Event handler added", v, C);
|
|
686
|
-
},
|
|
686
|
+
}, L = (v, C) => {
|
|
687
687
|
e.eventHandlers[v] && (delete e.eventHandlers[v][C], console.log(
|
|
688
688
|
"WebSocket middleware: Event handler removed",
|
|
689
689
|
v,
|
|
690
690
|
C
|
|
691
691
|
));
|
|
692
692
|
}, A = (v) => {
|
|
693
|
-
const C = v(), { gatewayAppPath: b } = C.appConfig.config, j = C.runtimeConfig.roomData.roomKey, I = C.runtimeConfig.roomData.systemUuid,
|
|
694
|
-
window.location.href =
|
|
693
|
+
const C = v(), { gatewayAppPath: b } = C.appConfig.config, j = C.runtimeConfig.roomData.roomKey, I = C.runtimeConfig.roomData.systemUuid, Z = C.runtimeConfig.roomData.userCode, W = `${b}?uuid=${I}&roomKey=${j}`;
|
|
694
|
+
window.location.href = Z ? `${W}&Code=${Z}` : W;
|
|
695
695
|
};
|
|
696
696
|
return (v) => (C) => (b) => {
|
|
697
697
|
const j = C(b);
|
|
@@ -702,20 +702,20 @@ const h3 = {}, O1 = v1({
|
|
|
702
702
|
switch (I.type) {
|
|
703
703
|
case D3: {
|
|
704
704
|
let W = new URLSearchParams(window.location.search).get("token");
|
|
705
|
-
W ? (console.log("WebSocket middleware: Saving token"),
|
|
705
|
+
W ? (console.log("WebSocket middleware: Saving token"), Pe(g3.uuid, W)) : (W = Re(g3.uuid), console.log("WebSocket middleware: Loading token")), e.token = W, await t(v.dispatch), await g(v.dispatch, v.getState);
|
|
706
706
|
break;
|
|
707
707
|
}
|
|
708
708
|
case A3:
|
|
709
709
|
u();
|
|
710
710
|
break;
|
|
711
|
-
case
|
|
711
|
+
case L3:
|
|
712
712
|
f(
|
|
713
713
|
I.payload.messageType,
|
|
714
714
|
I.payload.content,
|
|
715
715
|
v.getState
|
|
716
716
|
);
|
|
717
717
|
break;
|
|
718
|
-
case
|
|
718
|
+
case _3:
|
|
719
719
|
d(
|
|
720
720
|
I.payload.eventType,
|
|
721
721
|
I.payload.key,
|
|
@@ -723,7 +723,7 @@ const h3 = {}, O1 = v1({
|
|
|
723
723
|
);
|
|
724
724
|
break;
|
|
725
725
|
case B3:
|
|
726
|
-
|
|
726
|
+
L(
|
|
727
727
|
I.payload.eventType,
|
|
728
728
|
I.payload.key
|
|
729
729
|
);
|
|
@@ -737,28 +737,28 @@ const h3 = {}, O1 = v1({
|
|
|
737
737
|
"[WebSocket Middleware] Connection established, requesting room status..."
|
|
738
738
|
), setTimeout(() => i(v.getState), 100));
|
|
739
739
|
else if (b.type === U.setRoomData.type) {
|
|
740
|
-
const
|
|
741
|
-
|
|
740
|
+
const Z = v.getState(), W = b.payload;
|
|
741
|
+
Z.runtimeConfig.websocket.isConnected && (W != null && W.clientId) && (console.log(
|
|
742
742
|
"[WebSocket Middleware] Room data received, requesting room status..."
|
|
743
743
|
), setTimeout(() => i(v.getState), 100));
|
|
744
744
|
} else if (b.type === U.setCurrentRoomKey.type) {
|
|
745
|
-
const
|
|
746
|
-
|
|
745
|
+
const Z = b.payload;
|
|
746
|
+
Z && (console.log(
|
|
747
747
|
"[WebSocket Middleware] Room changed to:",
|
|
748
|
-
|
|
748
|
+
Z,
|
|
749
749
|
", requesting room status..."
|
|
750
|
-
), setTimeout(() => i(v.getState,
|
|
750
|
+
), setTimeout(() => i(v.getState, Z), 100));
|
|
751
751
|
}
|
|
752
752
|
break;
|
|
753
753
|
}
|
|
754
|
-
})().catch((
|
|
755
|
-
console.error("WebSocket middleware: Error handling action",
|
|
754
|
+
})().catch((Z) => {
|
|
755
|
+
console.error("WebSocket middleware: Error handling action", Z);
|
|
756
756
|
}), j;
|
|
757
757
|
};
|
|
758
758
|
}, Oe = C2({
|
|
759
759
|
appConfig: be,
|
|
760
760
|
runtimeConfig: Te,
|
|
761
|
-
rooms:
|
|
761
|
+
rooms: $e,
|
|
762
762
|
devices: Ie,
|
|
763
763
|
ui: Ce
|
|
764
764
|
}), We = j2({
|
|
@@ -770,8 +770,8 @@ const h3 = {}, O1 = v1({
|
|
|
770
770
|
}
|
|
771
771
|
}).concat(Be())
|
|
772
772
|
}), f3 = M3.create();
|
|
773
|
-
function
|
|
774
|
-
const e =
|
|
773
|
+
function V8() {
|
|
774
|
+
const e = V1();
|
|
775
775
|
return async () => {
|
|
776
776
|
try {
|
|
777
777
|
const t = location.pathname.split("/").filter((r) => r.length > 0);
|
|
@@ -805,16 +805,16 @@ var M1 = { exports: {} }, i1 = {};
|
|
|
805
805
|
* LICENSE file in the root directory of this source tree.
|
|
806
806
|
*/
|
|
807
807
|
var m3;
|
|
808
|
-
function
|
|
808
|
+
function Ve() {
|
|
809
809
|
if (m3) return i1;
|
|
810
810
|
m3 = 1;
|
|
811
811
|
var e = x3, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
812
812
|
function i(g, u, f) {
|
|
813
|
-
var d,
|
|
813
|
+
var d, L = {}, A = null, v = null;
|
|
814
814
|
f !== void 0 && (A = "" + f), u.key !== void 0 && (A = "" + u.key), u.ref !== void 0 && (v = u.ref);
|
|
815
|
-
for (d in u) s.call(u, d) && !l.hasOwnProperty(d) && (
|
|
816
|
-
if (g && g.defaultProps) for (d in u = g.defaultProps, u)
|
|
817
|
-
return { $$typeof: t, type: g, key: A, ref: v, props:
|
|
815
|
+
for (d in u) s.call(u, d) && !l.hasOwnProperty(d) && (L[d] = u[d]);
|
|
816
|
+
if (g && g.defaultProps) for (d in u = g.defaultProps, u) L[d] === void 0 && (L[d] = u[d]);
|
|
817
|
+
return { $$typeof: t, type: g, key: A, ref: v, props: L, _owner: r.current };
|
|
818
818
|
}
|
|
819
819
|
return i1.Fragment = n, i1.jsx = i, i1.jsxs = i, i1;
|
|
820
820
|
}
|
|
@@ -828,10 +828,10 @@ var a1 = {};
|
|
|
828
828
|
* This source code is licensed under the MIT license found in the
|
|
829
829
|
* LICENSE file in the root directory of this source tree.
|
|
830
830
|
*/
|
|
831
|
-
var
|
|
832
|
-
function
|
|
833
|
-
return
|
|
834
|
-
var e = x3, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), g = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"),
|
|
831
|
+
var p3;
|
|
832
|
+
function ke() {
|
|
833
|
+
return p3 || (p3 = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
834
|
+
var e = x3, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), g = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), L = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), C = Symbol.iterator, b = "@@iterator";
|
|
835
835
|
function j(c) {
|
|
836
836
|
if (c === null || typeof c != "object")
|
|
837
837
|
return null;
|
|
@@ -839,7 +839,7 @@ function Ve() {
|
|
|
839
839
|
return typeof a == "function" ? a : null;
|
|
840
840
|
}
|
|
841
841
|
var I = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
842
|
-
function
|
|
842
|
+
function Z(c) {
|
|
843
843
|
{
|
|
844
844
|
for (var a = arguments.length, h = new Array(a > 1 ? a - 1 : 0), M = 1; M < a; M++)
|
|
845
845
|
h[M - 1] = arguments[M];
|
|
@@ -848,37 +848,37 @@ function Ve() {
|
|
|
848
848
|
}
|
|
849
849
|
function W(c, a, h) {
|
|
850
850
|
{
|
|
851
|
-
var M = I.ReactDebugCurrentFrame,
|
|
852
|
-
|
|
851
|
+
var M = I.ReactDebugCurrentFrame, $ = M.getStackAddendum();
|
|
852
|
+
$ !== "" && (a += "%s", h = h.concat([$]));
|
|
853
853
|
var E = h.map(function(R) {
|
|
854
854
|
return String(R);
|
|
855
855
|
});
|
|
856
856
|
E.unshift("Warning: " + a), Function.prototype.apply.call(console[c], console, E);
|
|
857
857
|
}
|
|
858
858
|
}
|
|
859
|
-
var o1 = !1, K = !1,
|
|
859
|
+
var o1 = !1, K = !1, k = !1, D = !1, J = !1, s1;
|
|
860
860
|
s1 = Symbol.for("react.module.reference");
|
|
861
861
|
function b1(c) {
|
|
862
|
-
return !!(typeof c == "string" || typeof c == "function" || c === s || c === l || J || c === r || c === f || c === d || D || c === v || o1 || K ||
|
|
862
|
+
return !!(typeof c == "string" || typeof c == "function" || c === s || c === l || J || c === r || c === f || c === d || D || c === v || o1 || K || k || typeof c == "object" && c !== null && (c.$$typeof === A || c.$$typeof === L || c.$$typeof === i || c.$$typeof === g || c.$$typeof === u || // This needs to include all possible module reference object
|
|
863
863
|
// types supported by any Flight configuration anywhere since
|
|
864
864
|
// we don't know which Flight build this will end up being used
|
|
865
865
|
// with.
|
|
866
866
|
c.$$typeof === s1 || c.getModuleId !== void 0));
|
|
867
867
|
}
|
|
868
|
-
function
|
|
868
|
+
function H3(c, a, h) {
|
|
869
869
|
var M = c.displayName;
|
|
870
870
|
if (M)
|
|
871
871
|
return M;
|
|
872
|
-
var
|
|
873
|
-
return
|
|
872
|
+
var $ = a.displayName || a.name || "";
|
|
873
|
+
return $ !== "" ? h + "(" + $ + ")" : h;
|
|
874
874
|
}
|
|
875
|
-
function
|
|
875
|
+
function F1(c) {
|
|
876
876
|
return c.displayName || "Context";
|
|
877
877
|
}
|
|
878
878
|
function X(c) {
|
|
879
879
|
if (c == null)
|
|
880
880
|
return null;
|
|
881
|
-
if (typeof c.tag == "number" &&
|
|
881
|
+
if (typeof c.tag == "number" && Z("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof c == "function")
|
|
882
882
|
return c.displayName || c.name || null;
|
|
883
883
|
if (typeof c == "string")
|
|
884
884
|
return c;
|
|
@@ -900,17 +900,17 @@ function Ve() {
|
|
|
900
900
|
switch (c.$$typeof) {
|
|
901
901
|
case g:
|
|
902
902
|
var a = c;
|
|
903
|
-
return
|
|
903
|
+
return F1(a) + ".Consumer";
|
|
904
904
|
case i:
|
|
905
905
|
var h = c;
|
|
906
|
-
return
|
|
906
|
+
return F1(h._context) + ".Provider";
|
|
907
907
|
case u:
|
|
908
|
-
return
|
|
909
|
-
case
|
|
908
|
+
return H3(c, c.render, "ForwardRef");
|
|
909
|
+
case L:
|
|
910
910
|
var M = c.displayName || null;
|
|
911
911
|
return M !== null ? M : X(c.type) || "Memo";
|
|
912
912
|
case A: {
|
|
913
|
-
var
|
|
913
|
+
var $ = c, E = $._payload, R = $._init;
|
|
914
914
|
try {
|
|
915
915
|
return X(R(E));
|
|
916
916
|
} catch {
|
|
@@ -920,14 +920,14 @@ function Ve() {
|
|
|
920
920
|
}
|
|
921
921
|
return null;
|
|
922
922
|
}
|
|
923
|
-
var Q = Object.assign, c1 = 0,
|
|
923
|
+
var Q = Object.assign, c1 = 0, H1, U1, K1, q1, G1, z1, Y1;
|
|
924
924
|
function J1() {
|
|
925
925
|
}
|
|
926
926
|
J1.__reactDisabledLog = !0;
|
|
927
927
|
function U3() {
|
|
928
928
|
{
|
|
929
929
|
if (c1 === 0) {
|
|
930
|
-
|
|
930
|
+
H1 = console.log, U1 = console.info, K1 = console.warn, q1 = console.error, G1 = console.group, z1 = console.groupCollapsed, Y1 = console.groupEnd;
|
|
931
931
|
var c = {
|
|
932
932
|
configurable: !0,
|
|
933
933
|
enumerable: !0,
|
|
@@ -957,7 +957,7 @@ function Ve() {
|
|
|
957
957
|
};
|
|
958
958
|
Object.defineProperties(console, {
|
|
959
959
|
log: Q({}, c, {
|
|
960
|
-
value:
|
|
960
|
+
value: H1
|
|
961
961
|
}),
|
|
962
962
|
info: Q({}, c, {
|
|
963
963
|
value: U1
|
|
@@ -979,7 +979,7 @@ function Ve() {
|
|
|
979
979
|
})
|
|
980
980
|
});
|
|
981
981
|
}
|
|
982
|
-
c1 < 0 &&
|
|
982
|
+
c1 < 0 && Z("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
983
983
|
}
|
|
984
984
|
}
|
|
985
985
|
var I1 = I.ReactCurrentDispatcher, y1;
|
|
@@ -988,8 +988,8 @@ function Ve() {
|
|
|
988
988
|
if (y1 === void 0)
|
|
989
989
|
try {
|
|
990
990
|
throw Error();
|
|
991
|
-
} catch (
|
|
992
|
-
var M =
|
|
991
|
+
} catch ($) {
|
|
992
|
+
var M = $.stack.trim().match(/\n( *(at )?)/);
|
|
993
993
|
y1 = M && M[1] || "";
|
|
994
994
|
}
|
|
995
995
|
return `
|
|
@@ -1011,7 +1011,7 @@ function Ve() {
|
|
|
1011
1011
|
}
|
|
1012
1012
|
var M;
|
|
1013
1013
|
R1 = !0;
|
|
1014
|
-
var
|
|
1014
|
+
var $ = Error.prepareStackTrace;
|
|
1015
1015
|
Error.prepareStackTrace = void 0;
|
|
1016
1016
|
var E;
|
|
1017
1017
|
E = I1.current, I1.current = null, U3();
|
|
@@ -1027,47 +1027,47 @@ function Ve() {
|
|
|
1027
1027
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1028
1028
|
try {
|
|
1029
1029
|
Reflect.construct(R, []);
|
|
1030
|
-
} catch (
|
|
1031
|
-
M =
|
|
1030
|
+
} catch (H) {
|
|
1031
|
+
M = H;
|
|
1032
1032
|
}
|
|
1033
1033
|
Reflect.construct(c, [], R);
|
|
1034
1034
|
} else {
|
|
1035
1035
|
try {
|
|
1036
1036
|
R.call();
|
|
1037
|
-
} catch (
|
|
1038
|
-
M =
|
|
1037
|
+
} catch (H) {
|
|
1038
|
+
M = H;
|
|
1039
1039
|
}
|
|
1040
1040
|
c.call(R.prototype);
|
|
1041
1041
|
}
|
|
1042
1042
|
} else {
|
|
1043
1043
|
try {
|
|
1044
1044
|
throw Error();
|
|
1045
|
-
} catch (
|
|
1046
|
-
M =
|
|
1045
|
+
} catch (H) {
|
|
1046
|
+
M = H;
|
|
1047
1047
|
}
|
|
1048
1048
|
c();
|
|
1049
1049
|
}
|
|
1050
|
-
} catch (
|
|
1051
|
-
if (
|
|
1052
|
-
for (var y =
|
|
1053
|
-
`),
|
|
1054
|
-
`),
|
|
1050
|
+
} catch (H) {
|
|
1051
|
+
if (H && M && typeof H.stack == "string") {
|
|
1052
|
+
for (var y = H.stack.split(`
|
|
1053
|
+
`), F = M.stack.split(`
|
|
1054
|
+
`), _ = y.length - 1, B = F.length - 1; _ >= 1 && B >= 0 && y[_] !== F[B]; )
|
|
1055
1055
|
B--;
|
|
1056
|
-
for (;
|
|
1057
|
-
if (y[
|
|
1058
|
-
if (
|
|
1056
|
+
for (; _ >= 1 && B >= 0; _--, B--)
|
|
1057
|
+
if (y[_] !== F[B]) {
|
|
1058
|
+
if (_ !== 1 || B !== 1)
|
|
1059
1059
|
do
|
|
1060
|
-
if (
|
|
1060
|
+
if (_--, B--, B < 0 || y[_] !== F[B]) {
|
|
1061
1061
|
var q = `
|
|
1062
|
-
` + y[
|
|
1062
|
+
` + y[_].replace(" at new ", " at ");
|
|
1063
1063
|
return c.displayName && q.includes("<anonymous>") && (q = q.replace("<anonymous>", c.displayName)), typeof c == "function" && h1.set(c, q), q;
|
|
1064
1064
|
}
|
|
1065
|
-
while (
|
|
1065
|
+
while (_ >= 1 && B >= 0);
|
|
1066
1066
|
break;
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
1069
|
} finally {
|
|
1070
|
-
R1 = !1, I1.current = E, K3(), Error.prepareStackTrace =
|
|
1070
|
+
R1 = !1, I1.current = E, K3(), Error.prepareStackTrace = $;
|
|
1071
1071
|
}
|
|
1072
1072
|
var n1 = c ? c.displayName || c.name : "", N = n1 ? g1(n1) : "";
|
|
1073
1073
|
return typeof c == "function" && h1.set(c, N), N;
|
|
@@ -1096,12 +1096,12 @@ function Ve() {
|
|
|
1096
1096
|
switch (c.$$typeof) {
|
|
1097
1097
|
case u:
|
|
1098
1098
|
return G3(c.render);
|
|
1099
|
-
case
|
|
1099
|
+
case L:
|
|
1100
1100
|
return f1(c.type, a, h);
|
|
1101
1101
|
case A: {
|
|
1102
|
-
var M = c,
|
|
1102
|
+
var M = c, $ = M._payload, E = M._init;
|
|
1103
1103
|
try {
|
|
1104
|
-
return f1(E(
|
|
1104
|
+
return f1(E($), a, h);
|
|
1105
1105
|
} catch {
|
|
1106
1106
|
}
|
|
1107
1107
|
}
|
|
@@ -1116,7 +1116,7 @@ function Ve() {
|
|
|
1116
1116
|
} else
|
|
1117
1117
|
N1.setExtraStackFrame(null);
|
|
1118
1118
|
}
|
|
1119
|
-
function Y3(c, a, h, M,
|
|
1119
|
+
function Y3(c, a, h, M, $) {
|
|
1120
1120
|
{
|
|
1121
1121
|
var E = Function.call.bind(r1);
|
|
1122
1122
|
for (var R in c)
|
|
@@ -1124,19 +1124,19 @@ function Ve() {
|
|
|
1124
1124
|
var y = void 0;
|
|
1125
1125
|
try {
|
|
1126
1126
|
if (typeof c[R] != "function") {
|
|
1127
|
-
var
|
|
1128
|
-
throw
|
|
1127
|
+
var F = Error((M || "React class") + ": " + h + " type `" + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof c[R] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1128
|
+
throw F.name = "Invariant Violation", F;
|
|
1129
1129
|
}
|
|
1130
1130
|
y = c[R](a, R, M, h, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1131
|
-
} catch (
|
|
1132
|
-
y =
|
|
1131
|
+
} catch (_) {
|
|
1132
|
+
y = _;
|
|
1133
1133
|
}
|
|
1134
|
-
y && !(y instanceof Error) && (m1(
|
|
1134
|
+
y && !(y instanceof Error) && (m1($), Z("%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).", M || "React class", h, R, typeof y), m1(null)), y instanceof Error && !(y.message in Q1) && (Q1[y.message] = !0, m1($), Z("Failed %s type: %s", h, y.message), m1(null));
|
|
1135
1135
|
}
|
|
1136
1136
|
}
|
|
1137
1137
|
}
|
|
1138
1138
|
var J3 = Array.isArray;
|
|
1139
|
-
function
|
|
1139
|
+
function P1(c) {
|
|
1140
1140
|
return J3(c);
|
|
1141
1141
|
}
|
|
1142
1142
|
function X3(c) {
|
|
@@ -1157,7 +1157,7 @@ function Ve() {
|
|
|
1157
1157
|
}
|
|
1158
1158
|
function t3(c) {
|
|
1159
1159
|
if (Q3(c))
|
|
1160
|
-
return
|
|
1160
|
+
return Z("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", X3(c)), e3(c);
|
|
1161
1161
|
}
|
|
1162
1162
|
var n3 = I.ReactCurrentOwner, N3 = {
|
|
1163
1163
|
key: !0,
|
|
@@ -1187,7 +1187,7 @@ function Ve() {
|
|
|
1187
1187
|
function o2(c, a) {
|
|
1188
1188
|
{
|
|
1189
1189
|
var h = function() {
|
|
1190
|
-
o3 || (o3 = !0,
|
|
1190
|
+
o3 || (o3 = !0, Z("%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)", a));
|
|
1191
1191
|
};
|
|
1192
1192
|
h.isReactWarning = !0, Object.defineProperty(c, "key", {
|
|
1193
1193
|
get: h,
|
|
@@ -1198,7 +1198,7 @@ function Ve() {
|
|
|
1198
1198
|
function s2(c, a) {
|
|
1199
1199
|
{
|
|
1200
1200
|
var h = function() {
|
|
1201
|
-
s3 || (s3 = !0,
|
|
1201
|
+
s3 || (s3 = !0, Z("%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)", a));
|
|
1202
1202
|
};
|
|
1203
1203
|
h.isReactWarning = !0, Object.defineProperty(c, "ref", {
|
|
1204
1204
|
get: h,
|
|
@@ -1206,7 +1206,7 @@ function Ve() {
|
|
|
1206
1206
|
});
|
|
1207
1207
|
}
|
|
1208
1208
|
}
|
|
1209
|
-
var c2 = function(c, a, h, M,
|
|
1209
|
+
var c2 = function(c, a, h, M, $, E, R) {
|
|
1210
1210
|
var y = {
|
|
1211
1211
|
// This tag allows us to uniquely identify this as a React Element
|
|
1212
1212
|
$$typeof: t,
|
|
@@ -1232,28 +1232,28 @@ function Ve() {
|
|
|
1232
1232
|
configurable: !1,
|
|
1233
1233
|
enumerable: !1,
|
|
1234
1234
|
writable: !1,
|
|
1235
|
-
value:
|
|
1235
|
+
value: $
|
|
1236
1236
|
}), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
|
|
1237
1237
|
};
|
|
1238
|
-
function r2(c, a, h, M,
|
|
1238
|
+
function r2(c, a, h, M, $) {
|
|
1239
1239
|
{
|
|
1240
|
-
var E, R = {}, y = null,
|
|
1241
|
-
h !== void 0 && (t3(h), y = "" + h), t2(a) && (t3(a.key), y = "" + a.key), e2(a) && (
|
|
1240
|
+
var E, R = {}, y = null, F = null;
|
|
1241
|
+
h !== void 0 && (t3(h), y = "" + h), t2(a) && (t3(a.key), y = "" + a.key), e2(a) && (F = a.ref, n2(a, $));
|
|
1242
1242
|
for (E in a)
|
|
1243
1243
|
r1.call(a, E) && !N3.hasOwnProperty(E) && (R[E] = a[E]);
|
|
1244
1244
|
if (c && c.defaultProps) {
|
|
1245
|
-
var
|
|
1246
|
-
for (E in
|
|
1247
|
-
R[E] === void 0 && (R[E] =
|
|
1245
|
+
var _ = c.defaultProps;
|
|
1246
|
+
for (E in _)
|
|
1247
|
+
R[E] === void 0 && (R[E] = _[E]);
|
|
1248
1248
|
}
|
|
1249
|
-
if (y ||
|
|
1249
|
+
if (y || F) {
|
|
1250
1250
|
var B = typeof c == "function" ? c.displayName || c.name || "Unknown" : c;
|
|
1251
|
-
y && o2(R, B),
|
|
1251
|
+
y && o2(R, B), F && s2(R, B);
|
|
1252
1252
|
}
|
|
1253
|
-
return c2(c, y,
|
|
1253
|
+
return c2(c, y, F, $, M, n3.current, R);
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
|
-
var
|
|
1256
|
+
var $1 = I.ReactCurrentOwner, c3 = I.ReactDebugCurrentFrame;
|
|
1257
1257
|
function t1(c) {
|
|
1258
1258
|
if (c) {
|
|
1259
1259
|
var a = c._owner, h = f1(c.type, c._source, a ? a.type : null);
|
|
@@ -1268,8 +1268,8 @@ function Ve() {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
function r3() {
|
|
1270
1270
|
{
|
|
1271
|
-
if (
|
|
1272
|
-
var c = X(
|
|
1271
|
+
if ($1.current) {
|
|
1272
|
+
var c = X($1.current.type);
|
|
1273
1273
|
if (c)
|
|
1274
1274
|
return `
|
|
1275
1275
|
|
|
@@ -1304,14 +1304,14 @@ Check the top-level render call using <` + h + ">.");
|
|
|
1304
1304
|
return;
|
|
1305
1305
|
l3[h] = !0;
|
|
1306
1306
|
var M = "";
|
|
1307
|
-
c && c._owner && c._owner !==
|
|
1307
|
+
c && c._owner && c._owner !== $1.current && (M = " It was passed a child from " + X(c._owner.type) + "."), t1(c), Z('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', h, M), t1(null);
|
|
1308
1308
|
}
|
|
1309
1309
|
}
|
|
1310
1310
|
function a3(c, a) {
|
|
1311
1311
|
{
|
|
1312
1312
|
if (typeof c != "object")
|
|
1313
1313
|
return;
|
|
1314
|
-
if (
|
|
1314
|
+
if (P1(c))
|
|
1315
1315
|
for (var h = 0; h < c.length; h++) {
|
|
1316
1316
|
var M = c[h];
|
|
1317
1317
|
T1(M) && i3(M, a);
|
|
@@ -1319,9 +1319,9 @@ Check the top-level render call using <` + h + ">.");
|
|
|
1319
1319
|
else if (T1(c))
|
|
1320
1320
|
c._store && (c._store.validated = !0);
|
|
1321
1321
|
else if (c) {
|
|
1322
|
-
var
|
|
1323
|
-
if (typeof
|
|
1324
|
-
for (var E =
|
|
1322
|
+
var $ = j(c);
|
|
1323
|
+
if (typeof $ == "function" && $ !== c.entries)
|
|
1324
|
+
for (var E = $.call(c), R; !(R = E.next()).done; )
|
|
1325
1325
|
T1(R.value) && i3(R.value, a);
|
|
1326
1326
|
}
|
|
1327
1327
|
}
|
|
@@ -1336,7 +1336,7 @@ Check the top-level render call using <` + h + ">.");
|
|
|
1336
1336
|
h = a.propTypes;
|
|
1337
1337
|
else if (typeof a == "object" && (a.$$typeof === u || // Note: Memo only checks outer props here.
|
|
1338
1338
|
// Inner props are checked in the reconciler.
|
|
1339
|
-
a.$$typeof ===
|
|
1339
|
+
a.$$typeof === L))
|
|
1340
1340
|
h = a.propTypes;
|
|
1341
1341
|
else
|
|
1342
1342
|
return;
|
|
@@ -1345,10 +1345,10 @@ Check the top-level render call using <` + h + ">.");
|
|
|
1345
1345
|
Y3(h, c.props, "prop", M, c);
|
|
1346
1346
|
} else if (a.PropTypes !== void 0 && !E1) {
|
|
1347
1347
|
E1 = !0;
|
|
1348
|
-
var
|
|
1349
|
-
|
|
1348
|
+
var $ = X(a);
|
|
1349
|
+
Z("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", $ || "Unknown");
|
|
1350
1350
|
}
|
|
1351
|
-
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved &&
|
|
1351
|
+
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && Z("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1352
1352
|
}
|
|
1353
1353
|
}
|
|
1354
1354
|
function u2(c) {
|
|
@@ -1356,48 +1356,48 @@ Check the top-level render call using <` + h + ">.");
|
|
|
1356
1356
|
for (var a = Object.keys(c.props), h = 0; h < a.length; h++) {
|
|
1357
1357
|
var M = a[h];
|
|
1358
1358
|
if (M !== "children" && M !== "key") {
|
|
1359
|
-
t1(c),
|
|
1359
|
+
t1(c), Z("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", M), t1(null);
|
|
1360
1360
|
break;
|
|
1361
1361
|
}
|
|
1362
1362
|
}
|
|
1363
|
-
c.ref !== null && (t1(c),
|
|
1363
|
+
c.ref !== null && (t1(c), Z("Invalid attribute `ref` supplied to `React.Fragment`."), t1(null));
|
|
1364
1364
|
}
|
|
1365
1365
|
}
|
|
1366
1366
|
var u3 = {};
|
|
1367
|
-
function d3(c, a, h, M,
|
|
1367
|
+
function d3(c, a, h, M, $, E) {
|
|
1368
1368
|
{
|
|
1369
1369
|
var R = b1(c);
|
|
1370
1370
|
if (!R) {
|
|
1371
1371
|
var y = "";
|
|
1372
1372
|
(c === void 0 || typeof c == "object" && c !== null && Object.keys(c).length === 0) && (y += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1373
|
-
var
|
|
1374
|
-
|
|
1375
|
-
var
|
|
1376
|
-
c === null ?
|
|
1373
|
+
var F = l2();
|
|
1374
|
+
F ? y += F : y += r3();
|
|
1375
|
+
var _;
|
|
1376
|
+
c === null ? _ = "null" : P1(c) ? _ = "array" : c !== void 0 && c.$$typeof === t ? (_ = "<" + (X(c.type) || "Unknown") + " />", y = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof c, Z("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, y);
|
|
1377
1377
|
}
|
|
1378
|
-
var B = r2(c, a, h,
|
|
1378
|
+
var B = r2(c, a, h, $, E);
|
|
1379
1379
|
if (B == null)
|
|
1380
1380
|
return B;
|
|
1381
1381
|
if (R) {
|
|
1382
1382
|
var q = a.children;
|
|
1383
1383
|
if (q !== void 0)
|
|
1384
1384
|
if (M)
|
|
1385
|
-
if (
|
|
1385
|
+
if (P1(q)) {
|
|
1386
1386
|
for (var n1 = 0; n1 < q.length; n1++)
|
|
1387
1387
|
a3(q[n1], c);
|
|
1388
1388
|
Object.freeze && Object.freeze(q);
|
|
1389
1389
|
} else
|
|
1390
|
-
|
|
1390
|
+
Z("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
1391
1391
|
else
|
|
1392
1392
|
a3(q, c);
|
|
1393
1393
|
}
|
|
1394
1394
|
if (r1.call(a, "key")) {
|
|
1395
|
-
var N = X(c),
|
|
1395
|
+
var N = X(c), H = Object.keys(a).filter(function(m2) {
|
|
1396
1396
|
return m2 !== "key";
|
|
1397
|
-
}), D1 =
|
|
1397
|
+
}), D1 = H.length > 0 ? "{key: someKey, " + H.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1398
1398
|
if (!u3[N + D1]) {
|
|
1399
|
-
var f2 =
|
|
1400
|
-
|
|
1399
|
+
var f2 = H.length > 0 ? "{" + H.join(": ..., ") + ": ...}" : "{}";
|
|
1400
|
+
Z(`A props object containing a "key" prop is being spread into JSX:
|
|
1401
1401
|
let props = %s;
|
|
1402
1402
|
<%s {...props} />
|
|
1403
1403
|
React keys must be passed directly to JSX without using spread:
|
|
@@ -1418,13 +1418,13 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1418
1418
|
a1.Fragment = s, a1.jsx = g2, a1.jsxs = h2;
|
|
1419
1419
|
})()), a1;
|
|
1420
1420
|
}
|
|
1421
|
-
var
|
|
1422
|
-
function
|
|
1423
|
-
return
|
|
1421
|
+
var w3;
|
|
1422
|
+
function Fe() {
|
|
1423
|
+
return w3 || (w3 = 1, process.env.NODE_ENV === "production" ? M1.exports = Ve() : M1.exports = ke()), M1.exports;
|
|
1424
1424
|
}
|
|
1425
|
-
var o =
|
|
1426
|
-
const
|
|
1427
|
-
mwfit:
|
|
1425
|
+
var o = Fe();
|
|
1426
|
+
const He = "_mwfit_ppa3l_1", Ue = {
|
|
1427
|
+
mwfit: He
|
|
1428
1428
|
}, Ke = () => {
|
|
1429
1429
|
const { reconnect: e } = m(), t = y3(), n = Me(), s = xe();
|
|
1430
1430
|
return /* @__PURE__ */ o.jsxs("div", { className: "vh-100 d-flex flex-column flex-grow-1 justify-content-center align-items-center gap-5 ", children: [
|
|
@@ -1434,14 +1434,14 @@ const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
|
1434
1434
|
] }),
|
|
1435
1435
|
s && /* @__PURE__ */ o.jsx("button", { className: "btn btn-secondary btn-lg", onPointerDown: e, children: "Reconnect" })
|
|
1436
1436
|
] });
|
|
1437
|
-
},
|
|
1437
|
+
}, V3 = b2({
|
|
1438
1438
|
sendMessage: () => null,
|
|
1439
1439
|
sendSimpleMessage: () => null,
|
|
1440
1440
|
addEventHandler: () => null,
|
|
1441
1441
|
removeEventHandler: () => null,
|
|
1442
1442
|
reconnect: () => null
|
|
1443
1443
|
}), qe = ({ children: e }) => {
|
|
1444
|
-
const t =
|
|
1444
|
+
const t = V1(), n = y3();
|
|
1445
1445
|
S1(() => {
|
|
1446
1446
|
t(W3());
|
|
1447
1447
|
}, [t]);
|
|
@@ -1462,14 +1462,14 @@ const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
|
1462
1462
|
[t]
|
|
1463
1463
|
), i = l1(
|
|
1464
1464
|
(u, f) => {
|
|
1465
|
-
t(
|
|
1465
|
+
t(Le(u, f));
|
|
1466
1466
|
},
|
|
1467
1467
|
[t]
|
|
1468
1468
|
), g = l1(() => {
|
|
1469
|
-
t(
|
|
1469
|
+
t(_e());
|
|
1470
1470
|
}, [t]);
|
|
1471
1471
|
return /* @__PURE__ */ o.jsx(
|
|
1472
|
-
|
|
1472
|
+
V3.Provider,
|
|
1473
1473
|
{
|
|
1474
1474
|
value: {
|
|
1475
1475
|
sendMessage: s,
|
|
@@ -1481,9 +1481,9 @@ const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
|
1481
1481
|
children: n ? e : /* @__PURE__ */ o.jsx(Ke, {})
|
|
1482
1482
|
}
|
|
1483
1483
|
);
|
|
1484
|
-
},
|
|
1484
|
+
}, k8 = ({ children: e }) => /* @__PURE__ */ o.jsx(Z2, { store: We, children: /* @__PURE__ */ o.jsx(qe, { children: e }) });
|
|
1485
1485
|
function m() {
|
|
1486
|
-
return I2(
|
|
1486
|
+
return I2(V3);
|
|
1487
1487
|
}
|
|
1488
1488
|
function Ge({
|
|
1489
1489
|
onPress: e,
|
|
@@ -1510,7 +1510,7 @@ function Ge({
|
|
|
1510
1510
|
onPointerLeave: d
|
|
1511
1511
|
};
|
|
1512
1512
|
}
|
|
1513
|
-
function
|
|
1513
|
+
function p(e, t) {
|
|
1514
1514
|
const { sendMessage: s } = m(), r = d1(null);
|
|
1515
1515
|
function l() {
|
|
1516
1516
|
s(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
@@ -1523,22 +1523,22 @@ function w(e, t) {
|
|
|
1523
1523
|
return Ge({ onPress: l, onRelease: i });
|
|
1524
1524
|
}
|
|
1525
1525
|
function j1(e) {
|
|
1526
|
-
const { sendMessage: t } = m(), n =
|
|
1526
|
+
const { sendMessage: t } = m(), n = p(`${e}`, "volumeUp"), s = p(`${e}`, "volumeDown");
|
|
1527
1527
|
return T(() => ({
|
|
1528
1528
|
volumeUp: n,
|
|
1529
1529
|
volumeDown: s,
|
|
1530
1530
|
muteToggle: () => t(`${e}/muteToggle`, null)
|
|
1531
1531
|
}), [e, t, n, s]);
|
|
1532
1532
|
}
|
|
1533
|
-
function
|
|
1534
|
-
const { sendMessage: t } = m(), n =
|
|
1533
|
+
function F8(e) {
|
|
1534
|
+
const { sendMessage: t } = m(), n = p(`${e}`, "volumeUp"), s = p(`${e}`, "volumeDown");
|
|
1535
1535
|
return T(() => ({
|
|
1536
1536
|
volumeUp: n,
|
|
1537
1537
|
volumeDown: s,
|
|
1538
1538
|
muteToggle: () => t(`${e}/muteToggle`, null)
|
|
1539
1539
|
}), [e, t, n, s]);
|
|
1540
1540
|
}
|
|
1541
|
-
function
|
|
1541
|
+
function k3(e, t) {
|
|
1542
1542
|
const { sendMessage: n, sendSimpleMessage: s } = m(), r = j1(e);
|
|
1543
1543
|
return T(() => {
|
|
1544
1544
|
if (!r) {
|
|
@@ -1558,7 +1558,7 @@ function V3(e, t) {
|
|
|
1558
1558
|
};
|
|
1559
1559
|
}, [r, t, e, n, s]);
|
|
1560
1560
|
}
|
|
1561
|
-
function
|
|
1561
|
+
function H8(e, t) {
|
|
1562
1562
|
const { sendMessage: n, sendSimpleMessage: s } = m(), r = j1(e);
|
|
1563
1563
|
return T(() => !r || !t ? void 0 : {
|
|
1564
1564
|
...r,
|
|
@@ -1569,15 +1569,15 @@ function F8(e, t) {
|
|
|
1569
1569
|
}, [r, t, e, n, s]);
|
|
1570
1570
|
}
|
|
1571
1571
|
function ze(e) {
|
|
1572
|
-
const t =
|
|
1572
|
+
const t = S(e), n = `/device/${e}`, s = T(() => {
|
|
1573
1573
|
if (t)
|
|
1574
1574
|
return t.volume;
|
|
1575
1575
|
}, [t]);
|
|
1576
|
-
return
|
|
1576
|
+
return k3(n, s);
|
|
1577
1577
|
}
|
|
1578
|
-
function
|
|
1578
|
+
function F3(e) {
|
|
1579
1579
|
var i;
|
|
1580
|
-
const { sendMessage: t } = m(), n = (i =
|
|
1580
|
+
const { sendMessage: t } = m(), n = (i = S(e)) == null ? void 0 : i.powerState;
|
|
1581
1581
|
return { powerOn: () => {
|
|
1582
1582
|
t(`/device/${e}/powerOn`, null);
|
|
1583
1583
|
}, powerOff: () => {
|
|
@@ -1587,13 +1587,13 @@ function H3(e) {
|
|
|
1587
1587
|
}, powerState: n };
|
|
1588
1588
|
}
|
|
1589
1589
|
function W1(e) {
|
|
1590
|
-
const { sendMessage: t } = m(), n =
|
|
1590
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1591
1591
|
return console.log("deviceState", n), n ? { itemsState: n, selectItem: (r) => {
|
|
1592
1592
|
t(`/device/${e}/${r}`, null);
|
|
1593
1593
|
} } : void 0;
|
|
1594
1594
|
}
|
|
1595
1595
|
function Ye(e) {
|
|
1596
|
-
const { sendMessage: t } = m(), n =
|
|
1596
|
+
const { sendMessage: t } = m(), n = S(e), s = () => {
|
|
1597
1597
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1598
1598
|
}, r = () => {
|
|
1599
1599
|
if ((n == null ? void 0 : n.levelControls) === void 0) return;
|
|
@@ -1604,7 +1604,7 @@ function Ye(e) {
|
|
|
1604
1604
|
return n ? { levelControls: n.levelControls, setDefaultChannelLevels: s, getFullStatus: r } : void 0;
|
|
1605
1605
|
}
|
|
1606
1606
|
function U8(e) {
|
|
1607
|
-
const t =
|
|
1607
|
+
const t = S(e), n = F3(e), s = W1(e), r = W1(e), l = ze(e), i = Ye(e);
|
|
1608
1608
|
if (t)
|
|
1609
1609
|
return {
|
|
1610
1610
|
avrState: t,
|
|
@@ -1616,7 +1616,7 @@ function U8(e) {
|
|
|
1616
1616
|
};
|
|
1617
1617
|
}
|
|
1618
1618
|
function K8(e) {
|
|
1619
|
-
const { sendMessage: t } = m(), n = `/device/${e}`, s =
|
|
1619
|
+
const { sendMessage: t } = m(), n = `/device/${e}`, s = S(e), r = p(n, "cameraUp"), l = p(n, "cameraDown"), i = p(n, "cameraLeft"), g = p(n, "cameraRight"), u = p(n, "cameraZoomIn"), f = p(n, "cameraZoomOut"), d = (L) => t("/camera/recallPreset", L);
|
|
1620
1620
|
if (s)
|
|
1621
1621
|
return {
|
|
1622
1622
|
state: s,
|
|
@@ -1642,7 +1642,7 @@ const q8 = ({ className: e }) => {
|
|
|
1642
1642
|
] });
|
|
1643
1643
|
};
|
|
1644
1644
|
function G8(e) {
|
|
1645
|
-
const { sendMessage: t } = m(), n =
|
|
1645
|
+
const { sendMessage: t } = m(), n = S(e), s = `/device/${e}`;
|
|
1646
1646
|
return n ? { state: n, recallPreset: (i, g) => {
|
|
1647
1647
|
t(`${s}/presets/recall`, { deviceKey: i, preset: g });
|
|
1648
1648
|
}, savePresets: (i) => {
|
|
@@ -1650,19 +1650,19 @@ function G8(e) {
|
|
|
1650
1650
|
} } : void 0;
|
|
1651
1651
|
}
|
|
1652
1652
|
function z8(e) {
|
|
1653
|
-
const t =
|
|
1653
|
+
const t = S(e);
|
|
1654
1654
|
if (t)
|
|
1655
1655
|
return { endpointState: t };
|
|
1656
1656
|
}
|
|
1657
1657
|
function Y8(e) {
|
|
1658
|
-
const t =
|
|
1658
|
+
const t = S(e);
|
|
1659
1659
|
if (t)
|
|
1660
1660
|
return {
|
|
1661
1661
|
state: t
|
|
1662
1662
|
};
|
|
1663
1663
|
}
|
|
1664
1664
|
function J8(e) {
|
|
1665
|
-
const { sendMessage: t } = m(), n =
|
|
1665
|
+
const { sendMessage: t } = m(), n = S(e), s = T(() => {
|
|
1666
1666
|
const r = `/device/${e}`;
|
|
1667
1667
|
return { setEntry: (g, u, f) => t(`${r}/setEntry`, { index: g, name: u, number: f }), dialEntry: (g) => t(`${r}/dialEntry`, { value: g }) };
|
|
1668
1668
|
}, [e, t]);
|
|
@@ -1673,34 +1673,34 @@ function J8(e) {
|
|
|
1673
1673
|
};
|
|
1674
1674
|
}
|
|
1675
1675
|
function X8(e) {
|
|
1676
|
-
const t = `/device/${e}`, n =
|
|
1676
|
+
const t = `/device/${e}`, n = p(t, "chanUp"), s = p(t, "chanDown"), r = p(t, "lastChan"), l = p(t, "guide"), i = p(t, "info"), g = p(t, "exit");
|
|
1677
1677
|
return { channelUp: n, channelDown: s, lastChannel: r, guide: l, info: i, exit: g };
|
|
1678
1678
|
}
|
|
1679
1679
|
function Q8(e) {
|
|
1680
|
-
const t = `/device/${e}`, n =
|
|
1680
|
+
const t = `/device/${e}`, n = p(t, "red"), s = p(t, "green"), r = p(t, "yellow"), l = p(t, "blue");
|
|
1681
1681
|
return { red: n, green: s, yellow: r, blue: l };
|
|
1682
1682
|
}
|
|
1683
1683
|
function N8(e) {
|
|
1684
|
-
const t =
|
|
1684
|
+
const t = S(e);
|
|
1685
1685
|
if (t)
|
|
1686
1686
|
return {
|
|
1687
1687
|
communicationMonitorState: t
|
|
1688
1688
|
};
|
|
1689
1689
|
}
|
|
1690
1690
|
function e6(e) {
|
|
1691
|
-
const t =
|
|
1691
|
+
const t = S(e);
|
|
1692
1692
|
if (t)
|
|
1693
1693
|
return {
|
|
1694
1694
|
currentSourcesState: t
|
|
1695
1695
|
};
|
|
1696
1696
|
}
|
|
1697
1697
|
function t6(e) {
|
|
1698
|
-
const t =
|
|
1698
|
+
const t = S(e);
|
|
1699
1699
|
if (t)
|
|
1700
1700
|
return t.deviceInfo || void 0;
|
|
1701
1701
|
}
|
|
1702
1702
|
function n6(e) {
|
|
1703
|
-
const { sendMessage: t } = m(), n =
|
|
1703
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1704
1704
|
return T(() => {
|
|
1705
1705
|
if (!n) return;
|
|
1706
1706
|
const s = `/device/${e}`;
|
|
@@ -1716,7 +1716,7 @@ function n6(e) {
|
|
|
1716
1716
|
}, [e, t, n]);
|
|
1717
1717
|
}
|
|
1718
1718
|
function o6(e) {
|
|
1719
|
-
const t = `/device/${e}`, n =
|
|
1719
|
+
const t = `/device/${e}`, n = p(t, "up"), s = p(t, "down"), r = p(t, "left"), l = p(t, "right"), i = p(t, "select"), g = p(t, "menu"), u = p(t, "exit");
|
|
1720
1720
|
return { up: n, down: s, left: r, right: l, select: i, menu: g, exit: u };
|
|
1721
1721
|
}
|
|
1722
1722
|
function s6(e) {
|
|
@@ -1729,11 +1729,11 @@ function s6(e) {
|
|
|
1729
1729
|
} };
|
|
1730
1730
|
}
|
|
1731
1731
|
function c6(e) {
|
|
1732
|
-
const t = `/device/${e}`, n =
|
|
1732
|
+
const t = `/device/${e}`, n = p(t, "dvrList"), s = p(t, "record");
|
|
1733
1733
|
return { dvrList: n, record: s };
|
|
1734
1734
|
}
|
|
1735
1735
|
function r6(e) {
|
|
1736
|
-
const { sendMessage: t } = m(), n =
|
|
1736
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1737
1737
|
return n ? { roomCombinerState: n, setAutoMode: () => {
|
|
1738
1738
|
t(`/device/${e}/setAutoMode`, null);
|
|
1739
1739
|
}, setManualMode: () => {
|
|
@@ -1747,7 +1747,7 @@ function r6(e) {
|
|
|
1747
1747
|
} } : void 0;
|
|
1748
1748
|
}
|
|
1749
1749
|
function l6(e) {
|
|
1750
|
-
const { sendMessage: t } = m(), n =
|
|
1750
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1751
1751
|
return T(() => {
|
|
1752
1752
|
if (!n) return;
|
|
1753
1753
|
const s = `/device/${e}`;
|
|
@@ -1761,7 +1761,7 @@ function l6(e) {
|
|
|
1761
1761
|
}
|
|
1762
1762
|
function i6(e) {
|
|
1763
1763
|
var i;
|
|
1764
|
-
const { sendMessage: t } = m(), n = (i =
|
|
1764
|
+
const { sendMessage: t } = m(), n = (i = S(e)) == null ? void 0 : i.cameraIsMuted, s = () => {
|
|
1765
1765
|
t(`/device/${e}/cameraMuteOn`, null);
|
|
1766
1766
|
}, r = () => {
|
|
1767
1767
|
t(`/device/${e}/cameraMuteOff`, null);
|
|
@@ -1773,7 +1773,7 @@ function i6(e) {
|
|
|
1773
1773
|
}
|
|
1774
1774
|
function a6(e) {
|
|
1775
1775
|
var l;
|
|
1776
|
-
const { sendMessage: t } = m(), n = (l =
|
|
1776
|
+
const { sendMessage: t } = m(), n = (l = S(e)) == null ? void 0 : l.presets, s = (i) => {
|
|
1777
1777
|
t(`/device/${e}/recallPreset`, i);
|
|
1778
1778
|
}, r = (i) => {
|
|
1779
1779
|
t(`/device/${e}/savePreset`, i);
|
|
@@ -1782,7 +1782,7 @@ function a6(e) {
|
|
|
1782
1782
|
return { recallPreset: s, savePreset: r, presets: n };
|
|
1783
1783
|
}
|
|
1784
1784
|
function u6(e) {
|
|
1785
|
-
const { sendMessage: t } = m(), n = `/device/${e}`, s =
|
|
1785
|
+
const { sendMessage: t } = m(), n = `/device/${e}`, s = S(e);
|
|
1786
1786
|
return s ? {
|
|
1787
1787
|
state: s,
|
|
1788
1788
|
selectCamera: (l) => {
|
|
@@ -1791,6 +1791,17 @@ function u6(e) {
|
|
|
1791
1791
|
} : void 0;
|
|
1792
1792
|
}
|
|
1793
1793
|
function d6(e) {
|
|
1794
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1795
|
+
return T(() => {
|
|
1796
|
+
if (!n) return;
|
|
1797
|
+
const s = `/device/${e}`;
|
|
1798
|
+
return {
|
|
1799
|
+
state: n,
|
|
1800
|
+
localLayoutToggle: () => t(`${s}/cameraLayout`, null)
|
|
1801
|
+
};
|
|
1802
|
+
}, [e, t, n]);
|
|
1803
|
+
}
|
|
1804
|
+
function v6(e) {
|
|
1794
1805
|
const { sendMessage: t } = m();
|
|
1795
1806
|
return T(() => {
|
|
1796
1807
|
const n = `/device/${e}`;
|
|
@@ -1800,8 +1811,8 @@ function d6(e) {
|
|
|
1800
1811
|
};
|
|
1801
1812
|
}, [e, t]);
|
|
1802
1813
|
}
|
|
1803
|
-
function
|
|
1804
|
-
const { sendMessage: t } = m(), n =
|
|
1814
|
+
function g6(e) {
|
|
1815
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1805
1816
|
return T(() => n ? {
|
|
1806
1817
|
state: n,
|
|
1807
1818
|
dial: (u) => t(`/device/${e}/dial`, { value: u }),
|
|
@@ -1811,8 +1822,8 @@ function v6(e) {
|
|
|
1811
1822
|
rejectCall: (u) => t(`/device/${e}/rejectCall`, u)
|
|
1812
1823
|
} : void 0, [e, t, n]);
|
|
1813
1824
|
}
|
|
1814
|
-
function
|
|
1815
|
-
const { sendMessage: t } = m(), n =
|
|
1825
|
+
function h6(e) {
|
|
1826
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1816
1827
|
return T(() => {
|
|
1817
1828
|
if (!n) return;
|
|
1818
1829
|
const s = `/device/${e}`;
|
|
@@ -1825,8 +1836,8 @@ function g6(e) {
|
|
|
1825
1836
|
};
|
|
1826
1837
|
}, [e, t, n]);
|
|
1827
1838
|
}
|
|
1828
|
-
function
|
|
1829
|
-
const { sendMessage: t } = m(), n =
|
|
1839
|
+
function f6(e) {
|
|
1840
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1830
1841
|
return T(() => {
|
|
1831
1842
|
if (!n) return;
|
|
1832
1843
|
const s = `/device/${e}`;
|
|
@@ -1838,8 +1849,8 @@ function h6(e) {
|
|
|
1838
1849
|
};
|
|
1839
1850
|
}, [e, t, n]);
|
|
1840
1851
|
}
|
|
1841
|
-
function
|
|
1842
|
-
const { sendMessage: t } = m(), n =
|
|
1852
|
+
function m6(e) {
|
|
1853
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1843
1854
|
return T(() => {
|
|
1844
1855
|
if (!n) return;
|
|
1845
1856
|
const s = `/device/${e}`;
|
|
@@ -1852,7 +1863,7 @@ function f6(e) {
|
|
|
1852
1863
|
};
|
|
1853
1864
|
}, [e, t, n]);
|
|
1854
1865
|
}
|
|
1855
|
-
function
|
|
1866
|
+
function p6(e) {
|
|
1856
1867
|
const { sendMessage: t } = m();
|
|
1857
1868
|
return T(() => {
|
|
1858
1869
|
const n = `/device/${e}`;
|
|
@@ -1864,7 +1875,7 @@ function m6(e) {
|
|
|
1864
1875
|
}, [e, t]);
|
|
1865
1876
|
}
|
|
1866
1877
|
function w6(e) {
|
|
1867
|
-
const { sendMessage: t } = m(), n =
|
|
1878
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1868
1879
|
return T(() => {
|
|
1869
1880
|
if (!n) return;
|
|
1870
1881
|
const s = `/device/${e}`;
|
|
@@ -1876,8 +1887,8 @@ function w6(e) {
|
|
|
1876
1887
|
};
|
|
1877
1888
|
}, [e, t, n]);
|
|
1878
1889
|
}
|
|
1879
|
-
function
|
|
1880
|
-
const { sendMessage: t } = m(), n =
|
|
1890
|
+
function M6(e) {
|
|
1891
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1881
1892
|
return T(() => {
|
|
1882
1893
|
if (!n) return;
|
|
1883
1894
|
const s = `/device/${e}`;
|
|
@@ -1892,8 +1903,19 @@ function p6(e) {
|
|
|
1892
1903
|
};
|
|
1893
1904
|
}, [e, t, n]);
|
|
1894
1905
|
}
|
|
1895
|
-
function
|
|
1896
|
-
const { sendMessage: t } = m()
|
|
1906
|
+
function x6(e) {
|
|
1907
|
+
const { sendMessage: t } = m();
|
|
1908
|
+
return T(() => {
|
|
1909
|
+
const n = `/device/${e}`;
|
|
1910
|
+
return {
|
|
1911
|
+
muteVideoForParticipant: (i) => t(`${n}/muteVideoForParticipant`, { value: i }),
|
|
1912
|
+
unmuteVideoForParticipant: (i) => t(`${n}/unmuteVideoForParticipant`, { value: i }),
|
|
1913
|
+
toggleParticipantVideoMute: (i) => t(`${n}/toggleParticipantVideoMute`, { value: i })
|
|
1914
|
+
};
|
|
1915
|
+
}, [e, t]);
|
|
1916
|
+
}
|
|
1917
|
+
function S6(e) {
|
|
1918
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1897
1919
|
return T(() => {
|
|
1898
1920
|
if (!n) return;
|
|
1899
1921
|
const s = `/device/${e}`;
|
|
@@ -1905,7 +1927,7 @@ function M6(e) {
|
|
|
1905
1927
|
};
|
|
1906
1928
|
}, [e, t, n]);
|
|
1907
1929
|
}
|
|
1908
|
-
function
|
|
1930
|
+
function Z6(e) {
|
|
1909
1931
|
const { sendMessage: t } = m();
|
|
1910
1932
|
return T(() => {
|
|
1911
1933
|
const n = `/device/${e}`;
|
|
@@ -1915,8 +1937,8 @@ function x6(e) {
|
|
|
1915
1937
|
};
|
|
1916
1938
|
}, [e, t]);
|
|
1917
1939
|
}
|
|
1918
|
-
function
|
|
1919
|
-
const { sendMessage: t } = m(), n =
|
|
1940
|
+
function C6(e) {
|
|
1941
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1920
1942
|
return T(() => {
|
|
1921
1943
|
if (!n) return;
|
|
1922
1944
|
const s = `/device/${e}`;
|
|
@@ -1927,8 +1949,8 @@ function S6(e) {
|
|
|
1927
1949
|
};
|
|
1928
1950
|
}, [e, t, n]);
|
|
1929
1951
|
}
|
|
1930
|
-
function
|
|
1931
|
-
const { sendMessage: t } = m(), n =
|
|
1952
|
+
function j6(e) {
|
|
1953
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1932
1954
|
return T(() => {
|
|
1933
1955
|
if (!n) return;
|
|
1934
1956
|
const s = `/device/${e}`;
|
|
@@ -1939,8 +1961,8 @@ function Z6(e) {
|
|
|
1939
1961
|
};
|
|
1940
1962
|
}, [e, t, n]);
|
|
1941
1963
|
}
|
|
1942
|
-
function
|
|
1943
|
-
const { sendMessage: t } = m(), n =
|
|
1964
|
+
function b6(e) {
|
|
1965
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1944
1966
|
return T(() => {
|
|
1945
1967
|
if (!n) return;
|
|
1946
1968
|
const s = `/device/${e}`;
|
|
@@ -1951,8 +1973,8 @@ function C6(e) {
|
|
|
1951
1973
|
};
|
|
1952
1974
|
}, [e, t, n]);
|
|
1953
1975
|
}
|
|
1954
|
-
function
|
|
1955
|
-
const { sendMessage: t } = m(), n =
|
|
1976
|
+
function I6(e) {
|
|
1977
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1956
1978
|
return T(() => {
|
|
1957
1979
|
if (!n) return;
|
|
1958
1980
|
const s = `/device/${e}`;
|
|
@@ -1965,36 +1987,36 @@ function j6(e) {
|
|
|
1965
1987
|
};
|
|
1966
1988
|
}, [e, t, n]);
|
|
1967
1989
|
}
|
|
1968
|
-
function
|
|
1969
|
-
const { sendMessage: t, sendSimpleMessage: n } = m(), s =
|
|
1990
|
+
function y6(e) {
|
|
1991
|
+
const { sendMessage: t, sendSimpleMessage: n } = m(), s = S(e), r = oe(e), l = s || r;
|
|
1970
1992
|
return l ? {
|
|
1971
1993
|
levelState: l,
|
|
1972
|
-
setLevel: (d,
|
|
1994
|
+
setLevel: (d, L) => n(`${d}/level`, L),
|
|
1973
1995
|
muteToggle: (d) => t(`${d}/muteToggle`, null),
|
|
1974
1996
|
muteOn: (d) => t(`${d}/muteOn`, null),
|
|
1975
1997
|
muteOff: (d) => t(`${d}/muteOff`, null)
|
|
1976
1998
|
} : void 0;
|
|
1977
1999
|
}
|
|
1978
|
-
function
|
|
1979
|
-
const { sendMessage: t } = m(), n =
|
|
2000
|
+
function R6(e) {
|
|
2001
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1980
2002
|
return n ? { lightingState: n, selectScene: (r) => {
|
|
1981
2003
|
t(`/device/${e}/selectScene`, r);
|
|
1982
2004
|
} } : void 0;
|
|
1983
2005
|
}
|
|
1984
|
-
function
|
|
1985
|
-
const { sendMessage: t } = m(), n =
|
|
2006
|
+
function P6(e) {
|
|
2007
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1986
2008
|
return n ? { matrixRoutingState: n, setRoute: (r) => {
|
|
1987
2009
|
t(`/device/${e}/route`, r);
|
|
1988
2010
|
} } : void 0;
|
|
1989
2011
|
}
|
|
1990
|
-
function
|
|
2012
|
+
function $6(e) {
|
|
1991
2013
|
const { sendMessage: t } = m();
|
|
1992
2014
|
return { closeApp: () => {
|
|
1993
2015
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1994
2016
|
} };
|
|
1995
2017
|
}
|
|
1996
|
-
function
|
|
1997
|
-
const t = `/device/${e}`, n =
|
|
2018
|
+
function E6(e) {
|
|
2019
|
+
const t = `/device/${e}`, n = p(t, "num0"), s = p(t, "num1"), r = p(t, "num2"), l = p(t, "num3"), i = p(t, "num4"), g = p(t, "num5"), u = p(t, "num6"), f = p(t, "num7"), d = p(t, "num8"), L = p(t, "num9"), A = p(t, "numDash"), v = p(t, "numEnter");
|
|
1998
2020
|
return {
|
|
1999
2021
|
digit0: n,
|
|
2000
2022
|
digit1: s,
|
|
@@ -2005,49 +2027,49 @@ function $6(e) {
|
|
|
2005
2027
|
digit6: u,
|
|
2006
2028
|
digit7: f,
|
|
2007
2029
|
digit8: d,
|
|
2008
|
-
digit9:
|
|
2030
|
+
digit9: L,
|
|
2009
2031
|
keypadAccessoryButton1: A,
|
|
2010
2032
|
keypadAccessoryButton2: v
|
|
2011
2033
|
};
|
|
2012
2034
|
}
|
|
2013
|
-
function
|
|
2014
|
-
const { sendMessage: t } = m(), n =
|
|
2035
|
+
function T6(e) {
|
|
2036
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2015
2037
|
return n ? { projectorScreenLiftControlState: n, raise: () => {
|
|
2016
2038
|
t(`/device/${e}/raise`, null);
|
|
2017
2039
|
}, lower: () => {
|
|
2018
2040
|
t(`/device/${e}/lower`, null);
|
|
2019
2041
|
} } : void 0;
|
|
2020
2042
|
}
|
|
2021
|
-
function
|
|
2043
|
+
function D6(e) {
|
|
2022
2044
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2023
2045
|
return n ? { roomEventScheduleState: n, save: (r) => {
|
|
2024
2046
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
2025
2047
|
} } : void 0;
|
|
2026
2048
|
}
|
|
2027
|
-
function
|
|
2049
|
+
function A6(e) {
|
|
2028
2050
|
const { sendMessage: t } = m();
|
|
2029
2051
|
return { runDefaultPresentRoute: () => {
|
|
2030
2052
|
t(`/room/${e}/defaultsource`, {});
|
|
2031
2053
|
} };
|
|
2032
2054
|
}
|
|
2033
|
-
function
|
|
2055
|
+
function L6(e) {
|
|
2034
2056
|
const { sendMessage: t } = m();
|
|
2035
2057
|
return { runDirectRoute: (s) => {
|
|
2036
2058
|
t(`/room/${e}/directRoute`, s);
|
|
2037
2059
|
} };
|
|
2038
2060
|
}
|
|
2039
|
-
function
|
|
2061
|
+
function _6(e) {
|
|
2040
2062
|
const { sendMessage: t } = m();
|
|
2041
|
-
return { routingState:
|
|
2063
|
+
return { routingState: S(e), runRoute: (r) => {
|
|
2042
2064
|
t(`/room/${e}/source`, r);
|
|
2043
2065
|
} };
|
|
2044
2066
|
}
|
|
2045
|
-
function
|
|
2046
|
-
const t = `/device/${e}`, n =
|
|
2067
|
+
function B6(e) {
|
|
2068
|
+
const t = `/device/${e}`, n = p(t, "chanUp"), s = p(t, "chanDown");
|
|
2047
2069
|
return { dvrList: n, replay: s };
|
|
2048
2070
|
}
|
|
2049
|
-
function
|
|
2050
|
-
const { sendMessage: t } = m(), n =
|
|
2071
|
+
function O6(e) {
|
|
2072
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2051
2073
|
return n ? { shadeState: n, shadeUp: () => {
|
|
2052
2074
|
t(`/device/${e}/shadeUp`, null);
|
|
2053
2075
|
}, shadeDown: () => {
|
|
@@ -2056,7 +2078,7 @@ function L6(e) {
|
|
|
2056
2078
|
t(`/device/${e}/stopOrPreset`, null);
|
|
2057
2079
|
} } : void 0;
|
|
2058
2080
|
}
|
|
2059
|
-
function
|
|
2081
|
+
function W6(e) {
|
|
2060
2082
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2061
2083
|
return n ? { shutdownPromptTimerState: n, setShutdownPromptSeconds: (g) => {
|
|
2062
2084
|
t(`/room/${e}/setShutdownPromptSeconds`, g);
|
|
@@ -2068,15 +2090,15 @@ function B6(e) {
|
|
|
2068
2090
|
t(`/room/${e}/shutdownCancel`, null);
|
|
2069
2091
|
} } : void 0;
|
|
2070
2092
|
}
|
|
2071
|
-
function
|
|
2072
|
-
const { sendMessage: t } = m(), n =
|
|
2093
|
+
function V6(e) {
|
|
2094
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2073
2095
|
return n ? { switchedOutputState: n, on: () => {
|
|
2074
2096
|
t(`/device/${e}/on`, null);
|
|
2075
2097
|
}, off: () => {
|
|
2076
2098
|
t(`/device/${e}/off`, null);
|
|
2077
2099
|
} } : void 0;
|
|
2078
2100
|
}
|
|
2079
|
-
function
|
|
2101
|
+
function k6(e) {
|
|
2080
2102
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2081
2103
|
return n ? { techPasswordState: n, validatePassword: (l) => {
|
|
2082
2104
|
t(`/room/${e}/validateTechPassword`, { password: l });
|
|
@@ -2084,12 +2106,12 @@ function W6(e) {
|
|
|
2084
2106
|
t(`/room/${e}/setTechPassword`, { oldPassword: l, newPassword: i });
|
|
2085
2107
|
} } : void 0;
|
|
2086
2108
|
}
|
|
2087
|
-
function
|
|
2088
|
-
const { sendMessage: t } = m(), n =
|
|
2109
|
+
function F6(e) {
|
|
2110
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2089
2111
|
return n ? { state: n, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
2090
2112
|
}
|
|
2091
|
-
function
|
|
2092
|
-
const { sendMessage: t } = m(), n =
|
|
2113
|
+
function H6(e) {
|
|
2114
|
+
const { sendMessage: t } = m(), n = S(e), s = (r) => {
|
|
2093
2115
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
2094
2116
|
};
|
|
2095
2117
|
return {
|
|
@@ -2097,8 +2119,8 @@ function V6(e) {
|
|
|
2097
2119
|
saveTheme: s
|
|
2098
2120
|
};
|
|
2099
2121
|
}
|
|
2100
|
-
function
|
|
2101
|
-
const t = `/device/${e}`, n =
|
|
2122
|
+
function U6(e) {
|
|
2123
|
+
const t = `/device/${e}`, n = p(t, "play"), s = p(t, "pause"), r = p(t, "stop"), l = p(t, "prevTrack"), i = p(t, "nextTrack"), g = p(t, "rewind"), u = p(t, "ffwd"), f = p(t, "record");
|
|
2102
2124
|
return {
|
|
2103
2125
|
play: n,
|
|
2104
2126
|
pause: s,
|
|
@@ -2110,15 +2132,15 @@ function H6(e) {
|
|
|
2110
2132
|
record: f
|
|
2111
2133
|
};
|
|
2112
2134
|
}
|
|
2113
|
-
function
|
|
2114
|
-
const t =
|
|
2135
|
+
function K6(e) {
|
|
2136
|
+
const t = S(e);
|
|
2115
2137
|
return T(() => {
|
|
2116
2138
|
if (t)
|
|
2117
2139
|
return { state: t };
|
|
2118
2140
|
}, [t]);
|
|
2119
2141
|
}
|
|
2120
|
-
function
|
|
2121
|
-
const t =
|
|
2142
|
+
function q6(e) {
|
|
2143
|
+
const t = S(e), { sendMessage: n } = m();
|
|
2122
2144
|
return t ? {
|
|
2123
2145
|
touchpanelState: t,
|
|
2124
2146
|
appControl: { hideApp: () => {
|
|
@@ -2133,8 +2155,8 @@ function U6(e) {
|
|
|
2133
2155
|
} }
|
|
2134
2156
|
} : void 0;
|
|
2135
2157
|
}
|
|
2136
|
-
function
|
|
2137
|
-
const t =
|
|
2158
|
+
function G6(e) {
|
|
2159
|
+
const t = S(e), n = F3(e), s = W1(e);
|
|
2138
2160
|
if (!t) return;
|
|
2139
2161
|
const r = (t.powerState || t.isWarming) && !t.isCooling, l = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
2140
2162
|
return {
|
|
@@ -2144,8 +2166,8 @@ function K6(e) {
|
|
|
2144
2166
|
powerFb: { powerOnFb: r, powerOffFb: l }
|
|
2145
2167
|
};
|
|
2146
2168
|
}
|
|
2147
|
-
function
|
|
2148
|
-
const { sendMessage: t } = m(), n =
|
|
2169
|
+
function z6(e) {
|
|
2170
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2149
2171
|
return T(() => {
|
|
2150
2172
|
if (!n) return;
|
|
2151
2173
|
const s = `/device/${e}`;
|
|
@@ -2162,11 +2184,11 @@ function q6(e) {
|
|
|
2162
2184
|
};
|
|
2163
2185
|
}, [e, t, n]);
|
|
2164
2186
|
}
|
|
2165
|
-
function
|
|
2187
|
+
function Y6(e) {
|
|
2166
2188
|
const t = `/device/${e}`;
|
|
2167
2189
|
return j1(t);
|
|
2168
2190
|
}
|
|
2169
|
-
const
|
|
2191
|
+
const J6 = ({
|
|
2170
2192
|
config: e
|
|
2171
2193
|
}, t = !0) => {
|
|
2172
2194
|
const { sendMessage: n } = m(), s = d1(!1), r = T(() => {
|
|
@@ -2202,7 +2224,7 @@ const z6 = ({
|
|
|
2202
2224
|
console.log("requesting batch state for deviceKeys:", l), n("/system/batchDeviceFullStatus", { deviceKeys: l }), s.current = !0;
|
|
2203
2225
|
}, [r, t, n]), r;
|
|
2204
2226
|
};
|
|
2205
|
-
function
|
|
2227
|
+
function X6(e, t) {
|
|
2206
2228
|
const [n, s] = Y(!1), [r, l] = Y(!1);
|
|
2207
2229
|
return S3(() => {
|
|
2208
2230
|
const { current: i } = e, g = () => {
|
|
@@ -2212,15 +2234,15 @@ function Y6(e, t) {
|
|
|
2212
2234
|
i && g();
|
|
2213
2235
|
}, [e, t]), { overflowHorizontal: n, overflowVertical: r };
|
|
2214
2236
|
}
|
|
2215
|
-
function
|
|
2237
|
+
function Q6(e, t) {
|
|
2216
2238
|
const n = `/room/${e}/volumes/${t}`;
|
|
2217
2239
|
return j1(n);
|
|
2218
2240
|
}
|
|
2219
|
-
function
|
|
2241
|
+
function N6(e, t) {
|
|
2220
2242
|
const n = ne(e, t), s = `/room/${e}/volumes/${t}`;
|
|
2221
|
-
return
|
|
2243
|
+
return k3(s, n);
|
|
2222
2244
|
}
|
|
2223
|
-
function
|
|
2245
|
+
function en(e) {
|
|
2224
2246
|
var g, u;
|
|
2225
2247
|
const [t, n] = Y(((g = e == null ? void 0 : e.current) == null ? void 0 : g.scrollLeft) ?? 0), [s, r] = Y(((u = e == null ? void 0 : e.current) == null ? void 0 : u.scrollTop) ?? 0), l = (f) => {
|
|
2226
2248
|
const { current: d } = e;
|
|
@@ -2236,15 +2258,15 @@ function Q6(e) {
|
|
|
2236
2258
|
f && d();
|
|
2237
2259
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: s, scrollHorizontal: l, scrollVertical: i };
|
|
2238
2260
|
}
|
|
2239
|
-
function
|
|
2240
|
-
const t =
|
|
2261
|
+
function tn(e) {
|
|
2262
|
+
const t = V1();
|
|
2241
2263
|
return [() => {
|
|
2242
|
-
t(
|
|
2264
|
+
t(V.addSyncState(e));
|
|
2243
2265
|
}, () => {
|
|
2244
|
-
t(
|
|
2266
|
+
t(V.removeSyncState(e));
|
|
2245
2267
|
}, Se(e)];
|
|
2246
2268
|
}
|
|
2247
|
-
function
|
|
2269
|
+
function nn() {
|
|
2248
2270
|
const { sendMessage: e } = m();
|
|
2249
2271
|
return {
|
|
2250
2272
|
reboot: () => {
|
|
@@ -2255,7 +2277,7 @@ function en() {
|
|
|
2255
2277
|
}
|
|
2256
2278
|
};
|
|
2257
2279
|
}
|
|
2258
|
-
function
|
|
2280
|
+
function on() {
|
|
2259
2281
|
const [e, t] = Y(), [n, s] = Y();
|
|
2260
2282
|
function r() {
|
|
2261
2283
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
@@ -2270,10 +2292,10 @@ function tn() {
|
|
|
2270
2292
|
return () => clearInterval(l);
|
|
2271
2293
|
}, []), { date: e, time: n };
|
|
2272
2294
|
}
|
|
2273
|
-
const
|
|
2295
|
+
const sn = () => {
|
|
2274
2296
|
const [e, t] = Y(!1), n = y2(), s = R2();
|
|
2275
2297
|
let r;
|
|
2276
|
-
return
|
|
2298
|
+
return P2(s) ? r = s.statusText : s instanceof Error ? r = s.message : typeof s == "string" ? r = s : (console.error(s), r = "Unknown error"), /* @__PURE__ */ o.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
2277
2299
|
/* @__PURE__ */ o.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ o.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
|
|
2278
2300
|
/* @__PURE__ */ o.jsx(
|
|
2279
2301
|
"button",
|
|
@@ -2293,7 +2315,7 @@ const nn = () => {
|
|
|
2293
2315
|
),
|
|
2294
2316
|
e && /* @__PURE__ */ o.jsx("p", { children: r })
|
|
2295
2317
|
] });
|
|
2296
|
-
}, Je = "_iconbtn_16qss_1", Xe = "_iconbtnvert_16qss_7", Qe = "_iconsm_16qss_18",
|
|
2318
|
+
}, Je = "_iconbtn_16qss_1", Xe = "_iconbtnvert_16qss_7", Qe = "_iconsm_16qss_18", L1 = {
|
|
2297
2319
|
iconbtn: Je,
|
|
2298
2320
|
iconbtnvert: Xe,
|
|
2299
2321
|
iconsm: Qe
|
|
@@ -2309,7 +2331,7 @@ const nn = () => {
|
|
|
2309
2331
|
feedbackClassName: u,
|
|
2310
2332
|
onPointerDown: f,
|
|
2311
2333
|
onPointerUp: d,
|
|
2312
|
-
onPointerLeave:
|
|
2334
|
+
onPointerLeave: L,
|
|
2313
2335
|
...A
|
|
2314
2336
|
}) => {
|
|
2315
2337
|
const [v, C] = Y(!1), b = !i && g ? u : "", j = !i && (v || g);
|
|
@@ -2317,7 +2339,7 @@ const nn = () => {
|
|
|
2317
2339
|
"button",
|
|
2318
2340
|
{
|
|
2319
2341
|
type: "button",
|
|
2320
|
-
className: `${
|
|
2342
|
+
className: `${L1.iconbtn} ${n ? L1.iconbtnvert : ""} ${s} ${b}`,
|
|
2321
2343
|
...A,
|
|
2322
2344
|
disabled: i,
|
|
2323
2345
|
onPointerDown: (I) => {
|
|
@@ -2327,13 +2349,13 @@ const nn = () => {
|
|
|
2327
2349
|
C(!1), d == null || d(I);
|
|
2328
2350
|
},
|
|
2329
2351
|
onPointerLeave: (I) => {
|
|
2330
|
-
C(!1),
|
|
2352
|
+
C(!1), L == null || L(I);
|
|
2331
2353
|
},
|
|
2332
2354
|
children: [
|
|
2333
2355
|
e && /* @__PURE__ */ o.jsx(
|
|
2334
2356
|
e,
|
|
2335
2357
|
{
|
|
2336
|
-
className: `${r ||
|
|
2358
|
+
className: `${r || L1.iconsm}`,
|
|
2337
2359
|
active: j,
|
|
2338
2360
|
disabled: i
|
|
2339
2361
|
}
|
|
@@ -2342,7 +2364,7 @@ const nn = () => {
|
|
|
2342
2364
|
]
|
|
2343
2365
|
}
|
|
2344
2366
|
);
|
|
2345
|
-
},
|
|
2367
|
+
}, P = ({
|
|
2346
2368
|
ActiveImage: e,
|
|
2347
2369
|
DisabledImage: t,
|
|
2348
2370
|
EnabledImage: n,
|
|
@@ -2353,7 +2375,7 @@ const nn = () => {
|
|
|
2353
2375
|
className: t = "",
|
|
2354
2376
|
disabled: n
|
|
2355
2377
|
}) => /* @__PURE__ */ o.jsx(
|
|
2356
|
-
|
|
2378
|
+
P,
|
|
2357
2379
|
{
|
|
2358
2380
|
ActiveImage: /* @__PURE__ */ o.jsx(
|
|
2359
2381
|
"svg",
|
|
@@ -2405,7 +2427,7 @@ const nn = () => {
|
|
|
2405
2427
|
className: t = "",
|
|
2406
2428
|
disabled: n
|
|
2407
2429
|
}) => /* @__PURE__ */ o.jsx(
|
|
2408
|
-
|
|
2430
|
+
P,
|
|
2409
2431
|
{
|
|
2410
2432
|
ActiveImage: (
|
|
2411
2433
|
/* icon-ban-active.svg */
|
|
@@ -2454,7 +2476,7 @@ const nn = () => {
|
|
|
2454
2476
|
className: t = "",
|
|
2455
2477
|
disabled: n
|
|
2456
2478
|
}) => /* @__PURE__ */ o.jsx(
|
|
2457
|
-
|
|
2479
|
+
P,
|
|
2458
2480
|
{
|
|
2459
2481
|
ActiveImage: /* @__PURE__ */ o.jsx(
|
|
2460
2482
|
"svg",
|
|
@@ -2494,7 +2516,7 @@ const nn = () => {
|
|
|
2494
2516
|
className: t = "",
|
|
2495
2517
|
disabled: n
|
|
2496
2518
|
}) => /* @__PURE__ */ o.jsx(
|
|
2497
|
-
|
|
2519
|
+
P,
|
|
2498
2520
|
{
|
|
2499
2521
|
ActiveImage: (
|
|
2500
2522
|
/* icon-check-active.svg */
|
|
@@ -2544,7 +2566,7 @@ const nn = () => {
|
|
|
2544
2566
|
className: t = "",
|
|
2545
2567
|
disabled: n
|
|
2546
2568
|
}) => /* @__PURE__ */ o.jsx(
|
|
2547
|
-
|
|
2569
|
+
P,
|
|
2548
2570
|
{
|
|
2549
2571
|
ActiveImage: (
|
|
2550
2572
|
/* icon-controller-active.svg */
|
|
@@ -2611,7 +2633,7 @@ const nn = () => {
|
|
|
2611
2633
|
className: t = "",
|
|
2612
2634
|
disabled: n
|
|
2613
2635
|
}) => /* @__PURE__ */ o.jsx(
|
|
2614
|
-
|
|
2636
|
+
P,
|
|
2615
2637
|
{
|
|
2616
2638
|
ActiveImage: (
|
|
2617
2639
|
/* icon-down-active.svg */
|
|
@@ -2660,7 +2682,7 @@ const nn = () => {
|
|
|
2660
2682
|
className: t = "",
|
|
2661
2683
|
disabled: n
|
|
2662
2684
|
}) => /* @__PURE__ */ o.jsx(
|
|
2663
|
-
|
|
2685
|
+
P,
|
|
2664
2686
|
{
|
|
2665
2687
|
ActiveImage: (
|
|
2666
2688
|
/* icon-elipses-active.svg */
|
|
@@ -2709,7 +2731,7 @@ const nn = () => {
|
|
|
2709
2731
|
className: t = "",
|
|
2710
2732
|
disabled: n
|
|
2711
2733
|
}) => /* @__PURE__ */ o.jsx(
|
|
2712
|
-
|
|
2734
|
+
P,
|
|
2713
2735
|
{
|
|
2714
2736
|
ActiveImage: (
|
|
2715
2737
|
/* icon-flag-active.svg */
|
|
@@ -2758,7 +2780,7 @@ const nn = () => {
|
|
|
2758
2780
|
className: t = "",
|
|
2759
2781
|
disabled: n
|
|
2760
2782
|
}) => /* @__PURE__ */ o.jsx(
|
|
2761
|
-
|
|
2783
|
+
P,
|
|
2762
2784
|
{
|
|
2763
2785
|
ActiveImage: (
|
|
2764
2786
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-active.svg */
|
|
@@ -2807,7 +2829,7 @@ const nn = () => {
|
|
|
2807
2829
|
className: t = "",
|
|
2808
2830
|
disabled: n
|
|
2809
2831
|
}) => /* @__PURE__ */ o.jsx(
|
|
2810
|
-
|
|
2832
|
+
P,
|
|
2811
2833
|
{
|
|
2812
2834
|
ActiveImage: (
|
|
2813
2835
|
/* icon-glass-active.svg */
|
|
@@ -2857,7 +2879,7 @@ const nn = () => {
|
|
|
2857
2879
|
className: t = "",
|
|
2858
2880
|
disabled: n
|
|
2859
2881
|
}) => /* @__PURE__ */ o.jsx(
|
|
2860
|
-
|
|
2882
|
+
P,
|
|
2861
2883
|
{
|
|
2862
2884
|
ActiveImage: (
|
|
2863
2885
|
/* icon-hdmi-active.svg */
|
|
@@ -2924,7 +2946,7 @@ const nn = () => {
|
|
|
2924
2946
|
className: t = "",
|
|
2925
2947
|
disabled: n
|
|
2926
2948
|
}) => /* @__PURE__ */ o.jsx(
|
|
2927
|
-
|
|
2949
|
+
P,
|
|
2928
2950
|
{
|
|
2929
2951
|
ActiveImage: (
|
|
2930
2952
|
/* icon-laptop-active.svg */
|
|
@@ -2973,7 +2995,7 @@ const nn = () => {
|
|
|
2973
2995
|
className: t = "",
|
|
2974
2996
|
disabled: n
|
|
2975
2997
|
}) => /* @__PURE__ */ o.jsx(
|
|
2976
|
-
|
|
2998
|
+
P,
|
|
2977
2999
|
{
|
|
2978
3000
|
ActiveImage: (
|
|
2979
3001
|
/* icon-left-active.svg */
|
|
@@ -3022,7 +3044,7 @@ const nn = () => {
|
|
|
3022
3044
|
className: t = "",
|
|
3023
3045
|
disabled: n
|
|
3024
3046
|
}) => /* @__PURE__ */ o.jsx(
|
|
3025
|
-
|
|
3047
|
+
P,
|
|
3026
3048
|
{
|
|
3027
3049
|
ActiveImage: (
|
|
3028
3050
|
/* icon-light-active.svg */
|
|
@@ -3071,7 +3093,7 @@ const nn = () => {
|
|
|
3071
3093
|
className: t = "",
|
|
3072
3094
|
disabled: n
|
|
3073
3095
|
}) => /* @__PURE__ */ o.jsx(
|
|
3074
|
-
|
|
3096
|
+
P,
|
|
3075
3097
|
{
|
|
3076
3098
|
ActiveImage: (
|
|
3077
3099
|
/* icon-moon-active.svg */
|
|
@@ -3120,7 +3142,7 @@ const nn = () => {
|
|
|
3120
3142
|
className: t = "",
|
|
3121
3143
|
disabled: n
|
|
3122
3144
|
}) => /* @__PURE__ */ o.jsx(
|
|
3123
|
-
|
|
3145
|
+
P,
|
|
3124
3146
|
{
|
|
3125
3147
|
ActiveImage: (
|
|
3126
3148
|
/* icon-playstation-active.svg */
|
|
@@ -3142,7 +3164,7 @@ const nn = () => {
|
|
|
3142
3164
|
className: t = "",
|
|
3143
3165
|
disabled: n
|
|
3144
3166
|
}) => /* @__PURE__ */ o.jsx(
|
|
3145
|
-
|
|
3167
|
+
P,
|
|
3146
3168
|
{
|
|
3147
3169
|
ActiveImage: (
|
|
3148
3170
|
/* icon-podium-active.svg */
|
|
@@ -3186,12 +3208,12 @@ const nn = () => {
|
|
|
3186
3208
|
active: e,
|
|
3187
3209
|
disabled: n
|
|
3188
3210
|
}
|
|
3189
|
-
),
|
|
3211
|
+
), pt = ({
|
|
3190
3212
|
active: e,
|
|
3191
3213
|
className: t = "",
|
|
3192
3214
|
disabled: n
|
|
3193
3215
|
}) => /* @__PURE__ */ o.jsx(
|
|
3194
|
-
|
|
3216
|
+
P,
|
|
3195
3217
|
{
|
|
3196
3218
|
ActiveImage: (
|
|
3197
3219
|
/* icon-power-active.svg */
|
|
@@ -3235,12 +3257,12 @@ const nn = () => {
|
|
|
3235
3257
|
active: e,
|
|
3236
3258
|
disabled: n
|
|
3237
3259
|
}
|
|
3238
|
-
),
|
|
3260
|
+
), wt = ({
|
|
3239
3261
|
active: e,
|
|
3240
3262
|
className: t = "",
|
|
3241
3263
|
disabled: n
|
|
3242
3264
|
}) => /* @__PURE__ */ o.jsx(
|
|
3243
|
-
|
|
3265
|
+
P,
|
|
3244
3266
|
{
|
|
3245
3267
|
ActiveImage: (
|
|
3246
3268
|
/* icon-privacy-active.svg */
|
|
@@ -3289,7 +3311,7 @@ const nn = () => {
|
|
|
3289
3311
|
className: t = "",
|
|
3290
3312
|
disabled: n
|
|
3291
3313
|
}) => /* @__PURE__ */ o.jsx(
|
|
3292
|
-
|
|
3314
|
+
P,
|
|
3293
3315
|
{
|
|
3294
3316
|
ActiveImage: (
|
|
3295
3317
|
/* icon-question-active.svg */
|
|
@@ -3338,7 +3360,7 @@ const nn = () => {
|
|
|
3338
3360
|
className: t = "",
|
|
3339
3361
|
disabled: n
|
|
3340
3362
|
}) => /* @__PURE__ */ o.jsx(
|
|
3341
|
-
|
|
3363
|
+
P,
|
|
3342
3364
|
{
|
|
3343
3365
|
ActiveImage: (
|
|
3344
3366
|
/* icon-right-active.svg */
|
|
@@ -3388,7 +3410,7 @@ const nn = () => {
|
|
|
3388
3410
|
className: t = "",
|
|
3389
3411
|
disabled: n
|
|
3390
3412
|
}) => /* @__PURE__ */ o.jsx(
|
|
3391
|
-
|
|
3413
|
+
P,
|
|
3392
3414
|
{
|
|
3393
3415
|
ActiveImage: (
|
|
3394
3416
|
/* icon-roomPC-active.svg */
|
|
@@ -3455,7 +3477,7 @@ const nn = () => {
|
|
|
3455
3477
|
className: t = "",
|
|
3456
3478
|
disabled: n
|
|
3457
3479
|
}) => /* @__PURE__ */ o.jsx(
|
|
3458
|
-
|
|
3480
|
+
P,
|
|
3459
3481
|
{
|
|
3460
3482
|
ActiveImage: (
|
|
3461
3483
|
/* icon-shade-active.svg */
|
|
@@ -3504,7 +3526,7 @@ const nn = () => {
|
|
|
3504
3526
|
className: t = "",
|
|
3505
3527
|
disabled: n
|
|
3506
3528
|
}) => /* @__PURE__ */ o.jsx(
|
|
3507
|
-
|
|
3529
|
+
P,
|
|
3508
3530
|
{
|
|
3509
3531
|
ActiveImage: (
|
|
3510
3532
|
/* icon-sun-active.svg */
|
|
@@ -3548,14 +3570,14 @@ const nn = () => {
|
|
|
3548
3570
|
active: e,
|
|
3549
3571
|
disabled: n
|
|
3550
3572
|
}
|
|
3551
|
-
),
|
|
3573
|
+
), cn = ({
|
|
3552
3574
|
active: e,
|
|
3553
3575
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
3554
3576
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3555
3577
|
className: t = "",
|
|
3556
3578
|
disabled: n
|
|
3557
3579
|
}) => /* @__PURE__ */ o.jsx(
|
|
3558
|
-
|
|
3580
|
+
P,
|
|
3559
3581
|
{
|
|
3560
3582
|
ActiveImage: void 0,
|
|
3561
3583
|
DisabledImage: void 0,
|
|
@@ -3568,7 +3590,7 @@ const nn = () => {
|
|
|
3568
3590
|
className: t = "",
|
|
3569
3591
|
disabled: n
|
|
3570
3592
|
}) => /* @__PURE__ */ o.jsx(
|
|
3571
|
-
|
|
3593
|
+
P,
|
|
3572
3594
|
{
|
|
3573
3595
|
ActiveImage: (
|
|
3574
3596
|
/* icon-up-active.svg */
|
|
@@ -3617,7 +3639,7 @@ const nn = () => {
|
|
|
3617
3639
|
className: t = "",
|
|
3618
3640
|
disabled: n
|
|
3619
3641
|
}) => /* @__PURE__ */ o.jsx(
|
|
3620
|
-
|
|
3642
|
+
P,
|
|
3621
3643
|
{
|
|
3622
3644
|
ActiveImage: (
|
|
3623
3645
|
/* icon-volDown-active.svg */
|
|
@@ -3666,7 +3688,7 @@ const nn = () => {
|
|
|
3666
3688
|
className: t = "",
|
|
3667
3689
|
disabled: n
|
|
3668
3690
|
}) => /* @__PURE__ */ o.jsx(
|
|
3669
|
-
|
|
3691
|
+
P,
|
|
3670
3692
|
{
|
|
3671
3693
|
ActiveImage: (
|
|
3672
3694
|
/* icon-volMute-active.svg */
|
|
@@ -3715,7 +3737,7 @@ const nn = () => {
|
|
|
3715
3737
|
className: t = "",
|
|
3716
3738
|
disabled: n
|
|
3717
3739
|
}) => /* @__PURE__ */ o.jsx(
|
|
3718
|
-
|
|
3740
|
+
P,
|
|
3719
3741
|
{
|
|
3720
3742
|
ActiveImage: (
|
|
3721
3743
|
/* icon-volUp-active.svg */
|
|
@@ -3764,7 +3786,7 @@ const nn = () => {
|
|
|
3764
3786
|
className: t = "",
|
|
3765
3787
|
disabled: n
|
|
3766
3788
|
}) => /* @__PURE__ */ o.jsx(
|
|
3767
|
-
|
|
3789
|
+
P,
|
|
3768
3790
|
{
|
|
3769
3791
|
ActiveImage: (
|
|
3770
3792
|
/* icon-wireless-active.svg */
|
|
@@ -3808,12 +3830,12 @@ const nn = () => {
|
|
|
3808
3830
|
active: e,
|
|
3809
3831
|
disabled: n
|
|
3810
3832
|
}
|
|
3811
|
-
),
|
|
3833
|
+
), Pt = ({
|
|
3812
3834
|
active: e,
|
|
3813
3835
|
className: t = "",
|
|
3814
3836
|
disabled: n
|
|
3815
3837
|
}) => /* @__PURE__ */ o.jsx(
|
|
3816
|
-
|
|
3838
|
+
P,
|
|
3817
3839
|
{
|
|
3818
3840
|
ActiveImage: (
|
|
3819
3841
|
/* icon-x-active.svg */
|
|
@@ -3857,12 +3879,12 @@ const nn = () => {
|
|
|
3857
3879
|
active: e,
|
|
3858
3880
|
disabled: n
|
|
3859
3881
|
}
|
|
3860
|
-
),
|
|
3882
|
+
), $t = ({
|
|
3861
3883
|
active: e,
|
|
3862
3884
|
className: t = "",
|
|
3863
3885
|
disabled: n
|
|
3864
3886
|
}) => /* @__PURE__ */ o.jsx(
|
|
3865
|
-
|
|
3887
|
+
P,
|
|
3866
3888
|
{
|
|
3867
3889
|
ActiveImage: (
|
|
3868
3890
|
/* icon-xbox-active.svg */
|
|
@@ -3911,7 +3933,7 @@ const nn = () => {
|
|
|
3911
3933
|
className: t = "",
|
|
3912
3934
|
disabled: n
|
|
3913
3935
|
}) => /* @__PURE__ */ o.jsx(
|
|
3914
|
-
|
|
3936
|
+
P,
|
|
3915
3937
|
{
|
|
3916
3938
|
ActiveImage: (
|
|
3917
3939
|
/* icon-mic-active.svg */
|
|
@@ -3974,8 +3996,8 @@ const nn = () => {
|
|
|
3974
3996
|
Moon: ht,
|
|
3975
3997
|
Playstation: ft,
|
|
3976
3998
|
Podium: mt,
|
|
3977
|
-
Power:
|
|
3978
|
-
Privacy:
|
|
3999
|
+
Power: pt,
|
|
4000
|
+
Privacy: wt,
|
|
3979
4001
|
Question: Mt,
|
|
3980
4002
|
RightArrow: xt,
|
|
3981
4003
|
RoomPC: St,
|
|
@@ -3986,10 +4008,10 @@ const nn = () => {
|
|
|
3986
4008
|
VolMute: It,
|
|
3987
4009
|
VolUp: yt,
|
|
3988
4010
|
Wireless: Rt,
|
|
3989
|
-
X:
|
|
3990
|
-
Xbox:
|
|
4011
|
+
X: Pt,
|
|
4012
|
+
Xbox: $t
|
|
3991
4013
|
};
|
|
3992
|
-
function
|
|
4014
|
+
function rn({
|
|
3993
4015
|
name: e,
|
|
3994
4016
|
iconsDictionary: t = Tt,
|
|
3995
4017
|
...n
|
|
@@ -3997,56 +4019,56 @@ function sn({
|
|
|
3997
4019
|
const s = t[e] ?? null;
|
|
3998
4020
|
return s || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ o.jsx(Ne, { multiIcon: s, ...n });
|
|
3999
4021
|
}
|
|
4000
|
-
const Dt = "_grid_1cmpp_1", At = "_header_1cmpp_11",
|
|
4022
|
+
const Dt = "_grid_1cmpp_1", At = "_header_1cmpp_11", Lt = "_content_1cmpp_17", _t = "_footer_1cmpp_23", Bt = "_volume_1cmpp_29", u1 = {
|
|
4001
4023
|
grid: Dt,
|
|
4002
4024
|
header: At,
|
|
4003
|
-
content:
|
|
4004
|
-
footer:
|
|
4025
|
+
content: Lt,
|
|
4026
|
+
footer: _t,
|
|
4005
4027
|
volume: Bt
|
|
4006
|
-
},
|
|
4028
|
+
}, ln = ({ header: e, footer: t, content: n, volume: s, showVolume: r }) => /* @__PURE__ */ o.jsxs("div", { className: u1.grid, children: [
|
|
4007
4029
|
/* @__PURE__ */ o.jsx("div", { className: u1.header, children: e }),
|
|
4008
4030
|
/* @__PURE__ */ o.jsx("div", { className: u1.content, children: n }),
|
|
4009
4031
|
r && /* @__PURE__ */ o.jsx("div", { className: u1.volume, children: s }),
|
|
4010
4032
|
/* @__PURE__ */ o.jsx("div", { className: u1.footer, children: t })
|
|
4011
|
-
] }), Ot = "_grid_11w5q_1", Wt = "_header_11w5q_11",
|
|
4033
|
+
] }), Ot = "_grid_11w5q_1", Wt = "_header_11w5q_11", Vt = "_content_11w5q_17", x1 = {
|
|
4012
4034
|
grid: Ot,
|
|
4013
4035
|
header: Wt,
|
|
4014
|
-
content:
|
|
4015
|
-
},
|
|
4036
|
+
content: Vt
|
|
4037
|
+
}, an = ({ className: e, header: t, content: n, leftNav: s }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${x1.grid}`, children: [
|
|
4016
4038
|
/* @__PURE__ */ o.jsx("div", { className: x1.header, children: t }),
|
|
4017
4039
|
s && /* @__PURE__ */ o.jsx("div", { className: x1.leftNav, children: s }),
|
|
4018
4040
|
/* @__PURE__ */ o.jsx("div", { className: x1.content, children: n })
|
|
4019
|
-
] }),
|
|
4020
|
-
grid:
|
|
4021
|
-
header:
|
|
4022
|
-
content:
|
|
4023
|
-
},
|
|
4024
|
-
/* @__PURE__ */ o.jsx("div", { className:
|
|
4025
|
-
/* @__PURE__ */ o.jsx("div", { className:
|
|
4041
|
+
] }), kt = "_grid_1uwfo_1", Ft = "_header_1uwfo_11", Ht = "_content_1uwfo_17", _1 = {
|
|
4042
|
+
grid: kt,
|
|
4043
|
+
header: Ft,
|
|
4044
|
+
content: Ht
|
|
4045
|
+
}, un = ({ className: e, header: t, content: n }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${_1.grid}`, children: [
|
|
4046
|
+
/* @__PURE__ */ o.jsx("div", { className: _1.header, children: t }),
|
|
4047
|
+
/* @__PURE__ */ o.jsx("div", { className: _1.content, children: n })
|
|
4026
4048
|
] });
|
|
4027
|
-
class
|
|
4049
|
+
class dn {
|
|
4028
4050
|
constructor() {
|
|
4029
4051
|
G(this, "currentShareText");
|
|
4030
4052
|
G(this, "enabled");
|
|
4031
4053
|
G(this, "isSharing");
|
|
4032
4054
|
}
|
|
4033
4055
|
}
|
|
4034
|
-
function
|
|
4056
|
+
function vn() {
|
|
4035
4057
|
return console.log(location.pathname), location.pathname;
|
|
4036
4058
|
}
|
|
4037
4059
|
var Ut = /* @__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))(Ut || {});
|
|
4038
|
-
class
|
|
4060
|
+
class gn {
|
|
4039
4061
|
constructor(t, n) {
|
|
4040
4062
|
G(this, "path");
|
|
4041
4063
|
G(this, "handler");
|
|
4042
4064
|
this.path = t, this.handler = n;
|
|
4043
4065
|
}
|
|
4044
4066
|
}
|
|
4045
|
-
const
|
|
4067
|
+
const hn = "$off";
|
|
4046
4068
|
export {
|
|
4047
4069
|
q8 as Clock,
|
|
4048
4070
|
Ut as DaysOfWeek,
|
|
4049
|
-
|
|
4071
|
+
sn as ErrorBox,
|
|
4050
4072
|
Ne as IconButton,
|
|
4051
4073
|
et as IconMultiAlert,
|
|
4052
4074
|
tt as IconMultiBan,
|
|
@@ -4066,48 +4088,48 @@ export {
|
|
|
4066
4088
|
ht as IconMultiMoon,
|
|
4067
4089
|
ft as IconMultiPlaystation,
|
|
4068
4090
|
mt as IconMultiPodium,
|
|
4069
|
-
|
|
4070
|
-
|
|
4091
|
+
pt as IconMultiPower,
|
|
4092
|
+
wt as IconMultiPrivacy,
|
|
4071
4093
|
Mt as IconMultiQuestion,
|
|
4072
4094
|
xt as IconMultiRightArrow,
|
|
4073
4095
|
St as IconMultiRoomPC,
|
|
4074
4096
|
Zt as IconMultiShade,
|
|
4075
4097
|
Ct as IconMultiSun,
|
|
4076
|
-
|
|
4098
|
+
cn as IconMultiTemplate,
|
|
4077
4099
|
jt as IconMultiUpArrow,
|
|
4078
4100
|
bt as IconMultiVolDown,
|
|
4079
4101
|
It as IconMultiVolMute,
|
|
4080
4102
|
yt as IconMultiVolUp,
|
|
4081
4103
|
Rt as IconMultiWireless,
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4104
|
+
Pt as IconMultiX,
|
|
4105
|
+
$t as IconMultiXbox,
|
|
4106
|
+
ln as MainLayout,
|
|
4107
|
+
gn as MessageHandler,
|
|
4108
|
+
k8 as MobileControlProvider,
|
|
4109
|
+
P as MultiStateIconContainer,
|
|
4110
|
+
rn as NamedIconButton,
|
|
4111
|
+
dn as ShareState,
|
|
4112
|
+
an as TechLayout,
|
|
4113
|
+
un as TechPinLayout,
|
|
4114
|
+
_3 as WS_ADD_EVENT_HANDLER,
|
|
4093
4115
|
D3 as WS_CONNECT,
|
|
4094
4116
|
A3 as WS_DISCONNECT,
|
|
4095
4117
|
O3 as WS_RECONNECT,
|
|
4096
4118
|
B3 as WS_REMOVE_EVENT_HANDLER,
|
|
4097
|
-
|
|
4098
|
-
|
|
4119
|
+
L3 as WS_SEND_MESSAGE,
|
|
4120
|
+
V3 as WebsocketContext,
|
|
4099
4121
|
E3 as appConfigActions,
|
|
4100
4122
|
Be as createWebSocketMiddleware,
|
|
4101
|
-
|
|
4102
|
-
|
|
4123
|
+
p1 as devicesActions,
|
|
4124
|
+
vn as getBaseLocation,
|
|
4103
4125
|
f3 as httpClient,
|
|
4104
4126
|
Tt as iconsDictionary,
|
|
4105
|
-
|
|
4106
|
-
|
|
4127
|
+
hn as roomOffSourceKey,
|
|
4128
|
+
w1 as roomsActions,
|
|
4107
4129
|
U as runtimeConfigActions,
|
|
4108
4130
|
j3 as selectAllDevices,
|
|
4109
4131
|
E2 as selectApiPath,
|
|
4110
|
-
|
|
4132
|
+
$2 as selectAppConfig,
|
|
4111
4133
|
re as selectClientId,
|
|
4112
4134
|
he as selectCurrentPopoverIdForGroup,
|
|
4113
4135
|
A2 as selectDeviceByKey,
|
|
@@ -4118,15 +4140,15 @@ export {
|
|
|
4118
4140
|
R3 as selectIsSyncStateValuePresent,
|
|
4119
4141
|
ve as selectIsTouchpanel,
|
|
4120
4142
|
T2 as selectLogoPath,
|
|
4121
|
-
|
|
4143
|
+
k1 as selectModalVisibility,
|
|
4122
4144
|
D2 as selectPartnerMetadata,
|
|
4123
4145
|
Q2 as selectRoomAdvancedSharingActive,
|
|
4124
|
-
|
|
4146
|
+
F2 as selectRoomAudioControlPointList,
|
|
4125
4147
|
B2 as selectRoomByKey,
|
|
4126
4148
|
G2 as selectRoomCodecContentDestinationKey,
|
|
4127
|
-
|
|
4149
|
+
L2 as selectRoomConfiguration,
|
|
4128
4150
|
U2 as selectRoomDestinationList,
|
|
4129
|
-
|
|
4151
|
+
H2 as selectRoomDestinations,
|
|
4130
4152
|
te as selectRoomDisplayStates,
|
|
4131
4153
|
K2 as selectRoomEnvironmentalDevices,
|
|
4132
4154
|
z2 as selectRoomInCall,
|
|
@@ -4134,55 +4156,55 @@ export {
|
|
|
4134
4156
|
X2 as selectRoomIsOn,
|
|
4135
4157
|
Y2 as selectRoomIsWarmingUp,
|
|
4136
4158
|
ce as selectRoomKey,
|
|
4137
|
-
|
|
4159
|
+
V2 as selectRoomLevelControls,
|
|
4138
4160
|
O2 as selectRoomName,
|
|
4139
4161
|
q2 as selectRoomProgramAudioDestinationKey,
|
|
4140
4162
|
N2 as selectRoomShareState,
|
|
4141
|
-
|
|
4163
|
+
k2 as selectRoomSourceList,
|
|
4142
4164
|
W2 as selectRoomVolume,
|
|
4143
|
-
|
|
4165
|
+
_2 as selectRooms,
|
|
4144
4166
|
ue as selectRuntimeInfo,
|
|
4145
4167
|
ae as selectServerIsRunningOnProcessorHardware,
|
|
4146
4168
|
fe as selectShowPopoverById,
|
|
4147
|
-
|
|
4169
|
+
pe as selectShowReconnect,
|
|
4148
4170
|
le as selectSystemUuid,
|
|
4149
|
-
|
|
4171
|
+
we as selectTheme,
|
|
4150
4172
|
de as selectTouchpanelKey,
|
|
4151
4173
|
ie as selectUserCode,
|
|
4152
4174
|
se as selectWsIsConnected,
|
|
4153
4175
|
ee as selectZoomRoomControllerKey,
|
|
4154
4176
|
We as store,
|
|
4155
|
-
|
|
4177
|
+
V as uiActions,
|
|
4156
4178
|
Ce as uiReducer,
|
|
4157
4179
|
Qt as useApiPath,
|
|
4158
4180
|
Xt as useAppConfig,
|
|
4159
|
-
|
|
4160
|
-
|
|
4181
|
+
V1 as useAppDispatch,
|
|
4182
|
+
w as useAppSelector,
|
|
4161
4183
|
U8 as useAvrControl,
|
|
4162
|
-
|
|
4184
|
+
p as useButtonHeldHeartbeat,
|
|
4163
4185
|
K8 as useCameraBase,
|
|
4164
4186
|
Z8 as useClientId,
|
|
4165
|
-
|
|
4187
|
+
Y6 as useDeviceIBasicVolume,
|
|
4166
4188
|
ze as useDeviceIBasicVolumeWithFeedback,
|
|
4167
|
-
|
|
4189
|
+
P8 as useDeviceInterfaceSupport,
|
|
4168
4190
|
G8 as useDevicePresetsModel,
|
|
4169
4191
|
E8 as useDeviceSupportsInterface,
|
|
4170
4192
|
z8 as useEndpoint,
|
|
4171
4193
|
Me as useError,
|
|
4172
|
-
|
|
4194
|
+
J6 as useGetAllDeviceStateFromRoomConfiguration,
|
|
4173
4195
|
t8 as useGetAllDevices,
|
|
4174
4196
|
o8 as useGetAllRooms,
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4197
|
+
L8 as useGetCurrentPopoverIdForGroup,
|
|
4198
|
+
S as useGetDevice,
|
|
4199
|
+
F8 as useGetIBasicVolume,
|
|
4200
|
+
H8 as useGetIBasicVolumeWithFeedback,
|
|
4179
4201
|
s8 as useGetRoom,
|
|
4180
4202
|
M8 as useGetRoomDisplayStates,
|
|
4181
4203
|
x8 as useGetZoomRoomControllerKey,
|
|
4182
4204
|
Y8 as useIAudioCodecInfo,
|
|
4183
4205
|
J8 as useIAudioCodecPhonebook,
|
|
4184
4206
|
j1 as useIBasicVolume,
|
|
4185
|
-
|
|
4207
|
+
k3 as useIBasicVolumeWithFeedback,
|
|
4186
4208
|
X8 as useIChannel,
|
|
4187
4209
|
Q8 as useIColor,
|
|
4188
4210
|
N8 as useICommunicationMonitor,
|
|
@@ -4197,61 +4219,63 @@ export {
|
|
|
4197
4219
|
i6 as useIHasCameraMute,
|
|
4198
4220
|
a6 as useIHasCameraPresets,
|
|
4199
4221
|
u6 as useIHasCameras,
|
|
4200
|
-
d6 as
|
|
4201
|
-
v6 as
|
|
4202
|
-
g6 as
|
|
4203
|
-
h6 as
|
|
4204
|
-
f6 as
|
|
4205
|
-
m6 as
|
|
4222
|
+
d6 as useIHasCodecLayouts,
|
|
4223
|
+
v6 as useIHasCodecRoomPresetsActions,
|
|
4224
|
+
g6 as useIHasDialer,
|
|
4225
|
+
h6 as useIHasDirectory,
|
|
4226
|
+
f6 as useIHasMeetingLock,
|
|
4227
|
+
m6 as useIHasMeetingRecording,
|
|
4228
|
+
p6 as useIHasParticipantAudioMute,
|
|
4206
4229
|
w6 as useIHasParticipantPinUnpin,
|
|
4207
|
-
|
|
4208
|
-
M6 as
|
|
4209
|
-
|
|
4210
|
-
|
|
4230
|
+
x6 as useIHasParticipantVideoMute,
|
|
4231
|
+
M6 as useIHasParticipants,
|
|
4232
|
+
S6 as useIHasPhoneDialing,
|
|
4233
|
+
F3 as useIHasPowerControl,
|
|
4234
|
+
Z6 as useIHasPresentationOnlyMeeting,
|
|
4211
4235
|
W1 as useIHasSelectableItems,
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4236
|
+
C6 as useIHasSelfviewPosition,
|
|
4237
|
+
j6 as useIHasSelfviewSize,
|
|
4238
|
+
b6 as useIHasStartMeeting,
|
|
4215
4239
|
Ye as useIHasSurroundChannels,
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4240
|
+
I6 as useIHasZoomRoomLayouts,
|
|
4241
|
+
y6 as useILevelControls,
|
|
4242
|
+
R6 as useILightingScenes,
|
|
4243
|
+
P6 as useIMatrixRouting,
|
|
4244
|
+
$6 as useIMcCiscoCodecUserInterfaceAppControl,
|
|
4245
|
+
E6 as useINumeric,
|
|
4246
|
+
T6 as useIProjectorScreenLiftControl,
|
|
4247
|
+
D6 as useIRoomEventSchedule,
|
|
4248
|
+
A6 as useIRunDefaultPresentRoute,
|
|
4249
|
+
L6 as useIRunDirectRouteAction,
|
|
4250
|
+
_6 as useIRunRouteAction,
|
|
4251
|
+
B6 as useISetTopBoxControls,
|
|
4252
|
+
O6 as useIShadesOpenCloseStop,
|
|
4253
|
+
W6 as useIShutdownPromptTimer,
|
|
4254
|
+
V6 as useISwitchedOutput,
|
|
4255
|
+
k6 as useITechPassword,
|
|
4256
|
+
F6 as useITemperatureSensor,
|
|
4257
|
+
H6 as useITheme,
|
|
4258
|
+
U6 as useITransport,
|
|
4259
|
+
K6 as useIZoomWirelessShareInstructions,
|
|
4260
|
+
V8 as useInitialize,
|
|
4261
|
+
$8 as useInterfacesForDevice,
|
|
4238
4262
|
O8 as useIsInitialSyncComplete,
|
|
4239
4263
|
Se as useIsSyncStateValuePresent,
|
|
4240
4264
|
R8 as useIsTouchpanel,
|
|
4241
4265
|
Nt as useLogoPath,
|
|
4242
|
-
|
|
4243
|
-
|
|
4266
|
+
q6 as useMobileControlTouchpanelController,
|
|
4267
|
+
X6 as useOverflow,
|
|
4244
4268
|
e8 as usePartnerMetadata,
|
|
4245
4269
|
Ge as usePressHoldRelease,
|
|
4246
|
-
|
|
4270
|
+
p8 as useRoomAdvancedSharingActive,
|
|
4247
4271
|
l8 as useRoomAudioControlPointList,
|
|
4248
4272
|
v8 as useRoomCodecContentDestinationKey,
|
|
4249
4273
|
n8 as useRoomConfiguration,
|
|
4250
4274
|
a8 as useRoomDestinationList,
|
|
4251
4275
|
i8 as useRoomDestinations,
|
|
4252
4276
|
u8 as useRoomEnvironmentalDevices,
|
|
4253
|
-
|
|
4254
|
-
|
|
4277
|
+
Q6 as useRoomIBasicVolume,
|
|
4278
|
+
N6 as useRoomIBasicVolumeWithFeedback,
|
|
4255
4279
|
g8 as useRoomInCall,
|
|
4256
4280
|
f8 as useRoomIsCoolingDown,
|
|
4257
4281
|
m8 as useRoomIsOn,
|
|
@@ -4260,33 +4284,33 @@ export {
|
|
|
4260
4284
|
oe as useRoomLevelControls,
|
|
4261
4285
|
c8 as useRoomName,
|
|
4262
4286
|
d8 as useRoomProgramAudioDestinationKey,
|
|
4263
|
-
|
|
4287
|
+
w8 as useRoomShareState,
|
|
4264
4288
|
r8 as useRoomSourceList,
|
|
4265
4289
|
C1 as useRoomState,
|
|
4266
4290
|
ne as useRoomVolume,
|
|
4267
4291
|
I8 as useRuntimeInfo,
|
|
4268
|
-
|
|
4292
|
+
en as useScroll,
|
|
4269
4293
|
b8 as useServerIsRunningOnProcessorHardware,
|
|
4270
4294
|
D8 as useShowIncomingCallModal,
|
|
4271
4295
|
A8 as useShowModal,
|
|
4272
|
-
|
|
4296
|
+
_8 as useShowPopoverById,
|
|
4273
4297
|
xe as useShowReconnect,
|
|
4274
4298
|
T8 as useShowShutdownModal,
|
|
4275
|
-
|
|
4276
|
-
|
|
4299
|
+
tn as useStateIsSynced,
|
|
4300
|
+
nn as useSystemControl,
|
|
4277
4301
|
C8 as useSystemUuid,
|
|
4278
4302
|
B8 as useTheme,
|
|
4279
|
-
|
|
4303
|
+
on as useTimeAndDate,
|
|
4280
4304
|
y8 as useTouchpanelKey,
|
|
4281
|
-
|
|
4305
|
+
G6 as useTwoWayDisplayBase,
|
|
4282
4306
|
j8 as useUserCode,
|
|
4283
4307
|
m as useWebsocketContext,
|
|
4284
4308
|
y3 as useWsIsConnected,
|
|
4285
|
-
|
|
4309
|
+
z6 as useZoomRoom,
|
|
4286
4310
|
Ae as wsAddEventHandler,
|
|
4287
4311
|
W3 as wsConnect,
|
|
4288
4312
|
W8 as wsDisconnect,
|
|
4289
|
-
|
|
4290
|
-
|
|
4313
|
+
_e as wsReconnect,
|
|
4314
|
+
Le as wsRemoveEventHandler,
|
|
4291
4315
|
De as wsSendMessage
|
|
4292
4316
|
};
|