@pepperdash/mobile-control-react-app-core 1.21.0-feature-add-deviceInterfaceSupport-to-joinroom-response.1 → 1.21.0-feature-add-deviceInterfaceSupport-to-joinroom-response.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mobile-control-react-app-core.es.js +459 -454
- package/dist/mobile-control-react-app-core.umd.js +9 -9
- package/dist/store/runtimeConfig/runtime.hooks.d.ts +3 -0
- package/dist/store/runtimeConfig/runtime.hooks.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +35 -0
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -4,9 +4,9 @@ var G = (e, t, o) => o2(e, typeof t != "symbol" ? t + "" : t, o);
|
|
|
4
4
|
import n2, { AxiosError as c2 } from "axios";
|
|
5
5
|
import { useDispatch as r2, useSelector as l2, Provider as i2 } from "react-redux";
|
|
6
6
|
import { createSelector as w, createSlice as g1, combineReducers as a2, configureStore as u2 } from "@reduxjs/toolkit";
|
|
7
|
-
import w3, { createContext as d2, useState as H, useRef as
|
|
7
|
+
import w3, { createContext as d2, useState as H, useRef as h1, useCallback as a1, useEffect as n1, useContext as v2, useLayoutEffect as x3 } from "react";
|
|
8
8
|
import * as M3 from "lodash";
|
|
9
|
-
import { useNavigate as
|
|
9
|
+
import { useNavigate as h2, useRouteError as g2, isRouteErrorResponse as f2 } from "react-router-dom";
|
|
10
10
|
const p2 = r2.withTypes(), p = l2.withTypes(), j1 = (e) => e.appConfig, w2 = w(
|
|
11
11
|
j1,
|
|
12
12
|
(e) => e.config
|
|
@@ -19,114 +19,114 @@ const p2 = r2.withTypes(), p = l2.withTypes(), j1 = (e) => e.appConfig, w2 = w(
|
|
|
19
19
|
), m2 = w(
|
|
20
20
|
j1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
), Z2 = () => p(w2),
|
|
22
|
+
), Z2 = () => p(w2), V6 = () => p(x2), k6 = () => p(M2), U6 = () => p(m2), m3 = (e) => e.devices, Z3 = w(
|
|
23
23
|
m3,
|
|
24
24
|
(e) => e
|
|
25
25
|
), j2 = (e) => w(
|
|
26
26
|
m3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
),
|
|
28
|
+
), W6 = () => p(Z3);
|
|
29
29
|
function y(e) {
|
|
30
30
|
return p(j2(e));
|
|
31
31
|
}
|
|
32
|
-
const
|
|
33
|
-
|
|
32
|
+
const D = (e) => e.rooms, C2 = (e) => w(
|
|
33
|
+
D,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
35
|
), S2 = w(
|
|
36
|
-
|
|
36
|
+
D,
|
|
37
37
|
(e) => e
|
|
38
38
|
), b2 = (e) => w(
|
|
39
|
-
|
|
39
|
+
D,
|
|
40
40
|
(t) => t[e] ? t[e] : void 0
|
|
41
41
|
), I2 = (e) => w(
|
|
42
|
-
|
|
42
|
+
D,
|
|
43
43
|
(t) => t[e] ? t[e].name : void 0
|
|
44
44
|
), R2 = (e, t) => w(
|
|
45
|
-
|
|
45
|
+
D,
|
|
46
46
|
(o) => o[e] ? o[e].volumes[t] : void 0
|
|
47
47
|
), y2 = (e) => w(
|
|
48
|
-
|
|
48
|
+
D,
|
|
49
49
|
(t) => t[e] ? t[e] : void 0
|
|
50
50
|
), E2 = (e) => w(
|
|
51
|
-
|
|
51
|
+
D,
|
|
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
56
|
), P2 = (e) => w(
|
|
57
|
-
|
|
57
|
+
D,
|
|
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
62
|
), T2 = (e) => w(
|
|
63
|
-
|
|
63
|
+
D,
|
|
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
68
|
), _2 = (e) => w(
|
|
69
|
-
|
|
69
|
+
D,
|
|
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
|
-
),
|
|
75
|
-
|
|
74
|
+
), D2 = (e) => w(
|
|
75
|
+
D,
|
|
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
|
-
),
|
|
81
|
-
|
|
80
|
+
), L2 = (e) => w(
|
|
81
|
+
D,
|
|
82
82
|
(t) => {
|
|
83
83
|
var o, c, r, i, d, a, g, x;
|
|
84
84
|
return (c = (o = t[e]) == null ? void 0 : o.configuration) != null && c.destinationList.programAudio ? (d = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : d.sinkKey : ((x = (g = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : g.destinationList.defaultDisplay) == null ? void 0 : x.sinkKey) || "";
|
|
85
85
|
}
|
|
86
86
|
), $2 = (e) => w(
|
|
87
|
-
|
|
87
|
+
D,
|
|
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
92
|
), A2 = (e) => w(
|
|
93
|
-
|
|
93
|
+
D,
|
|
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
98
|
), B2 = (e) => w(
|
|
99
|
-
|
|
99
|
+
D,
|
|
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
104
|
), O2 = (e) => w(
|
|
105
|
-
|
|
105
|
+
D,
|
|
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
110
|
), V2 = (e) => w(
|
|
111
|
-
|
|
111
|
+
D,
|
|
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
116
|
), k2 = (e) => w(
|
|
117
|
-
|
|
117
|
+
D,
|
|
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
122
|
), U2 = (e) => w(
|
|
123
|
-
|
|
123
|
+
D,
|
|
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
128
|
), W2 = (e) => w(
|
|
129
|
-
|
|
129
|
+
D,
|
|
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;
|
|
@@ -146,77 +146,80 @@ const L = (e) => e.rooms, C2 = (e) => w(
|
|
|
146
146
|
return Object.values(t).filter((i) => Object.values(c).includes(i.key));
|
|
147
147
|
}
|
|
148
148
|
);
|
|
149
|
-
function
|
|
149
|
+
function F6(e) {
|
|
150
150
|
return p(
|
|
151
151
|
C2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function H6() {
|
|
155
155
|
return p(S2);
|
|
156
156
|
}
|
|
157
157
|
function C1(e) {
|
|
158
158
|
return p(b2(e));
|
|
159
159
|
}
|
|
160
|
-
const
|
|
160
|
+
const K6 = C1, G6 = (e) => p(
|
|
161
161
|
I2(e)
|
|
162
162
|
), H2 = (e, t) => p(
|
|
163
163
|
R2(e, t)
|
|
164
|
-
), K2 = (e) => p(y2(e)) || void 0,
|
|
165
|
-
|
|
164
|
+
), K2 = (e) => p(y2(e)) || void 0, q6 = (e) => p(E2(e)), Y6 = (e) => p(P2(e)), z6 = (e) => p(T2(e)), J6 = (e) => p(_2(e)), X6 = (e) => p(D2(e)), Q6 = (e) => p(L2(e)), N6 = (e) => p($2(e)), ee = (e) => p(A2(e)), te = (e) => p(B2(e)), se = (e) => p(O2(e)), oe = (e) => p(V2(e)), ne = (e) => p(k2(e)), ce = (e) => p(U2(e)), re = (e) => p((t) => F2(t, e)), le = (e) => p(W2(e)), Y = (e) => e.runtimeConfig, G2 = w(
|
|
165
|
+
Y,
|
|
166
166
|
(e) => e.websocket.isConnected
|
|
167
167
|
), q2 = w(
|
|
168
|
-
|
|
168
|
+
Y,
|
|
169
169
|
(e) => e.currentRoomKey
|
|
170
170
|
), Y2 = w(
|
|
171
|
-
|
|
171
|
+
Y,
|
|
172
172
|
(e) => e.roomData.clientId
|
|
173
173
|
), z2 = w(
|
|
174
|
-
|
|
174
|
+
Y,
|
|
175
175
|
(e) => e.roomData.systemUuid
|
|
176
176
|
), J2 = w(
|
|
177
|
-
|
|
177
|
+
Y,
|
|
178
178
|
(e) => e.roomData.userCode
|
|
179
179
|
), X2 = w(
|
|
180
|
-
|
|
180
|
+
Y,
|
|
181
181
|
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
182
|
), Q2 = w(
|
|
183
|
-
|
|
183
|
+
Y,
|
|
184
184
|
(e) => {
|
|
185
185
|
var t;
|
|
186
186
|
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
187
187
|
}
|
|
188
188
|
), N2 = w(
|
|
189
|
-
|
|
189
|
+
Y,
|
|
190
190
|
(e) => e.touchpanelKey
|
|
191
191
|
), e8 = w(
|
|
192
|
-
|
|
192
|
+
Y,
|
|
193
193
|
(e) => e.touchpanelKey !== ""
|
|
194
|
-
),
|
|
194
|
+
), t8 = w(
|
|
195
|
+
Y,
|
|
196
|
+
(e) => e.roomData.deviceInterfaceSupport
|
|
197
|
+
), j3 = () => p(G2), s8 = () => p(q2), o8 = () => p(Y2), n8 = () => p(z2), c8 = () => p(J2), r8 = () => p(X2), ie = () => p(Q2), ae = () => p(N2), ue = () => p(e8), de = () => p(t8), c1 = (e) => e.ui, U1 = (e) => w(
|
|
195
198
|
c1,
|
|
196
199
|
(t) => t.modalVisibility[e]
|
|
197
|
-
),
|
|
200
|
+
), l8 = (e) => w(
|
|
198
201
|
c1,
|
|
199
202
|
(t) => {
|
|
200
203
|
const o = t.popoverVisibility[e];
|
|
201
204
|
if (o)
|
|
202
205
|
return Object.keys(o).find((c) => o[c]);
|
|
203
206
|
}
|
|
204
|
-
),
|
|
207
|
+
), i8 = (e, t) => w(
|
|
205
208
|
c1,
|
|
206
209
|
(o) => {
|
|
207
210
|
var c;
|
|
208
211
|
return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
209
212
|
}
|
|
210
|
-
),
|
|
213
|
+
), a8 = w(
|
|
211
214
|
c1,
|
|
212
215
|
(e) => e.error
|
|
213
|
-
),
|
|
216
|
+
), u8 = w(
|
|
214
217
|
c1,
|
|
215
218
|
(e) => e.showReconnect
|
|
216
|
-
),
|
|
219
|
+
), d8 = w(
|
|
217
220
|
c1,
|
|
218
221
|
(e) => e.theme
|
|
219
|
-
),
|
|
222
|
+
), ve = () => p(U1("showShutdownModal")), he = () => p(U1("showIncomingCallModal")), ge = (e) => p(U1(e)), fe = (e) => p(l8(e)), pe = (e, t) => p(i8(e, t)), v8 = () => p(a8), h8 = () => p(u8), we = () => p(d8), g8 = {
|
|
220
223
|
showReconnect: !1,
|
|
221
224
|
error: "",
|
|
222
225
|
modalVisibility: {
|
|
@@ -226,7 +229,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
226
229
|
popoverVisibility: {}
|
|
227
230
|
}, C3 = g1({
|
|
228
231
|
name: "ui",
|
|
229
|
-
initialState:
|
|
232
|
+
initialState: g8,
|
|
230
233
|
reducers: {
|
|
231
234
|
clearAllModals(e) {
|
|
232
235
|
Object.entries(e.modalVisibility).forEach(([t]) => {
|
|
@@ -257,7 +260,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
257
260
|
e.theme = t.payload;
|
|
258
261
|
}
|
|
259
262
|
}
|
|
260
|
-
}), q = C3.actions,
|
|
263
|
+
}), q = C3.actions, f8 = C3.reducer, p8 = {
|
|
261
264
|
config: {
|
|
262
265
|
enableDev: !1,
|
|
263
266
|
apiPath: "",
|
|
@@ -269,13 +272,13 @@ const H6 = C1, K6 = (e) => p(
|
|
|
269
272
|
}
|
|
270
273
|
}, S3 = g1({
|
|
271
274
|
name: "appConfig",
|
|
272
|
-
initialState:
|
|
275
|
+
initialState: p8,
|
|
273
276
|
reducers: {
|
|
274
277
|
setAppConfig(e, t) {
|
|
275
278
|
e.config = t.payload;
|
|
276
279
|
}
|
|
277
280
|
}
|
|
278
|
-
}),
|
|
281
|
+
}), w8 = S3.actions, x8 = S3.reducer, d3 = {}, B1 = g1({
|
|
279
282
|
name: "devices",
|
|
280
283
|
initialState: d3,
|
|
281
284
|
reducers: {
|
|
@@ -292,9 +295,9 @@ const H6 = C1, K6 = (e) => p(
|
|
|
292
295
|
}), N = {
|
|
293
296
|
setDeviceState: B1.actions.setDeviceState,
|
|
294
297
|
clearDevices: B1.actions.clearDevices
|
|
295
|
-
},
|
|
298
|
+
}, M8 = B1.reducer, v3 = {}, O1 = g1({
|
|
296
299
|
name: "rooms",
|
|
297
|
-
initialState:
|
|
300
|
+
initialState: v3,
|
|
298
301
|
reducers: {
|
|
299
302
|
setRoomState(e, t) {
|
|
300
303
|
const o = t.payload.type, c = o.slice(o.lastIndexOf("/") + 1);
|
|
@@ -303,13 +306,13 @@ const H6 = C1, K6 = (e) => p(
|
|
|
303
306
|
e[c] = d;
|
|
304
307
|
},
|
|
305
308
|
clearRooms() {
|
|
306
|
-
return
|
|
309
|
+
return v3;
|
|
307
310
|
}
|
|
308
311
|
}
|
|
309
312
|
}), e1 = {
|
|
310
313
|
setRoomState: O1.actions.setRoomState,
|
|
311
314
|
clearRooms: O1.actions.clearRooms
|
|
312
|
-
},
|
|
315
|
+
}, m8 = O1.reducer, Z8 = {
|
|
313
316
|
apiVersion: "",
|
|
314
317
|
serverIsRunningOnProcessorHardware: !1,
|
|
315
318
|
websocket: {
|
|
@@ -342,7 +345,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
342
345
|
}
|
|
343
346
|
}, b3 = g1({
|
|
344
347
|
name: "runtimeConfig",
|
|
345
|
-
initialState:
|
|
348
|
+
initialState: Z8,
|
|
346
349
|
reducers: {
|
|
347
350
|
setRuntimeConfig(e, t) {
|
|
348
351
|
e.apiVersion = t.payload.apiVersion, e.serverIsRunningOnProcessorHardware = t.payload.serverIsRunningOnProcessorHardware;
|
|
@@ -369,16 +372,16 @@ const H6 = C1, K6 = (e) => p(
|
|
|
369
372
|
e.touchpanelKey = t.payload;
|
|
370
373
|
}
|
|
371
374
|
}
|
|
372
|
-
}), W = b3.actions,
|
|
373
|
-
appConfig:
|
|
374
|
-
runtimeConfig:
|
|
375
|
-
rooms:
|
|
376
|
-
devices:
|
|
377
|
-
ui:
|
|
375
|
+
}), W = b3.actions, j8 = b3.reducer, C8 = a2({
|
|
376
|
+
appConfig: x8,
|
|
377
|
+
runtimeConfig: j8,
|
|
378
|
+
rooms: m8,
|
|
379
|
+
devices: M8,
|
|
380
|
+
ui: f8
|
|
378
381
|
}), m = u2({
|
|
379
|
-
reducer:
|
|
382
|
+
reducer: C8
|
|
380
383
|
}), V1 = n2.create();
|
|
381
|
-
function
|
|
384
|
+
function S8() {
|
|
382
385
|
const e = p2();
|
|
383
386
|
return async () => {
|
|
384
387
|
try {
|
|
@@ -387,7 +390,7 @@ function C8() {
|
|
|
387
390
|
const o = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: o });
|
|
388
391
|
if (c.status == 200 && c.data) {
|
|
389
392
|
const r = c.data.apiPath;
|
|
390
|
-
e(
|
|
393
|
+
e(w8.setAppConfig(c.data));
|
|
391
394
|
const i = await V1.get(`${r}/version`);
|
|
392
395
|
i.status == 200 && i.data && e(W.setRuntimeConfig(i.data));
|
|
393
396
|
}
|
|
@@ -407,17 +410,17 @@ var m1 = { exports: {} }, u1 = {};
|
|
|
407
410
|
* This source code is licensed under the MIT license found in the
|
|
408
411
|
* LICENSE file in the root directory of this source tree.
|
|
409
412
|
*/
|
|
410
|
-
var
|
|
411
|
-
function
|
|
412
|
-
if (
|
|
413
|
-
|
|
413
|
+
var h3;
|
|
414
|
+
function b8() {
|
|
415
|
+
if (h3) return u1;
|
|
416
|
+
h3 = 1;
|
|
414
417
|
var e = w3, 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 };
|
|
415
418
|
function d(a, g, x) {
|
|
416
|
-
var
|
|
417
|
-
x !== void 0 && (
|
|
418
|
-
for (
|
|
419
|
-
if (a && a.defaultProps) for (
|
|
420
|
-
return { $$typeof: t, type: a, key:
|
|
419
|
+
var v, I = {}, L = null, F = null;
|
|
420
|
+
x !== void 0 && (L = "" + x), g.key !== void 0 && (L = "" + g.key), g.ref !== void 0 && (F = g.ref);
|
|
421
|
+
for (v in g) c.call(g, v) && !i.hasOwnProperty(v) && (I[v] = g[v]);
|
|
422
|
+
if (a && a.defaultProps) for (v in g = a.defaultProps, g) I[v] === void 0 && (I[v] = g[v]);
|
|
423
|
+
return { $$typeof: t, type: a, key: L, ref: F, props: I, _owner: r.current };
|
|
421
424
|
}
|
|
422
425
|
return u1.Fragment = o, u1.jsx = d, u1.jsxs = d, u1;
|
|
423
426
|
}
|
|
@@ -432,9 +435,9 @@ var d1 = {};
|
|
|
432
435
|
* LICENSE file in the root directory of this source tree.
|
|
433
436
|
*/
|
|
434
437
|
var g3;
|
|
435
|
-
function
|
|
438
|
+
function I8() {
|
|
436
439
|
return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
437
|
-
var e = w3, 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"), d = Symbol.for("react.provider"), a = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"),
|
|
440
|
+
var e = w3, 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"), d = Symbol.for("react.provider"), a = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), k = Symbol.iterator, X = "@@iterator";
|
|
438
441
|
function r1(n) {
|
|
439
442
|
if (n === null || typeof n != "object")
|
|
440
443
|
return null;
|
|
@@ -459,14 +462,14 @@ function b8() {
|
|
|
459
462
|
R.unshift("Warning: " + l), Function.prototype.apply.call(console[n], console, R);
|
|
460
463
|
}
|
|
461
464
|
}
|
|
462
|
-
var b1 = !1, E = !1, C = !1, f1 = !1, I1 = !1,
|
|
463
|
-
|
|
465
|
+
var b1 = !1, E = !1, C = !1, f1 = !1, I1 = !1, z;
|
|
466
|
+
z = Symbol.for("react.module.reference");
|
|
464
467
|
function B(n) {
|
|
465
|
-
return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n ===
|
|
468
|
+
return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n === v || f1 || n === F || b1 || E || C || typeof n == "object" && n !== null && (n.$$typeof === L || n.$$typeof === I || n.$$typeof === d || n.$$typeof === a || n.$$typeof === g || // This needs to include all possible module reference object
|
|
466
469
|
// types supported by any Flight configuration anywhere since
|
|
467
470
|
// we don't know which Flight build this will end up being used
|
|
468
471
|
// with.
|
|
469
|
-
n.$$typeof ===
|
|
472
|
+
n.$$typeof === z || n.getModuleId !== void 0));
|
|
470
473
|
}
|
|
471
474
|
function P(n, l, u) {
|
|
472
475
|
var f = n.displayName;
|
|
@@ -496,7 +499,7 @@ function b8() {
|
|
|
496
499
|
return "StrictMode";
|
|
497
500
|
case x:
|
|
498
501
|
return "Suspense";
|
|
499
|
-
case
|
|
502
|
+
case v:
|
|
500
503
|
return "SuspenseList";
|
|
501
504
|
}
|
|
502
505
|
if (typeof n == "object")
|
|
@@ -512,7 +515,7 @@ function b8() {
|
|
|
512
515
|
case I:
|
|
513
516
|
var f = n.displayName || null;
|
|
514
517
|
return f !== null ? f : K(n.type) || "Memo";
|
|
515
|
-
case
|
|
518
|
+
case L: {
|
|
516
519
|
var S = n, R = S._payload, Z = S._init;
|
|
517
520
|
try {
|
|
518
521
|
return K(Z(R));
|
|
@@ -523,7 +526,7 @@ function b8() {
|
|
|
523
526
|
}
|
|
524
527
|
return null;
|
|
525
528
|
}
|
|
526
|
-
var
|
|
529
|
+
var J = Object.assign, l1 = 0, W1, F1, H1, K1, G1, q1, Y1;
|
|
527
530
|
function z1() {
|
|
528
531
|
}
|
|
529
532
|
z1.__reactDisabledLog = !0;
|
|
@@ -559,25 +562,25 @@ function b8() {
|
|
|
559
562
|
writable: !0
|
|
560
563
|
};
|
|
561
564
|
Object.defineProperties(console, {
|
|
562
|
-
log:
|
|
565
|
+
log: J({}, n, {
|
|
563
566
|
value: W1
|
|
564
567
|
}),
|
|
565
|
-
info:
|
|
568
|
+
info: J({}, n, {
|
|
566
569
|
value: F1
|
|
567
570
|
}),
|
|
568
|
-
warn:
|
|
571
|
+
warn: J({}, n, {
|
|
569
572
|
value: H1
|
|
570
573
|
}),
|
|
571
|
-
error:
|
|
574
|
+
error: J({}, n, {
|
|
572
575
|
value: K1
|
|
573
576
|
}),
|
|
574
|
-
group:
|
|
577
|
+
group: J({}, n, {
|
|
575
578
|
value: G1
|
|
576
579
|
}),
|
|
577
|
-
groupCollapsed:
|
|
580
|
+
groupCollapsed: J({}, n, {
|
|
578
581
|
value: q1
|
|
579
582
|
}),
|
|
580
|
-
groupEnd:
|
|
583
|
+
groupEnd: J({}, n, {
|
|
581
584
|
value: Y1
|
|
582
585
|
})
|
|
583
586
|
});
|
|
@@ -678,7 +681,7 @@ function b8() {
|
|
|
678
681
|
function _3(n, l, u) {
|
|
679
682
|
return J1(n, !1);
|
|
680
683
|
}
|
|
681
|
-
function
|
|
684
|
+
function D3(n) {
|
|
682
685
|
var l = n.prototype;
|
|
683
686
|
return !!(l && l.isReactComponent);
|
|
684
687
|
}
|
|
@@ -686,13 +689,13 @@ function b8() {
|
|
|
686
689
|
if (n == null)
|
|
687
690
|
return "";
|
|
688
691
|
if (typeof n == "function")
|
|
689
|
-
return J1(n,
|
|
692
|
+
return J1(n, D3(n));
|
|
690
693
|
if (typeof n == "string")
|
|
691
694
|
return p1(n);
|
|
692
695
|
switch (n) {
|
|
693
696
|
case x:
|
|
694
697
|
return p1("Suspense");
|
|
695
|
-
case
|
|
698
|
+
case v:
|
|
696
699
|
return p1("SuspenseList");
|
|
697
700
|
}
|
|
698
701
|
if (typeof n == "object")
|
|
@@ -701,7 +704,7 @@ function b8() {
|
|
|
701
704
|
return _3(n.render);
|
|
702
705
|
case I:
|
|
703
706
|
return x1(n.type, l, u);
|
|
704
|
-
case
|
|
707
|
+
case L: {
|
|
705
708
|
var f = n, S = f._payload, R = f._init;
|
|
706
709
|
try {
|
|
707
710
|
return x1(R(S), l, u);
|
|
@@ -719,7 +722,7 @@ function b8() {
|
|
|
719
722
|
} else
|
|
720
723
|
Q1.setExtraStackFrame(null);
|
|
721
724
|
}
|
|
722
|
-
function
|
|
725
|
+
function L3(n, l, u, f, S) {
|
|
723
726
|
{
|
|
724
727
|
var R = Function.call.bind(i1);
|
|
725
728
|
for (var Z in n)
|
|
@@ -866,7 +869,7 @@ function b8() {
|
|
|
866
869
|
}
|
|
867
870
|
var _1;
|
|
868
871
|
_1 = !1;
|
|
869
|
-
function
|
|
872
|
+
function D1(n) {
|
|
870
873
|
return typeof n == "object" && n !== null && n.$$typeof === t;
|
|
871
874
|
}
|
|
872
875
|
function c3() {
|
|
@@ -917,15 +920,15 @@ Check the top-level render call using <` + u + ">.");
|
|
|
917
920
|
if (P1(n))
|
|
918
921
|
for (var u = 0; u < n.length; u++) {
|
|
919
922
|
var f = n[u];
|
|
920
|
-
|
|
923
|
+
D1(f) && l3(f, l);
|
|
921
924
|
}
|
|
922
|
-
else if (
|
|
925
|
+
else if (D1(n))
|
|
923
926
|
n._store && (n._store.validated = !0);
|
|
924
927
|
else if (n) {
|
|
925
928
|
var S = r1(n);
|
|
926
929
|
if (typeof S == "function" && S !== n.entries)
|
|
927
930
|
for (var R = S.call(n), Z; !(Z = R.next()).done; )
|
|
928
|
-
|
|
931
|
+
D1(Z.value) && l3(Z.value, l);
|
|
929
932
|
}
|
|
930
933
|
}
|
|
931
934
|
}
|
|
@@ -945,7 +948,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
945
948
|
return;
|
|
946
949
|
if (u) {
|
|
947
950
|
var f = K(l);
|
|
948
|
-
|
|
951
|
+
L3(u, n.props, "prop", f, n);
|
|
949
952
|
} else if (l.PropTypes !== void 0 && !_1) {
|
|
950
953
|
_1 = !0;
|
|
951
954
|
var S = K(l);
|
|
@@ -997,15 +1000,15 @@ Check the top-level render call using <` + u + ">.");
|
|
|
997
1000
|
if (i1.call(l, "key")) {
|
|
998
1001
|
var Q = K(n), V = Object.keys(l).filter(function(t2) {
|
|
999
1002
|
return t2 !== "key";
|
|
1000
|
-
}),
|
|
1001
|
-
if (!a3[Q +
|
|
1003
|
+
}), L1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1004
|
+
if (!a3[Q + L1]) {
|
|
1002
1005
|
var e2 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
|
|
1003
1006
|
A(`A props object containing a "key" prop is being spread into JSX:
|
|
1004
1007
|
let props = %s;
|
|
1005
1008
|
<%s {...props} />
|
|
1006
1009
|
React keys must be passed directly to JSX without using spread:
|
|
1007
1010
|
let props = %s;
|
|
1008
|
-
<%s key={someKey} {...props} />`,
|
|
1011
|
+
<%s key={someKey} {...props} />`, L1, Q, e2, Q), a3[Q + L1] = !0;
|
|
1009
1012
|
}
|
|
1010
1013
|
}
|
|
1011
1014
|
return n === c ? z3(_) : Y3(_), _;
|
|
@@ -1022,18 +1025,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1022
1025
|
}()), d1;
|
|
1023
1026
|
}
|
|
1024
1027
|
var f3;
|
|
1025
|
-
function
|
|
1026
|
-
return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports =
|
|
1028
|
+
function R8() {
|
|
1029
|
+
return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports = b8() : m1.exports = I8()), m1.exports;
|
|
1027
1030
|
}
|
|
1028
|
-
var s =
|
|
1029
|
-
const
|
|
1030
|
-
mwfit:
|
|
1031
|
-
},
|
|
1032
|
-
const { reconnect: e } = b(), t = j3(), o =
|
|
1031
|
+
var s = R8();
|
|
1032
|
+
const y8 = "_mwfit_ppa3l_1", E8 = {
|
|
1033
|
+
mwfit: y8
|
|
1034
|
+
}, P8 = () => {
|
|
1035
|
+
const { reconnect: e } = b(), t = j3(), o = v8(), c = h8();
|
|
1033
1036
|
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(
|
|
1034
1037
|
"div",
|
|
1035
1038
|
{
|
|
1036
|
-
className: `disconnected-message ${
|
|
1039
|
+
className: `disconnected-message ${E8.mwfit} mx-auto text-center`,
|
|
1037
1040
|
children: [
|
|
1038
1041
|
t === void 0 ? /* @__PURE__ */ s.jsx("h1", { children: "Connecting..." }) : /* @__PURE__ */ s.jsx("h1", { children: "Disconnected" }),
|
|
1039
1042
|
o && /* @__PURE__ */ s.jsx("h5", { children: o }),
|
|
@@ -1042,7 +1045,7 @@ const R8 = "_mwfit_ppa3l_1", y8 = {
|
|
|
1042
1045
|
}
|
|
1043
1046
|
) });
|
|
1044
1047
|
};
|
|
1045
|
-
class
|
|
1048
|
+
class T8 {
|
|
1046
1049
|
constructor() {
|
|
1047
1050
|
G(this, "uuid", "current-uuid");
|
|
1048
1051
|
G(this, "roomKey", "current-room-key");
|
|
@@ -1050,21 +1053,21 @@ class P8 {
|
|
|
1050
1053
|
G(this, "expiry", "current-uuid-expires");
|
|
1051
1054
|
}
|
|
1052
1055
|
}
|
|
1053
|
-
const p3 = new
|
|
1056
|
+
const p3 = new T8(), I3 = d2({
|
|
1054
1057
|
sendMessage: () => null,
|
|
1055
1058
|
sendSimpleMessage: () => null,
|
|
1056
1059
|
addEventHandler: () => null,
|
|
1057
1060
|
removeEventHandler: () => null,
|
|
1058
1061
|
reconnect: () => null
|
|
1059
1062
|
});
|
|
1060
|
-
function
|
|
1063
|
+
function _8(e) {
|
|
1061
1064
|
return sessionStorage.getItem(e) || "";
|
|
1062
1065
|
}
|
|
1063
|
-
function
|
|
1066
|
+
function D8(e, t) {
|
|
1064
1067
|
sessionStorage.setItem(e, t);
|
|
1065
1068
|
}
|
|
1066
1069
|
const L8 = ({ children: e }) => {
|
|
1067
|
-
const [t, o] = H(), c = j3(), r =
|
|
1070
|
+
const [t, o] = H(), c = j3(), r = s8(), i = o8(), d = S8(), a = Z2(), g = n8(), x = c8(), v = r8(), I = h1(null), [L, F] = H(), k = h1({}), X = a1(
|
|
1068
1071
|
async (E) => {
|
|
1069
1072
|
try {
|
|
1070
1073
|
const C = await V1.get(
|
|
@@ -1072,14 +1075,14 @@ const L8 = ({ children: e }) => {
|
|
|
1072
1075
|
);
|
|
1073
1076
|
return C.status === 200 && C.data ? (m.dispatch(W.setRoomData(C.data)), !0) : !1;
|
|
1074
1077
|
} catch (C) {
|
|
1075
|
-
return console.log(C),
|
|
1078
|
+
return console.log(C), v ? !0 : C instanceof c2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(
|
|
1076
1079
|
q.setErrorMessage(
|
|
1077
1080
|
`Token ${t} is invalid. Unable to join room`
|
|
1078
1081
|
)
|
|
1079
1082
|
), !1) : (console.error("Error getting room data", C), C instanceof Error ? m.dispatch(q.setErrorMessage(C.message)) : m.dispatch(q.setErrorMessage("Error getting room data")), !1);
|
|
1080
1083
|
}
|
|
1081
1084
|
},
|
|
1082
|
-
[t,
|
|
1085
|
+
[t, v]
|
|
1083
1086
|
), r1 = a1(() => {
|
|
1084
1087
|
const E = `${a.gatewayAppPath}?uuid=${g}&roomKey=${r}`;
|
|
1085
1088
|
window.location.href = x ? `${E}&Code=${x}` : E;
|
|
@@ -1100,28 +1103,28 @@ const L8 = ({ children: e }) => {
|
|
|
1100
1103
|
}, []);
|
|
1101
1104
|
return n1(() => {
|
|
1102
1105
|
let C = new URLSearchParams(window.location.search).get("token");
|
|
1103
|
-
C ? (console.log("saving token: ", C),
|
|
1106
|
+
C ? (console.log("saving token: ", C), D8(p3.uuid, C)) : (C = _8(p3.uuid), console.log("loading token: ", C)), o(C), d();
|
|
1104
1107
|
}, []), console.log(
|
|
1105
1108
|
"connection dependencies",
|
|
1106
1109
|
a.apiPath,
|
|
1107
1110
|
X,
|
|
1108
1111
|
t,
|
|
1109
|
-
|
|
1110
|
-
|
|
1112
|
+
L,
|
|
1113
|
+
v
|
|
1111
1114
|
), n1(() => {
|
|
1112
1115
|
async function E() {
|
|
1113
|
-
if (console.log("Attempting to join websocket..."), !a.apiPath ||
|
|
1116
|
+
if (console.log("Attempting to join websocket..."), !a.apiPath || L || !t || !await X(a.apiPath)) return;
|
|
1114
1117
|
if (I.current) {
|
|
1115
1118
|
console.log("websocket exists");
|
|
1116
1119
|
return;
|
|
1117
1120
|
}
|
|
1118
1121
|
console.log("connecting to websocket");
|
|
1119
|
-
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`,
|
|
1120
|
-
I.current =
|
|
1122
|
+
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, z = new WebSocket(I1);
|
|
1123
|
+
I.current = z, z.onopen = (B) => {
|
|
1121
1124
|
console.log("connected", B.type, B.target), m.dispatch(W.setWebsocketIsConnected(!0));
|
|
1122
|
-
},
|
|
1125
|
+
}, z.onerror = (B) => {
|
|
1123
1126
|
console.error("Websocket error", B);
|
|
1124
|
-
},
|
|
1127
|
+
}, z.onclose = (B) => {
|
|
1125
1128
|
if (console.log("disconnected: ", B.reason, B.code), B.code === 4100) {
|
|
1126
1129
|
console.log("WebSocket closed by client (useEffect cleanup)."), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
|
|
1127
1130
|
return;
|
|
@@ -1136,7 +1139,7 @@ const L8 = ({ children: e }) => {
|
|
|
1136
1139
|
), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
|
|
1137
1140
|
return;
|
|
1138
1141
|
}
|
|
1139
|
-
if (B.code === 4001 && !
|
|
1142
|
+
if (B.code === 4001 && !v) {
|
|
1140
1143
|
console.log("processor disconnected"), m.dispatch(
|
|
1141
1144
|
q.setErrorMessage(
|
|
1142
1145
|
"Processor has disconnected. Click Reconnect"
|
|
@@ -1158,12 +1161,12 @@ const L8 = ({ children: e }) => {
|
|
|
1158
1161
|
console.log("WebSocket closed by client.");
|
|
1159
1162
|
return;
|
|
1160
1163
|
}
|
|
1161
|
-
console.log("websocket waitingToReconnect",
|
|
1162
|
-
},
|
|
1164
|
+
console.log("websocket waitingToReconnect", L), !L && (console.log("websocket clearing state on disconnect"), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms()), setTimeout(() => F(void 0), 5e3));
|
|
1165
|
+
}, z.onmessage = (B) => {
|
|
1163
1166
|
try {
|
|
1164
1167
|
const P = JSON.parse(B.data);
|
|
1165
1168
|
if (console.log(P), P.type === "close") {
|
|
1166
|
-
|
|
1169
|
+
z.close(4001, P.content);
|
|
1167
1170
|
return;
|
|
1168
1171
|
}
|
|
1169
1172
|
if (P.type.startsWith("/system/"))
|
|
@@ -1201,8 +1204,8 @@ const L8 = ({ children: e }) => {
|
|
|
1201
1204
|
t1 || console.log("no handlers found for event type", P.type), t1 && Object.values(t1).forEach((K) => {
|
|
1202
1205
|
try {
|
|
1203
1206
|
K(P);
|
|
1204
|
-
} catch (
|
|
1205
|
-
console.error(
|
|
1207
|
+
} catch (J) {
|
|
1208
|
+
console.error(J);
|
|
1206
1209
|
}
|
|
1207
1210
|
});
|
|
1208
1211
|
} else P.type.startsWith("/room/") ? m.dispatch(e1.setRoomState(P)) : P.type.startsWith("/device/") && m.dispatch(N.setDeviceState(P));
|
|
@@ -1218,8 +1221,8 @@ const L8 = ({ children: e }) => {
|
|
|
1218
1221
|
a.apiPath,
|
|
1219
1222
|
X,
|
|
1220
1223
|
t,
|
|
1221
|
-
|
|
1222
|
-
|
|
1224
|
+
L,
|
|
1225
|
+
v
|
|
1223
1226
|
]), n1(() => {
|
|
1224
1227
|
!r || !c || (console.log("clientId: ", i), i && (console.log("requesting status from room: ", r), $(`/room/${r}/status`, null)));
|
|
1225
1228
|
}, [r, i, c, $]), /* @__PURE__ */ s.jsx(
|
|
@@ -1232,20 +1235,20 @@ const L8 = ({ children: e }) => {
|
|
|
1232
1235
|
removeEventHandler: b1,
|
|
1233
1236
|
reconnect: r1
|
|
1234
1237
|
},
|
|
1235
|
-
children: c ? e : /* @__PURE__ */ s.jsx(
|
|
1238
|
+
children: c ? e : /* @__PURE__ */ s.jsx(P8, {})
|
|
1236
1239
|
}
|
|
1237
1240
|
);
|
|
1238
|
-
},
|
|
1241
|
+
}, xe = ({ children: e }) => /* @__PURE__ */ s.jsx(i2, { store: m, children: /* @__PURE__ */ s.jsx(L8, { children: e }) });
|
|
1239
1242
|
function b() {
|
|
1240
|
-
return
|
|
1243
|
+
return v2(I3);
|
|
1241
1244
|
}
|
|
1242
|
-
function
|
|
1245
|
+
function $8({
|
|
1243
1246
|
onPress: e,
|
|
1244
1247
|
onRelease: t,
|
|
1245
1248
|
onHold: o,
|
|
1246
1249
|
holdTimeMs: c = 500
|
|
1247
1250
|
}) {
|
|
1248
|
-
const r =
|
|
1251
|
+
const r = h1(null), i = h1(!1);
|
|
1249
1252
|
function d() {
|
|
1250
1253
|
i.current = !0, e == null || e(), r.current = setTimeout(() => {
|
|
1251
1254
|
o == null || o(), r.current = null;
|
|
@@ -1263,8 +1266,8 @@ function D8({
|
|
|
1263
1266
|
onPointerLeave: g
|
|
1264
1267
|
};
|
|
1265
1268
|
}
|
|
1266
|
-
function
|
|
1267
|
-
const { sendMessage: c } = b(), r =
|
|
1269
|
+
function h(e, t) {
|
|
1270
|
+
const { sendMessage: c } = b(), r = h1(null);
|
|
1268
1271
|
function i() {
|
|
1269
1272
|
c(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
1270
1273
|
c(`${e}/${t}`, { value: "held" });
|
|
@@ -1273,33 +1276,33 @@ function v(e, t) {
|
|
|
1273
1276
|
function d() {
|
|
1274
1277
|
r.current && (clearInterval(r.current), r.current = null), c(`${e}/${t}`, { value: "released" });
|
|
1275
1278
|
}
|
|
1276
|
-
return
|
|
1279
|
+
return $8({ onPress: i, onRelease: d });
|
|
1277
1280
|
}
|
|
1278
1281
|
function R3(e, t) {
|
|
1279
|
-
const { sendMessage: o, sendSimpleMessage: c } = b(), r =
|
|
1282
|
+
const { sendMessage: o, sendSimpleMessage: c } = b(), r = h(`${e}`, "volumeUp"), i = h(`${e}`, "volumeDown");
|
|
1280
1283
|
return t ? {
|
|
1281
1284
|
volumeState: t,
|
|
1282
1285
|
volumeUp: r,
|
|
1283
1286
|
volumeDown: i,
|
|
1284
|
-
setLevel: (
|
|
1287
|
+
setLevel: (v) => c(`${e}/level`, v),
|
|
1285
1288
|
muteToggle: () => o(`${e}/muteToggle`, null),
|
|
1286
1289
|
muteOn: () => o(`${e}/muteOn`, null),
|
|
1287
1290
|
muteOff: () => o(`${e}/muteOff`, null)
|
|
1288
1291
|
} : void 0;
|
|
1289
1292
|
}
|
|
1290
|
-
function
|
|
1291
|
-
const { sendMessage: o, sendSimpleMessage: c } = b(), r =
|
|
1293
|
+
function Me(e, t) {
|
|
1294
|
+
const { sendMessage: o, sendSimpleMessage: c } = b(), r = h(`${e}`, "volumeUp"), i = h(`${e}`, "volumeDown");
|
|
1292
1295
|
return t ? {
|
|
1293
1296
|
volumeState: t,
|
|
1294
1297
|
volumeUp: r,
|
|
1295
1298
|
volumeDown: i,
|
|
1296
|
-
setLevel: (
|
|
1299
|
+
setLevel: (v) => c(`${e}/level`, v),
|
|
1297
1300
|
muteToggle: () => o(`${e}/muteToggle`, null),
|
|
1298
1301
|
muteOn: () => o(`${e}/muteOn`, null),
|
|
1299
1302
|
muteOff: () => o(`${e}/muteOff`, null)
|
|
1300
1303
|
} : void 0;
|
|
1301
1304
|
}
|
|
1302
|
-
function
|
|
1305
|
+
function A8(e) {
|
|
1303
1306
|
const t = y(e), o = `/device/${e}`;
|
|
1304
1307
|
return R3(o, t == null ? void 0 : t.volume);
|
|
1305
1308
|
}
|
|
@@ -1319,7 +1322,7 @@ function k1(e) {
|
|
|
1319
1322
|
t(`/device/${e}/${r}`, null);
|
|
1320
1323
|
} } : void 0;
|
|
1321
1324
|
}
|
|
1322
|
-
function
|
|
1325
|
+
function B8(e) {
|
|
1323
1326
|
const { sendMessage: t } = b(), o = y(e), c = () => {
|
|
1324
1327
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1325
1328
|
}, r = () => {
|
|
@@ -1330,8 +1333,8 @@ function A8(e) {
|
|
|
1330
1333
|
};
|
|
1331
1334
|
return o ? { levelControls: o.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
|
|
1332
1335
|
}
|
|
1333
|
-
function
|
|
1334
|
-
const t = y(e), o = y3(e), c = k1(e), r = k1(e), i =
|
|
1336
|
+
function me(e) {
|
|
1337
|
+
const t = y(e), o = y3(e), c = k1(e), r = k1(e), i = A8(e), d = B8(e);
|
|
1335
1338
|
if (t)
|
|
1336
1339
|
return {
|
|
1337
1340
|
avrState: t,
|
|
@@ -1342,8 +1345,8 @@ function xe(e) {
|
|
|
1342
1345
|
mainVolumeControl: i
|
|
1343
1346
|
};
|
|
1344
1347
|
}
|
|
1345
|
-
function
|
|
1346
|
-
const { sendMessage: t } = b(), o = `/device/${e}`, c = y(e), r =
|
|
1348
|
+
function Ze(e) {
|
|
1349
|
+
const { sendMessage: t } = b(), o = `/device/${e}`, c = y(e), r = h(o, "cameraUp"), i = h(o, "cameraDown"), d = h(o, "cameraLeft"), a = h(o, "cameraRight"), g = h(o, "cameraZoomIn"), x = h(o, "cameraZoomOut"), v = (I) => t("/camera/recallPreset", I);
|
|
1347
1350
|
if (c)
|
|
1348
1351
|
return {
|
|
1349
1352
|
state: c,
|
|
@@ -1353,10 +1356,10 @@ function Me(e) {
|
|
|
1353
1356
|
down: i,
|
|
1354
1357
|
left: d,
|
|
1355
1358
|
right: a,
|
|
1356
|
-
recallPreset:
|
|
1359
|
+
recallPreset: v
|
|
1357
1360
|
};
|
|
1358
1361
|
}
|
|
1359
|
-
const
|
|
1362
|
+
const je = ({ className: e }) => {
|
|
1360
1363
|
const [t, o] = H();
|
|
1361
1364
|
return n1(() => {
|
|
1362
1365
|
setInterval(() => {
|
|
@@ -1368,7 +1371,7 @@ const me = ({ className: e }) => {
|
|
|
1368
1371
|
" new change"
|
|
1369
1372
|
] });
|
|
1370
1373
|
};
|
|
1371
|
-
function
|
|
1374
|
+
function Ce(e) {
|
|
1372
1375
|
const { sendMessage: t } = b(), o = y(e), c = `/device/${e}`;
|
|
1373
1376
|
return o ? { state: o, recallPreset: (d, a) => {
|
|
1374
1377
|
t(`${c}/presets/recall`, { deviceKey: d, preset: a });
|
|
@@ -1376,36 +1379,36 @@ function Ze(e) {
|
|
|
1376
1379
|
t(`${c}/presets/save`, d);
|
|
1377
1380
|
} } : void 0;
|
|
1378
1381
|
}
|
|
1379
|
-
function
|
|
1382
|
+
function Se(e) {
|
|
1380
1383
|
const t = y(e);
|
|
1381
1384
|
if (t)
|
|
1382
1385
|
return { endpointState: t };
|
|
1383
1386
|
}
|
|
1384
|
-
function
|
|
1385
|
-
const t = `/device/${e}`, o =
|
|
1387
|
+
function be(e) {
|
|
1388
|
+
const t = `/device/${e}`, o = h(t, "chanUp"), c = h(t, "chanDown"), r = h(t, "lastChan"), i = h(t, "guide"), d = h(t, "info"), a = h(t, "exit");
|
|
1386
1389
|
return { channelUp: o, channelDown: c, lastChannel: r, guide: i, info: d, exit: a };
|
|
1387
1390
|
}
|
|
1388
|
-
function
|
|
1389
|
-
const t = `/device/${e}`, o =
|
|
1391
|
+
function Ie(e) {
|
|
1392
|
+
const t = `/device/${e}`, o = h(t, "red"), c = h(t, "green"), r = h(t, "yellow"), i = h(t, "blue");
|
|
1390
1393
|
return { red: o, green: c, yellow: r, blue: i };
|
|
1391
1394
|
}
|
|
1392
|
-
function
|
|
1395
|
+
function Re(e) {
|
|
1393
1396
|
const t = y(e);
|
|
1394
1397
|
if (t)
|
|
1395
1398
|
return {
|
|
1396
1399
|
communicationMonitorState: t
|
|
1397
1400
|
};
|
|
1398
1401
|
}
|
|
1399
|
-
function
|
|
1402
|
+
function ye(e) {
|
|
1400
1403
|
const t = y(e);
|
|
1401
1404
|
if (t)
|
|
1402
1405
|
return t.deviceInfo || void 0;
|
|
1403
1406
|
}
|
|
1404
|
-
function
|
|
1405
|
-
const t = `/device/${e}`, o =
|
|
1407
|
+
function Ee(e) {
|
|
1408
|
+
const t = `/device/${e}`, o = h(t, "up"), c = h(t, "down"), r = h(t, "left"), i = h(t, "right"), d = h(t, "select"), a = h(t, "menu"), g = h(t, "exit");
|
|
1406
1409
|
return { up: o, down: c, left: r, right: i, select: d, menu: a, exit: g };
|
|
1407
1410
|
}
|
|
1408
|
-
function
|
|
1411
|
+
function Pe(e) {
|
|
1409
1412
|
const { sendMessage: t } = b();
|
|
1410
1413
|
return { recallPreset: (c) => {
|
|
1411
1414
|
t(
|
|
@@ -1414,11 +1417,11 @@ function ye(e) {
|
|
|
1414
1417
|
);
|
|
1415
1418
|
} };
|
|
1416
1419
|
}
|
|
1417
|
-
function
|
|
1418
|
-
const t = `/device/${e}`, o =
|
|
1420
|
+
function Te(e) {
|
|
1421
|
+
const t = `/device/${e}`, o = h(t, "dvrList"), c = h(t, "record");
|
|
1419
1422
|
return { dvrList: o, record: c };
|
|
1420
1423
|
}
|
|
1421
|
-
function
|
|
1424
|
+
function _e(e) {
|
|
1422
1425
|
const { sendMessage: t } = b(), o = y(e);
|
|
1423
1426
|
return o ? { roomCombinerState: o, setAutoMode: () => {
|
|
1424
1427
|
t(`/device/${e}/setAutoMode`, null);
|
|
@@ -1432,7 +1435,7 @@ function Pe(e) {
|
|
|
1432
1435
|
t(`/device/${e}/setRoomCombinationScenario`, g);
|
|
1433
1436
|
} } : void 0;
|
|
1434
1437
|
}
|
|
1435
|
-
function
|
|
1438
|
+
function De(e) {
|
|
1436
1439
|
const { sendMessage: t } = b(), o = `/device/${e}`, c = y(e);
|
|
1437
1440
|
return c ? {
|
|
1438
1441
|
state: c,
|
|
@@ -1441,41 +1444,41 @@ function Te(e) {
|
|
|
1441
1444
|
}
|
|
1442
1445
|
} : void 0;
|
|
1443
1446
|
}
|
|
1444
|
-
function
|
|
1447
|
+
function Le(e) {
|
|
1445
1448
|
const t = y(e);
|
|
1446
1449
|
if (t)
|
|
1447
1450
|
return { state: t };
|
|
1448
1451
|
}
|
|
1449
|
-
function
|
|
1452
|
+
function $e(e) {
|
|
1450
1453
|
const { sendMessage: t, sendSimpleMessage: o } = b(), c = y(e), r = K2(e), i = c || r;
|
|
1451
1454
|
return i ? {
|
|
1452
1455
|
levelState: i,
|
|
1453
|
-
setLevel: (
|
|
1454
|
-
muteToggle: (
|
|
1455
|
-
muteOn: (
|
|
1456
|
-
muteOff: (
|
|
1456
|
+
setLevel: (v, I) => o(`${v}/level`, I),
|
|
1457
|
+
muteToggle: (v) => t(`${v}/muteToggle`, null),
|
|
1458
|
+
muteOn: (v) => t(`${v}/muteOn`, null),
|
|
1459
|
+
muteOff: (v) => t(`${v}/muteOff`, null)
|
|
1457
1460
|
} : void 0;
|
|
1458
1461
|
}
|
|
1459
|
-
function
|
|
1462
|
+
function Ae(e) {
|
|
1460
1463
|
const { sendMessage: t } = b(), o = y(e);
|
|
1461
1464
|
return o ? { lightingState: o, selectScene: (r) => {
|
|
1462
1465
|
t(`/device/${e}/selectScene`, r);
|
|
1463
1466
|
} } : void 0;
|
|
1464
1467
|
}
|
|
1465
|
-
function
|
|
1468
|
+
function Be(e) {
|
|
1466
1469
|
const { sendMessage: t } = b(), o = y(e);
|
|
1467
1470
|
return o ? { matrixRoutingState: o, setRoute: (r) => {
|
|
1468
1471
|
t(`/device/${e}/route`, r);
|
|
1469
1472
|
} } : void 0;
|
|
1470
1473
|
}
|
|
1471
|
-
function
|
|
1474
|
+
function Oe(e) {
|
|
1472
1475
|
const { sendMessage: t } = b();
|
|
1473
1476
|
return { closeApp: () => {
|
|
1474
1477
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1475
1478
|
} };
|
|
1476
1479
|
}
|
|
1477
|
-
function
|
|
1478
|
-
const t = `/device/${e}`, o =
|
|
1480
|
+
function Ve(e) {
|
|
1481
|
+
const t = `/device/${e}`, o = h(t, "num0"), c = h(t, "num1"), r = h(t, "num2"), i = h(t, "num3"), d = h(t, "num4"), a = h(t, "num5"), g = h(t, "num6"), x = h(t, "num7"), v = h(t, "num8"), I = h(t, "num9"), L = h(t, "numDash"), F = h(t, "numEnter");
|
|
1479
1482
|
return {
|
|
1480
1483
|
digit0: o,
|
|
1481
1484
|
digit1: c,
|
|
@@ -1485,13 +1488,13 @@ function Be(e) {
|
|
|
1485
1488
|
digit5: a,
|
|
1486
1489
|
digit6: g,
|
|
1487
1490
|
digit7: x,
|
|
1488
|
-
digit8:
|
|
1491
|
+
digit8: v,
|
|
1489
1492
|
digit9: I,
|
|
1490
|
-
keypadAccessoryButton1:
|
|
1493
|
+
keypadAccessoryButton1: L,
|
|
1491
1494
|
keypadAccessoryButton2: F
|
|
1492
1495
|
};
|
|
1493
1496
|
}
|
|
1494
|
-
function
|
|
1497
|
+
function ke(e) {
|
|
1495
1498
|
const { sendMessage: t } = b(), o = y(e);
|
|
1496
1499
|
return o ? { projectorScreenLiftControlState: o, raise: () => {
|
|
1497
1500
|
t(`/device/${e}/raise`, null);
|
|
@@ -1499,35 +1502,35 @@ function Oe(e) {
|
|
|
1499
1502
|
t(`/device/${e}/lower`, null);
|
|
1500
1503
|
} } : void 0;
|
|
1501
1504
|
}
|
|
1502
|
-
function
|
|
1505
|
+
function Ue(e) {
|
|
1503
1506
|
const { sendMessage: t } = b(), o = C1(e);
|
|
1504
1507
|
return o ? { roomEventScheduleState: o, save: (r) => {
|
|
1505
1508
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
1506
1509
|
} } : void 0;
|
|
1507
1510
|
}
|
|
1508
|
-
function
|
|
1511
|
+
function We(e) {
|
|
1509
1512
|
const { sendMessage: t } = b();
|
|
1510
1513
|
return { runDefaultPresentRoute: () => {
|
|
1511
1514
|
t(`/room/${e}/defaultsource`, {});
|
|
1512
1515
|
} };
|
|
1513
1516
|
}
|
|
1514
|
-
function
|
|
1517
|
+
function Fe(e) {
|
|
1515
1518
|
const { sendMessage: t } = b();
|
|
1516
1519
|
return { runDirectRoute: (c) => {
|
|
1517
1520
|
t(`/room/${e}/directRoute`, c);
|
|
1518
1521
|
} };
|
|
1519
1522
|
}
|
|
1520
|
-
function
|
|
1523
|
+
function He(e) {
|
|
1521
1524
|
const { sendMessage: t } = b();
|
|
1522
1525
|
return { routingState: y(e), runRoute: (r) => {
|
|
1523
1526
|
t(`/room/${e}/source`, r);
|
|
1524
1527
|
} };
|
|
1525
1528
|
}
|
|
1526
|
-
function
|
|
1527
|
-
const t = `/device/${e}`, o =
|
|
1529
|
+
function Ke(e) {
|
|
1530
|
+
const t = `/device/${e}`, o = h(t, "chanUp"), c = h(t, "chanDown");
|
|
1528
1531
|
return { dvrList: o, replay: c };
|
|
1529
1532
|
}
|
|
1530
|
-
function
|
|
1533
|
+
function Ge(e) {
|
|
1531
1534
|
const { sendMessage: t } = b(), o = y(e);
|
|
1532
1535
|
return o ? { shadeState: o, shadeUp: () => {
|
|
1533
1536
|
t(`/device/${e}/shadeUp`, null);
|
|
@@ -1537,7 +1540,7 @@ function He(e) {
|
|
|
1537
1540
|
t(`/device/${e}/stopOrPreset`, null);
|
|
1538
1541
|
} } : void 0;
|
|
1539
1542
|
}
|
|
1540
|
-
function
|
|
1543
|
+
function qe(e) {
|
|
1541
1544
|
const { sendMessage: t } = b(), o = C1(e);
|
|
1542
1545
|
return o ? { shutdownPromptTimerState: o, setShutdownPromptSeconds: (a) => {
|
|
1543
1546
|
t(`/room/${e}/setShutdownPromptSeconds`, a);
|
|
@@ -1549,7 +1552,7 @@ function Ke(e) {
|
|
|
1549
1552
|
t(`/room/${e}/shutdownCancel`, null);
|
|
1550
1553
|
} } : void 0;
|
|
1551
1554
|
}
|
|
1552
|
-
function
|
|
1555
|
+
function Ye(e) {
|
|
1553
1556
|
const { sendMessage: t } = b(), o = y(e);
|
|
1554
1557
|
return o ? { switchedOutputState: o, on: () => {
|
|
1555
1558
|
t(`/device/${e}/on`, null);
|
|
@@ -1557,7 +1560,7 @@ function Ge(e) {
|
|
|
1557
1560
|
t(`/device/${e}/off`, null);
|
|
1558
1561
|
} } : void 0;
|
|
1559
1562
|
}
|
|
1560
|
-
function
|
|
1563
|
+
function ze(e) {
|
|
1561
1564
|
const { sendMessage: t } = b(), o = C1(e);
|
|
1562
1565
|
return o ? { techPasswordState: o, validatePassword: (i) => {
|
|
1563
1566
|
t(`/room/${e}/validateTechPassword`, { password: i });
|
|
@@ -1565,11 +1568,11 @@ function qe(e) {
|
|
|
1565
1568
|
t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: d });
|
|
1566
1569
|
} } : void 0;
|
|
1567
1570
|
}
|
|
1568
|
-
function
|
|
1571
|
+
function Je(e) {
|
|
1569
1572
|
const { sendMessage: t } = b(), o = y(e);
|
|
1570
1573
|
return o ? { state: o, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
1571
1574
|
}
|
|
1572
|
-
function
|
|
1575
|
+
function Xe(e) {
|
|
1573
1576
|
const { sendMessage: t } = b(), o = y(e), c = (r) => {
|
|
1574
1577
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
1575
1578
|
};
|
|
@@ -1578,8 +1581,8 @@ function ze(e) {
|
|
|
1578
1581
|
saveTheme: c
|
|
1579
1582
|
};
|
|
1580
1583
|
}
|
|
1581
|
-
function
|
|
1582
|
-
const t = `/device/${e}`, o =
|
|
1584
|
+
function Qe(e) {
|
|
1585
|
+
const t = `/device/${e}`, o = h(t, "play"), c = h(t, "pause"), r = h(t, "stop"), i = h(t, "prevTrack"), d = h(t, "nextTrack"), a = h(t, "rewind"), g = h(t, "ffwd"), x = h(t, "record");
|
|
1583
1586
|
return {
|
|
1584
1587
|
play: o,
|
|
1585
1588
|
pause: c,
|
|
@@ -1591,7 +1594,7 @@ function Je(e) {
|
|
|
1591
1594
|
record: x
|
|
1592
1595
|
};
|
|
1593
1596
|
}
|
|
1594
|
-
function
|
|
1597
|
+
function Ne(e) {
|
|
1595
1598
|
const t = y(e), { sendMessage: o } = b();
|
|
1596
1599
|
return t ? {
|
|
1597
1600
|
touchpanelState: t,
|
|
@@ -1607,7 +1610,7 @@ function Xe(e) {
|
|
|
1607
1610
|
} }
|
|
1608
1611
|
} : void 0;
|
|
1609
1612
|
}
|
|
1610
|
-
function
|
|
1613
|
+
function e5(e) {
|
|
1611
1614
|
const t = y(e), o = y3(e), c = k1(e);
|
|
1612
1615
|
if (!t) return;
|
|
1613
1616
|
const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
@@ -1618,7 +1621,7 @@ function Qe(e) {
|
|
|
1618
1621
|
powerFb: { powerOnFb: r, powerOffFb: i }
|
|
1619
1622
|
};
|
|
1620
1623
|
}
|
|
1621
|
-
const
|
|
1624
|
+
const t5 = ({
|
|
1622
1625
|
config: e
|
|
1623
1626
|
}) => {
|
|
1624
1627
|
const { sendMessage: t } = b();
|
|
@@ -1651,7 +1654,7 @@ const Ne = ({
|
|
|
1651
1654
|
});
|
|
1652
1655
|
}, [e, t]);
|
|
1653
1656
|
};
|
|
1654
|
-
function
|
|
1657
|
+
function s5(e, t) {
|
|
1655
1658
|
const [o, c] = H(!1), [r, i] = H(!1);
|
|
1656
1659
|
return x3(() => {
|
|
1657
1660
|
const { current: d } = e, a = () => {
|
|
@@ -1661,27 +1664,27 @@ function e5(e, t) {
|
|
|
1661
1664
|
d && a();
|
|
1662
1665
|
}, [e, t]), { overflowHorizontal: o, overflowVertical: r };
|
|
1663
1666
|
}
|
|
1664
|
-
function
|
|
1667
|
+
function o5(e, t) {
|
|
1665
1668
|
const o = H2(e, t), c = `/room/${e}/volumes/${t}`;
|
|
1666
1669
|
return R3(c, o);
|
|
1667
1670
|
}
|
|
1668
|
-
function
|
|
1671
|
+
function n5(e) {
|
|
1669
1672
|
var a, g;
|
|
1670
1673
|
const [t, o] = H(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = H(((g = e == null ? void 0 : e.current) == null ? void 0 : g.scrollTop) ?? 0), i = (x) => {
|
|
1671
|
-
const { current:
|
|
1672
|
-
|
|
1674
|
+
const { current: v } = e;
|
|
1675
|
+
v && (console.log(v.scrollLeft), v.scrollLeft += x, console.log(v.scrollLeft));
|
|
1673
1676
|
}, d = (x) => {
|
|
1674
|
-
const { current:
|
|
1675
|
-
|
|
1677
|
+
const { current: v } = e;
|
|
1678
|
+
v && (console.log(v.scrollTop), v.scrollTop += x, console.log(v.scrollTop));
|
|
1676
1679
|
};
|
|
1677
1680
|
return x3(() => {
|
|
1678
|
-
const { current: x } = e,
|
|
1681
|
+
const { current: x } = e, v = () => {
|
|
1679
1682
|
o((x == null ? void 0 : x.scrollLeft) ?? 0), r((x == null ? void 0 : x.scrollTop) ?? 0);
|
|
1680
1683
|
};
|
|
1681
|
-
x &&
|
|
1684
|
+
x && v();
|
|
1682
1685
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: d };
|
|
1683
1686
|
}
|
|
1684
|
-
function
|
|
1687
|
+
function c5() {
|
|
1685
1688
|
const { sendMessage: e } = b();
|
|
1686
1689
|
return {
|
|
1687
1690
|
reboot: () => {
|
|
@@ -1692,7 +1695,7 @@ function o5() {
|
|
|
1692
1695
|
}
|
|
1693
1696
|
};
|
|
1694
1697
|
}
|
|
1695
|
-
function
|
|
1698
|
+
function r5() {
|
|
1696
1699
|
const [e, t] = H(), [o, c] = H();
|
|
1697
1700
|
function r() {
|
|
1698
1701
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
@@ -1707,8 +1710,8 @@ function n5() {
|
|
|
1707
1710
|
return () => clearInterval(i);
|
|
1708
1711
|
}, []), { date: e, time: o };
|
|
1709
1712
|
}
|
|
1710
|
-
const
|
|
1711
|
-
const [e, t] = H(!1), o =
|
|
1713
|
+
const l5 = () => {
|
|
1714
|
+
const [e, t] = H(!1), o = h2(), c = g2();
|
|
1712
1715
|
let r;
|
|
1713
1716
|
return f2(c) ? r = c.statusText : c instanceof Error ? r = c.message : typeof c == "string" ? r = c : (console.error(c), r = "Unknown error"), /* @__PURE__ */ s.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
1714
1717
|
/* @__PURE__ */ s.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ s.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
|
|
@@ -1716,11 +1719,11 @@ const c5 = () => {
|
|
|
1716
1719
|
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => t(!e), children: e ? "Hide error message" : "Show error message" }),
|
|
1717
1720
|
e && /* @__PURE__ */ s.jsx("p", { children: r })
|
|
1718
1721
|
] });
|
|
1719
|
-
},
|
|
1720
|
-
iconbtn:
|
|
1721
|
-
iconbtnvert:
|
|
1722
|
-
iconsm:
|
|
1723
|
-
},
|
|
1722
|
+
}, O8 = "_iconbtn_16qss_1", V8 = "_iconbtnvert_16qss_7", k8 = "_iconsm_16qss_18", $1 = {
|
|
1723
|
+
iconbtn: O8,
|
|
1724
|
+
iconbtnvert: V8,
|
|
1725
|
+
iconsm: k8
|
|
1726
|
+
}, U8 = ({
|
|
1724
1727
|
multiIcon: e,
|
|
1725
1728
|
otherContent: t = null,
|
|
1726
1729
|
vert: o = !1,
|
|
@@ -1731,9 +1734,9 @@ const c5 = () => {
|
|
|
1731
1734
|
feedback: a,
|
|
1732
1735
|
feedbackClassName: g,
|
|
1733
1736
|
onPointerDown: x,
|
|
1734
|
-
onPointerUp:
|
|
1737
|
+
onPointerUp: v,
|
|
1735
1738
|
onPointerLeave: I,
|
|
1736
|
-
...
|
|
1739
|
+
...L
|
|
1737
1740
|
}) => {
|
|
1738
1741
|
const [F, k] = H(!1), X = !d && a ? g : "", r1 = !d && (F || a);
|
|
1739
1742
|
return /* @__PURE__ */ s.jsxs(
|
|
@@ -1741,13 +1744,13 @@ const c5 = () => {
|
|
|
1741
1744
|
{
|
|
1742
1745
|
type: "button",
|
|
1743
1746
|
className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${X}`,
|
|
1744
|
-
...
|
|
1747
|
+
...L,
|
|
1745
1748
|
disabled: d,
|
|
1746
1749
|
onPointerDown: ($) => {
|
|
1747
1750
|
k(!0), x == null || x($);
|
|
1748
1751
|
},
|
|
1749
1752
|
onPointerUp: ($) => {
|
|
1750
|
-
k(!1),
|
|
1753
|
+
k(!1), v == null || v($);
|
|
1751
1754
|
},
|
|
1752
1755
|
onPointerLeave: ($) => {
|
|
1753
1756
|
k(!1), I == null || I($);
|
|
@@ -1771,7 +1774,7 @@ const c5 = () => {
|
|
|
1771
1774
|
EnabledImage: o,
|
|
1772
1775
|
active: c,
|
|
1773
1776
|
disabled: r
|
|
1774
|
-
}) => r ? t : c ? e : o,
|
|
1777
|
+
}) => r ? t : c ? e : o, W8 = ({
|
|
1775
1778
|
active: e,
|
|
1776
1779
|
className: t = "",
|
|
1777
1780
|
disabled: o
|
|
@@ -1823,7 +1826,7 @@ const c5 = () => {
|
|
|
1823
1826
|
active: e,
|
|
1824
1827
|
disabled: o
|
|
1825
1828
|
}
|
|
1826
|
-
),
|
|
1829
|
+
), F8 = ({
|
|
1827
1830
|
active: e,
|
|
1828
1831
|
className: t = "",
|
|
1829
1832
|
disabled: o
|
|
@@ -1872,7 +1875,7 @@ const c5 = () => {
|
|
|
1872
1875
|
active: e,
|
|
1873
1876
|
disabled: o
|
|
1874
1877
|
}
|
|
1875
|
-
),
|
|
1878
|
+
), H8 = ({
|
|
1876
1879
|
active: e,
|
|
1877
1880
|
className: t = "",
|
|
1878
1881
|
disabled: o
|
|
@@ -1912,7 +1915,7 @@ const c5 = () => {
|
|
|
1912
1915
|
active: e,
|
|
1913
1916
|
disabled: o
|
|
1914
1917
|
}
|
|
1915
|
-
),
|
|
1918
|
+
), K8 = ({
|
|
1916
1919
|
active: e,
|
|
1917
1920
|
className: t = "",
|
|
1918
1921
|
disabled: o
|
|
@@ -1961,7 +1964,7 @@ const c5 = () => {
|
|
|
1961
1964
|
active: e,
|
|
1962
1965
|
disabled: o
|
|
1963
1966
|
}
|
|
1964
|
-
),
|
|
1967
|
+
), G8 = ({
|
|
1965
1968
|
active: e,
|
|
1966
1969
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1967
1970
|
className: t = "",
|
|
@@ -2029,7 +2032,7 @@ const c5 = () => {
|
|
|
2029
2032
|
active: e,
|
|
2030
2033
|
disabled: o
|
|
2031
2034
|
}
|
|
2032
|
-
),
|
|
2035
|
+
), q8 = ({
|
|
2033
2036
|
active: e,
|
|
2034
2037
|
className: t = "",
|
|
2035
2038
|
disabled: o
|
|
@@ -2078,7 +2081,7 @@ const c5 = () => {
|
|
|
2078
2081
|
active: e,
|
|
2079
2082
|
disabled: o
|
|
2080
2083
|
}
|
|
2081
|
-
),
|
|
2084
|
+
), Y8 = ({
|
|
2082
2085
|
active: e,
|
|
2083
2086
|
className: t = "",
|
|
2084
2087
|
disabled: o
|
|
@@ -2127,7 +2130,7 @@ const c5 = () => {
|
|
|
2127
2130
|
active: e,
|
|
2128
2131
|
disabled: o
|
|
2129
2132
|
}
|
|
2130
|
-
),
|
|
2133
|
+
), z8 = ({
|
|
2131
2134
|
active: e,
|
|
2132
2135
|
className: t = "",
|
|
2133
2136
|
disabled: o
|
|
@@ -2176,7 +2179,7 @@ const c5 = () => {
|
|
|
2176
2179
|
active: e,
|
|
2177
2180
|
disabled: o
|
|
2178
2181
|
}
|
|
2179
|
-
),
|
|
2182
|
+
), J8 = ({
|
|
2180
2183
|
active: e,
|
|
2181
2184
|
className: t = "",
|
|
2182
2185
|
disabled: o
|
|
@@ -2225,7 +2228,7 @@ const c5 = () => {
|
|
|
2225
2228
|
active: e,
|
|
2226
2229
|
disabled: o
|
|
2227
2230
|
}
|
|
2228
|
-
),
|
|
2231
|
+
), X8 = ({
|
|
2229
2232
|
active: e,
|
|
2230
2233
|
className: t = "",
|
|
2231
2234
|
disabled: o
|
|
@@ -2274,7 +2277,7 @@ const c5 = () => {
|
|
|
2274
2277
|
active: e,
|
|
2275
2278
|
disabled: o
|
|
2276
2279
|
}
|
|
2277
|
-
),
|
|
2280
|
+
), Q8 = ({
|
|
2278
2281
|
active: e,
|
|
2279
2282
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2280
2283
|
className: t = "",
|
|
@@ -2342,7 +2345,7 @@ const c5 = () => {
|
|
|
2342
2345
|
active: e,
|
|
2343
2346
|
disabled: o
|
|
2344
2347
|
}
|
|
2345
|
-
),
|
|
2348
|
+
), N8 = ({
|
|
2346
2349
|
active: e,
|
|
2347
2350
|
className: t = "",
|
|
2348
2351
|
disabled: o
|
|
@@ -2391,7 +2394,7 @@ const c5 = () => {
|
|
|
2391
2394
|
active: e,
|
|
2392
2395
|
disabled: o
|
|
2393
2396
|
}
|
|
2394
|
-
),
|
|
2397
|
+
), e6 = ({
|
|
2395
2398
|
active: e,
|
|
2396
2399
|
className: t = "",
|
|
2397
2400
|
disabled: o
|
|
@@ -2440,7 +2443,7 @@ const c5 = () => {
|
|
|
2440
2443
|
active: e,
|
|
2441
2444
|
disabled: o
|
|
2442
2445
|
}
|
|
2443
|
-
),
|
|
2446
|
+
), t6 = ({
|
|
2444
2447
|
active: e,
|
|
2445
2448
|
className: t = "",
|
|
2446
2449
|
disabled: o
|
|
@@ -2489,7 +2492,7 @@ const c5 = () => {
|
|
|
2489
2492
|
active: e,
|
|
2490
2493
|
disabled: o
|
|
2491
2494
|
}
|
|
2492
|
-
),
|
|
2495
|
+
), s6 = ({
|
|
2493
2496
|
active: e,
|
|
2494
2497
|
className: t = "",
|
|
2495
2498
|
disabled: o
|
|
@@ -2538,7 +2541,7 @@ const c5 = () => {
|
|
|
2538
2541
|
active: e,
|
|
2539
2542
|
disabled: o
|
|
2540
2543
|
}
|
|
2541
|
-
),
|
|
2544
|
+
), o6 = ({
|
|
2542
2545
|
active: e,
|
|
2543
2546
|
className: t = "",
|
|
2544
2547
|
disabled: o
|
|
@@ -2560,7 +2563,7 @@ const c5 = () => {
|
|
|
2560
2563
|
active: e,
|
|
2561
2564
|
disabled: o
|
|
2562
2565
|
}
|
|
2563
|
-
),
|
|
2566
|
+
), n6 = ({
|
|
2564
2567
|
active: e,
|
|
2565
2568
|
className: t = "",
|
|
2566
2569
|
disabled: o
|
|
@@ -2609,7 +2612,7 @@ const c5 = () => {
|
|
|
2609
2612
|
active: e,
|
|
2610
2613
|
disabled: o
|
|
2611
2614
|
}
|
|
2612
|
-
),
|
|
2615
|
+
), c6 = ({
|
|
2613
2616
|
active: e,
|
|
2614
2617
|
className: t = "",
|
|
2615
2618
|
disabled: o
|
|
@@ -2658,7 +2661,7 @@ const c5 = () => {
|
|
|
2658
2661
|
active: e,
|
|
2659
2662
|
disabled: o
|
|
2660
2663
|
}
|
|
2661
|
-
),
|
|
2664
|
+
), r6 = ({
|
|
2662
2665
|
active: e,
|
|
2663
2666
|
className: t = "",
|
|
2664
2667
|
disabled: o
|
|
@@ -2707,7 +2710,7 @@ const c5 = () => {
|
|
|
2707
2710
|
active: e,
|
|
2708
2711
|
disabled: o
|
|
2709
2712
|
}
|
|
2710
|
-
),
|
|
2713
|
+
), l6 = ({
|
|
2711
2714
|
active: e,
|
|
2712
2715
|
className: t = "",
|
|
2713
2716
|
disabled: o
|
|
@@ -2756,7 +2759,7 @@ const c5 = () => {
|
|
|
2756
2759
|
active: e,
|
|
2757
2760
|
disabled: o
|
|
2758
2761
|
}
|
|
2759
|
-
),
|
|
2762
|
+
), i6 = ({
|
|
2760
2763
|
active: e,
|
|
2761
2764
|
className: t = "",
|
|
2762
2765
|
disabled: o
|
|
@@ -2805,7 +2808,7 @@ const c5 = () => {
|
|
|
2805
2808
|
active: e,
|
|
2806
2809
|
disabled: o
|
|
2807
2810
|
}
|
|
2808
|
-
),
|
|
2811
|
+
), a6 = ({
|
|
2809
2812
|
active: e,
|
|
2810
2813
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2811
2814
|
className: t = "",
|
|
@@ -2873,7 +2876,7 @@ const c5 = () => {
|
|
|
2873
2876
|
active: e,
|
|
2874
2877
|
disabled: o
|
|
2875
2878
|
}
|
|
2876
|
-
),
|
|
2879
|
+
), u6 = ({
|
|
2877
2880
|
active: e,
|
|
2878
2881
|
className: t = "",
|
|
2879
2882
|
disabled: o
|
|
@@ -2922,7 +2925,7 @@ const c5 = () => {
|
|
|
2922
2925
|
active: e,
|
|
2923
2926
|
disabled: o
|
|
2924
2927
|
}
|
|
2925
|
-
),
|
|
2928
|
+
), d6 = ({
|
|
2926
2929
|
active: e,
|
|
2927
2930
|
className: t = "",
|
|
2928
2931
|
disabled: o
|
|
@@ -2971,7 +2974,7 @@ const c5 = () => {
|
|
|
2971
2974
|
active: e,
|
|
2972
2975
|
disabled: o
|
|
2973
2976
|
}
|
|
2974
|
-
),
|
|
2977
|
+
), i5 = ({
|
|
2975
2978
|
active: e,
|
|
2976
2979
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2977
2980
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -2986,7 +2989,7 @@ const c5 = () => {
|
|
|
2986
2989
|
active: e,
|
|
2987
2990
|
disabled: o
|
|
2988
2991
|
}
|
|
2989
|
-
),
|
|
2992
|
+
), v6 = ({
|
|
2990
2993
|
active: e,
|
|
2991
2994
|
className: t = "",
|
|
2992
2995
|
disabled: o
|
|
@@ -3084,7 +3087,7 @@ const c5 = () => {
|
|
|
3084
3087
|
active: e,
|
|
3085
3088
|
disabled: o
|
|
3086
3089
|
}
|
|
3087
|
-
),
|
|
3090
|
+
), g6 = ({
|
|
3088
3091
|
active: e,
|
|
3089
3092
|
className: t = "",
|
|
3090
3093
|
disabled: o
|
|
@@ -3133,7 +3136,7 @@ const c5 = () => {
|
|
|
3133
3136
|
active: e,
|
|
3134
3137
|
disabled: o
|
|
3135
3138
|
}
|
|
3136
|
-
),
|
|
3139
|
+
), f6 = ({
|
|
3137
3140
|
active: e,
|
|
3138
3141
|
className: t = "",
|
|
3139
3142
|
disabled: o
|
|
@@ -3182,7 +3185,7 @@ const c5 = () => {
|
|
|
3182
3185
|
active: e,
|
|
3183
3186
|
disabled: o
|
|
3184
3187
|
}
|
|
3185
|
-
),
|
|
3188
|
+
), p6 = ({
|
|
3186
3189
|
active: e,
|
|
3187
3190
|
className: t = "",
|
|
3188
3191
|
disabled: o
|
|
@@ -3231,7 +3234,7 @@ const c5 = () => {
|
|
|
3231
3234
|
active: e,
|
|
3232
3235
|
disabled: o
|
|
3233
3236
|
}
|
|
3234
|
-
),
|
|
3237
|
+
), w6 = ({
|
|
3235
3238
|
active: e,
|
|
3236
3239
|
className: t = "",
|
|
3237
3240
|
disabled: o
|
|
@@ -3280,7 +3283,7 @@ const c5 = () => {
|
|
|
3280
3283
|
active: e,
|
|
3281
3284
|
disabled: o
|
|
3282
3285
|
}
|
|
3283
|
-
),
|
|
3286
|
+
), x6 = ({
|
|
3284
3287
|
active: e,
|
|
3285
3288
|
className: t = "",
|
|
3286
3289
|
disabled: o
|
|
@@ -3329,7 +3332,7 @@ const c5 = () => {
|
|
|
3329
3332
|
active: e,
|
|
3330
3333
|
disabled: o
|
|
3331
3334
|
}
|
|
3332
|
-
),
|
|
3335
|
+
), M6 = ({
|
|
3333
3336
|
active: e,
|
|
3334
3337
|
className: t = "",
|
|
3335
3338
|
disabled: o
|
|
@@ -3378,156 +3381,157 @@ const c5 = () => {
|
|
|
3378
3381
|
active: e,
|
|
3379
3382
|
disabled: o
|
|
3380
3383
|
}
|
|
3381
|
-
),
|
|
3382
|
-
Alert:
|
|
3383
|
-
Camera:
|
|
3384
|
-
DownArrow:
|
|
3385
|
-
Ban:
|
|
3386
|
-
Check:
|
|
3387
|
-
Controller:
|
|
3388
|
-
Elipses:
|
|
3389
|
-
Flag:
|
|
3390
|
-
Gear:
|
|
3391
|
-
Glass:
|
|
3392
|
-
Hdmi:
|
|
3393
|
-
Laptop:
|
|
3394
|
-
LeftArrow:
|
|
3395
|
-
Light:
|
|
3396
|
-
Mic:
|
|
3397
|
-
Moon:
|
|
3398
|
-
Playstation:
|
|
3399
|
-
Podium:
|
|
3400
|
-
Power:
|
|
3401
|
-
Privacy:
|
|
3402
|
-
Question:
|
|
3403
|
-
RightArrow:
|
|
3404
|
-
RoomPC:
|
|
3405
|
-
Shade:
|
|
3406
|
-
Sun:
|
|
3407
|
-
UpArrow:
|
|
3384
|
+
), m6 = {
|
|
3385
|
+
Alert: W8,
|
|
3386
|
+
Camera: H8,
|
|
3387
|
+
DownArrow: q8,
|
|
3388
|
+
Ban: F8,
|
|
3389
|
+
Check: K8,
|
|
3390
|
+
Controller: G8,
|
|
3391
|
+
Elipses: Y8,
|
|
3392
|
+
Flag: z8,
|
|
3393
|
+
Gear: J8,
|
|
3394
|
+
Glass: X8,
|
|
3395
|
+
Hdmi: Q8,
|
|
3396
|
+
Laptop: N8,
|
|
3397
|
+
LeftArrow: e6,
|
|
3398
|
+
Light: t6,
|
|
3399
|
+
Mic: M6,
|
|
3400
|
+
Moon: s6,
|
|
3401
|
+
Playstation: o6,
|
|
3402
|
+
Podium: n6,
|
|
3403
|
+
Power: c6,
|
|
3404
|
+
Privacy: r6,
|
|
3405
|
+
Question: l6,
|
|
3406
|
+
RightArrow: i6,
|
|
3407
|
+
RoomPC: a6,
|
|
3408
|
+
Shade: u6,
|
|
3409
|
+
Sun: d6,
|
|
3410
|
+
UpArrow: v6,
|
|
3408
3411
|
VolDown: h6,
|
|
3409
|
-
VolMute:
|
|
3410
|
-
VolUp:
|
|
3411
|
-
Wireless:
|
|
3412
|
-
X:
|
|
3413
|
-
Xbox:
|
|
3412
|
+
VolMute: g6,
|
|
3413
|
+
VolUp: f6,
|
|
3414
|
+
Wireless: p6,
|
|
3415
|
+
X: w6,
|
|
3416
|
+
Xbox: x6
|
|
3414
3417
|
};
|
|
3415
|
-
function
|
|
3418
|
+
function a5({
|
|
3416
3419
|
name: e,
|
|
3417
|
-
iconsDictionary: t =
|
|
3420
|
+
iconsDictionary: t = m6,
|
|
3418
3421
|
...o
|
|
3419
3422
|
}) {
|
|
3420
3423
|
const c = t[e] ?? null;
|
|
3421
|
-
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(
|
|
3424
|
+
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(U8, { multiIcon: c, ...o });
|
|
3422
3425
|
}
|
|
3423
|
-
const
|
|
3424
|
-
grid:
|
|
3425
|
-
header:
|
|
3426
|
-
content:
|
|
3427
|
-
footer:
|
|
3428
|
-
volume:
|
|
3429
|
-
},
|
|
3430
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3431
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3432
|
-
r && /* @__PURE__ */ s.jsx("div", { className:
|
|
3433
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3434
|
-
] }),
|
|
3435
|
-
grid:
|
|
3436
|
-
header:
|
|
3437
|
-
content:
|
|
3438
|
-
},
|
|
3426
|
+
const Z6 = "_grid_1cmpp_1", j6 = "_header_1cmpp_11", C6 = "_content_1cmpp_17", S6 = "_footer_1cmpp_23", b6 = "_volume_1cmpp_29", v1 = {
|
|
3427
|
+
grid: Z6,
|
|
3428
|
+
header: j6,
|
|
3429
|
+
content: C6,
|
|
3430
|
+
footer: S6,
|
|
3431
|
+
volume: b6
|
|
3432
|
+
}, u5 = ({ header: e, footer: t, content: o, volume: c, showVolume: r }) => /* @__PURE__ */ s.jsxs("div", { className: v1.grid, children: [
|
|
3433
|
+
/* @__PURE__ */ s.jsx("div", { className: v1.header, children: e }),
|
|
3434
|
+
/* @__PURE__ */ s.jsx("div", { className: v1.content, children: o }),
|
|
3435
|
+
r && /* @__PURE__ */ s.jsx("div", { className: v1.volume, children: c }),
|
|
3436
|
+
/* @__PURE__ */ s.jsx("div", { className: v1.footer, children: t })
|
|
3437
|
+
] }), I6 = "_grid_11w5q_1", R6 = "_header_11w5q_11", y6 = "_content_11w5q_17", Z1 = {
|
|
3438
|
+
grid: I6,
|
|
3439
|
+
header: R6,
|
|
3440
|
+
content: y6
|
|
3441
|
+
}, d5 = ({ className: e, header: t, content: o, leftNav: c }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${Z1.grid}`, children: [
|
|
3439
3442
|
/* @__PURE__ */ s.jsx("div", { className: Z1.header, children: t }),
|
|
3440
3443
|
c && /* @__PURE__ */ s.jsx("div", { className: Z1.leftNav, children: c }),
|
|
3441
3444
|
/* @__PURE__ */ s.jsx("div", { className: Z1.content, children: o })
|
|
3442
|
-
] }),
|
|
3443
|
-
grid:
|
|
3444
|
-
header:
|
|
3445
|
-
content:
|
|
3446
|
-
},
|
|
3445
|
+
] }), E6 = "_grid_1uwfo_1", P6 = "_header_1uwfo_11", T6 = "_content_1uwfo_17", A1 = {
|
|
3446
|
+
grid: E6,
|
|
3447
|
+
header: P6,
|
|
3448
|
+
content: T6
|
|
3449
|
+
}, v5 = ({ className: e, header: t, content: o }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${A1.grid}`, children: [
|
|
3447
3450
|
/* @__PURE__ */ s.jsx("div", { className: A1.header, children: t }),
|
|
3448
3451
|
/* @__PURE__ */ s.jsx("div", { className: A1.content, children: o })
|
|
3449
3452
|
] });
|
|
3450
|
-
class
|
|
3453
|
+
class h5 {
|
|
3451
3454
|
constructor() {
|
|
3452
3455
|
G(this, "currentShareText");
|
|
3453
3456
|
G(this, "enabled");
|
|
3454
3457
|
G(this, "isSharing");
|
|
3455
3458
|
}
|
|
3456
3459
|
}
|
|
3457
|
-
function
|
|
3460
|
+
function g5() {
|
|
3458
3461
|
return console.log(location.pathname), location.pathname;
|
|
3459
3462
|
}
|
|
3460
|
-
var
|
|
3461
|
-
class
|
|
3463
|
+
var _6 = /* @__PURE__ */ ((e) => (e[e.NotSet = 0] = "NotSet", e[e.Sunday = 1] = "Sunday", e[e.Monday = 2] = "Monday", e[e.Tuesday = 4] = "Tuesday", e[e.Wednesday = 8] = "Wednesday", e[e.Thursday = 16] = "Thursday", e[e.Friday = 32] = "Friday", e[e.Saturday = 64] = "Saturday", e))(_6 || {});
|
|
3464
|
+
class f5 {
|
|
3462
3465
|
constructor(t, o) {
|
|
3463
3466
|
G(this, "path");
|
|
3464
3467
|
G(this, "handler");
|
|
3465
3468
|
this.path = t, this.handler = o;
|
|
3466
3469
|
}
|
|
3467
3470
|
}
|
|
3468
|
-
const
|
|
3471
|
+
const p5 = "$off";
|
|
3469
3472
|
export {
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3473
|
+
je as Clock,
|
|
3474
|
+
_6 as DaysOfWeek,
|
|
3475
|
+
l5 as ErrorBox,
|
|
3476
|
+
U8 as IconButton,
|
|
3477
|
+
W8 as IconMultiAlert,
|
|
3478
|
+
F8 as IconMultiBan,
|
|
3479
|
+
H8 as IconMultiCamera,
|
|
3480
|
+
K8 as IconMultiCheck,
|
|
3481
|
+
G8 as IconMultiController,
|
|
3482
|
+
q8 as IconMultiDownArrow,
|
|
3483
|
+
Y8 as IconMultiElipses,
|
|
3484
|
+
z8 as IconMultiFlag,
|
|
3485
|
+
J8 as IconMultiGear,
|
|
3486
|
+
X8 as IconMultiGlass,
|
|
3487
|
+
Q8 as IconMultiHdmi,
|
|
3488
|
+
N8 as IconMultiLaptop,
|
|
3489
|
+
e6 as IconMultiLeftArrow,
|
|
3490
|
+
t6 as IconMultiLight,
|
|
3491
|
+
M6 as IconMultiMic,
|
|
3492
|
+
s6 as IconMultiMoon,
|
|
3493
|
+
o6 as IconMultiPlaystation,
|
|
3494
|
+
n6 as IconMultiPodium,
|
|
3495
|
+
c6 as IconMultiPower,
|
|
3496
|
+
r6 as IconMultiPrivacy,
|
|
3497
|
+
l6 as IconMultiQuestion,
|
|
3498
|
+
i6 as IconMultiRightArrow,
|
|
3499
|
+
a6 as IconMultiRoomPC,
|
|
3500
|
+
u6 as IconMultiShade,
|
|
3501
|
+
d6 as IconMultiSun,
|
|
3502
|
+
i5 as IconMultiTemplate,
|
|
3503
|
+
v6 as IconMultiUpArrow,
|
|
3501
3504
|
h6 as IconMultiVolDown,
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3505
|
+
g6 as IconMultiVolMute,
|
|
3506
|
+
f6 as IconMultiVolUp,
|
|
3507
|
+
p6 as IconMultiWireless,
|
|
3508
|
+
w6 as IconMultiX,
|
|
3509
|
+
x6 as IconMultiXbox,
|
|
3510
|
+
u5 as MainLayout,
|
|
3511
|
+
f5 as MessageHandler,
|
|
3512
|
+
xe as MobileControlProvider,
|
|
3510
3513
|
j as MultiStateIconContainer,
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3514
|
+
a5 as NamedIconButton,
|
|
3515
|
+
h5 as ShareState,
|
|
3516
|
+
d5 as TechLayout,
|
|
3517
|
+
v5 as TechPinLayout,
|
|
3515
3518
|
I3 as WebsocketContext,
|
|
3516
|
-
|
|
3519
|
+
w8 as appConfigActions,
|
|
3517
3520
|
N as devicesActions,
|
|
3518
|
-
|
|
3521
|
+
g5 as getBaseLocation,
|
|
3519
3522
|
V1 as httpClient,
|
|
3520
|
-
|
|
3521
|
-
|
|
3523
|
+
m6 as iconsDictionary,
|
|
3524
|
+
p5 as roomOffSourceKey,
|
|
3522
3525
|
e1 as roomsActions,
|
|
3523
3526
|
W as runtimeConfigActions,
|
|
3524
3527
|
Z3 as selectAllDevices,
|
|
3525
3528
|
x2 as selectApiPath,
|
|
3526
3529
|
w2 as selectAppConfig,
|
|
3527
3530
|
Y2 as selectClientId,
|
|
3528
|
-
|
|
3531
|
+
l8 as selectCurrentPopoverIdForGroup,
|
|
3529
3532
|
j2 as selectDeviceByKey,
|
|
3530
|
-
|
|
3533
|
+
t8 as selectDeviceInterfaceSupport,
|
|
3534
|
+
a8 as selectError,
|
|
3531
3535
|
e8 as selectIsTouchpanel,
|
|
3532
3536
|
M2 as selectLogoPath,
|
|
3533
3537
|
U1 as selectModalVisibility,
|
|
@@ -3540,7 +3544,7 @@ export {
|
|
|
3540
3544
|
_2 as selectRoomDestinationList,
|
|
3541
3545
|
T2 as selectRoomDestinations,
|
|
3542
3546
|
F2 as selectRoomDisplayStates,
|
|
3543
|
-
|
|
3547
|
+
D2 as selectRoomEnvironmentalDevices,
|
|
3544
3548
|
A2 as selectRoomInCall,
|
|
3545
3549
|
O2 as selectRoomIsCoolingDown,
|
|
3546
3550
|
V2 as selectRoomIsOn,
|
|
@@ -3548,118 +3552,119 @@ export {
|
|
|
3548
3552
|
q2 as selectRoomKey,
|
|
3549
3553
|
y2 as selectRoomLevelControls,
|
|
3550
3554
|
I2 as selectRoomName,
|
|
3551
|
-
|
|
3555
|
+
L2 as selectRoomProgramAudioDestinationKey,
|
|
3552
3556
|
U2 as selectRoomShareState,
|
|
3553
3557
|
E2 as selectRoomSourceList,
|
|
3554
3558
|
R2 as selectRoomVolume,
|
|
3555
3559
|
S2 as selectRooms,
|
|
3556
3560
|
Q2 as selectRuntimeInfo,
|
|
3557
3561
|
X2 as selectServerIsRunningOnProcessorHardware,
|
|
3558
|
-
|
|
3559
|
-
|
|
3562
|
+
i8 as selectShowPopoverById,
|
|
3563
|
+
u8 as selectShowReconnect,
|
|
3560
3564
|
z2 as selectSystemUuid,
|
|
3561
|
-
|
|
3565
|
+
d8 as selectTheme,
|
|
3562
3566
|
N2 as selectTouchpanelKey,
|
|
3563
3567
|
J2 as selectUserCode,
|
|
3564
3568
|
G2 as selectWsIsConnected,
|
|
3565
3569
|
W2 as selectZoomRoomControllerKey,
|
|
3566
3570
|
m as store,
|
|
3567
3571
|
q as uiActions,
|
|
3568
|
-
|
|
3569
|
-
|
|
3572
|
+
f8 as uiReducer,
|
|
3573
|
+
V6 as useApiPath,
|
|
3570
3574
|
Z2 as useAppConfig,
|
|
3571
3575
|
p2 as useAppDispatch,
|
|
3572
3576
|
p as useAppSelector,
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3577
|
+
me as useAvrControl,
|
|
3578
|
+
h as useButtonHeldHeartbeat,
|
|
3579
|
+
Ze as useCameraBase,
|
|
3580
|
+
o8 as useClientId,
|
|
3581
|
+
A8 as useDeviceIBasicVolumeWithFeedback,
|
|
3582
|
+
de as useDeviceInterfaceSupport,
|
|
3583
|
+
Ce as useDevicePresetsModel,
|
|
3584
|
+
Se as useEndpoint,
|
|
3585
|
+
v8 as useError,
|
|
3586
|
+
t5 as useGetAllDeviceStateFromRoomConfiguration,
|
|
3587
|
+
W6 as useGetAllDevices,
|
|
3588
|
+
H6 as useGetAllRooms,
|
|
3589
|
+
fe as useGetCurrentPopoverIdForGroup,
|
|
3585
3590
|
y as useGetDevice,
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3591
|
+
Me as useGetIBasicVolumeWithFeedback,
|
|
3592
|
+
K6 as useGetRoom,
|
|
3593
|
+
re as useGetRoomDisplayStates,
|
|
3594
|
+
le as useGetZoomRoomControllerKey,
|
|
3590
3595
|
R3 as useIBasicVolumeWithFeedback,
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3596
|
+
be as useIChannel,
|
|
3597
|
+
Ie as useIColor,
|
|
3598
|
+
Re as useICommunicationMonitor,
|
|
3599
|
+
Ee as useIDPad,
|
|
3600
|
+
ye as useIDeviceInfoMessenger,
|
|
3601
|
+
Pe as useIDspPresets,
|
|
3602
|
+
Te as useIDvr,
|
|
3603
|
+
_e as useIEssentialsRoomCombiner,
|
|
3604
|
+
De as useIHasCameras,
|
|
3600
3605
|
y3 as useIHasPowerControl,
|
|
3601
3606
|
k1 as useIHasSelectableItems,
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3607
|
+
Le as useIHumiditySensor,
|
|
3608
|
+
$e as useILevelControls,
|
|
3609
|
+
Ae as useILightingScenes,
|
|
3610
|
+
Be as useIMatrixRouting,
|
|
3611
|
+
Oe as useIMcCiscoCodecUserInterfaceAppControl,
|
|
3612
|
+
Ve as useINumeric,
|
|
3613
|
+
ke as useIProjectorScreenLiftControl,
|
|
3614
|
+
Ue as useIRoomEventSchedule,
|
|
3615
|
+
We as useIRunDefaultPresentRoute,
|
|
3616
|
+
Fe as useIRunDirectRouteAction,
|
|
3617
|
+
He as useIRunRouteAction,
|
|
3618
|
+
Ke as useISetTopBoxControls,
|
|
3619
|
+
Ge as useIShadesOpenCloseStop,
|
|
3620
|
+
qe as useIShutdownPromptTimer,
|
|
3621
|
+
Ye as useISwitchedOutput,
|
|
3622
|
+
ze as useITechPassword,
|
|
3623
|
+
Je as useITemperatureSensor,
|
|
3624
|
+
Xe as useITheme,
|
|
3625
|
+
Qe as useITransport,
|
|
3626
|
+
S8 as useInitialize,
|
|
3627
|
+
ue as useIsTouchpanel,
|
|
3628
|
+
k6 as useLogoPath,
|
|
3629
|
+
Ne as useMobileControlTouchpanelController,
|
|
3630
|
+
s5 as useOverflow,
|
|
3631
|
+
U6 as usePartnerMetadata,
|
|
3632
|
+
$8 as usePressHoldRelease,
|
|
3633
|
+
ne as useRoomAdvancedSharingActive,
|
|
3634
|
+
Y6 as useRoomAudioControlPointList,
|
|
3635
|
+
N6 as useRoomCodecContentDestinationKey,
|
|
3636
|
+
F6 as useRoomConfiguration,
|
|
3637
|
+
J6 as useRoomDestinationList,
|
|
3638
|
+
z6 as useRoomDestinations,
|
|
3639
|
+
X6 as useRoomEnvironmentalDevices,
|
|
3640
|
+
o5 as useRoomIBasicVolumeWithFeedback,
|
|
3641
|
+
ee as useRoomInCall,
|
|
3642
|
+
se as useRoomIsCoolingDown,
|
|
3643
|
+
oe as useRoomIsOn,
|
|
3644
|
+
te as useRoomIsWarmingUp,
|
|
3645
|
+
s8 as useRoomKey,
|
|
3641
3646
|
K2 as useRoomLevelControls,
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3647
|
+
G6 as useRoomName,
|
|
3648
|
+
Q6 as useRoomProgramAudioDestinationKey,
|
|
3649
|
+
ce as useRoomShareState,
|
|
3650
|
+
q6 as useRoomSourceList,
|
|
3646
3651
|
C1 as useRoomState,
|
|
3647
3652
|
H2 as useRoomVolume,
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3653
|
+
ie as useRuntimeInfo,
|
|
3654
|
+
n5 as useScroll,
|
|
3655
|
+
r8 as useServerIsRunningOnProcessorHardware,
|
|
3656
|
+
he as useShowIncomingCallModal,
|
|
3657
|
+
ge as useShowModal,
|
|
3658
|
+
pe as useShowPopoverById,
|
|
3654
3659
|
h8 as useShowReconnect,
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3660
|
+
ve as useShowShutdownModal,
|
|
3661
|
+
c5 as useSystemControl,
|
|
3662
|
+
n8 as useSystemUuid,
|
|
3663
|
+
we as useTheme,
|
|
3664
|
+
r5 as useTimeAndDate,
|
|
3665
|
+
ae as useTouchpanelKey,
|
|
3666
|
+
e5 as useTwoWayDisplayBase,
|
|
3667
|
+
c8 as useUserCode,
|
|
3663
3668
|
b as useWebsocketContext,
|
|
3664
3669
|
j3 as useWsIsConnected
|
|
3665
3670
|
};
|