@pepperdash/mobile-control-react-app-core 1.22.7 → 1.22.8-volume-hook-fix.1
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 +556 -552
- package/dist/mobile-control-react-app-core.umd.js +9 -9
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts +7 -3
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,135 +3,135 @@ var m2 = (e, t, o) => t in e ? w2(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var q = (e, t, o) => m2(e, typeof t != "symbol" ? t + "" : t, o);
|
|
4
4
|
import M3, { AxiosError as p2 } from "axios";
|
|
5
5
|
import { useDispatch as M2, useSelector as x2, Provider as Z2 } from "react-redux";
|
|
6
|
-
import { createSelector as
|
|
7
|
-
import x3, { createContext as C2, useEffect as
|
|
6
|
+
import { createSelector as M, createSlice as u1, combineReducers as S2, configureStore as j2 } from "@reduxjs/toolkit";
|
|
7
|
+
import x3, { createContext as C2, useEffect as x1, useCallback as n1, useContext as b2, useRef as M1, useMemo as o1, useState as Y, useLayoutEffect as Z3 } from "react";
|
|
8
8
|
import { useNavigate as y2, useRouteError as I2, isRouteErrorResponse as R2 } from "react-router-dom";
|
|
9
9
|
import * as S3 from "lodash";
|
|
10
|
-
const W1 = M2.withTypes(),
|
|
11
|
-
|
|
10
|
+
const W1 = M2.withTypes(), m = x2.withTypes(), Z1 = (e) => e.appConfig, E2 = M(
|
|
11
|
+
Z1,
|
|
12
12
|
(e) => e.config
|
|
13
|
-
), T2 =
|
|
14
|
-
|
|
13
|
+
), T2 = M(
|
|
14
|
+
Z1,
|
|
15
15
|
(e) => e.config.apiPath
|
|
16
|
-
), D2 =
|
|
17
|
-
|
|
16
|
+
), D2 = M(
|
|
17
|
+
Z1,
|
|
18
18
|
(e) => e.config.logoPath
|
|
19
|
-
), _2 =
|
|
20
|
-
|
|
19
|
+
), _2 = M(
|
|
20
|
+
Z1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
), X8 = () =>
|
|
22
|
+
), X8 = () => m(E2), Q8 = () => m(T2), N8 = () => m(D2), e6 = () => m(_2), j3 = (e) => e.devices, C3 = M(
|
|
23
23
|
j3,
|
|
24
24
|
(e) => e
|
|
25
|
-
), P2 = (e) =>
|
|
25
|
+
), P2 = (e) => M(
|
|
26
26
|
j3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
), t6 = () =>
|
|
29
|
-
function
|
|
30
|
-
return
|
|
28
|
+
), t6 = () => m(C3);
|
|
29
|
+
function P(e) {
|
|
30
|
+
return m(P2(e));
|
|
31
31
|
}
|
|
32
|
-
const A = (e) => e.rooms, L2 = (e) =>
|
|
32
|
+
const A = (e) => e.rooms, L2 = (e) => M(
|
|
33
33
|
A,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
-
), $2 =
|
|
35
|
+
), $2 = M(
|
|
36
36
|
A,
|
|
37
37
|
(e) => e
|
|
38
|
-
), A2 = (e) =>
|
|
38
|
+
), A2 = (e) => M(
|
|
39
39
|
A,
|
|
40
40
|
(t) => t[e] ? t[e] : void 0
|
|
41
|
-
), B2 = (e) =>
|
|
41
|
+
), B2 = (e) => M(
|
|
42
42
|
A,
|
|
43
43
|
(t) => t[e] ? t[e].name : void 0
|
|
44
|
-
), k2 = (e, t) =>
|
|
44
|
+
), k2 = (e, t) => M(
|
|
45
45
|
A,
|
|
46
46
|
(o) => o[e] ? o[e].volumes[t] : void 0
|
|
47
|
-
), O2 = (e) =>
|
|
47
|
+
), O2 = (e) => M(
|
|
48
48
|
A,
|
|
49
49
|
(t) => t[e] ? t[e] : void 0
|
|
50
|
-
), W2 = (e) =>
|
|
50
|
+
), W2 = (e) => M(
|
|
51
51
|
A,
|
|
52
52
|
(t) => {
|
|
53
53
|
var o, c;
|
|
54
54
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.sourceList : void 0;
|
|
55
55
|
}
|
|
56
|
-
), V2 = (e) =>
|
|
56
|
+
), V2 = (e) => M(
|
|
57
57
|
A,
|
|
58
58
|
(t) => {
|
|
59
59
|
var o, c;
|
|
60
60
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.audioControlPointList : void 0;
|
|
61
61
|
}
|
|
62
|
-
), U2 = (e) =>
|
|
62
|
+
), U2 = (e) => M(
|
|
63
63
|
A,
|
|
64
64
|
(t) => {
|
|
65
65
|
var o, c;
|
|
66
66
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinations : void 0;
|
|
67
67
|
}
|
|
68
|
-
), H2 = (e) =>
|
|
68
|
+
), H2 = (e) => M(
|
|
69
69
|
A,
|
|
70
70
|
(t) => {
|
|
71
71
|
var o, c;
|
|
72
72
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList : void 0;
|
|
73
73
|
}
|
|
74
|
-
), F2 = (e) =>
|
|
74
|
+
), F2 = (e) => M(
|
|
75
75
|
A,
|
|
76
76
|
(t) => {
|
|
77
77
|
var o, c;
|
|
78
78
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.environmentalDevices : void 0;
|
|
79
79
|
}
|
|
80
|
-
), K2 = (e) =>
|
|
80
|
+
), K2 = (e) => M(
|
|
81
81
|
A,
|
|
82
82
|
(t) => {
|
|
83
|
-
var o, c, r, i,
|
|
84
|
-
return (c = (o = t[e]) == null ? void 0 : o.configuration) != null && c.destinationList.programAudio ? (
|
|
83
|
+
var o, c, r, i, a, g, v, f;
|
|
84
|
+
return (c = (o = t[e]) == null ? void 0 : o.configuration) != null && c.destinationList.programAudio ? (a = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : a.sinkKey : ((f = (v = (g = t[e]) == null ? void 0 : g.configuration) == null ? void 0 : v.destinationList.defaultDisplay) == null ? void 0 : f.sinkKey) || "";
|
|
85
85
|
}
|
|
86
|
-
), q2 = (e) =>
|
|
86
|
+
), q2 = (e) => M(
|
|
87
87
|
A,
|
|
88
88
|
(t) => {
|
|
89
89
|
var o, c, r;
|
|
90
90
|
return t[e] ? (r = (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
|
|
91
91
|
}
|
|
92
|
-
), G2 = (e) =>
|
|
92
|
+
), G2 = (e) => M(
|
|
93
93
|
A,
|
|
94
94
|
(t) => {
|
|
95
95
|
var o;
|
|
96
96
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isInCall : void 0;
|
|
97
97
|
}
|
|
98
|
-
), Y2 = (e) =>
|
|
98
|
+
), Y2 = (e) => M(
|
|
99
99
|
A,
|
|
100
100
|
(t) => {
|
|
101
101
|
var o;
|
|
102
102
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isWarmingUp : void 0;
|
|
103
103
|
}
|
|
104
|
-
), z2 = (e) =>
|
|
104
|
+
), z2 = (e) => M(
|
|
105
105
|
A,
|
|
106
106
|
(t) => {
|
|
107
107
|
var o;
|
|
108
108
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isCoolingDown : void 0;
|
|
109
109
|
}
|
|
110
|
-
), J2 = (e) =>
|
|
110
|
+
), J2 = (e) => M(
|
|
111
111
|
A,
|
|
112
112
|
(t) => {
|
|
113
113
|
var o;
|
|
114
114
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isOn : void 0;
|
|
115
115
|
}
|
|
116
|
-
), X2 = (e) =>
|
|
116
|
+
), X2 = (e) => M(
|
|
117
117
|
A,
|
|
118
118
|
(t) => {
|
|
119
119
|
var o;
|
|
120
120
|
return t[e] ? (o = t[e]) == null ? void 0 : o.advancedSharingActive : void 0;
|
|
121
121
|
}
|
|
122
|
-
), Q2 = (e) =>
|
|
122
|
+
), Q2 = (e) => M(
|
|
123
123
|
A,
|
|
124
124
|
(t) => {
|
|
125
125
|
var o;
|
|
126
126
|
return t[e] ? (o = t[e]) == null ? void 0 : o.share : void 0;
|
|
127
127
|
}
|
|
128
|
-
), N2 = (e) =>
|
|
128
|
+
), N2 = (e) => M(
|
|
129
129
|
A,
|
|
130
130
|
(t) => {
|
|
131
131
|
var o, c;
|
|
132
132
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
|
|
133
133
|
}
|
|
134
|
-
), ee =
|
|
134
|
+
), ee = M(
|
|
135
135
|
[
|
|
136
136
|
(e, t) => t,
|
|
137
137
|
() => C3,
|
|
@@ -147,76 +147,76 @@ const A = (e) => e.rooms, L2 = (e) => m(
|
|
|
147
147
|
}
|
|
148
148
|
);
|
|
149
149
|
function n6(e) {
|
|
150
|
-
return
|
|
150
|
+
return m(
|
|
151
151
|
L2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
154
|
function o6() {
|
|
155
|
-
return
|
|
155
|
+
return m($2);
|
|
156
156
|
}
|
|
157
|
-
function
|
|
158
|
-
return
|
|
157
|
+
function S1(e) {
|
|
158
|
+
return m(A2(e));
|
|
159
159
|
}
|
|
160
|
-
const s6 =
|
|
160
|
+
const s6 = S1, c6 = (e) => m(
|
|
161
161
|
B2(e)
|
|
162
|
-
), te = (e, t) =>
|
|
162
|
+
), te = (e, t) => m(
|
|
163
163
|
k2(e, t)
|
|
164
|
-
), ne = (e) =>
|
|
164
|
+
), ne = (e) => m(O2(e)) || void 0, r6 = (e) => m(W2(e)), l6 = (e) => m(V2(e)), i6 = (e) => m(U2(e)), a6 = (e) => m(H2(e)), u6 = (e) => m(F2(e)), d6 = (e) => m(K2(e)), v6 = (e) => m(q2(e)), h6 = (e) => m(G2(e)), g6 = (e) => m(Y2(e)), f6 = (e) => m(z2(e)), w6 = (e) => m(J2(e)), m6 = (e) => m(X2(e)), p6 = (e) => m(Q2(e)), M6 = (e) => m((t) => ee(t, e)), x6 = (e) => m(N2(e)), G = (e) => e.runtimeConfig, oe = M(
|
|
165
165
|
G,
|
|
166
166
|
(e) => e.websocket.isConnected
|
|
167
|
-
), se =
|
|
167
|
+
), se = M(
|
|
168
168
|
G,
|
|
169
169
|
(e) => e.currentRoomKey
|
|
170
|
-
), ce =
|
|
170
|
+
), ce = M(
|
|
171
171
|
G,
|
|
172
172
|
(e) => e.roomData.clientId
|
|
173
|
-
), re =
|
|
173
|
+
), re = M(
|
|
174
174
|
G,
|
|
175
175
|
(e) => e.roomData.systemUuid
|
|
176
|
-
), le =
|
|
176
|
+
), le = M(
|
|
177
177
|
G,
|
|
178
178
|
(e) => e.roomData.userCode
|
|
179
|
-
), ie =
|
|
179
|
+
), ie = M(
|
|
180
180
|
G,
|
|
181
181
|
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
|
-
), ae =
|
|
182
|
+
), ae = M(
|
|
183
183
|
G,
|
|
184
184
|
(e) => {
|
|
185
185
|
var t;
|
|
186
186
|
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
187
187
|
}
|
|
188
|
-
), ue =
|
|
188
|
+
), ue = M(
|
|
189
189
|
G,
|
|
190
190
|
(e) => e.touchpanelKey
|
|
191
|
-
), de =
|
|
191
|
+
), de = M(
|
|
192
192
|
G,
|
|
193
193
|
(e) => e.touchpanelKey !== ""
|
|
194
|
-
), b3 =
|
|
194
|
+
), b3 = M(
|
|
195
195
|
G,
|
|
196
196
|
(e) => e.roomData.deviceInterfaceSupport
|
|
197
|
-
), y3 = (e) =>
|
|
197
|
+
), y3 = (e) => M(
|
|
198
198
|
b3,
|
|
199
199
|
(t) => {
|
|
200
200
|
var o;
|
|
201
201
|
return ((o = t == null ? void 0 : t[e]) == null ? void 0 : o.interfaces) ?? [];
|
|
202
202
|
}
|
|
203
|
-
), ve = (e, t) =>
|
|
203
|
+
), ve = (e, t) => M(
|
|
204
204
|
y3(e),
|
|
205
205
|
(o) => o.includes(t)
|
|
206
|
-
), I3 = () =>
|
|
206
|
+
), I3 = () => m(oe), Z6 = () => m(se), S6 = () => m(ce), j6 = () => m(re), C6 = () => m(le), b6 = () => m(ie), y6 = () => m(ae), I6 = () => m(ue), R6 = () => m(de), E6 = () => m(b3), T6 = (e) => m(y3(e)), D6 = (e, t) => m(ve(e, t)), N = (e) => e.ui, V1 = (e) => M(N, (t) => t.modalVisibility[e]), he = (e) => M(N, (t) => {
|
|
207
207
|
const o = t.popoverVisibility[e];
|
|
208
208
|
if (o)
|
|
209
209
|
return Object.keys(o).find((c) => o[c]);
|
|
210
|
-
}), ge = (e, t) =>
|
|
210
|
+
}), ge = (e, t) => M(
|
|
211
211
|
N,
|
|
212
212
|
(o) => {
|
|
213
213
|
var c;
|
|
214
214
|
return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
215
215
|
}
|
|
216
|
-
), fe =
|
|
216
|
+
), fe = M(N, (e) => e.error), we = M(
|
|
217
217
|
N,
|
|
218
218
|
(e) => e.showReconnect
|
|
219
|
-
), me =
|
|
219
|
+
), me = M(N, (e) => e.theme), pe = (e) => M(N, (t) => t.syncState.includes(e)), _6 = () => m(V1("showShutdownModal")), P6 = () => m(V1("showIncomingCallModal")), L6 = (e) => m(V1(e)), $6 = (e) => m(he(e)), A6 = (e, t) => m(ge(e, t)), Me = () => m(fe), xe = () => m(we), B6 = () => m(me), Ze = (e) => m(pe(e)), Se = {
|
|
220
220
|
showReconnect: !1,
|
|
221
221
|
error: "",
|
|
222
222
|
modalVisibility: {
|
|
@@ -289,24 +289,24 @@ const s6 = x1, c6 = (e) => f(
|
|
|
289
289
|
e.config = t.payload;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
}), T3 = E3.actions, be = E3.reducer, v3 = {},
|
|
292
|
+
}), T3 = E3.actions, be = E3.reducer, v3 = {}, B1 = u1({
|
|
293
293
|
name: "devices",
|
|
294
294
|
initialState: v3,
|
|
295
295
|
reducers: {
|
|
296
296
|
setDeviceState(e, t) {
|
|
297
297
|
const o = t.payload.type, c = o.slice(o.lastIndexOf("/") + 1);
|
|
298
298
|
if (!c) return;
|
|
299
|
-
const r = t.payload.content, i = e[c] ?? {},
|
|
300
|
-
e[c] =
|
|
299
|
+
const r = t.payload.content, i = e[c] ?? {}, a = S3.merge(i, r);
|
|
300
|
+
e[c] = a;
|
|
301
301
|
},
|
|
302
302
|
clearDevices() {
|
|
303
303
|
return v3;
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
}), f1 = {
|
|
307
|
-
setDeviceState:
|
|
308
|
-
clearDevices:
|
|
309
|
-
}, ye =
|
|
307
|
+
setDeviceState: B1.actions.setDeviceState,
|
|
308
|
+
clearDevices: B1.actions.clearDevices
|
|
309
|
+
}, ye = B1.reducer;
|
|
310
310
|
class Ie {
|
|
311
311
|
constructor() {
|
|
312
312
|
q(this, "uuid", "current-uuid");
|
|
@@ -322,24 +322,24 @@ function Re(e) {
|
|
|
322
322
|
function Ee(e, t) {
|
|
323
323
|
sessionStorage.setItem(e, t);
|
|
324
324
|
}
|
|
325
|
-
const g3 = {},
|
|
325
|
+
const g3 = {}, k1 = u1({
|
|
326
326
|
name: "rooms",
|
|
327
327
|
initialState: g3,
|
|
328
328
|
reducers: {
|
|
329
329
|
setRoomState(e, t) {
|
|
330
330
|
const o = t.payload.type, c = o.slice(o.lastIndexOf("/") + 1);
|
|
331
331
|
if (!c) return;
|
|
332
|
-
const r = t.payload.content, i = e[c] ?? {},
|
|
333
|
-
e[c] =
|
|
332
|
+
const r = t.payload.content, i = e[c] ?? {}, a = S3.merge(i, r);
|
|
333
|
+
e[c] = a;
|
|
334
334
|
},
|
|
335
335
|
clearRooms() {
|
|
336
336
|
return g3;
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}), w1 = {
|
|
340
|
-
setRoomState:
|
|
341
|
-
clearRooms:
|
|
342
|
-
}, Te =
|
|
340
|
+
setRoomState: k1.actions.setRoomState,
|
|
341
|
+
clearRooms: k1.actions.clearRooms
|
|
342
|
+
}, Te = k1.reducer, De = {
|
|
343
343
|
apiVersion: "",
|
|
344
344
|
serverIsRunningOnProcessorHardware: !1,
|
|
345
345
|
websocket: {
|
|
@@ -405,7 +405,7 @@ const g3 = {}, B1 = u1({
|
|
|
405
405
|
e.touchpanelKey = t.payload;
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
}), U = D3.actions, _e = D3.reducer,
|
|
408
|
+
}), U = D3.actions, _e = D3.reducer, L1 = M3.create(), _3 = "websocket/connect", P3 = "websocket/disconnect", L3 = "websocket/sendMessage", $3 = "websocket/addEventHandler", A3 = "websocket/removeEventHandler", B3 = "websocket/reconnect", k3 = () => ({ type: _3 }), k6 = () => ({ type: P3 }), Pe = (e, t) => ({
|
|
409
409
|
type: L3,
|
|
410
410
|
payload: { messageType: e, content: t }
|
|
411
411
|
}), Le = (e, t, o) => ({
|
|
@@ -423,36 +423,36 @@ const g3 = {}, B1 = u1({
|
|
|
423
423
|
eventHandlers: {}
|
|
424
424
|
}, t = async (u) => {
|
|
425
425
|
try {
|
|
426
|
-
const
|
|
427
|
-
|
|
428
|
-
const
|
|
426
|
+
const S = location.pathname.split("/").filter((y) => y.length > 0);
|
|
427
|
+
S.length >= 5 ? S.length = 5 : S.length = 2;
|
|
428
|
+
const C = `/${S.join("/")}`, b = await L1.get(
|
|
429
429
|
"/_local-config/_config.local.json",
|
|
430
|
-
{ baseURL:
|
|
430
|
+
{ baseURL: C }
|
|
431
431
|
);
|
|
432
|
-
if (
|
|
433
|
-
const
|
|
434
|
-
u(T3.setAppConfig(
|
|
435
|
-
const
|
|
436
|
-
`${
|
|
432
|
+
if (b.status === 200 && b.data) {
|
|
433
|
+
const y = b.data.apiPath;
|
|
434
|
+
u(T3.setAppConfig(b.data));
|
|
435
|
+
const Z = await L1.get(
|
|
436
|
+
`${y}/version`
|
|
437
437
|
);
|
|
438
|
-
|
|
438
|
+
Z.status === 200 && Z.data && u(U.setRuntimeConfig(Z.data));
|
|
439
439
|
}
|
|
440
|
-
} catch (
|
|
441
|
-
console.error("Error getting config",
|
|
440
|
+
} catch (S) {
|
|
441
|
+
console.error("Error getting config", S);
|
|
442
442
|
}
|
|
443
443
|
return !0;
|
|
444
|
-
}, o = async (u,
|
|
444
|
+
}, o = async (u, S, C) => {
|
|
445
445
|
try {
|
|
446
|
-
const
|
|
447
|
-
`${u}/ui/joinroom?token=${
|
|
446
|
+
const b = await L1.get(
|
|
447
|
+
`${u}/ui/joinroom?token=${S}`
|
|
448
448
|
);
|
|
449
|
-
return
|
|
450
|
-
} catch (
|
|
451
|
-
return console.log(
|
|
449
|
+
return b.status === 200 && b.data ? (C(U.setRoomData(b.data)), !0) : !1;
|
|
450
|
+
} catch (b) {
|
|
451
|
+
return console.log(b), b instanceof p2 && b.response && b.response.status === 498 ? (console.error("Invalid token. Unable to join room"), C(
|
|
452
452
|
O.setErrorMessage(
|
|
453
|
-
`Token ${
|
|
453
|
+
`Token ${S} is invalid. Unable to join room`
|
|
454
454
|
)
|
|
455
|
-
), !1) : (console.error("Error getting room data",
|
|
455
|
+
), !1) : (console.error("Error getting room data", b), b instanceof Error ? C(O.setErrorMessage(b.message)) : C(O.setErrorMessage("Error getting room data")), !1);
|
|
456
456
|
}
|
|
457
457
|
}, c = (u) => {
|
|
458
458
|
e.reconnectTimer && (clearTimeout(e.reconnectTimer), e.reconnectTimer = null), console.log("WebSocket middleware: Starting reconnection loop..."), e.reconnectTimer = setTimeout(() => {
|
|
@@ -462,31 +462,31 @@ const g3 = {}, B1 = u1({
|
|
|
462
462
|
e.reconnectTimer && (console.log("WebSocket middleware: Stopping reconnection loop"), clearTimeout(e.reconnectTimer), e.reconnectTimer = null);
|
|
463
463
|
}, i = (u) => {
|
|
464
464
|
u(O.setShowReconnect(!0)), u(U.setWebsocketIsConnected(!1)), u(f1.clearDevices()), u(w1.clearRooms()), u(O.clearAllModals()), u(O.clearSyncState());
|
|
465
|
-
},
|
|
466
|
-
const
|
|
467
|
-
if (!
|
|
465
|
+
}, a = (u, S) => {
|
|
466
|
+
const C = u(), b = S ?? C.runtimeConfig.roomData.roomKey, { clientId: y } = C.runtimeConfig.roomData, Z = C.runtimeConfig.websocket.isConnected;
|
|
467
|
+
if (!S || !Z || !y) {
|
|
468
468
|
console.log("WebSocket middleware: Cannot request room status", {
|
|
469
|
-
hasRoomKey: !!
|
|
470
|
-
isConnected:
|
|
471
|
-
hasClientId: !!
|
|
469
|
+
hasRoomKey: !!S,
|
|
470
|
+
isConnected: Z,
|
|
471
|
+
hasClientId: !!y
|
|
472
472
|
});
|
|
473
473
|
return;
|
|
474
474
|
}
|
|
475
|
-
console.log("WebSocket middleware: Requesting status from room:",
|
|
475
|
+
console.log("WebSocket middleware: Requesting status from room:", S), e.client && Z && e.client.send(
|
|
476
476
|
JSON.stringify({
|
|
477
|
-
type: `/room/${
|
|
478
|
-
clientId:
|
|
477
|
+
type: `/room/${b}/status`,
|
|
478
|
+
clientId: y,
|
|
479
479
|
content: null
|
|
480
480
|
})
|
|
481
481
|
);
|
|
482
|
-
}, g = async (u,
|
|
482
|
+
}, g = async (u, S) => {
|
|
483
483
|
console.log("WebSocket middleware: Attempting to connect...");
|
|
484
|
-
const
|
|
485
|
-
if (!
|
|
484
|
+
const C = S(), { apiPath: b } = C.appConfig.config, { serverIsRunningOnProcessorHardware: y } = C.runtimeConfig;
|
|
485
|
+
if (!b || !e.token) {
|
|
486
486
|
console.log(
|
|
487
487
|
"WebSocket middleware: Cannot connect - missing requirements",
|
|
488
488
|
{
|
|
489
|
-
hasApiPath: !!
|
|
489
|
+
hasApiPath: !!b,
|
|
490
490
|
hasToken: !!e.token
|
|
491
491
|
}
|
|
492
492
|
);
|
|
@@ -504,14 +504,14 @@ const g3 = {}, B1 = u1({
|
|
|
504
504
|
}
|
|
505
505
|
e.waitingToReconnect = !0;
|
|
506
506
|
try {
|
|
507
|
-
if (!await o(
|
|
507
|
+
if (!await o(b, e.token, u)) {
|
|
508
508
|
console.log(
|
|
509
509
|
"WebSocket middleware: Failed to get room data, will retry..."
|
|
510
510
|
), c(u);
|
|
511
511
|
return;
|
|
512
512
|
}
|
|
513
513
|
console.log("WebSocket middleware: Connecting to websocket");
|
|
514
|
-
const
|
|
514
|
+
const C1 = `${b.replace("http", "ws")}/ui/join/${e.token}`, K = new WebSocket(C1);
|
|
515
515
|
e.client = K, K.onopen = (B) => {
|
|
516
516
|
console.log("WebSocket middleware: Connected", B.type, B.target), e.waitingToReconnect = !1, r(), setTimeout(() => {
|
|
517
517
|
e.client === K && K.readyState === WebSocket.OPEN && u(U.setWebsocketIsConnected(!0));
|
|
@@ -519,7 +519,7 @@ const g3 = {}, B1 = u1({
|
|
|
519
519
|
}, K.onerror = (B) => {
|
|
520
520
|
console.error("WebSocket middleware: Error", B), i(u);
|
|
521
521
|
}, K.onclose = (B) => {
|
|
522
|
-
var
|
|
522
|
+
var _;
|
|
523
523
|
if (console.log(
|
|
524
524
|
"WebSocket middleware: Disconnected",
|
|
525
525
|
B.reason,
|
|
@@ -547,11 +547,11 @@ const g3 = {}, B1 = u1({
|
|
|
547
547
|
return;
|
|
548
548
|
}
|
|
549
549
|
if (B.code === 4001)
|
|
550
|
-
if (!!((
|
|
550
|
+
if (!!((_ = S().runtimeConfig) != null && _.touchpanelKey))
|
|
551
551
|
console.log(
|
|
552
552
|
"WebSocket middleware: Code 4001 received with touchpanel key present, will auto-reconnect"
|
|
553
553
|
);
|
|
554
|
-
else if (
|
|
554
|
+
else if (y)
|
|
555
555
|
console.log(
|
|
556
556
|
"WebSocket middleware: Code 4001 on processor hardware (no touchpanel key), will auto-reconnect"
|
|
557
557
|
);
|
|
@@ -580,37 +580,37 @@ const g3 = {}, B1 = u1({
|
|
|
580
580
|
), u(U.setWebsocketIsConnected(!1)), u(f1.clearDevices()), u(w1.clearRooms()), u(O.clearAllModals()), u(O.clearSyncState()), c(u);
|
|
581
581
|
}, K.onmessage = (B) => {
|
|
582
582
|
try {
|
|
583
|
-
const
|
|
584
|
-
if (
|
|
585
|
-
K.close(4001,
|
|
583
|
+
const _ = JSON.parse(B.data);
|
|
584
|
+
if (_.type === "close") {
|
|
585
|
+
K.close(4001, _.content);
|
|
586
586
|
return;
|
|
587
587
|
}
|
|
588
|
-
if (
|
|
589
|
-
switch (
|
|
588
|
+
if (_.type.startsWith("/system/"))
|
|
589
|
+
switch (_.type) {
|
|
590
590
|
case "/system/touchpanelKey":
|
|
591
591
|
u(
|
|
592
592
|
U.setTouchpanelKey(
|
|
593
|
-
|
|
593
|
+
_.content
|
|
594
594
|
)
|
|
595
595
|
);
|
|
596
596
|
break;
|
|
597
597
|
case "/system/roomKey":
|
|
598
598
|
u(w1.clearRooms()), u(f1.clearDevices()), u(O.clearSyncState()), u(
|
|
599
599
|
U.setCurrentRoomKey(
|
|
600
|
-
|
|
600
|
+
_.content
|
|
601
601
|
)
|
|
602
602
|
);
|
|
603
603
|
break;
|
|
604
604
|
case "/system/userCodeChanged":
|
|
605
605
|
u(
|
|
606
|
-
U.setUserCode(
|
|
606
|
+
U.setUserCode(_.content)
|
|
607
607
|
);
|
|
608
608
|
break;
|
|
609
609
|
case "/system/roomCombinationChanged":
|
|
610
610
|
window.location.reload();
|
|
611
611
|
break;
|
|
612
612
|
case "/system/deviceInterfaces": {
|
|
613
|
-
const z =
|
|
613
|
+
const z = _.content;
|
|
614
614
|
u(
|
|
615
615
|
U.setDeviceInterfaces(
|
|
616
616
|
z.deviceInterfaces
|
|
@@ -621,113 +621,113 @@ const g3 = {}, B1 = u1({
|
|
|
621
621
|
default:
|
|
622
622
|
console.log(
|
|
623
623
|
"WebSocket middleware: Unhandled system message",
|
|
624
|
-
|
|
624
|
+
_
|
|
625
625
|
);
|
|
626
626
|
break;
|
|
627
627
|
}
|
|
628
|
-
else if (
|
|
629
|
-
const z = e.eventHandlers[
|
|
628
|
+
else if (_.type.startsWith("/event/")) {
|
|
629
|
+
const z = e.eventHandlers[_.type];
|
|
630
630
|
z || console.log(
|
|
631
631
|
"WebSocket middleware: No handlers found for event type",
|
|
632
|
-
|
|
633
|
-
), z && Object.values(z).forEach((
|
|
632
|
+
_.type
|
|
633
|
+
), z && Object.values(z).forEach((s1) => {
|
|
634
634
|
try {
|
|
635
|
-
|
|
636
|
-
} catch (
|
|
635
|
+
s1(_);
|
|
636
|
+
} catch (b1) {
|
|
637
637
|
console.error(
|
|
638
638
|
"WebSocket middleware: Event handler error",
|
|
639
|
-
|
|
639
|
+
b1
|
|
640
640
|
);
|
|
641
641
|
}
|
|
642
642
|
});
|
|
643
|
-
} else
|
|
644
|
-
} catch (
|
|
645
|
-
console.error("WebSocket middleware: Message handling error",
|
|
643
|
+
} else _.type.startsWith("/room/") ? u(w1.setRoomState(_)) : _.type.startsWith("/device/") && u(f1.setDeviceState(_));
|
|
644
|
+
} catch (_) {
|
|
645
|
+
console.error("WebSocket middleware: Message handling error", _);
|
|
646
646
|
}
|
|
647
647
|
}, e.waitingToReconnect = !1;
|
|
648
|
-
} catch (
|
|
649
|
-
console.error("WebSocket middleware: Connection error",
|
|
648
|
+
} catch (Z) {
|
|
649
|
+
console.error("WebSocket middleware: Connection error", Z), e.waitingToReconnect = !1, e.client = null;
|
|
650
650
|
}
|
|
651
|
-
},
|
|
651
|
+
}, v = () => {
|
|
652
652
|
e.client && (console.log("WebSocket middleware: Disconnecting"), r(), e.client.close(4100, "Client requested disconnect"), e.client = null);
|
|
653
|
-
},
|
|
654
|
-
const
|
|
655
|
-
e.client &&
|
|
656
|
-
JSON.stringify({ type: u, clientId:
|
|
653
|
+
}, f = (u, S, C) => {
|
|
654
|
+
const b = C(), y = b.runtimeConfig.websocket.isConnected, Z = b.runtimeConfig.roomData.clientId;
|
|
655
|
+
e.client && y ? e.client.send(
|
|
656
|
+
JSON.stringify({ type: u, clientId: Z, content: S })
|
|
657
657
|
) : console.warn("WebSocket middleware: Cannot send message - not connected");
|
|
658
|
-
},
|
|
659
|
-
e.eventHandlers[u] || (e.eventHandlers[u] = {}), e.eventHandlers[u][
|
|
660
|
-
},
|
|
661
|
-
e.eventHandlers[u] && (delete e.eventHandlers[u][
|
|
658
|
+
}, w = (u, S, C) => {
|
|
659
|
+
e.eventHandlers[u] || (e.eventHandlers[u] = {}), e.eventHandlers[u][S] = C, console.log("WebSocket middleware: Event handler added", u, S);
|
|
660
|
+
}, x = (u, S) => {
|
|
661
|
+
e.eventHandlers[u] && (delete e.eventHandlers[u][S], console.log(
|
|
662
662
|
"WebSocket middleware: Event handler removed",
|
|
663
663
|
u,
|
|
664
|
-
|
|
664
|
+
S
|
|
665
665
|
));
|
|
666
666
|
}, H = (u) => {
|
|
667
|
-
const
|
|
668
|
-
window.location.href =
|
|
667
|
+
const S = u(), { gatewayAppPath: C } = S.appConfig.config, b = S.runtimeConfig.roomData.roomKey, y = S.runtimeConfig.roomData.systemUuid, Z = S.runtimeConfig.roomData.userCode, W = `${C}?uuid=${y}&roomKey=${b}`;
|
|
668
|
+
window.location.href = Z ? `${W}&Code=${Z}` : W;
|
|
669
669
|
};
|
|
670
|
-
return (u) => (
|
|
671
|
-
const
|
|
672
|
-
if (!
|
|
673
|
-
return
|
|
674
|
-
const
|
|
670
|
+
return (u) => (S) => (C) => {
|
|
671
|
+
const b = S(C);
|
|
672
|
+
if (!C || typeof C != "object" || !("type" in C))
|
|
673
|
+
return b;
|
|
674
|
+
const y = C;
|
|
675
675
|
return (async () => {
|
|
676
|
-
switch (
|
|
676
|
+
switch (y.type) {
|
|
677
677
|
case _3: {
|
|
678
678
|
let W = new URLSearchParams(window.location.search).get("token");
|
|
679
679
|
W ? (console.log("WebSocket middleware: Saving token"), Ee(h3.uuid, W)) : (W = Re(h3.uuid), console.log("WebSocket middleware: Loading token")), e.token = W, await t(u.dispatch), await g(u.dispatch, u.getState);
|
|
680
680
|
break;
|
|
681
681
|
}
|
|
682
682
|
case P3:
|
|
683
|
-
|
|
683
|
+
v();
|
|
684
684
|
break;
|
|
685
685
|
case L3:
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
686
|
+
f(
|
|
687
|
+
y.payload.messageType,
|
|
688
|
+
y.payload.content,
|
|
689
689
|
u.getState
|
|
690
690
|
);
|
|
691
691
|
break;
|
|
692
692
|
case $3:
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
693
|
+
w(
|
|
694
|
+
y.payload.eventType,
|
|
695
|
+
y.payload.key,
|
|
696
|
+
y.payload.callback
|
|
697
697
|
);
|
|
698
698
|
break;
|
|
699
699
|
case A3:
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
700
|
+
x(
|
|
701
|
+
y.payload.eventType,
|
|
702
|
+
y.payload.key
|
|
703
703
|
);
|
|
704
704
|
break;
|
|
705
705
|
case B3:
|
|
706
706
|
H(u.getState);
|
|
707
707
|
break;
|
|
708
708
|
default:
|
|
709
|
-
if (
|
|
710
|
-
|
|
709
|
+
if (C.type === U.setWebsocketIsConnected.type)
|
|
710
|
+
C.payload === !0 && (console.log(
|
|
711
711
|
"[WebSocket Middleware] Connection established, requesting room status..."
|
|
712
|
-
), setTimeout(() =>
|
|
713
|
-
else if (
|
|
714
|
-
const
|
|
715
|
-
|
|
712
|
+
), setTimeout(() => a(u.getState), 100));
|
|
713
|
+
else if (C.type === U.setRoomData.type) {
|
|
714
|
+
const Z = u.getState(), W = C.payload;
|
|
715
|
+
Z.runtimeConfig.websocket.isConnected && (W != null && W.clientId) && (console.log(
|
|
716
716
|
"[WebSocket Middleware] Room data received, requesting room status..."
|
|
717
|
-
), setTimeout(() =>
|
|
718
|
-
} else if (
|
|
719
|
-
const
|
|
720
|
-
|
|
717
|
+
), setTimeout(() => a(u.getState), 100));
|
|
718
|
+
} else if (C.type === U.setCurrentRoomKey.type) {
|
|
719
|
+
const Z = C.payload;
|
|
720
|
+
Z && (console.log(
|
|
721
721
|
"[WebSocket Middleware] Room changed to:",
|
|
722
|
-
|
|
722
|
+
Z,
|
|
723
723
|
", requesting room status..."
|
|
724
|
-
), setTimeout(() =>
|
|
724
|
+
), setTimeout(() => a(u.getState, Z), 100));
|
|
725
725
|
}
|
|
726
726
|
break;
|
|
727
727
|
}
|
|
728
|
-
})().catch((
|
|
729
|
-
console.error("WebSocket middleware: Error handling action",
|
|
730
|
-
}),
|
|
728
|
+
})().catch((Z) => {
|
|
729
|
+
console.error("WebSocket middleware: Error handling action", Z);
|
|
730
|
+
}), b;
|
|
731
731
|
};
|
|
732
732
|
}, ke = S2({
|
|
733
733
|
appConfig: be,
|
|
@@ -783,14 +783,14 @@ function We() {
|
|
|
783
783
|
if (w3) return l1;
|
|
784
784
|
w3 = 1;
|
|
785
785
|
var e = x3, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
786
|
-
function
|
|
787
|
-
var
|
|
788
|
-
|
|
789
|
-
for (
|
|
790
|
-
if (g && g.defaultProps) for (
|
|
791
|
-
return { $$typeof: t, type: g, key: H, ref: u, props:
|
|
786
|
+
function a(g, v, f) {
|
|
787
|
+
var w, x = {}, H = null, u = null;
|
|
788
|
+
f !== void 0 && (H = "" + f), v.key !== void 0 && (H = "" + v.key), v.ref !== void 0 && (u = v.ref);
|
|
789
|
+
for (w in v) c.call(v, w) && !i.hasOwnProperty(w) && (x[w] = v[w]);
|
|
790
|
+
if (g && g.defaultProps) for (w in v = g.defaultProps, v) x[w] === void 0 && (x[w] = v[w]);
|
|
791
|
+
return { $$typeof: t, type: g, key: H, ref: u, props: x, _owner: r.current };
|
|
792
792
|
}
|
|
793
|
-
return l1.Fragment = o, l1.jsx =
|
|
793
|
+
return l1.Fragment = o, l1.jsx = a, l1.jsxs = a, l1;
|
|
794
794
|
}
|
|
795
795
|
var i1 = {};
|
|
796
796
|
/**
|
|
@@ -805,46 +805,46 @@ var i1 = {};
|
|
|
805
805
|
var m3;
|
|
806
806
|
function Ve() {
|
|
807
807
|
return m3 || (m3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
808
|
-
var e = x3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"),
|
|
809
|
-
function
|
|
808
|
+
var e = x3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), g = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), w = Symbol.for("react.suspense_list"), x = Symbol.for("react.memo"), H = Symbol.for("react.lazy"), u = Symbol.for("react.offscreen"), S = Symbol.iterator, C = "@@iterator";
|
|
809
|
+
function b(s) {
|
|
810
810
|
if (s === null || typeof s != "object")
|
|
811
811
|
return null;
|
|
812
|
-
var l =
|
|
812
|
+
var l = S && s[S] || s[C];
|
|
813
813
|
return typeof l == "function" ? l : null;
|
|
814
814
|
}
|
|
815
|
-
var
|
|
816
|
-
function
|
|
815
|
+
var y = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
816
|
+
function Z(s) {
|
|
817
817
|
{
|
|
818
|
-
for (var l = arguments.length, d = new Array(l > 1 ? l - 1 : 0),
|
|
819
|
-
d[
|
|
818
|
+
for (var l = arguments.length, d = new Array(l > 1 ? l - 1 : 0), p = 1; p < l; p++)
|
|
819
|
+
d[p - 1] = arguments[p];
|
|
820
820
|
W("error", s, d);
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
823
|
function W(s, l, d) {
|
|
824
824
|
{
|
|
825
|
-
var
|
|
826
|
-
|
|
827
|
-
var
|
|
828
|
-
return String(
|
|
825
|
+
var p = y.ReactDebugCurrentFrame, T = p.getStackAddendum();
|
|
826
|
+
T !== "" && (l += "%s", d = d.concat([T]));
|
|
827
|
+
var D = d.map(function(I) {
|
|
828
|
+
return String(I);
|
|
829
829
|
});
|
|
830
|
-
|
|
830
|
+
D.unshift("Warning: " + l), Function.prototype.apply.call(console[s], console, D);
|
|
831
831
|
}
|
|
832
832
|
}
|
|
833
|
-
var
|
|
834
|
-
|
|
835
|
-
function
|
|
836
|
-
return !!(typeof s == "string" || typeof s == "function" || s === c || s === i || z || s === r || s ===
|
|
833
|
+
var C1 = !1, K = !1, B = !1, _ = !1, z = !1, s1;
|
|
834
|
+
s1 = Symbol.for("react.module.reference");
|
|
835
|
+
function b1(s) {
|
|
836
|
+
return !!(typeof s == "string" || typeof s == "function" || s === c || s === i || z || s === r || s === f || s === w || _ || s === u || C1 || K || B || typeof s == "object" && s !== null && (s.$$typeof === H || s.$$typeof === x || s.$$typeof === a || s.$$typeof === g || s.$$typeof === v || // This needs to include all possible module reference object
|
|
837
837
|
// types supported by any Flight configuration anywhere since
|
|
838
838
|
// we don't know which Flight build this will end up being used
|
|
839
839
|
// with.
|
|
840
|
-
s.$$typeof ===
|
|
840
|
+
s.$$typeof === s1 || s.getModuleId !== void 0));
|
|
841
841
|
}
|
|
842
842
|
function U3(s, l, d) {
|
|
843
|
-
var
|
|
844
|
-
if (
|
|
845
|
-
return
|
|
846
|
-
var
|
|
847
|
-
return
|
|
843
|
+
var p = s.displayName;
|
|
844
|
+
if (p)
|
|
845
|
+
return p;
|
|
846
|
+
var T = l.displayName || l.name || "";
|
|
847
|
+
return T !== "" ? d + "(" + T + ")" : d;
|
|
848
848
|
}
|
|
849
849
|
function U1(s) {
|
|
850
850
|
return s.displayName || "Context";
|
|
@@ -852,7 +852,7 @@ function Ve() {
|
|
|
852
852
|
function J(s) {
|
|
853
853
|
if (s == null)
|
|
854
854
|
return null;
|
|
855
|
-
if (typeof s.tag == "number" &&
|
|
855
|
+
if (typeof s.tag == "number" && Z("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof s == "function")
|
|
856
856
|
return s.displayName || s.name || null;
|
|
857
857
|
if (typeof s == "string")
|
|
858
858
|
return s;
|
|
@@ -865,9 +865,9 @@ function Ve() {
|
|
|
865
865
|
return "Profiler";
|
|
866
866
|
case r:
|
|
867
867
|
return "StrictMode";
|
|
868
|
-
case
|
|
868
|
+
case f:
|
|
869
869
|
return "Suspense";
|
|
870
|
-
case
|
|
870
|
+
case w:
|
|
871
871
|
return "SuspenseList";
|
|
872
872
|
}
|
|
873
873
|
if (typeof s == "object")
|
|
@@ -875,18 +875,18 @@ function Ve() {
|
|
|
875
875
|
case g:
|
|
876
876
|
var l = s;
|
|
877
877
|
return U1(l) + ".Consumer";
|
|
878
|
-
case
|
|
878
|
+
case a:
|
|
879
879
|
var d = s;
|
|
880
880
|
return U1(d._context) + ".Provider";
|
|
881
|
-
case
|
|
881
|
+
case v:
|
|
882
882
|
return U3(s, s.render, "ForwardRef");
|
|
883
|
-
case
|
|
884
|
-
var
|
|
885
|
-
return
|
|
883
|
+
case x:
|
|
884
|
+
var p = s.displayName || null;
|
|
885
|
+
return p !== null ? p : J(s.type) || "Memo";
|
|
886
886
|
case H: {
|
|
887
|
-
var
|
|
887
|
+
var T = s, D = T._payload, I = T._init;
|
|
888
888
|
try {
|
|
889
|
-
return J(
|
|
889
|
+
return J(I(D));
|
|
890
890
|
} catch {
|
|
891
891
|
return null;
|
|
892
892
|
}
|
|
@@ -894,13 +894,13 @@ function Ve() {
|
|
|
894
894
|
}
|
|
895
895
|
return null;
|
|
896
896
|
}
|
|
897
|
-
var X = Object.assign,
|
|
897
|
+
var X = Object.assign, c1 = 0, H1, F1, K1, q1, G1, Y1, z1;
|
|
898
898
|
function J1() {
|
|
899
899
|
}
|
|
900
900
|
J1.__reactDisabledLog = !0;
|
|
901
901
|
function H3() {
|
|
902
902
|
{
|
|
903
|
-
if (
|
|
903
|
+
if (c1 === 0) {
|
|
904
904
|
H1 = console.log, F1 = console.info, K1 = console.warn, q1 = console.error, G1 = console.group, Y1 = console.groupCollapsed, z1 = console.groupEnd;
|
|
905
905
|
var s = {
|
|
906
906
|
configurable: !0,
|
|
@@ -918,12 +918,12 @@ function Ve() {
|
|
|
918
918
|
groupEnd: s
|
|
919
919
|
});
|
|
920
920
|
}
|
|
921
|
-
|
|
921
|
+
c1++;
|
|
922
922
|
}
|
|
923
923
|
}
|
|
924
924
|
function F3() {
|
|
925
925
|
{
|
|
926
|
-
if (
|
|
926
|
+
if (c1--, c1 === 0) {
|
|
927
927
|
var s = {
|
|
928
928
|
configurable: !0,
|
|
929
929
|
enumerable: !0,
|
|
@@ -953,87 +953,87 @@ function Ve() {
|
|
|
953
953
|
})
|
|
954
954
|
});
|
|
955
955
|
}
|
|
956
|
-
|
|
956
|
+
c1 < 0 && Z("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
957
957
|
}
|
|
958
958
|
}
|
|
959
|
-
var
|
|
959
|
+
var y1 = y.ReactCurrentDispatcher, I1;
|
|
960
960
|
function d1(s, l, d) {
|
|
961
961
|
{
|
|
962
|
-
if (
|
|
962
|
+
if (I1 === void 0)
|
|
963
963
|
try {
|
|
964
964
|
throw Error();
|
|
965
|
-
} catch (
|
|
966
|
-
var
|
|
967
|
-
|
|
965
|
+
} catch (T) {
|
|
966
|
+
var p = T.stack.trim().match(/\n( *(at )?)/);
|
|
967
|
+
I1 = p && p[1] || "";
|
|
968
968
|
}
|
|
969
969
|
return `
|
|
970
|
-
` +
|
|
970
|
+
` + I1 + s;
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
|
-
var
|
|
973
|
+
var R1 = !1, v1;
|
|
974
974
|
{
|
|
975
975
|
var K3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
976
976
|
v1 = new K3();
|
|
977
977
|
}
|
|
978
978
|
function X1(s, l) {
|
|
979
|
-
if (!s ||
|
|
979
|
+
if (!s || R1)
|
|
980
980
|
return "";
|
|
981
981
|
{
|
|
982
982
|
var d = v1.get(s);
|
|
983
983
|
if (d !== void 0)
|
|
984
984
|
return d;
|
|
985
985
|
}
|
|
986
|
-
var
|
|
987
|
-
|
|
988
|
-
var
|
|
986
|
+
var p;
|
|
987
|
+
R1 = !0;
|
|
988
|
+
var T = Error.prepareStackTrace;
|
|
989
989
|
Error.prepareStackTrace = void 0;
|
|
990
|
-
var
|
|
991
|
-
|
|
990
|
+
var D;
|
|
991
|
+
D = y1.current, y1.current = null, H3();
|
|
992
992
|
try {
|
|
993
993
|
if (l) {
|
|
994
|
-
var
|
|
994
|
+
var I = function() {
|
|
995
995
|
throw Error();
|
|
996
996
|
};
|
|
997
|
-
if (Object.defineProperty(
|
|
997
|
+
if (Object.defineProperty(I.prototype, "props", {
|
|
998
998
|
set: function() {
|
|
999
999
|
throw Error();
|
|
1000
1000
|
}
|
|
1001
1001
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1002
1002
|
try {
|
|
1003
|
-
Reflect.construct(
|
|
1003
|
+
Reflect.construct(I, []);
|
|
1004
1004
|
} catch (V) {
|
|
1005
|
-
|
|
1005
|
+
p = V;
|
|
1006
1006
|
}
|
|
1007
|
-
Reflect.construct(s, [],
|
|
1007
|
+
Reflect.construct(s, [], I);
|
|
1008
1008
|
} else {
|
|
1009
1009
|
try {
|
|
1010
|
-
|
|
1010
|
+
I.call();
|
|
1011
1011
|
} catch (V) {
|
|
1012
|
-
|
|
1012
|
+
p = V;
|
|
1013
1013
|
}
|
|
1014
|
-
s.call(
|
|
1014
|
+
s.call(I.prototype);
|
|
1015
1015
|
}
|
|
1016
1016
|
} else {
|
|
1017
1017
|
try {
|
|
1018
1018
|
throw Error();
|
|
1019
1019
|
} catch (V) {
|
|
1020
|
-
|
|
1020
|
+
p = V;
|
|
1021
1021
|
}
|
|
1022
1022
|
s();
|
|
1023
1023
|
}
|
|
1024
1024
|
} catch (V) {
|
|
1025
|
-
if (V &&
|
|
1026
|
-
for (var
|
|
1027
|
-
`), k =
|
|
1028
|
-
`), L =
|
|
1025
|
+
if (V && p && typeof V.stack == "string") {
|
|
1026
|
+
for (var j = V.stack.split(`
|
|
1027
|
+
`), k = p.stack.split(`
|
|
1028
|
+
`), L = j.length - 1, $ = k.length - 1; L >= 1 && $ >= 0 && j[L] !== k[$]; )
|
|
1029
1029
|
$--;
|
|
1030
1030
|
for (; L >= 1 && $ >= 0; L--, $--)
|
|
1031
|
-
if (
|
|
1031
|
+
if (j[L] !== k[$]) {
|
|
1032
1032
|
if (L !== 1 || $ !== 1)
|
|
1033
1033
|
do
|
|
1034
|
-
if (L--, $--, $ < 0 ||
|
|
1034
|
+
if (L--, $--, $ < 0 || j[L] !== k[$]) {
|
|
1035
1035
|
var F = `
|
|
1036
|
-
` +
|
|
1036
|
+
` + j[L].replace(" at new ", " at ");
|
|
1037
1037
|
return s.displayName && F.includes("<anonymous>") && (F = F.replace("<anonymous>", s.displayName)), typeof s == "function" && v1.set(s, F), F;
|
|
1038
1038
|
}
|
|
1039
1039
|
while (L >= 1 && $ >= 0);
|
|
@@ -1041,7 +1041,7 @@ function Ve() {
|
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
1043
|
} finally {
|
|
1044
|
-
|
|
1044
|
+
R1 = !1, y1.current = D, F3(), Error.prepareStackTrace = T;
|
|
1045
1045
|
}
|
|
1046
1046
|
var t1 = s ? s.displayName || s.name : "", Q = t1 ? d1(t1) : "";
|
|
1047
1047
|
return typeof s == "function" && v1.set(s, Q), Q;
|
|
@@ -1061,28 +1061,28 @@ function Ve() {
|
|
|
1061
1061
|
if (typeof s == "string")
|
|
1062
1062
|
return d1(s);
|
|
1063
1063
|
switch (s) {
|
|
1064
|
-
case
|
|
1064
|
+
case f:
|
|
1065
1065
|
return d1("Suspense");
|
|
1066
|
-
case
|
|
1066
|
+
case w:
|
|
1067
1067
|
return d1("SuspenseList");
|
|
1068
1068
|
}
|
|
1069
1069
|
if (typeof s == "object")
|
|
1070
1070
|
switch (s.$$typeof) {
|
|
1071
|
-
case
|
|
1071
|
+
case v:
|
|
1072
1072
|
return q3(s.render);
|
|
1073
|
-
case
|
|
1073
|
+
case x:
|
|
1074
1074
|
return h1(s.type, l, d);
|
|
1075
1075
|
case H: {
|
|
1076
|
-
var
|
|
1076
|
+
var p = s, T = p._payload, D = p._init;
|
|
1077
1077
|
try {
|
|
1078
|
-
return h1(T
|
|
1078
|
+
return h1(D(T), l, d);
|
|
1079
1079
|
} catch {
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
1082
|
}
|
|
1083
1083
|
return "";
|
|
1084
1084
|
}
|
|
1085
|
-
var
|
|
1085
|
+
var r1 = Object.prototype.hasOwnProperty, Q1 = {}, N1 = y.ReactDebugCurrentFrame;
|
|
1086
1086
|
function g1(s) {
|
|
1087
1087
|
if (s) {
|
|
1088
1088
|
var l = s._owner, d = h1(s.type, s._source, l ? l.type : null);
|
|
@@ -1090,27 +1090,27 @@ function Ve() {
|
|
|
1090
1090
|
} else
|
|
1091
1091
|
N1.setExtraStackFrame(null);
|
|
1092
1092
|
}
|
|
1093
|
-
function Y3(s, l, d,
|
|
1093
|
+
function Y3(s, l, d, p, T) {
|
|
1094
1094
|
{
|
|
1095
|
-
var
|
|
1096
|
-
for (var
|
|
1097
|
-
if (
|
|
1098
|
-
var
|
|
1095
|
+
var D = Function.call.bind(r1);
|
|
1096
|
+
for (var I in s)
|
|
1097
|
+
if (D(s, I)) {
|
|
1098
|
+
var j = void 0;
|
|
1099
1099
|
try {
|
|
1100
|
-
if (typeof s[
|
|
1101
|
-
var k = Error((
|
|
1100
|
+
if (typeof s[I] != "function") {
|
|
1101
|
+
var k = Error((p || "React class") + ": " + d + " type `" + I + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[I] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1102
1102
|
throw k.name = "Invariant Violation", k;
|
|
1103
1103
|
}
|
|
1104
|
-
|
|
1104
|
+
j = s[I](l, I, p, d, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1105
1105
|
} catch (L) {
|
|
1106
|
-
|
|
1106
|
+
j = L;
|
|
1107
1107
|
}
|
|
1108
|
-
|
|
1108
|
+
j && !(j instanceof Error) && (g1(T), 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).", p || "React class", d, I, typeof j), g1(null)), j instanceof Error && !(j.message in Q1) && (Q1[j.message] = !0, g1(T), Z("Failed %s type: %s", d, j.message), g1(null));
|
|
1109
1109
|
}
|
|
1110
1110
|
}
|
|
1111
1111
|
}
|
|
1112
1112
|
var z3 = Array.isArray;
|
|
1113
|
-
function
|
|
1113
|
+
function E1(s) {
|
|
1114
1114
|
return z3(s);
|
|
1115
1115
|
}
|
|
1116
1116
|
function J3(s) {
|
|
@@ -1131,16 +1131,16 @@ function Ve() {
|
|
|
1131
1131
|
}
|
|
1132
1132
|
function t3(s) {
|
|
1133
1133
|
if (X3(s))
|
|
1134
|
-
return
|
|
1134
|
+
return Z("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", J3(s)), e3(s);
|
|
1135
1135
|
}
|
|
1136
|
-
var n3 =
|
|
1136
|
+
var n3 = y.ReactCurrentOwner, Q3 = {
|
|
1137
1137
|
key: !0,
|
|
1138
1138
|
ref: !0,
|
|
1139
1139
|
__self: !0,
|
|
1140
1140
|
__source: !0
|
|
1141
1141
|
}, o3, s3;
|
|
1142
1142
|
function N3(s) {
|
|
1143
|
-
if (
|
|
1143
|
+
if (r1.call(s, "ref")) {
|
|
1144
1144
|
var l = Object.getOwnPropertyDescriptor(s, "ref").get;
|
|
1145
1145
|
if (l && l.isReactWarning)
|
|
1146
1146
|
return !1;
|
|
@@ -1148,7 +1148,7 @@ function Ve() {
|
|
|
1148
1148
|
return s.ref !== void 0;
|
|
1149
1149
|
}
|
|
1150
1150
|
function e2(s) {
|
|
1151
|
-
if (
|
|
1151
|
+
if (r1.call(s, "key")) {
|
|
1152
1152
|
var l = Object.getOwnPropertyDescriptor(s, "key").get;
|
|
1153
1153
|
if (l && l.isReactWarning)
|
|
1154
1154
|
return !1;
|
|
@@ -1161,7 +1161,7 @@ function Ve() {
|
|
|
1161
1161
|
function n2(s, l) {
|
|
1162
1162
|
{
|
|
1163
1163
|
var d = function() {
|
|
1164
|
-
o3 || (o3 = !0,
|
|
1164
|
+
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)", l));
|
|
1165
1165
|
};
|
|
1166
1166
|
d.isReactWarning = !0, Object.defineProperty(s, "key", {
|
|
1167
1167
|
get: d,
|
|
@@ -1172,7 +1172,7 @@ function Ve() {
|
|
|
1172
1172
|
function o2(s, l) {
|
|
1173
1173
|
{
|
|
1174
1174
|
var d = function() {
|
|
1175
|
-
s3 || (s3 = !0,
|
|
1175
|
+
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)", l));
|
|
1176
1176
|
};
|
|
1177
1177
|
d.isReactWarning = !0, Object.defineProperty(s, "ref", {
|
|
1178
1178
|
get: d,
|
|
@@ -1180,54 +1180,54 @@ function Ve() {
|
|
|
1180
1180
|
});
|
|
1181
1181
|
}
|
|
1182
1182
|
}
|
|
1183
|
-
var s2 = function(s, l, d,
|
|
1184
|
-
var
|
|
1183
|
+
var s2 = function(s, l, d, p, T, D, I) {
|
|
1184
|
+
var j = {
|
|
1185
1185
|
// This tag allows us to uniquely identify this as a React Element
|
|
1186
1186
|
$$typeof: t,
|
|
1187
1187
|
// Built-in properties that belong on the element
|
|
1188
1188
|
type: s,
|
|
1189
1189
|
key: l,
|
|
1190
1190
|
ref: d,
|
|
1191
|
-
props:
|
|
1191
|
+
props: I,
|
|
1192
1192
|
// Record the component responsible for creating this element.
|
|
1193
|
-
_owner:
|
|
1193
|
+
_owner: D
|
|
1194
1194
|
};
|
|
1195
|
-
return
|
|
1195
|
+
return j._store = {}, Object.defineProperty(j._store, "validated", {
|
|
1196
1196
|
configurable: !1,
|
|
1197
1197
|
enumerable: !1,
|
|
1198
1198
|
writable: !0,
|
|
1199
1199
|
value: !1
|
|
1200
|
-
}), Object.defineProperty(
|
|
1200
|
+
}), Object.defineProperty(j, "_self", {
|
|
1201
1201
|
configurable: !1,
|
|
1202
1202
|
enumerable: !1,
|
|
1203
1203
|
writable: !1,
|
|
1204
|
-
value:
|
|
1205
|
-
}), Object.defineProperty(
|
|
1204
|
+
value: p
|
|
1205
|
+
}), Object.defineProperty(j, "_source", {
|
|
1206
1206
|
configurable: !1,
|
|
1207
1207
|
enumerable: !1,
|
|
1208
1208
|
writable: !1,
|
|
1209
|
-
value:
|
|
1210
|
-
}), Object.freeze && (Object.freeze(
|
|
1209
|
+
value: T
|
|
1210
|
+
}), Object.freeze && (Object.freeze(j.props), Object.freeze(j)), j;
|
|
1211
1211
|
};
|
|
1212
|
-
function c2(s, l, d,
|
|
1212
|
+
function c2(s, l, d, p, T) {
|
|
1213
1213
|
{
|
|
1214
|
-
var
|
|
1215
|
-
d !== void 0 && (t3(d),
|
|
1216
|
-
for (
|
|
1217
|
-
|
|
1214
|
+
var D, I = {}, j = null, k = null;
|
|
1215
|
+
d !== void 0 && (t3(d), j = "" + d), e2(l) && (t3(l.key), j = "" + l.key), N3(l) && (k = l.ref, t2(l, T));
|
|
1216
|
+
for (D in l)
|
|
1217
|
+
r1.call(l, D) && !Q3.hasOwnProperty(D) && (I[D] = l[D]);
|
|
1218
1218
|
if (s && s.defaultProps) {
|
|
1219
1219
|
var L = s.defaultProps;
|
|
1220
|
-
for (
|
|
1221
|
-
|
|
1220
|
+
for (D in L)
|
|
1221
|
+
I[D] === void 0 && (I[D] = L[D]);
|
|
1222
1222
|
}
|
|
1223
|
-
if (
|
|
1223
|
+
if (j || k) {
|
|
1224
1224
|
var $ = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
|
|
1225
|
-
|
|
1225
|
+
j && n2(I, $), k && o2(I, $);
|
|
1226
1226
|
}
|
|
1227
|
-
return s2(s,
|
|
1227
|
+
return s2(s, j, k, T, p, n3.current, I);
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
|
-
var
|
|
1230
|
+
var T1 = y.ReactCurrentOwner, c3 = y.ReactDebugCurrentFrame;
|
|
1231
1231
|
function e1(s) {
|
|
1232
1232
|
if (s) {
|
|
1233
1233
|
var l = s._owner, d = h1(s.type, s._source, l ? l.type : null);
|
|
@@ -1235,15 +1235,15 @@ function Ve() {
|
|
|
1235
1235
|
} else
|
|
1236
1236
|
c3.setExtraStackFrame(null);
|
|
1237
1237
|
}
|
|
1238
|
-
var
|
|
1239
|
-
|
|
1240
|
-
function
|
|
1238
|
+
var D1;
|
|
1239
|
+
D1 = !1;
|
|
1240
|
+
function _1(s) {
|
|
1241
1241
|
return typeof s == "object" && s !== null && s.$$typeof === t;
|
|
1242
1242
|
}
|
|
1243
1243
|
function r3() {
|
|
1244
1244
|
{
|
|
1245
|
-
if (
|
|
1246
|
-
var s = J(
|
|
1245
|
+
if (T1.current) {
|
|
1246
|
+
var s = J(T1.current.type);
|
|
1247
1247
|
if (s)
|
|
1248
1248
|
return `
|
|
1249
1249
|
|
|
@@ -1277,26 +1277,26 @@ Check the top-level render call using <` + d + ">.");
|
|
|
1277
1277
|
if (l3[d])
|
|
1278
1278
|
return;
|
|
1279
1279
|
l3[d] = !0;
|
|
1280
|
-
var
|
|
1281
|
-
s && s._owner && s._owner !==
|
|
1280
|
+
var p = "";
|
|
1281
|
+
s && s._owner && s._owner !== T1.current && (p = " It was passed a child from " + J(s._owner.type) + "."), e1(s), Z('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', d, p), e1(null);
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
1284
|
function a3(s, l) {
|
|
1285
1285
|
{
|
|
1286
1286
|
if (typeof s != "object")
|
|
1287
1287
|
return;
|
|
1288
|
-
if (
|
|
1288
|
+
if (E1(s))
|
|
1289
1289
|
for (var d = 0; d < s.length; d++) {
|
|
1290
|
-
var
|
|
1291
|
-
|
|
1290
|
+
var p = s[d];
|
|
1291
|
+
_1(p) && i3(p, l);
|
|
1292
1292
|
}
|
|
1293
|
-
else if (
|
|
1293
|
+
else if (_1(s))
|
|
1294
1294
|
s._store && (s._store.validated = !0);
|
|
1295
1295
|
else if (s) {
|
|
1296
|
-
var
|
|
1297
|
-
if (typeof
|
|
1298
|
-
for (var
|
|
1299
|
-
|
|
1296
|
+
var T = b(s);
|
|
1297
|
+
if (typeof T == "function" && T !== s.entries)
|
|
1298
|
+
for (var D = T.call(s), I; !(I = D.next()).done; )
|
|
1299
|
+
_1(I.value) && i3(I.value, l);
|
|
1300
1300
|
}
|
|
1301
1301
|
}
|
|
1302
1302
|
}
|
|
@@ -1308,75 +1308,75 @@ Check the top-level render call using <` + d + ">.");
|
|
|
1308
1308
|
var d;
|
|
1309
1309
|
if (typeof l == "function")
|
|
1310
1310
|
d = l.propTypes;
|
|
1311
|
-
else if (typeof l == "object" && (l.$$typeof ===
|
|
1311
|
+
else if (typeof l == "object" && (l.$$typeof === v || // Note: Memo only checks outer props here.
|
|
1312
1312
|
// Inner props are checked in the reconciler.
|
|
1313
|
-
l.$$typeof ===
|
|
1313
|
+
l.$$typeof === x))
|
|
1314
1314
|
d = l.propTypes;
|
|
1315
1315
|
else
|
|
1316
1316
|
return;
|
|
1317
1317
|
if (d) {
|
|
1318
|
-
var
|
|
1319
|
-
Y3(d, s.props, "prop",
|
|
1320
|
-
} else if (l.PropTypes !== void 0 && !
|
|
1321
|
-
|
|
1322
|
-
var
|
|
1323
|
-
|
|
1324
|
-
}
|
|
1325
|
-
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved &&
|
|
1318
|
+
var p = J(l);
|
|
1319
|
+
Y3(d, s.props, "prop", p, s);
|
|
1320
|
+
} else if (l.PropTypes !== void 0 && !D1) {
|
|
1321
|
+
D1 = !0;
|
|
1322
|
+
var T = J(l);
|
|
1323
|
+
Z("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", T || "Unknown");
|
|
1324
|
+
}
|
|
1325
|
+
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && Z("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1326
1326
|
}
|
|
1327
1327
|
}
|
|
1328
1328
|
function a2(s) {
|
|
1329
1329
|
{
|
|
1330
1330
|
for (var l = Object.keys(s.props), d = 0; d < l.length; d++) {
|
|
1331
|
-
var
|
|
1332
|
-
if (
|
|
1333
|
-
e1(s),
|
|
1331
|
+
var p = l[d];
|
|
1332
|
+
if (p !== "children" && p !== "key") {
|
|
1333
|
+
e1(s), Z("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", p), e1(null);
|
|
1334
1334
|
break;
|
|
1335
1335
|
}
|
|
1336
1336
|
}
|
|
1337
|
-
s.ref !== null && (e1(s),
|
|
1337
|
+
s.ref !== null && (e1(s), Z("Invalid attribute `ref` supplied to `React.Fragment`."), e1(null));
|
|
1338
1338
|
}
|
|
1339
1339
|
}
|
|
1340
1340
|
var u3 = {};
|
|
1341
|
-
function d3(s, l, d,
|
|
1341
|
+
function d3(s, l, d, p, T, D) {
|
|
1342
1342
|
{
|
|
1343
|
-
var
|
|
1344
|
-
if (!
|
|
1345
|
-
var
|
|
1346
|
-
(s === void 0 || typeof s == "object" && s !== null && Object.keys(s).length === 0) && (
|
|
1343
|
+
var I = b1(s);
|
|
1344
|
+
if (!I) {
|
|
1345
|
+
var j = "";
|
|
1346
|
+
(s === void 0 || typeof s == "object" && s !== null && Object.keys(s).length === 0) && (j += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1347
1347
|
var k = r2();
|
|
1348
|
-
k ?
|
|
1348
|
+
k ? j += k : j += r3();
|
|
1349
1349
|
var L;
|
|
1350
|
-
s === null ? L = "null" :
|
|
1350
|
+
s === null ? L = "null" : E1(s) ? L = "array" : s !== void 0 && s.$$typeof === t ? (L = "<" + (J(s.type) || "Unknown") + " />", j = " Did you accidentally export a JSX literal instead of a component?") : L = typeof s, Z("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", L, j);
|
|
1351
1351
|
}
|
|
1352
|
-
var $ = c2(s, l, d,
|
|
1352
|
+
var $ = c2(s, l, d, T, D);
|
|
1353
1353
|
if ($ == null)
|
|
1354
1354
|
return $;
|
|
1355
|
-
if (
|
|
1355
|
+
if (I) {
|
|
1356
1356
|
var F = l.children;
|
|
1357
1357
|
if (F !== void 0)
|
|
1358
|
-
if (
|
|
1359
|
-
if (
|
|
1358
|
+
if (p)
|
|
1359
|
+
if (E1(F)) {
|
|
1360
1360
|
for (var t1 = 0; t1 < F.length; t1++)
|
|
1361
1361
|
a3(F[t1], s);
|
|
1362
1362
|
Object.freeze && Object.freeze(F);
|
|
1363
1363
|
} else
|
|
1364
|
-
|
|
1364
|
+
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.");
|
|
1365
1365
|
else
|
|
1366
1366
|
a3(F, s);
|
|
1367
1367
|
}
|
|
1368
|
-
if (
|
|
1368
|
+
if (r1.call(l, "key")) {
|
|
1369
1369
|
var Q = J(s), V = Object.keys(l).filter(function(f2) {
|
|
1370
1370
|
return f2 !== "key";
|
|
1371
|
-
}),
|
|
1372
|
-
if (!u3[Q +
|
|
1371
|
+
}), P1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1372
|
+
if (!u3[Q + P1]) {
|
|
1373
1373
|
var g2 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
|
|
1374
|
-
|
|
1374
|
+
Z(`A props object containing a "key" prop is being spread into JSX:
|
|
1375
1375
|
let props = %s;
|
|
1376
1376
|
<%s {...props} />
|
|
1377
1377
|
React keys must be passed directly to JSX without using spread:
|
|
1378
1378
|
let props = %s;
|
|
1379
|
-
<%s key={someKey} {...props} />`,
|
|
1379
|
+
<%s key={someKey} {...props} />`, P1, Q, g2, Q), u3[Q + P1] = !0;
|
|
1380
1380
|
}
|
|
1381
1381
|
}
|
|
1382
1382
|
return s === c ? a2($) : i2($), $;
|
|
@@ -1400,7 +1400,7 @@ var n = Ue();
|
|
|
1400
1400
|
const He = "_mwfit_ppa3l_1", Fe = {
|
|
1401
1401
|
mwfit: He
|
|
1402
1402
|
}, Ke = () => {
|
|
1403
|
-
const { reconnect: e } =
|
|
1403
|
+
const { reconnect: e } = E(), t = I3(), o = Me(), c = xe();
|
|
1404
1404
|
return /* @__PURE__ */ n.jsxs("div", { className: "vh-100 d-flex flex-column flex-grow-1 justify-content-center align-items-center gap-5 ", children: [
|
|
1405
1405
|
/* @__PURE__ */ n.jsxs("div", { className: `${Fe.mwfit} mx-auto text-center`, children: [
|
|
1406
1406
|
t === void 0 ? /* @__PURE__ */ n.jsx("h2", { children: "Connecting..." }) : /* @__PURE__ */ n.jsx("h2", { children: "Disconnected" }),
|
|
@@ -1416,30 +1416,30 @@ const He = "_mwfit_ppa3l_1", Fe = {
|
|
|
1416
1416
|
reconnect: () => null
|
|
1417
1417
|
}), qe = ({ children: e }) => {
|
|
1418
1418
|
const t = W1(), o = I3();
|
|
1419
|
-
|
|
1419
|
+
x1(() => {
|
|
1420
1420
|
t(k3());
|
|
1421
1421
|
}, [t]);
|
|
1422
|
-
const c =
|
|
1423
|
-
(
|
|
1424
|
-
t(Pe(
|
|
1422
|
+
const c = n1(
|
|
1423
|
+
(v, f) => {
|
|
1424
|
+
t(Pe(v, f));
|
|
1425
1425
|
},
|
|
1426
1426
|
[t]
|
|
1427
|
-
), r =
|
|
1428
|
-
(
|
|
1429
|
-
c(
|
|
1427
|
+
), r = n1(
|
|
1428
|
+
(v, f) => {
|
|
1429
|
+
c(v, { value: f });
|
|
1430
1430
|
},
|
|
1431
1431
|
[c]
|
|
1432
|
-
), i =
|
|
1433
|
-
(
|
|
1434
|
-
t(Le(
|
|
1432
|
+
), i = n1(
|
|
1433
|
+
(v, f, w) => {
|
|
1434
|
+
t(Le(v, f, w));
|
|
1435
1435
|
},
|
|
1436
1436
|
[t]
|
|
1437
|
-
),
|
|
1438
|
-
(
|
|
1439
|
-
t($e(
|
|
1437
|
+
), a = n1(
|
|
1438
|
+
(v, f) => {
|
|
1439
|
+
t($e(v, f));
|
|
1440
1440
|
},
|
|
1441
1441
|
[t]
|
|
1442
|
-
), g =
|
|
1442
|
+
), g = n1(() => {
|
|
1443
1443
|
t(Ae());
|
|
1444
1444
|
}, [t]);
|
|
1445
1445
|
return /* @__PURE__ */ n.jsx(
|
|
@@ -1449,14 +1449,14 @@ const He = "_mwfit_ppa3l_1", Fe = {
|
|
|
1449
1449
|
sendMessage: c,
|
|
1450
1450
|
sendSimpleMessage: r,
|
|
1451
1451
|
addEventHandler: i,
|
|
1452
|
-
removeEventHandler:
|
|
1452
|
+
removeEventHandler: a,
|
|
1453
1453
|
reconnect: g
|
|
1454
1454
|
},
|
|
1455
1455
|
children: o ? e : /* @__PURE__ */ n.jsx(Ke, {})
|
|
1456
1456
|
}
|
|
1457
1457
|
);
|
|
1458
1458
|
}, W6 = ({ children: e }) => /* @__PURE__ */ n.jsx(Z2, { store: Oe, children: /* @__PURE__ */ n.jsx(qe, { children: e }) });
|
|
1459
|
-
function
|
|
1459
|
+
function E() {
|
|
1460
1460
|
return b2(O3);
|
|
1461
1461
|
}
|
|
1462
1462
|
function Ge({
|
|
@@ -1465,8 +1465,8 @@ function Ge({
|
|
|
1465
1465
|
onHold: o,
|
|
1466
1466
|
holdTimeMs: c = 500
|
|
1467
1467
|
}) {
|
|
1468
|
-
const r =
|
|
1469
|
-
function
|
|
1468
|
+
const r = M1(null), i = M1(!1);
|
|
1469
|
+
function a() {
|
|
1470
1470
|
i.current = !0, e == null || e(), r.current = setTimeout(() => {
|
|
1471
1471
|
o == null || o(), r.current = null;
|
|
1472
1472
|
}, c);
|
|
@@ -1474,46 +1474,46 @@ function Ge({
|
|
|
1474
1474
|
function g() {
|
|
1475
1475
|
i.current = !1, t == null || t(), r.current && (clearTimeout(r.current), r.current = null);
|
|
1476
1476
|
}
|
|
1477
|
-
function
|
|
1477
|
+
function v() {
|
|
1478
1478
|
i.current && g();
|
|
1479
1479
|
}
|
|
1480
1480
|
return {
|
|
1481
|
-
onPointerDown:
|
|
1481
|
+
onPointerDown: a,
|
|
1482
1482
|
onPointerUp: g,
|
|
1483
|
-
onPointerLeave:
|
|
1483
|
+
onPointerLeave: v
|
|
1484
1484
|
};
|
|
1485
1485
|
}
|
|
1486
1486
|
function h(e, t) {
|
|
1487
|
-
const { sendMessage: c } =
|
|
1487
|
+
const { sendMessage: c } = E(), r = M1(null);
|
|
1488
1488
|
function i() {
|
|
1489
1489
|
c(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
1490
1490
|
c(`${e}/${t}`, { value: "held" });
|
|
1491
1491
|
}, 250));
|
|
1492
1492
|
}
|
|
1493
|
-
function
|
|
1493
|
+
function a() {
|
|
1494
1494
|
r.current && (clearInterval(r.current), r.current = null), c(`${e}/${t}`, { value: "released" });
|
|
1495
1495
|
}
|
|
1496
|
-
return Ge({ onPress: i, onRelease:
|
|
1496
|
+
return Ge({ onPress: i, onRelease: a });
|
|
1497
1497
|
}
|
|
1498
|
-
function
|
|
1499
|
-
const { sendMessage: t } =
|
|
1500
|
-
return
|
|
1498
|
+
function j1(e) {
|
|
1499
|
+
const { sendMessage: t } = E(), o = h(`${e}`, "volumeUp"), c = h(`${e}`, "volumeDown");
|
|
1500
|
+
return o1(() => ({
|
|
1501
1501
|
volumeUp: o,
|
|
1502
1502
|
volumeDown: c,
|
|
1503
1503
|
muteToggle: () => t(`${e}/muteToggle`, null)
|
|
1504
1504
|
}), [e, t, o, c]);
|
|
1505
1505
|
}
|
|
1506
1506
|
function V6(e) {
|
|
1507
|
-
const { sendMessage: t } =
|
|
1508
|
-
return
|
|
1507
|
+
const { sendMessage: t } = E(), o = h(`${e}`, "volumeUp"), c = h(`${e}`, "volumeDown");
|
|
1508
|
+
return o1(() => ({
|
|
1509
1509
|
volumeUp: o,
|
|
1510
1510
|
volumeDown: c,
|
|
1511
1511
|
muteToggle: () => t(`${e}/muteToggle`, null)
|
|
1512
1512
|
}), [e, t, o, c]);
|
|
1513
1513
|
}
|
|
1514
1514
|
function W3(e, t) {
|
|
1515
|
-
const { sendMessage: o, sendSimpleMessage: c } =
|
|
1516
|
-
return
|
|
1515
|
+
const { sendMessage: o, sendSimpleMessage: c } = E(), r = j1(e);
|
|
1516
|
+
return o1(() => {
|
|
1517
1517
|
if (!r) {
|
|
1518
1518
|
console.log("baseVolume is undefined");
|
|
1519
1519
|
return;
|
|
@@ -1525,15 +1525,15 @@ function W3(e, t) {
|
|
|
1525
1525
|
return {
|
|
1526
1526
|
...r,
|
|
1527
1527
|
volumeState: t,
|
|
1528
|
-
setLevel: (
|
|
1528
|
+
setLevel: (v) => c(`${e}/level`, v),
|
|
1529
1529
|
muteOn: () => o(`${e}/muteOn`, null),
|
|
1530
1530
|
muteOff: () => o(`${e}/muteOff`, null)
|
|
1531
1531
|
};
|
|
1532
1532
|
}, [r, t, e, o, c]);
|
|
1533
1533
|
}
|
|
1534
1534
|
function U6(e, t) {
|
|
1535
|
-
const { sendMessage: o, sendSimpleMessage: c } =
|
|
1536
|
-
return
|
|
1535
|
+
const { sendMessage: o, sendSimpleMessage: c } = E(), r = j1(e);
|
|
1536
|
+
return o1(() => {
|
|
1537
1537
|
if (!r) {
|
|
1538
1538
|
console.log("baseVolume is undefined");
|
|
1539
1539
|
return;
|
|
@@ -1545,21 +1545,21 @@ function U6(e, t) {
|
|
|
1545
1545
|
return {
|
|
1546
1546
|
...r,
|
|
1547
1547
|
volumeState: t,
|
|
1548
|
-
setLevel: (
|
|
1548
|
+
setLevel: (v) => c(`${e}/level`, v),
|
|
1549
1549
|
muteOn: () => o(`${e}/muteOn`, null),
|
|
1550
1550
|
muteOff: () => o(`${e}/muteOff`, null)
|
|
1551
1551
|
};
|
|
1552
1552
|
}, [r, t, e, o, c]);
|
|
1553
1553
|
}
|
|
1554
1554
|
function Ye(e) {
|
|
1555
|
-
const t =
|
|
1555
|
+
const t = P(e), o = `/device/${e}`, c = o1(() => {
|
|
1556
1556
|
if (t)
|
|
1557
1557
|
return t.volume;
|
|
1558
1558
|
}, [t]);
|
|
1559
1559
|
return W3(o, c);
|
|
1560
1560
|
}
|
|
1561
1561
|
function V3(e) {
|
|
1562
|
-
const { sendMessage: t } =
|
|
1562
|
+
const { sendMessage: t } = E();
|
|
1563
1563
|
return { powerOn: () => {
|
|
1564
1564
|
t(`/device/${e}/powerOn`, null);
|
|
1565
1565
|
}, powerOff: () => {
|
|
@@ -1568,14 +1568,14 @@ function V3(e) {
|
|
|
1568
1568
|
t(`/device/${e}/powerToggle`, null);
|
|
1569
1569
|
} };
|
|
1570
1570
|
}
|
|
1571
|
-
function
|
|
1572
|
-
const { sendMessage: t } =
|
|
1571
|
+
function O1(e) {
|
|
1572
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1573
1573
|
return console.log("deviceState", o), o ? { itemsState: o, selectItem: (r) => {
|
|
1574
1574
|
t(`/device/${e}/${r}`, null);
|
|
1575
1575
|
} } : void 0;
|
|
1576
1576
|
}
|
|
1577
1577
|
function ze(e) {
|
|
1578
|
-
const { sendMessage: t } =
|
|
1578
|
+
const { sendMessage: t } = E(), o = P(e), c = () => {
|
|
1579
1579
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1580
1580
|
}, r = () => {
|
|
1581
1581
|
if ((o == null ? void 0 : o.levelControls) === void 0) return;
|
|
@@ -1586,20 +1586,20 @@ function ze(e) {
|
|
|
1586
1586
|
return o ? { levelControls: o.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
|
|
1587
1587
|
}
|
|
1588
1588
|
function H6(e) {
|
|
1589
|
-
const t =
|
|
1589
|
+
const t = P(e), o = V3(e), c = O1(e), r = O1(e), i = Ye(e), a = ze(e);
|
|
1590
1590
|
if (t)
|
|
1591
1591
|
return {
|
|
1592
1592
|
avrState: t,
|
|
1593
1593
|
powerControl: o,
|
|
1594
1594
|
inputControl: c,
|
|
1595
1595
|
surroundSoundModes: r,
|
|
1596
|
-
surroundChannels:
|
|
1596
|
+
surroundChannels: a,
|
|
1597
1597
|
mainVolumeControl: i
|
|
1598
1598
|
};
|
|
1599
1599
|
}
|
|
1600
1600
|
const F6 = ({ className: e }) => {
|
|
1601
1601
|
const [t, o] = Y();
|
|
1602
|
-
return
|
|
1602
|
+
return x1(() => {
|
|
1603
1603
|
setInterval(() => {
|
|
1604
1604
|
const c = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1605
1605
|
o(c);
|
|
@@ -1610,58 +1610,58 @@ const F6 = ({ className: e }) => {
|
|
|
1610
1610
|
] });
|
|
1611
1611
|
};
|
|
1612
1612
|
function K6(e) {
|
|
1613
|
-
const { sendMessage: t } =
|
|
1614
|
-
return o ? { state: o, recallPreset: (
|
|
1615
|
-
t(`${c}/presets/recall`, { deviceKey:
|
|
1616
|
-
}, savePresets: (
|
|
1617
|
-
t(`${c}/presets/save`,
|
|
1613
|
+
const { sendMessage: t } = E(), o = P(e), c = `/device/${e}`;
|
|
1614
|
+
return o ? { state: o, recallPreset: (a, g) => {
|
|
1615
|
+
t(`${c}/presets/recall`, { deviceKey: a, preset: g });
|
|
1616
|
+
}, savePresets: (a) => {
|
|
1617
|
+
t(`${c}/presets/save`, a);
|
|
1618
1618
|
} } : void 0;
|
|
1619
1619
|
}
|
|
1620
1620
|
function q6(e) {
|
|
1621
|
-
const t =
|
|
1621
|
+
const t = P(e);
|
|
1622
1622
|
if (t)
|
|
1623
1623
|
return { endpointState: t };
|
|
1624
1624
|
}
|
|
1625
1625
|
function G6(e) {
|
|
1626
|
-
const t = `/device/${e}`, o = h(t, "chanUp"), c = h(t, "chanDown"), r = h(t, "lastChan"), i = h(t, "guide"),
|
|
1627
|
-
return { channelUp: o, channelDown: c, lastChannel: r, guide: i, info:
|
|
1626
|
+
const t = `/device/${e}`, o = h(t, "chanUp"), c = h(t, "chanDown"), r = h(t, "lastChan"), i = h(t, "guide"), a = h(t, "info"), g = h(t, "exit");
|
|
1627
|
+
return { channelUp: o, channelDown: c, lastChannel: r, guide: i, info: a, exit: g };
|
|
1628
1628
|
}
|
|
1629
1629
|
function Y6(e) {
|
|
1630
1630
|
const t = `/device/${e}`, o = h(t, "red"), c = h(t, "green"), r = h(t, "yellow"), i = h(t, "blue");
|
|
1631
1631
|
return { red: o, green: c, yellow: r, blue: i };
|
|
1632
1632
|
}
|
|
1633
1633
|
function z6(e) {
|
|
1634
|
-
const t =
|
|
1634
|
+
const t = P(e);
|
|
1635
1635
|
if (t)
|
|
1636
1636
|
return {
|
|
1637
1637
|
communicationMonitorState: t
|
|
1638
1638
|
};
|
|
1639
1639
|
}
|
|
1640
1640
|
function J6(e) {
|
|
1641
|
-
const t =
|
|
1641
|
+
const t = P(e);
|
|
1642
1642
|
if (t)
|
|
1643
1643
|
return t.deviceInfo || void 0;
|
|
1644
1644
|
}
|
|
1645
1645
|
function X6(e) {
|
|
1646
|
-
const t = `/device/${e}`, o = h(t, "up"), c = h(t, "down"), r = h(t, "left"), i = h(t, "right"),
|
|
1647
|
-
return { up: o, down: c, left: r, right: i, select:
|
|
1646
|
+
const t = `/device/${e}`, o = h(t, "up"), c = h(t, "down"), r = h(t, "left"), i = h(t, "right"), a = h(t, "select"), g = h(t, "menu"), v = h(t, "exit");
|
|
1647
|
+
return { up: o, down: c, left: r, right: i, select: a, menu: g, exit: v };
|
|
1648
1648
|
}
|
|
1649
1649
|
function Q6(e) {
|
|
1650
|
-
const { sendMessage: t } =
|
|
1650
|
+
const { sendMessage: t } = E(), o = `/device/${e}`, c = P(e), r = h(o, "cameraUp"), i = h(o, "cameraDown"), a = h(o, "cameraLeft"), g = h(o, "cameraRight"), v = h(o, "cameraZoomIn"), f = h(o, "cameraZoomOut"), w = (x) => t("/camera/recallPreset", x);
|
|
1651
1651
|
if (c)
|
|
1652
1652
|
return {
|
|
1653
1653
|
state: c,
|
|
1654
|
-
zoomIn:
|
|
1655
|
-
zoomOut:
|
|
1654
|
+
zoomIn: v,
|
|
1655
|
+
zoomOut: f,
|
|
1656
1656
|
up: r,
|
|
1657
1657
|
down: i,
|
|
1658
|
-
left:
|
|
1658
|
+
left: a,
|
|
1659
1659
|
right: g,
|
|
1660
|
-
recallPreset:
|
|
1660
|
+
recallPreset: w
|
|
1661
1661
|
};
|
|
1662
1662
|
}
|
|
1663
1663
|
function N6(e) {
|
|
1664
|
-
const { sendMessage: t } =
|
|
1664
|
+
const { sendMessage: t } = E();
|
|
1665
1665
|
return { recallPreset: (c) => {
|
|
1666
1666
|
t(
|
|
1667
1667
|
`/device/${e}/recallPreset`,
|
|
@@ -1674,21 +1674,21 @@ function et(e) {
|
|
|
1674
1674
|
return { dvrList: o, record: c };
|
|
1675
1675
|
}
|
|
1676
1676
|
function tt(e) {
|
|
1677
|
-
const { sendMessage: t } =
|
|
1677
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1678
1678
|
return o ? { roomCombinerState: o, setAutoMode: () => {
|
|
1679
1679
|
t(`/device/${e}/setAutoMode`, null);
|
|
1680
1680
|
}, setManualMode: () => {
|
|
1681
1681
|
t(`/device/${e}/setManualMode`, null);
|
|
1682
1682
|
}, toggleMode: () => {
|
|
1683
1683
|
t(`/device/${e}/toggleMode`, null);
|
|
1684
|
-
}, togglePartitionState: (
|
|
1685
|
-
t(`/device/${e}/togglePartitionState`,
|
|
1686
|
-
}, setRoomCombinationScenario: (
|
|
1687
|
-
t(`/device/${e}/setRoomCombinationScenario`,
|
|
1684
|
+
}, togglePartitionState: (v) => {
|
|
1685
|
+
t(`/device/${e}/togglePartitionState`, v);
|
|
1686
|
+
}, setRoomCombinationScenario: (v) => {
|
|
1687
|
+
t(`/device/${e}/setRoomCombinationScenario`, v);
|
|
1688
1688
|
} } : void 0;
|
|
1689
1689
|
}
|
|
1690
1690
|
function nt(e) {
|
|
1691
|
-
const { sendMessage: t } =
|
|
1691
|
+
const { sendMessage: t } = E(), o = `/device/${e}`, c = P(e);
|
|
1692
1692
|
return c ? {
|
|
1693
1693
|
state: c,
|
|
1694
1694
|
selectCamera: (i) => {
|
|
@@ -1697,57 +1697,57 @@ function nt(e) {
|
|
|
1697
1697
|
} : void 0;
|
|
1698
1698
|
}
|
|
1699
1699
|
function ot(e) {
|
|
1700
|
-
const t =
|
|
1700
|
+
const t = P(e);
|
|
1701
1701
|
if (t)
|
|
1702
1702
|
return { state: t };
|
|
1703
1703
|
}
|
|
1704
1704
|
function st(e) {
|
|
1705
|
-
const { sendMessage: t, sendSimpleMessage: o } =
|
|
1705
|
+
const { sendMessage: t, sendSimpleMessage: o } = E(), c = P(e), r = ne(e), i = c || r;
|
|
1706
1706
|
return i ? {
|
|
1707
1707
|
levelState: i,
|
|
1708
|
-
setLevel: (
|
|
1709
|
-
muteToggle: (
|
|
1710
|
-
muteOn: (
|
|
1711
|
-
muteOff: (
|
|
1708
|
+
setLevel: (w, x) => o(`${w}/level`, x),
|
|
1709
|
+
muteToggle: (w) => t(`${w}/muteToggle`, null),
|
|
1710
|
+
muteOn: (w) => t(`${w}/muteOn`, null),
|
|
1711
|
+
muteOff: (w) => t(`${w}/muteOff`, null)
|
|
1712
1712
|
} : void 0;
|
|
1713
1713
|
}
|
|
1714
1714
|
function ct(e) {
|
|
1715
|
-
const { sendMessage: t } =
|
|
1715
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1716
1716
|
return o ? { lightingState: o, selectScene: (r) => {
|
|
1717
1717
|
t(`/device/${e}/selectScene`, r);
|
|
1718
1718
|
} } : void 0;
|
|
1719
1719
|
}
|
|
1720
1720
|
function rt(e) {
|
|
1721
|
-
const { sendMessage: t } =
|
|
1721
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1722
1722
|
return o ? { matrixRoutingState: o, setRoute: (r) => {
|
|
1723
1723
|
t(`/device/${e}/route`, r);
|
|
1724
1724
|
} } : void 0;
|
|
1725
1725
|
}
|
|
1726
1726
|
function lt(e) {
|
|
1727
|
-
const { sendMessage: t } =
|
|
1727
|
+
const { sendMessage: t } = E();
|
|
1728
1728
|
return { closeApp: () => {
|
|
1729
1729
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1730
1730
|
} };
|
|
1731
1731
|
}
|
|
1732
1732
|
function it(e) {
|
|
1733
|
-
const t = `/device/${e}`, o = h(t, "num0"), c = h(t, "num1"), r = h(t, "num2"), i = h(t, "num3"),
|
|
1733
|
+
const t = `/device/${e}`, o = h(t, "num0"), c = h(t, "num1"), r = h(t, "num2"), i = h(t, "num3"), a = h(t, "num4"), g = h(t, "num5"), v = h(t, "num6"), f = h(t, "num7"), w = h(t, "num8"), x = h(t, "num9"), H = h(t, "numDash"), u = h(t, "numEnter");
|
|
1734
1734
|
return {
|
|
1735
1735
|
digit0: o,
|
|
1736
1736
|
digit1: c,
|
|
1737
1737
|
digit2: r,
|
|
1738
1738
|
digit3: i,
|
|
1739
|
-
digit4:
|
|
1739
|
+
digit4: a,
|
|
1740
1740
|
digit5: g,
|
|
1741
|
-
digit6:
|
|
1742
|
-
digit7:
|
|
1743
|
-
digit8:
|
|
1744
|
-
digit9:
|
|
1741
|
+
digit6: v,
|
|
1742
|
+
digit7: f,
|
|
1743
|
+
digit8: w,
|
|
1744
|
+
digit9: x,
|
|
1745
1745
|
keypadAccessoryButton1: H,
|
|
1746
1746
|
keypadAccessoryButton2: u
|
|
1747
1747
|
};
|
|
1748
1748
|
}
|
|
1749
1749
|
function at(e) {
|
|
1750
|
-
const { sendMessage: t } =
|
|
1750
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1751
1751
|
return o ? { projectorScreenLiftControlState: o, raise: () => {
|
|
1752
1752
|
t(`/device/${e}/raise`, null);
|
|
1753
1753
|
}, lower: () => {
|
|
@@ -1755,26 +1755,26 @@ function at(e) {
|
|
|
1755
1755
|
} } : void 0;
|
|
1756
1756
|
}
|
|
1757
1757
|
function ut(e) {
|
|
1758
|
-
const { sendMessage: t } =
|
|
1758
|
+
const { sendMessage: t } = E(), o = S1(e);
|
|
1759
1759
|
return o ? { roomEventScheduleState: o, save: (r) => {
|
|
1760
1760
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
1761
1761
|
} } : void 0;
|
|
1762
1762
|
}
|
|
1763
1763
|
function dt(e) {
|
|
1764
|
-
const { sendMessage: t } =
|
|
1764
|
+
const { sendMessage: t } = E();
|
|
1765
1765
|
return { runDefaultPresentRoute: () => {
|
|
1766
1766
|
t(`/room/${e}/defaultsource`, {});
|
|
1767
1767
|
} };
|
|
1768
1768
|
}
|
|
1769
1769
|
function vt(e) {
|
|
1770
|
-
const { sendMessage: t } =
|
|
1770
|
+
const { sendMessage: t } = E();
|
|
1771
1771
|
return { runDirectRoute: (c) => {
|
|
1772
1772
|
t(`/room/${e}/directRoute`, c);
|
|
1773
1773
|
} };
|
|
1774
1774
|
}
|
|
1775
1775
|
function ht(e) {
|
|
1776
|
-
const { sendMessage: t } =
|
|
1777
|
-
return { routingState:
|
|
1776
|
+
const { sendMessage: t } = E();
|
|
1777
|
+
return { routingState: P(e), runRoute: (r) => {
|
|
1778
1778
|
t(`/room/${e}/source`, r);
|
|
1779
1779
|
} };
|
|
1780
1780
|
}
|
|
@@ -1783,7 +1783,7 @@ function gt(e) {
|
|
|
1783
1783
|
return { dvrList: o, replay: c };
|
|
1784
1784
|
}
|
|
1785
1785
|
function ft(e) {
|
|
1786
|
-
const { sendMessage: t } =
|
|
1786
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1787
1787
|
return o ? { shadeState: o, shadeUp: () => {
|
|
1788
1788
|
t(`/device/${e}/shadeUp`, null);
|
|
1789
1789
|
}, shadeDown: () => {
|
|
@@ -1793,7 +1793,7 @@ function ft(e) {
|
|
|
1793
1793
|
} } : void 0;
|
|
1794
1794
|
}
|
|
1795
1795
|
function wt(e) {
|
|
1796
|
-
const { sendMessage: t } =
|
|
1796
|
+
const { sendMessage: t } = E(), o = S1(e);
|
|
1797
1797
|
return o ? { shutdownPromptTimerState: o, setShutdownPromptSeconds: (g) => {
|
|
1798
1798
|
t(`/room/${e}/setShutdownPromptSeconds`, g);
|
|
1799
1799
|
}, shutdownStart: () => {
|
|
@@ -1805,7 +1805,7 @@ function wt(e) {
|
|
|
1805
1805
|
} } : void 0;
|
|
1806
1806
|
}
|
|
1807
1807
|
function mt(e) {
|
|
1808
|
-
const { sendMessage: t } =
|
|
1808
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1809
1809
|
return o ? { switchedOutputState: o, on: () => {
|
|
1810
1810
|
t(`/device/${e}/on`, null);
|
|
1811
1811
|
}, off: () => {
|
|
@@ -1813,19 +1813,19 @@ function mt(e) {
|
|
|
1813
1813
|
} } : void 0;
|
|
1814
1814
|
}
|
|
1815
1815
|
function pt(e) {
|
|
1816
|
-
const { sendMessage: t } =
|
|
1816
|
+
const { sendMessage: t } = E(), o = S1(e);
|
|
1817
1817
|
return o ? { techPasswordState: o, validatePassword: (i) => {
|
|
1818
1818
|
t(`/room/${e}/validateTechPassword`, { password: i });
|
|
1819
|
-
}, setPassword: (i,
|
|
1820
|
-
t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword:
|
|
1819
|
+
}, setPassword: (i, a) => {
|
|
1820
|
+
t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: a });
|
|
1821
1821
|
} } : void 0;
|
|
1822
1822
|
}
|
|
1823
1823
|
function Mt(e) {
|
|
1824
|
-
const { sendMessage: t } =
|
|
1824
|
+
const { sendMessage: t } = E(), o = P(e);
|
|
1825
1825
|
return o ? { state: o, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
1826
1826
|
}
|
|
1827
1827
|
function xt(e) {
|
|
1828
|
-
const { sendMessage: t } =
|
|
1828
|
+
const { sendMessage: t } = E(), o = P(e), c = (r) => {
|
|
1829
1829
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
1830
1830
|
};
|
|
1831
1831
|
return {
|
|
@@ -1834,20 +1834,20 @@ function xt(e) {
|
|
|
1834
1834
|
};
|
|
1835
1835
|
}
|
|
1836
1836
|
function Zt(e) {
|
|
1837
|
-
const t = `/device/${e}`, o = h(t, "play"), c = h(t, "pause"), r = h(t, "stop"), i = h(t, "prevTrack"),
|
|
1837
|
+
const t = `/device/${e}`, o = h(t, "play"), c = h(t, "pause"), r = h(t, "stop"), i = h(t, "prevTrack"), a = h(t, "nextTrack"), g = h(t, "rewind"), v = h(t, "ffwd"), f = h(t, "record");
|
|
1838
1838
|
return {
|
|
1839
1839
|
play: o,
|
|
1840
1840
|
pause: c,
|
|
1841
1841
|
stop: r,
|
|
1842
1842
|
prevTrack: i,
|
|
1843
|
-
nextTrack:
|
|
1843
|
+
nextTrack: a,
|
|
1844
1844
|
rewind: g,
|
|
1845
|
-
fastForward:
|
|
1846
|
-
record:
|
|
1845
|
+
fastForward: v,
|
|
1846
|
+
record: f
|
|
1847
1847
|
};
|
|
1848
1848
|
}
|
|
1849
1849
|
function St(e) {
|
|
1850
|
-
const t =
|
|
1850
|
+
const t = P(e), { sendMessage: o } = E();
|
|
1851
1851
|
return t ? {
|
|
1852
1852
|
touchpanelState: t,
|
|
1853
1853
|
appControl: { hideApp: () => {
|
|
@@ -1863,7 +1863,7 @@ function St(e) {
|
|
|
1863
1863
|
} : void 0;
|
|
1864
1864
|
}
|
|
1865
1865
|
function jt(e) {
|
|
1866
|
-
const t =
|
|
1866
|
+
const t = P(e), o = V3(e), c = O1(e);
|
|
1867
1867
|
if (!t) return;
|
|
1868
1868
|
const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
1869
1869
|
return {
|
|
@@ -1875,74 +1875,78 @@ function jt(e) {
|
|
|
1875
1875
|
}
|
|
1876
1876
|
function Ct(e) {
|
|
1877
1877
|
const t = `/device/${e}`;
|
|
1878
|
-
return
|
|
1878
|
+
return j1(t);
|
|
1879
1879
|
}
|
|
1880
1880
|
const bt = ({
|
|
1881
1881
|
config: e
|
|
1882
1882
|
}, t = !0) => {
|
|
1883
|
-
const { sendMessage: o } =
|
|
1884
|
-
|
|
1885
|
-
|
|
1883
|
+
const { sendMessage: o } = E(), c = M1(!1), r = o1(() => {
|
|
1884
|
+
var g, v, f, w;
|
|
1885
|
+
const a = /* @__PURE__ */ new Set();
|
|
1886
1886
|
if (!e)
|
|
1887
|
-
return;
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
a.itemKey ? c.add(a.parentDeviceKey + "--" + a.itemKey) : c.add(a.parentDeviceKey);
|
|
1887
|
+
return a;
|
|
1888
|
+
if (e.destinations && Object.values(e.destinations).forEach((x) => {
|
|
1889
|
+
a.add(x);
|
|
1890
|
+
}), e.destinationList && Object.values(e.destinationList).forEach((x) => {
|
|
1891
|
+
a.add(x.sinkKey);
|
|
1892
|
+
}), e.audioControlPointList && Object.values((g = e.audioControlPointList) == null ? void 0 : g.levelControls).forEach(
|
|
1893
|
+
(x) => {
|
|
1894
|
+
x.itemKey ? a.add(x.parentDeviceKey + "--" + x.itemKey) : a.add(x.parentDeviceKey);
|
|
1896
1895
|
}
|
|
1897
|
-
), (
|
|
1898
|
-
|
|
1899
|
-
}), (
|
|
1900
|
-
|
|
1901
|
-
}), (
|
|
1902
|
-
|
|
1903
|
-
}), e.audioCodecKey &&
|
|
1904
|
-
|
|
1896
|
+
), (v = e.touchpanelKeys) == null || v.forEach((x) => {
|
|
1897
|
+
a.add(x);
|
|
1898
|
+
}), (f = e.environmentalDevices) == null || f.forEach((x) => {
|
|
1899
|
+
x.deviceKey && a.add(x.deviceKey);
|
|
1900
|
+
}), (w = e.accessoryDeviceKeys) == null || w.forEach((x) => {
|
|
1901
|
+
a.add(x);
|
|
1902
|
+
}), e.audioCodecKey && a.add(e.audioCodecKey), e.videoCodecKey && a.add(e.videoCodecKey), e.matrixRoutingKey && a.add(e.matrixRoutingKey), e.roomCombinerKey && a.add(e.roomCombinerKey), e.endpointKeys && e.endpointKeys.forEach((x) => {
|
|
1903
|
+
a.add(x);
|
|
1905
1904
|
}), e.sourceList)
|
|
1906
|
-
for (const
|
|
1907
|
-
|
|
1908
|
-
return
|
|
1905
|
+
for (const x of Object.values(e.sourceList))
|
|
1906
|
+
x.sourceKey && x.sourceKey !== "$off" && a.add(x.sourceKey);
|
|
1907
|
+
return a;
|
|
1908
|
+
}, [e]), i = n1(() => {
|
|
1909
|
+
!t || r.size === 0 || c.current || (console.log("requesting state for deviceKeys:", r), r.forEach((a) => {
|
|
1909
1910
|
o(`/device/${a}/fullStatus`, { deviceKey: a });
|
|
1910
|
-
}), c;
|
|
1911
|
-
}, [
|
|
1911
|
+
}), c.current = !0);
|
|
1912
|
+
}, [r, t, o]);
|
|
1913
|
+
return x1(() => {
|
|
1914
|
+
c.current = !1, i();
|
|
1915
|
+
}, [i]), r;
|
|
1912
1916
|
};
|
|
1913
1917
|
function yt(e, t) {
|
|
1914
1918
|
const [o, c] = Y(!1), [r, i] = Y(!1);
|
|
1915
1919
|
return Z3(() => {
|
|
1916
|
-
const { current:
|
|
1917
|
-
const
|
|
1918
|
-
i(
|
|
1920
|
+
const { current: a } = e, g = () => {
|
|
1921
|
+
const v = a && a.scrollHeight > a.clientHeight, f = a && a.scrollWidth > a.clientWidth;
|
|
1922
|
+
i(v ?? !1), c(f ?? !1), t && t(v ?? !1, f ?? !1);
|
|
1919
1923
|
};
|
|
1920
|
-
|
|
1924
|
+
a && g();
|
|
1921
1925
|
}, [e, t]), { overflowHorizontal: o, overflowVertical: r };
|
|
1922
1926
|
}
|
|
1923
1927
|
function It(e, t) {
|
|
1924
1928
|
const o = `/room/${e}/volumes/${t}`;
|
|
1925
|
-
return
|
|
1929
|
+
return j1(o);
|
|
1926
1930
|
}
|
|
1927
1931
|
function Rt(e, t) {
|
|
1928
1932
|
const o = te(e, t), c = `/room/${e}/volumes/${t}`;
|
|
1929
1933
|
return W3(c, o);
|
|
1930
1934
|
}
|
|
1931
1935
|
function Et(e) {
|
|
1932
|
-
var g,
|
|
1933
|
-
const [t, o] = Y(((g = e == null ? void 0 : e.current) == null ? void 0 : g.scrollLeft) ?? 0), [c, r] = Y(((
|
|
1934
|
-
const { current:
|
|
1935
|
-
|
|
1936
|
-
},
|
|
1937
|
-
const { current:
|
|
1938
|
-
|
|
1936
|
+
var g, v;
|
|
1937
|
+
const [t, o] = Y(((g = e == null ? void 0 : e.current) == null ? void 0 : g.scrollLeft) ?? 0), [c, r] = Y(((v = e == null ? void 0 : e.current) == null ? void 0 : v.scrollTop) ?? 0), i = (f) => {
|
|
1938
|
+
const { current: w } = e;
|
|
1939
|
+
w && (console.log(w.scrollLeft), w.scrollLeft += f, console.log(w.scrollLeft));
|
|
1940
|
+
}, a = (f) => {
|
|
1941
|
+
const { current: w } = e;
|
|
1942
|
+
w && (console.log(w.scrollTop), w.scrollTop += f, console.log(w.scrollTop));
|
|
1939
1943
|
};
|
|
1940
1944
|
return Z3(() => {
|
|
1941
|
-
const { current:
|
|
1942
|
-
o((
|
|
1945
|
+
const { current: f } = e, w = () => {
|
|
1946
|
+
o((f == null ? void 0 : f.scrollLeft) ?? 0), r((f == null ? void 0 : f.scrollTop) ?? 0);
|
|
1943
1947
|
};
|
|
1944
|
-
|
|
1945
|
-
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical:
|
|
1948
|
+
f && w();
|
|
1949
|
+
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: a };
|
|
1946
1950
|
}
|
|
1947
1951
|
function Tt(e) {
|
|
1948
1952
|
const t = W1();
|
|
@@ -1953,7 +1957,7 @@ function Tt(e) {
|
|
|
1953
1957
|
}, Ze(e)];
|
|
1954
1958
|
}
|
|
1955
1959
|
function Dt() {
|
|
1956
|
-
const { sendMessage: e } =
|
|
1960
|
+
const { sendMessage: e } = E();
|
|
1957
1961
|
return {
|
|
1958
1962
|
reboot: () => {
|
|
1959
1963
|
e("/system/reboot", null);
|
|
@@ -1970,7 +1974,7 @@ function _t() {
|
|
|
1970
1974
|
const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1971
1975
|
c(i);
|
|
1972
1976
|
}
|
|
1973
|
-
return
|
|
1977
|
+
return x1(() => {
|
|
1974
1978
|
r();
|
|
1975
1979
|
const i = setInterval(() => {
|
|
1976
1980
|
r();
|
|
@@ -2001,7 +2005,7 @@ const Pt = () => {
|
|
|
2001
2005
|
),
|
|
2002
2006
|
e && /* @__PURE__ */ n.jsx("p", { children: r })
|
|
2003
2007
|
] });
|
|
2004
|
-
}, Je = "_iconbtn_16qss_1", Xe = "_iconbtnvert_16qss_7", Qe = "_iconsm_16qss_18",
|
|
2008
|
+
}, Je = "_iconbtn_16qss_1", Xe = "_iconbtnvert_16qss_7", Qe = "_iconsm_16qss_18", $1 = {
|
|
2005
2009
|
iconbtn: Je,
|
|
2006
2010
|
iconbtnvert: Xe,
|
|
2007
2011
|
iconsm: Qe
|
|
@@ -2012,45 +2016,45 @@ const Pt = () => {
|
|
|
2012
2016
|
className: c,
|
|
2013
2017
|
iconClassName: r = "",
|
|
2014
2018
|
otherContentClassName: i = "",
|
|
2015
|
-
disabled:
|
|
2019
|
+
disabled: a,
|
|
2016
2020
|
feedback: g,
|
|
2017
|
-
feedbackClassName:
|
|
2018
|
-
onPointerDown:
|
|
2019
|
-
onPointerUp:
|
|
2020
|
-
onPointerLeave:
|
|
2021
|
+
feedbackClassName: v,
|
|
2022
|
+
onPointerDown: f,
|
|
2023
|
+
onPointerUp: w,
|
|
2024
|
+
onPointerLeave: x,
|
|
2021
2025
|
...H
|
|
2022
2026
|
}) => {
|
|
2023
|
-
const [u,
|
|
2027
|
+
const [u, S] = Y(!1), C = !a && g ? v : "", b = !a && (u || g);
|
|
2024
2028
|
return /* @__PURE__ */ n.jsxs(
|
|
2025
2029
|
"button",
|
|
2026
2030
|
{
|
|
2027
2031
|
type: "button",
|
|
2028
|
-
className: `${
|
|
2032
|
+
className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${C}`,
|
|
2029
2033
|
...H,
|
|
2030
|
-
disabled:
|
|
2031
|
-
onPointerDown: (
|
|
2032
|
-
|
|
2034
|
+
disabled: a,
|
|
2035
|
+
onPointerDown: (y) => {
|
|
2036
|
+
S(!0), f == null || f(y);
|
|
2033
2037
|
},
|
|
2034
|
-
onPointerUp: (
|
|
2035
|
-
|
|
2038
|
+
onPointerUp: (y) => {
|
|
2039
|
+
S(!1), w == null || w(y);
|
|
2036
2040
|
},
|
|
2037
|
-
onPointerLeave: (
|
|
2038
|
-
|
|
2041
|
+
onPointerLeave: (y) => {
|
|
2042
|
+
S(!1), x == null || x(y);
|
|
2039
2043
|
},
|
|
2040
2044
|
children: [
|
|
2041
2045
|
e && /* @__PURE__ */ n.jsx(
|
|
2042
2046
|
e,
|
|
2043
2047
|
{
|
|
2044
|
-
className: `${r ||
|
|
2045
|
-
active:
|
|
2046
|
-
disabled:
|
|
2048
|
+
className: `${r || $1.iconsm}`,
|
|
2049
|
+
active: b,
|
|
2050
|
+
disabled: a
|
|
2047
2051
|
}
|
|
2048
2052
|
),
|
|
2049
2053
|
i ? /* @__PURE__ */ n.jsx("div", { className: i, children: t }) : /* @__PURE__ */ n.jsx("div", { children: t })
|
|
2050
2054
|
]
|
|
2051
2055
|
}
|
|
2052
2056
|
);
|
|
2053
|
-
},
|
|
2057
|
+
}, R = ({
|
|
2054
2058
|
ActiveImage: e,
|
|
2055
2059
|
DisabledImage: t,
|
|
2056
2060
|
EnabledImage: o,
|
|
@@ -2061,7 +2065,7 @@ const Pt = () => {
|
|
|
2061
2065
|
className: t = "",
|
|
2062
2066
|
disabled: o
|
|
2063
2067
|
}) => /* @__PURE__ */ n.jsx(
|
|
2064
|
-
|
|
2068
|
+
R,
|
|
2065
2069
|
{
|
|
2066
2070
|
ActiveImage: /* @__PURE__ */ n.jsx(
|
|
2067
2071
|
"svg",
|
|
@@ -2113,7 +2117,7 @@ const Pt = () => {
|
|
|
2113
2117
|
className: t = "",
|
|
2114
2118
|
disabled: o
|
|
2115
2119
|
}) => /* @__PURE__ */ n.jsx(
|
|
2116
|
-
|
|
2120
|
+
R,
|
|
2117
2121
|
{
|
|
2118
2122
|
ActiveImage: (
|
|
2119
2123
|
/* icon-ban-active.svg */
|
|
@@ -2162,7 +2166,7 @@ const Pt = () => {
|
|
|
2162
2166
|
className: t = "",
|
|
2163
2167
|
disabled: o
|
|
2164
2168
|
}) => /* @__PURE__ */ n.jsx(
|
|
2165
|
-
|
|
2169
|
+
R,
|
|
2166
2170
|
{
|
|
2167
2171
|
ActiveImage: /* @__PURE__ */ n.jsx(
|
|
2168
2172
|
"svg",
|
|
@@ -2202,7 +2206,7 @@ const Pt = () => {
|
|
|
2202
2206
|
className: t = "",
|
|
2203
2207
|
disabled: o
|
|
2204
2208
|
}) => /* @__PURE__ */ n.jsx(
|
|
2205
|
-
|
|
2209
|
+
R,
|
|
2206
2210
|
{
|
|
2207
2211
|
ActiveImage: (
|
|
2208
2212
|
/* icon-check-active.svg */
|
|
@@ -2252,7 +2256,7 @@ const Pt = () => {
|
|
|
2252
2256
|
className: t = "",
|
|
2253
2257
|
disabled: o
|
|
2254
2258
|
}) => /* @__PURE__ */ n.jsx(
|
|
2255
|
-
|
|
2259
|
+
R,
|
|
2256
2260
|
{
|
|
2257
2261
|
ActiveImage: (
|
|
2258
2262
|
/* icon-controller-active.svg */
|
|
@@ -2319,7 +2323,7 @@ const Pt = () => {
|
|
|
2319
2323
|
className: t = "",
|
|
2320
2324
|
disabled: o
|
|
2321
2325
|
}) => /* @__PURE__ */ n.jsx(
|
|
2322
|
-
|
|
2326
|
+
R,
|
|
2323
2327
|
{
|
|
2324
2328
|
ActiveImage: (
|
|
2325
2329
|
/* icon-down-active.svg */
|
|
@@ -2368,7 +2372,7 @@ const Pt = () => {
|
|
|
2368
2372
|
className: t = "",
|
|
2369
2373
|
disabled: o
|
|
2370
2374
|
}) => /* @__PURE__ */ n.jsx(
|
|
2371
|
-
|
|
2375
|
+
R,
|
|
2372
2376
|
{
|
|
2373
2377
|
ActiveImage: (
|
|
2374
2378
|
/* icon-elipses-active.svg */
|
|
@@ -2417,7 +2421,7 @@ const Pt = () => {
|
|
|
2417
2421
|
className: t = "",
|
|
2418
2422
|
disabled: o
|
|
2419
2423
|
}) => /* @__PURE__ */ n.jsx(
|
|
2420
|
-
|
|
2424
|
+
R,
|
|
2421
2425
|
{
|
|
2422
2426
|
ActiveImage: (
|
|
2423
2427
|
/* icon-flag-active.svg */
|
|
@@ -2466,7 +2470,7 @@ const Pt = () => {
|
|
|
2466
2470
|
className: t = "",
|
|
2467
2471
|
disabled: o
|
|
2468
2472
|
}) => /* @__PURE__ */ n.jsx(
|
|
2469
|
-
|
|
2473
|
+
R,
|
|
2470
2474
|
{
|
|
2471
2475
|
ActiveImage: (
|
|
2472
2476
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-active.svg */
|
|
@@ -2515,7 +2519,7 @@ const Pt = () => {
|
|
|
2515
2519
|
className: t = "",
|
|
2516
2520
|
disabled: o
|
|
2517
2521
|
}) => /* @__PURE__ */ n.jsx(
|
|
2518
|
-
|
|
2522
|
+
R,
|
|
2519
2523
|
{
|
|
2520
2524
|
ActiveImage: (
|
|
2521
2525
|
/* icon-glass-active.svg */
|
|
@@ -2565,7 +2569,7 @@ const Pt = () => {
|
|
|
2565
2569
|
className: t = "",
|
|
2566
2570
|
disabled: o
|
|
2567
2571
|
}) => /* @__PURE__ */ n.jsx(
|
|
2568
|
-
|
|
2572
|
+
R,
|
|
2569
2573
|
{
|
|
2570
2574
|
ActiveImage: (
|
|
2571
2575
|
/* icon-hdmi-active.svg */
|
|
@@ -2632,7 +2636,7 @@ const Pt = () => {
|
|
|
2632
2636
|
className: t = "",
|
|
2633
2637
|
disabled: o
|
|
2634
2638
|
}) => /* @__PURE__ */ n.jsx(
|
|
2635
|
-
|
|
2639
|
+
R,
|
|
2636
2640
|
{
|
|
2637
2641
|
ActiveImage: (
|
|
2638
2642
|
/* icon-laptop-active.svg */
|
|
@@ -2681,7 +2685,7 @@ const Pt = () => {
|
|
|
2681
2685
|
className: t = "",
|
|
2682
2686
|
disabled: o
|
|
2683
2687
|
}) => /* @__PURE__ */ n.jsx(
|
|
2684
|
-
|
|
2688
|
+
R,
|
|
2685
2689
|
{
|
|
2686
2690
|
ActiveImage: (
|
|
2687
2691
|
/* icon-left-active.svg */
|
|
@@ -2730,7 +2734,7 @@ const Pt = () => {
|
|
|
2730
2734
|
className: t = "",
|
|
2731
2735
|
disabled: o
|
|
2732
2736
|
}) => /* @__PURE__ */ n.jsx(
|
|
2733
|
-
|
|
2737
|
+
R,
|
|
2734
2738
|
{
|
|
2735
2739
|
ActiveImage: (
|
|
2736
2740
|
/* icon-light-active.svg */
|
|
@@ -2779,7 +2783,7 @@ const Pt = () => {
|
|
|
2779
2783
|
className: t = "",
|
|
2780
2784
|
disabled: o
|
|
2781
2785
|
}) => /* @__PURE__ */ n.jsx(
|
|
2782
|
-
|
|
2786
|
+
R,
|
|
2783
2787
|
{
|
|
2784
2788
|
ActiveImage: (
|
|
2785
2789
|
/* icon-moon-active.svg */
|
|
@@ -2828,7 +2832,7 @@ const Pt = () => {
|
|
|
2828
2832
|
className: t = "",
|
|
2829
2833
|
disabled: o
|
|
2830
2834
|
}) => /* @__PURE__ */ n.jsx(
|
|
2831
|
-
|
|
2835
|
+
R,
|
|
2832
2836
|
{
|
|
2833
2837
|
ActiveImage: (
|
|
2834
2838
|
/* icon-playstation-active.svg */
|
|
@@ -2850,7 +2854,7 @@ const Pt = () => {
|
|
|
2850
2854
|
className: t = "",
|
|
2851
2855
|
disabled: o
|
|
2852
2856
|
}) => /* @__PURE__ */ n.jsx(
|
|
2853
|
-
|
|
2857
|
+
R,
|
|
2854
2858
|
{
|
|
2855
2859
|
ActiveImage: (
|
|
2856
2860
|
/* icon-podium-active.svg */
|
|
@@ -2899,7 +2903,7 @@ const Pt = () => {
|
|
|
2899
2903
|
className: t = "",
|
|
2900
2904
|
disabled: o
|
|
2901
2905
|
}) => /* @__PURE__ */ n.jsx(
|
|
2902
|
-
|
|
2906
|
+
R,
|
|
2903
2907
|
{
|
|
2904
2908
|
ActiveImage: (
|
|
2905
2909
|
/* icon-power-active.svg */
|
|
@@ -2948,7 +2952,7 @@ const Pt = () => {
|
|
|
2948
2952
|
className: t = "",
|
|
2949
2953
|
disabled: o
|
|
2950
2954
|
}) => /* @__PURE__ */ n.jsx(
|
|
2951
|
-
|
|
2955
|
+
R,
|
|
2952
2956
|
{
|
|
2953
2957
|
ActiveImage: (
|
|
2954
2958
|
/* icon-privacy-active.svg */
|
|
@@ -2997,7 +3001,7 @@ const Pt = () => {
|
|
|
2997
3001
|
className: t = "",
|
|
2998
3002
|
disabled: o
|
|
2999
3003
|
}) => /* @__PURE__ */ n.jsx(
|
|
3000
|
-
|
|
3004
|
+
R,
|
|
3001
3005
|
{
|
|
3002
3006
|
ActiveImage: (
|
|
3003
3007
|
/* icon-question-active.svg */
|
|
@@ -3046,7 +3050,7 @@ const Pt = () => {
|
|
|
3046
3050
|
className: t = "",
|
|
3047
3051
|
disabled: o
|
|
3048
3052
|
}) => /* @__PURE__ */ n.jsx(
|
|
3049
|
-
|
|
3053
|
+
R,
|
|
3050
3054
|
{
|
|
3051
3055
|
ActiveImage: (
|
|
3052
3056
|
/* icon-right-active.svg */
|
|
@@ -3096,7 +3100,7 @@ const Pt = () => {
|
|
|
3096
3100
|
className: t = "",
|
|
3097
3101
|
disabled: o
|
|
3098
3102
|
}) => /* @__PURE__ */ n.jsx(
|
|
3099
|
-
|
|
3103
|
+
R,
|
|
3100
3104
|
{
|
|
3101
3105
|
ActiveImage: (
|
|
3102
3106
|
/* icon-roomPC-active.svg */
|
|
@@ -3163,7 +3167,7 @@ const Pt = () => {
|
|
|
3163
3167
|
className: t = "",
|
|
3164
3168
|
disabled: o
|
|
3165
3169
|
}) => /* @__PURE__ */ n.jsx(
|
|
3166
|
-
|
|
3170
|
+
R,
|
|
3167
3171
|
{
|
|
3168
3172
|
ActiveImage: (
|
|
3169
3173
|
/* icon-shade-active.svg */
|
|
@@ -3212,7 +3216,7 @@ const Pt = () => {
|
|
|
3212
3216
|
className: t = "",
|
|
3213
3217
|
disabled: o
|
|
3214
3218
|
}) => /* @__PURE__ */ n.jsx(
|
|
3215
|
-
|
|
3219
|
+
R,
|
|
3216
3220
|
{
|
|
3217
3221
|
ActiveImage: (
|
|
3218
3222
|
/* icon-sun-active.svg */
|
|
@@ -3263,7 +3267,7 @@ const Pt = () => {
|
|
|
3263
3267
|
className: t = "",
|
|
3264
3268
|
disabled: o
|
|
3265
3269
|
}) => /* @__PURE__ */ n.jsx(
|
|
3266
|
-
|
|
3270
|
+
R,
|
|
3267
3271
|
{
|
|
3268
3272
|
ActiveImage: void 0,
|
|
3269
3273
|
DisabledImage: void 0,
|
|
@@ -3276,7 +3280,7 @@ const Pt = () => {
|
|
|
3276
3280
|
className: t = "",
|
|
3277
3281
|
disabled: o
|
|
3278
3282
|
}) => /* @__PURE__ */ n.jsx(
|
|
3279
|
-
|
|
3283
|
+
R,
|
|
3280
3284
|
{
|
|
3281
3285
|
ActiveImage: (
|
|
3282
3286
|
/* icon-up-active.svg */
|
|
@@ -3325,7 +3329,7 @@ const Pt = () => {
|
|
|
3325
3329
|
className: t = "",
|
|
3326
3330
|
disabled: o
|
|
3327
3331
|
}) => /* @__PURE__ */ n.jsx(
|
|
3328
|
-
|
|
3332
|
+
R,
|
|
3329
3333
|
{
|
|
3330
3334
|
ActiveImage: (
|
|
3331
3335
|
/* icon-volDown-active.svg */
|
|
@@ -3374,7 +3378,7 @@ const Pt = () => {
|
|
|
3374
3378
|
className: t = "",
|
|
3375
3379
|
disabled: o
|
|
3376
3380
|
}) => /* @__PURE__ */ n.jsx(
|
|
3377
|
-
|
|
3381
|
+
R,
|
|
3378
3382
|
{
|
|
3379
3383
|
ActiveImage: (
|
|
3380
3384
|
/* icon-volMute-active.svg */
|
|
@@ -3423,7 +3427,7 @@ const Pt = () => {
|
|
|
3423
3427
|
className: t = "",
|
|
3424
3428
|
disabled: o
|
|
3425
3429
|
}) => /* @__PURE__ */ n.jsx(
|
|
3426
|
-
|
|
3430
|
+
R,
|
|
3427
3431
|
{
|
|
3428
3432
|
ActiveImage: (
|
|
3429
3433
|
/* icon-volUp-active.svg */
|
|
@@ -3472,7 +3476,7 @@ const Pt = () => {
|
|
|
3472
3476
|
className: t = "",
|
|
3473
3477
|
disabled: o
|
|
3474
3478
|
}) => /* @__PURE__ */ n.jsx(
|
|
3475
|
-
|
|
3479
|
+
R,
|
|
3476
3480
|
{
|
|
3477
3481
|
ActiveImage: (
|
|
3478
3482
|
/* icon-wireless-active.svg */
|
|
@@ -3521,7 +3525,7 @@ const Pt = () => {
|
|
|
3521
3525
|
className: t = "",
|
|
3522
3526
|
disabled: o
|
|
3523
3527
|
}) => /* @__PURE__ */ n.jsx(
|
|
3524
|
-
|
|
3528
|
+
R,
|
|
3525
3529
|
{
|
|
3526
3530
|
ActiveImage: (
|
|
3527
3531
|
/* icon-x-active.svg */
|
|
@@ -3570,7 +3574,7 @@ const Pt = () => {
|
|
|
3570
3574
|
className: t = "",
|
|
3571
3575
|
disabled: o
|
|
3572
3576
|
}) => /* @__PURE__ */ n.jsx(
|
|
3573
|
-
|
|
3577
|
+
R,
|
|
3574
3578
|
{
|
|
3575
3579
|
ActiveImage: (
|
|
3576
3580
|
/* icon-xbox-active.svg */
|
|
@@ -3619,7 +3623,7 @@ const Pt = () => {
|
|
|
3619
3623
|
className: t = "",
|
|
3620
3624
|
disabled: o
|
|
3621
3625
|
}) => /* @__PURE__ */ n.jsx(
|
|
3622
|
-
|
|
3626
|
+
R,
|
|
3623
3627
|
{
|
|
3624
3628
|
ActiveImage: (
|
|
3625
3629
|
/* icon-mic-active.svg */
|
|
@@ -3724,13 +3728,13 @@ const P8 = "_grid_1cmpp_1", L8 = "_header_1cmpp_11", $8 = "_content_1cmpp_17", A
|
|
|
3724
3728
|
/* @__PURE__ */ n.jsx("div", { className: p1.header, children: t }),
|
|
3725
3729
|
c && /* @__PURE__ */ n.jsx("div", { className: p1.leftNav, children: c }),
|
|
3726
3730
|
/* @__PURE__ */ n.jsx("div", { className: p1.content, children: o })
|
|
3727
|
-
] }), V8 = "_grid_1uwfo_1", U8 = "_header_1uwfo_11", H8 = "_content_1uwfo_17",
|
|
3731
|
+
] }), V8 = "_grid_1uwfo_1", U8 = "_header_1uwfo_11", H8 = "_content_1uwfo_17", A1 = {
|
|
3728
3732
|
grid: V8,
|
|
3729
3733
|
header: U8,
|
|
3730
3734
|
content: H8
|
|
3731
|
-
}, kt = ({ className: e, header: t, content: o }) => /* @__PURE__ */ n.jsxs("div", { className: `${e} ${
|
|
3732
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
3733
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
3735
|
+
}, kt = ({ className: e, header: t, content: o }) => /* @__PURE__ */ n.jsxs("div", { className: `${e} ${A1.grid}`, children: [
|
|
3736
|
+
/* @__PURE__ */ n.jsx("div", { className: A1.header, children: t }),
|
|
3737
|
+
/* @__PURE__ */ n.jsx("div", { className: A1.content, children: o })
|
|
3734
3738
|
] });
|
|
3735
3739
|
class Ot {
|
|
3736
3740
|
constructor() {
|
|
@@ -3792,7 +3796,7 @@ export {
|
|
|
3792
3796
|
At as MainLayout,
|
|
3793
3797
|
Vt as MessageHandler,
|
|
3794
3798
|
W6 as MobileControlProvider,
|
|
3795
|
-
|
|
3799
|
+
R as MultiStateIconContainer,
|
|
3796
3800
|
$t as NamedIconButton,
|
|
3797
3801
|
Ot as ShareState,
|
|
3798
3802
|
Bt as TechLayout,
|
|
@@ -3865,7 +3869,7 @@ export {
|
|
|
3865
3869
|
Q8 as useApiPath,
|
|
3866
3870
|
X8 as useAppConfig,
|
|
3867
3871
|
W1 as useAppDispatch,
|
|
3868
|
-
|
|
3872
|
+
m as useAppSelector,
|
|
3869
3873
|
H6 as useAvrControl,
|
|
3870
3874
|
h as useButtonHeldHeartbeat,
|
|
3871
3875
|
Q6 as useCameraBase,
|
|
@@ -3881,13 +3885,13 @@ export {
|
|
|
3881
3885
|
t6 as useGetAllDevices,
|
|
3882
3886
|
o6 as useGetAllRooms,
|
|
3883
3887
|
$6 as useGetCurrentPopoverIdForGroup,
|
|
3884
|
-
|
|
3888
|
+
P as useGetDevice,
|
|
3885
3889
|
V6 as useGetIBasicVolume,
|
|
3886
3890
|
U6 as useGetIBasicVolumeWithFeedback,
|
|
3887
3891
|
s6 as useGetRoom,
|
|
3888
3892
|
M6 as useGetRoomDisplayStates,
|
|
3889
3893
|
x6 as useGetZoomRoomControllerKey,
|
|
3890
|
-
|
|
3894
|
+
j1 as useIBasicVolume,
|
|
3891
3895
|
W3 as useIBasicVolumeWithFeedback,
|
|
3892
3896
|
G6 as useIChannel,
|
|
3893
3897
|
Y6 as useIColor,
|
|
@@ -3899,7 +3903,7 @@ export {
|
|
|
3899
3903
|
tt as useIEssentialsRoomCombiner,
|
|
3900
3904
|
nt as useIHasCameras,
|
|
3901
3905
|
V3 as useIHasPowerControl,
|
|
3902
|
-
|
|
3906
|
+
O1 as useIHasSelectableItems,
|
|
3903
3907
|
ot as useIHumiditySensor,
|
|
3904
3908
|
st as useILevelControls,
|
|
3905
3909
|
ct as useILightingScenes,
|
|
@@ -3947,7 +3951,7 @@ export {
|
|
|
3947
3951
|
d6 as useRoomProgramAudioDestinationKey,
|
|
3948
3952
|
p6 as useRoomShareState,
|
|
3949
3953
|
r6 as useRoomSourceList,
|
|
3950
|
-
|
|
3954
|
+
S1 as useRoomState,
|
|
3951
3955
|
te as useRoomVolume,
|
|
3952
3956
|
y6 as useRuntimeInfo,
|
|
3953
3957
|
Et as useScroll,
|
|
@@ -3965,7 +3969,7 @@ export {
|
|
|
3965
3969
|
I6 as useTouchpanelKey,
|
|
3966
3970
|
jt as useTwoWayDisplayBase,
|
|
3967
3971
|
C6 as useUserCode,
|
|
3968
|
-
|
|
3972
|
+
E as useWebsocketContext,
|
|
3969
3973
|
I3 as useWsIsConnected,
|
|
3970
3974
|
Le as wsAddEventHandler,
|
|
3971
3975
|
k3 as wsConnect,
|