@pepperdash/mobile-control-react-app-core 1.20.6 → 1.20.8
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 +1124 -1064
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/store/appConfig/appConfig.hooks.d.ts +4 -109
- package/dist/store/appConfig/appConfig.hooks.d.ts.map +1 -1
- package/dist/store/appConfig/appConfig.selectors.d.ts +109 -4
- package/dist/store/appConfig/appConfig.selectors.d.ts.map +1 -1
- package/dist/store/devices/devices.hooks.d.ts +12 -55
- package/dist/store/devices/devices.hooks.d.ts.map +1 -1
- package/dist/store/devices/devices.selectors.d.ts +55 -12
- package/dist/store/devices/devices.selectors.d.ts.map +1 -1
- package/dist/store/index.d.ts +6 -1
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/rooms/rooms.hooks.d.ts +25 -541
- package/dist/store/rooms/rooms.hooks.d.ts.map +1 -1
- package/dist/store/rooms/rooms.selectors.d.ts +664 -25
- package/dist/store/rooms/rooms.selectors.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.hooks.d.ts +10 -269
- package/dist/store/runtimeConfig/runtime.hooks.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +269 -10
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/dist/store/ui/{uiSelectors.d.ts → ui.hooks.d.ts} +1 -1
- package/dist/store/ui/ui.hooks.d.ts.map +1 -0
- package/dist/store/ui/ui.selectors.d.ts +164 -0
- package/dist/store/ui/ui.selectors.d.ts.map +1 -0
- package/dist/utils/WebsocketProvider.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/store/ui/uiSelectors.d.ts.map +0 -1
|
@@ -1,35 +1,263 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var G = (e, t,
|
|
4
|
-
import
|
|
5
|
-
import { useDispatch as
|
|
6
|
-
import { createSelector as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { useNavigate as
|
|
10
|
-
const
|
|
11
|
-
|
|
1
|
+
var t2 = Object.defineProperty;
|
|
2
|
+
var s2 = (e, t, o) => t in e ? t2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
|
|
3
|
+
var G = (e, t, o) => s2(e, typeof t != "symbol" ? t + "" : t, o);
|
|
4
|
+
import o2, { AxiosError as n2 } from "axios";
|
|
5
|
+
import { useDispatch as c2, useSelector as r2, Provider as l2 } from "react-redux";
|
|
6
|
+
import { createSelector as w, createSlice as g1, combineReducers as i2, configureStore as a2 } from "@reduxjs/toolkit";
|
|
7
|
+
import w3, { createContext as u2, useState as H, useRef as v1, useCallback as a1, useEffect as n1, useContext as d2, useLayoutEffect as x3 } from "react";
|
|
8
|
+
import * as M3 from "lodash";
|
|
9
|
+
import { useNavigate as h2, useRouteError as v2, isRouteErrorResponse as g2 } from "react-router-dom";
|
|
10
|
+
const f2 = c2.withTypes(), p = r2.withTypes(), j1 = (e) => e.appConfig, p2 = w(
|
|
11
|
+
j1,
|
|
12
12
|
(e) => e.config
|
|
13
|
-
),
|
|
14
|
-
|
|
13
|
+
), w2 = w(
|
|
14
|
+
j1,
|
|
15
15
|
(e) => e.config.apiPath
|
|
16
|
-
),
|
|
17
|
-
|
|
16
|
+
), x2 = w(
|
|
17
|
+
j1,
|
|
18
18
|
(e) => e.config.logoPath
|
|
19
|
-
),
|
|
20
|
-
|
|
19
|
+
), M2 = w(
|
|
20
|
+
j1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
),
|
|
23
|
-
|
|
22
|
+
), m2 = () => p(p2), O6 = () => p(w2), V6 = () => p(x2), k6 = () => p(M2), m3 = (e) => e.devices, Z3 = w(
|
|
23
|
+
m3,
|
|
24
24
|
(e) => e
|
|
25
|
-
),
|
|
26
|
-
|
|
25
|
+
), Z2 = (e) => w(
|
|
26
|
+
m3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
),
|
|
29
|
-
function
|
|
30
|
-
return p(
|
|
28
|
+
), U6 = () => p(Z3);
|
|
29
|
+
function _(e) {
|
|
30
|
+
return p(Z2(e));
|
|
31
31
|
}
|
|
32
|
-
const
|
|
32
|
+
const L = (e) => e.rooms, j2 = (e) => w(
|
|
33
|
+
L,
|
|
34
|
+
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
+
), C2 = w(
|
|
36
|
+
L,
|
|
37
|
+
(e) => e
|
|
38
|
+
), S2 = (e) => w(
|
|
39
|
+
L,
|
|
40
|
+
(t) => t[e] ? t[e] : void 0
|
|
41
|
+
), b2 = (e) => w(
|
|
42
|
+
L,
|
|
43
|
+
(t) => t[e] ? t[e].name : void 0
|
|
44
|
+
), I2 = (e, t) => w(
|
|
45
|
+
L,
|
|
46
|
+
(o) => o[e] ? o[e].volumes[t] : void 0
|
|
47
|
+
), R2 = (e) => w(
|
|
48
|
+
L,
|
|
49
|
+
(t) => t[e] ? t[e] : void 0
|
|
50
|
+
), y2 = (e) => w(
|
|
51
|
+
L,
|
|
52
|
+
(t) => {
|
|
53
|
+
var o, c;
|
|
54
|
+
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.sourceList : void 0;
|
|
55
|
+
}
|
|
56
|
+
), E2 = (e) => w(
|
|
57
|
+
L,
|
|
58
|
+
(t) => {
|
|
59
|
+
var o, c;
|
|
60
|
+
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.audioControlPointList : void 0;
|
|
61
|
+
}
|
|
62
|
+
), T2 = (e) => w(
|
|
63
|
+
L,
|
|
64
|
+
(t) => {
|
|
65
|
+
var o, c;
|
|
66
|
+
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinations : void 0;
|
|
67
|
+
}
|
|
68
|
+
), _2 = (e) => w(
|
|
69
|
+
L,
|
|
70
|
+
(t) => {
|
|
71
|
+
var o, c;
|
|
72
|
+
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList : void 0;
|
|
73
|
+
}
|
|
74
|
+
), P2 = (e) => w(
|
|
75
|
+
L,
|
|
76
|
+
(t) => {
|
|
77
|
+
var o, c;
|
|
78
|
+
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.environmentalDevices : void 0;
|
|
79
|
+
}
|
|
80
|
+
), L2 = (e) => w(
|
|
81
|
+
L,
|
|
82
|
+
(t) => {
|
|
83
|
+
var o, c, r, i, d, a, f, x;
|
|
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
|
+
}
|
|
86
|
+
), D2 = (e) => w(
|
|
87
|
+
L,
|
|
88
|
+
(t) => {
|
|
89
|
+
var o, c, r;
|
|
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
|
+
}
|
|
92
|
+
), $2 = (e) => w(
|
|
93
|
+
L,
|
|
94
|
+
(t) => {
|
|
95
|
+
var o;
|
|
96
|
+
return t[e] ? (o = t[e]) == null ? void 0 : o.isInCall : void 0;
|
|
97
|
+
}
|
|
98
|
+
), A2 = (e) => w(
|
|
99
|
+
L,
|
|
100
|
+
(t) => {
|
|
101
|
+
var o;
|
|
102
|
+
return t[e] ? (o = t[e]) == null ? void 0 : o.isWarmingUp : void 0;
|
|
103
|
+
}
|
|
104
|
+
), B2 = (e) => w(
|
|
105
|
+
L,
|
|
106
|
+
(t) => {
|
|
107
|
+
var o;
|
|
108
|
+
return t[e] ? (o = t[e]) == null ? void 0 : o.isCoolingDown : void 0;
|
|
109
|
+
}
|
|
110
|
+
), O2 = (e) => w(
|
|
111
|
+
L,
|
|
112
|
+
(t) => {
|
|
113
|
+
var o;
|
|
114
|
+
return t[e] ? (o = t[e]) == null ? void 0 : o.isOn : void 0;
|
|
115
|
+
}
|
|
116
|
+
), V2 = (e) => w(
|
|
117
|
+
L,
|
|
118
|
+
(t) => {
|
|
119
|
+
var o;
|
|
120
|
+
return t[e] ? (o = t[e]) == null ? void 0 : o.advancedSharingActive : void 0;
|
|
121
|
+
}
|
|
122
|
+
), k2 = (e) => w(
|
|
123
|
+
L,
|
|
124
|
+
(t) => {
|
|
125
|
+
var o;
|
|
126
|
+
return t[e] ? (o = t[e]) == null ? void 0 : o.share : void 0;
|
|
127
|
+
}
|
|
128
|
+
), U2 = (e) => w(
|
|
129
|
+
L,
|
|
130
|
+
(t) => {
|
|
131
|
+
var o, c;
|
|
132
|
+
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
|
|
133
|
+
}
|
|
134
|
+
), F2 = w(
|
|
135
|
+
[
|
|
136
|
+
(e, t) => t,
|
|
137
|
+
() => Z3,
|
|
138
|
+
(e, t) => {
|
|
139
|
+
var o, c;
|
|
140
|
+
return (c = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinations;
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
(e, t, o) => {
|
|
144
|
+
if (console.log("roomKey", e), console.log("devices", t), console.log("destinations", o), !o) return;
|
|
145
|
+
const c = Object.entries(o).filter(([i]) => i !== "programAudio" && i !== "codecContent").map(([, i]) => i);
|
|
146
|
+
return Object.values(t).filter((i) => Object.values(c).includes(i.key));
|
|
147
|
+
}
|
|
148
|
+
);
|
|
149
|
+
function F6(e) {
|
|
150
|
+
return p(
|
|
151
|
+
j2(e)
|
|
152
|
+
);
|
|
153
|
+
}
|
|
154
|
+
function W6() {
|
|
155
|
+
return p(C2);
|
|
156
|
+
}
|
|
157
|
+
function C1(e) {
|
|
158
|
+
return p(S2(e));
|
|
159
|
+
}
|
|
160
|
+
const H6 = C1, K6 = (e) => p(
|
|
161
|
+
b2(e)
|
|
162
|
+
), W2 = (e, t) => p(
|
|
163
|
+
I2(e, t)
|
|
164
|
+
), H2 = (e) => p(R2(e)) || void 0, G6 = (e) => p(y2(e)), q6 = (e) => p(E2(e)), Y6 = (e) => p(T2(e)), z6 = (e) => p(_2(e)), J6 = (e) => p(P2(e)), X6 = (e) => p(L2(e)), Q6 = (e) => p(D2(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((t) => F2(t, e)), re = (e) => p(U2(e)), J = (e) => e.runtimeConfig, K2 = w(
|
|
165
|
+
J,
|
|
166
|
+
(e) => e.websocket.isConnected
|
|
167
|
+
), G2 = w(
|
|
168
|
+
J,
|
|
169
|
+
(e) => e.currentRoomKey
|
|
170
|
+
), q2 = w(
|
|
171
|
+
J,
|
|
172
|
+
(e) => e.roomData.clientId
|
|
173
|
+
), Y2 = w(
|
|
174
|
+
J,
|
|
175
|
+
(e) => e.roomData.systemUuid
|
|
176
|
+
), z2 = w(
|
|
177
|
+
J,
|
|
178
|
+
(e) => e.roomData.userCode
|
|
179
|
+
), J2 = w(
|
|
180
|
+
J,
|
|
181
|
+
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
|
+
), X2 = w(
|
|
183
|
+
J,
|
|
184
|
+
(e) => {
|
|
185
|
+
var t;
|
|
186
|
+
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
187
|
+
}
|
|
188
|
+
), Q2 = w(
|
|
189
|
+
J,
|
|
190
|
+
(e) => e.touchpanelKey
|
|
191
|
+
), N2 = w(
|
|
192
|
+
J,
|
|
193
|
+
(e) => e.touchpanelKey !== ""
|
|
194
|
+
), e8 = () => p(K2), t8 = () => p(G2), s8 = () => p(q2), o8 = () => p(Y2), n8 = () => p(z2), c8 = () => p(J2), le = () => p(X2), ie = () => p(Q2), ae = () => p(N2), c1 = (e) => e.ui, U1 = (e) => w(
|
|
195
|
+
c1,
|
|
196
|
+
(t) => t.modalVisibility[e]
|
|
197
|
+
), r8 = (e) => w(
|
|
198
|
+
c1,
|
|
199
|
+
(t) => {
|
|
200
|
+
const o = t.popoverVisibility[e];
|
|
201
|
+
if (o)
|
|
202
|
+
return Object.keys(o).find((c) => o[c]);
|
|
203
|
+
}
|
|
204
|
+
), l8 = (e, t) => w(
|
|
205
|
+
c1,
|
|
206
|
+
(o) => {
|
|
207
|
+
var c;
|
|
208
|
+
return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
209
|
+
}
|
|
210
|
+
), i8 = w(
|
|
211
|
+
c1,
|
|
212
|
+
(e) => e.error
|
|
213
|
+
), a8 = w(
|
|
214
|
+
c1,
|
|
215
|
+
(e) => e.showReconnect
|
|
216
|
+
), u8 = w(
|
|
217
|
+
c1,
|
|
218
|
+
(e) => e.theme
|
|
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
|
+
showReconnect: !1,
|
|
221
|
+
error: "",
|
|
222
|
+
modalVisibility: {
|
|
223
|
+
showShutdownModal: !1,
|
|
224
|
+
showIncomingCallModal: !1
|
|
225
|
+
},
|
|
226
|
+
popoverVisibility: {}
|
|
227
|
+
}, j3 = g1({
|
|
228
|
+
name: "ui",
|
|
229
|
+
initialState: v8,
|
|
230
|
+
reducers: {
|
|
231
|
+
clearAllModals(e) {
|
|
232
|
+
Object.entries(e.modalVisibility).forEach(([t]) => {
|
|
233
|
+
e.modalVisibility[t] = !1;
|
|
234
|
+
});
|
|
235
|
+
},
|
|
236
|
+
setModalState(e, t) {
|
|
237
|
+
e.modalVisibility[t.payload.modalType] = t.payload.value;
|
|
238
|
+
},
|
|
239
|
+
setShowShutdownModal(e, t) {
|
|
240
|
+
e.modalVisibility.showShutdownModal = t.payload;
|
|
241
|
+
},
|
|
242
|
+
setIncomingCallModal(e, t) {
|
|
243
|
+
e.modalVisibility.showIncomingCallModal = t.payload;
|
|
244
|
+
},
|
|
245
|
+
setPopoverState(e, t) {
|
|
246
|
+
e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(e.popoverVisibility[t.payload.popoverGroup]).forEach(([o]) => {
|
|
247
|
+
e.popoverVisibility[t.payload.popoverGroup][o] = !1;
|
|
248
|
+
}), e.popoverVisibility[t.payload.popoverGroup][t.payload.popoverId] = t.payload.value;
|
|
249
|
+
},
|
|
250
|
+
setErrorMessage(e, t) {
|
|
251
|
+
e.error = t.payload;
|
|
252
|
+
},
|
|
253
|
+
setShowReconnect(e, t) {
|
|
254
|
+
e.showReconnect = t.payload;
|
|
255
|
+
},
|
|
256
|
+
setTheme(e, t) {
|
|
257
|
+
e.theme = t.payload;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}), z = j3.actions, g8 = j3.reducer, f8 = {
|
|
33
261
|
config: {
|
|
34
262
|
enableDev: !1,
|
|
35
263
|
apiPath: "",
|
|
@@ -39,49 +267,49 @@ const Z2 = {
|
|
|
39
267
|
loginMode: "",
|
|
40
268
|
modes: {}
|
|
41
269
|
}
|
|
42
|
-
},
|
|
270
|
+
}, C3 = g1({
|
|
43
271
|
name: "appConfig",
|
|
44
|
-
initialState:
|
|
272
|
+
initialState: f8,
|
|
45
273
|
reducers: {
|
|
46
274
|
setAppConfig(e, t) {
|
|
47
275
|
e.config = t.payload;
|
|
48
276
|
}
|
|
49
277
|
}
|
|
50
|
-
}),
|
|
278
|
+
}), p8 = C3.actions, w8 = C3.reducer, d3 = {}, B1 = g1({
|
|
51
279
|
name: "devices",
|
|
52
|
-
initialState:
|
|
280
|
+
initialState: d3,
|
|
53
281
|
reducers: {
|
|
54
282
|
setDeviceState(e, t) {
|
|
55
|
-
const
|
|
283
|
+
const o = t.payload.type, c = o.slice(o.lastIndexOf("/") + 1);
|
|
56
284
|
if (!c) return;
|
|
57
|
-
const r = t.payload.content, i = e[c] ?? {}, d =
|
|
285
|
+
const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
|
|
58
286
|
e[c] = d;
|
|
59
287
|
},
|
|
60
288
|
clearDevices() {
|
|
61
|
-
return
|
|
289
|
+
return d3;
|
|
62
290
|
}
|
|
63
291
|
}
|
|
64
292
|
}), s1 = {
|
|
65
|
-
setDeviceState:
|
|
66
|
-
clearDevices:
|
|
67
|
-
},
|
|
293
|
+
setDeviceState: B1.actions.setDeviceState,
|
|
294
|
+
clearDevices: B1.actions.clearDevices
|
|
295
|
+
}, x8 = B1.reducer, h3 = {}, O1 = g1({
|
|
68
296
|
name: "rooms",
|
|
69
|
-
initialState:
|
|
297
|
+
initialState: h3,
|
|
70
298
|
reducers: {
|
|
71
299
|
setRoomState(e, t) {
|
|
72
|
-
const
|
|
300
|
+
const o = t.payload.type, c = o.slice(o.lastIndexOf("/") + 1);
|
|
73
301
|
if (!c) return;
|
|
74
|
-
const r = t.payload.content, i = e[c] ?? {}, d =
|
|
302
|
+
const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
|
|
75
303
|
e[c] = d;
|
|
76
304
|
},
|
|
77
305
|
clearRooms() {
|
|
78
|
-
return
|
|
306
|
+
return h3;
|
|
79
307
|
}
|
|
80
308
|
}
|
|
81
|
-
}),
|
|
82
|
-
setRoomState:
|
|
83
|
-
clearRooms:
|
|
84
|
-
},
|
|
309
|
+
}), o1 = {
|
|
310
|
+
setRoomState: O1.actions.setRoomState,
|
|
311
|
+
clearRooms: O1.actions.clearRooms
|
|
312
|
+
}, M8 = O1.reducer, m8 = {
|
|
85
313
|
apiVersion: "",
|
|
86
314
|
serverIsRunningOnProcessorHardware: !1,
|
|
87
315
|
websocket: {
|
|
@@ -111,9 +339,9 @@ const Z2 = {
|
|
|
111
339
|
userCode: "",
|
|
112
340
|
qrUrl: ""
|
|
113
341
|
}
|
|
114
|
-
},
|
|
342
|
+
}, S3 = g1({
|
|
115
343
|
name: "runtimeConfig",
|
|
116
|
-
initialState:
|
|
344
|
+
initialState: m8,
|
|
117
345
|
reducers: {
|
|
118
346
|
setRuntimeConfig(e, t) {
|
|
119
347
|
e.apiVersion = t.payload.apiVersion, e.serverIsRunningOnProcessorHardware = t.payload.serverIsRunningOnProcessorHardware;
|
|
@@ -140,236 +368,26 @@ const Z2 = {
|
|
|
140
368
|
e.touchpanelKey = t.payload;
|
|
141
369
|
}
|
|
142
370
|
}
|
|
143
|
-
}), W =
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
},
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
reducers: {
|
|
155
|
-
clearAllModals(e) {
|
|
156
|
-
Object.entries(e.modalVisibility).forEach(([t]) => {
|
|
157
|
-
e.modalVisibility[t] = !1;
|
|
158
|
-
});
|
|
159
|
-
},
|
|
160
|
-
setModalState(e, t) {
|
|
161
|
-
e.modalVisibility[t.payload.modalType] = t.payload.value;
|
|
162
|
-
},
|
|
163
|
-
setShowShutdownModal(e, t) {
|
|
164
|
-
e.modalVisibility.showShutdownModal = t.payload;
|
|
165
|
-
},
|
|
166
|
-
setIncomingCallModal(e, t) {
|
|
167
|
-
e.modalVisibility.showIncomingCallModal = t.payload;
|
|
168
|
-
},
|
|
169
|
-
setPopoverState(e, t) {
|
|
170
|
-
e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(e.popoverVisibility[t.payload.popoverGroup]).forEach(([n]) => {
|
|
171
|
-
e.popoverVisibility[t.payload.popoverGroup][n] = !1;
|
|
172
|
-
}), e.popoverVisibility[t.payload.popoverGroup][t.payload.popoverId] = t.payload.value;
|
|
173
|
-
},
|
|
174
|
-
setErrorMessage(e, t) {
|
|
175
|
-
e.error = t.payload;
|
|
176
|
-
},
|
|
177
|
-
setShowReconnect(e, t) {
|
|
178
|
-
e.showReconnect = t.payload;
|
|
179
|
-
},
|
|
180
|
-
setTheme(e, t) {
|
|
181
|
-
e.theme = t.payload;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}), z = Z3.actions, E2 = Z3.reducer, _2 = c2({
|
|
185
|
-
appConfig: C2,
|
|
186
|
-
runtimeConfig: R2,
|
|
187
|
-
rooms: b2,
|
|
188
|
-
devices: S2,
|
|
189
|
-
ui: E2
|
|
190
|
-
}), Z = r2({
|
|
191
|
-
reducer: _2
|
|
192
|
-
}), P = (e) => e.rooms, T2 = (e) => M(
|
|
193
|
-
P,
|
|
194
|
-
(t) => t[e] ? t[e].configuration : void 0
|
|
195
|
-
), L2 = M(
|
|
196
|
-
P,
|
|
197
|
-
(e) => e
|
|
198
|
-
), P2 = (e) => M(
|
|
199
|
-
P,
|
|
200
|
-
(t) => t[e] ? t[e] : void 0
|
|
201
|
-
), D2 = (e) => M(
|
|
202
|
-
P,
|
|
203
|
-
(t) => t[e] ? t[e].name : void 0
|
|
204
|
-
), $2 = (e, t) => M(
|
|
205
|
-
P,
|
|
206
|
-
(n) => n[e] ? n[e].volumes[t] : void 0
|
|
207
|
-
), A2 = (e) => M(
|
|
208
|
-
P,
|
|
209
|
-
(t) => t[e] ? t[e] : void 0
|
|
210
|
-
), B2 = (e) => M(
|
|
211
|
-
P,
|
|
212
|
-
(t) => {
|
|
213
|
-
var n, c;
|
|
214
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.sourceList : void 0;
|
|
215
|
-
}
|
|
216
|
-
), O2 = (e) => M(
|
|
217
|
-
P,
|
|
218
|
-
(t) => {
|
|
219
|
-
var n, c;
|
|
220
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.audioControlPointList : void 0;
|
|
221
|
-
}
|
|
222
|
-
), V2 = (e) => M(
|
|
223
|
-
P,
|
|
224
|
-
(t) => {
|
|
225
|
-
var n, c;
|
|
226
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations : void 0;
|
|
227
|
-
}
|
|
228
|
-
), k2 = (e) => M(
|
|
229
|
-
P,
|
|
230
|
-
(t) => {
|
|
231
|
-
var n, c;
|
|
232
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList : void 0;
|
|
233
|
-
}
|
|
234
|
-
), U2 = (e) => M(
|
|
235
|
-
P,
|
|
236
|
-
(t) => {
|
|
237
|
-
var n, c;
|
|
238
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.environmentalDevices : void 0;
|
|
239
|
-
}
|
|
240
|
-
), F2 = (e) => M(
|
|
241
|
-
P,
|
|
242
|
-
(t) => {
|
|
243
|
-
var n, c, r, i, d, a, f, w;
|
|
244
|
-
return (c = (n = t[e]) == null ? void 0 : n.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 : ((w = (f = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : f.destinationList.defaultDisplay) == null ? void 0 : w.sinkKey) || "";
|
|
245
|
-
}
|
|
246
|
-
), W2 = (e) => M(
|
|
247
|
-
P,
|
|
248
|
-
(t) => {
|
|
249
|
-
var n, c, r;
|
|
250
|
-
return t[e] ? (r = (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
|
|
251
|
-
}
|
|
252
|
-
), H2 = (e) => M(
|
|
253
|
-
P,
|
|
254
|
-
(t) => {
|
|
255
|
-
var n;
|
|
256
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isInCall : void 0;
|
|
257
|
-
}
|
|
258
|
-
), K2 = (e) => M(
|
|
259
|
-
P,
|
|
260
|
-
(t) => {
|
|
261
|
-
var n;
|
|
262
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isWarmingUp : void 0;
|
|
263
|
-
}
|
|
264
|
-
), G2 = (e) => M(
|
|
265
|
-
P,
|
|
266
|
-
(t) => {
|
|
267
|
-
var n;
|
|
268
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isCoolingDown : void 0;
|
|
269
|
-
}
|
|
270
|
-
), q2 = (e) => M(
|
|
271
|
-
P,
|
|
272
|
-
(t) => {
|
|
273
|
-
var n;
|
|
274
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.isOn : void 0;
|
|
275
|
-
}
|
|
276
|
-
), Y2 = (e) => M(
|
|
277
|
-
P,
|
|
278
|
-
(t) => {
|
|
279
|
-
var n;
|
|
280
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.advancedSharingActive : void 0;
|
|
281
|
-
}
|
|
282
|
-
), z2 = (e) => M(
|
|
283
|
-
P,
|
|
284
|
-
(t) => {
|
|
285
|
-
var n;
|
|
286
|
-
return t[e] ? (n = t[e]) == null ? void 0 : n.share : void 0;
|
|
287
|
-
}
|
|
288
|
-
), J2 = (e) => M(
|
|
289
|
-
P,
|
|
290
|
-
(t) => {
|
|
291
|
-
var n, c;
|
|
292
|
-
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
|
|
293
|
-
}
|
|
294
|
-
);
|
|
295
|
-
function D6(e) {
|
|
296
|
-
return p(
|
|
297
|
-
T2(e)
|
|
298
|
-
);
|
|
299
|
-
}
|
|
300
|
-
function $6() {
|
|
301
|
-
return p(L2);
|
|
302
|
-
}
|
|
303
|
-
function j1(e) {
|
|
304
|
-
return p(P2(e));
|
|
305
|
-
}
|
|
306
|
-
const A6 = j1, B6 = (e) => p(
|
|
307
|
-
D2(e)
|
|
308
|
-
), X2 = (e, t) => p(
|
|
309
|
-
$2(e, t)
|
|
310
|
-
), Q2 = (e) => p(A2(e)) || void 0, O6 = (e) => p(B2(e)), V6 = (e) => p(O2(e)), k6 = (e) => p(V2(e)), U6 = (e) => p(k2(e)), F6 = (e) => p(U2(e)), W6 = (e) => p(F2(e)), H6 = (e) => p(W2(e)), K6 = (e) => p(H2(e)), G6 = (e) => p(K2(e)), q6 = (e) => p(G2(e)), Y6 = (e) => p(q2(e)), z6 = (e) => p(Y2(e)), J6 = (e) => p(z2(e)), X6 = (e) => M(
|
|
311
|
-
[
|
|
312
|
-
(t, n) => n,
|
|
313
|
-
m2,
|
|
314
|
-
(t) => {
|
|
315
|
-
var n, c;
|
|
316
|
-
return (c = (n = t.rooms[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations;
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
(t, n, c) => {
|
|
320
|
-
if (console.log("roomKey", t), console.log("devices", n), console.log("destinations", c), !c) return;
|
|
321
|
-
const r = Object.entries(c).filter(([d]) => d !== "programAudio" && d !== "codecContent").map(([, d]) => d);
|
|
322
|
-
return Object.values(n).filter((d) => Object.values(r).includes(d.key));
|
|
323
|
-
}
|
|
324
|
-
)(Z.getState(), e), Q6 = (e) => p(J2(e)), J = (e) => e.runtimeConfig, N2 = M(
|
|
325
|
-
J,
|
|
326
|
-
(e) => e.websocket.isConnected
|
|
327
|
-
), e8 = M(
|
|
328
|
-
J,
|
|
329
|
-
(e) => e.currentRoomKey
|
|
330
|
-
), t8 = M(
|
|
331
|
-
J,
|
|
332
|
-
(e) => e.roomData.clientId
|
|
333
|
-
), s8 = M(
|
|
334
|
-
J,
|
|
335
|
-
(e) => e.roomData.systemUuid
|
|
336
|
-
), n8 = M(
|
|
337
|
-
J,
|
|
338
|
-
(e) => e.roomData.userCode
|
|
339
|
-
), o8 = M(
|
|
340
|
-
J,
|
|
341
|
-
(e) => e.serverIsRunningOnProcessorHardware
|
|
342
|
-
), c8 = M(
|
|
343
|
-
J,
|
|
344
|
-
(e) => {
|
|
345
|
-
var t;
|
|
346
|
-
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
347
|
-
}
|
|
348
|
-
), r8 = M(
|
|
349
|
-
J,
|
|
350
|
-
(e) => e.touchpanelKey
|
|
351
|
-
), l8 = M(
|
|
352
|
-
J,
|
|
353
|
-
(e) => e.touchpanelKey !== ""
|
|
354
|
-
), i8 = () => p(N2), a8 = () => p(e8), u8 = () => p(t8), d8 = () => p(s8), h8 = () => p(n8), v8 = () => p(o8), N6 = () => p(c8), ee = () => p(r8), te = () => p(l8), se = () => p((e) => e.ui.modalVisibility.showShutdownModal), ne = () => p((e) => e.ui.modalVisibility.showIncomingCallModal), oe = (e) => p((t) => t.ui.modalVisibility[e]), ce = (e) => p((t) => {
|
|
355
|
-
const n = t.ui.popoverVisibility[e];
|
|
356
|
-
if (n)
|
|
357
|
-
return Object.keys(n).find((c) => n[c]);
|
|
358
|
-
}), re = (e, t) => p((n) => {
|
|
359
|
-
var c;
|
|
360
|
-
return (c = n.ui.popoverVisibility[e]) == null ? void 0 : c[t];
|
|
361
|
-
}), g8 = () => p((e) => e.ui.error), f8 = () => p((e) => e.ui.showReconnect), le = () => p((e) => e.ui.theme), O1 = e2.create();
|
|
362
|
-
function p8() {
|
|
363
|
-
const e = h2();
|
|
371
|
+
}), W = S3.actions, Z8 = S3.reducer, j8 = i2({
|
|
372
|
+
appConfig: w8,
|
|
373
|
+
runtimeConfig: Z8,
|
|
374
|
+
rooms: M8,
|
|
375
|
+
devices: x8,
|
|
376
|
+
ui: g8
|
|
377
|
+
}), Z = a2({
|
|
378
|
+
reducer: j8
|
|
379
|
+
}), V1 = o2.create();
|
|
380
|
+
function C8() {
|
|
381
|
+
const e = f2();
|
|
364
382
|
return async () => {
|
|
365
383
|
try {
|
|
366
384
|
const t = location.pathname.split("/").filter((r) => r.length > 0);
|
|
367
385
|
t.length >= 5 ? t.length = 5 : t.length = 2;
|
|
368
|
-
const
|
|
386
|
+
const o = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: o });
|
|
369
387
|
if (c.status == 200 && c.data) {
|
|
370
388
|
const r = c.data.apiPath;
|
|
371
|
-
e(
|
|
372
|
-
const i = await
|
|
389
|
+
e(p8.setAppConfig(c.data));
|
|
390
|
+
const i = await V1.get(`${r}/version`);
|
|
373
391
|
i.status == 200 && i.data && e(W.setRuntimeConfig(i.data));
|
|
374
392
|
}
|
|
375
393
|
} catch (t) {
|
|
@@ -378,7 +396,7 @@ function p8() {
|
|
|
378
396
|
return !0;
|
|
379
397
|
};
|
|
380
398
|
}
|
|
381
|
-
var
|
|
399
|
+
var m1 = { exports: {} }, u1 = {};
|
|
382
400
|
/**
|
|
383
401
|
* @license React
|
|
384
402
|
* react-jsx-runtime.production.min.js
|
|
@@ -388,21 +406,21 @@ var M1 = { exports: {} }, a1 = {};
|
|
|
388
406
|
* This source code is licensed under the MIT license found in the
|
|
389
407
|
* LICENSE file in the root directory of this source tree.
|
|
390
408
|
*/
|
|
391
|
-
var
|
|
392
|
-
function
|
|
393
|
-
if (
|
|
394
|
-
|
|
395
|
-
var e =
|
|
396
|
-
function d(a, f,
|
|
409
|
+
var v3;
|
|
410
|
+
function S8() {
|
|
411
|
+
if (v3) return u1;
|
|
412
|
+
v3 = 1;
|
|
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
|
+
function d(a, f, x) {
|
|
397
415
|
var h, R = {}, A = null, F = null;
|
|
398
|
-
|
|
416
|
+
x !== void 0 && (A = "" + x), f.key !== void 0 && (A = "" + f.key), f.ref !== void 0 && (F = f.ref);
|
|
399
417
|
for (h in f) c.call(f, h) && !i.hasOwnProperty(h) && (R[h] = f[h]);
|
|
400
418
|
if (a && a.defaultProps) for (h in f = a.defaultProps, f) R[h] === void 0 && (R[h] = f[h]);
|
|
401
419
|
return { $$typeof: t, type: a, key: A, ref: F, props: R, _owner: r.current };
|
|
402
420
|
}
|
|
403
|
-
return
|
|
421
|
+
return u1.Fragment = o, u1.jsx = d, u1.jsxs = d, u1;
|
|
404
422
|
}
|
|
405
|
-
var
|
|
423
|
+
var d1 = {};
|
|
406
424
|
/**
|
|
407
425
|
* @license React
|
|
408
426
|
* react-jsx-runtime.development.js
|
|
@@ -412,89 +430,89 @@ var u1 = {};
|
|
|
412
430
|
* This source code is licensed under the MIT license found in the
|
|
413
431
|
* LICENSE file in the root directory of this source tree.
|
|
414
432
|
*/
|
|
415
|
-
var
|
|
416
|
-
function
|
|
417
|
-
return
|
|
418
|
-
var e =
|
|
419
|
-
function
|
|
420
|
-
if (
|
|
433
|
+
var g3;
|
|
434
|
+
function b8() {
|
|
435
|
+
return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
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"), A = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), k = Symbol.iterator, Q = "@@iterator";
|
|
437
|
+
function r1(n) {
|
|
438
|
+
if (n === null || typeof n != "object")
|
|
421
439
|
return null;
|
|
422
|
-
var l = k &&
|
|
440
|
+
var l = k && n[k] || n[Q];
|
|
423
441
|
return typeof l == "function" ? l : null;
|
|
424
442
|
}
|
|
425
443
|
var D = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
426
|
-
function $(
|
|
444
|
+
function $(n) {
|
|
427
445
|
{
|
|
428
446
|
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), v = 1; v < l; v++)
|
|
429
447
|
u[v - 1] = arguments[v];
|
|
430
|
-
|
|
448
|
+
S1("error", n, u);
|
|
431
449
|
}
|
|
432
450
|
}
|
|
433
|
-
function
|
|
451
|
+
function S1(n, l, u) {
|
|
434
452
|
{
|
|
435
453
|
var v = D.ReactDebugCurrentFrame, S = v.getStackAddendum();
|
|
436
454
|
S !== "" && (l += "%s", u = u.concat([S]));
|
|
437
455
|
var I = u.map(function(m) {
|
|
438
456
|
return String(m);
|
|
439
457
|
});
|
|
440
|
-
I.unshift("Warning: " + l), Function.prototype.apply.call(console[
|
|
458
|
+
I.unshift("Warning: " + l), Function.prototype.apply.call(console[n], console, I);
|
|
441
459
|
}
|
|
442
460
|
}
|
|
443
|
-
var
|
|
461
|
+
var b1 = !1, y = !1, C = !1, f1 = !1, I1 = !1, q;
|
|
444
462
|
q = Symbol.for("react.module.reference");
|
|
445
|
-
function O(
|
|
446
|
-
return !!(typeof
|
|
463
|
+
function O(n) {
|
|
464
|
+
return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n === h || f1 || n === F || b1 || y || C || typeof n == "object" && n !== null && (n.$$typeof === A || n.$$typeof === R || n.$$typeof === d || n.$$typeof === a || n.$$typeof === f || // This needs to include all possible module reference object
|
|
447
465
|
// types supported by any Flight configuration anywhere since
|
|
448
466
|
// we don't know which Flight build this will end up being used
|
|
449
467
|
// with.
|
|
450
|
-
|
|
468
|
+
n.$$typeof === q || n.getModuleId !== void 0));
|
|
451
469
|
}
|
|
452
|
-
function E(
|
|
453
|
-
var v =
|
|
470
|
+
function E(n, l, u) {
|
|
471
|
+
var v = n.displayName;
|
|
454
472
|
if (v)
|
|
455
473
|
return v;
|
|
456
474
|
var S = l.displayName || l.name || "";
|
|
457
475
|
return S !== "" ? u + "(" + S + ")" : u;
|
|
458
476
|
}
|
|
459
|
-
function N(
|
|
460
|
-
return
|
|
477
|
+
function N(n) {
|
|
478
|
+
return n.displayName || "Context";
|
|
461
479
|
}
|
|
462
|
-
function K(
|
|
463
|
-
if (
|
|
480
|
+
function K(n) {
|
|
481
|
+
if (n == null)
|
|
464
482
|
return null;
|
|
465
|
-
if (typeof
|
|
466
|
-
return
|
|
467
|
-
if (typeof
|
|
468
|
-
return
|
|
469
|
-
switch (
|
|
483
|
+
if (typeof n.tag == "number" && $("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof n == "function")
|
|
484
|
+
return n.displayName || n.name || null;
|
|
485
|
+
if (typeof n == "string")
|
|
486
|
+
return n;
|
|
487
|
+
switch (n) {
|
|
470
488
|
case c:
|
|
471
489
|
return "Fragment";
|
|
472
|
-
case
|
|
490
|
+
case o:
|
|
473
491
|
return "Portal";
|
|
474
492
|
case i:
|
|
475
493
|
return "Profiler";
|
|
476
494
|
case r:
|
|
477
495
|
return "StrictMode";
|
|
478
|
-
case
|
|
496
|
+
case x:
|
|
479
497
|
return "Suspense";
|
|
480
498
|
case h:
|
|
481
499
|
return "SuspenseList";
|
|
482
500
|
}
|
|
483
|
-
if (typeof
|
|
484
|
-
switch (
|
|
501
|
+
if (typeof n == "object")
|
|
502
|
+
switch (n.$$typeof) {
|
|
485
503
|
case a:
|
|
486
|
-
var l =
|
|
504
|
+
var l = n;
|
|
487
505
|
return N(l) + ".Consumer";
|
|
488
506
|
case d:
|
|
489
|
-
var u =
|
|
507
|
+
var u = n;
|
|
490
508
|
return N(u._context) + ".Provider";
|
|
491
509
|
case f:
|
|
492
|
-
return E(
|
|
510
|
+
return E(n, n.render, "ForwardRef");
|
|
493
511
|
case R:
|
|
494
|
-
var v =
|
|
495
|
-
return v !== null ? v : K(
|
|
512
|
+
var v = n.displayName || null;
|
|
513
|
+
return v !== null ? v : K(n.type) || "Memo";
|
|
496
514
|
case A: {
|
|
497
|
-
var S =
|
|
515
|
+
var S = n, I = S._payload, m = S._init;
|
|
498
516
|
try {
|
|
499
517
|
return K(m(I));
|
|
500
518
|
} catch {
|
|
@@ -504,101 +522,101 @@ function x8() {
|
|
|
504
522
|
}
|
|
505
523
|
return null;
|
|
506
524
|
}
|
|
507
|
-
var Y = Object.assign,
|
|
508
|
-
function
|
|
525
|
+
var Y = Object.assign, l1 = 0, F1, W1, H1, K1, G1, q1, Y1;
|
|
526
|
+
function z1() {
|
|
509
527
|
}
|
|
510
|
-
|
|
511
|
-
function
|
|
528
|
+
z1.__reactDisabledLog = !0;
|
|
529
|
+
function y3() {
|
|
512
530
|
{
|
|
513
|
-
if (
|
|
514
|
-
|
|
515
|
-
var
|
|
531
|
+
if (l1 === 0) {
|
|
532
|
+
F1 = console.log, W1 = console.info, H1 = console.warn, K1 = console.error, G1 = console.group, q1 = console.groupCollapsed, Y1 = console.groupEnd;
|
|
533
|
+
var n = {
|
|
516
534
|
configurable: !0,
|
|
517
535
|
enumerable: !0,
|
|
518
|
-
value:
|
|
536
|
+
value: z1,
|
|
519
537
|
writable: !0
|
|
520
538
|
};
|
|
521
539
|
Object.defineProperties(console, {
|
|
522
|
-
info:
|
|
523
|
-
log:
|
|
524
|
-
warn:
|
|
525
|
-
error:
|
|
526
|
-
group:
|
|
527
|
-
groupCollapsed:
|
|
528
|
-
groupEnd:
|
|
540
|
+
info: n,
|
|
541
|
+
log: n,
|
|
542
|
+
warn: n,
|
|
543
|
+
error: n,
|
|
544
|
+
group: n,
|
|
545
|
+
groupCollapsed: n,
|
|
546
|
+
groupEnd: n
|
|
529
547
|
});
|
|
530
548
|
}
|
|
531
|
-
|
|
549
|
+
l1++;
|
|
532
550
|
}
|
|
533
551
|
}
|
|
534
|
-
function
|
|
552
|
+
function E3() {
|
|
535
553
|
{
|
|
536
|
-
if (
|
|
537
|
-
var
|
|
554
|
+
if (l1--, l1 === 0) {
|
|
555
|
+
var n = {
|
|
538
556
|
configurable: !0,
|
|
539
557
|
enumerable: !0,
|
|
540
558
|
writable: !0
|
|
541
559
|
};
|
|
542
560
|
Object.defineProperties(console, {
|
|
543
|
-
log: Y({},
|
|
544
|
-
value: k1
|
|
545
|
-
}),
|
|
546
|
-
info: Y({}, o, {
|
|
547
|
-
value: U1
|
|
548
|
-
}),
|
|
549
|
-
warn: Y({}, o, {
|
|
561
|
+
log: Y({}, n, {
|
|
550
562
|
value: F1
|
|
551
563
|
}),
|
|
552
|
-
|
|
564
|
+
info: Y({}, n, {
|
|
553
565
|
value: W1
|
|
554
566
|
}),
|
|
555
|
-
|
|
567
|
+
warn: Y({}, n, {
|
|
556
568
|
value: H1
|
|
557
569
|
}),
|
|
558
|
-
|
|
570
|
+
error: Y({}, n, {
|
|
559
571
|
value: K1
|
|
560
572
|
}),
|
|
561
|
-
|
|
573
|
+
group: Y({}, n, {
|
|
562
574
|
value: G1
|
|
575
|
+
}),
|
|
576
|
+
groupCollapsed: Y({}, n, {
|
|
577
|
+
value: q1
|
|
578
|
+
}),
|
|
579
|
+
groupEnd: Y({}, n, {
|
|
580
|
+
value: Y1
|
|
563
581
|
})
|
|
564
582
|
});
|
|
565
583
|
}
|
|
566
|
-
|
|
584
|
+
l1 < 0 && $("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
567
585
|
}
|
|
568
586
|
}
|
|
569
|
-
var
|
|
570
|
-
function
|
|
587
|
+
var R1 = D.ReactCurrentDispatcher, y1;
|
|
588
|
+
function p1(n, l, u) {
|
|
571
589
|
{
|
|
572
|
-
if (
|
|
590
|
+
if (y1 === void 0)
|
|
573
591
|
try {
|
|
574
592
|
throw Error();
|
|
575
593
|
} catch (S) {
|
|
576
594
|
var v = S.stack.trim().match(/\n( *(at )?)/);
|
|
577
|
-
|
|
595
|
+
y1 = v && v[1] || "";
|
|
578
596
|
}
|
|
579
597
|
return `
|
|
580
|
-
` +
|
|
598
|
+
` + y1 + n;
|
|
581
599
|
}
|
|
582
600
|
}
|
|
583
|
-
var
|
|
601
|
+
var E1 = !1, w1;
|
|
584
602
|
{
|
|
585
|
-
var
|
|
586
|
-
|
|
603
|
+
var T3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
604
|
+
w1 = new T3();
|
|
587
605
|
}
|
|
588
|
-
function
|
|
589
|
-
if (!
|
|
606
|
+
function J1(n, l) {
|
|
607
|
+
if (!n || E1)
|
|
590
608
|
return "";
|
|
591
609
|
{
|
|
592
|
-
var u =
|
|
610
|
+
var u = w1.get(n);
|
|
593
611
|
if (u !== void 0)
|
|
594
612
|
return u;
|
|
595
613
|
}
|
|
596
614
|
var v;
|
|
597
|
-
|
|
615
|
+
E1 = !0;
|
|
598
616
|
var S = Error.prepareStackTrace;
|
|
599
617
|
Error.prepareStackTrace = void 0;
|
|
600
618
|
var I;
|
|
601
|
-
I =
|
|
619
|
+
I = R1.current, R1.current = null, y3();
|
|
602
620
|
try {
|
|
603
621
|
if (l) {
|
|
604
622
|
var m = function() {
|
|
@@ -614,14 +632,14 @@ function x8() {
|
|
|
614
632
|
} catch (V) {
|
|
615
633
|
v = V;
|
|
616
634
|
}
|
|
617
|
-
Reflect.construct(
|
|
635
|
+
Reflect.construct(n, [], m);
|
|
618
636
|
} else {
|
|
619
637
|
try {
|
|
620
638
|
m.call();
|
|
621
639
|
} catch (V) {
|
|
622
640
|
v = V;
|
|
623
641
|
}
|
|
624
|
-
|
|
642
|
+
n.call(m.prototype);
|
|
625
643
|
}
|
|
626
644
|
} else {
|
|
627
645
|
try {
|
|
@@ -629,248 +647,248 @@ function x8() {
|
|
|
629
647
|
} catch (V) {
|
|
630
648
|
v = V;
|
|
631
649
|
}
|
|
632
|
-
|
|
650
|
+
n();
|
|
633
651
|
}
|
|
634
652
|
} catch (V) {
|
|
635
653
|
if (V && v && typeof V.stack == "string") {
|
|
636
|
-
for (var
|
|
654
|
+
for (var M = V.stack.split(`
|
|
637
655
|
`), B = v.stack.split(`
|
|
638
|
-
`),
|
|
639
|
-
|
|
640
|
-
for (;
|
|
641
|
-
if (
|
|
642
|
-
if (
|
|
656
|
+
`), T = M.length - 1, P = B.length - 1; T >= 1 && P >= 0 && M[T] !== B[P]; )
|
|
657
|
+
P--;
|
|
658
|
+
for (; T >= 1 && P >= 0; T--, P--)
|
|
659
|
+
if (M[T] !== B[P]) {
|
|
660
|
+
if (T !== 1 || P !== 1)
|
|
643
661
|
do
|
|
644
|
-
if (
|
|
662
|
+
if (T--, P--, P < 0 || M[T] !== B[P]) {
|
|
645
663
|
var U = `
|
|
646
|
-
` +
|
|
647
|
-
return
|
|
664
|
+
` + M[T].replace(" at new ", " at ");
|
|
665
|
+
return n.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", n.displayName)), typeof n == "function" && w1.set(n, U), U;
|
|
648
666
|
}
|
|
649
|
-
while (
|
|
667
|
+
while (T >= 1 && P >= 0);
|
|
650
668
|
break;
|
|
651
669
|
}
|
|
652
670
|
}
|
|
653
671
|
} finally {
|
|
654
|
-
|
|
672
|
+
E1 = !1, R1.current = I, E3(), Error.prepareStackTrace = S;
|
|
655
673
|
}
|
|
656
|
-
var t1 =
|
|
657
|
-
return typeof
|
|
674
|
+
var t1 = n ? n.displayName || n.name : "", X = t1 ? p1(t1) : "";
|
|
675
|
+
return typeof n == "function" && w1.set(n, X), X;
|
|
658
676
|
}
|
|
659
|
-
function
|
|
660
|
-
return
|
|
677
|
+
function _3(n, l, u) {
|
|
678
|
+
return J1(n, !1);
|
|
661
679
|
}
|
|
662
|
-
function
|
|
663
|
-
var l =
|
|
680
|
+
function P3(n) {
|
|
681
|
+
var l = n.prototype;
|
|
664
682
|
return !!(l && l.isReactComponent);
|
|
665
683
|
}
|
|
666
|
-
function
|
|
667
|
-
if (
|
|
684
|
+
function x1(n, l, u) {
|
|
685
|
+
if (n == null)
|
|
668
686
|
return "";
|
|
669
|
-
if (typeof
|
|
670
|
-
return
|
|
671
|
-
if (typeof
|
|
672
|
-
return
|
|
673
|
-
switch (
|
|
674
|
-
case
|
|
675
|
-
return
|
|
687
|
+
if (typeof n == "function")
|
|
688
|
+
return J1(n, P3(n));
|
|
689
|
+
if (typeof n == "string")
|
|
690
|
+
return p1(n);
|
|
691
|
+
switch (n) {
|
|
692
|
+
case x:
|
|
693
|
+
return p1("Suspense");
|
|
676
694
|
case h:
|
|
677
|
-
return
|
|
695
|
+
return p1("SuspenseList");
|
|
678
696
|
}
|
|
679
|
-
if (typeof
|
|
680
|
-
switch (
|
|
697
|
+
if (typeof n == "object")
|
|
698
|
+
switch (n.$$typeof) {
|
|
681
699
|
case f:
|
|
682
|
-
return
|
|
700
|
+
return _3(n.render);
|
|
683
701
|
case R:
|
|
684
|
-
return
|
|
702
|
+
return x1(n.type, l, u);
|
|
685
703
|
case A: {
|
|
686
|
-
var v =
|
|
704
|
+
var v = n, S = v._payload, I = v._init;
|
|
687
705
|
try {
|
|
688
|
-
return
|
|
706
|
+
return x1(I(S), l, u);
|
|
689
707
|
} catch {
|
|
690
708
|
}
|
|
691
709
|
}
|
|
692
710
|
}
|
|
693
711
|
return "";
|
|
694
712
|
}
|
|
695
|
-
var
|
|
696
|
-
function
|
|
697
|
-
if (
|
|
698
|
-
var l =
|
|
699
|
-
|
|
713
|
+
var i1 = Object.prototype.hasOwnProperty, X1 = {}, Q1 = D.ReactDebugCurrentFrame;
|
|
714
|
+
function M1(n) {
|
|
715
|
+
if (n) {
|
|
716
|
+
var l = n._owner, u = x1(n.type, n._source, l ? l.type : null);
|
|
717
|
+
Q1.setExtraStackFrame(u);
|
|
700
718
|
} else
|
|
701
|
-
|
|
719
|
+
Q1.setExtraStackFrame(null);
|
|
702
720
|
}
|
|
703
|
-
function
|
|
721
|
+
function L3(n, l, u, v, S) {
|
|
704
722
|
{
|
|
705
|
-
var I = Function.call.bind(
|
|
706
|
-
for (var m in
|
|
707
|
-
if (I(
|
|
708
|
-
var
|
|
723
|
+
var I = Function.call.bind(i1);
|
|
724
|
+
for (var m in n)
|
|
725
|
+
if (I(n, m)) {
|
|
726
|
+
var M = void 0;
|
|
709
727
|
try {
|
|
710
|
-
if (typeof
|
|
711
|
-
var B = Error((v || "React class") + ": " + u + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof
|
|
728
|
+
if (typeof n[m] != "function") {
|
|
729
|
+
var B = Error((v || "React class") + ": " + u + " type `" + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof n[m] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
712
730
|
throw B.name = "Invariant Violation", B;
|
|
713
731
|
}
|
|
714
|
-
|
|
715
|
-
} catch (
|
|
716
|
-
|
|
732
|
+
M = n[m](l, m, v, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
733
|
+
} catch (T) {
|
|
734
|
+
M = T;
|
|
717
735
|
}
|
|
718
|
-
|
|
736
|
+
M && !(M instanceof Error) && (M1(S), $("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", u, m, typeof M), M1(null)), M instanceof Error && !(M.message in X1) && (X1[M.message] = !0, M1(S), $("Failed %s type: %s", u, M.message), M1(null));
|
|
719
737
|
}
|
|
720
738
|
}
|
|
721
739
|
}
|
|
722
|
-
var
|
|
723
|
-
function
|
|
724
|
-
return
|
|
740
|
+
var D3 = Array.isArray;
|
|
741
|
+
function T1(n) {
|
|
742
|
+
return D3(n);
|
|
725
743
|
}
|
|
726
|
-
function
|
|
744
|
+
function $3(n) {
|
|
727
745
|
{
|
|
728
|
-
var l = typeof Symbol == "function" && Symbol.toStringTag, u = l &&
|
|
746
|
+
var l = typeof Symbol == "function" && Symbol.toStringTag, u = l && n[Symbol.toStringTag] || n.constructor.name || "Object";
|
|
729
747
|
return u;
|
|
730
748
|
}
|
|
731
749
|
}
|
|
732
|
-
function
|
|
750
|
+
function A3(n) {
|
|
733
751
|
try {
|
|
734
|
-
return
|
|
752
|
+
return N1(n), !1;
|
|
735
753
|
} catch {
|
|
736
754
|
return !0;
|
|
737
755
|
}
|
|
738
756
|
}
|
|
739
|
-
function
|
|
740
|
-
return "" +
|
|
757
|
+
function N1(n) {
|
|
758
|
+
return "" + n;
|
|
741
759
|
}
|
|
742
|
-
function
|
|
743
|
-
if (
|
|
744
|
-
return $("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
760
|
+
function e3(n) {
|
|
761
|
+
if (A3(n))
|
|
762
|
+
return $("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $3(n)), N1(n);
|
|
745
763
|
}
|
|
746
|
-
var
|
|
764
|
+
var t3 = D.ReactCurrentOwner, B3 = {
|
|
747
765
|
key: !0,
|
|
748
766
|
ref: !0,
|
|
749
767
|
__self: !0,
|
|
750
768
|
__source: !0
|
|
751
|
-
},
|
|
752
|
-
function
|
|
753
|
-
if (
|
|
754
|
-
var l = Object.getOwnPropertyDescriptor(
|
|
769
|
+
}, s3, o3;
|
|
770
|
+
function O3(n) {
|
|
771
|
+
if (i1.call(n, "ref")) {
|
|
772
|
+
var l = Object.getOwnPropertyDescriptor(n, "ref").get;
|
|
755
773
|
if (l && l.isReactWarning)
|
|
756
774
|
return !1;
|
|
757
775
|
}
|
|
758
|
-
return
|
|
776
|
+
return n.ref !== void 0;
|
|
759
777
|
}
|
|
760
|
-
function
|
|
761
|
-
if (
|
|
762
|
-
var l = Object.getOwnPropertyDescriptor(
|
|
778
|
+
function V3(n) {
|
|
779
|
+
if (i1.call(n, "key")) {
|
|
780
|
+
var l = Object.getOwnPropertyDescriptor(n, "key").get;
|
|
763
781
|
if (l && l.isReactWarning)
|
|
764
782
|
return !1;
|
|
765
783
|
}
|
|
766
|
-
return
|
|
784
|
+
return n.key !== void 0;
|
|
767
785
|
}
|
|
768
|
-
function
|
|
769
|
-
typeof
|
|
786
|
+
function k3(n, l) {
|
|
787
|
+
typeof n.ref == "string" && t3.current;
|
|
770
788
|
}
|
|
771
|
-
function
|
|
789
|
+
function U3(n, l) {
|
|
772
790
|
{
|
|
773
791
|
var u = function() {
|
|
774
|
-
|
|
792
|
+
s3 || (s3 = !0, $("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
|
|
775
793
|
};
|
|
776
|
-
u.isReactWarning = !0, Object.defineProperty(
|
|
794
|
+
u.isReactWarning = !0, Object.defineProperty(n, "key", {
|
|
777
795
|
get: u,
|
|
778
796
|
configurable: !0
|
|
779
797
|
});
|
|
780
798
|
}
|
|
781
799
|
}
|
|
782
|
-
function
|
|
800
|
+
function F3(n, l) {
|
|
783
801
|
{
|
|
784
802
|
var u = function() {
|
|
785
|
-
|
|
803
|
+
o3 || (o3 = !0, $("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
|
|
786
804
|
};
|
|
787
|
-
u.isReactWarning = !0, Object.defineProperty(
|
|
805
|
+
u.isReactWarning = !0, Object.defineProperty(n, "ref", {
|
|
788
806
|
get: u,
|
|
789
807
|
configurable: !0
|
|
790
808
|
});
|
|
791
809
|
}
|
|
792
810
|
}
|
|
793
|
-
var
|
|
794
|
-
var
|
|
811
|
+
var W3 = function(n, l, u, v, S, I, m) {
|
|
812
|
+
var M = {
|
|
795
813
|
// This tag allows us to uniquely identify this as a React Element
|
|
796
814
|
$$typeof: t,
|
|
797
815
|
// Built-in properties that belong on the element
|
|
798
|
-
type:
|
|
816
|
+
type: n,
|
|
799
817
|
key: l,
|
|
800
818
|
ref: u,
|
|
801
819
|
props: m,
|
|
802
820
|
// Record the component responsible for creating this element.
|
|
803
821
|
_owner: I
|
|
804
822
|
};
|
|
805
|
-
return
|
|
823
|
+
return M._store = {}, Object.defineProperty(M._store, "validated", {
|
|
806
824
|
configurable: !1,
|
|
807
825
|
enumerable: !1,
|
|
808
826
|
writable: !0,
|
|
809
827
|
value: !1
|
|
810
|
-
}), Object.defineProperty(
|
|
828
|
+
}), Object.defineProperty(M, "_self", {
|
|
811
829
|
configurable: !1,
|
|
812
830
|
enumerable: !1,
|
|
813
831
|
writable: !1,
|
|
814
832
|
value: v
|
|
815
|
-
}), Object.defineProperty(
|
|
833
|
+
}), Object.defineProperty(M, "_source", {
|
|
816
834
|
configurable: !1,
|
|
817
835
|
enumerable: !1,
|
|
818
836
|
writable: !1,
|
|
819
837
|
value: S
|
|
820
|
-
}), Object.freeze && (Object.freeze(
|
|
838
|
+
}), Object.freeze && (Object.freeze(M.props), Object.freeze(M)), M;
|
|
821
839
|
};
|
|
822
|
-
function
|
|
840
|
+
function H3(n, l, u, v, S) {
|
|
823
841
|
{
|
|
824
|
-
var I, m = {},
|
|
825
|
-
u !== void 0 && (
|
|
842
|
+
var I, m = {}, M = null, B = null;
|
|
843
|
+
u !== void 0 && (e3(u), M = "" + u), V3(l) && (e3(l.key), M = "" + l.key), O3(l) && (B = l.ref, k3(l, S));
|
|
826
844
|
for (I in l)
|
|
827
|
-
|
|
828
|
-
if (
|
|
829
|
-
var
|
|
830
|
-
for (I in
|
|
831
|
-
m[I] === void 0 && (m[I] =
|
|
845
|
+
i1.call(l, I) && !B3.hasOwnProperty(I) && (m[I] = l[I]);
|
|
846
|
+
if (n && n.defaultProps) {
|
|
847
|
+
var T = n.defaultProps;
|
|
848
|
+
for (I in T)
|
|
849
|
+
m[I] === void 0 && (m[I] = T[I]);
|
|
832
850
|
}
|
|
833
|
-
if (
|
|
834
|
-
var
|
|
835
|
-
|
|
851
|
+
if (M || B) {
|
|
852
|
+
var P = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
|
|
853
|
+
M && U3(m, P), B && F3(m, P);
|
|
836
854
|
}
|
|
837
|
-
return
|
|
855
|
+
return W3(n, M, B, S, v, t3.current, m);
|
|
838
856
|
}
|
|
839
857
|
}
|
|
840
|
-
var _1 = D.ReactCurrentOwner,
|
|
841
|
-
function e1(
|
|
842
|
-
if (
|
|
843
|
-
var l =
|
|
844
|
-
|
|
858
|
+
var _1 = D.ReactCurrentOwner, n3 = D.ReactDebugCurrentFrame;
|
|
859
|
+
function e1(n) {
|
|
860
|
+
if (n) {
|
|
861
|
+
var l = n._owner, u = x1(n.type, n._source, l ? l.type : null);
|
|
862
|
+
n3.setExtraStackFrame(u);
|
|
845
863
|
} else
|
|
846
|
-
|
|
864
|
+
n3.setExtraStackFrame(null);
|
|
847
865
|
}
|
|
848
|
-
var
|
|
849
|
-
|
|
850
|
-
function L1(
|
|
851
|
-
return typeof
|
|
866
|
+
var P1;
|
|
867
|
+
P1 = !1;
|
|
868
|
+
function L1(n) {
|
|
869
|
+
return typeof n == "object" && n !== null && n.$$typeof === t;
|
|
852
870
|
}
|
|
853
|
-
function
|
|
871
|
+
function c3() {
|
|
854
872
|
{
|
|
855
873
|
if (_1.current) {
|
|
856
|
-
var
|
|
857
|
-
if (
|
|
874
|
+
var n = K(_1.current.type);
|
|
875
|
+
if (n)
|
|
858
876
|
return `
|
|
859
877
|
|
|
860
|
-
Check the render method of \`` +
|
|
878
|
+
Check the render method of \`` + n + "`.";
|
|
861
879
|
}
|
|
862
880
|
return "";
|
|
863
881
|
}
|
|
864
882
|
}
|
|
865
|
-
function
|
|
883
|
+
function K3(n) {
|
|
866
884
|
return "";
|
|
867
885
|
}
|
|
868
|
-
var
|
|
869
|
-
function
|
|
886
|
+
var r3 = {};
|
|
887
|
+
function G3(n) {
|
|
870
888
|
{
|
|
871
|
-
var l =
|
|
889
|
+
var l = c3();
|
|
872
890
|
if (!l) {
|
|
873
|
-
var u = typeof
|
|
891
|
+
var u = typeof n == "string" ? n : n.displayName || n.name;
|
|
874
892
|
u && (l = `
|
|
875
893
|
|
|
876
894
|
Check the top-level render call using <` + u + ">.");
|
|
@@ -878,41 +896,41 @@ Check the top-level render call using <` + u + ">.");
|
|
|
878
896
|
return l;
|
|
879
897
|
}
|
|
880
898
|
}
|
|
881
|
-
function
|
|
899
|
+
function l3(n, l) {
|
|
882
900
|
{
|
|
883
|
-
if (!
|
|
901
|
+
if (!n._store || n._store.validated || n.key != null)
|
|
884
902
|
return;
|
|
885
|
-
|
|
886
|
-
var u =
|
|
887
|
-
if (
|
|
903
|
+
n._store.validated = !0;
|
|
904
|
+
var u = G3(l);
|
|
905
|
+
if (r3[u])
|
|
888
906
|
return;
|
|
889
|
-
|
|
907
|
+
r3[u] = !0;
|
|
890
908
|
var v = "";
|
|
891
|
-
|
|
909
|
+
n && n._owner && n._owner !== _1.current && (v = " It was passed a child from " + K(n._owner.type) + "."), e1(n), $('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), e1(null);
|
|
892
910
|
}
|
|
893
911
|
}
|
|
894
|
-
function
|
|
912
|
+
function i3(n, l) {
|
|
895
913
|
{
|
|
896
|
-
if (typeof
|
|
914
|
+
if (typeof n != "object")
|
|
897
915
|
return;
|
|
898
|
-
if (
|
|
899
|
-
for (var u = 0; u <
|
|
900
|
-
var v =
|
|
901
|
-
L1(v) &&
|
|
916
|
+
if (T1(n))
|
|
917
|
+
for (var u = 0; u < n.length; u++) {
|
|
918
|
+
var v = n[u];
|
|
919
|
+
L1(v) && l3(v, l);
|
|
902
920
|
}
|
|
903
|
-
else if (L1(
|
|
904
|
-
|
|
905
|
-
else if (
|
|
906
|
-
var S =
|
|
907
|
-
if (typeof S == "function" && S !==
|
|
908
|
-
for (var I = S.call(
|
|
909
|
-
L1(m.value) &&
|
|
921
|
+
else if (L1(n))
|
|
922
|
+
n._store && (n._store.validated = !0);
|
|
923
|
+
else if (n) {
|
|
924
|
+
var S = r1(n);
|
|
925
|
+
if (typeof S == "function" && S !== n.entries)
|
|
926
|
+
for (var I = S.call(n), m; !(m = I.next()).done; )
|
|
927
|
+
L1(m.value) && l3(m.value, l);
|
|
910
928
|
}
|
|
911
929
|
}
|
|
912
930
|
}
|
|
913
|
-
function
|
|
931
|
+
function q3(n) {
|
|
914
932
|
{
|
|
915
|
-
var l =
|
|
933
|
+
var l = n.type;
|
|
916
934
|
if (l == null || typeof l == "string")
|
|
917
935
|
return;
|
|
918
936
|
var u;
|
|
@@ -926,98 +944,98 @@ Check the top-level render call using <` + u + ">.");
|
|
|
926
944
|
return;
|
|
927
945
|
if (u) {
|
|
928
946
|
var v = K(l);
|
|
929
|
-
|
|
930
|
-
} else if (l.PropTypes !== void 0 && !
|
|
931
|
-
|
|
947
|
+
L3(u, n.props, "prop", v, n);
|
|
948
|
+
} else if (l.PropTypes !== void 0 && !P1) {
|
|
949
|
+
P1 = !0;
|
|
932
950
|
var S = K(l);
|
|
933
951
|
$("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", S || "Unknown");
|
|
934
952
|
}
|
|
935
953
|
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && $("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
936
954
|
}
|
|
937
955
|
}
|
|
938
|
-
function
|
|
956
|
+
function Y3(n) {
|
|
939
957
|
{
|
|
940
|
-
for (var l = Object.keys(
|
|
958
|
+
for (var l = Object.keys(n.props), u = 0; u < l.length; u++) {
|
|
941
959
|
var v = l[u];
|
|
942
960
|
if (v !== "children" && v !== "key") {
|
|
943
|
-
e1(
|
|
961
|
+
e1(n), $("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), e1(null);
|
|
944
962
|
break;
|
|
945
963
|
}
|
|
946
964
|
}
|
|
947
|
-
|
|
965
|
+
n.ref !== null && (e1(n), $("Invalid attribute `ref` supplied to `React.Fragment`."), e1(null));
|
|
948
966
|
}
|
|
949
967
|
}
|
|
950
|
-
var
|
|
951
|
-
function
|
|
968
|
+
var a3 = {};
|
|
969
|
+
function u3(n, l, u, v, S, I) {
|
|
952
970
|
{
|
|
953
|
-
var m = O(
|
|
971
|
+
var m = O(n);
|
|
954
972
|
if (!m) {
|
|
955
|
-
var
|
|
956
|
-
(
|
|
957
|
-
var B =
|
|
958
|
-
B ?
|
|
959
|
-
var
|
|
960
|
-
|
|
961
|
-
}
|
|
962
|
-
var
|
|
963
|
-
if (
|
|
964
|
-
return
|
|
973
|
+
var M = "";
|
|
974
|
+
(n === void 0 || typeof n == "object" && n !== null && Object.keys(n).length === 0) && (M += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
975
|
+
var B = K3();
|
|
976
|
+
B ? M += B : M += c3();
|
|
977
|
+
var T;
|
|
978
|
+
n === null ? T = "null" : T1(n) ? T = "array" : n !== void 0 && n.$$typeof === t ? (T = "<" + (K(n.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : T = typeof n, $("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
|
+
}
|
|
980
|
+
var P = H3(n, l, u, S, I);
|
|
981
|
+
if (P == null)
|
|
982
|
+
return P;
|
|
965
983
|
if (m) {
|
|
966
984
|
var U = l.children;
|
|
967
985
|
if (U !== void 0)
|
|
968
986
|
if (v)
|
|
969
|
-
if (
|
|
987
|
+
if (T1(U)) {
|
|
970
988
|
for (var t1 = 0; t1 < U.length; t1++)
|
|
971
|
-
|
|
989
|
+
i3(U[t1], n);
|
|
972
990
|
Object.freeze && Object.freeze(U);
|
|
973
991
|
} else
|
|
974
992
|
$("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
975
993
|
else
|
|
976
|
-
|
|
977
|
-
}
|
|
978
|
-
if (
|
|
979
|
-
var X = K(
|
|
980
|
-
return
|
|
981
|
-
}),
|
|
982
|
-
if (!
|
|
983
|
-
var
|
|
994
|
+
i3(U, n);
|
|
995
|
+
}
|
|
996
|
+
if (i1.call(l, "key")) {
|
|
997
|
+
var X = K(n), V = Object.keys(l).filter(function(e2) {
|
|
998
|
+
return e2 !== "key";
|
|
999
|
+
}), D1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1000
|
+
if (!a3[X + D1]) {
|
|
1001
|
+
var N3 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
|
|
984
1002
|
$(`A props object containing a "key" prop is being spread into JSX:
|
|
985
1003
|
let props = %s;
|
|
986
1004
|
<%s {...props} />
|
|
987
1005
|
React keys must be passed directly to JSX without using spread:
|
|
988
1006
|
let props = %s;
|
|
989
|
-
<%s key={someKey} {...props} />`,
|
|
1007
|
+
<%s key={someKey} {...props} />`, D1, X, N3, X), a3[X + D1] = !0;
|
|
990
1008
|
}
|
|
991
1009
|
}
|
|
992
|
-
return
|
|
1010
|
+
return n === c ? Y3(P) : q3(P), P;
|
|
993
1011
|
}
|
|
994
1012
|
}
|
|
995
|
-
function
|
|
996
|
-
return
|
|
1013
|
+
function z3(n, l, u) {
|
|
1014
|
+
return u3(n, l, u, !0);
|
|
997
1015
|
}
|
|
998
|
-
function
|
|
999
|
-
return
|
|
1016
|
+
function J3(n, l, u) {
|
|
1017
|
+
return u3(n, l, u, !1);
|
|
1000
1018
|
}
|
|
1001
|
-
var
|
|
1002
|
-
|
|
1003
|
-
}()),
|
|
1019
|
+
var X3 = J3, Q3 = z3;
|
|
1020
|
+
d1.Fragment = c, d1.jsx = X3, d1.jsxs = Q3;
|
|
1021
|
+
}()), d1;
|
|
1004
1022
|
}
|
|
1005
|
-
var
|
|
1006
|
-
function
|
|
1007
|
-
return
|
|
1023
|
+
var f3;
|
|
1024
|
+
function I8() {
|
|
1025
|
+
return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports = S8() : m1.exports = b8()), m1.exports;
|
|
1008
1026
|
}
|
|
1009
|
-
var s =
|
|
1010
|
-
const
|
|
1011
|
-
mwfit:
|
|
1012
|
-
},
|
|
1013
|
-
const { reconnect: e } = b(), t =
|
|
1014
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs("div", { className: `disconnected-message ${
|
|
1027
|
+
var s = I8();
|
|
1028
|
+
const R8 = "_mwfit_ppa3l_1", y8 = {
|
|
1029
|
+
mwfit: R8
|
|
1030
|
+
}, E8 = () => {
|
|
1031
|
+
const { reconnect: e } = b(), t = d8(), o = h8();
|
|
1032
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs("div", { className: `disconnected-message ${y8.mwfit} mx-auto text-center`, children: [
|
|
1015
1033
|
/* @__PURE__ */ s.jsx("h1", { children: "Disconnected" }),
|
|
1016
1034
|
t && /* @__PURE__ */ s.jsx("h5", { children: t }),
|
|
1017
|
-
|
|
1035
|
+
o && /* @__PURE__ */ s.jsx("button", { className: "btn btn-secondary btn-lg", onClick: e, children: "Reconnect" })
|
|
1018
1036
|
] }) });
|
|
1019
1037
|
};
|
|
1020
|
-
class
|
|
1038
|
+
class T8 {
|
|
1021
1039
|
constructor() {
|
|
1022
1040
|
G(this, "uuid", "current-uuid");
|
|
1023
1041
|
G(this, "roomKey", "current-room-key");
|
|
@@ -1025,71 +1043,71 @@ class C8 {
|
|
|
1025
1043
|
G(this, "expiry", "current-uuid-expires");
|
|
1026
1044
|
}
|
|
1027
1045
|
}
|
|
1028
|
-
const
|
|
1046
|
+
const p3 = new T8(), b3 = u2({
|
|
1029
1047
|
sendMessage: () => null,
|
|
1030
1048
|
sendSimpleMessage: () => null,
|
|
1031
1049
|
addEventHandler: () => null,
|
|
1032
1050
|
removeEventHandler: () => null,
|
|
1033
1051
|
reconnect: () => null
|
|
1034
1052
|
});
|
|
1035
|
-
function
|
|
1053
|
+
function _8(e) {
|
|
1036
1054
|
return sessionStorage.getItem(e) || "";
|
|
1037
1055
|
}
|
|
1038
|
-
function
|
|
1056
|
+
function P8(e, t) {
|
|
1039
1057
|
sessionStorage.setItem(e, t);
|
|
1040
1058
|
}
|
|
1041
|
-
const
|
|
1042
|
-
const [t,
|
|
1059
|
+
const L8 = ({ children: e }) => {
|
|
1060
|
+
const [t, o] = H(), c = e8(), r = t8(), i = s8(), d = C8(), a = m2(), f = o8(), x = n8(), h = c8(), R = v1(null), [A, F] = H(), k = v1({}), Q = a1(
|
|
1043
1061
|
async (y) => {
|
|
1044
1062
|
try {
|
|
1045
|
-
const C = await
|
|
1063
|
+
const C = await V1.get(`${y}/ui/joinroom?token=${t}`);
|
|
1046
1064
|
return C.status === 200 && C.data ? (Z.dispatch(W.setRoomData(C.data)), !0) : !1;
|
|
1047
1065
|
} catch (C) {
|
|
1048
|
-
return console.log(C), h ? !0 : C instanceof
|
|
1066
|
+
return console.log(C), h ? !0 : C instanceof n2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), Z.dispatch(z.setErrorMessage(`Token ${t} is invalid. Unable to join room`)), !1) : (console.error("Error getting room data", C), C instanceof Error ? Z.dispatch(z.setErrorMessage(C.message)) : Z.dispatch(z.setErrorMessage("Error getting room data")), !1);
|
|
1049
1067
|
}
|
|
1050
1068
|
},
|
|
1051
1069
|
[t, h]
|
|
1052
|
-
),
|
|
1070
|
+
), r1 = a1(() => {
|
|
1053
1071
|
const y = `${a.gatewayAppPath}?uuid=${f}&roomKey=${r}`;
|
|
1054
|
-
window.location.href =
|
|
1055
|
-
}, [a.gatewayAppPath, r, f,
|
|
1072
|
+
window.location.href = x ? `${y}&Code=${x}` : y;
|
|
1073
|
+
}, [a.gatewayAppPath, r, f, x]), D = a1(
|
|
1056
1074
|
(y, C) => {
|
|
1057
1075
|
R.current && c && R.current.send(JSON.stringify({ type: y, clientId: i, content: C }));
|
|
1058
1076
|
},
|
|
1059
1077
|
[c, i]
|
|
1060
1078
|
), $ = (y, C) => {
|
|
1061
1079
|
D(y, { value: C });
|
|
1062
|
-
},
|
|
1063
|
-
(y, C,
|
|
1064
|
-
k.current[y] || (k.current[y] = {}), k.current[y][C] =
|
|
1080
|
+
}, S1 = a1(
|
|
1081
|
+
(y, C, f1) => {
|
|
1082
|
+
k.current[y] || (k.current[y] = {}), k.current[y][C] = f1, console.log("event handler added", y, C);
|
|
1065
1083
|
},
|
|
1066
1084
|
[]
|
|
1067
|
-
),
|
|
1085
|
+
), b1 = a1((y, C) => {
|
|
1068
1086
|
k.current[y] && (delete k.current[y][C], console.log("event handler removed", y, C));
|
|
1069
1087
|
}, []);
|
|
1070
|
-
return
|
|
1088
|
+
return n1(() => {
|
|
1071
1089
|
let C = new URLSearchParams(window.location.search).get("token");
|
|
1072
|
-
C ? (console.log("saving token: ", C),
|
|
1073
|
-
}, []),
|
|
1090
|
+
C ? (console.log("saving token: ", C), P8(p3.uuid, C)) : (C = _8(p3.uuid), console.log("loading token: ", C)), o(C), d();
|
|
1091
|
+
}, []), n1(() => {
|
|
1074
1092
|
async function y() {
|
|
1075
|
-
if (console.log("
|
|
1093
|
+
if (console.log("Attempting to join websocket..."), !(!a.apiPath || A || !t || !await Q(a.apiPath)) && !R.current) {
|
|
1076
1094
|
console.log("connecting to websocket");
|
|
1077
|
-
const
|
|
1095
|
+
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, q = new WebSocket(I1);
|
|
1078
1096
|
R.current = q, q.onopen = (O) => {
|
|
1079
1097
|
console.log("connected", O.type, O.target), Z.dispatch(W.setWebsocketIsConnected(!0));
|
|
1080
1098
|
}, q.onerror = (O) => {
|
|
1081
|
-
console.
|
|
1099
|
+
console.error("Websocket error", O);
|
|
1082
1100
|
}, q.onclose = (O) => {
|
|
1083
1101
|
if (console.log("disconnected: ", O.reason, O.code), O.code === 4e3) {
|
|
1084
|
-
console.log("user code changed"), Z.dispatch(W.setUserCode({ userCode: "", qrUrl: "" })), Z.dispatch(z.setErrorMessage("User code changed. Click reconnect to enter the new code")), Z.dispatch(z.setShowReconnect(!0)), Z.dispatch(W.setWebsocketIsConnected(!1)), Z.dispatch(s1.clearDevices()), Z.dispatch(
|
|
1102
|
+
console.log("user code changed"), Z.dispatch(W.setUserCode({ userCode: "", qrUrl: "" })), Z.dispatch(z.setErrorMessage("User code changed. Click reconnect to enter the new code")), Z.dispatch(z.setShowReconnect(!0)), Z.dispatch(W.setWebsocketIsConnected(!1)), Z.dispatch(s1.clearDevices()), Z.dispatch(o1.clearRooms());
|
|
1085
1103
|
return;
|
|
1086
1104
|
}
|
|
1087
1105
|
if (O.code === 4001 && !h) {
|
|
1088
|
-
console.log("processor disconnected"), Z.dispatch(z.setErrorMessage("Processor has disconnected. Click Reconnect")), Z.dispatch(z.setShowReconnect(!0)), Z.dispatch(W.setWebsocketIsConnected(!1)), Z.dispatch(s1.clearDevices()), Z.dispatch(
|
|
1106
|
+
console.log("processor disconnected"), Z.dispatch(z.setErrorMessage("Processor has disconnected. Click Reconnect")), Z.dispatch(z.setShowReconnect(!0)), Z.dispatch(W.setWebsocketIsConnected(!1)), Z.dispatch(s1.clearDevices()), Z.dispatch(o1.clearRooms());
|
|
1089
1107
|
return;
|
|
1090
1108
|
}
|
|
1091
1109
|
if (O.code === 4002) {
|
|
1092
|
-
console.log("room combination changed"), Z.dispatch(z.setErrorMessage("Room combination changed. Click Reconnect to re-join the room")), Z.dispatch(z.setShowReconnect(!0)), Z.dispatch(W.setWebsocketIsConnected(!1)), Z.dispatch(s1.clearDevices()), Z.dispatch(
|
|
1110
|
+
console.log("room combination changed"), Z.dispatch(z.setErrorMessage("Room combination changed. Click Reconnect to re-join the room")), Z.dispatch(z.setShowReconnect(!0)), Z.dispatch(W.setWebsocketIsConnected(!1)), Z.dispatch(s1.clearDevices()), Z.dispatch(o1.clearRooms());
|
|
1093
1111
|
return;
|
|
1094
1112
|
}
|
|
1095
1113
|
if (R.current)
|
|
@@ -1098,7 +1116,7 @@ const I8 = ({ children: e }) => {
|
|
|
1098
1116
|
console.log("WebSocket closed by client.");
|
|
1099
1117
|
return;
|
|
1100
1118
|
}
|
|
1101
|
-
A
|
|
1119
|
+
console.log("websocket waitingToReconnect", A), !A && (console.log("websocket clearing state on disconnect"), Z.dispatch(W.setWebsocketIsConnected(!1)), Z.dispatch(s1.clearDevices()), Z.dispatch(o1.clearRooms()), F(!0), setTimeout(() => F(void 0), 5e3));
|
|
1102
1120
|
}, q.onmessage = (O) => {
|
|
1103
1121
|
try {
|
|
1104
1122
|
const E = JSON.parse(O.data);
|
|
@@ -1116,7 +1134,7 @@ const I8 = ({ children: e }) => {
|
|
|
1116
1134
|
);
|
|
1117
1135
|
break;
|
|
1118
1136
|
case "/system/roomKey": {
|
|
1119
|
-
Z.dispatch(
|
|
1137
|
+
Z.dispatch(o1.clearRooms()), Z.dispatch(s1.clearDevices()), Z.dispatch(
|
|
1120
1138
|
W.setCurrentRoomKey(
|
|
1121
1139
|
E.content
|
|
1122
1140
|
)
|
|
@@ -1147,45 +1165,45 @@ const I8 = ({ children: e }) => {
|
|
|
1147
1165
|
console.error(Y);
|
|
1148
1166
|
}
|
|
1149
1167
|
});
|
|
1150
|
-
} else E.type.startsWith("/room/") ? Z.dispatch(
|
|
1168
|
+
} else E.type.startsWith("/room/") ? Z.dispatch(o1.setRoomState(E)) : E.type.startsWith("/device/") && Z.dispatch(s1.setDeviceState(E));
|
|
1151
1169
|
} catch (E) {
|
|
1152
|
-
console.
|
|
1170
|
+
console.error("websocket message handling error", E);
|
|
1153
1171
|
}
|
|
1154
1172
|
};
|
|
1155
1173
|
}
|
|
1156
1174
|
}
|
|
1157
|
-
return y(), () => {
|
|
1158
|
-
R.current && R.current.close(), R.current = null;
|
|
1175
|
+
return y(), console.log("App mode: production"), console.log("Is dev mode: false"), () => {
|
|
1176
|
+
R.current && (console.log("closing websocket dev mode"), R.current.close(4100, "app running in dev mode")), R.current = null;
|
|
1159
1177
|
};
|
|
1160
|
-
}, [a.apiPath, Q, t, A, h]),
|
|
1178
|
+
}, [a.apiPath, Q, t, A, h]), n1(() => {
|
|
1161
1179
|
!r || !c || (console.log("clientId: ", i), i && (console.log("requesting status from room: ", r), D(`/room/${r}/status`, null)));
|
|
1162
1180
|
}, [r, i, c, D]), /* @__PURE__ */ s.jsx(
|
|
1163
|
-
|
|
1181
|
+
b3.Provider,
|
|
1164
1182
|
{
|
|
1165
1183
|
value: {
|
|
1166
1184
|
sendMessage: D,
|
|
1167
1185
|
sendSimpleMessage: $,
|
|
1168
|
-
addEventHandler:
|
|
1169
|
-
removeEventHandler:
|
|
1170
|
-
reconnect:
|
|
1186
|
+
addEventHandler: S1,
|
|
1187
|
+
removeEventHandler: b1,
|
|
1188
|
+
reconnect: r1
|
|
1171
1189
|
},
|
|
1172
|
-
children: c ? e : /* @__PURE__ */ s.jsx(
|
|
1190
|
+
children: c ? e : /* @__PURE__ */ s.jsx(E8, {})
|
|
1173
1191
|
}
|
|
1174
1192
|
);
|
|
1175
|
-
},
|
|
1193
|
+
}, pe = ({ children: e }) => /* @__PURE__ */ s.jsx(l2, { store: Z, children: /* @__PURE__ */ s.jsx(L8, { children: e }) });
|
|
1176
1194
|
function b() {
|
|
1177
|
-
return
|
|
1195
|
+
return d2(b3);
|
|
1178
1196
|
}
|
|
1179
|
-
function
|
|
1197
|
+
function D8({
|
|
1180
1198
|
onPress: e,
|
|
1181
1199
|
onRelease: t,
|
|
1182
|
-
onHold:
|
|
1200
|
+
onHold: o,
|
|
1183
1201
|
holdTimeMs: c = 500
|
|
1184
1202
|
}) {
|
|
1185
|
-
const r =
|
|
1203
|
+
const r = v1(null), i = v1(!1);
|
|
1186
1204
|
function d() {
|
|
1187
1205
|
i.current = !0, e == null || e(), r.current = setTimeout(() => {
|
|
1188
|
-
|
|
1206
|
+
o == null || o(), r.current = null;
|
|
1189
1207
|
}, c);
|
|
1190
1208
|
}
|
|
1191
1209
|
function a() {
|
|
@@ -1201,7 +1219,7 @@ function R8({
|
|
|
1201
1219
|
};
|
|
1202
1220
|
}
|
|
1203
1221
|
function g(e, t) {
|
|
1204
|
-
const { sendMessage: c } = b(), r =
|
|
1222
|
+
const { sendMessage: c } = b(), r = v1(null);
|
|
1205
1223
|
function i() {
|
|
1206
1224
|
c(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
1207
1225
|
c(`${e}/${t}`, { value: "held" });
|
|
@@ -1210,37 +1228,37 @@ function g(e, t) {
|
|
|
1210
1228
|
function d() {
|
|
1211
1229
|
r.current && (clearInterval(r.current), r.current = null), c(`${e}/${t}`, { value: "released" });
|
|
1212
1230
|
}
|
|
1213
|
-
return
|
|
1231
|
+
return D8({ onPress: i, onRelease: d });
|
|
1214
1232
|
}
|
|
1215
|
-
function
|
|
1216
|
-
const { sendMessage:
|
|
1233
|
+
function I3(e, t) {
|
|
1234
|
+
const { sendMessage: o, sendSimpleMessage: c } = b(), r = g(`${e}`, "volumeUp"), i = g(`${e}`, "volumeDown");
|
|
1217
1235
|
return t ? {
|
|
1218
1236
|
volumeState: t,
|
|
1219
1237
|
volumeUp: r,
|
|
1220
1238
|
volumeDown: i,
|
|
1221
1239
|
setLevel: (h) => c(`${e}/level`, h),
|
|
1222
|
-
muteToggle: () =>
|
|
1223
|
-
muteOn: () =>
|
|
1224
|
-
muteOff: () =>
|
|
1240
|
+
muteToggle: () => o(`${e}/muteToggle`, null),
|
|
1241
|
+
muteOn: () => o(`${e}/muteOn`, null),
|
|
1242
|
+
muteOff: () => o(`${e}/muteOff`, null)
|
|
1225
1243
|
} : void 0;
|
|
1226
1244
|
}
|
|
1227
|
-
function
|
|
1228
|
-
const { sendMessage:
|
|
1245
|
+
function we(e, t) {
|
|
1246
|
+
const { sendMessage: o, sendSimpleMessage: c } = b(), r = g(`${e}`, "volumeUp"), i = g(`${e}`, "volumeDown");
|
|
1229
1247
|
return t ? {
|
|
1230
1248
|
volumeState: t,
|
|
1231
1249
|
volumeUp: r,
|
|
1232
1250
|
volumeDown: i,
|
|
1233
1251
|
setLevel: (h) => c(`${e}/level`, h),
|
|
1234
|
-
muteToggle: () =>
|
|
1235
|
-
muteOn: () =>
|
|
1236
|
-
muteOff: () =>
|
|
1252
|
+
muteToggle: () => o(`${e}/muteToggle`, null),
|
|
1253
|
+
muteOn: () => o(`${e}/muteOn`, null),
|
|
1254
|
+
muteOff: () => o(`${e}/muteOff`, null)
|
|
1237
1255
|
} : void 0;
|
|
1238
1256
|
}
|
|
1239
|
-
function
|
|
1240
|
-
const t =
|
|
1241
|
-
return
|
|
1257
|
+
function $8(e) {
|
|
1258
|
+
const t = _(e), o = `/device/${e}`;
|
|
1259
|
+
return I3(o, t == null ? void 0 : t.volume);
|
|
1242
1260
|
}
|
|
1243
|
-
function
|
|
1261
|
+
function R3(e) {
|
|
1244
1262
|
const { sendMessage: t } = b();
|
|
1245
1263
|
return { powerOn: () => {
|
|
1246
1264
|
t(`/device/${e}/powerOn`, null);
|
|
@@ -1250,97 +1268,97 @@ function S3(e) {
|
|
|
1250
1268
|
t(`/device/${e}/powerToggle`, null);
|
|
1251
1269
|
} };
|
|
1252
1270
|
}
|
|
1253
|
-
function
|
|
1254
|
-
const { sendMessage: t } = b(),
|
|
1255
|
-
return console.log("deviceState",
|
|
1271
|
+
function k1(e) {
|
|
1272
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1273
|
+
return console.log("deviceState", o), o ? { itemsState: o, selectItem: (r) => {
|
|
1256
1274
|
t(`/device/${e}/${r}`, null);
|
|
1257
1275
|
} } : void 0;
|
|
1258
1276
|
}
|
|
1259
|
-
function
|
|
1260
|
-
const { sendMessage: t } = b(),
|
|
1277
|
+
function A8(e) {
|
|
1278
|
+
const { sendMessage: t } = b(), o = _(e), c = () => {
|
|
1261
1279
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1262
1280
|
}, r = () => {
|
|
1263
|
-
if ((
|
|
1264
|
-
Object.keys(
|
|
1281
|
+
if ((o == null ? void 0 : o.levelControls) === void 0) return;
|
|
1282
|
+
Object.keys(o == null ? void 0 : o.levelControls).forEach((a) => {
|
|
1265
1283
|
t(`/device/${e}/${a}/fullStatus`, null);
|
|
1266
1284
|
});
|
|
1267
1285
|
};
|
|
1268
|
-
return
|
|
1286
|
+
return o ? { levelControls: o.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
|
|
1269
1287
|
}
|
|
1270
|
-
function
|
|
1271
|
-
const t =
|
|
1288
|
+
function xe(e) {
|
|
1289
|
+
const t = _(e), o = R3(e), c = k1(e), r = k1(e), i = $8(e), d = A8(e);
|
|
1272
1290
|
if (t)
|
|
1273
1291
|
return {
|
|
1274
1292
|
avrState: t,
|
|
1275
|
-
powerControl:
|
|
1293
|
+
powerControl: o,
|
|
1276
1294
|
inputControl: c,
|
|
1277
1295
|
surroundSoundModes: r,
|
|
1278
1296
|
surroundChannels: d,
|
|
1279
1297
|
mainVolumeControl: i
|
|
1280
1298
|
};
|
|
1281
1299
|
}
|
|
1282
|
-
const
|
|
1283
|
-
const [t,
|
|
1284
|
-
return
|
|
1300
|
+
const Me = ({ className: e }) => {
|
|
1301
|
+
const [t, o] = H();
|
|
1302
|
+
return n1(() => {
|
|
1285
1303
|
setInterval(() => {
|
|
1286
1304
|
const c = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1287
|
-
|
|
1305
|
+
o(c);
|
|
1288
1306
|
}, 1e3);
|
|
1289
1307
|
}, []), /* @__PURE__ */ s.jsxs("div", { className: e, children: [
|
|
1290
1308
|
t,
|
|
1291
1309
|
" new change"
|
|
1292
1310
|
] });
|
|
1293
1311
|
};
|
|
1294
|
-
function
|
|
1295
|
-
const { sendMessage: t } = b(),
|
|
1296
|
-
return
|
|
1312
|
+
function me(e) {
|
|
1313
|
+
const { sendMessage: t } = b(), o = _(e), c = `/device/${e}`;
|
|
1314
|
+
return o ? { state: o, recallPreset: (d, a) => {
|
|
1297
1315
|
t(`${c}/presets/recall`, { deviceKey: d, preset: a });
|
|
1298
1316
|
}, savePresets: (d) => {
|
|
1299
1317
|
t(`${c}/presets/save`, d);
|
|
1300
1318
|
} } : void 0;
|
|
1301
1319
|
}
|
|
1302
|
-
function
|
|
1303
|
-
const t =
|
|
1320
|
+
function Ze(e) {
|
|
1321
|
+
const t = _(e);
|
|
1304
1322
|
if (t)
|
|
1305
1323
|
return { endpointState: t };
|
|
1306
1324
|
}
|
|
1307
|
-
function
|
|
1308
|
-
const t = `/device/${e}`,
|
|
1309
|
-
return { channelUp:
|
|
1325
|
+
function je(e) {
|
|
1326
|
+
const t = `/device/${e}`, o = g(t, "chanUp"), c = g(t, "chanDown"), r = g(t, "lastChan"), i = g(t, "guide"), d = g(t, "info"), a = g(t, "exit");
|
|
1327
|
+
return { channelUp: o, channelDown: c, lastChannel: r, guide: i, info: d, exit: a };
|
|
1310
1328
|
}
|
|
1311
|
-
function
|
|
1312
|
-
const t = `/device/${e}`,
|
|
1313
|
-
return { red:
|
|
1329
|
+
function Ce(e) {
|
|
1330
|
+
const t = `/device/${e}`, o = g(t, "red"), c = g(t, "green"), r = g(t, "yellow"), i = g(t, "blue");
|
|
1331
|
+
return { red: o, green: c, yellow: r, blue: i };
|
|
1314
1332
|
}
|
|
1315
|
-
function
|
|
1316
|
-
const t =
|
|
1333
|
+
function Se(e) {
|
|
1334
|
+
const t = _(e);
|
|
1317
1335
|
if (t)
|
|
1318
1336
|
return {
|
|
1319
1337
|
communicationMonitorState: t
|
|
1320
1338
|
};
|
|
1321
1339
|
}
|
|
1322
|
-
function
|
|
1323
|
-
const t =
|
|
1340
|
+
function be(e) {
|
|
1341
|
+
const t = _(e);
|
|
1324
1342
|
if (t)
|
|
1325
1343
|
return t.deviceInfo || void 0;
|
|
1326
1344
|
}
|
|
1327
|
-
function
|
|
1328
|
-
const t = `/device/${e}`,
|
|
1329
|
-
return { up:
|
|
1345
|
+
function Ie(e) {
|
|
1346
|
+
const t = `/device/${e}`, o = g(t, "up"), c = g(t, "down"), r = g(t, "left"), i = g(t, "right"), d = g(t, "select"), a = g(t, "menu"), f = g(t, "exit");
|
|
1347
|
+
return { up: o, down: c, left: r, right: i, select: d, menu: a, exit: f };
|
|
1330
1348
|
}
|
|
1331
|
-
function
|
|
1349
|
+
function Re(e) {
|
|
1332
1350
|
const { sendMessage: t } = b();
|
|
1333
1351
|
return { recallPreset: (c) => {
|
|
1334
1352
|
t(`/device/${e}/recallPreset`, c);
|
|
1335
1353
|
} };
|
|
1336
1354
|
}
|
|
1337
|
-
function
|
|
1338
|
-
const t = `/device/${e}`,
|
|
1339
|
-
return { dvrList:
|
|
1355
|
+
function ye(e) {
|
|
1356
|
+
const t = `/device/${e}`, o = g(t, "dvrList"), c = g(t, "record");
|
|
1357
|
+
return { dvrList: o, record: c };
|
|
1340
1358
|
}
|
|
1341
|
-
function
|
|
1342
|
-
const { sendMessage: t } = b(),
|
|
1343
|
-
return
|
|
1359
|
+
function Ee(e) {
|
|
1360
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1361
|
+
return o ? { roomCombinerState: o, setAutoMode: () => {
|
|
1344
1362
|
t(`/device/${e}/setAutoMode`, null);
|
|
1345
1363
|
}, setManualMode: () => {
|
|
1346
1364
|
t(`/device/${e}/setManualMode`, null);
|
|
@@ -1352,82 +1370,82 @@ function Ze(e) {
|
|
|
1352
1370
|
t(`/device/${e}/setRoomCombinationScenario`, f);
|
|
1353
1371
|
} } : void 0;
|
|
1354
1372
|
}
|
|
1355
|
-
function
|
|
1356
|
-
const t =
|
|
1373
|
+
function Te(e) {
|
|
1374
|
+
const t = _(e);
|
|
1357
1375
|
if (t)
|
|
1358
1376
|
return { state: t };
|
|
1359
1377
|
}
|
|
1360
|
-
function
|
|
1361
|
-
const { sendMessage: t, sendSimpleMessage:
|
|
1378
|
+
function _e(e) {
|
|
1379
|
+
const { sendMessage: t, sendSimpleMessage: o } = b(), c = _(e), r = H2(e), i = c || r;
|
|
1362
1380
|
return i ? {
|
|
1363
1381
|
levelState: i,
|
|
1364
|
-
setLevel: (h, R) =>
|
|
1382
|
+
setLevel: (h, R) => o(`${h}/level`, R),
|
|
1365
1383
|
muteToggle: (h) => t(`${h}/muteToggle`, null),
|
|
1366
1384
|
muteOn: (h) => t(`${h}/muteOn`, null),
|
|
1367
1385
|
muteOff: (h) => t(`${h}/muteOff`, null)
|
|
1368
1386
|
} : void 0;
|
|
1369
1387
|
}
|
|
1370
|
-
function
|
|
1371
|
-
const { sendMessage: t } = b(),
|
|
1372
|
-
return
|
|
1388
|
+
function Pe(e) {
|
|
1389
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1390
|
+
return o ? { lightingState: o, selectScene: (r) => {
|
|
1373
1391
|
t(`/device/${e}/selectScene`, r);
|
|
1374
1392
|
} } : void 0;
|
|
1375
1393
|
}
|
|
1376
|
-
function
|
|
1377
|
-
const { sendMessage: t } = b(),
|
|
1378
|
-
return
|
|
1394
|
+
function Le(e) {
|
|
1395
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1396
|
+
return o ? { matrixRoutingState: o, setRoute: (r) => {
|
|
1379
1397
|
t(`/device/${e}/route`, r);
|
|
1380
1398
|
} } : void 0;
|
|
1381
1399
|
}
|
|
1382
|
-
function
|
|
1400
|
+
function De(e) {
|
|
1383
1401
|
const { sendMessage: t } = b();
|
|
1384
1402
|
return { closeApp: () => {
|
|
1385
1403
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1386
1404
|
} };
|
|
1387
1405
|
}
|
|
1388
|
-
function
|
|
1389
|
-
const t = `/device/${e}`,
|
|
1390
|
-
return { digit0:
|
|
1406
|
+
function $e(e) {
|
|
1407
|
+
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"), A = g(t, "numDash"), F = g(t, "numEnter");
|
|
1408
|
+
return { digit0: o, digit1: c, digit2: r, digit3: i, digit4: d, digit5: a, digit6: f, digit7: x, digit8: h, digit9: R, keypadAccessoryButton1: A, keypadAccessoryButton2: F };
|
|
1391
1409
|
}
|
|
1392
|
-
function
|
|
1393
|
-
const { sendMessage: t } = b(),
|
|
1394
|
-
return
|
|
1410
|
+
function Ae(e) {
|
|
1411
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1412
|
+
return o ? { projectorScreenLiftControlState: o, raise: () => {
|
|
1395
1413
|
t(`/device/${e}/raise`, null);
|
|
1396
1414
|
}, lower: () => {
|
|
1397
1415
|
t(`/device/${e}/lower`, null);
|
|
1398
1416
|
} } : void 0;
|
|
1399
1417
|
}
|
|
1400
|
-
function
|
|
1401
|
-
const { sendMessage: t } = b(),
|
|
1402
|
-
return
|
|
1418
|
+
function Be(e) {
|
|
1419
|
+
const { sendMessage: t } = b(), o = C1(e);
|
|
1420
|
+
return o ? { roomEventScheduleState: o, save: (r) => {
|
|
1403
1421
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
1404
1422
|
} } : void 0;
|
|
1405
1423
|
}
|
|
1406
|
-
function
|
|
1424
|
+
function Oe(e) {
|
|
1407
1425
|
const { sendMessage: t } = b();
|
|
1408
1426
|
return { runDefaultPresentRoute: () => {
|
|
1409
1427
|
t(`/room/${e}/defaultsource`, {});
|
|
1410
1428
|
} };
|
|
1411
1429
|
}
|
|
1412
|
-
function
|
|
1430
|
+
function Ve(e) {
|
|
1413
1431
|
const { sendMessage: t } = b();
|
|
1414
1432
|
return { runDirectRoute: (c) => {
|
|
1415
1433
|
t(`/room/${e}/directRoute`, c);
|
|
1416
1434
|
} };
|
|
1417
1435
|
}
|
|
1418
|
-
function
|
|
1436
|
+
function ke(e) {
|
|
1419
1437
|
const { sendMessage: t } = b();
|
|
1420
|
-
return { routingState:
|
|
1438
|
+
return { routingState: _(e), runRoute: (r) => {
|
|
1421
1439
|
t(`/room/${e}/source`, r);
|
|
1422
1440
|
} };
|
|
1423
1441
|
}
|
|
1424
|
-
function
|
|
1425
|
-
const t = `/device/${e}`,
|
|
1426
|
-
return { dvrList:
|
|
1442
|
+
function Ue(e) {
|
|
1443
|
+
const t = `/device/${e}`, o = g(t, "chanUp"), c = g(t, "chanDown");
|
|
1444
|
+
return { dvrList: o, replay: c };
|
|
1427
1445
|
}
|
|
1428
|
-
function
|
|
1429
|
-
const { sendMessage: t } = b(),
|
|
1430
|
-
return
|
|
1446
|
+
function Fe(e) {
|
|
1447
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1448
|
+
return o ? { shadeState: o, shadeUp: () => {
|
|
1431
1449
|
t(`/device/${e}/shadeUp`, null);
|
|
1432
1450
|
}, shadeDown: () => {
|
|
1433
1451
|
t(`/device/${e}/shadeDown`, null);
|
|
@@ -1435,9 +1453,9 @@ function De(e) {
|
|
|
1435
1453
|
t(`/device/${e}/stopOrPreset`, null);
|
|
1436
1454
|
} } : void 0;
|
|
1437
1455
|
}
|
|
1438
|
-
function
|
|
1439
|
-
const { sendMessage: t } = b(),
|
|
1440
|
-
return
|
|
1456
|
+
function We(e) {
|
|
1457
|
+
const { sendMessage: t } = b(), o = C1(e);
|
|
1458
|
+
return o ? { shutdownPromptTimerState: o, setShutdownPromptSeconds: (a) => {
|
|
1441
1459
|
t(`/room/${e}/setShutdownPromptSeconds`, a);
|
|
1442
1460
|
}, shutdownStart: () => {
|
|
1443
1461
|
t(`/room/${e}/shutdownStart`, null);
|
|
@@ -1447,126 +1465,126 @@ function $e(e) {
|
|
|
1447
1465
|
t(`/room/${e}/shutdownCancel`, null);
|
|
1448
1466
|
} } : void 0;
|
|
1449
1467
|
}
|
|
1450
|
-
function
|
|
1451
|
-
const { sendMessage: t } = b(),
|
|
1452
|
-
return
|
|
1468
|
+
function He(e) {
|
|
1469
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1470
|
+
return o ? { switchedOutputState: o, on: () => {
|
|
1453
1471
|
t(`/device/${e}/on`, null);
|
|
1454
1472
|
}, off: () => {
|
|
1455
1473
|
t(`/device/${e}/off`, null);
|
|
1456
1474
|
} } : void 0;
|
|
1457
1475
|
}
|
|
1458
|
-
function
|
|
1459
|
-
const { sendMessage: t } = b(),
|
|
1460
|
-
return
|
|
1476
|
+
function Ke(e) {
|
|
1477
|
+
const { sendMessage: t } = b(), o = C1(e);
|
|
1478
|
+
return o ? { techPasswordState: o, validatePassword: (i) => {
|
|
1461
1479
|
t(`/room/${e}/validateTechPassword`, { password: i });
|
|
1462
1480
|
}, setPassword: (i, d) => {
|
|
1463
1481
|
t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: d });
|
|
1464
1482
|
} } : void 0;
|
|
1465
1483
|
}
|
|
1466
|
-
function
|
|
1467
|
-
const { sendMessage: t } = b(),
|
|
1468
|
-
return
|
|
1484
|
+
function Ge(e) {
|
|
1485
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1486
|
+
return o ? { state: o, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
1469
1487
|
}
|
|
1470
|
-
function
|
|
1471
|
-
const { sendMessage: t } = b(),
|
|
1488
|
+
function qe(e) {
|
|
1489
|
+
const { sendMessage: t } = b(), o = _(e), c = (r) => {
|
|
1472
1490
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
1473
1491
|
};
|
|
1474
1492
|
return {
|
|
1475
|
-
currentTheme:
|
|
1493
|
+
currentTheme: o == null ? void 0 : o.theme,
|
|
1476
1494
|
saveTheme: c
|
|
1477
1495
|
};
|
|
1478
1496
|
}
|
|
1479
|
-
function
|
|
1480
|
-
const t = `/device/${e}`,
|
|
1481
|
-
return { play:
|
|
1497
|
+
function Ye(e) {
|
|
1498
|
+
const t = `/device/${e}`, o = g(t, "play"), c = g(t, "pause"), r = g(t, "stop"), i = g(t, "prevTrack"), d = g(t, "nextTrack"), a = g(t, "rewind"), f = g(t, "ffwd"), x = g(t, "record");
|
|
1499
|
+
return { play: o, pause: c, stop: r, prevTrack: i, nextTrack: d, rewind: a, fastForward: f, record: x };
|
|
1482
1500
|
}
|
|
1483
|
-
function
|
|
1484
|
-
const t =
|
|
1501
|
+
function ze(e) {
|
|
1502
|
+
const t = _(e), { sendMessage: o } = b();
|
|
1485
1503
|
return t ? {
|
|
1486
1504
|
touchpanelState: t,
|
|
1487
1505
|
appControl: { hideApp: () => {
|
|
1488
|
-
|
|
1506
|
+
o(`/device/${e}/hideApp`, null);
|
|
1489
1507
|
}, openApp: () => {
|
|
1490
|
-
|
|
1508
|
+
o(`/device/${e}/openApp`, null);
|
|
1491
1509
|
}, closeApp: () => {
|
|
1492
|
-
|
|
1510
|
+
o(`/device/${e}/closeApp`, null);
|
|
1493
1511
|
} },
|
|
1494
1512
|
zoomControl: { endCall: () => {
|
|
1495
|
-
|
|
1513
|
+
o(`/device/${e}/endCall`, null);
|
|
1496
1514
|
} }
|
|
1497
1515
|
} : void 0;
|
|
1498
1516
|
}
|
|
1499
|
-
function
|
|
1500
|
-
const t =
|
|
1517
|
+
function Je(e) {
|
|
1518
|
+
const t = _(e), o = R3(e), c = k1(e);
|
|
1501
1519
|
if (!t) return;
|
|
1502
1520
|
const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
1503
1521
|
return {
|
|
1504
1522
|
displayState: t,
|
|
1505
|
-
powerControl:
|
|
1523
|
+
powerControl: o,
|
|
1506
1524
|
inputControl: c,
|
|
1507
1525
|
powerFb: { powerOnFb: r, powerOffFb: i }
|
|
1508
1526
|
};
|
|
1509
1527
|
}
|
|
1510
|
-
const
|
|
1528
|
+
const Xe = ({ config: e }) => {
|
|
1511
1529
|
const { sendMessage: t } = b();
|
|
1512
|
-
|
|
1530
|
+
n1(() => {
|
|
1513
1531
|
var c, r, i, d;
|
|
1514
1532
|
if (!e)
|
|
1515
1533
|
return;
|
|
1516
|
-
const
|
|
1534
|
+
const o = [];
|
|
1517
1535
|
if (e.destinations && Object.values(e.destinations).forEach((a) => {
|
|
1518
|
-
|
|
1536
|
+
o.push(a);
|
|
1519
1537
|
}), e.destinationList && Object.values(e.destinationList).forEach((a) => {
|
|
1520
|
-
|
|
1538
|
+
o.push(a.sinkKey);
|
|
1521
1539
|
}), e.audioControlPointList && Object.values((c = e.audioControlPointList) == null ? void 0 : c.levelControls).forEach((a) => {
|
|
1522
|
-
a.itemKey ?
|
|
1540
|
+
a.itemKey ? o.push(a.parentDeviceKey + "--" + a.itemKey) : o.push(a.parentDeviceKey);
|
|
1523
1541
|
}), (r = e.touchpanelKeys) == null || r.forEach((a) => {
|
|
1524
|
-
|
|
1542
|
+
o.push(a);
|
|
1525
1543
|
}), (i = e.environmentalDevices) == null || i.forEach((a) => {
|
|
1526
|
-
|
|
1544
|
+
o.push(a.deviceKey);
|
|
1527
1545
|
}), (d = e.accessoryDeviceKeys) == null || d.forEach((a) => {
|
|
1528
|
-
|
|
1529
|
-
}), e.audioCodecKey &&
|
|
1530
|
-
|
|
1546
|
+
o.push(a);
|
|
1547
|
+
}), e.audioCodecKey && o.push(e.audioCodecKey), e.videoCodecKey && o.push(e.videoCodecKey), e.matrixRoutingKey && o.push(e.matrixRoutingKey), e.roomCombinerKey && o.push(e.roomCombinerKey), e.endpointKeys && e.endpointKeys.forEach((a) => {
|
|
1548
|
+
o.push(a);
|
|
1531
1549
|
}), e.sourceList)
|
|
1532
1550
|
for (const a of Object.values(e.sourceList))
|
|
1533
|
-
a.sourceKey && a.sourceKey !== "$off" &&
|
|
1534
|
-
console.log("deviceKeys",
|
|
1551
|
+
a.sourceKey && a.sourceKey !== "$off" && o.push(a.sourceKey);
|
|
1552
|
+
console.log("deviceKeys", o), o.forEach((a) => {
|
|
1535
1553
|
t(`/device/${a}/fullStatus`, { deviceKey: a });
|
|
1536
1554
|
});
|
|
1537
1555
|
}, [e, t]);
|
|
1538
1556
|
};
|
|
1539
|
-
function
|
|
1540
|
-
const [
|
|
1541
|
-
return
|
|
1557
|
+
function Qe(e, t) {
|
|
1558
|
+
const [o, c] = H(!1), [r, i] = H(!1);
|
|
1559
|
+
return x3(() => {
|
|
1542
1560
|
const { current: d } = e, a = () => {
|
|
1543
|
-
const f = d && d.scrollHeight > d.clientHeight,
|
|
1544
|
-
i(f ?? !1), c(
|
|
1561
|
+
const f = d && d.scrollHeight > d.clientHeight, x = d && d.scrollWidth > d.clientWidth;
|
|
1562
|
+
i(f ?? !1), c(x ?? !1), t && t(f ?? !1, x ?? !1);
|
|
1545
1563
|
};
|
|
1546
1564
|
d && a();
|
|
1547
|
-
}, [e, t]), { overflowHorizontal:
|
|
1565
|
+
}, [e, t]), { overflowHorizontal: o, overflowVertical: r };
|
|
1548
1566
|
}
|
|
1549
|
-
function
|
|
1550
|
-
const
|
|
1551
|
-
return
|
|
1567
|
+
function Ne(e, t) {
|
|
1568
|
+
const o = W2(e, t), c = `/room/${e}/volumes/${t}`;
|
|
1569
|
+
return I3(c, o);
|
|
1552
1570
|
}
|
|
1553
|
-
function
|
|
1571
|
+
function e5(e) {
|
|
1554
1572
|
var a, f;
|
|
1555
|
-
const [t,
|
|
1573
|
+
const [t, o] = H(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = H(((f = e == null ? void 0 : e.current) == null ? void 0 : f.scrollTop) ?? 0), i = (x) => {
|
|
1556
1574
|
const { current: h } = e;
|
|
1557
|
-
h && (console.log(h.scrollLeft), h.scrollLeft +=
|
|
1558
|
-
}, d = (
|
|
1575
|
+
h && (console.log(h.scrollLeft), h.scrollLeft += x, console.log(h.scrollLeft));
|
|
1576
|
+
}, d = (x) => {
|
|
1559
1577
|
const { current: h } = e;
|
|
1560
|
-
h && (console.log(h.scrollTop), h.scrollTop +=
|
|
1578
|
+
h && (console.log(h.scrollTop), h.scrollTop += x, console.log(h.scrollTop));
|
|
1561
1579
|
};
|
|
1562
|
-
return
|
|
1563
|
-
const { current:
|
|
1564
|
-
|
|
1580
|
+
return x3(() => {
|
|
1581
|
+
const { current: x } = e, h = () => {
|
|
1582
|
+
o((x == null ? void 0 : x.scrollLeft) ?? 0), r((x == null ? void 0 : x.scrollTop) ?? 0);
|
|
1565
1583
|
};
|
|
1566
|
-
|
|
1584
|
+
x && h();
|
|
1567
1585
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: d };
|
|
1568
1586
|
}
|
|
1569
|
-
function
|
|
1587
|
+
function t5() {
|
|
1570
1588
|
const { sendMessage: e } = b();
|
|
1571
1589
|
return {
|
|
1572
1590
|
reboot: () => {
|
|
@@ -1577,59 +1595,59 @@ function qe() {
|
|
|
1577
1595
|
}
|
|
1578
1596
|
};
|
|
1579
1597
|
}
|
|
1580
|
-
function
|
|
1581
|
-
const [e, t] = H(), [
|
|
1598
|
+
function s5() {
|
|
1599
|
+
const [e, t] = H(), [o, c] = H();
|
|
1582
1600
|
function r() {
|
|
1583
1601
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
1584
1602
|
const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1585
1603
|
c(i);
|
|
1586
1604
|
}
|
|
1587
|
-
return
|
|
1605
|
+
return n1(() => {
|
|
1588
1606
|
r();
|
|
1589
1607
|
const i = setInterval(() => {
|
|
1590
1608
|
r();
|
|
1591
1609
|
}, 1e3);
|
|
1592
1610
|
return () => clearInterval(i);
|
|
1593
|
-
}, []), { date: e, time:
|
|
1611
|
+
}, []), { date: e, time: o };
|
|
1594
1612
|
}
|
|
1595
|
-
const
|
|
1596
|
-
const [e, t] = H(!1),
|
|
1613
|
+
const o5 = () => {
|
|
1614
|
+
const [e, t] = H(!1), o = h2(), c = v2();
|
|
1597
1615
|
let r;
|
|
1598
|
-
return
|
|
1616
|
+
return g2(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: [
|
|
1599
1617
|
/* @__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." }) }),
|
|
1600
|
-
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () =>
|
|
1618
|
+
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => o(-1), children: "Go Back" }),
|
|
1601
1619
|
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => t(!e), children: e ? "Hide error message" : "Show error message" }),
|
|
1602
1620
|
e && /* @__PURE__ */ s.jsx("p", { children: r })
|
|
1603
1621
|
] });
|
|
1604
|
-
},
|
|
1605
|
-
iconbtn:
|
|
1606
|
-
iconbtnvert:
|
|
1607
|
-
iconsm:
|
|
1608
|
-
},
|
|
1622
|
+
}, B8 = "_iconbtn_16qss_1", O8 = "_iconbtnvert_16qss_7", V8 = "_iconsm_16qss_18", $1 = {
|
|
1623
|
+
iconbtn: B8,
|
|
1624
|
+
iconbtnvert: O8,
|
|
1625
|
+
iconsm: V8
|
|
1626
|
+
}, k8 = ({
|
|
1609
1627
|
multiIcon: e,
|
|
1610
1628
|
otherContent: t = null,
|
|
1611
|
-
vert:
|
|
1629
|
+
vert: o = !1,
|
|
1612
1630
|
className: c,
|
|
1613
1631
|
iconClassName: r = "",
|
|
1614
1632
|
otherContentClassName: i = "",
|
|
1615
1633
|
disabled: d,
|
|
1616
1634
|
feedback: a,
|
|
1617
1635
|
feedbackClassName: f,
|
|
1618
|
-
onPointerDown:
|
|
1636
|
+
onPointerDown: x,
|
|
1619
1637
|
onPointerUp: h,
|
|
1620
1638
|
onPointerLeave: R,
|
|
1621
1639
|
...A
|
|
1622
1640
|
}) => {
|
|
1623
|
-
const [F, k] = H(!1), Q = !d && a ? f : "",
|
|
1641
|
+
const [F, k] = H(!1), Q = !d && a ? f : "", r1 = !d && (F || a);
|
|
1624
1642
|
return /* @__PURE__ */ s.jsxs(
|
|
1625
1643
|
"button",
|
|
1626
1644
|
{
|
|
1627
1645
|
type: "button",
|
|
1628
|
-
className: `${
|
|
1646
|
+
className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${Q}`,
|
|
1629
1647
|
...A,
|
|
1630
1648
|
disabled: d,
|
|
1631
1649
|
onPointerDown: (D) => {
|
|
1632
|
-
k(!0),
|
|
1650
|
+
k(!0), x == null || x(D);
|
|
1633
1651
|
},
|
|
1634
1652
|
onPointerUp: (D) => {
|
|
1635
1653
|
k(!1), h == null || h(D);
|
|
@@ -1641,8 +1659,8 @@ const ze = () => {
|
|
|
1641
1659
|
e && /* @__PURE__ */ s.jsx(
|
|
1642
1660
|
e,
|
|
1643
1661
|
{
|
|
1644
|
-
className: `${r ||
|
|
1645
|
-
active:
|
|
1662
|
+
className: `${r || $1.iconsm}`,
|
|
1663
|
+
active: r1,
|
|
1646
1664
|
disabled: d
|
|
1647
1665
|
}
|
|
1648
1666
|
),
|
|
@@ -1653,13 +1671,13 @@ const ze = () => {
|
|
|
1653
1671
|
}, j = ({
|
|
1654
1672
|
ActiveImage: e,
|
|
1655
1673
|
DisabledImage: t,
|
|
1656
|
-
EnabledImage:
|
|
1674
|
+
EnabledImage: o,
|
|
1657
1675
|
active: c,
|
|
1658
1676
|
disabled: r
|
|
1659
|
-
}) => r ? t : c ? e :
|
|
1677
|
+
}) => r ? t : c ? e : o, U8 = ({
|
|
1660
1678
|
active: e,
|
|
1661
1679
|
className: t = "",
|
|
1662
|
-
disabled:
|
|
1680
|
+
disabled: o
|
|
1663
1681
|
}) => /* @__PURE__ */ s.jsx(
|
|
1664
1682
|
j,
|
|
1665
1683
|
{
|
|
@@ -1706,12 +1724,12 @@ const ze = () => {
|
|
|
1706
1724
|
}
|
|
1707
1725
|
),
|
|
1708
1726
|
active: e,
|
|
1709
|
-
disabled:
|
|
1727
|
+
disabled: o
|
|
1710
1728
|
}
|
|
1711
|
-
),
|
|
1729
|
+
), F8 = ({
|
|
1712
1730
|
active: e,
|
|
1713
1731
|
className: t = "",
|
|
1714
|
-
disabled:
|
|
1732
|
+
disabled: o
|
|
1715
1733
|
}) => /* @__PURE__ */ s.jsx(
|
|
1716
1734
|
j,
|
|
1717
1735
|
{
|
|
@@ -1755,12 +1773,12 @@ const ze = () => {
|
|
|
1755
1773
|
)
|
|
1756
1774
|
),
|
|
1757
1775
|
active: e,
|
|
1758
|
-
disabled:
|
|
1776
|
+
disabled: o
|
|
1759
1777
|
}
|
|
1760
|
-
),
|
|
1778
|
+
), W8 = ({
|
|
1761
1779
|
active: e,
|
|
1762
1780
|
className: t = "",
|
|
1763
|
-
disabled:
|
|
1781
|
+
disabled: o
|
|
1764
1782
|
}) => /* @__PURE__ */ s.jsx(
|
|
1765
1783
|
j,
|
|
1766
1784
|
{
|
|
@@ -1795,12 +1813,12 @@ const ze = () => {
|
|
|
1795
1813
|
}
|
|
1796
1814
|
),
|
|
1797
1815
|
active: e,
|
|
1798
|
-
disabled:
|
|
1816
|
+
disabled: o
|
|
1799
1817
|
}
|
|
1800
|
-
),
|
|
1818
|
+
), H8 = ({
|
|
1801
1819
|
active: e,
|
|
1802
1820
|
className: t = "",
|
|
1803
|
-
disabled:
|
|
1821
|
+
disabled: o
|
|
1804
1822
|
}) => /* @__PURE__ */ s.jsx(
|
|
1805
1823
|
j,
|
|
1806
1824
|
{
|
|
@@ -1844,14 +1862,14 @@ const ze = () => {
|
|
|
1844
1862
|
)
|
|
1845
1863
|
),
|
|
1846
1864
|
active: e,
|
|
1847
|
-
disabled:
|
|
1865
|
+
disabled: o
|
|
1848
1866
|
}
|
|
1849
|
-
),
|
|
1867
|
+
), K8 = ({
|
|
1850
1868
|
active: e,
|
|
1851
1869
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1852
1870
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1853
1871
|
className: t = "",
|
|
1854
|
-
disabled:
|
|
1872
|
+
disabled: o
|
|
1855
1873
|
}) => /* @__PURE__ */ s.jsx(
|
|
1856
1874
|
j,
|
|
1857
1875
|
{
|
|
@@ -1913,12 +1931,12 @@ const ze = () => {
|
|
|
1913
1931
|
)
|
|
1914
1932
|
),
|
|
1915
1933
|
active: e,
|
|
1916
|
-
disabled:
|
|
1934
|
+
disabled: o
|
|
1917
1935
|
}
|
|
1918
|
-
),
|
|
1936
|
+
), G8 = ({
|
|
1919
1937
|
active: e,
|
|
1920
1938
|
className: t = "",
|
|
1921
|
-
disabled:
|
|
1939
|
+
disabled: o
|
|
1922
1940
|
}) => /* @__PURE__ */ s.jsx(
|
|
1923
1941
|
j,
|
|
1924
1942
|
{
|
|
@@ -1962,12 +1980,12 @@ const ze = () => {
|
|
|
1962
1980
|
)
|
|
1963
1981
|
),
|
|
1964
1982
|
active: e,
|
|
1965
|
-
disabled:
|
|
1983
|
+
disabled: o
|
|
1966
1984
|
}
|
|
1967
|
-
),
|
|
1985
|
+
), q8 = ({
|
|
1968
1986
|
active: e,
|
|
1969
1987
|
className: t = "",
|
|
1970
|
-
disabled:
|
|
1988
|
+
disabled: o
|
|
1971
1989
|
}) => /* @__PURE__ */ s.jsx(
|
|
1972
1990
|
j,
|
|
1973
1991
|
{
|
|
@@ -2011,12 +2029,12 @@ const ze = () => {
|
|
|
2011
2029
|
)
|
|
2012
2030
|
),
|
|
2013
2031
|
active: e,
|
|
2014
|
-
disabled:
|
|
2032
|
+
disabled: o
|
|
2015
2033
|
}
|
|
2016
|
-
),
|
|
2034
|
+
), Y8 = ({
|
|
2017
2035
|
active: e,
|
|
2018
2036
|
className: t = "",
|
|
2019
|
-
disabled:
|
|
2037
|
+
disabled: o
|
|
2020
2038
|
}) => /* @__PURE__ */ s.jsx(
|
|
2021
2039
|
j,
|
|
2022
2040
|
{
|
|
@@ -2060,12 +2078,12 @@ const ze = () => {
|
|
|
2060
2078
|
)
|
|
2061
2079
|
),
|
|
2062
2080
|
active: e,
|
|
2063
|
-
disabled:
|
|
2081
|
+
disabled: o
|
|
2064
2082
|
}
|
|
2065
|
-
),
|
|
2083
|
+
), z8 = ({
|
|
2066
2084
|
active: e,
|
|
2067
2085
|
className: t = "",
|
|
2068
|
-
disabled:
|
|
2086
|
+
disabled: o
|
|
2069
2087
|
}) => /* @__PURE__ */ s.jsx(
|
|
2070
2088
|
j,
|
|
2071
2089
|
{
|
|
@@ -2109,12 +2127,12 @@ const ze = () => {
|
|
|
2109
2127
|
)
|
|
2110
2128
|
),
|
|
2111
2129
|
active: e,
|
|
2112
|
-
disabled:
|
|
2130
|
+
disabled: o
|
|
2113
2131
|
}
|
|
2114
|
-
),
|
|
2132
|
+
), J8 = ({
|
|
2115
2133
|
active: e,
|
|
2116
2134
|
className: t = "",
|
|
2117
|
-
disabled:
|
|
2135
|
+
disabled: o
|
|
2118
2136
|
}) => /* @__PURE__ */ s.jsx(
|
|
2119
2137
|
j,
|
|
2120
2138
|
{
|
|
@@ -2158,14 +2176,14 @@ const ze = () => {
|
|
|
2158
2176
|
)
|
|
2159
2177
|
),
|
|
2160
2178
|
active: e,
|
|
2161
|
-
disabled:
|
|
2179
|
+
disabled: o
|
|
2162
2180
|
}
|
|
2163
|
-
),
|
|
2181
|
+
), X8 = ({
|
|
2164
2182
|
active: e,
|
|
2165
2183
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2166
2184
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2167
2185
|
className: t = "",
|
|
2168
|
-
disabled:
|
|
2186
|
+
disabled: o
|
|
2169
2187
|
}) => /* @__PURE__ */ s.jsx(
|
|
2170
2188
|
j,
|
|
2171
2189
|
{
|
|
@@ -2227,12 +2245,12 @@ const ze = () => {
|
|
|
2227
2245
|
)
|
|
2228
2246
|
),
|
|
2229
2247
|
active: e,
|
|
2230
|
-
disabled:
|
|
2248
|
+
disabled: o
|
|
2231
2249
|
}
|
|
2232
|
-
),
|
|
2250
|
+
), Q8 = ({
|
|
2233
2251
|
active: e,
|
|
2234
2252
|
className: t = "",
|
|
2235
|
-
disabled:
|
|
2253
|
+
disabled: o
|
|
2236
2254
|
}) => /* @__PURE__ */ s.jsx(
|
|
2237
2255
|
j,
|
|
2238
2256
|
{
|
|
@@ -2276,12 +2294,12 @@ const ze = () => {
|
|
|
2276
2294
|
)
|
|
2277
2295
|
),
|
|
2278
2296
|
active: e,
|
|
2279
|
-
disabled:
|
|
2297
|
+
disabled: o
|
|
2280
2298
|
}
|
|
2281
|
-
),
|
|
2299
|
+
), N8 = ({
|
|
2282
2300
|
active: e,
|
|
2283
2301
|
className: t = "",
|
|
2284
|
-
disabled:
|
|
2302
|
+
disabled: o
|
|
2285
2303
|
}) => /* @__PURE__ */ s.jsx(
|
|
2286
2304
|
j,
|
|
2287
2305
|
{
|
|
@@ -2325,12 +2343,12 @@ const ze = () => {
|
|
|
2325
2343
|
)
|
|
2326
2344
|
),
|
|
2327
2345
|
active: e,
|
|
2328
|
-
disabled:
|
|
2346
|
+
disabled: o
|
|
2329
2347
|
}
|
|
2330
|
-
),
|
|
2348
|
+
), e6 = ({
|
|
2331
2349
|
active: e,
|
|
2332
2350
|
className: t = "",
|
|
2333
|
-
disabled:
|
|
2351
|
+
disabled: o
|
|
2334
2352
|
}) => /* @__PURE__ */ s.jsx(
|
|
2335
2353
|
j,
|
|
2336
2354
|
{
|
|
@@ -2374,12 +2392,12 @@ const ze = () => {
|
|
|
2374
2392
|
)
|
|
2375
2393
|
),
|
|
2376
2394
|
active: e,
|
|
2377
|
-
disabled:
|
|
2395
|
+
disabled: o
|
|
2378
2396
|
}
|
|
2379
|
-
),
|
|
2397
|
+
), t6 = ({
|
|
2380
2398
|
active: e,
|
|
2381
2399
|
className: t = "",
|
|
2382
|
-
disabled:
|
|
2400
|
+
disabled: o
|
|
2383
2401
|
}) => /* @__PURE__ */ s.jsx(
|
|
2384
2402
|
j,
|
|
2385
2403
|
{
|
|
@@ -2423,12 +2441,12 @@ const ze = () => {
|
|
|
2423
2441
|
)
|
|
2424
2442
|
),
|
|
2425
2443
|
active: e,
|
|
2426
|
-
disabled:
|
|
2444
|
+
disabled: o
|
|
2427
2445
|
}
|
|
2428
|
-
),
|
|
2446
|
+
), s6 = ({
|
|
2429
2447
|
active: e,
|
|
2430
2448
|
className: t = "",
|
|
2431
|
-
disabled:
|
|
2449
|
+
disabled: o
|
|
2432
2450
|
}) => /* @__PURE__ */ s.jsx(
|
|
2433
2451
|
j,
|
|
2434
2452
|
{
|
|
@@ -2445,12 +2463,12 @@ const ze = () => {
|
|
|
2445
2463
|
/* @__PURE__ */ s.jsx("svg", { className: t, fill: "currentcolor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164.61 164.61", children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M131.62,102.87c-1.96,2.47-6.77,4.24-6.77,4.24l-35.75,12.84v-9.47l26.31-9.37c2.99-1.07,3.44-2.58,1.02-3.38-2.42-.8-6.81-.57-9.8.51l-17.53,6.17v-9.83l1.01-.34s5.07-1.79,12.19-2.58c7.12-.78,15.85.11,22.69,2.7,7.72,2.44,8.59,6.03,6.63,8.51ZM92.51,86.75v-24.22c0-2.84-.52-5.46-3.19-6.2-2.04-.65-3.31,1.24-3.31,4.09v60.65l-16.36-5.19V43.55c6.95,1.29,17.09,4.34,22.53,6.18,13.85,4.76,18.55,10.67,18.55,24.01s-8.02,17.93-18.22,13ZM39.63,109.49c-7.92-2.23-9.24-6.88-5.63-9.56,3.34-2.47,9.01-4.33,9.01-4.33l23.45-8.34v9.51l-16.88,6.04c-2.98,1.07-3.44,2.58-1.02,3.38,2.42.79,6.81.57,9.8-.5l8.1-2.94v8.51c-.51.09-1.09.18-1.61.27-8.1,1.32-16.72.77-25.22-2.03h0ZM82.3,164.61C36.92,164.61,0,127.69,0,82.3S36.92,0,82.3,0s82.3,36.92,82.3,82.3-36.92,82.3-82.3,82.3ZM82.3,5C39.68,5,5,39.68,5,82.3s34.68,77.3,77.3,77.3,77.3-34.68,77.3-77.3S124.93,5,82.3,5Z" }) }) })
|
|
2446
2464
|
),
|
|
2447
2465
|
active: e,
|
|
2448
|
-
disabled:
|
|
2466
|
+
disabled: o
|
|
2449
2467
|
}
|
|
2450
|
-
),
|
|
2468
|
+
), o6 = ({
|
|
2451
2469
|
active: e,
|
|
2452
2470
|
className: t = "",
|
|
2453
|
-
disabled:
|
|
2471
|
+
disabled: o
|
|
2454
2472
|
}) => /* @__PURE__ */ s.jsx(
|
|
2455
2473
|
j,
|
|
2456
2474
|
{
|
|
@@ -2494,12 +2512,12 @@ const ze = () => {
|
|
|
2494
2512
|
)
|
|
2495
2513
|
),
|
|
2496
2514
|
active: e,
|
|
2497
|
-
disabled:
|
|
2515
|
+
disabled: o
|
|
2498
2516
|
}
|
|
2499
|
-
),
|
|
2517
|
+
), n6 = ({
|
|
2500
2518
|
active: e,
|
|
2501
2519
|
className: t = "",
|
|
2502
|
-
disabled:
|
|
2520
|
+
disabled: o
|
|
2503
2521
|
}) => /* @__PURE__ */ s.jsx(
|
|
2504
2522
|
j,
|
|
2505
2523
|
{
|
|
@@ -2543,12 +2561,12 @@ const ze = () => {
|
|
|
2543
2561
|
)
|
|
2544
2562
|
),
|
|
2545
2563
|
active: e,
|
|
2546
|
-
disabled:
|
|
2564
|
+
disabled: o
|
|
2547
2565
|
}
|
|
2548
|
-
),
|
|
2566
|
+
), c6 = ({
|
|
2549
2567
|
active: e,
|
|
2550
2568
|
className: t = "",
|
|
2551
|
-
disabled:
|
|
2569
|
+
disabled: o
|
|
2552
2570
|
}) => /* @__PURE__ */ s.jsx(
|
|
2553
2571
|
j,
|
|
2554
2572
|
{
|
|
@@ -2592,12 +2610,12 @@ const ze = () => {
|
|
|
2592
2610
|
)
|
|
2593
2611
|
),
|
|
2594
2612
|
active: e,
|
|
2595
|
-
disabled:
|
|
2613
|
+
disabled: o
|
|
2596
2614
|
}
|
|
2597
|
-
),
|
|
2615
|
+
), r6 = ({
|
|
2598
2616
|
active: e,
|
|
2599
2617
|
className: t = "",
|
|
2600
|
-
disabled:
|
|
2618
|
+
disabled: o
|
|
2601
2619
|
}) => /* @__PURE__ */ s.jsx(
|
|
2602
2620
|
j,
|
|
2603
2621
|
{
|
|
@@ -2641,12 +2659,12 @@ const ze = () => {
|
|
|
2641
2659
|
)
|
|
2642
2660
|
),
|
|
2643
2661
|
active: e,
|
|
2644
|
-
disabled:
|
|
2662
|
+
disabled: o
|
|
2645
2663
|
}
|
|
2646
|
-
),
|
|
2664
|
+
), l6 = ({
|
|
2647
2665
|
active: e,
|
|
2648
2666
|
className: t = "",
|
|
2649
|
-
disabled:
|
|
2667
|
+
disabled: o
|
|
2650
2668
|
}) => /* @__PURE__ */ s.jsx(
|
|
2651
2669
|
j,
|
|
2652
2670
|
{
|
|
@@ -2690,14 +2708,14 @@ const ze = () => {
|
|
|
2690
2708
|
)
|
|
2691
2709
|
),
|
|
2692
2710
|
active: e,
|
|
2693
|
-
disabled:
|
|
2711
|
+
disabled: o
|
|
2694
2712
|
}
|
|
2695
|
-
),
|
|
2713
|
+
), i6 = ({
|
|
2696
2714
|
active: e,
|
|
2697
2715
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2698
2716
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2699
2717
|
className: t = "",
|
|
2700
|
-
disabled:
|
|
2718
|
+
disabled: o
|
|
2701
2719
|
}) => /* @__PURE__ */ s.jsx(
|
|
2702
2720
|
j,
|
|
2703
2721
|
{
|
|
@@ -2759,12 +2777,12 @@ const ze = () => {
|
|
|
2759
2777
|
)
|
|
2760
2778
|
),
|
|
2761
2779
|
active: e,
|
|
2762
|
-
disabled:
|
|
2780
|
+
disabled: o
|
|
2763
2781
|
}
|
|
2764
|
-
),
|
|
2782
|
+
), a6 = ({
|
|
2765
2783
|
active: e,
|
|
2766
2784
|
className: t = "",
|
|
2767
|
-
disabled:
|
|
2785
|
+
disabled: o
|
|
2768
2786
|
}) => /* @__PURE__ */ s.jsx(
|
|
2769
2787
|
j,
|
|
2770
2788
|
{
|
|
@@ -2808,12 +2826,12 @@ const ze = () => {
|
|
|
2808
2826
|
)
|
|
2809
2827
|
),
|
|
2810
2828
|
active: e,
|
|
2811
|
-
disabled:
|
|
2829
|
+
disabled: o
|
|
2812
2830
|
}
|
|
2813
|
-
),
|
|
2831
|
+
), u6 = ({
|
|
2814
2832
|
active: e,
|
|
2815
2833
|
className: t = "",
|
|
2816
|
-
disabled:
|
|
2834
|
+
disabled: o
|
|
2817
2835
|
}) => /* @__PURE__ */ s.jsx(
|
|
2818
2836
|
j,
|
|
2819
2837
|
{
|
|
@@ -2857,12 +2875,12 @@ const ze = () => {
|
|
|
2857
2875
|
)
|
|
2858
2876
|
),
|
|
2859
2877
|
active: e,
|
|
2860
|
-
disabled:
|
|
2878
|
+
disabled: o
|
|
2861
2879
|
}
|
|
2862
|
-
),
|
|
2880
|
+
), d6 = ({
|
|
2863
2881
|
active: e,
|
|
2864
2882
|
className: t = "",
|
|
2865
|
-
disabled:
|
|
2883
|
+
disabled: o
|
|
2866
2884
|
}) => /* @__PURE__ */ s.jsx(
|
|
2867
2885
|
j,
|
|
2868
2886
|
{
|
|
@@ -2906,12 +2924,12 @@ const ze = () => {
|
|
|
2906
2924
|
)
|
|
2907
2925
|
),
|
|
2908
2926
|
active: e,
|
|
2909
|
-
disabled:
|
|
2927
|
+
disabled: o
|
|
2910
2928
|
}
|
|
2911
|
-
),
|
|
2929
|
+
), h6 = ({
|
|
2912
2930
|
active: e,
|
|
2913
2931
|
className: t = "",
|
|
2914
|
-
disabled:
|
|
2932
|
+
disabled: o
|
|
2915
2933
|
}) => /* @__PURE__ */ s.jsx(
|
|
2916
2934
|
j,
|
|
2917
2935
|
{
|
|
@@ -2955,12 +2973,12 @@ const ze = () => {
|
|
|
2955
2973
|
)
|
|
2956
2974
|
),
|
|
2957
2975
|
active: e,
|
|
2958
|
-
disabled:
|
|
2976
|
+
disabled: o
|
|
2959
2977
|
}
|
|
2960
|
-
),
|
|
2978
|
+
), v6 = ({
|
|
2961
2979
|
active: e,
|
|
2962
2980
|
className: t = "",
|
|
2963
|
-
disabled:
|
|
2981
|
+
disabled: o
|
|
2964
2982
|
}) => /* @__PURE__ */ s.jsx(
|
|
2965
2983
|
j,
|
|
2966
2984
|
{
|
|
@@ -3004,12 +3022,12 @@ const ze = () => {
|
|
|
3004
3022
|
)
|
|
3005
3023
|
),
|
|
3006
3024
|
active: e,
|
|
3007
|
-
disabled:
|
|
3025
|
+
disabled: o
|
|
3008
3026
|
}
|
|
3009
|
-
),
|
|
3027
|
+
), g6 = ({
|
|
3010
3028
|
active: e,
|
|
3011
3029
|
className: t = "",
|
|
3012
|
-
disabled:
|
|
3030
|
+
disabled: o
|
|
3013
3031
|
}) => /* @__PURE__ */ s.jsx(
|
|
3014
3032
|
j,
|
|
3015
3033
|
{
|
|
@@ -3053,12 +3071,12 @@ const ze = () => {
|
|
|
3053
3071
|
)
|
|
3054
3072
|
),
|
|
3055
3073
|
active: e,
|
|
3056
|
-
disabled:
|
|
3074
|
+
disabled: o
|
|
3057
3075
|
}
|
|
3058
|
-
),
|
|
3076
|
+
), f6 = ({
|
|
3059
3077
|
active: e,
|
|
3060
3078
|
className: t = "",
|
|
3061
|
-
disabled:
|
|
3079
|
+
disabled: o
|
|
3062
3080
|
}) => /* @__PURE__ */ s.jsx(
|
|
3063
3081
|
j,
|
|
3064
3082
|
{
|
|
@@ -3102,12 +3120,12 @@ const ze = () => {
|
|
|
3102
3120
|
)
|
|
3103
3121
|
),
|
|
3104
3122
|
active: e,
|
|
3105
|
-
disabled:
|
|
3123
|
+
disabled: o
|
|
3106
3124
|
}
|
|
3107
|
-
),
|
|
3125
|
+
), p6 = ({
|
|
3108
3126
|
active: e,
|
|
3109
3127
|
className: t = "",
|
|
3110
|
-
disabled:
|
|
3128
|
+
disabled: o
|
|
3111
3129
|
}) => /* @__PURE__ */ s.jsx(
|
|
3112
3130
|
j,
|
|
3113
3131
|
{
|
|
@@ -3151,12 +3169,12 @@ const ze = () => {
|
|
|
3151
3169
|
)
|
|
3152
3170
|
),
|
|
3153
3171
|
active: e,
|
|
3154
|
-
disabled:
|
|
3172
|
+
disabled: o
|
|
3155
3173
|
}
|
|
3156
|
-
),
|
|
3174
|
+
), w6 = ({
|
|
3157
3175
|
active: e,
|
|
3158
3176
|
className: t = "",
|
|
3159
|
-
disabled:
|
|
3177
|
+
disabled: o
|
|
3160
3178
|
}) => /* @__PURE__ */ s.jsx(
|
|
3161
3179
|
j,
|
|
3162
3180
|
{
|
|
@@ -3200,12 +3218,12 @@ const ze = () => {
|
|
|
3200
3218
|
)
|
|
3201
3219
|
),
|
|
3202
3220
|
active: e,
|
|
3203
|
-
disabled:
|
|
3221
|
+
disabled: o
|
|
3204
3222
|
}
|
|
3205
|
-
),
|
|
3223
|
+
), x6 = ({
|
|
3206
3224
|
active: e,
|
|
3207
3225
|
className: t = "",
|
|
3208
|
-
disabled:
|
|
3226
|
+
disabled: o
|
|
3209
3227
|
}) => /* @__PURE__ */ s.jsx(
|
|
3210
3228
|
j,
|
|
3211
3229
|
{
|
|
@@ -3249,90 +3267,90 @@ const ze = () => {
|
|
|
3249
3267
|
)
|
|
3250
3268
|
),
|
|
3251
3269
|
active: e,
|
|
3252
|
-
disabled:
|
|
3253
|
-
}
|
|
3254
|
-
),
|
|
3255
|
-
Alert:
|
|
3256
|
-
Camera:
|
|
3257
|
-
DownArrow:
|
|
3258
|
-
Ban:
|
|
3259
|
-
Check:
|
|
3260
|
-
Controller:
|
|
3261
|
-
Elipses:
|
|
3262
|
-
Flag:
|
|
3263
|
-
Gear:
|
|
3264
|
-
Glass:
|
|
3265
|
-
Hdmi:
|
|
3266
|
-
Laptop:
|
|
3267
|
-
LeftArrow:
|
|
3268
|
-
Light:
|
|
3269
|
-
Mic:
|
|
3270
|
-
Moon:
|
|
3271
|
-
Playstation:
|
|
3272
|
-
Podium:
|
|
3273
|
-
Power:
|
|
3274
|
-
Privacy:
|
|
3275
|
-
Question:
|
|
3276
|
-
RightArrow:
|
|
3277
|
-
RoomPC:
|
|
3278
|
-
Shade:
|
|
3279
|
-
Sun:
|
|
3280
|
-
UpArrow:
|
|
3281
|
-
VolDown:
|
|
3282
|
-
VolMute:
|
|
3283
|
-
VolUp:
|
|
3284
|
-
Wireless:
|
|
3285
|
-
X:
|
|
3286
|
-
Xbox:
|
|
3270
|
+
disabled: o
|
|
3271
|
+
}
|
|
3272
|
+
), M6 = {
|
|
3273
|
+
Alert: U8,
|
|
3274
|
+
Camera: W8,
|
|
3275
|
+
DownArrow: G8,
|
|
3276
|
+
Ban: F8,
|
|
3277
|
+
Check: H8,
|
|
3278
|
+
Controller: K8,
|
|
3279
|
+
Elipses: q8,
|
|
3280
|
+
Flag: Y8,
|
|
3281
|
+
Gear: z8,
|
|
3282
|
+
Glass: J8,
|
|
3283
|
+
Hdmi: X8,
|
|
3284
|
+
Laptop: Q8,
|
|
3285
|
+
LeftArrow: N8,
|
|
3286
|
+
Light: e6,
|
|
3287
|
+
Mic: x6,
|
|
3288
|
+
Moon: t6,
|
|
3289
|
+
Playstation: s6,
|
|
3290
|
+
Podium: o6,
|
|
3291
|
+
Power: n6,
|
|
3292
|
+
Privacy: c6,
|
|
3293
|
+
Question: r6,
|
|
3294
|
+
RightArrow: l6,
|
|
3295
|
+
RoomPC: i6,
|
|
3296
|
+
Shade: a6,
|
|
3297
|
+
Sun: u6,
|
|
3298
|
+
UpArrow: d6,
|
|
3299
|
+
VolDown: h6,
|
|
3300
|
+
VolMute: v6,
|
|
3301
|
+
VolUp: g6,
|
|
3302
|
+
Wireless: f6,
|
|
3303
|
+
X: p6,
|
|
3304
|
+
Xbox: w6
|
|
3287
3305
|
};
|
|
3288
|
-
function
|
|
3306
|
+
function n5({
|
|
3289
3307
|
name: e,
|
|
3290
|
-
iconsDictionary: t =
|
|
3291
|
-
...
|
|
3308
|
+
iconsDictionary: t = M6,
|
|
3309
|
+
...o
|
|
3292
3310
|
}) {
|
|
3293
3311
|
const c = t[e] ?? null;
|
|
3294
|
-
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(
|
|
3312
|
+
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(k8, { multiIcon: c, ...o });
|
|
3295
3313
|
}
|
|
3296
|
-
const
|
|
3297
|
-
grid:
|
|
3298
|
-
header:
|
|
3299
|
-
content:
|
|
3300
|
-
footer:
|
|
3301
|
-
volume:
|
|
3302
|
-
},
|
|
3303
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3304
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3305
|
-
r && /* @__PURE__ */ s.jsx("div", { className:
|
|
3306
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3307
|
-
] }),
|
|
3308
|
-
grid:
|
|
3309
|
-
header:
|
|
3310
|
-
content:
|
|
3311
|
-
},
|
|
3312
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3313
|
-
c && /* @__PURE__ */ s.jsx("div", { className:
|
|
3314
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3315
|
-
] }),
|
|
3316
|
-
grid:
|
|
3317
|
-
header:
|
|
3318
|
-
content:
|
|
3319
|
-
},
|
|
3320
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3321
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3314
|
+
const m6 = "_grid_1cmpp_1", Z6 = "_header_1cmpp_11", j6 = "_content_1cmpp_17", C6 = "_footer_1cmpp_23", S6 = "_volume_1cmpp_29", h1 = {
|
|
3315
|
+
grid: m6,
|
|
3316
|
+
header: Z6,
|
|
3317
|
+
content: j6,
|
|
3318
|
+
footer: C6,
|
|
3319
|
+
volume: S6
|
|
3320
|
+
}, c5 = ({ header: e, footer: t, content: o, volume: c, showVolume: r }) => /* @__PURE__ */ s.jsxs("div", { className: h1.grid, children: [
|
|
3321
|
+
/* @__PURE__ */ s.jsx("div", { className: h1.header, children: e }),
|
|
3322
|
+
/* @__PURE__ */ s.jsx("div", { className: h1.content, children: o }),
|
|
3323
|
+
r && /* @__PURE__ */ s.jsx("div", { className: h1.volume, children: c }),
|
|
3324
|
+
/* @__PURE__ */ s.jsx("div", { className: h1.footer, children: t })
|
|
3325
|
+
] }), b6 = "_grid_11w5q_1", I6 = "_header_11w5q_11", R6 = "_content_11w5q_17", Z1 = {
|
|
3326
|
+
grid: b6,
|
|
3327
|
+
header: I6,
|
|
3328
|
+
content: R6
|
|
3329
|
+
}, r5 = ({ className: e, header: t, content: o, leftNav: c }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${Z1.grid}`, children: [
|
|
3330
|
+
/* @__PURE__ */ s.jsx("div", { className: Z1.header, children: t }),
|
|
3331
|
+
c && /* @__PURE__ */ s.jsx("div", { className: Z1.leftNav, children: c }),
|
|
3332
|
+
/* @__PURE__ */ s.jsx("div", { className: Z1.content, children: o })
|
|
3333
|
+
] }), y6 = "_grid_1uwfo_1", E6 = "_header_1uwfo_11", T6 = "_content_1uwfo_17", A1 = {
|
|
3334
|
+
grid: y6,
|
|
3335
|
+
header: E6,
|
|
3336
|
+
content: T6
|
|
3337
|
+
}, l5 = ({ className: e, header: t, content: o }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${A1.grid}`, children: [
|
|
3338
|
+
/* @__PURE__ */ s.jsx("div", { className: A1.header, children: t }),
|
|
3339
|
+
/* @__PURE__ */ s.jsx("div", { className: A1.content, children: o })
|
|
3322
3340
|
] });
|
|
3323
|
-
function
|
|
3341
|
+
function i5() {
|
|
3324
3342
|
return console.log(location.pathname), location.pathname;
|
|
3325
3343
|
}
|
|
3326
|
-
var
|
|
3327
|
-
class
|
|
3328
|
-
constructor(t,
|
|
3344
|
+
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 || {});
|
|
3345
|
+
class a5 {
|
|
3346
|
+
constructor(t, o) {
|
|
3329
3347
|
G(this, "path");
|
|
3330
3348
|
G(this, "handler");
|
|
3331
|
-
this.path = t, this.handler =
|
|
3349
|
+
this.path = t, this.handler = o;
|
|
3332
3350
|
}
|
|
3333
3351
|
}
|
|
3334
|
-
const
|
|
3335
|
-
class
|
|
3352
|
+
const u5 = "$off";
|
|
3353
|
+
class d5 {
|
|
3336
3354
|
constructor() {
|
|
3337
3355
|
G(this, "currentShareText");
|
|
3338
3356
|
G(this, "enabled");
|
|
@@ -3340,147 +3358,189 @@ class n5 {
|
|
|
3340
3358
|
}
|
|
3341
3359
|
}
|
|
3342
3360
|
export {
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3361
|
+
Me as Clock,
|
|
3362
|
+
_6 as DaysOfWeek,
|
|
3363
|
+
o5 as ErrorBox,
|
|
3364
|
+
k8 as IconButton,
|
|
3365
|
+
U8 as IconMultiAlert,
|
|
3366
|
+
F8 as IconMultiBan,
|
|
3367
|
+
W8 as IconMultiCamera,
|
|
3368
|
+
H8 as IconMultiCheck,
|
|
3369
|
+
K8 as IconMultiController,
|
|
3370
|
+
G8 as IconMultiDownArrow,
|
|
3371
|
+
q8 as IconMultiElipses,
|
|
3372
|
+
Y8 as IconMultiFlag,
|
|
3373
|
+
z8 as IconMultiGear,
|
|
3374
|
+
J8 as IconMultiGlass,
|
|
3375
|
+
X8 as IconMultiHdmi,
|
|
3376
|
+
Q8 as IconMultiLaptop,
|
|
3377
|
+
N8 as IconMultiLeftArrow,
|
|
3378
|
+
e6 as IconMultiLight,
|
|
3379
|
+
t6 as IconMultiMoon,
|
|
3380
|
+
s6 as IconMultiPlaystation,
|
|
3381
|
+
o6 as IconMultiPodium,
|
|
3382
|
+
n6 as IconMultiPower,
|
|
3383
|
+
c6 as IconMultiPrivacy,
|
|
3384
|
+
r6 as IconMultiQuestion,
|
|
3385
|
+
l6 as IconMultiRightArrow,
|
|
3386
|
+
i6 as IconMultiRoomPC,
|
|
3387
|
+
a6 as IconMultiShade,
|
|
3388
|
+
u6 as IconMultiSun,
|
|
3389
|
+
d6 as IconMultiUpArrow,
|
|
3390
|
+
h6 as IconMultiVolDown,
|
|
3391
|
+
v6 as IconMultiVolMute,
|
|
3392
|
+
g6 as IconMultiVolUp,
|
|
3393
|
+
f6 as IconMultiWireless,
|
|
3394
|
+
p6 as IconMultiX,
|
|
3395
|
+
w6 as IconMultiXbox,
|
|
3396
|
+
c5 as MainLayout,
|
|
3397
|
+
a5 as MessageHandler,
|
|
3398
|
+
pe as MobileControlProvider,
|
|
3381
3399
|
j as MultiStateIconContainer,
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3400
|
+
n5 as NamedIconButton,
|
|
3401
|
+
d5 as ShareState,
|
|
3402
|
+
r5 as TechLayout,
|
|
3403
|
+
l5 as TechPinLayout,
|
|
3404
|
+
i5 as getBaseLocation,
|
|
3405
|
+
V1 as httpClient,
|
|
3406
|
+
u5 as roomOffSourceKey,
|
|
3407
|
+
Z3 as selectAllDevices,
|
|
3408
|
+
w2 as selectApiPath,
|
|
3409
|
+
p2 as selectAppConfig,
|
|
3410
|
+
q2 as selectClientId,
|
|
3411
|
+
r8 as selectCurrentPopoverIdForGroup,
|
|
3412
|
+
Z2 as selectDeviceByKey,
|
|
3413
|
+
i8 as selectError,
|
|
3414
|
+
N2 as selectIsTouchpanel,
|
|
3415
|
+
x2 as selectLogoPath,
|
|
3416
|
+
U1 as selectModalVisibility,
|
|
3417
|
+
M2 as selectPartnerMetadata,
|
|
3418
|
+
V2 as selectRoomAdvancedSharingActive,
|
|
3419
|
+
E2 as selectRoomAudioControlPointList,
|
|
3420
|
+
S2 as selectRoomByKey,
|
|
3421
|
+
D2 as selectRoomCodecContentDestinationKey,
|
|
3422
|
+
j2 as selectRoomConfiguration,
|
|
3423
|
+
_2 as selectRoomDestinationList,
|
|
3424
|
+
T2 as selectRoomDestinations,
|
|
3425
|
+
F2 as selectRoomDisplayStates,
|
|
3426
|
+
P2 as selectRoomEnvironmentalDevices,
|
|
3427
|
+
$2 as selectRoomInCall,
|
|
3428
|
+
B2 as selectRoomIsCoolingDown,
|
|
3429
|
+
O2 as selectRoomIsOn,
|
|
3430
|
+
A2 as selectRoomIsWarmingUp,
|
|
3431
|
+
G2 as selectRoomKey,
|
|
3432
|
+
R2 as selectRoomLevelControls,
|
|
3433
|
+
b2 as selectRoomName,
|
|
3434
|
+
L2 as selectRoomProgramAudioDestinationKey,
|
|
3435
|
+
k2 as selectRoomShareState,
|
|
3436
|
+
y2 as selectRoomSourceList,
|
|
3437
|
+
I2 as selectRoomVolume,
|
|
3438
|
+
C2 as selectRooms,
|
|
3439
|
+
X2 as selectRuntimeInfo,
|
|
3440
|
+
J2 as selectServerIsRunningOnProcessorHardware,
|
|
3441
|
+
l8 as selectShowPopoverById,
|
|
3442
|
+
a8 as selectShowReconnect,
|
|
3443
|
+
Y2 as selectSystemUuid,
|
|
3444
|
+
u8 as selectTheme,
|
|
3445
|
+
Q2 as selectTouchpanelKey,
|
|
3446
|
+
z2 as selectUserCode,
|
|
3447
|
+
K2 as selectWsIsConnected,
|
|
3448
|
+
U2 as selectZoomRoomControllerKey,
|
|
3389
3449
|
Z as store,
|
|
3390
3450
|
z as uiActions,
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3451
|
+
g8 as uiReducer,
|
|
3452
|
+
O6 as useApiPath,
|
|
3453
|
+
m2 as useAppConfig,
|
|
3454
|
+
f2 as useAppDispatch,
|
|
3395
3455
|
p as useAppSelector,
|
|
3396
|
-
|
|
3456
|
+
xe as useAvrControl,
|
|
3397
3457
|
g as useButtonHeldHeartbeat,
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3458
|
+
s8 as useClientId,
|
|
3459
|
+
$8 as useDeviceIBasicVolumeWithFeedback,
|
|
3460
|
+
me as useDevicePresetsModel,
|
|
3461
|
+
Ze as useEndpoint,
|
|
3462
|
+
d8 as useError,
|
|
3463
|
+
Xe as useGetAllDeviceStateFromRoomConfiguration,
|
|
3464
|
+
U6 as useGetAllDevices,
|
|
3465
|
+
W6 as useGetAllRooms,
|
|
3466
|
+
ve as useGetCurrentPopoverIdForGroup,
|
|
3467
|
+
_ as useGetDevice,
|
|
3468
|
+
we as useGetIBasicVolumeWithFeedback,
|
|
3469
|
+
H6 as useGetRoom,
|
|
3470
|
+
ce as useGetRoomDisplayStates,
|
|
3471
|
+
re as useGetZoomRoomControllerKey,
|
|
3472
|
+
I3 as useIBasicVolumeWithFeedback,
|
|
3473
|
+
je as useIChannel,
|
|
3474
|
+
Ce as useIColor,
|
|
3475
|
+
Se as useICommunicationMonitor,
|
|
3476
|
+
Ie as useIDPad,
|
|
3477
|
+
be as useIDeviceInfoMessenger,
|
|
3478
|
+
Re as useIDspPresets,
|
|
3479
|
+
ye as useIDvr,
|
|
3480
|
+
Ee as useIEssentialsRoomCombiner,
|
|
3481
|
+
R3 as useIHasPowerControl,
|
|
3482
|
+
k1 as useIHasSelectableItems,
|
|
3483
|
+
Te as useIHumiditySensor,
|
|
3484
|
+
_e as useILevelControls,
|
|
3485
|
+
Pe as useILightingScenes,
|
|
3486
|
+
Le as useIMatrixRouting,
|
|
3487
|
+
De as useIMcCiscoCodecUserInterfaceAppControl,
|
|
3488
|
+
$e as useINumeric,
|
|
3489
|
+
Ae as useIProjectorScreenLiftControl,
|
|
3490
|
+
Be as useIRoomEventSchedule,
|
|
3491
|
+
Oe as useIRunDefaultPresentRoute,
|
|
3492
|
+
Ve as useIRunDirectRouteAction,
|
|
3493
|
+
ke as useIRunRouteAction,
|
|
3494
|
+
Ue as useISetTopBoxControls,
|
|
3495
|
+
Fe as useIShadesOpenCloseStop,
|
|
3496
|
+
We as useIShutdownPromptTimer,
|
|
3497
|
+
He as useISwitchedOutput,
|
|
3498
|
+
Ke as useITechPassword,
|
|
3499
|
+
Ge as useITemperatureSensor,
|
|
3500
|
+
qe as useITheme,
|
|
3501
|
+
Ye as useITransport,
|
|
3502
|
+
C8 as useInitialize,
|
|
3503
|
+
ae as useIsTouchpanel,
|
|
3504
|
+
V6 as useLogoPath,
|
|
3505
|
+
ze as useMobileControlTouchpanelController,
|
|
3506
|
+
Qe as useOverflow,
|
|
3507
|
+
k6 as usePartnerMetadata,
|
|
3508
|
+
D8 as usePressHoldRelease,
|
|
3509
|
+
oe as useRoomAdvancedSharingActive,
|
|
3510
|
+
q6 as useRoomAudioControlPointList,
|
|
3511
|
+
Q6 as useRoomCodecContentDestinationKey,
|
|
3512
|
+
F6 as useRoomConfiguration,
|
|
3513
|
+
z6 as useRoomDestinationList,
|
|
3514
|
+
Y6 as useRoomDestinations,
|
|
3515
|
+
J6 as useRoomEnvironmentalDevices,
|
|
3516
|
+
Ne as useRoomIBasicVolumeWithFeedback,
|
|
3517
|
+
N6 as useRoomInCall,
|
|
3518
|
+
te as useRoomIsCoolingDown,
|
|
3519
|
+
se as useRoomIsOn,
|
|
3520
|
+
ee as useRoomIsWarmingUp,
|
|
3521
|
+
t8 as useRoomKey,
|
|
3522
|
+
H2 as useRoomLevelControls,
|
|
3523
|
+
K6 as useRoomName,
|
|
3524
|
+
X6 as useRoomProgramAudioDestinationKey,
|
|
3525
|
+
ne as useRoomShareState,
|
|
3526
|
+
G6 as useRoomSourceList,
|
|
3527
|
+
C1 as useRoomState,
|
|
3528
|
+
W2 as useRoomVolume,
|
|
3529
|
+
le as useRuntimeInfo,
|
|
3530
|
+
e5 as useScroll,
|
|
3531
|
+
c8 as useServerIsRunningOnProcessorHardware,
|
|
3532
|
+
de as useShowIncomingCallModal,
|
|
3533
|
+
he as useShowModal,
|
|
3534
|
+
ge as useShowPopoverById,
|
|
3535
|
+
h8 as useShowReconnect,
|
|
3536
|
+
ue as useShowShutdownModal,
|
|
3537
|
+
t5 as useSystemControl,
|
|
3538
|
+
o8 as useSystemUuid,
|
|
3539
|
+
fe as useTheme,
|
|
3540
|
+
s5 as useTimeAndDate,
|
|
3541
|
+
ie as useTouchpanelKey,
|
|
3542
|
+
Je as useTwoWayDisplayBase,
|
|
3543
|
+
n8 as useUserCode,
|
|
3484
3544
|
b as useWebsocketContext,
|
|
3485
|
-
|
|
3545
|
+
e8 as useWsIsConnected
|
|
3486
3546
|
};
|