@pepperdash/mobile-control-react-app-core 1.20.15 → 1.20.17-roomCombinationChanged-handling.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 +272 -229
- package/dist/mobile-control-react-app-core.umd.js +8 -8
- package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts +1 -0
- package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts +1 -1
- package/dist/utils/WebsocketProvider.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,137 +1,137 @@
|
|
|
1
1
|
var s2 = Object.defineProperty;
|
|
2
2
|
var o2 = (e, t, o) => t in e ? s2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
|
|
3
|
-
var
|
|
3
|
+
var Y = (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
|
-
import { createSelector as
|
|
7
|
-
import
|
|
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 G, useRef as v1, useCallback as a1, useEffect as n1, useContext as h2, useLayoutEffect as x3 } from "react";
|
|
8
8
|
import * as M3 from "lodash";
|
|
9
9
|
import { useNavigate as v2, useRouteError as g2, isRouteErrorResponse as f2 } from "react-router-dom";
|
|
10
|
-
const
|
|
10
|
+
const p2 = r2.withTypes(), p = l2.withTypes(), j1 = (e) => e.appConfig, w2 = w(
|
|
11
11
|
j1,
|
|
12
12
|
(e) => e.config
|
|
13
|
-
), x2 =
|
|
13
|
+
), x2 = w(
|
|
14
14
|
j1,
|
|
15
15
|
(e) => e.config.apiPath
|
|
16
|
-
), M2 =
|
|
16
|
+
), M2 = w(
|
|
17
17
|
j1,
|
|
18
18
|
(e) => e.config.logoPath
|
|
19
|
-
), m2 =
|
|
19
|
+
), m2 = w(
|
|
20
20
|
j1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
), Z2 = () =>
|
|
22
|
+
), Z2 = () => p(w2), O6 = () => p(x2), V6 = () => p(M2), k6 = () => p(m2), m3 = (e) => e.devices, Z3 = w(
|
|
23
23
|
m3,
|
|
24
24
|
(e) => e
|
|
25
|
-
), j2 = (e) =>
|
|
25
|
+
), j2 = (e) => w(
|
|
26
26
|
m3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
), U6 = () =>
|
|
28
|
+
), U6 = () => p(Z3);
|
|
29
29
|
function _(e) {
|
|
30
|
-
return
|
|
30
|
+
return p(j2(e));
|
|
31
31
|
}
|
|
32
|
-
const L = (e) => e.rooms, C2 = (e) =>
|
|
32
|
+
const L = (e) => e.rooms, C2 = (e) => w(
|
|
33
33
|
L,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
-
), S2 =
|
|
35
|
+
), S2 = w(
|
|
36
36
|
L,
|
|
37
37
|
(e) => e
|
|
38
|
-
), b2 = (e) =>
|
|
38
|
+
), b2 = (e) => w(
|
|
39
39
|
L,
|
|
40
40
|
(t) => t[e] ? t[e] : void 0
|
|
41
|
-
), I2 = (e) =>
|
|
41
|
+
), I2 = (e) => w(
|
|
42
42
|
L,
|
|
43
43
|
(t) => t[e] ? t[e].name : void 0
|
|
44
|
-
), R2 = (e, t) =>
|
|
44
|
+
), R2 = (e, t) => w(
|
|
45
45
|
L,
|
|
46
46
|
(o) => o[e] ? o[e].volumes[t] : void 0
|
|
47
|
-
), y2 = (e) =>
|
|
47
|
+
), y2 = (e) => w(
|
|
48
48
|
L,
|
|
49
49
|
(t) => t[e] ? t[e] : void 0
|
|
50
|
-
), E2 = (e) =>
|
|
50
|
+
), E2 = (e) => w(
|
|
51
51
|
L,
|
|
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
|
-
), T2 = (e) =>
|
|
56
|
+
), T2 = (e) => w(
|
|
57
57
|
L,
|
|
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
|
-
), _2 = (e) =>
|
|
62
|
+
), _2 = (e) => w(
|
|
63
63
|
L,
|
|
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
|
-
), P2 = (e) =>
|
|
68
|
+
), P2 = (e) => w(
|
|
69
69
|
L,
|
|
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
|
-
), L2 = (e) =>
|
|
74
|
+
), L2 = (e) => w(
|
|
75
75
|
L,
|
|
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
|
-
), D2 = (e) =>
|
|
80
|
+
), D2 = (e) => w(
|
|
81
81
|
L,
|
|
82
82
|
(t) => {
|
|
83
83
|
var o, c, r, i, d, a, f, 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 = (f = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : f.destinationList.defaultDisplay) == null ? void 0 : x.sinkKey) || "";
|
|
85
85
|
}
|
|
86
|
-
), $2 = (e) =>
|
|
86
|
+
), $2 = (e) => w(
|
|
87
87
|
L,
|
|
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
|
-
), A2 = (e) =>
|
|
92
|
+
), A2 = (e) => w(
|
|
93
93
|
L,
|
|
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
|
-
), B2 = (e) =>
|
|
98
|
+
), B2 = (e) => w(
|
|
99
99
|
L,
|
|
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
|
-
), O2 = (e) =>
|
|
104
|
+
), O2 = (e) => w(
|
|
105
105
|
L,
|
|
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
|
-
), V2 = (e) =>
|
|
110
|
+
), V2 = (e) => w(
|
|
111
111
|
L,
|
|
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
|
-
), k2 = (e) =>
|
|
116
|
+
), k2 = (e) => w(
|
|
117
117
|
L,
|
|
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
|
-
), U2 = (e) =>
|
|
122
|
+
), U2 = (e) => w(
|
|
123
123
|
L,
|
|
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
|
-
), W2 = (e) =>
|
|
128
|
+
), W2 = (e) => w(
|
|
129
129
|
L,
|
|
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
|
-
), F2 =
|
|
134
|
+
), F2 = w(
|
|
135
135
|
[
|
|
136
136
|
(e, t) => t,
|
|
137
137
|
() => Z3,
|
|
@@ -147,76 +147,76 @@ const L = (e) => e.rooms, C2 = (e) => p(
|
|
|
147
147
|
}
|
|
148
148
|
);
|
|
149
149
|
function W6(e) {
|
|
150
|
-
return
|
|
150
|
+
return p(
|
|
151
151
|
C2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
154
|
function F6() {
|
|
155
|
-
return
|
|
155
|
+
return p(S2);
|
|
156
156
|
}
|
|
157
157
|
function C1(e) {
|
|
158
|
-
return
|
|
158
|
+
return p(b2(e));
|
|
159
159
|
}
|
|
160
|
-
const H6 = C1, K6 = (e) =>
|
|
160
|
+
const H6 = C1, K6 = (e) => p(
|
|
161
161
|
I2(e)
|
|
162
|
-
), H2 = (e, t) =>
|
|
162
|
+
), H2 = (e, t) => p(
|
|
163
163
|
R2(e, t)
|
|
164
|
-
), K2 = (e) =>
|
|
165
|
-
|
|
164
|
+
), K2 = (e) => p(y2(e)) || void 0, G6 = (e) => p(E2(e)), q6 = (e) => p(T2(e)), Y6 = (e) => p(_2(e)), z6 = (e) => p(P2(e)), J6 = (e) => p(L2(e)), X6 = (e) => p(D2(e)), Q6 = (e) => p($2(e)), N6 = (e) => p(A2(e)), ee = (e) => p(B2(e)), te = (e) => p(O2(e)), se = (e) => p(V2(e)), oe = (e) => p(k2(e)), ne = (e) => p(U2(e)), ce = (e) => p((t) => F2(t, e)), re = (e) => p(W2(e)), X = (e) => e.runtimeConfig, G2 = w(
|
|
165
|
+
X,
|
|
166
166
|
(e) => e.websocket.isConnected
|
|
167
|
-
), q2 =
|
|
168
|
-
|
|
167
|
+
), q2 = w(
|
|
168
|
+
X,
|
|
169
169
|
(e) => e.currentRoomKey
|
|
170
|
-
), Y2 =
|
|
171
|
-
|
|
170
|
+
), Y2 = w(
|
|
171
|
+
X,
|
|
172
172
|
(e) => e.roomData.clientId
|
|
173
|
-
), z2 =
|
|
174
|
-
|
|
173
|
+
), z2 = w(
|
|
174
|
+
X,
|
|
175
175
|
(e) => e.roomData.systemUuid
|
|
176
|
-
), J2 =
|
|
177
|
-
|
|
176
|
+
), J2 = w(
|
|
177
|
+
X,
|
|
178
178
|
(e) => e.roomData.userCode
|
|
179
|
-
), X2 =
|
|
180
|
-
|
|
179
|
+
), X2 = w(
|
|
180
|
+
X,
|
|
181
181
|
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
|
-
), Q2 =
|
|
183
|
-
|
|
182
|
+
), Q2 = w(
|
|
183
|
+
X,
|
|
184
184
|
(e) => {
|
|
185
185
|
var t;
|
|
186
186
|
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
187
187
|
}
|
|
188
|
-
), N2 =
|
|
189
|
-
|
|
188
|
+
), N2 = w(
|
|
189
|
+
X,
|
|
190
190
|
(e) => e.touchpanelKey
|
|
191
|
-
), e8 =
|
|
192
|
-
|
|
191
|
+
), e8 = w(
|
|
192
|
+
X,
|
|
193
193
|
(e) => e.touchpanelKey !== ""
|
|
194
|
-
), j3 = () =>
|
|
194
|
+
), j3 = () => p(G2), t8 = () => p(q2), s8 = () => p(Y2), o8 = () => p(z2), n8 = () => p(J2), c8 = () => p(X2), le = () => p(Q2), ie = () => p(N2), ae = () => p(e8), c1 = (e) => e.ui, U1 = (e) => w(
|
|
195
195
|
c1,
|
|
196
196
|
(t) => t.modalVisibility[e]
|
|
197
|
-
), r8 = (e) =>
|
|
197
|
+
), r8 = (e) => w(
|
|
198
198
|
c1,
|
|
199
199
|
(t) => {
|
|
200
200
|
const o = t.popoverVisibility[e];
|
|
201
201
|
if (o)
|
|
202
202
|
return Object.keys(o).find((c) => o[c]);
|
|
203
203
|
}
|
|
204
|
-
), l8 = (e, t) =>
|
|
204
|
+
), l8 = (e, t) => w(
|
|
205
205
|
c1,
|
|
206
206
|
(o) => {
|
|
207
207
|
var c;
|
|
208
208
|
return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
209
209
|
}
|
|
210
|
-
), i8 =
|
|
210
|
+
), i8 = w(
|
|
211
211
|
c1,
|
|
212
212
|
(e) => e.error
|
|
213
|
-
), a8 =
|
|
213
|
+
), a8 = w(
|
|
214
214
|
c1,
|
|
215
215
|
(e) => e.showReconnect
|
|
216
|
-
), u8 =
|
|
216
|
+
), u8 = w(
|
|
217
217
|
c1,
|
|
218
218
|
(e) => e.theme
|
|
219
|
-
), ue = () =>
|
|
219
|
+
), ue = () => p(U1("showShutdownModal")), de = () => p(U1("showIncomingCallModal")), he = (e) => p(U1(e)), ve = (e) => p(r8(e)), ge = (e, t) => p(l8(e, t)), d8 = () => p(i8), h8 = () => p(a8), fe = () => p(u8), v8 = {
|
|
220
220
|
showReconnect: !1,
|
|
221
221
|
error: "",
|
|
222
222
|
modalVisibility: {
|
|
@@ -257,7 +257,7 @@ const H6 = C1, K6 = (e) => w(
|
|
|
257
257
|
e.theme = t.payload;
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
}),
|
|
260
|
+
}), z = C3.actions, g8 = C3.reducer, f8 = {
|
|
261
261
|
config: {
|
|
262
262
|
enableDev: !1,
|
|
263
263
|
apiPath: "",
|
|
@@ -275,7 +275,7 @@ const H6 = C1, K6 = (e) => w(
|
|
|
275
275
|
e.config = t.payload;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
|
-
}),
|
|
278
|
+
}), p8 = S3.actions, w8 = S3.reducer, d3 = {}, B1 = g1({
|
|
279
279
|
name: "devices",
|
|
280
280
|
initialState: d3,
|
|
281
281
|
reducers: {
|
|
@@ -289,7 +289,7 @@ const H6 = C1, K6 = (e) => w(
|
|
|
289
289
|
return d3;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
}),
|
|
292
|
+
}), e1 = {
|
|
293
293
|
setDeviceState: B1.actions.setDeviceState,
|
|
294
294
|
clearDevices: B1.actions.clearDevices
|
|
295
295
|
}, x8 = B1.reducer, h3 = {}, O1 = g1({
|
|
@@ -306,7 +306,7 @@ const H6 = C1, K6 = (e) => w(
|
|
|
306
306
|
return h3;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
|
-
}),
|
|
309
|
+
}), t1 = {
|
|
310
310
|
setRoomState: O1.actions.setRoomState,
|
|
311
311
|
clearRooms: O1.actions.clearRooms
|
|
312
312
|
}, M8 = O1.reducer, m8 = {
|
|
@@ -368,8 +368,8 @@ const H6 = C1, K6 = (e) => w(
|
|
|
368
368
|
e.touchpanelKey = t.payload;
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
|
-
}),
|
|
372
|
-
appConfig:
|
|
371
|
+
}), F = b3.actions, Z8 = b3.reducer, j8 = a2({
|
|
372
|
+
appConfig: w8,
|
|
373
373
|
runtimeConfig: Z8,
|
|
374
374
|
rooms: M8,
|
|
375
375
|
devices: x8,
|
|
@@ -378,7 +378,7 @@ const H6 = C1, K6 = (e) => w(
|
|
|
378
378
|
reducer: j8
|
|
379
379
|
}), V1 = n2.create();
|
|
380
380
|
function C8() {
|
|
381
|
-
const e =
|
|
381
|
+
const e = p2();
|
|
382
382
|
return async () => {
|
|
383
383
|
try {
|
|
384
384
|
const t = location.pathname.split("/").filter((r) => r.length > 0);
|
|
@@ -386,9 +386,9 @@ function C8() {
|
|
|
386
386
|
const o = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: o });
|
|
387
387
|
if (c.status == 200 && c.data) {
|
|
388
388
|
const r = c.data.apiPath;
|
|
389
|
-
e(
|
|
389
|
+
e(p8.setAppConfig(c.data));
|
|
390
390
|
const i = await V1.get(`${r}/version`);
|
|
391
|
-
i.status == 200 && i.data && e(
|
|
391
|
+
i.status == 200 && i.data && e(F.setRuntimeConfig(i.data));
|
|
392
392
|
}
|
|
393
393
|
} catch (t) {
|
|
394
394
|
console.error("Error getting config", t);
|
|
@@ -410,13 +410,13 @@ var v3;
|
|
|
410
410
|
function S8() {
|
|
411
411
|
if (v3) return u1;
|
|
412
412
|
v3 = 1;
|
|
413
|
-
var e =
|
|
413
|
+
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 };
|
|
414
414
|
function d(a, f, x) {
|
|
415
|
-
var h, R = {}, D = null,
|
|
416
|
-
x !== void 0 && (D = "" + x), f.key !== void 0 && (D = "" + f.key), f.ref !== void 0 && (
|
|
415
|
+
var h, R = {}, D = null, H = null;
|
|
416
|
+
x !== void 0 && (D = "" + x), f.key !== void 0 && (D = "" + f.key), f.ref !== void 0 && (H = f.ref);
|
|
417
417
|
for (h in f) c.call(f, h) && !i.hasOwnProperty(h) && (R[h] = f[h]);
|
|
418
418
|
if (a && a.defaultProps) for (h in f = a.defaultProps, f) R[h] === void 0 && (R[h] = f[h]);
|
|
419
|
-
return { $$typeof: t, type: a, key: D, ref:
|
|
419
|
+
return { $$typeof: t, type: a, key: D, ref: H, props: R, _owner: r.current };
|
|
420
420
|
}
|
|
421
421
|
return u1.Fragment = o, u1.jsx = d, u1.jsxs = d, u1;
|
|
422
422
|
}
|
|
@@ -433,11 +433,11 @@ var d1 = {};
|
|
|
433
433
|
var g3;
|
|
434
434
|
function b8() {
|
|
435
435
|
return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
436
|
-
var e =
|
|
436
|
+
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"), f = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), H = Symbol.for("react.offscreen"), V = Symbol.iterator, Q = "@@iterator";
|
|
437
437
|
function r1(n) {
|
|
438
438
|
if (n === null || typeof n != "object")
|
|
439
439
|
return null;
|
|
440
|
-
var l =
|
|
440
|
+
var l = V && n[V] || n[Q];
|
|
441
441
|
return typeof l == "function" ? l : null;
|
|
442
442
|
}
|
|
443
443
|
var $ = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
@@ -458,26 +458,26 @@ function b8() {
|
|
|
458
458
|
I.unshift("Warning: " + l), Function.prototype.apply.call(console[n], console, I);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
var b1 = !1,
|
|
462
|
-
|
|
461
|
+
var b1 = !1, E = !1, C = !1, f1 = !1, I1 = !1, J;
|
|
462
|
+
J = Symbol.for("react.module.reference");
|
|
463
463
|
function B(n) {
|
|
464
|
-
return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n === h || f1 || n ===
|
|
464
|
+
return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n === h || f1 || n === H || b1 || E || C || typeof n == "object" && n !== null && (n.$$typeof === D || n.$$typeof === R || n.$$typeof === d || n.$$typeof === a || n.$$typeof === f || // This needs to include all possible module reference object
|
|
465
465
|
// types supported by any Flight configuration anywhere since
|
|
466
466
|
// we don't know which Flight build this will end up being used
|
|
467
467
|
// with.
|
|
468
|
-
n.$$typeof ===
|
|
468
|
+
n.$$typeof === J || n.getModuleId !== void 0));
|
|
469
469
|
}
|
|
470
|
-
function
|
|
470
|
+
function y(n, l, u) {
|
|
471
471
|
var v = n.displayName;
|
|
472
472
|
if (v)
|
|
473
473
|
return v;
|
|
474
474
|
var S = l.displayName || l.name || "";
|
|
475
475
|
return S !== "" ? u + "(" + S + ")" : u;
|
|
476
476
|
}
|
|
477
|
-
function
|
|
477
|
+
function q(n) {
|
|
478
478
|
return n.displayName || "Context";
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function U(n) {
|
|
481
481
|
if (n == null)
|
|
482
482
|
return null;
|
|
483
483
|
if (typeof n.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof n == "function")
|
|
@@ -502,19 +502,19 @@ function b8() {
|
|
|
502
502
|
switch (n.$$typeof) {
|
|
503
503
|
case a:
|
|
504
504
|
var l = n;
|
|
505
|
-
return
|
|
505
|
+
return q(l) + ".Consumer";
|
|
506
506
|
case d:
|
|
507
507
|
var u = n;
|
|
508
|
-
return
|
|
508
|
+
return q(u._context) + ".Provider";
|
|
509
509
|
case f:
|
|
510
|
-
return
|
|
510
|
+
return y(n, n.render, "ForwardRef");
|
|
511
511
|
case R:
|
|
512
512
|
var v = n.displayName || null;
|
|
513
|
-
return v !== null ? v :
|
|
513
|
+
return v !== null ? v : U(n.type) || "Memo";
|
|
514
514
|
case D: {
|
|
515
515
|
var S = n, I = S._payload, Z = S._init;
|
|
516
516
|
try {
|
|
517
|
-
return
|
|
517
|
+
return U(Z(I));
|
|
518
518
|
} catch {
|
|
519
519
|
return null;
|
|
520
520
|
}
|
|
@@ -522,7 +522,7 @@ function b8() {
|
|
|
522
522
|
}
|
|
523
523
|
return null;
|
|
524
524
|
}
|
|
525
|
-
var
|
|
525
|
+
var K = Object.assign, l1 = 0, W1, F1, H1, K1, G1, q1, Y1;
|
|
526
526
|
function z1() {
|
|
527
527
|
}
|
|
528
528
|
z1.__reactDisabledLog = !0;
|
|
@@ -558,25 +558,25 @@ function b8() {
|
|
|
558
558
|
writable: !0
|
|
559
559
|
};
|
|
560
560
|
Object.defineProperties(console, {
|
|
561
|
-
log:
|
|
561
|
+
log: K({}, n, {
|
|
562
562
|
value: W1
|
|
563
563
|
}),
|
|
564
|
-
info:
|
|
564
|
+
info: K({}, n, {
|
|
565
565
|
value: F1
|
|
566
566
|
}),
|
|
567
|
-
warn:
|
|
567
|
+
warn: K({}, n, {
|
|
568
568
|
value: H1
|
|
569
569
|
}),
|
|
570
|
-
error:
|
|
570
|
+
error: K({}, n, {
|
|
571
571
|
value: K1
|
|
572
572
|
}),
|
|
573
|
-
group:
|
|
573
|
+
group: K({}, n, {
|
|
574
574
|
value: G1
|
|
575
575
|
}),
|
|
576
|
-
groupCollapsed:
|
|
576
|
+
groupCollapsed: K({}, n, {
|
|
577
577
|
value: q1
|
|
578
578
|
}),
|
|
579
|
-
groupEnd:
|
|
579
|
+
groupEnd: K({}, n, {
|
|
580
580
|
value: Y1
|
|
581
581
|
})
|
|
582
582
|
});
|
|
@@ -585,7 +585,7 @@ function b8() {
|
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
var R1 = $.ReactCurrentDispatcher, y1;
|
|
588
|
-
function
|
|
588
|
+
function p1(n, l, u) {
|
|
589
589
|
{
|
|
590
590
|
if (y1 === void 0)
|
|
591
591
|
try {
|
|
@@ -598,16 +598,16 @@ function b8() {
|
|
|
598
598
|
` + y1 + n;
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
|
-
var E1 = !1,
|
|
601
|
+
var E1 = !1, w1;
|
|
602
602
|
{
|
|
603
603
|
var _3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
604
|
-
|
|
604
|
+
w1 = new _3();
|
|
605
605
|
}
|
|
606
606
|
function J1(n, l) {
|
|
607
607
|
if (!n || E1)
|
|
608
608
|
return "";
|
|
609
609
|
{
|
|
610
|
-
var u =
|
|
610
|
+
var u = w1.get(n);
|
|
611
611
|
if (u !== void 0)
|
|
612
612
|
return u;
|
|
613
613
|
}
|
|
@@ -629,29 +629,29 @@ function b8() {
|
|
|
629
629
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
630
630
|
try {
|
|
631
631
|
Reflect.construct(Z, []);
|
|
632
|
-
} catch (
|
|
633
|
-
v =
|
|
632
|
+
} catch (k) {
|
|
633
|
+
v = k;
|
|
634
634
|
}
|
|
635
635
|
Reflect.construct(n, [], Z);
|
|
636
636
|
} else {
|
|
637
637
|
try {
|
|
638
638
|
Z.call();
|
|
639
|
-
} catch (
|
|
640
|
-
v =
|
|
639
|
+
} catch (k) {
|
|
640
|
+
v = k;
|
|
641
641
|
}
|
|
642
642
|
n.call(Z.prototype);
|
|
643
643
|
}
|
|
644
644
|
} else {
|
|
645
645
|
try {
|
|
646
646
|
throw Error();
|
|
647
|
-
} catch (
|
|
648
|
-
v =
|
|
647
|
+
} catch (k) {
|
|
648
|
+
v = k;
|
|
649
649
|
}
|
|
650
650
|
n();
|
|
651
651
|
}
|
|
652
|
-
} catch (
|
|
653
|
-
if (
|
|
654
|
-
for (var M =
|
|
652
|
+
} catch (k) {
|
|
653
|
+
if (k && v && typeof k.stack == "string") {
|
|
654
|
+
for (var M = k.stack.split(`
|
|
655
655
|
`), O = v.stack.split(`
|
|
656
656
|
`), T = M.length - 1, P = O.length - 1; T >= 1 && P >= 0 && M[T] !== O[P]; )
|
|
657
657
|
P--;
|
|
@@ -660,9 +660,9 @@ function b8() {
|
|
|
660
660
|
if (T !== 1 || P !== 1)
|
|
661
661
|
do
|
|
662
662
|
if (T--, P--, P < 0 || M[T] !== O[P]) {
|
|
663
|
-
var
|
|
663
|
+
var W = `
|
|
664
664
|
` + M[T].replace(" at new ", " at ");
|
|
665
|
-
return n.displayName &&
|
|
665
|
+
return n.displayName && W.includes("<anonymous>") && (W = W.replace("<anonymous>", n.displayName)), typeof n == "function" && w1.set(n, W), W;
|
|
666
666
|
}
|
|
667
667
|
while (T >= 1 && P >= 0);
|
|
668
668
|
break;
|
|
@@ -671,8 +671,8 @@ function b8() {
|
|
|
671
671
|
} finally {
|
|
672
672
|
E1 = !1, R1.current = I, T3(), Error.prepareStackTrace = S;
|
|
673
673
|
}
|
|
674
|
-
var o1 = n ? n.displayName || n.name : "",
|
|
675
|
-
return typeof n == "function" &&
|
|
674
|
+
var o1 = n ? n.displayName || n.name : "", N = o1 ? p1(o1) : "";
|
|
675
|
+
return typeof n == "function" && w1.set(n, N), N;
|
|
676
676
|
}
|
|
677
677
|
function P3(n, l, u) {
|
|
678
678
|
return J1(n, !1);
|
|
@@ -687,12 +687,12 @@ function b8() {
|
|
|
687
687
|
if (typeof n == "function")
|
|
688
688
|
return J1(n, L3(n));
|
|
689
689
|
if (typeof n == "string")
|
|
690
|
-
return
|
|
690
|
+
return p1(n);
|
|
691
691
|
switch (n) {
|
|
692
692
|
case x:
|
|
693
|
-
return
|
|
693
|
+
return p1("Suspense");
|
|
694
694
|
case h:
|
|
695
|
-
return
|
|
695
|
+
return p1("SuspenseList");
|
|
696
696
|
}
|
|
697
697
|
if (typeof n == "object")
|
|
698
698
|
switch (n.$$typeof) {
|
|
@@ -871,7 +871,7 @@ function b8() {
|
|
|
871
871
|
function c3() {
|
|
872
872
|
{
|
|
873
873
|
if (_1.current) {
|
|
874
|
-
var n =
|
|
874
|
+
var n = U(_1.current.type);
|
|
875
875
|
if (n)
|
|
876
876
|
return `
|
|
877
877
|
|
|
@@ -906,7 +906,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
906
906
|
return;
|
|
907
907
|
r3[u] = !0;
|
|
908
908
|
var v = "";
|
|
909
|
-
n && n._owner && n._owner !== _1.current && (v = " It was passed a child from " +
|
|
909
|
+
n && n._owner && n._owner !== _1.current && (v = " It was passed a child from " + U(n._owner.type) + "."), s1(n), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, v), s1(null);
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
function i3(n, l) {
|
|
@@ -943,11 +943,11 @@ Check the top-level render call using <` + u + ">.");
|
|
|
943
943
|
else
|
|
944
944
|
return;
|
|
945
945
|
if (u) {
|
|
946
|
-
var v =
|
|
946
|
+
var v = U(l);
|
|
947
947
|
D3(u, n.props, "prop", v, n);
|
|
948
948
|
} else if (l.PropTypes !== void 0 && !P1) {
|
|
949
949
|
P1 = !0;
|
|
950
|
-
var S =
|
|
950
|
+
var S = U(l);
|
|
951
951
|
A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", S || "Unknown");
|
|
952
952
|
}
|
|
953
953
|
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -975,36 +975,36 @@ Check the top-level render call using <` + u + ">.");
|
|
|
975
975
|
var O = G3();
|
|
976
976
|
O ? M += O : M += c3();
|
|
977
977
|
var T;
|
|
978
|
-
n === null ? T = "null" : T1(n) ? T = "array" : n !== void 0 && n.$$typeof === t ? (T = "<" + (
|
|
978
|
+
n === null ? T = "null" : T1(n) ? T = "array" : n !== void 0 && n.$$typeof === t ? (T = "<" + (U(n.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : T = typeof n, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, M);
|
|
979
979
|
}
|
|
980
980
|
var P = K3(n, l, u, S, I);
|
|
981
981
|
if (P == null)
|
|
982
982
|
return P;
|
|
983
983
|
if (Z) {
|
|
984
|
-
var
|
|
985
|
-
if (
|
|
984
|
+
var W = l.children;
|
|
985
|
+
if (W !== void 0)
|
|
986
986
|
if (v)
|
|
987
|
-
if (T1(
|
|
988
|
-
for (var o1 = 0; o1 <
|
|
989
|
-
i3(
|
|
990
|
-
Object.freeze && Object.freeze(
|
|
987
|
+
if (T1(W)) {
|
|
988
|
+
for (var o1 = 0; o1 < W.length; o1++)
|
|
989
|
+
i3(W[o1], n);
|
|
990
|
+
Object.freeze && Object.freeze(W);
|
|
991
991
|
} else
|
|
992
992
|
A("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
993
993
|
else
|
|
994
|
-
i3(
|
|
994
|
+
i3(W, n);
|
|
995
995
|
}
|
|
996
996
|
if (i1.call(l, "key")) {
|
|
997
|
-
var
|
|
997
|
+
var N = U(n), k = Object.keys(l).filter(function(t2) {
|
|
998
998
|
return t2 !== "key";
|
|
999
|
-
}), D1 =
|
|
1000
|
-
if (!a3[
|
|
1001
|
-
var e2 =
|
|
999
|
+
}), D1 = k.length > 0 ? "{key: someKey, " + k.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1000
|
+
if (!a3[N + D1]) {
|
|
1001
|
+
var e2 = k.length > 0 ? "{" + k.join(": ..., ") + ": ...}" : "{}";
|
|
1002
1002
|
A(`A props object containing a "key" prop is being spread into JSX:
|
|
1003
1003
|
let props = %s;
|
|
1004
1004
|
<%s {...props} />
|
|
1005
1005
|
React keys must be passed directly to JSX without using spread:
|
|
1006
1006
|
let props = %s;
|
|
1007
|
-
<%s key={someKey} {...props} />`, D1,
|
|
1007
|
+
<%s key={someKey} {...props} />`, D1, N, e2, N), a3[N + D1] = !0;
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
1010
|
return n === c ? z3(P) : Y3(P), P;
|
|
@@ -1043,13 +1043,13 @@ const R8 = "_mwfit_ppa3l_1", y8 = {
|
|
|
1043
1043
|
};
|
|
1044
1044
|
class T8 {
|
|
1045
1045
|
constructor() {
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1046
|
+
Y(this, "uuid", "current-uuid");
|
|
1047
|
+
Y(this, "roomKey", "current-room-key");
|
|
1048
|
+
Y(this, "code", "current-code");
|
|
1049
|
+
Y(this, "expiry", "current-uuid-expires");
|
|
1050
1050
|
}
|
|
1051
1051
|
}
|
|
1052
|
-
const
|
|
1052
|
+
const p3 = new T8(), I3 = d2({
|
|
1053
1053
|
sendMessage: () => null,
|
|
1054
1054
|
sendSimpleMessage: () => null,
|
|
1055
1055
|
addEventHandler: () => null,
|
|
@@ -1063,65 +1063,92 @@ function P8(e, t) {
|
|
|
1063
1063
|
sessionStorage.setItem(e, t);
|
|
1064
1064
|
}
|
|
1065
1065
|
const L8 = ({ children: e }) => {
|
|
1066
|
-
const [t, o] =
|
|
1067
|
-
async (
|
|
1066
|
+
const [t, o] = G(), c = j3(), r = t8(), i = s8(), d = C8(), a = Z2(), f = o8(), x = n8(), h = c8(), R = v1(null), [D, H] = G(), V = v1({}), Q = a1(
|
|
1067
|
+
async (E) => {
|
|
1068
1068
|
try {
|
|
1069
|
-
const C = await V1.get(
|
|
1070
|
-
|
|
1069
|
+
const C = await V1.get(
|
|
1070
|
+
`${E}/ui/joinroom?token=${t}`
|
|
1071
|
+
);
|
|
1072
|
+
return C.status === 200 && C.data ? (m.dispatch(F.setRoomData(C.data)), !0) : !1;
|
|
1071
1073
|
} catch (C) {
|
|
1072
|
-
return console.log(C), h ? !0 : C instanceof c2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(
|
|
1074
|
+
return console.log(C), h ? !0 : C instanceof c2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(
|
|
1075
|
+
z.setErrorMessage(
|
|
1076
|
+
`Token ${t} is invalid. Unable to join room`
|
|
1077
|
+
)
|
|
1078
|
+
), !1) : (console.error("Error getting room data", C), C instanceof Error ? m.dispatch(z.setErrorMessage(C.message)) : m.dispatch(z.setErrorMessage("Error getting room data")), !1);
|
|
1073
1079
|
}
|
|
1074
1080
|
},
|
|
1075
1081
|
[t, h]
|
|
1076
1082
|
), r1 = a1(() => {
|
|
1077
|
-
const
|
|
1078
|
-
window.location.href = x ? `${
|
|
1083
|
+
const E = `${a.gatewayAppPath}?uuid=${f}&roomKey=${r}`;
|
|
1084
|
+
window.location.href = x ? `${E}&Code=${x}` : E;
|
|
1079
1085
|
}, [a.gatewayAppPath, r, f, x]), $ = a1(
|
|
1080
|
-
(
|
|
1081
|
-
R.current && c && R.current.send(JSON.stringify({ type:
|
|
1086
|
+
(E, C) => {
|
|
1087
|
+
R.current && c && R.current.send(JSON.stringify({ type: E, clientId: i, content: C }));
|
|
1082
1088
|
},
|
|
1083
1089
|
[c, i]
|
|
1084
|
-
), A = (
|
|
1085
|
-
$(
|
|
1090
|
+
), A = (E, C) => {
|
|
1091
|
+
$(E, { value: C });
|
|
1086
1092
|
}, S1 = a1(
|
|
1087
|
-
(
|
|
1088
|
-
|
|
1093
|
+
(E, C, f1) => {
|
|
1094
|
+
V.current[E] || (V.current[E] = {}), V.current[E][C] = f1, console.log("event handler added", E, C);
|
|
1089
1095
|
},
|
|
1090
1096
|
[]
|
|
1091
|
-
), b1 = a1((
|
|
1092
|
-
|
|
1097
|
+
), b1 = a1((E, C) => {
|
|
1098
|
+
V.current[E] && (delete V.current[E][C], console.log("event handler removed", E, C));
|
|
1093
1099
|
}, []);
|
|
1094
1100
|
return n1(() => {
|
|
1095
1101
|
let C = new URLSearchParams(window.location.search).get("token");
|
|
1096
|
-
C ? (console.log("saving token: ", C), P8(
|
|
1097
|
-
}, []), console.log(
|
|
1098
|
-
|
|
1099
|
-
|
|
1102
|
+
C ? (console.log("saving token: ", C), P8(p3.uuid, C)) : (C = _8(p3.uuid), console.log("loading token: ", C)), o(C), d();
|
|
1103
|
+
}, []), console.log(
|
|
1104
|
+
"connection dependencies",
|
|
1105
|
+
a.apiPath,
|
|
1106
|
+
Q,
|
|
1107
|
+
t,
|
|
1108
|
+
D,
|
|
1109
|
+
h
|
|
1110
|
+
), n1(() => {
|
|
1111
|
+
async function E() {
|
|
1112
|
+
if (console.log("Attempting to join websocket..."), !a.apiPath || D || !t || !await Q(a.apiPath)) return;
|
|
1100
1113
|
if (R.current) {
|
|
1101
1114
|
console.log("websocket exists");
|
|
1102
1115
|
return;
|
|
1103
1116
|
}
|
|
1104
1117
|
console.log("connecting to websocket");
|
|
1105
|
-
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`,
|
|
1106
|
-
R.current =
|
|
1107
|
-
console.log("connected", B.type, B.target), m.dispatch(
|
|
1108
|
-
},
|
|
1118
|
+
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, J = new WebSocket(I1);
|
|
1119
|
+
R.current = J, J.onopen = (B) => {
|
|
1120
|
+
console.log("connected", B.type, B.target), m.dispatch(F.setWebsocketIsConnected(!0));
|
|
1121
|
+
}, J.onerror = (B) => {
|
|
1109
1122
|
console.error("Websocket error", B);
|
|
1110
|
-
},
|
|
1123
|
+
}, J.onclose = (B) => {
|
|
1111
1124
|
if (console.log("disconnected: ", B.reason, B.code), B.code === 4100) {
|
|
1112
|
-
console.log("WebSocket closed by client (useEffect cleanup)."), m.dispatch(
|
|
1125
|
+
console.log("WebSocket closed by client (useEffect cleanup)."), m.dispatch(z.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.clearRooms());
|
|
1113
1126
|
return;
|
|
1114
1127
|
}
|
|
1115
|
-
if (
|
|
1116
|
-
console.log("user code changed"), m.dispatch(
|
|
1128
|
+
if (H(!0), B.code === 4e3) {
|
|
1129
|
+
console.log("user code changed"), m.dispatch(
|
|
1130
|
+
F.setUserCode({ userCode: "", qrUrl: "" })
|
|
1131
|
+
), m.dispatch(
|
|
1132
|
+
z.setErrorMessage(
|
|
1133
|
+
"User code changed. Click reconnect to enter the new code"
|
|
1134
|
+
)
|
|
1135
|
+
), m.dispatch(z.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.clearRooms());
|
|
1117
1136
|
return;
|
|
1118
1137
|
}
|
|
1119
1138
|
if (B.code === 4001 && !h) {
|
|
1120
|
-
console.log("processor disconnected"), m.dispatch(
|
|
1139
|
+
console.log("processor disconnected"), m.dispatch(
|
|
1140
|
+
z.setErrorMessage(
|
|
1141
|
+
"Processor has disconnected. Click Reconnect"
|
|
1142
|
+
)
|
|
1143
|
+
), m.dispatch(z.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.clearRooms());
|
|
1121
1144
|
return;
|
|
1122
1145
|
}
|
|
1123
1146
|
if (B.code === 4002) {
|
|
1124
|
-
console.log("room combination changed"), m.dispatch(
|
|
1147
|
+
console.log("room combination changed"), m.dispatch(
|
|
1148
|
+
z.setErrorMessage(
|
|
1149
|
+
"Room combination changed. Click Reconnect to re-join the room"
|
|
1150
|
+
)
|
|
1151
|
+
), m.dispatch(z.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.clearRooms());
|
|
1125
1152
|
return;
|
|
1126
1153
|
}
|
|
1127
1154
|
if (R.current)
|
|
@@ -1130,65 +1157,81 @@ const L8 = ({ children: e }) => {
|
|
|
1130
1157
|
console.log("WebSocket closed by client.");
|
|
1131
1158
|
return;
|
|
1132
1159
|
}
|
|
1133
|
-
console.log("websocket waitingToReconnect", D), !D && (console.log("websocket clearing state on disconnect"), m.dispatch(
|
|
1134
|
-
},
|
|
1160
|
+
console.log("websocket waitingToReconnect", D), !D && (console.log("websocket clearing state on disconnect"), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.clearRooms()), setTimeout(() => H(void 0), 5e3));
|
|
1161
|
+
}, J.onmessage = (B) => {
|
|
1135
1162
|
try {
|
|
1136
|
-
const
|
|
1137
|
-
if (console.log(
|
|
1138
|
-
|
|
1163
|
+
const y = JSON.parse(B.data);
|
|
1164
|
+
if (console.log(y), y.type === "close") {
|
|
1165
|
+
J.close(4001, y.content);
|
|
1139
1166
|
return;
|
|
1140
1167
|
}
|
|
1141
|
-
if (
|
|
1142
|
-
switch (
|
|
1168
|
+
if (y.type.startsWith("/system/"))
|
|
1169
|
+
switch (y.type) {
|
|
1143
1170
|
case "/system/touchpanelKey":
|
|
1144
1171
|
m.dispatch(
|
|
1145
|
-
|
|
1146
|
-
|
|
1172
|
+
F.setTouchpanelKey(
|
|
1173
|
+
y.content
|
|
1147
1174
|
)
|
|
1148
1175
|
);
|
|
1149
1176
|
break;
|
|
1150
1177
|
case "/system/roomKey": {
|
|
1151
|
-
m.dispatch(
|
|
1152
|
-
|
|
1153
|
-
|
|
1178
|
+
m.dispatch(t1.clearRooms()), m.dispatch(e1.clearDevices()), m.dispatch(
|
|
1179
|
+
F.setCurrentRoomKey(
|
|
1180
|
+
y.content
|
|
1154
1181
|
)
|
|
1155
1182
|
);
|
|
1156
1183
|
break;
|
|
1157
1184
|
}
|
|
1158
1185
|
case "/system/userCodeChanged":
|
|
1159
1186
|
m.dispatch(
|
|
1160
|
-
|
|
1161
|
-
E.content
|
|
1162
|
-
)
|
|
1187
|
+
F.setUserCode(y.content)
|
|
1163
1188
|
);
|
|
1164
1189
|
break;
|
|
1165
|
-
case "/system/roomCombinationChanged":
|
|
1166
|
-
|
|
1190
|
+
case "/system/roomCombinationChanged": {
|
|
1191
|
+
console.log("event message received", y);
|
|
1192
|
+
const q = V.current[y.type];
|
|
1193
|
+
q || (console.log(
|
|
1194
|
+
"no handlers found for room combination changed. Reloading application.",
|
|
1195
|
+
y.type
|
|
1196
|
+
), window.location.reload()), q && Object.values(q).forEach((U) => {
|
|
1197
|
+
try {
|
|
1198
|
+
U(y);
|
|
1199
|
+
} catch (K) {
|
|
1200
|
+
console.error(K);
|
|
1201
|
+
}
|
|
1202
|
+
});
|
|
1167
1203
|
break;
|
|
1204
|
+
}
|
|
1168
1205
|
default:
|
|
1169
|
-
console.log("unhandled system message",
|
|
1206
|
+
console.log("unhandled system message", y);
|
|
1170
1207
|
break;
|
|
1171
1208
|
}
|
|
1172
|
-
else if (
|
|
1173
|
-
console.log("event message received",
|
|
1174
|
-
const
|
|
1175
|
-
|
|
1209
|
+
else if (y.type.startsWith("/event/")) {
|
|
1210
|
+
console.log("event message received", y);
|
|
1211
|
+
const q = V.current[y.type];
|
|
1212
|
+
q || console.log("no handlers found for event type", y.type), q && Object.values(q).forEach((U) => {
|
|
1176
1213
|
try {
|
|
1177
|
-
|
|
1178
|
-
} catch (
|
|
1179
|
-
console.error(
|
|
1214
|
+
U(y);
|
|
1215
|
+
} catch (K) {
|
|
1216
|
+
console.error(K);
|
|
1180
1217
|
}
|
|
1181
1218
|
});
|
|
1182
|
-
} else
|
|
1183
|
-
} catch (
|
|
1184
|
-
console.error("websocket message handling error",
|
|
1219
|
+
} else y.type.startsWith("/room/") ? m.dispatch(t1.setRoomState(y)) : y.type.startsWith("/device/") && m.dispatch(e1.setDeviceState(y));
|
|
1220
|
+
} catch (y) {
|
|
1221
|
+
console.error("websocket message handling error", y);
|
|
1185
1222
|
}
|
|
1186
1223
|
};
|
|
1187
1224
|
}
|
|
1188
|
-
return
|
|
1225
|
+
return E(), console.log("App mode: production"), console.log("Is dev mode: false"), () => {
|
|
1189
1226
|
R.current && (console.log("closing websocket dev mode"), R.current.close(4100, "app running in dev mode"), R.current = null);
|
|
1190
1227
|
};
|
|
1191
|
-
}, [
|
|
1228
|
+
}, [
|
|
1229
|
+
a.apiPath,
|
|
1230
|
+
Q,
|
|
1231
|
+
t,
|
|
1232
|
+
D,
|
|
1233
|
+
h
|
|
1234
|
+
]), n1(() => {
|
|
1192
1235
|
!r || !c || (console.log("clientId: ", i), i && (console.log("requesting status from room: ", r), $(`/room/${r}/status`, null)));
|
|
1193
1236
|
}, [r, i, c, $]), /* @__PURE__ */ s.jsx(
|
|
1194
1237
|
I3.Provider,
|
|
@@ -1203,7 +1246,7 @@ const L8 = ({ children: e }) => {
|
|
|
1203
1246
|
children: c ? e : /* @__PURE__ */ s.jsx(E8, {})
|
|
1204
1247
|
}
|
|
1205
1248
|
);
|
|
1206
|
-
},
|
|
1249
|
+
}, pe = ({ children: e }) => /* @__PURE__ */ s.jsx(i2, { store: m, children: /* @__PURE__ */ s.jsx(L8, { children: e }) });
|
|
1207
1250
|
function b() {
|
|
1208
1251
|
return h2(I3);
|
|
1209
1252
|
}
|
|
@@ -1255,7 +1298,7 @@ function R3(e, t) {
|
|
|
1255
1298
|
muteOff: () => o(`${e}/muteOff`, null)
|
|
1256
1299
|
} : void 0;
|
|
1257
1300
|
}
|
|
1258
|
-
function
|
|
1301
|
+
function we(e, t) {
|
|
1259
1302
|
const { sendMessage: o, sendSimpleMessage: c } = b(), r = g(`${e}`, "volumeUp"), i = g(`${e}`, "volumeDown");
|
|
1260
1303
|
return t ? {
|
|
1261
1304
|
volumeState: t,
|
|
@@ -1311,7 +1354,7 @@ function xe(e) {
|
|
|
1311
1354
|
};
|
|
1312
1355
|
}
|
|
1313
1356
|
const Me = ({ className: e }) => {
|
|
1314
|
-
const [t, o] =
|
|
1357
|
+
const [t, o] = G();
|
|
1315
1358
|
return n1(() => {
|
|
1316
1359
|
setInterval(() => {
|
|
1317
1360
|
const c = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
@@ -1417,7 +1460,7 @@ function De(e) {
|
|
|
1417
1460
|
} };
|
|
1418
1461
|
}
|
|
1419
1462
|
function $e(e) {
|
|
1420
|
-
const t = `/device/${e}`, o = g(t, "num0"), c = g(t, "num1"), r = g(t, "num2"), i = g(t, "num3"), d = g(t, "num4"), a = g(t, "num5"), f = g(t, "num6"), x = g(t, "num7"), h = g(t, "num8"), R = g(t, "num9"), D = g(t, "numDash"),
|
|
1463
|
+
const t = `/device/${e}`, o = g(t, "num0"), c = g(t, "num1"), r = g(t, "num2"), i = g(t, "num3"), d = g(t, "num4"), a = g(t, "num5"), f = g(t, "num6"), x = g(t, "num7"), h = g(t, "num8"), R = g(t, "num9"), D = g(t, "numDash"), H = g(t, "numEnter");
|
|
1421
1464
|
return {
|
|
1422
1465
|
digit0: o,
|
|
1423
1466
|
digit1: c,
|
|
@@ -1430,7 +1473,7 @@ function $e(e) {
|
|
|
1430
1473
|
digit8: h,
|
|
1431
1474
|
digit9: R,
|
|
1432
1475
|
keypadAccessoryButton1: D,
|
|
1433
|
-
keypadAccessoryButton2:
|
|
1476
|
+
keypadAccessoryButton2: H
|
|
1434
1477
|
};
|
|
1435
1478
|
}
|
|
1436
1479
|
function Ae(e) {
|
|
@@ -1594,7 +1637,7 @@ const Xe = ({
|
|
|
1594
1637
|
}, [e, t]);
|
|
1595
1638
|
};
|
|
1596
1639
|
function Qe(e, t) {
|
|
1597
|
-
const [o, c] =
|
|
1640
|
+
const [o, c] = G(!1), [r, i] = G(!1);
|
|
1598
1641
|
return x3(() => {
|
|
1599
1642
|
const { current: d } = e, a = () => {
|
|
1600
1643
|
const f = d && d.scrollHeight > d.clientHeight, x = d && d.scrollWidth > d.clientWidth;
|
|
@@ -1609,7 +1652,7 @@ function Ne(e, t) {
|
|
|
1609
1652
|
}
|
|
1610
1653
|
function e5(e) {
|
|
1611
1654
|
var a, f;
|
|
1612
|
-
const [t, o] =
|
|
1655
|
+
const [t, o] = G(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = G(((f = e == null ? void 0 : e.current) == null ? void 0 : f.scrollTop) ?? 0), i = (x) => {
|
|
1613
1656
|
const { current: h } = e;
|
|
1614
1657
|
h && (console.log(h.scrollLeft), h.scrollLeft += x, console.log(h.scrollLeft));
|
|
1615
1658
|
}, d = (x) => {
|
|
@@ -1635,7 +1678,7 @@ function t5() {
|
|
|
1635
1678
|
};
|
|
1636
1679
|
}
|
|
1637
1680
|
function s5() {
|
|
1638
|
-
const [e, t] =
|
|
1681
|
+
const [e, t] = G(), [o, c] = G();
|
|
1639
1682
|
function r() {
|
|
1640
1683
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
1641
1684
|
const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
@@ -1650,7 +1693,7 @@ function s5() {
|
|
|
1650
1693
|
}, []), { date: e, time: o };
|
|
1651
1694
|
}
|
|
1652
1695
|
const o5 = () => {
|
|
1653
|
-
const [e, t] =
|
|
1696
|
+
const [e, t] = G(!1), o = v2(), c = g2();
|
|
1654
1697
|
let r;
|
|
1655
1698
|
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: [
|
|
1656
1699
|
/* @__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." }) }),
|
|
@@ -1677,22 +1720,22 @@ const o5 = () => {
|
|
|
1677
1720
|
onPointerLeave: R,
|
|
1678
1721
|
...D
|
|
1679
1722
|
}) => {
|
|
1680
|
-
const [
|
|
1723
|
+
const [H, V] = G(!1), Q = !d && a ? f : "", r1 = !d && (H || a);
|
|
1681
1724
|
return /* @__PURE__ */ s.jsxs(
|
|
1682
1725
|
"button",
|
|
1683
1726
|
{
|
|
1684
1727
|
type: "button",
|
|
1685
|
-
className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${
|
|
1728
|
+
className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${Q}`,
|
|
1686
1729
|
...D,
|
|
1687
1730
|
disabled: d,
|
|
1688
1731
|
onPointerDown: ($) => {
|
|
1689
|
-
|
|
1732
|
+
V(!0), x == null || x($);
|
|
1690
1733
|
},
|
|
1691
1734
|
onPointerUp: ($) => {
|
|
1692
|
-
|
|
1735
|
+
V(!1), h == null || h($);
|
|
1693
1736
|
},
|
|
1694
1737
|
onPointerLeave: ($) => {
|
|
1695
|
-
|
|
1738
|
+
V(!1), R == null || R($);
|
|
1696
1739
|
},
|
|
1697
1740
|
children: [
|
|
1698
1741
|
e && /* @__PURE__ */ s.jsx(
|
|
@@ -3158,7 +3201,7 @@ const o5 = () => {
|
|
|
3158
3201
|
active: e,
|
|
3159
3202
|
disabled: o
|
|
3160
3203
|
}
|
|
3161
|
-
),
|
|
3204
|
+
), p6 = ({
|
|
3162
3205
|
active: e,
|
|
3163
3206
|
className: t = "",
|
|
3164
3207
|
disabled: o
|
|
@@ -3207,7 +3250,7 @@ const o5 = () => {
|
|
|
3207
3250
|
active: e,
|
|
3208
3251
|
disabled: o
|
|
3209
3252
|
}
|
|
3210
|
-
),
|
|
3253
|
+
), w6 = ({
|
|
3211
3254
|
active: e,
|
|
3212
3255
|
className: t = "",
|
|
3213
3256
|
disabled: o
|
|
@@ -3336,8 +3379,8 @@ const o5 = () => {
|
|
|
3336
3379
|
VolMute: v6,
|
|
3337
3380
|
VolUp: g6,
|
|
3338
3381
|
Wireless: f6,
|
|
3339
|
-
X:
|
|
3340
|
-
Xbox:
|
|
3382
|
+
X: p6,
|
|
3383
|
+
Xbox: w6
|
|
3341
3384
|
};
|
|
3342
3385
|
function n5({
|
|
3343
3386
|
name: e,
|
|
@@ -3380,17 +3423,17 @@ function i5() {
|
|
|
3380
3423
|
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 || {});
|
|
3381
3424
|
class a5 {
|
|
3382
3425
|
constructor(t, o) {
|
|
3383
|
-
|
|
3384
|
-
|
|
3426
|
+
Y(this, "path");
|
|
3427
|
+
Y(this, "handler");
|
|
3385
3428
|
this.path = t, this.handler = o;
|
|
3386
3429
|
}
|
|
3387
3430
|
}
|
|
3388
3431
|
const u5 = "$off";
|
|
3389
3432
|
class d5 {
|
|
3390
3433
|
constructor() {
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3434
|
+
Y(this, "currentShareText");
|
|
3435
|
+
Y(this, "enabled");
|
|
3436
|
+
Y(this, "isSharing");
|
|
3394
3437
|
}
|
|
3395
3438
|
}
|
|
3396
3439
|
export {
|
|
@@ -3427,11 +3470,11 @@ export {
|
|
|
3427
3470
|
v6 as IconMultiVolMute,
|
|
3428
3471
|
g6 as IconMultiVolUp,
|
|
3429
3472
|
f6 as IconMultiWireless,
|
|
3430
|
-
|
|
3431
|
-
|
|
3473
|
+
p6 as IconMultiX,
|
|
3474
|
+
w6 as IconMultiXbox,
|
|
3432
3475
|
c5 as MainLayout,
|
|
3433
3476
|
a5 as MessageHandler,
|
|
3434
|
-
|
|
3477
|
+
pe as MobileControlProvider,
|
|
3435
3478
|
j as MultiStateIconContainer,
|
|
3436
3479
|
n5 as NamedIconButton,
|
|
3437
3480
|
d5 as ShareState,
|
|
@@ -3442,7 +3485,7 @@ export {
|
|
|
3442
3485
|
u5 as roomOffSourceKey,
|
|
3443
3486
|
Z3 as selectAllDevices,
|
|
3444
3487
|
x2 as selectApiPath,
|
|
3445
|
-
|
|
3488
|
+
w2 as selectAppConfig,
|
|
3446
3489
|
Y2 as selectClientId,
|
|
3447
3490
|
r8 as selectCurrentPopoverIdForGroup,
|
|
3448
3491
|
j2 as selectDeviceByKey,
|
|
@@ -3483,12 +3526,12 @@ export {
|
|
|
3483
3526
|
G2 as selectWsIsConnected,
|
|
3484
3527
|
W2 as selectZoomRoomControllerKey,
|
|
3485
3528
|
m as store,
|
|
3486
|
-
|
|
3529
|
+
z as uiActions,
|
|
3487
3530
|
g8 as uiReducer,
|
|
3488
3531
|
O6 as useApiPath,
|
|
3489
3532
|
Z2 as useAppConfig,
|
|
3490
|
-
|
|
3491
|
-
|
|
3533
|
+
p2 as useAppDispatch,
|
|
3534
|
+
p as useAppSelector,
|
|
3492
3535
|
xe as useAvrControl,
|
|
3493
3536
|
g as useButtonHeldHeartbeat,
|
|
3494
3537
|
s8 as useClientId,
|
|
@@ -3501,7 +3544,7 @@ export {
|
|
|
3501
3544
|
F6 as useGetAllRooms,
|
|
3502
3545
|
ve as useGetCurrentPopoverIdForGroup,
|
|
3503
3546
|
_ as useGetDevice,
|
|
3504
|
-
|
|
3547
|
+
we as useGetIBasicVolumeWithFeedback,
|
|
3505
3548
|
H6 as useGetRoom,
|
|
3506
3549
|
ce as useGetRoomDisplayStates,
|
|
3507
3550
|
re as useGetZoomRoomControllerKey,
|