@pepperdash/mobile-control-react-app-core 1.25.0-feat-essentials-v3.13 → 1.25.0-feat-essentials-v3.14
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 +262 -250
- package/dist/mobile-control-react-app-core.umd.js +7 -7
- package/dist/shared/hooks/interfaces/index.d.ts +1 -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/package.json +1 -1
|
@@ -26,13 +26,13 @@ const k1 = x2.withTypes(), p = S2.withTypes(), Z1 = (e) => e.appConfig, P2 = x(
|
|
|
26
26
|
C3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
28
|
), t8 = () => p(j3);
|
|
29
|
-
function
|
|
29
|
+
function S(e) {
|
|
30
30
|
return p(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(
|
|
@@ -148,11 +148,11 @@ const O = (e) => e.rooms, _2 = (e) => x(
|
|
|
148
148
|
);
|
|
149
149
|
function n8(e) {
|
|
150
150
|
return p(
|
|
151
|
-
|
|
151
|
+
L2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
154
|
function o8() {
|
|
155
|
-
return p(
|
|
155
|
+
return p(_2);
|
|
156
156
|
}
|
|
157
157
|
function C1(e) {
|
|
158
158
|
return p(B2(e));
|
|
@@ -216,7 +216,7 @@ const s8 = C1, c8 = (e) => p(
|
|
|
216
216
|
), me = x(e1, (e) => e.error), we = x(
|
|
217
217
|
e1,
|
|
218
218
|
(e) => e.showReconnect
|
|
219
|
-
), pe = x(e1, (e) => e.theme), R3 = (e) => x(e1, (t) => t.syncState.includes(e)), T8 = () => p(V1("showShutdownModal")), D8 = () => p(V1("showIncomingCallModal")), A8 = (e) => p(V1(e)),
|
|
219
|
+
), pe = x(e1, (e) => e.theme), R3 = (e) => x(e1, (t) => t.syncState.includes(e)), T8 = () => p(V1("showShutdownModal")), D8 = () => p(V1("showIncomingCallModal")), A8 = (e) => p(V1(e)), L8 = (e) => p(he(e)), _8 = (e, t) => p(fe(e, t)), Me = () => p(me), xe = () => p(we), B8 = () => p(pe), Se = (e) => p(R3(e)), O8 = () => p(R3("initialSyncComplete")), Ze = {
|
|
220
220
|
showReconnect: !1,
|
|
221
221
|
error: "",
|
|
222
222
|
modalVisibility: {
|
|
@@ -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);
|
|
@@ -473,20 +473,20 @@ const h3 = {}, O1 = v1({
|
|
|
473
473
|
v(k.setShowReconnect(!0)), v(U.setWebsocketIsConnected(!1)), v(w1.clearDevices()), v(p1.clearRooms()), v(k.clearAllModals()), v(k.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,15 +526,15 @@ 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=${
|
|
537
|
+
const o1 = `${j.replace("http", "ws")}/ui/join/${e.token}?clientId=${Z.clientId}`, K = new WebSocket(o1);
|
|
538
538
|
e.client = K, K.onopen = (V) => {
|
|
539
539
|
console.log("WebSocket middleware: Connected", V.type, V.target), e.waitingToReconnect = !1, r(), setTimeout(() => {
|
|
540
540
|
e.client === K && K.readyState === WebSocket.OPEN && v(U.setWebsocketIsConnected(!0));
|
|
@@ -671,27 +671,27 @@ const h3 = {}, O1 = v1({
|
|
|
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);
|
|
@@ -708,14 +708,14 @@ const h3 = {}, O1 = v1({
|
|
|
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,22 +737,22 @@ 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({
|
|
@@ -810,11 +810,11 @@ function ke() {
|
|
|
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
|
}
|
|
@@ -831,7 +831,7 @@ var a1 = {};
|
|
|
831
831
|
var w3;
|
|
832
832
|
function Ve() {
|
|
833
833
|
return w3 || (w3 = 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"),
|
|
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];
|
|
@@ -859,7 +859,7 @@ function Ve() {
|
|
|
859
859
|
var o1 = !1, K = !1, V = !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 || V || typeof c == "object" && c !== null && (c.$$typeof === A || c.$$typeof ===
|
|
862
|
+
return !!(typeof c == "string" || typeof c == "function" || c === s || c === l || J || c === r || c === f || c === d || D || c === v || o1 || K || V || 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.
|
|
@@ -878,7 +878,7 @@ function Ve() {
|
|
|
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;
|
|
@@ -906,7 +906,7 @@ function Ve() {
|
|
|
906
906
|
return H1(h._context) + ".Provider";
|
|
907
907
|
case u:
|
|
908
908
|
return F3(c, c.render, "ForwardRef");
|
|
909
|
-
case
|
|
909
|
+
case L:
|
|
910
910
|
var M = c.displayName || null;
|
|
911
911
|
return M !== null ? M : X(c.type) || "Memo";
|
|
912
912
|
case A: {
|
|
@@ -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;
|
|
@@ -1051,18 +1051,18 @@ function Ve() {
|
|
|
1051
1051
|
if (F && M && typeof F.stack == "string") {
|
|
1052
1052
|
for (var y = F.stack.split(`
|
|
1053
1053
|
`), H = M.stack.split(`
|
|
1054
|
-
`),
|
|
1054
|
+
`), _ = y.length - 1, B = H.length - 1; _ >= 1 && B >= 0 && y[_] !== H[B]; )
|
|
1055
1055
|
B--;
|
|
1056
|
-
for (;
|
|
1057
|
-
if (y[
|
|
1058
|
-
if (
|
|
1056
|
+
for (; _ >= 1 && B >= 0; _--, B--)
|
|
1057
|
+
if (y[_] !== H[B]) {
|
|
1058
|
+
if (_ !== 1 || B !== 1)
|
|
1059
1059
|
do
|
|
1060
|
-
if (
|
|
1060
|
+
if (_--, B--, B < 0 || y[_] !== H[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
|
}
|
|
@@ -1096,7 +1096,7 @@ 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
1102
|
var M = c, P = M._payload, E = M._init;
|
|
@@ -1128,10 +1128,10 @@ function Ve() {
|
|
|
1128
1128
|
throw H.name = "Invariant Violation", H;
|
|
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(P),
|
|
1134
|
+
y && !(y instanceof Error) && (m1(P), 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(P), Z("Failed %s type: %s", h, y.message), m1(null));
|
|
1135
1135
|
}
|
|
1136
1136
|
}
|
|
1137
1137
|
}
|
|
@@ -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,
|
|
@@ -1242,9 +1242,9 @@ function Ve() {
|
|
|
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
1249
|
if (y || H) {
|
|
1250
1250
|
var B = typeof c == "function" ? c.displayName || c.name || "Unknown" : c;
|
|
@@ -1304,7 +1304,7 @@ 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 !== P1.current && (M = " It was passed a child from " + X(c._owner.type) + "."), t1(c),
|
|
1307
|
+
c && c._owner && c._owner !== P1.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) {
|
|
@@ -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;
|
|
@@ -1346,9 +1346,9 @@ Check the top-level render call using <` + h + ">.");
|
|
|
1346
1346
|
} else if (a.PropTypes !== void 0 && !E1) {
|
|
1347
1347
|
E1 = !0;
|
|
1348
1348
|
var P = X(a);
|
|
1349
|
-
|
|
1349
|
+
Z("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", P || "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,11 +1356,11 @@ 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 = {};
|
|
@@ -1372,8 +1372,8 @@ Check the top-level render call using <` + h + ">.");
|
|
|
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
1373
|
var H = l2();
|
|
1374
1374
|
H ? y += H : y += r3();
|
|
1375
|
-
var
|
|
1376
|
-
c === null ?
|
|
1375
|
+
var _;
|
|
1376
|
+
c === null ? _ = "null" : $1(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
1378
|
var B = r2(c, a, h, P, E);
|
|
1379
1379
|
if (B == null)
|
|
@@ -1387,7 +1387,7 @@ Check the top-level render call using <` + h + ">.");
|
|
|
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
|
}
|
|
@@ -1397,7 +1397,7 @@ Check the top-level render call using <` + h + ">.");
|
|
|
1397
1397
|
}), D1 = F.length > 0 ? "{key: someKey, " + F.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1398
1398
|
if (!u3[N + D1]) {
|
|
1399
1399
|
var f2 = F.length > 0 ? "{" + F.join(": ..., ") + ": ...}" : "{}";
|
|
1400
|
-
|
|
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:
|
|
@@ -1462,11 +1462,11 @@ 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
|
k3.Provider,
|
|
@@ -1569,7 +1569,7 @@ 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]);
|
|
@@ -1577,7 +1577,7 @@ function ze(e) {
|
|
|
1577
1577
|
}
|
|
1578
1578
|
function H3(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 = H3(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 = w(n, "cameraUp"), l = w(n, "cameraDown"), i = w(n, "cameraLeft"), g = w(n, "cameraRight"), u = w(n, "cameraZoomIn"), f = w(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]);
|
|
@@ -1681,26 +1681,26 @@ function Q8(e) {
|
|
|
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}`;
|
|
@@ -1733,7 +1733,7 @@ function c6(e) {
|
|
|
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 w6(e) {
|
|
1856
1867
|
const { sendMessage: t } = m();
|
|
1857
1868
|
return T(() => {
|
|
1858
1869
|
const n = `/device/${e}`;
|
|
@@ -1863,8 +1874,8 @@ function m6(e) {
|
|
|
1863
1874
|
};
|
|
1864
1875
|
}, [e, t]);
|
|
1865
1876
|
}
|
|
1866
|
-
function
|
|
1867
|
-
const { sendMessage: t } = m(), n =
|
|
1877
|
+
function p6(e) {
|
|
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,8 @@ function p6(e) {
|
|
|
1892
1903
|
};
|
|
1893
1904
|
}, [e, t, n]);
|
|
1894
1905
|
}
|
|
1895
|
-
function
|
|
1896
|
-
const { sendMessage: t } = m(), n =
|
|
1906
|
+
function x6(e) {
|
|
1907
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1897
1908
|
return T(() => {
|
|
1898
1909
|
if (!n) return;
|
|
1899
1910
|
const s = `/device/${e}`;
|
|
@@ -1905,7 +1916,7 @@ function M6(e) {
|
|
|
1905
1916
|
};
|
|
1906
1917
|
}, [e, t, n]);
|
|
1907
1918
|
}
|
|
1908
|
-
function
|
|
1919
|
+
function S6(e) {
|
|
1909
1920
|
const { sendMessage: t } = m();
|
|
1910
1921
|
return T(() => {
|
|
1911
1922
|
const n = `/device/${e}`;
|
|
@@ -1915,8 +1926,8 @@ function x6(e) {
|
|
|
1915
1926
|
};
|
|
1916
1927
|
}, [e, t]);
|
|
1917
1928
|
}
|
|
1918
|
-
function
|
|
1919
|
-
const { sendMessage: t } = m(), n =
|
|
1929
|
+
function Z6(e) {
|
|
1930
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1920
1931
|
return T(() => {
|
|
1921
1932
|
if (!n) return;
|
|
1922
1933
|
const s = `/device/${e}`;
|
|
@@ -1927,8 +1938,8 @@ function S6(e) {
|
|
|
1927
1938
|
};
|
|
1928
1939
|
}, [e, t, n]);
|
|
1929
1940
|
}
|
|
1930
|
-
function
|
|
1931
|
-
const { sendMessage: t } = m(), n =
|
|
1941
|
+
function C6(e) {
|
|
1942
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1932
1943
|
return T(() => {
|
|
1933
1944
|
if (!n) return;
|
|
1934
1945
|
const s = `/device/${e}`;
|
|
@@ -1939,8 +1950,8 @@ function Z6(e) {
|
|
|
1939
1950
|
};
|
|
1940
1951
|
}, [e, t, n]);
|
|
1941
1952
|
}
|
|
1942
|
-
function
|
|
1943
|
-
const { sendMessage: t } = m(), n =
|
|
1953
|
+
function j6(e) {
|
|
1954
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1944
1955
|
return T(() => {
|
|
1945
1956
|
if (!n) return;
|
|
1946
1957
|
const s = `/device/${e}`;
|
|
@@ -1951,8 +1962,8 @@ function C6(e) {
|
|
|
1951
1962
|
};
|
|
1952
1963
|
}, [e, t, n]);
|
|
1953
1964
|
}
|
|
1954
|
-
function
|
|
1955
|
-
const { sendMessage: t } = m(), n =
|
|
1965
|
+
function b6(e) {
|
|
1966
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1956
1967
|
return T(() => {
|
|
1957
1968
|
if (!n) return;
|
|
1958
1969
|
const s = `/device/${e}`;
|
|
@@ -1965,36 +1976,36 @@ function j6(e) {
|
|
|
1965
1976
|
};
|
|
1966
1977
|
}, [e, t, n]);
|
|
1967
1978
|
}
|
|
1968
|
-
function
|
|
1969
|
-
const { sendMessage: t, sendSimpleMessage: n } = m(), s =
|
|
1979
|
+
function I6(e) {
|
|
1980
|
+
const { sendMessage: t, sendSimpleMessage: n } = m(), s = S(e), r = oe(e), l = s || r;
|
|
1970
1981
|
return l ? {
|
|
1971
1982
|
levelState: l,
|
|
1972
|
-
setLevel: (d,
|
|
1983
|
+
setLevel: (d, L) => n(`${d}/level`, L),
|
|
1973
1984
|
muteToggle: (d) => t(`${d}/muteToggle`, null),
|
|
1974
1985
|
muteOn: (d) => t(`${d}/muteOn`, null),
|
|
1975
1986
|
muteOff: (d) => t(`${d}/muteOff`, null)
|
|
1976
1987
|
} : void 0;
|
|
1977
1988
|
}
|
|
1978
|
-
function
|
|
1979
|
-
const { sendMessage: t } = m(), n =
|
|
1989
|
+
function y6(e) {
|
|
1990
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1980
1991
|
return n ? { lightingState: n, selectScene: (r) => {
|
|
1981
1992
|
t(`/device/${e}/selectScene`, r);
|
|
1982
1993
|
} } : void 0;
|
|
1983
1994
|
}
|
|
1984
|
-
function
|
|
1985
|
-
const { sendMessage: t } = m(), n =
|
|
1995
|
+
function R6(e) {
|
|
1996
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
1986
1997
|
return n ? { matrixRoutingState: n, setRoute: (r) => {
|
|
1987
1998
|
t(`/device/${e}/route`, r);
|
|
1988
1999
|
} } : void 0;
|
|
1989
2000
|
}
|
|
1990
|
-
function
|
|
2001
|
+
function $6(e) {
|
|
1991
2002
|
const { sendMessage: t } = m();
|
|
1992
2003
|
return { closeApp: () => {
|
|
1993
2004
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1994
2005
|
} };
|
|
1995
2006
|
}
|
|
1996
|
-
function
|
|
1997
|
-
const t = `/device/${e}`, n = w(t, "num0"), s = w(t, "num1"), r = w(t, "num2"), l = w(t, "num3"), i = w(t, "num4"), g = w(t, "num5"), u = w(t, "num6"), f = w(t, "num7"), d = w(t, "num8"),
|
|
2007
|
+
function P6(e) {
|
|
2008
|
+
const t = `/device/${e}`, n = w(t, "num0"), s = w(t, "num1"), r = w(t, "num2"), l = w(t, "num3"), i = w(t, "num4"), g = w(t, "num5"), u = w(t, "num6"), f = w(t, "num7"), d = w(t, "num8"), L = w(t, "num9"), A = w(t, "numDash"), v = w(t, "numEnter");
|
|
1998
2009
|
return {
|
|
1999
2010
|
digit0: n,
|
|
2000
2011
|
digit1: s,
|
|
@@ -2005,40 +2016,40 @@ function $6(e) {
|
|
|
2005
2016
|
digit6: u,
|
|
2006
2017
|
digit7: f,
|
|
2007
2018
|
digit8: d,
|
|
2008
|
-
digit9:
|
|
2019
|
+
digit9: L,
|
|
2009
2020
|
keypadAccessoryButton1: A,
|
|
2010
2021
|
keypadAccessoryButton2: v
|
|
2011
2022
|
};
|
|
2012
2023
|
}
|
|
2013
|
-
function
|
|
2014
|
-
const { sendMessage: t } = m(), n =
|
|
2024
|
+
function E6(e) {
|
|
2025
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2015
2026
|
return n ? { projectorScreenLiftControlState: n, raise: () => {
|
|
2016
2027
|
t(`/device/${e}/raise`, null);
|
|
2017
2028
|
}, lower: () => {
|
|
2018
2029
|
t(`/device/${e}/lower`, null);
|
|
2019
2030
|
} } : void 0;
|
|
2020
2031
|
}
|
|
2021
|
-
function
|
|
2032
|
+
function T6(e) {
|
|
2022
2033
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2023
2034
|
return n ? { roomEventScheduleState: n, save: (r) => {
|
|
2024
2035
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
2025
2036
|
} } : void 0;
|
|
2026
2037
|
}
|
|
2027
|
-
function
|
|
2038
|
+
function D6(e) {
|
|
2028
2039
|
const { sendMessage: t } = m();
|
|
2029
2040
|
return { runDefaultPresentRoute: () => {
|
|
2030
2041
|
t(`/room/${e}/defaultsource`, {});
|
|
2031
2042
|
} };
|
|
2032
2043
|
}
|
|
2033
|
-
function
|
|
2044
|
+
function A6(e) {
|
|
2034
2045
|
const { sendMessage: t } = m();
|
|
2035
2046
|
return { runDirectRoute: (s) => {
|
|
2036
2047
|
t(`/room/${e}/directRoute`, s);
|
|
2037
2048
|
} };
|
|
2038
2049
|
}
|
|
2039
|
-
function
|
|
2050
|
+
function L6(e) {
|
|
2040
2051
|
const { sendMessage: t } = m();
|
|
2041
|
-
return { routingState:
|
|
2052
|
+
return { routingState: S(e), runRoute: (r) => {
|
|
2042
2053
|
t(`/room/${e}/source`, r);
|
|
2043
2054
|
} };
|
|
2044
2055
|
}
|
|
@@ -2046,8 +2057,8 @@ function _6(e) {
|
|
|
2046
2057
|
const t = `/device/${e}`, n = w(t, "chanUp"), s = w(t, "chanDown");
|
|
2047
2058
|
return { dvrList: n, replay: s };
|
|
2048
2059
|
}
|
|
2049
|
-
function
|
|
2050
|
-
const { sendMessage: t } = m(), n =
|
|
2060
|
+
function B6(e) {
|
|
2061
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2051
2062
|
return n ? { shadeState: n, shadeUp: () => {
|
|
2052
2063
|
t(`/device/${e}/shadeUp`, null);
|
|
2053
2064
|
}, shadeDown: () => {
|
|
@@ -2056,7 +2067,7 @@ function L6(e) {
|
|
|
2056
2067
|
t(`/device/${e}/stopOrPreset`, null);
|
|
2057
2068
|
} } : void 0;
|
|
2058
2069
|
}
|
|
2059
|
-
function
|
|
2070
|
+
function O6(e) {
|
|
2060
2071
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2061
2072
|
return n ? { shutdownPromptTimerState: n, setShutdownPromptSeconds: (g) => {
|
|
2062
2073
|
t(`/room/${e}/setShutdownPromptSeconds`, g);
|
|
@@ -2068,15 +2079,15 @@ function B6(e) {
|
|
|
2068
2079
|
t(`/room/${e}/shutdownCancel`, null);
|
|
2069
2080
|
} } : void 0;
|
|
2070
2081
|
}
|
|
2071
|
-
function
|
|
2072
|
-
const { sendMessage: t } = m(), n =
|
|
2082
|
+
function W6(e) {
|
|
2083
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2073
2084
|
return n ? { switchedOutputState: n, on: () => {
|
|
2074
2085
|
t(`/device/${e}/on`, null);
|
|
2075
2086
|
}, off: () => {
|
|
2076
2087
|
t(`/device/${e}/off`, null);
|
|
2077
2088
|
} } : void 0;
|
|
2078
2089
|
}
|
|
2079
|
-
function
|
|
2090
|
+
function k6(e) {
|
|
2080
2091
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2081
2092
|
return n ? { techPasswordState: n, validatePassword: (l) => {
|
|
2082
2093
|
t(`/room/${e}/validateTechPassword`, { password: l });
|
|
@@ -2084,12 +2095,12 @@ function W6(e) {
|
|
|
2084
2095
|
t(`/room/${e}/setTechPassword`, { oldPassword: l, newPassword: i });
|
|
2085
2096
|
} } : void 0;
|
|
2086
2097
|
}
|
|
2087
|
-
function
|
|
2088
|
-
const { sendMessage: t } = m(), n =
|
|
2098
|
+
function V6(e) {
|
|
2099
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2089
2100
|
return n ? { state: n, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
2090
2101
|
}
|
|
2091
|
-
function
|
|
2092
|
-
const { sendMessage: t } = m(), n =
|
|
2102
|
+
function H6(e) {
|
|
2103
|
+
const { sendMessage: t } = m(), n = S(e), s = (r) => {
|
|
2093
2104
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
2094
2105
|
};
|
|
2095
2106
|
return {
|
|
@@ -2097,7 +2108,7 @@ function V6(e) {
|
|
|
2097
2108
|
saveTheme: s
|
|
2098
2109
|
};
|
|
2099
2110
|
}
|
|
2100
|
-
function
|
|
2111
|
+
function F6(e) {
|
|
2101
2112
|
const t = `/device/${e}`, n = w(t, "play"), s = w(t, "pause"), r = w(t, "stop"), l = w(t, "prevTrack"), i = w(t, "nextTrack"), g = w(t, "rewind"), u = w(t, "ffwd"), f = w(t, "record");
|
|
2102
2113
|
return {
|
|
2103
2114
|
play: n,
|
|
@@ -2110,15 +2121,15 @@ function H6(e) {
|
|
|
2110
2121
|
record: f
|
|
2111
2122
|
};
|
|
2112
2123
|
}
|
|
2113
|
-
function
|
|
2114
|
-
const t =
|
|
2124
|
+
function U6(e) {
|
|
2125
|
+
const t = S(e);
|
|
2115
2126
|
return T(() => {
|
|
2116
2127
|
if (t)
|
|
2117
2128
|
return { state: t };
|
|
2118
2129
|
}, [t]);
|
|
2119
2130
|
}
|
|
2120
|
-
function
|
|
2121
|
-
const t =
|
|
2131
|
+
function K6(e) {
|
|
2132
|
+
const t = S(e), { sendMessage: n } = m();
|
|
2122
2133
|
return t ? {
|
|
2123
2134
|
touchpanelState: t,
|
|
2124
2135
|
appControl: { hideApp: () => {
|
|
@@ -2133,8 +2144,8 @@ function U6(e) {
|
|
|
2133
2144
|
} }
|
|
2134
2145
|
} : void 0;
|
|
2135
2146
|
}
|
|
2136
|
-
function
|
|
2137
|
-
const t =
|
|
2147
|
+
function q6(e) {
|
|
2148
|
+
const t = S(e), n = H3(e), s = W1(e);
|
|
2138
2149
|
if (!t) return;
|
|
2139
2150
|
const r = (t.powerState || t.isWarming) && !t.isCooling, l = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
2140
2151
|
return {
|
|
@@ -2144,8 +2155,8 @@ function K6(e) {
|
|
|
2144
2155
|
powerFb: { powerOnFb: r, powerOffFb: l }
|
|
2145
2156
|
};
|
|
2146
2157
|
}
|
|
2147
|
-
function
|
|
2148
|
-
const { sendMessage: t } = m(), n =
|
|
2158
|
+
function G6(e) {
|
|
2159
|
+
const { sendMessage: t } = m(), n = S(e);
|
|
2149
2160
|
return T(() => {
|
|
2150
2161
|
if (!n) return;
|
|
2151
2162
|
const s = `/device/${e}`;
|
|
@@ -2162,11 +2173,11 @@ function q6(e) {
|
|
|
2162
2173
|
};
|
|
2163
2174
|
}, [e, t, n]);
|
|
2164
2175
|
}
|
|
2165
|
-
function
|
|
2176
|
+
function z6(e) {
|
|
2166
2177
|
const t = `/device/${e}`;
|
|
2167
2178
|
return j1(t);
|
|
2168
2179
|
}
|
|
2169
|
-
const
|
|
2180
|
+
const Y6 = ({
|
|
2170
2181
|
config: e
|
|
2171
2182
|
}, t = !0) => {
|
|
2172
2183
|
const { sendMessage: n } = m(), s = d1(!1), r = T(() => {
|
|
@@ -2202,7 +2213,7 @@ const z6 = ({
|
|
|
2202
2213
|
console.log("requesting batch state for deviceKeys:", l), n("/system/batchDeviceFullStatus", { deviceKeys: l }), s.current = !0;
|
|
2203
2214
|
}, [r, t, n]), r;
|
|
2204
2215
|
};
|
|
2205
|
-
function
|
|
2216
|
+
function J6(e, t) {
|
|
2206
2217
|
const [n, s] = Y(!1), [r, l] = Y(!1);
|
|
2207
2218
|
return S3(() => {
|
|
2208
2219
|
const { current: i } = e, g = () => {
|
|
@@ -2212,15 +2223,15 @@ function Y6(e, t) {
|
|
|
2212
2223
|
i && g();
|
|
2213
2224
|
}, [e, t]), { overflowHorizontal: n, overflowVertical: r };
|
|
2214
2225
|
}
|
|
2215
|
-
function
|
|
2226
|
+
function X6(e, t) {
|
|
2216
2227
|
const n = `/room/${e}/volumes/${t}`;
|
|
2217
2228
|
return j1(n);
|
|
2218
2229
|
}
|
|
2219
|
-
function
|
|
2230
|
+
function Q6(e, t) {
|
|
2220
2231
|
const n = ne(e, t), s = `/room/${e}/volumes/${t}`;
|
|
2221
2232
|
return V3(s, n);
|
|
2222
2233
|
}
|
|
2223
|
-
function
|
|
2234
|
+
function N6(e) {
|
|
2224
2235
|
var g, u;
|
|
2225
2236
|
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
2237
|
const { current: d } = e;
|
|
@@ -2236,7 +2247,7 @@ function Q6(e) {
|
|
|
2236
2247
|
f && d();
|
|
2237
2248
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: s, scrollHorizontal: l, scrollVertical: i };
|
|
2238
2249
|
}
|
|
2239
|
-
function
|
|
2250
|
+
function en(e) {
|
|
2240
2251
|
const t = k1();
|
|
2241
2252
|
return [() => {
|
|
2242
2253
|
t(k.addSyncState(e));
|
|
@@ -2244,7 +2255,7 @@ function N6(e) {
|
|
|
2244
2255
|
t(k.removeSyncState(e));
|
|
2245
2256
|
}, Se(e)];
|
|
2246
2257
|
}
|
|
2247
|
-
function
|
|
2258
|
+
function tn() {
|
|
2248
2259
|
const { sendMessage: e } = m();
|
|
2249
2260
|
return {
|
|
2250
2261
|
reboot: () => {
|
|
@@ -2255,7 +2266,7 @@ function en() {
|
|
|
2255
2266
|
}
|
|
2256
2267
|
};
|
|
2257
2268
|
}
|
|
2258
|
-
function
|
|
2269
|
+
function nn() {
|
|
2259
2270
|
const [e, t] = Y(), [n, s] = Y();
|
|
2260
2271
|
function r() {
|
|
2261
2272
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
@@ -2270,7 +2281,7 @@ function tn() {
|
|
|
2270
2281
|
return () => clearInterval(l);
|
|
2271
2282
|
}, []), { date: e, time: n };
|
|
2272
2283
|
}
|
|
2273
|
-
const
|
|
2284
|
+
const on = () => {
|
|
2274
2285
|
const [e, t] = Y(!1), n = y2(), s = R2();
|
|
2275
2286
|
let r;
|
|
2276
2287
|
return $2(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: [
|
|
@@ -2293,7 +2304,7 @@ const nn = () => {
|
|
|
2293
2304
|
),
|
|
2294
2305
|
e && /* @__PURE__ */ o.jsx("p", { children: r })
|
|
2295
2306
|
] });
|
|
2296
|
-
}, Je = "_iconbtn_16qss_1", Xe = "_iconbtnvert_16qss_7", Qe = "_iconsm_16qss_18",
|
|
2307
|
+
}, Je = "_iconbtn_16qss_1", Xe = "_iconbtnvert_16qss_7", Qe = "_iconsm_16qss_18", L1 = {
|
|
2297
2308
|
iconbtn: Je,
|
|
2298
2309
|
iconbtnvert: Xe,
|
|
2299
2310
|
iconsm: Qe
|
|
@@ -2309,7 +2320,7 @@ const nn = () => {
|
|
|
2309
2320
|
feedbackClassName: u,
|
|
2310
2321
|
onPointerDown: f,
|
|
2311
2322
|
onPointerUp: d,
|
|
2312
|
-
onPointerLeave:
|
|
2323
|
+
onPointerLeave: L,
|
|
2313
2324
|
...A
|
|
2314
2325
|
}) => {
|
|
2315
2326
|
const [v, C] = Y(!1), b = !i && g ? u : "", j = !i && (v || g);
|
|
@@ -2317,7 +2328,7 @@ const nn = () => {
|
|
|
2317
2328
|
"button",
|
|
2318
2329
|
{
|
|
2319
2330
|
type: "button",
|
|
2320
|
-
className: `${
|
|
2331
|
+
className: `${L1.iconbtn} ${n ? L1.iconbtnvert : ""} ${s} ${b}`,
|
|
2321
2332
|
...A,
|
|
2322
2333
|
disabled: i,
|
|
2323
2334
|
onPointerDown: (I) => {
|
|
@@ -2327,13 +2338,13 @@ const nn = () => {
|
|
|
2327
2338
|
C(!1), d == null || d(I);
|
|
2328
2339
|
},
|
|
2329
2340
|
onPointerLeave: (I) => {
|
|
2330
|
-
C(!1),
|
|
2341
|
+
C(!1), L == null || L(I);
|
|
2331
2342
|
},
|
|
2332
2343
|
children: [
|
|
2333
2344
|
e && /* @__PURE__ */ o.jsx(
|
|
2334
2345
|
e,
|
|
2335
2346
|
{
|
|
2336
|
-
className: `${r ||
|
|
2347
|
+
className: `${r || L1.iconsm}`,
|
|
2337
2348
|
active: j,
|
|
2338
2349
|
disabled: i
|
|
2339
2350
|
}
|
|
@@ -3548,7 +3559,7 @@ const nn = () => {
|
|
|
3548
3559
|
active: e,
|
|
3549
3560
|
disabled: n
|
|
3550
3561
|
}
|
|
3551
|
-
),
|
|
3562
|
+
), sn = ({
|
|
3552
3563
|
active: e,
|
|
3553
3564
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
3554
3565
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -3989,7 +4000,7 @@ const nn = () => {
|
|
|
3989
4000
|
X: $t,
|
|
3990
4001
|
Xbox: Pt
|
|
3991
4002
|
};
|
|
3992
|
-
function
|
|
4003
|
+
function cn({
|
|
3993
4004
|
name: e,
|
|
3994
4005
|
iconsDictionary: t = Tt,
|
|
3995
4006
|
...n
|
|
@@ -3997,13 +4008,13 @@ function sn({
|
|
|
3997
4008
|
const s = t[e] ?? null;
|
|
3998
4009
|
return s || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ o.jsx(Ne, { multiIcon: s, ...n });
|
|
3999
4010
|
}
|
|
4000
|
-
const Dt = "_grid_1cmpp_1", At = "_header_1cmpp_11",
|
|
4011
|
+
const Dt = "_grid_1cmpp_1", At = "_header_1cmpp_11", Lt = "_content_1cmpp_17", _t = "_footer_1cmpp_23", Bt = "_volume_1cmpp_29", u1 = {
|
|
4001
4012
|
grid: Dt,
|
|
4002
4013
|
header: At,
|
|
4003
|
-
content:
|
|
4004
|
-
footer:
|
|
4014
|
+
content: Lt,
|
|
4015
|
+
footer: _t,
|
|
4005
4016
|
volume: Bt
|
|
4006
|
-
},
|
|
4017
|
+
}, rn = ({ header: e, footer: t, content: n, volume: s, showVolume: r }) => /* @__PURE__ */ o.jsxs("div", { className: u1.grid, children: [
|
|
4007
4018
|
/* @__PURE__ */ o.jsx("div", { className: u1.header, children: e }),
|
|
4008
4019
|
/* @__PURE__ */ o.jsx("div", { className: u1.content, children: n }),
|
|
4009
4020
|
r && /* @__PURE__ */ o.jsx("div", { className: u1.volume, children: s }),
|
|
@@ -4012,41 +4023,41 @@ const Dt = "_grid_1cmpp_1", At = "_header_1cmpp_11", _t = "_content_1cmpp_17", L
|
|
|
4012
4023
|
grid: Ot,
|
|
4013
4024
|
header: Wt,
|
|
4014
4025
|
content: kt
|
|
4015
|
-
},
|
|
4026
|
+
}, ln = ({ className: e, header: t, content: n, leftNav: s }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${x1.grid}`, children: [
|
|
4016
4027
|
/* @__PURE__ */ o.jsx("div", { className: x1.header, children: t }),
|
|
4017
4028
|
s && /* @__PURE__ */ o.jsx("div", { className: x1.leftNav, children: s }),
|
|
4018
4029
|
/* @__PURE__ */ o.jsx("div", { className: x1.content, children: n })
|
|
4019
|
-
] }), Vt = "_grid_1uwfo_1", Ht = "_header_1uwfo_11", Ft = "_content_1uwfo_17",
|
|
4030
|
+
] }), Vt = "_grid_1uwfo_1", Ht = "_header_1uwfo_11", Ft = "_content_1uwfo_17", _1 = {
|
|
4020
4031
|
grid: Vt,
|
|
4021
4032
|
header: Ht,
|
|
4022
4033
|
content: Ft
|
|
4023
|
-
},
|
|
4024
|
-
/* @__PURE__ */ o.jsx("div", { className:
|
|
4025
|
-
/* @__PURE__ */ o.jsx("div", { className:
|
|
4034
|
+
}, an = ({ className: e, header: t, content: n }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${_1.grid}`, children: [
|
|
4035
|
+
/* @__PURE__ */ o.jsx("div", { className: _1.header, children: t }),
|
|
4036
|
+
/* @__PURE__ */ o.jsx("div", { className: _1.content, children: n })
|
|
4026
4037
|
] });
|
|
4027
|
-
class
|
|
4038
|
+
class un {
|
|
4028
4039
|
constructor() {
|
|
4029
4040
|
G(this, "currentShareText");
|
|
4030
4041
|
G(this, "enabled");
|
|
4031
4042
|
G(this, "isSharing");
|
|
4032
4043
|
}
|
|
4033
4044
|
}
|
|
4034
|
-
function
|
|
4045
|
+
function dn() {
|
|
4035
4046
|
return console.log(location.pathname), location.pathname;
|
|
4036
4047
|
}
|
|
4037
4048
|
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
|
|
4049
|
+
class vn {
|
|
4039
4050
|
constructor(t, n) {
|
|
4040
4051
|
G(this, "path");
|
|
4041
4052
|
G(this, "handler");
|
|
4042
4053
|
this.path = t, this.handler = n;
|
|
4043
4054
|
}
|
|
4044
4055
|
}
|
|
4045
|
-
const
|
|
4056
|
+
const gn = "$off";
|
|
4046
4057
|
export {
|
|
4047
4058
|
q8 as Clock,
|
|
4048
4059
|
Ut as DaysOfWeek,
|
|
4049
|
-
|
|
4060
|
+
on as ErrorBox,
|
|
4050
4061
|
Ne as IconButton,
|
|
4051
4062
|
et as IconMultiAlert,
|
|
4052
4063
|
tt as IconMultiBan,
|
|
@@ -4073,7 +4084,7 @@ export {
|
|
|
4073
4084
|
St as IconMultiRoomPC,
|
|
4074
4085
|
Zt as IconMultiShade,
|
|
4075
4086
|
Ct as IconMultiSun,
|
|
4076
|
-
|
|
4087
|
+
sn as IconMultiTemplate,
|
|
4077
4088
|
jt as IconMultiUpArrow,
|
|
4078
4089
|
bt as IconMultiVolDown,
|
|
4079
4090
|
It as IconMultiVolMute,
|
|
@@ -4081,28 +4092,28 @@ export {
|
|
|
4081
4092
|
Rt as IconMultiWireless,
|
|
4082
4093
|
$t as IconMultiX,
|
|
4083
4094
|
Pt as IconMultiXbox,
|
|
4084
|
-
|
|
4085
|
-
|
|
4095
|
+
rn as MainLayout,
|
|
4096
|
+
vn as MessageHandler,
|
|
4086
4097
|
V8 as MobileControlProvider,
|
|
4087
4098
|
$ as MultiStateIconContainer,
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4099
|
+
cn as NamedIconButton,
|
|
4100
|
+
un as ShareState,
|
|
4101
|
+
ln as TechLayout,
|
|
4102
|
+
an as TechPinLayout,
|
|
4103
|
+
_3 as WS_ADD_EVENT_HANDLER,
|
|
4093
4104
|
D3 as WS_CONNECT,
|
|
4094
4105
|
A3 as WS_DISCONNECT,
|
|
4095
4106
|
O3 as WS_RECONNECT,
|
|
4096
4107
|
B3 as WS_REMOVE_EVENT_HANDLER,
|
|
4097
|
-
|
|
4108
|
+
L3 as WS_SEND_MESSAGE,
|
|
4098
4109
|
k3 as WebsocketContext,
|
|
4099
4110
|
E3 as appConfigActions,
|
|
4100
4111
|
Be as createWebSocketMiddleware,
|
|
4101
4112
|
w1 as devicesActions,
|
|
4102
|
-
|
|
4113
|
+
dn as getBaseLocation,
|
|
4103
4114
|
f3 as httpClient,
|
|
4104
4115
|
Tt as iconsDictionary,
|
|
4105
|
-
|
|
4116
|
+
gn as roomOffSourceKey,
|
|
4106
4117
|
p1 as roomsActions,
|
|
4107
4118
|
U as runtimeConfigActions,
|
|
4108
4119
|
j3 as selectAllDevices,
|
|
@@ -4124,7 +4135,7 @@ export {
|
|
|
4124
4135
|
H2 as selectRoomAudioControlPointList,
|
|
4125
4136
|
B2 as selectRoomByKey,
|
|
4126
4137
|
G2 as selectRoomCodecContentDestinationKey,
|
|
4127
|
-
|
|
4138
|
+
L2 as selectRoomConfiguration,
|
|
4128
4139
|
U2 as selectRoomDestinationList,
|
|
4129
4140
|
F2 as selectRoomDestinations,
|
|
4130
4141
|
te as selectRoomDisplayStates,
|
|
@@ -4140,7 +4151,7 @@ export {
|
|
|
4140
4151
|
N2 as selectRoomShareState,
|
|
4141
4152
|
V2 as selectRoomSourceList,
|
|
4142
4153
|
W2 as selectRoomVolume,
|
|
4143
|
-
|
|
4154
|
+
_2 as selectRooms,
|
|
4144
4155
|
ue as selectRuntimeInfo,
|
|
4145
4156
|
ae as selectServerIsRunningOnProcessorHardware,
|
|
4146
4157
|
fe as selectShowPopoverById,
|
|
@@ -4162,18 +4173,18 @@ export {
|
|
|
4162
4173
|
w as useButtonHeldHeartbeat,
|
|
4163
4174
|
K8 as useCameraBase,
|
|
4164
4175
|
Z8 as useClientId,
|
|
4165
|
-
|
|
4176
|
+
z6 as useDeviceIBasicVolume,
|
|
4166
4177
|
ze as useDeviceIBasicVolumeWithFeedback,
|
|
4167
4178
|
$8 as useDeviceInterfaceSupport,
|
|
4168
4179
|
G8 as useDevicePresetsModel,
|
|
4169
4180
|
E8 as useDeviceSupportsInterface,
|
|
4170
4181
|
z8 as useEndpoint,
|
|
4171
4182
|
Me as useError,
|
|
4172
|
-
|
|
4183
|
+
Y6 as useGetAllDeviceStateFromRoomConfiguration,
|
|
4173
4184
|
t8 as useGetAllDevices,
|
|
4174
4185
|
o8 as useGetAllRooms,
|
|
4175
|
-
|
|
4176
|
-
|
|
4186
|
+
L8 as useGetCurrentPopoverIdForGroup,
|
|
4187
|
+
S as useGetDevice,
|
|
4177
4188
|
H8 as useGetIBasicVolume,
|
|
4178
4189
|
F8 as useGetIBasicVolumeWithFeedback,
|
|
4179
4190
|
s8 as useGetRoom,
|
|
@@ -4197,50 +4208,51 @@ export {
|
|
|
4197
4208
|
i6 as useIHasCameraMute,
|
|
4198
4209
|
a6 as useIHasCameraPresets,
|
|
4199
4210
|
u6 as useIHasCameras,
|
|
4200
|
-
d6 as
|
|
4201
|
-
v6 as
|
|
4202
|
-
g6 as
|
|
4203
|
-
h6 as
|
|
4204
|
-
f6 as
|
|
4205
|
-
m6 as
|
|
4206
|
-
w6 as
|
|
4207
|
-
p6 as
|
|
4208
|
-
M6 as
|
|
4211
|
+
d6 as useIHasCodecLayouts,
|
|
4212
|
+
v6 as useIHasCodecRoomPresetsActions,
|
|
4213
|
+
g6 as useIHasDialer,
|
|
4214
|
+
h6 as useIHasDirectory,
|
|
4215
|
+
f6 as useIHasMeetingLock,
|
|
4216
|
+
m6 as useIHasMeetingRecording,
|
|
4217
|
+
w6 as useIHasParticipantAudioMute,
|
|
4218
|
+
p6 as useIHasParticipantPinUnpin,
|
|
4219
|
+
M6 as useIHasParticipants,
|
|
4220
|
+
x6 as useIHasPhoneDialing,
|
|
4209
4221
|
H3 as useIHasPowerControl,
|
|
4210
|
-
|
|
4222
|
+
S6 as useIHasPresentationOnlyMeeting,
|
|
4211
4223
|
W1 as useIHasSelectableItems,
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4224
|
+
Z6 as useIHasSelfviewPosition,
|
|
4225
|
+
C6 as useIHasSelfviewSize,
|
|
4226
|
+
j6 as useIHasStartMeeting,
|
|
4215
4227
|
Ye as useIHasSurroundChannels,
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4228
|
+
b6 as useIHasZoomRoomLayouts,
|
|
4229
|
+
I6 as useILevelControls,
|
|
4230
|
+
y6 as useILightingScenes,
|
|
4231
|
+
R6 as useIMatrixRouting,
|
|
4232
|
+
$6 as useIMcCiscoCodecUserInterfaceAppControl,
|
|
4233
|
+
P6 as useINumeric,
|
|
4234
|
+
E6 as useIProjectorScreenLiftControl,
|
|
4235
|
+
T6 as useIRoomEventSchedule,
|
|
4236
|
+
D6 as useIRunDefaultPresentRoute,
|
|
4237
|
+
A6 as useIRunDirectRouteAction,
|
|
4238
|
+
L6 as useIRunRouteAction,
|
|
4227
4239
|
_6 as useISetTopBoxControls,
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4240
|
+
B6 as useIShadesOpenCloseStop,
|
|
4241
|
+
O6 as useIShutdownPromptTimer,
|
|
4242
|
+
W6 as useISwitchedOutput,
|
|
4243
|
+
k6 as useITechPassword,
|
|
4244
|
+
V6 as useITemperatureSensor,
|
|
4245
|
+
H6 as useITheme,
|
|
4246
|
+
F6 as useITransport,
|
|
4247
|
+
U6 as useIZoomWirelessShareInstructions,
|
|
4236
4248
|
k8 as useInitialize,
|
|
4237
4249
|
P8 as useInterfacesForDevice,
|
|
4238
4250
|
O8 as useIsInitialSyncComplete,
|
|
4239
4251
|
Se as useIsSyncStateValuePresent,
|
|
4240
4252
|
R8 as useIsTouchpanel,
|
|
4241
4253
|
Nt as useLogoPath,
|
|
4242
|
-
|
|
4243
|
-
|
|
4254
|
+
K6 as useMobileControlTouchpanelController,
|
|
4255
|
+
J6 as useOverflow,
|
|
4244
4256
|
e8 as usePartnerMetadata,
|
|
4245
4257
|
Ge as usePressHoldRelease,
|
|
4246
4258
|
w8 as useRoomAdvancedSharingActive,
|
|
@@ -4250,8 +4262,8 @@ export {
|
|
|
4250
4262
|
a8 as useRoomDestinationList,
|
|
4251
4263
|
i8 as useRoomDestinations,
|
|
4252
4264
|
u8 as useRoomEnvironmentalDevices,
|
|
4253
|
-
|
|
4254
|
-
|
|
4265
|
+
X6 as useRoomIBasicVolume,
|
|
4266
|
+
Q6 as useRoomIBasicVolumeWithFeedback,
|
|
4255
4267
|
g8 as useRoomInCall,
|
|
4256
4268
|
f8 as useRoomIsCoolingDown,
|
|
4257
4269
|
m8 as useRoomIsOn,
|
|
@@ -4265,28 +4277,28 @@ export {
|
|
|
4265
4277
|
C1 as useRoomState,
|
|
4266
4278
|
ne as useRoomVolume,
|
|
4267
4279
|
I8 as useRuntimeInfo,
|
|
4268
|
-
|
|
4280
|
+
N6 as useScroll,
|
|
4269
4281
|
b8 as useServerIsRunningOnProcessorHardware,
|
|
4270
4282
|
D8 as useShowIncomingCallModal,
|
|
4271
4283
|
A8 as useShowModal,
|
|
4272
|
-
|
|
4284
|
+
_8 as useShowPopoverById,
|
|
4273
4285
|
xe as useShowReconnect,
|
|
4274
4286
|
T8 as useShowShutdownModal,
|
|
4275
|
-
|
|
4276
|
-
|
|
4287
|
+
en as useStateIsSynced,
|
|
4288
|
+
tn as useSystemControl,
|
|
4277
4289
|
C8 as useSystemUuid,
|
|
4278
4290
|
B8 as useTheme,
|
|
4279
|
-
|
|
4291
|
+
nn as useTimeAndDate,
|
|
4280
4292
|
y8 as useTouchpanelKey,
|
|
4281
|
-
|
|
4293
|
+
q6 as useTwoWayDisplayBase,
|
|
4282
4294
|
j8 as useUserCode,
|
|
4283
4295
|
m as useWebsocketContext,
|
|
4284
4296
|
y3 as useWsIsConnected,
|
|
4285
|
-
|
|
4297
|
+
G6 as useZoomRoom,
|
|
4286
4298
|
Ae as wsAddEventHandler,
|
|
4287
4299
|
W3 as wsConnect,
|
|
4288
4300
|
W8 as wsDisconnect,
|
|
4289
|
-
|
|
4290
|
-
|
|
4301
|
+
_e as wsReconnect,
|
|
4302
|
+
Le as wsRemoveEventHandler,
|
|
4291
4303
|
De as wsSendMessage
|
|
4292
4304
|
};
|