@pepperdash/mobile-control-react-app-core 1.21.0-feature-add-deviceInterfaceSupport-to-joinroom-response.1 → 1.21.0-feature-add-deviceInterfaceSupport-to-joinroom-response.3
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 +881 -874
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/shared/hooks/useStateIsSynced.d.ts +7 -0
- package/dist/shared/hooks/useStateIsSynced.d.ts.map +1 -0
- package/dist/store/runtimeConfig/runtime.hooks.d.ts +3 -0
- package/dist/store/runtimeConfig/runtime.hooks.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +35 -0
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/dist/store/ui/ui.hooks.d.ts +1 -0
- package/dist/store/ui/ui.hooks.d.ts.map +1 -1
- package/dist/store/ui/ui.selectors.d.ts +27 -0
- package/dist/store/ui/ui.selectors.d.ts.map +1 -1
- package/dist/store/ui/ui.slice.d.ts +56 -0
- package/dist/store/ui/ui.slice.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
var s2 = Object.defineProperty;
|
|
2
|
-
var
|
|
3
|
-
var G = (e, t,
|
|
4
|
-
import
|
|
2
|
+
var n2 = (e, t, n) => t in e ? s2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
|
+
var G = (e, t, n) => n2(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
+
import o2, { AxiosError as c2 } from "axios";
|
|
5
5
|
import { useDispatch as r2, useSelector as l2, Provider as i2 } from "react-redux";
|
|
6
6
|
import { createSelector as w, createSlice as g1, combineReducers as a2, configureStore as u2 } from "@reduxjs/toolkit";
|
|
7
|
-
import w3, { createContext as d2, useState as H, useRef as
|
|
7
|
+
import w3, { createContext as d2, useState as H, useRef as h1, useCallback as a1, useEffect as c1, useContext as v2, useLayoutEffect as x3 } from "react";
|
|
8
8
|
import * as M3 from "lodash";
|
|
9
|
-
import { useNavigate as
|
|
9
|
+
import { useNavigate as h2, useRouteError as g2, isRouteErrorResponse as f2 } from "react-router-dom";
|
|
10
10
|
const p2 = r2.withTypes(), p = l2.withTypes(), j1 = (e) => e.appConfig, w2 = w(
|
|
11
11
|
j1,
|
|
12
12
|
(e) => e.config
|
|
@@ -19,214 +19,206 @@ const p2 = r2.withTypes(), p = l2.withTypes(), j1 = (e) => e.appConfig, w2 = w(
|
|
|
19
19
|
), m2 = w(
|
|
20
20
|
j1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
), Z2 = () => p(w2),
|
|
22
|
+
), Z2 = () => p(w2), k6 = () => p(x2), U6 = () => p(M2), W6 = () => p(m2), m3 = (e) => e.devices, Z3 = w(
|
|
23
23
|
m3,
|
|
24
24
|
(e) => e
|
|
25
25
|
), j2 = (e) => w(
|
|
26
26
|
m3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
),
|
|
28
|
+
), F6 = () => p(Z3);
|
|
29
29
|
function y(e) {
|
|
30
30
|
return p(j2(e));
|
|
31
31
|
}
|
|
32
|
-
const
|
|
33
|
-
|
|
32
|
+
const D = (e) => e.rooms, S2 = (e) => w(
|
|
33
|
+
D,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
-
),
|
|
36
|
-
|
|
35
|
+
), C2 = w(
|
|
36
|
+
D,
|
|
37
37
|
(e) => e
|
|
38
38
|
), b2 = (e) => w(
|
|
39
|
-
|
|
39
|
+
D,
|
|
40
40
|
(t) => t[e] ? t[e] : void 0
|
|
41
41
|
), I2 = (e) => w(
|
|
42
|
-
|
|
42
|
+
D,
|
|
43
43
|
(t) => t[e] ? t[e].name : void 0
|
|
44
44
|
), R2 = (e, t) => w(
|
|
45
|
-
|
|
46
|
-
(
|
|
45
|
+
D,
|
|
46
|
+
(n) => n[e] ? n[e].volumes[t] : void 0
|
|
47
47
|
), y2 = (e) => w(
|
|
48
|
-
|
|
48
|
+
D,
|
|
49
49
|
(t) => t[e] ? t[e] : void 0
|
|
50
50
|
), E2 = (e) => w(
|
|
51
|
-
|
|
51
|
+
D,
|
|
52
52
|
(t) => {
|
|
53
|
-
var
|
|
54
|
-
return t[e] ? (c = (
|
|
53
|
+
var n, c;
|
|
54
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.sourceList : void 0;
|
|
55
55
|
}
|
|
56
56
|
), P2 = (e) => w(
|
|
57
|
-
|
|
57
|
+
D,
|
|
58
58
|
(t) => {
|
|
59
|
-
var
|
|
60
|
-
return t[e] ? (c = (
|
|
59
|
+
var n, c;
|
|
60
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.audioControlPointList : void 0;
|
|
61
61
|
}
|
|
62
62
|
), T2 = (e) => w(
|
|
63
|
-
|
|
63
|
+
D,
|
|
64
64
|
(t) => {
|
|
65
|
-
var
|
|
66
|
-
return t[e] ? (c = (
|
|
65
|
+
var n, c;
|
|
66
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations : void 0;
|
|
67
67
|
}
|
|
68
68
|
), _2 = (e) => w(
|
|
69
|
-
|
|
69
|
+
D,
|
|
70
70
|
(t) => {
|
|
71
|
-
var
|
|
72
|
-
return t[e] ? (c = (
|
|
71
|
+
var n, c;
|
|
72
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList : void 0;
|
|
73
73
|
}
|
|
74
|
-
),
|
|
75
|
-
|
|
74
|
+
), D2 = (e) => w(
|
|
75
|
+
D,
|
|
76
76
|
(t) => {
|
|
77
|
-
var
|
|
78
|
-
return t[e] ? (c = (
|
|
77
|
+
var n, c;
|
|
78
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.environmentalDevices : void 0;
|
|
79
79
|
}
|
|
80
|
-
),
|
|
81
|
-
|
|
80
|
+
), L2 = (e) => w(
|
|
81
|
+
D,
|
|
82
82
|
(t) => {
|
|
83
|
-
var
|
|
84
|
-
return (c = (
|
|
83
|
+
var n, c, r, i, d, a, g, x;
|
|
84
|
+
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 : ((x = (g = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : g.destinationList.defaultDisplay) == null ? void 0 : x.sinkKey) || "";
|
|
85
85
|
}
|
|
86
86
|
), $2 = (e) => w(
|
|
87
|
-
|
|
87
|
+
D,
|
|
88
88
|
(t) => {
|
|
89
|
-
var
|
|
90
|
-
return t[e] ? (r = (c = (
|
|
89
|
+
var n, c, r;
|
|
90
|
+
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;
|
|
91
91
|
}
|
|
92
92
|
), A2 = (e) => w(
|
|
93
|
-
|
|
93
|
+
D,
|
|
94
94
|
(t) => {
|
|
95
|
-
var
|
|
96
|
-
return t[e] ? (
|
|
95
|
+
var n;
|
|
96
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isInCall : void 0;
|
|
97
97
|
}
|
|
98
98
|
), B2 = (e) => w(
|
|
99
|
-
|
|
99
|
+
D,
|
|
100
100
|
(t) => {
|
|
101
|
-
var
|
|
102
|
-
return t[e] ? (
|
|
101
|
+
var n;
|
|
102
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isWarmingUp : void 0;
|
|
103
103
|
}
|
|
104
104
|
), O2 = (e) => w(
|
|
105
|
-
|
|
105
|
+
D,
|
|
106
106
|
(t) => {
|
|
107
|
-
var
|
|
108
|
-
return t[e] ? (
|
|
107
|
+
var n;
|
|
108
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isCoolingDown : void 0;
|
|
109
109
|
}
|
|
110
110
|
), V2 = (e) => w(
|
|
111
|
-
|
|
111
|
+
D,
|
|
112
112
|
(t) => {
|
|
113
|
-
var
|
|
114
|
-
return t[e] ? (
|
|
113
|
+
var n;
|
|
114
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.isOn : void 0;
|
|
115
115
|
}
|
|
116
116
|
), k2 = (e) => w(
|
|
117
|
-
|
|
117
|
+
D,
|
|
118
118
|
(t) => {
|
|
119
|
-
var
|
|
120
|
-
return t[e] ? (
|
|
119
|
+
var n;
|
|
120
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.advancedSharingActive : void 0;
|
|
121
121
|
}
|
|
122
122
|
), U2 = (e) => w(
|
|
123
|
-
|
|
123
|
+
D,
|
|
124
124
|
(t) => {
|
|
125
|
-
var
|
|
126
|
-
return t[e] ? (
|
|
125
|
+
var n;
|
|
126
|
+
return t[e] ? (n = t[e]) == null ? void 0 : n.share : void 0;
|
|
127
127
|
}
|
|
128
128
|
), W2 = (e) => w(
|
|
129
|
-
|
|
129
|
+
D,
|
|
130
130
|
(t) => {
|
|
131
|
-
var
|
|
132
|
-
return t[e] ? (c = (
|
|
131
|
+
var n, c;
|
|
132
|
+
return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
|
|
133
133
|
}
|
|
134
134
|
), F2 = w(
|
|
135
135
|
[
|
|
136
136
|
(e, t) => t,
|
|
137
137
|
() => Z3,
|
|
138
138
|
(e, t) => {
|
|
139
|
-
var
|
|
140
|
-
return (c = (
|
|
139
|
+
var n, c;
|
|
140
|
+
return (c = (n = e.rooms[t]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations;
|
|
141
141
|
}
|
|
142
142
|
],
|
|
143
|
-
(e, t,
|
|
144
|
-
if (console.log("roomKey", e), console.log("devices", t), console.log("destinations",
|
|
145
|
-
const c = Object.entries(
|
|
143
|
+
(e, t, n) => {
|
|
144
|
+
if (console.log("roomKey", e), console.log("devices", t), console.log("destinations", n), !n) return;
|
|
145
|
+
const c = Object.entries(n).filter(([i]) => i !== "programAudio" && i !== "codecContent").map(([, i]) => i);
|
|
146
146
|
return Object.values(t).filter((i) => Object.values(c).includes(i.key));
|
|
147
147
|
}
|
|
148
148
|
);
|
|
149
|
-
function
|
|
149
|
+
function H6(e) {
|
|
150
150
|
return p(
|
|
151
|
-
|
|
151
|
+
S2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
|
-
function
|
|
155
|
-
return p(
|
|
154
|
+
function K6() {
|
|
155
|
+
return p(C2);
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function S1(e) {
|
|
158
158
|
return p(b2(e));
|
|
159
159
|
}
|
|
160
|
-
const
|
|
160
|
+
const G6 = S1, q6 = (e) => p(
|
|
161
161
|
I2(e)
|
|
162
162
|
), H2 = (e, t) => p(
|
|
163
163
|
R2(e, t)
|
|
164
|
-
), K2 = (e) => p(y2(e)) || void 0,
|
|
165
|
-
|
|
164
|
+
), K2 = (e) => p(y2(e)) || void 0, Y6 = (e) => p(E2(e)), z6 = (e) => p(P2(e)), J6 = (e) => p(T2(e)), X6 = (e) => p(_2(e)), Q6 = (e) => p(D2(e)), N6 = (e) => p(L2(e)), ee = (e) => p($2(e)), te = (e) => p(A2(e)), se = (e) => p(B2(e)), ne = (e) => p(O2(e)), oe = (e) => p(V2(e)), ce = (e) => p(k2(e)), re = (e) => p(U2(e)), le = (e) => p((t) => F2(t, e)), ie = (e) => p(W2(e)), Y = (e) => e.runtimeConfig, G2 = w(
|
|
165
|
+
Y,
|
|
166
166
|
(e) => e.websocket.isConnected
|
|
167
167
|
), q2 = w(
|
|
168
|
-
|
|
168
|
+
Y,
|
|
169
169
|
(e) => e.currentRoomKey
|
|
170
170
|
), Y2 = w(
|
|
171
|
-
|
|
171
|
+
Y,
|
|
172
172
|
(e) => e.roomData.clientId
|
|
173
173
|
), z2 = w(
|
|
174
|
-
|
|
174
|
+
Y,
|
|
175
175
|
(e) => e.roomData.systemUuid
|
|
176
176
|
), J2 = w(
|
|
177
|
-
|
|
177
|
+
Y,
|
|
178
178
|
(e) => e.roomData.userCode
|
|
179
179
|
), X2 = w(
|
|
180
|
-
|
|
180
|
+
Y,
|
|
181
181
|
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
182
|
), Q2 = w(
|
|
183
|
-
|
|
183
|
+
Y,
|
|
184
184
|
(e) => {
|
|
185
185
|
var t;
|
|
186
186
|
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
187
187
|
}
|
|
188
188
|
), N2 = w(
|
|
189
|
-
|
|
189
|
+
Y,
|
|
190
190
|
(e) => e.touchpanelKey
|
|
191
191
|
), e8 = w(
|
|
192
|
-
|
|
192
|
+
Y,
|
|
193
193
|
(e) => e.touchpanelKey !== ""
|
|
194
|
-
),
|
|
195
|
-
|
|
196
|
-
(
|
|
197
|
-
), r8 = (e) => w(
|
|
198
|
-
|
|
199
|
-
(
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
), l8 = (e, t) => w(
|
|
205
|
-
c1,
|
|
206
|
-
(o) => {
|
|
194
|
+
), t8 = w(
|
|
195
|
+
Y,
|
|
196
|
+
(e) => e.roomData.deviceInterfaceSupport
|
|
197
|
+
), j3 = () => p(G2), s8 = () => p(q2), n8 = () => p(Y2), o8 = () => p(z2), c8 = () => p(J2), r8 = () => p(X2), ae = () => p(Q2), ue = () => p(N2), de = () => p(e8), ve = () => p(t8), t1 = (e) => e.ui, U1 = (e) => w(t1, (t) => t.modalVisibility[e]), l8 = (e) => w(t1, (t) => {
|
|
198
|
+
const n = t.popoverVisibility[e];
|
|
199
|
+
if (n)
|
|
200
|
+
return Object.keys(n).find((c) => n[c]);
|
|
201
|
+
}), i8 = (e, t) => w(
|
|
202
|
+
t1,
|
|
203
|
+
(n) => {
|
|
207
204
|
var c;
|
|
208
|
-
return ((c =
|
|
205
|
+
return ((c = n.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
209
206
|
}
|
|
210
|
-
),
|
|
211
|
-
|
|
212
|
-
(e) => e.error
|
|
213
|
-
), a8 = w(
|
|
214
|
-
c1,
|
|
207
|
+
), a8 = w(t1, (e) => e.error), u8 = w(
|
|
208
|
+
t1,
|
|
215
209
|
(e) => e.showReconnect
|
|
216
|
-
),
|
|
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 = {
|
|
210
|
+
), d8 = w(t1, (e) => e.theme), v8 = (e) => w(t1, (t) => t.syncState.has(e)), he = () => p(U1("showShutdownModal")), ge = () => p(U1("showIncomingCallModal")), fe = (e) => p(U1(e)), pe = (e) => p(l8(e)), we = (e, t) => p(i8(e, t)), h8 = () => p(a8), g8 = () => p(u8), xe = () => p(d8), Me = (e) => p(v8(e)), f8 = {
|
|
220
211
|
showReconnect: !1,
|
|
221
212
|
error: "",
|
|
222
213
|
modalVisibility: {
|
|
223
214
|
showShutdownModal: !1,
|
|
224
215
|
showIncomingCallModal: !1
|
|
225
216
|
},
|
|
226
|
-
popoverVisibility: {}
|
|
227
|
-
|
|
217
|
+
popoverVisibility: {},
|
|
218
|
+
syncState: /* @__PURE__ */ new Set()
|
|
219
|
+
}, S3 = g1({
|
|
228
220
|
name: "ui",
|
|
229
|
-
initialState:
|
|
221
|
+
initialState: f8,
|
|
230
222
|
reducers: {
|
|
231
223
|
clearAllModals(e) {
|
|
232
224
|
Object.entries(e.modalVisibility).forEach(([t]) => {
|
|
@@ -243,8 +235,10 @@ const H6 = C1, K6 = (e) => p(
|
|
|
243
235
|
e.modalVisibility.showIncomingCallModal = t.payload;
|
|
244
236
|
},
|
|
245
237
|
setPopoverState(e, t) {
|
|
246
|
-
e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(
|
|
247
|
-
e.popoverVisibility[t.payload.popoverGroup]
|
|
238
|
+
e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(
|
|
239
|
+
e.popoverVisibility[t.payload.popoverGroup]
|
|
240
|
+
).forEach(([n]) => {
|
|
241
|
+
e.popoverVisibility[t.payload.popoverGroup][n] = !1;
|
|
248
242
|
}), e.popoverVisibility[t.payload.popoverGroup][t.payload.popoverId] = t.payload.value;
|
|
249
243
|
},
|
|
250
244
|
setErrorMessage(e, t) {
|
|
@@ -255,9 +249,18 @@ const H6 = C1, K6 = (e) => p(
|
|
|
255
249
|
},
|
|
256
250
|
setTheme(e, t) {
|
|
257
251
|
e.theme = t.payload;
|
|
252
|
+
},
|
|
253
|
+
addSyncState(e, t) {
|
|
254
|
+
e.syncState.add(t.payload);
|
|
255
|
+
},
|
|
256
|
+
removeSyncState(e, t) {
|
|
257
|
+
e.syncState.delete(t.payload);
|
|
258
|
+
},
|
|
259
|
+
clearSyncState(e) {
|
|
260
|
+
e.syncState.clear();
|
|
258
261
|
}
|
|
259
262
|
}
|
|
260
|
-
}), q =
|
|
263
|
+
}), q = S3.actions, p8 = S3.reducer, w8 = {
|
|
261
264
|
config: {
|
|
262
265
|
enableDev: !1,
|
|
263
266
|
apiPath: "",
|
|
@@ -267,20 +270,20 @@ const H6 = C1, K6 = (e) => p(
|
|
|
267
270
|
loginMode: "",
|
|
268
271
|
modes: {}
|
|
269
272
|
}
|
|
270
|
-
},
|
|
273
|
+
}, C3 = g1({
|
|
271
274
|
name: "appConfig",
|
|
272
|
-
initialState:
|
|
275
|
+
initialState: w8,
|
|
273
276
|
reducers: {
|
|
274
277
|
setAppConfig(e, t) {
|
|
275
278
|
e.config = t.payload;
|
|
276
279
|
}
|
|
277
280
|
}
|
|
278
|
-
}),
|
|
281
|
+
}), x8 = C3.actions, M8 = C3.reducer, d3 = {}, B1 = g1({
|
|
279
282
|
name: "devices",
|
|
280
283
|
initialState: d3,
|
|
281
284
|
reducers: {
|
|
282
285
|
setDeviceState(e, t) {
|
|
283
|
-
const
|
|
286
|
+
const n = t.payload.type, c = n.slice(n.lastIndexOf("/") + 1);
|
|
284
287
|
if (!c) return;
|
|
285
288
|
const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
|
|
286
289
|
e[c] = d;
|
|
@@ -292,24 +295,24 @@ const H6 = C1, K6 = (e) => p(
|
|
|
292
295
|
}), N = {
|
|
293
296
|
setDeviceState: B1.actions.setDeviceState,
|
|
294
297
|
clearDevices: B1.actions.clearDevices
|
|
295
|
-
},
|
|
298
|
+
}, m8 = B1.reducer, v3 = {}, O1 = g1({
|
|
296
299
|
name: "rooms",
|
|
297
|
-
initialState:
|
|
300
|
+
initialState: v3,
|
|
298
301
|
reducers: {
|
|
299
302
|
setRoomState(e, t) {
|
|
300
|
-
const
|
|
303
|
+
const n = t.payload.type, c = n.slice(n.lastIndexOf("/") + 1);
|
|
301
304
|
if (!c) return;
|
|
302
305
|
const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
|
|
303
306
|
e[c] = d;
|
|
304
307
|
},
|
|
305
308
|
clearRooms() {
|
|
306
|
-
return
|
|
309
|
+
return v3;
|
|
307
310
|
}
|
|
308
311
|
}
|
|
309
312
|
}), e1 = {
|
|
310
313
|
setRoomState: O1.actions.setRoomState,
|
|
311
314
|
clearRooms: O1.actions.clearRooms
|
|
312
|
-
},
|
|
315
|
+
}, Z8 = O1.reducer, j8 = {
|
|
313
316
|
apiVersion: "",
|
|
314
317
|
serverIsRunningOnProcessorHardware: !1,
|
|
315
318
|
websocket: {
|
|
@@ -342,7 +345,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
342
345
|
}
|
|
343
346
|
}, b3 = g1({
|
|
344
347
|
name: "runtimeConfig",
|
|
345
|
-
initialState:
|
|
348
|
+
initialState: j8,
|
|
346
349
|
reducers: {
|
|
347
350
|
setRuntimeConfig(e, t) {
|
|
348
351
|
e.apiVersion = t.payload.apiVersion, e.serverIsRunningOnProcessorHardware = t.payload.serverIsRunningOnProcessorHardware;
|
|
@@ -369,25 +372,25 @@ const H6 = C1, K6 = (e) => p(
|
|
|
369
372
|
e.touchpanelKey = t.payload;
|
|
370
373
|
}
|
|
371
374
|
}
|
|
372
|
-
}), W = b3.actions,
|
|
373
|
-
appConfig:
|
|
374
|
-
runtimeConfig:
|
|
375
|
-
rooms:
|
|
376
|
-
devices:
|
|
377
|
-
ui:
|
|
375
|
+
}), W = b3.actions, S8 = b3.reducer, C8 = a2({
|
|
376
|
+
appConfig: M8,
|
|
377
|
+
runtimeConfig: S8,
|
|
378
|
+
rooms: Z8,
|
|
379
|
+
devices: m8,
|
|
380
|
+
ui: p8
|
|
378
381
|
}), m = u2({
|
|
379
|
-
reducer:
|
|
380
|
-
}), V1 =
|
|
381
|
-
function
|
|
382
|
+
reducer: C8
|
|
383
|
+
}), V1 = o2.create();
|
|
384
|
+
function b8() {
|
|
382
385
|
const e = p2();
|
|
383
386
|
return async () => {
|
|
384
387
|
try {
|
|
385
388
|
const t = location.pathname.split("/").filter((r) => r.length > 0);
|
|
386
389
|
t.length >= 5 ? t.length = 5 : t.length = 2;
|
|
387
|
-
const
|
|
390
|
+
const n = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: n });
|
|
388
391
|
if (c.status == 200 && c.data) {
|
|
389
392
|
const r = c.data.apiPath;
|
|
390
|
-
e(
|
|
393
|
+
e(x8.setAppConfig(c.data));
|
|
391
394
|
const i = await V1.get(`${r}/version`);
|
|
392
395
|
i.status == 200 && i.data && e(W.setRuntimeConfig(i.data));
|
|
393
396
|
}
|
|
@@ -407,19 +410,19 @@ var m1 = { exports: {} }, u1 = {};
|
|
|
407
410
|
* This source code is licensed under the MIT license found in the
|
|
408
411
|
* LICENSE file in the root directory of this source tree.
|
|
409
412
|
*/
|
|
410
|
-
var
|
|
411
|
-
function
|
|
412
|
-
if (
|
|
413
|
-
|
|
414
|
-
var e = w3, t = Symbol.for("react.element"),
|
|
413
|
+
var h3;
|
|
414
|
+
function I8() {
|
|
415
|
+
if (h3) return u1;
|
|
416
|
+
h3 = 1;
|
|
417
|
+
var e = w3, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
415
418
|
function d(a, g, x) {
|
|
416
|
-
var
|
|
417
|
-
x !== void 0 && (
|
|
418
|
-
for (
|
|
419
|
-
if (a && a.defaultProps) for (
|
|
420
|
-
return { $$typeof: t, type: a, key:
|
|
419
|
+
var v, I = {}, L = null, F = null;
|
|
420
|
+
x !== void 0 && (L = "" + x), g.key !== void 0 && (L = "" + g.key), g.ref !== void 0 && (F = g.ref);
|
|
421
|
+
for (v in g) c.call(g, v) && !i.hasOwnProperty(v) && (I[v] = g[v]);
|
|
422
|
+
if (a && a.defaultProps) for (v in g = a.defaultProps, g) I[v] === void 0 && (I[v] = g[v]);
|
|
423
|
+
return { $$typeof: t, type: a, key: L, ref: F, props: I, _owner: r.current };
|
|
421
424
|
}
|
|
422
|
-
return u1.Fragment =
|
|
425
|
+
return u1.Fragment = n, u1.jsx = d, u1.jsxs = d, u1;
|
|
423
426
|
}
|
|
424
427
|
var d1 = {};
|
|
425
428
|
/**
|
|
@@ -432,63 +435,63 @@ var d1 = {};
|
|
|
432
435
|
* LICENSE file in the root directory of this source tree.
|
|
433
436
|
*/
|
|
434
437
|
var g3;
|
|
435
|
-
function
|
|
438
|
+
function R8() {
|
|
436
439
|
return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
437
|
-
var e = w3, t = Symbol.for("react.element"),
|
|
438
|
-
function r1(
|
|
439
|
-
if (
|
|
440
|
+
var e = w3, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), a = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), k = Symbol.iterator, X = "@@iterator";
|
|
441
|
+
function r1(o) {
|
|
442
|
+
if (o === null || typeof o != "object")
|
|
440
443
|
return null;
|
|
441
|
-
var l = k &&
|
|
444
|
+
var l = k && o[k] || o[X];
|
|
442
445
|
return typeof l == "function" ? l : null;
|
|
443
446
|
}
|
|
444
447
|
var $ = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
445
|
-
function A(
|
|
448
|
+
function A(o) {
|
|
446
449
|
{
|
|
447
450
|
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), f = 1; f < l; f++)
|
|
448
451
|
u[f - 1] = arguments[f];
|
|
449
|
-
|
|
452
|
+
C1("error", o, u);
|
|
450
453
|
}
|
|
451
454
|
}
|
|
452
|
-
function
|
|
455
|
+
function C1(o, l, u) {
|
|
453
456
|
{
|
|
454
|
-
var f = $.ReactDebugCurrentFrame,
|
|
455
|
-
|
|
457
|
+
var f = $.ReactDebugCurrentFrame, C = f.getStackAddendum();
|
|
458
|
+
C !== "" && (l += "%s", u = u.concat([C]));
|
|
456
459
|
var R = u.map(function(Z) {
|
|
457
460
|
return String(Z);
|
|
458
461
|
});
|
|
459
|
-
R.unshift("Warning: " + l), Function.prototype.apply.call(console[
|
|
462
|
+
R.unshift("Warning: " + l), Function.prototype.apply.call(console[o], console, R);
|
|
460
463
|
}
|
|
461
464
|
}
|
|
462
|
-
var b1 = !1, E = !1,
|
|
463
|
-
|
|
464
|
-
function B(
|
|
465
|
-
return !!(typeof
|
|
465
|
+
var b1 = !1, E = !1, S = !1, f1 = !1, I1 = !1, z;
|
|
466
|
+
z = Symbol.for("react.module.reference");
|
|
467
|
+
function B(o) {
|
|
468
|
+
return !!(typeof o == "string" || typeof o == "function" || o === c || o === i || I1 || o === r || o === x || o === v || f1 || o === F || b1 || E || S || typeof o == "object" && o !== null && (o.$$typeof === L || o.$$typeof === I || o.$$typeof === d || o.$$typeof === a || o.$$typeof === g || // This needs to include all possible module reference object
|
|
466
469
|
// types supported by any Flight configuration anywhere since
|
|
467
470
|
// we don't know which Flight build this will end up being used
|
|
468
471
|
// with.
|
|
469
|
-
|
|
472
|
+
o.$$typeof === z || o.getModuleId !== void 0));
|
|
470
473
|
}
|
|
471
|
-
function P(
|
|
472
|
-
var f =
|
|
474
|
+
function P(o, l, u) {
|
|
475
|
+
var f = o.displayName;
|
|
473
476
|
if (f)
|
|
474
477
|
return f;
|
|
475
|
-
var
|
|
476
|
-
return
|
|
478
|
+
var C = l.displayName || l.name || "";
|
|
479
|
+
return C !== "" ? u + "(" + C + ")" : u;
|
|
477
480
|
}
|
|
478
|
-
function
|
|
479
|
-
return
|
|
481
|
+
function s1(o) {
|
|
482
|
+
return o.displayName || "Context";
|
|
480
483
|
}
|
|
481
|
-
function K(
|
|
482
|
-
if (
|
|
484
|
+
function K(o) {
|
|
485
|
+
if (o == null)
|
|
483
486
|
return null;
|
|
484
|
-
if (typeof
|
|
485
|
-
return
|
|
486
|
-
if (typeof
|
|
487
|
-
return
|
|
488
|
-
switch (
|
|
487
|
+
if (typeof o.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof o == "function")
|
|
488
|
+
return o.displayName || o.name || null;
|
|
489
|
+
if (typeof o == "string")
|
|
490
|
+
return o;
|
|
491
|
+
switch (o) {
|
|
489
492
|
case c:
|
|
490
493
|
return "Fragment";
|
|
491
|
-
case
|
|
494
|
+
case n:
|
|
492
495
|
return "Portal";
|
|
493
496
|
case i:
|
|
494
497
|
return "Profiler";
|
|
@@ -496,24 +499,24 @@ function b8() {
|
|
|
496
499
|
return "StrictMode";
|
|
497
500
|
case x:
|
|
498
501
|
return "Suspense";
|
|
499
|
-
case
|
|
502
|
+
case v:
|
|
500
503
|
return "SuspenseList";
|
|
501
504
|
}
|
|
502
|
-
if (typeof
|
|
503
|
-
switch (
|
|
505
|
+
if (typeof o == "object")
|
|
506
|
+
switch (o.$$typeof) {
|
|
504
507
|
case a:
|
|
505
|
-
var l =
|
|
506
|
-
return
|
|
508
|
+
var l = o;
|
|
509
|
+
return s1(l) + ".Consumer";
|
|
507
510
|
case d:
|
|
508
|
-
var u =
|
|
509
|
-
return
|
|
511
|
+
var u = o;
|
|
512
|
+
return s1(u._context) + ".Provider";
|
|
510
513
|
case g:
|
|
511
|
-
return P(
|
|
514
|
+
return P(o, o.render, "ForwardRef");
|
|
512
515
|
case I:
|
|
513
|
-
var f =
|
|
514
|
-
return f !== null ? f : K(
|
|
515
|
-
case
|
|
516
|
-
var
|
|
516
|
+
var f = o.displayName || null;
|
|
517
|
+
return f !== null ? f : K(o.type) || "Memo";
|
|
518
|
+
case L: {
|
|
519
|
+
var C = o, R = C._payload, Z = C._init;
|
|
517
520
|
try {
|
|
518
521
|
return K(Z(R));
|
|
519
522
|
} catch {
|
|
@@ -523,7 +526,7 @@ function b8() {
|
|
|
523
526
|
}
|
|
524
527
|
return null;
|
|
525
528
|
}
|
|
526
|
-
var
|
|
529
|
+
var J = Object.assign, l1 = 0, W1, F1, H1, K1, G1, q1, Y1;
|
|
527
530
|
function z1() {
|
|
528
531
|
}
|
|
529
532
|
z1.__reactDisabledLog = !0;
|
|
@@ -531,20 +534,20 @@ function b8() {
|
|
|
531
534
|
{
|
|
532
535
|
if (l1 === 0) {
|
|
533
536
|
W1 = console.log, F1 = console.info, H1 = console.warn, K1 = console.error, G1 = console.group, q1 = console.groupCollapsed, Y1 = console.groupEnd;
|
|
534
|
-
var
|
|
537
|
+
var o = {
|
|
535
538
|
configurable: !0,
|
|
536
539
|
enumerable: !0,
|
|
537
540
|
value: z1,
|
|
538
541
|
writable: !0
|
|
539
542
|
};
|
|
540
543
|
Object.defineProperties(console, {
|
|
541
|
-
info:
|
|
542
|
-
log:
|
|
543
|
-
warn:
|
|
544
|
-
error:
|
|
545
|
-
group:
|
|
546
|
-
groupCollapsed:
|
|
547
|
-
groupEnd:
|
|
544
|
+
info: o,
|
|
545
|
+
log: o,
|
|
546
|
+
warn: o,
|
|
547
|
+
error: o,
|
|
548
|
+
group: o,
|
|
549
|
+
groupCollapsed: o,
|
|
550
|
+
groupEnd: o
|
|
548
551
|
});
|
|
549
552
|
}
|
|
550
553
|
l1++;
|
|
@@ -553,31 +556,31 @@ function b8() {
|
|
|
553
556
|
function P3() {
|
|
554
557
|
{
|
|
555
558
|
if (l1--, l1 === 0) {
|
|
556
|
-
var
|
|
559
|
+
var o = {
|
|
557
560
|
configurable: !0,
|
|
558
561
|
enumerable: !0,
|
|
559
562
|
writable: !0
|
|
560
563
|
};
|
|
561
564
|
Object.defineProperties(console, {
|
|
562
|
-
log:
|
|
565
|
+
log: J({}, o, {
|
|
563
566
|
value: W1
|
|
564
567
|
}),
|
|
565
|
-
info:
|
|
568
|
+
info: J({}, o, {
|
|
566
569
|
value: F1
|
|
567
570
|
}),
|
|
568
|
-
warn:
|
|
571
|
+
warn: J({}, o, {
|
|
569
572
|
value: H1
|
|
570
573
|
}),
|
|
571
|
-
error:
|
|
574
|
+
error: J({}, o, {
|
|
572
575
|
value: K1
|
|
573
576
|
}),
|
|
574
|
-
group:
|
|
577
|
+
group: J({}, o, {
|
|
575
578
|
value: G1
|
|
576
579
|
}),
|
|
577
|
-
groupCollapsed:
|
|
580
|
+
groupCollapsed: J({}, o, {
|
|
578
581
|
value: q1
|
|
579
582
|
}),
|
|
580
|
-
groupEnd:
|
|
583
|
+
groupEnd: J({}, o, {
|
|
581
584
|
value: Y1
|
|
582
585
|
})
|
|
583
586
|
});
|
|
@@ -586,17 +589,17 @@ function b8() {
|
|
|
586
589
|
}
|
|
587
590
|
}
|
|
588
591
|
var R1 = $.ReactCurrentDispatcher, y1;
|
|
589
|
-
function p1(
|
|
592
|
+
function p1(o, l, u) {
|
|
590
593
|
{
|
|
591
594
|
if (y1 === void 0)
|
|
592
595
|
try {
|
|
593
596
|
throw Error();
|
|
594
|
-
} catch (
|
|
595
|
-
var f =
|
|
597
|
+
} catch (C) {
|
|
598
|
+
var f = C.stack.trim().match(/\n( *(at )?)/);
|
|
596
599
|
y1 = f && f[1] || "";
|
|
597
600
|
}
|
|
598
601
|
return `
|
|
599
|
-
` + y1 +
|
|
602
|
+
` + y1 + o;
|
|
600
603
|
}
|
|
601
604
|
}
|
|
602
605
|
var E1 = !1, w1;
|
|
@@ -604,17 +607,17 @@ function b8() {
|
|
|
604
607
|
var T3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
605
608
|
w1 = new T3();
|
|
606
609
|
}
|
|
607
|
-
function J1(
|
|
608
|
-
if (!
|
|
610
|
+
function J1(o, l) {
|
|
611
|
+
if (!o || E1)
|
|
609
612
|
return "";
|
|
610
613
|
{
|
|
611
|
-
var u = w1.get(
|
|
614
|
+
var u = w1.get(o);
|
|
612
615
|
if (u !== void 0)
|
|
613
616
|
return u;
|
|
614
617
|
}
|
|
615
618
|
var f;
|
|
616
619
|
E1 = !0;
|
|
617
|
-
var
|
|
620
|
+
var C = Error.prepareStackTrace;
|
|
618
621
|
Error.prepareStackTrace = void 0;
|
|
619
622
|
var R;
|
|
620
623
|
R = R1.current, R1.current = null, E3();
|
|
@@ -633,14 +636,14 @@ function b8() {
|
|
|
633
636
|
} catch (V) {
|
|
634
637
|
f = V;
|
|
635
638
|
}
|
|
636
|
-
Reflect.construct(
|
|
639
|
+
Reflect.construct(o, [], Z);
|
|
637
640
|
} else {
|
|
638
641
|
try {
|
|
639
642
|
Z.call();
|
|
640
643
|
} catch (V) {
|
|
641
644
|
f = V;
|
|
642
645
|
}
|
|
643
|
-
|
|
646
|
+
o.call(Z.prototype);
|
|
644
647
|
}
|
|
645
648
|
} else {
|
|
646
649
|
try {
|
|
@@ -648,7 +651,7 @@ function b8() {
|
|
|
648
651
|
} catch (V) {
|
|
649
652
|
f = V;
|
|
650
653
|
}
|
|
651
|
-
|
|
654
|
+
o();
|
|
652
655
|
}
|
|
653
656
|
} catch (V) {
|
|
654
657
|
if (V && f && typeof V.stack == "string") {
|
|
@@ -663,48 +666,48 @@ function b8() {
|
|
|
663
666
|
if (T--, _--, _ < 0 || M[T] !== O[_]) {
|
|
664
667
|
var U = `
|
|
665
668
|
` + M[T].replace(" at new ", " at ");
|
|
666
|
-
return
|
|
669
|
+
return o.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", o.displayName)), typeof o == "function" && w1.set(o, U), U;
|
|
667
670
|
}
|
|
668
671
|
while (T >= 1 && _ >= 0);
|
|
669
672
|
break;
|
|
670
673
|
}
|
|
671
674
|
}
|
|
672
675
|
} finally {
|
|
673
|
-
E1 = !1, R1.current = R, P3(), Error.prepareStackTrace =
|
|
676
|
+
E1 = !1, R1.current = R, P3(), Error.prepareStackTrace = C;
|
|
674
677
|
}
|
|
675
|
-
var o1 =
|
|
676
|
-
return typeof
|
|
678
|
+
var o1 = o ? o.displayName || o.name : "", Q = o1 ? p1(o1) : "";
|
|
679
|
+
return typeof o == "function" && w1.set(o, Q), Q;
|
|
677
680
|
}
|
|
678
|
-
function _3(
|
|
679
|
-
return J1(
|
|
681
|
+
function _3(o, l, u) {
|
|
682
|
+
return J1(o, !1);
|
|
680
683
|
}
|
|
681
|
-
function
|
|
682
|
-
var l =
|
|
684
|
+
function D3(o) {
|
|
685
|
+
var l = o.prototype;
|
|
683
686
|
return !!(l && l.isReactComponent);
|
|
684
687
|
}
|
|
685
|
-
function x1(
|
|
686
|
-
if (
|
|
688
|
+
function x1(o, l, u) {
|
|
689
|
+
if (o == null)
|
|
687
690
|
return "";
|
|
688
|
-
if (typeof
|
|
689
|
-
return J1(
|
|
690
|
-
if (typeof
|
|
691
|
-
return p1(
|
|
692
|
-
switch (
|
|
691
|
+
if (typeof o == "function")
|
|
692
|
+
return J1(o, D3(o));
|
|
693
|
+
if (typeof o == "string")
|
|
694
|
+
return p1(o);
|
|
695
|
+
switch (o) {
|
|
693
696
|
case x:
|
|
694
697
|
return p1("Suspense");
|
|
695
|
-
case
|
|
698
|
+
case v:
|
|
696
699
|
return p1("SuspenseList");
|
|
697
700
|
}
|
|
698
|
-
if (typeof
|
|
699
|
-
switch (
|
|
701
|
+
if (typeof o == "object")
|
|
702
|
+
switch (o.$$typeof) {
|
|
700
703
|
case g:
|
|
701
|
-
return _3(
|
|
704
|
+
return _3(o.render);
|
|
702
705
|
case I:
|
|
703
|
-
return x1(
|
|
704
|
-
case
|
|
705
|
-
var f =
|
|
706
|
+
return x1(o.type, l, u);
|
|
707
|
+
case L: {
|
|
708
|
+
var f = o, C = f._payload, R = f._init;
|
|
706
709
|
try {
|
|
707
|
-
return x1(R(
|
|
710
|
+
return x1(R(C), l, u);
|
|
708
711
|
} catch {
|
|
709
712
|
}
|
|
710
713
|
}
|
|
@@ -712,109 +715,109 @@ function b8() {
|
|
|
712
715
|
return "";
|
|
713
716
|
}
|
|
714
717
|
var i1 = Object.prototype.hasOwnProperty, X1 = {}, Q1 = $.ReactDebugCurrentFrame;
|
|
715
|
-
function M1(
|
|
716
|
-
if (
|
|
717
|
-
var l =
|
|
718
|
+
function M1(o) {
|
|
719
|
+
if (o) {
|
|
720
|
+
var l = o._owner, u = x1(o.type, o._source, l ? l.type : null);
|
|
718
721
|
Q1.setExtraStackFrame(u);
|
|
719
722
|
} else
|
|
720
723
|
Q1.setExtraStackFrame(null);
|
|
721
724
|
}
|
|
722
|
-
function
|
|
725
|
+
function L3(o, l, u, f, C) {
|
|
723
726
|
{
|
|
724
727
|
var R = Function.call.bind(i1);
|
|
725
|
-
for (var Z in
|
|
726
|
-
if (R(
|
|
728
|
+
for (var Z in o)
|
|
729
|
+
if (R(o, Z)) {
|
|
727
730
|
var M = void 0;
|
|
728
731
|
try {
|
|
729
|
-
if (typeof
|
|
730
|
-
var O = Error((f || "React class") + ": " + u + " type `" + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof
|
|
732
|
+
if (typeof o[Z] != "function") {
|
|
733
|
+
var O = Error((f || "React class") + ": " + u + " type `" + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof o[Z] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
731
734
|
throw O.name = "Invariant Violation", O;
|
|
732
735
|
}
|
|
733
|
-
M =
|
|
736
|
+
M = o[Z](l, Z, f, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
734
737
|
} catch (T) {
|
|
735
738
|
M = T;
|
|
736
739
|
}
|
|
737
|
-
M && !(M instanceof Error) && (M1(
|
|
740
|
+
M && !(M instanceof Error) && (M1(C), A("%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).", f || "React class", u, Z, typeof M), M1(null)), M instanceof Error && !(M.message in X1) && (X1[M.message] = !0, M1(C), A("Failed %s type: %s", u, M.message), M1(null));
|
|
738
741
|
}
|
|
739
742
|
}
|
|
740
743
|
}
|
|
741
744
|
var $3 = Array.isArray;
|
|
742
|
-
function P1(
|
|
743
|
-
return $3(
|
|
745
|
+
function P1(o) {
|
|
746
|
+
return $3(o);
|
|
744
747
|
}
|
|
745
|
-
function A3(
|
|
748
|
+
function A3(o) {
|
|
746
749
|
{
|
|
747
|
-
var l = typeof Symbol == "function" && Symbol.toStringTag, u = l &&
|
|
750
|
+
var l = typeof Symbol == "function" && Symbol.toStringTag, u = l && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
748
751
|
return u;
|
|
749
752
|
}
|
|
750
753
|
}
|
|
751
|
-
function B3(
|
|
754
|
+
function B3(o) {
|
|
752
755
|
try {
|
|
753
|
-
return N1(
|
|
756
|
+
return N1(o), !1;
|
|
754
757
|
} catch {
|
|
755
758
|
return !0;
|
|
756
759
|
}
|
|
757
760
|
}
|
|
758
|
-
function N1(
|
|
759
|
-
return "" +
|
|
761
|
+
function N1(o) {
|
|
762
|
+
return "" + o;
|
|
760
763
|
}
|
|
761
|
-
function e3(
|
|
762
|
-
if (B3(
|
|
763
|
-
return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", A3(
|
|
764
|
+
function e3(o) {
|
|
765
|
+
if (B3(o))
|
|
766
|
+
return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", A3(o)), N1(o);
|
|
764
767
|
}
|
|
765
768
|
var t3 = $.ReactCurrentOwner, O3 = {
|
|
766
769
|
key: !0,
|
|
767
770
|
ref: !0,
|
|
768
771
|
__self: !0,
|
|
769
772
|
__source: !0
|
|
770
|
-
}, s3,
|
|
771
|
-
function V3(
|
|
772
|
-
if (i1.call(
|
|
773
|
-
var l = Object.getOwnPropertyDescriptor(
|
|
773
|
+
}, s3, n3;
|
|
774
|
+
function V3(o) {
|
|
775
|
+
if (i1.call(o, "ref")) {
|
|
776
|
+
var l = Object.getOwnPropertyDescriptor(o, "ref").get;
|
|
774
777
|
if (l && l.isReactWarning)
|
|
775
778
|
return !1;
|
|
776
779
|
}
|
|
777
|
-
return
|
|
780
|
+
return o.ref !== void 0;
|
|
778
781
|
}
|
|
779
|
-
function k3(
|
|
780
|
-
if (i1.call(
|
|
781
|
-
var l = Object.getOwnPropertyDescriptor(
|
|
782
|
+
function k3(o) {
|
|
783
|
+
if (i1.call(o, "key")) {
|
|
784
|
+
var l = Object.getOwnPropertyDescriptor(o, "key").get;
|
|
782
785
|
if (l && l.isReactWarning)
|
|
783
786
|
return !1;
|
|
784
787
|
}
|
|
785
|
-
return
|
|
788
|
+
return o.key !== void 0;
|
|
786
789
|
}
|
|
787
|
-
function U3(
|
|
788
|
-
typeof
|
|
790
|
+
function U3(o, l) {
|
|
791
|
+
typeof o.ref == "string" && t3.current;
|
|
789
792
|
}
|
|
790
|
-
function W3(
|
|
793
|
+
function W3(o, l) {
|
|
791
794
|
{
|
|
792
795
|
var u = function() {
|
|
793
796
|
s3 || (s3 = !0, A("%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));
|
|
794
797
|
};
|
|
795
|
-
u.isReactWarning = !0, Object.defineProperty(
|
|
798
|
+
u.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
796
799
|
get: u,
|
|
797
800
|
configurable: !0
|
|
798
801
|
});
|
|
799
802
|
}
|
|
800
803
|
}
|
|
801
|
-
function F3(
|
|
804
|
+
function F3(o, l) {
|
|
802
805
|
{
|
|
803
806
|
var u = function() {
|
|
804
|
-
|
|
807
|
+
n3 || (n3 = !0, A("%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));
|
|
805
808
|
};
|
|
806
|
-
u.isReactWarning = !0, Object.defineProperty(
|
|
809
|
+
u.isReactWarning = !0, Object.defineProperty(o, "ref", {
|
|
807
810
|
get: u,
|
|
808
811
|
configurable: !0
|
|
809
812
|
});
|
|
810
813
|
}
|
|
811
814
|
}
|
|
812
|
-
var H3 = function(
|
|
815
|
+
var H3 = function(o, l, u, f, C, R, Z) {
|
|
813
816
|
var M = {
|
|
814
817
|
// This tag allows us to uniquely identify this as a React Element
|
|
815
818
|
$$typeof: t,
|
|
816
819
|
// Built-in properties that belong on the element
|
|
817
|
-
type:
|
|
820
|
+
type: o,
|
|
818
821
|
key: l,
|
|
819
822
|
ref: u,
|
|
820
823
|
props: Z,
|
|
@@ -835,61 +838,61 @@ function b8() {
|
|
|
835
838
|
configurable: !1,
|
|
836
839
|
enumerable: !1,
|
|
837
840
|
writable: !1,
|
|
838
|
-
value:
|
|
841
|
+
value: C
|
|
839
842
|
}), Object.freeze && (Object.freeze(M.props), Object.freeze(M)), M;
|
|
840
843
|
};
|
|
841
|
-
function K3(
|
|
844
|
+
function K3(o, l, u, f, C) {
|
|
842
845
|
{
|
|
843
846
|
var R, Z = {}, M = null, O = null;
|
|
844
|
-
u !== void 0 && (e3(u), M = "" + u), k3(l) && (e3(l.key), M = "" + l.key), V3(l) && (O = l.ref, U3(l,
|
|
847
|
+
u !== void 0 && (e3(u), M = "" + u), k3(l) && (e3(l.key), M = "" + l.key), V3(l) && (O = l.ref, U3(l, C));
|
|
845
848
|
for (R in l)
|
|
846
849
|
i1.call(l, R) && !O3.hasOwnProperty(R) && (Z[R] = l[R]);
|
|
847
|
-
if (
|
|
848
|
-
var T =
|
|
850
|
+
if (o && o.defaultProps) {
|
|
851
|
+
var T = o.defaultProps;
|
|
849
852
|
for (R in T)
|
|
850
853
|
Z[R] === void 0 && (Z[R] = T[R]);
|
|
851
854
|
}
|
|
852
855
|
if (M || O) {
|
|
853
|
-
var _ = typeof
|
|
856
|
+
var _ = typeof o == "function" ? o.displayName || o.name || "Unknown" : o;
|
|
854
857
|
M && W3(Z, _), O && F3(Z, _);
|
|
855
858
|
}
|
|
856
|
-
return H3(
|
|
859
|
+
return H3(o, M, O, C, f, t3.current, Z);
|
|
857
860
|
}
|
|
858
861
|
}
|
|
859
|
-
var T1 = $.ReactCurrentOwner,
|
|
860
|
-
function
|
|
861
|
-
if (
|
|
862
|
-
var l =
|
|
863
|
-
|
|
862
|
+
var T1 = $.ReactCurrentOwner, o3 = $.ReactDebugCurrentFrame;
|
|
863
|
+
function n1(o) {
|
|
864
|
+
if (o) {
|
|
865
|
+
var l = o._owner, u = x1(o.type, o._source, l ? l.type : null);
|
|
866
|
+
o3.setExtraStackFrame(u);
|
|
864
867
|
} else
|
|
865
|
-
|
|
868
|
+
o3.setExtraStackFrame(null);
|
|
866
869
|
}
|
|
867
870
|
var _1;
|
|
868
871
|
_1 = !1;
|
|
869
|
-
function
|
|
870
|
-
return typeof
|
|
872
|
+
function D1(o) {
|
|
873
|
+
return typeof o == "object" && o !== null && o.$$typeof === t;
|
|
871
874
|
}
|
|
872
875
|
function c3() {
|
|
873
876
|
{
|
|
874
877
|
if (T1.current) {
|
|
875
|
-
var
|
|
876
|
-
if (
|
|
878
|
+
var o = K(T1.current.type);
|
|
879
|
+
if (o)
|
|
877
880
|
return `
|
|
878
881
|
|
|
879
|
-
Check the render method of \`` +
|
|
882
|
+
Check the render method of \`` + o + "`.";
|
|
880
883
|
}
|
|
881
884
|
return "";
|
|
882
885
|
}
|
|
883
886
|
}
|
|
884
|
-
function G3(
|
|
887
|
+
function G3(o) {
|
|
885
888
|
return "";
|
|
886
889
|
}
|
|
887
890
|
var r3 = {};
|
|
888
|
-
function q3(
|
|
891
|
+
function q3(o) {
|
|
889
892
|
{
|
|
890
893
|
var l = c3();
|
|
891
894
|
if (!l) {
|
|
892
|
-
var u = typeof
|
|
895
|
+
var u = typeof o == "string" ? o : o.displayName || o.name;
|
|
893
896
|
u && (l = `
|
|
894
897
|
|
|
895
898
|
Check the top-level render call using <` + u + ">.");
|
|
@@ -897,41 +900,41 @@ Check the top-level render call using <` + u + ">.");
|
|
|
897
900
|
return l;
|
|
898
901
|
}
|
|
899
902
|
}
|
|
900
|
-
function l3(
|
|
903
|
+
function l3(o, l) {
|
|
901
904
|
{
|
|
902
|
-
if (!
|
|
905
|
+
if (!o._store || o._store.validated || o.key != null)
|
|
903
906
|
return;
|
|
904
|
-
|
|
907
|
+
o._store.validated = !0;
|
|
905
908
|
var u = q3(l);
|
|
906
909
|
if (r3[u])
|
|
907
910
|
return;
|
|
908
911
|
r3[u] = !0;
|
|
909
912
|
var f = "";
|
|
910
|
-
|
|
913
|
+
o && o._owner && o._owner !== T1.current && (f = " It was passed a child from " + K(o._owner.type) + "."), n1(o), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, f), n1(null);
|
|
911
914
|
}
|
|
912
915
|
}
|
|
913
|
-
function i3(
|
|
916
|
+
function i3(o, l) {
|
|
914
917
|
{
|
|
915
|
-
if (typeof
|
|
918
|
+
if (typeof o != "object")
|
|
916
919
|
return;
|
|
917
|
-
if (P1(
|
|
918
|
-
for (var u = 0; u <
|
|
919
|
-
var f =
|
|
920
|
-
|
|
920
|
+
if (P1(o))
|
|
921
|
+
for (var u = 0; u < o.length; u++) {
|
|
922
|
+
var f = o[u];
|
|
923
|
+
D1(f) && l3(f, l);
|
|
921
924
|
}
|
|
922
|
-
else if (
|
|
923
|
-
|
|
924
|
-
else if (
|
|
925
|
-
var
|
|
926
|
-
if (typeof
|
|
927
|
-
for (var R =
|
|
928
|
-
|
|
925
|
+
else if (D1(o))
|
|
926
|
+
o._store && (o._store.validated = !0);
|
|
927
|
+
else if (o) {
|
|
928
|
+
var C = r1(o);
|
|
929
|
+
if (typeof C == "function" && C !== o.entries)
|
|
930
|
+
for (var R = C.call(o), Z; !(Z = R.next()).done; )
|
|
931
|
+
D1(Z.value) && l3(Z.value, l);
|
|
929
932
|
}
|
|
930
933
|
}
|
|
931
934
|
}
|
|
932
|
-
function Y3(
|
|
935
|
+
function Y3(o) {
|
|
933
936
|
{
|
|
934
|
-
var l =
|
|
937
|
+
var l = o.type;
|
|
935
938
|
if (l == null || typeof l == "string")
|
|
936
939
|
return;
|
|
937
940
|
var u;
|
|
@@ -945,40 +948,40 @@ Check the top-level render call using <` + u + ">.");
|
|
|
945
948
|
return;
|
|
946
949
|
if (u) {
|
|
947
950
|
var f = K(l);
|
|
948
|
-
|
|
951
|
+
L3(u, o.props, "prop", f, o);
|
|
949
952
|
} else if (l.PropTypes !== void 0 && !_1) {
|
|
950
953
|
_1 = !0;
|
|
951
|
-
var
|
|
952
|
-
A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
954
|
+
var C = K(l);
|
|
955
|
+
A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
|
|
953
956
|
}
|
|
954
957
|
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
955
958
|
}
|
|
956
959
|
}
|
|
957
|
-
function z3(
|
|
960
|
+
function z3(o) {
|
|
958
961
|
{
|
|
959
|
-
for (var l = Object.keys(
|
|
962
|
+
for (var l = Object.keys(o.props), u = 0; u < l.length; u++) {
|
|
960
963
|
var f = l[u];
|
|
961
964
|
if (f !== "children" && f !== "key") {
|
|
962
|
-
|
|
965
|
+
n1(o), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), n1(null);
|
|
963
966
|
break;
|
|
964
967
|
}
|
|
965
968
|
}
|
|
966
|
-
|
|
969
|
+
o.ref !== null && (n1(o), A("Invalid attribute `ref` supplied to `React.Fragment`."), n1(null));
|
|
967
970
|
}
|
|
968
971
|
}
|
|
969
972
|
var a3 = {};
|
|
970
|
-
function u3(
|
|
973
|
+
function u3(o, l, u, f, C, R) {
|
|
971
974
|
{
|
|
972
|
-
var Z = B(
|
|
975
|
+
var Z = B(o);
|
|
973
976
|
if (!Z) {
|
|
974
977
|
var M = "";
|
|
975
|
-
(
|
|
978
|
+
(o === void 0 || typeof o == "object" && o !== null && Object.keys(o).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.");
|
|
976
979
|
var O = G3();
|
|
977
980
|
O ? M += O : M += c3();
|
|
978
981
|
var T;
|
|
979
|
-
|
|
982
|
+
o === null ? T = "null" : P1(o) ? T = "array" : o !== void 0 && o.$$typeof === t ? (T = "<" + (K(o.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : T = typeof o, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, M);
|
|
980
983
|
}
|
|
981
|
-
var _ = K3(
|
|
984
|
+
var _ = K3(o, l, u, C, R);
|
|
982
985
|
if (_ == null)
|
|
983
986
|
return _;
|
|
984
987
|
if (Z) {
|
|
@@ -987,62 +990,62 @@ Check the top-level render call using <` + u + ">.");
|
|
|
987
990
|
if (f)
|
|
988
991
|
if (P1(U)) {
|
|
989
992
|
for (var o1 = 0; o1 < U.length; o1++)
|
|
990
|
-
i3(U[o1],
|
|
993
|
+
i3(U[o1], o);
|
|
991
994
|
Object.freeze && Object.freeze(U);
|
|
992
995
|
} else
|
|
993
996
|
A("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
994
997
|
else
|
|
995
|
-
i3(U,
|
|
998
|
+
i3(U, o);
|
|
996
999
|
}
|
|
997
1000
|
if (i1.call(l, "key")) {
|
|
998
|
-
var Q = K(
|
|
1001
|
+
var Q = K(o), V = Object.keys(l).filter(function(t2) {
|
|
999
1002
|
return t2 !== "key";
|
|
1000
|
-
}),
|
|
1001
|
-
if (!a3[Q +
|
|
1003
|
+
}), L1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1004
|
+
if (!a3[Q + L1]) {
|
|
1002
1005
|
var e2 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
|
|
1003
1006
|
A(`A props object containing a "key" prop is being spread into JSX:
|
|
1004
1007
|
let props = %s;
|
|
1005
1008
|
<%s {...props} />
|
|
1006
1009
|
React keys must be passed directly to JSX without using spread:
|
|
1007
1010
|
let props = %s;
|
|
1008
|
-
<%s key={someKey} {...props} />`,
|
|
1011
|
+
<%s key={someKey} {...props} />`, L1, Q, e2, Q), a3[Q + L1] = !0;
|
|
1009
1012
|
}
|
|
1010
1013
|
}
|
|
1011
|
-
return
|
|
1014
|
+
return o === c ? z3(_) : Y3(_), _;
|
|
1012
1015
|
}
|
|
1013
1016
|
}
|
|
1014
|
-
function J3(
|
|
1015
|
-
return u3(
|
|
1017
|
+
function J3(o, l, u) {
|
|
1018
|
+
return u3(o, l, u, !0);
|
|
1016
1019
|
}
|
|
1017
|
-
function X3(
|
|
1018
|
-
return u3(
|
|
1020
|
+
function X3(o, l, u) {
|
|
1021
|
+
return u3(o, l, u, !1);
|
|
1019
1022
|
}
|
|
1020
1023
|
var Q3 = X3, N3 = J3;
|
|
1021
1024
|
d1.Fragment = c, d1.jsx = Q3, d1.jsxs = N3;
|
|
1022
1025
|
}()), d1;
|
|
1023
1026
|
}
|
|
1024
1027
|
var f3;
|
|
1025
|
-
function
|
|
1026
|
-
return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports =
|
|
1028
|
+
function y8() {
|
|
1029
|
+
return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports = I8() : m1.exports = R8()), m1.exports;
|
|
1027
1030
|
}
|
|
1028
|
-
var s =
|
|
1029
|
-
const
|
|
1030
|
-
mwfit:
|
|
1031
|
-
},
|
|
1032
|
-
const { reconnect: e } = b(), t = j3(),
|
|
1031
|
+
var s = y8();
|
|
1032
|
+
const E8 = "_mwfit_ppa3l_1", P8 = {
|
|
1033
|
+
mwfit: E8
|
|
1034
|
+
}, T8 = () => {
|
|
1035
|
+
const { reconnect: e } = b(), t = j3(), n = h8(), c = g8();
|
|
1033
1036
|
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(
|
|
1034
1037
|
"div",
|
|
1035
1038
|
{
|
|
1036
|
-
className: `disconnected-message ${
|
|
1039
|
+
className: `disconnected-message ${P8.mwfit} mx-auto text-center`,
|
|
1037
1040
|
children: [
|
|
1038
1041
|
t === void 0 ? /* @__PURE__ */ s.jsx("h1", { children: "Connecting..." }) : /* @__PURE__ */ s.jsx("h1", { children: "Disconnected" }),
|
|
1039
|
-
|
|
1042
|
+
n && /* @__PURE__ */ s.jsx("h5", { children: n }),
|
|
1040
1043
|
c && /* @__PURE__ */ s.jsx("button", { className: "btn btn-secondary btn-lg", onClick: e, children: "Reconnect" })
|
|
1041
1044
|
]
|
|
1042
1045
|
}
|
|
1043
1046
|
) });
|
|
1044
1047
|
};
|
|
1045
|
-
class
|
|
1048
|
+
class _8 {
|
|
1046
1049
|
constructor() {
|
|
1047
1050
|
G(this, "uuid", "current-uuid");
|
|
1048
1051
|
G(this, "roomKey", "current-room-key");
|
|
@@ -1050,78 +1053,78 @@ class P8 {
|
|
|
1050
1053
|
G(this, "expiry", "current-uuid-expires");
|
|
1051
1054
|
}
|
|
1052
1055
|
}
|
|
1053
|
-
const p3 = new
|
|
1056
|
+
const p3 = new _8(), I3 = d2({
|
|
1054
1057
|
sendMessage: () => null,
|
|
1055
1058
|
sendSimpleMessage: () => null,
|
|
1056
1059
|
addEventHandler: () => null,
|
|
1057
1060
|
removeEventHandler: () => null,
|
|
1058
1061
|
reconnect: () => null
|
|
1059
1062
|
});
|
|
1060
|
-
function
|
|
1063
|
+
function D8(e) {
|
|
1061
1064
|
return sessionStorage.getItem(e) || "";
|
|
1062
1065
|
}
|
|
1063
|
-
function
|
|
1066
|
+
function L8(e, t) {
|
|
1064
1067
|
sessionStorage.setItem(e, t);
|
|
1065
1068
|
}
|
|
1066
|
-
const
|
|
1067
|
-
const [t,
|
|
1069
|
+
const $8 = ({ children: e }) => {
|
|
1070
|
+
const [t, n] = H(), c = j3(), r = s8(), i = n8(), d = b8(), a = Z2(), g = o8(), x = c8(), v = r8(), I = h1(null), [L, F] = H(), k = h1({}), X = a1(
|
|
1068
1071
|
async (E) => {
|
|
1069
1072
|
try {
|
|
1070
|
-
const
|
|
1073
|
+
const S = await V1.get(
|
|
1071
1074
|
`${E}/ui/joinroom?token=${t}`
|
|
1072
1075
|
);
|
|
1073
|
-
return
|
|
1074
|
-
} catch (
|
|
1075
|
-
return console.log(
|
|
1076
|
+
return S.status === 200 && S.data ? (m.dispatch(W.setRoomData(S.data)), !0) : !1;
|
|
1077
|
+
} catch (S) {
|
|
1078
|
+
return console.log(S), v ? !0 : S instanceof c2 && S.response && S.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(
|
|
1076
1079
|
q.setErrorMessage(
|
|
1077
1080
|
`Token ${t} is invalid. Unable to join room`
|
|
1078
1081
|
)
|
|
1079
|
-
), !1) : (console.error("Error getting room data",
|
|
1082
|
+
), !1) : (console.error("Error getting room data", S), S instanceof Error ? m.dispatch(q.setErrorMessage(S.message)) : m.dispatch(q.setErrorMessage("Error getting room data")), !1);
|
|
1080
1083
|
}
|
|
1081
1084
|
},
|
|
1082
|
-
[t,
|
|
1085
|
+
[t, v]
|
|
1083
1086
|
), r1 = a1(() => {
|
|
1084
1087
|
const E = `${a.gatewayAppPath}?uuid=${g}&roomKey=${r}`;
|
|
1085
1088
|
window.location.href = x ? `${E}&Code=${x}` : E;
|
|
1086
1089
|
}, [a.gatewayAppPath, r, g, x]), $ = a1(
|
|
1087
|
-
(E,
|
|
1088
|
-
I.current && c && I.current.send(JSON.stringify({ type: E, clientId: i, content:
|
|
1090
|
+
(E, S) => {
|
|
1091
|
+
I.current && c && I.current.send(JSON.stringify({ type: E, clientId: i, content: S }));
|
|
1089
1092
|
},
|
|
1090
1093
|
[c, i]
|
|
1091
|
-
), A = (E,
|
|
1092
|
-
$(E, { value:
|
|
1093
|
-
},
|
|
1094
|
-
(E,
|
|
1095
|
-
k.current[E] || (k.current[E] = {}), k.current[E][
|
|
1094
|
+
), A = (E, S) => {
|
|
1095
|
+
$(E, { value: S });
|
|
1096
|
+
}, C1 = a1(
|
|
1097
|
+
(E, S, f1) => {
|
|
1098
|
+
k.current[E] || (k.current[E] = {}), k.current[E][S] = f1, console.log("event handler added", E, S);
|
|
1096
1099
|
},
|
|
1097
1100
|
[]
|
|
1098
|
-
), b1 = a1((E,
|
|
1099
|
-
k.current[E] && (delete k.current[E][
|
|
1101
|
+
), b1 = a1((E, S) => {
|
|
1102
|
+
k.current[E] && (delete k.current[E][S], console.log("event handler removed", E, S));
|
|
1100
1103
|
}, []);
|
|
1101
|
-
return
|
|
1102
|
-
let
|
|
1103
|
-
|
|
1104
|
+
return c1(() => {
|
|
1105
|
+
let S = new URLSearchParams(window.location.search).get("token");
|
|
1106
|
+
S ? (console.log("saving token: ", S), L8(p3.uuid, S)) : (S = D8(p3.uuid), console.log("loading token: ", S)), n(S), d();
|
|
1104
1107
|
}, []), console.log(
|
|
1105
1108
|
"connection dependencies",
|
|
1106
1109
|
a.apiPath,
|
|
1107
1110
|
X,
|
|
1108
1111
|
t,
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
),
|
|
1112
|
+
L,
|
|
1113
|
+
v
|
|
1114
|
+
), c1(() => {
|
|
1112
1115
|
async function E() {
|
|
1113
|
-
if (console.log("Attempting to join websocket..."), !a.apiPath ||
|
|
1116
|
+
if (console.log("Attempting to join websocket..."), !a.apiPath || L || !t || !await X(a.apiPath)) return;
|
|
1114
1117
|
if (I.current) {
|
|
1115
1118
|
console.log("websocket exists");
|
|
1116
1119
|
return;
|
|
1117
1120
|
}
|
|
1118
1121
|
console.log("connecting to websocket");
|
|
1119
|
-
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`,
|
|
1120
|
-
I.current =
|
|
1122
|
+
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, z = new WebSocket(I1);
|
|
1123
|
+
I.current = z, z.onopen = (B) => {
|
|
1121
1124
|
console.log("connected", B.type, B.target), m.dispatch(W.setWebsocketIsConnected(!0));
|
|
1122
|
-
},
|
|
1125
|
+
}, z.onerror = (B) => {
|
|
1123
1126
|
console.error("Websocket error", B);
|
|
1124
|
-
},
|
|
1127
|
+
}, z.onclose = (B) => {
|
|
1125
1128
|
if (console.log("disconnected: ", B.reason, B.code), B.code === 4100) {
|
|
1126
1129
|
console.log("WebSocket closed by client (useEffect cleanup)."), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
|
|
1127
1130
|
return;
|
|
@@ -1136,7 +1139,7 @@ const L8 = ({ children: e }) => {
|
|
|
1136
1139
|
), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
|
|
1137
1140
|
return;
|
|
1138
1141
|
}
|
|
1139
|
-
if (B.code === 4001 && !
|
|
1142
|
+
if (B.code === 4001 && !v) {
|
|
1140
1143
|
console.log("processor disconnected"), m.dispatch(
|
|
1141
1144
|
q.setErrorMessage(
|
|
1142
1145
|
"Processor has disconnected. Click Reconnect"
|
|
@@ -1158,12 +1161,12 @@ const L8 = ({ children: e }) => {
|
|
|
1158
1161
|
console.log("WebSocket closed by client.");
|
|
1159
1162
|
return;
|
|
1160
1163
|
}
|
|
1161
|
-
console.log("websocket waitingToReconnect",
|
|
1162
|
-
},
|
|
1164
|
+
console.log("websocket waitingToReconnect", L), !L && (console.log("websocket clearing state on disconnect"), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms()), setTimeout(() => F(void 0), 5e3));
|
|
1165
|
+
}, z.onmessage = (B) => {
|
|
1163
1166
|
try {
|
|
1164
1167
|
const P = JSON.parse(B.data);
|
|
1165
1168
|
if (console.log(P), P.type === "close") {
|
|
1166
|
-
|
|
1169
|
+
z.close(4001, P.content);
|
|
1167
1170
|
return;
|
|
1168
1171
|
}
|
|
1169
1172
|
if (P.type.startsWith("/system/"))
|
|
@@ -1197,12 +1200,12 @@ const L8 = ({ children: e }) => {
|
|
|
1197
1200
|
}
|
|
1198
1201
|
else if (P.type.startsWith("/event/")) {
|
|
1199
1202
|
console.log("event message received", P);
|
|
1200
|
-
const
|
|
1201
|
-
|
|
1203
|
+
const s1 = k.current[P.type];
|
|
1204
|
+
s1 || console.log("no handlers found for event type", P.type), s1 && Object.values(s1).forEach((K) => {
|
|
1202
1205
|
try {
|
|
1203
1206
|
K(P);
|
|
1204
|
-
} catch (
|
|
1205
|
-
console.error(
|
|
1207
|
+
} catch (J) {
|
|
1208
|
+
console.error(J);
|
|
1206
1209
|
}
|
|
1207
1210
|
});
|
|
1208
1211
|
} else P.type.startsWith("/room/") ? m.dispatch(e1.setRoomState(P)) : P.type.startsWith("/device/") && m.dispatch(N.setDeviceState(P));
|
|
@@ -1218,9 +1221,9 @@ const L8 = ({ children: e }) => {
|
|
|
1218
1221
|
a.apiPath,
|
|
1219
1222
|
X,
|
|
1220
1223
|
t,
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
]),
|
|
1224
|
+
L,
|
|
1225
|
+
v
|
|
1226
|
+
]), c1(() => {
|
|
1224
1227
|
!r || !c || (console.log("clientId: ", i), i && (console.log("requesting status from room: ", r), $(`/room/${r}/status`, null)));
|
|
1225
1228
|
}, [r, i, c, $]), /* @__PURE__ */ s.jsx(
|
|
1226
1229
|
I3.Provider,
|
|
@@ -1228,27 +1231,27 @@ const L8 = ({ children: e }) => {
|
|
|
1228
1231
|
value: {
|
|
1229
1232
|
sendMessage: $,
|
|
1230
1233
|
sendSimpleMessage: A,
|
|
1231
|
-
addEventHandler:
|
|
1234
|
+
addEventHandler: C1,
|
|
1232
1235
|
removeEventHandler: b1,
|
|
1233
1236
|
reconnect: r1
|
|
1234
1237
|
},
|
|
1235
|
-
children: c ? e : /* @__PURE__ */ s.jsx(
|
|
1238
|
+
children: c ? e : /* @__PURE__ */ s.jsx(T8, {})
|
|
1236
1239
|
}
|
|
1237
1240
|
);
|
|
1238
|
-
},
|
|
1241
|
+
}, me = ({ children: e }) => /* @__PURE__ */ s.jsx(i2, { store: m, children: /* @__PURE__ */ s.jsx($8, { children: e }) });
|
|
1239
1242
|
function b() {
|
|
1240
|
-
return
|
|
1243
|
+
return v2(I3);
|
|
1241
1244
|
}
|
|
1242
|
-
function
|
|
1245
|
+
function A8({
|
|
1243
1246
|
onPress: e,
|
|
1244
1247
|
onRelease: t,
|
|
1245
|
-
onHold:
|
|
1248
|
+
onHold: n,
|
|
1246
1249
|
holdTimeMs: c = 500
|
|
1247
1250
|
}) {
|
|
1248
|
-
const r =
|
|
1251
|
+
const r = h1(null), i = h1(!1);
|
|
1249
1252
|
function d() {
|
|
1250
1253
|
i.current = !0, e == null || e(), r.current = setTimeout(() => {
|
|
1251
|
-
|
|
1254
|
+
n == null || n(), r.current = null;
|
|
1252
1255
|
}, c);
|
|
1253
1256
|
}
|
|
1254
1257
|
function a() {
|
|
@@ -1263,8 +1266,8 @@ function D8({
|
|
|
1263
1266
|
onPointerLeave: g
|
|
1264
1267
|
};
|
|
1265
1268
|
}
|
|
1266
|
-
function
|
|
1267
|
-
const { sendMessage: c } = b(), r =
|
|
1269
|
+
function h(e, t) {
|
|
1270
|
+
const { sendMessage: c } = b(), r = h1(null);
|
|
1268
1271
|
function i() {
|
|
1269
1272
|
c(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
1270
1273
|
c(`${e}/${t}`, { value: "held" });
|
|
@@ -1273,35 +1276,35 @@ function v(e, t) {
|
|
|
1273
1276
|
function d() {
|
|
1274
1277
|
r.current && (clearInterval(r.current), r.current = null), c(`${e}/${t}`, { value: "released" });
|
|
1275
1278
|
}
|
|
1276
|
-
return
|
|
1279
|
+
return A8({ onPress: i, onRelease: d });
|
|
1277
1280
|
}
|
|
1278
1281
|
function R3(e, t) {
|
|
1279
|
-
const { sendMessage:
|
|
1282
|
+
const { sendMessage: n, sendSimpleMessage: c } = b(), r = h(`${e}`, "volumeUp"), i = h(`${e}`, "volumeDown");
|
|
1280
1283
|
return t ? {
|
|
1281
1284
|
volumeState: t,
|
|
1282
1285
|
volumeUp: r,
|
|
1283
1286
|
volumeDown: i,
|
|
1284
|
-
setLevel: (
|
|
1285
|
-
muteToggle: () =>
|
|
1286
|
-
muteOn: () =>
|
|
1287
|
-
muteOff: () =>
|
|
1287
|
+
setLevel: (v) => c(`${e}/level`, v),
|
|
1288
|
+
muteToggle: () => n(`${e}/muteToggle`, null),
|
|
1289
|
+
muteOn: () => n(`${e}/muteOn`, null),
|
|
1290
|
+
muteOff: () => n(`${e}/muteOff`, null)
|
|
1288
1291
|
} : void 0;
|
|
1289
1292
|
}
|
|
1290
|
-
function
|
|
1291
|
-
const { sendMessage:
|
|
1293
|
+
function Ze(e, t) {
|
|
1294
|
+
const { sendMessage: n, sendSimpleMessage: c } = b(), r = h(`${e}`, "volumeUp"), i = h(`${e}`, "volumeDown");
|
|
1292
1295
|
return t ? {
|
|
1293
1296
|
volumeState: t,
|
|
1294
1297
|
volumeUp: r,
|
|
1295
1298
|
volumeDown: i,
|
|
1296
|
-
setLevel: (
|
|
1297
|
-
muteToggle: () =>
|
|
1298
|
-
muteOn: () =>
|
|
1299
|
-
muteOff: () =>
|
|
1299
|
+
setLevel: (v) => c(`${e}/level`, v),
|
|
1300
|
+
muteToggle: () => n(`${e}/muteToggle`, null),
|
|
1301
|
+
muteOn: () => n(`${e}/muteOn`, null),
|
|
1302
|
+
muteOff: () => n(`${e}/muteOff`, null)
|
|
1300
1303
|
} : void 0;
|
|
1301
1304
|
}
|
|
1302
|
-
function
|
|
1303
|
-
const t = y(e),
|
|
1304
|
-
return R3(
|
|
1305
|
+
function B8(e) {
|
|
1306
|
+
const t = y(e), n = `/device/${e}`;
|
|
1307
|
+
return R3(n, t == null ? void 0 : t.volume);
|
|
1305
1308
|
}
|
|
1306
1309
|
function y3(e) {
|
|
1307
1310
|
const { sendMessage: t } = b();
|
|
@@ -1314,36 +1317,36 @@ function y3(e) {
|
|
|
1314
1317
|
} };
|
|
1315
1318
|
}
|
|
1316
1319
|
function k1(e) {
|
|
1317
|
-
const { sendMessage: t } = b(),
|
|
1318
|
-
return console.log("deviceState",
|
|
1320
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1321
|
+
return console.log("deviceState", n), n ? { itemsState: n, selectItem: (r) => {
|
|
1319
1322
|
t(`/device/${e}/${r}`, null);
|
|
1320
1323
|
} } : void 0;
|
|
1321
1324
|
}
|
|
1322
|
-
function
|
|
1323
|
-
const { sendMessage: t } = b(),
|
|
1325
|
+
function O8(e) {
|
|
1326
|
+
const { sendMessage: t } = b(), n = y(e), c = () => {
|
|
1324
1327
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1325
1328
|
}, r = () => {
|
|
1326
|
-
if ((
|
|
1327
|
-
Object.keys(
|
|
1329
|
+
if ((n == null ? void 0 : n.levelControls) === void 0) return;
|
|
1330
|
+
Object.keys(n == null ? void 0 : n.levelControls).forEach((a) => {
|
|
1328
1331
|
t(`/device/${e}/${a}/fullStatus`, null);
|
|
1329
1332
|
});
|
|
1330
1333
|
};
|
|
1331
|
-
return
|
|
1334
|
+
return n ? { levelControls: n.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
|
|
1332
1335
|
}
|
|
1333
|
-
function
|
|
1334
|
-
const t = y(e),
|
|
1336
|
+
function je(e) {
|
|
1337
|
+
const t = y(e), n = y3(e), c = k1(e), r = k1(e), i = B8(e), d = O8(e);
|
|
1335
1338
|
if (t)
|
|
1336
1339
|
return {
|
|
1337
1340
|
avrState: t,
|
|
1338
|
-
powerControl:
|
|
1341
|
+
powerControl: n,
|
|
1339
1342
|
inputControl: c,
|
|
1340
1343
|
surroundSoundModes: r,
|
|
1341
1344
|
surroundChannels: d,
|
|
1342
1345
|
mainVolumeControl: i
|
|
1343
1346
|
};
|
|
1344
1347
|
}
|
|
1345
|
-
function
|
|
1346
|
-
const { sendMessage: t } = b(),
|
|
1348
|
+
function Se(e) {
|
|
1349
|
+
const { sendMessage: t } = b(), n = `/device/${e}`, c = y(e), r = h(n, "cameraUp"), i = h(n, "cameraDown"), d = h(n, "cameraLeft"), a = h(n, "cameraRight"), g = h(n, "cameraZoomIn"), x = h(n, "cameraZoomOut"), v = (I) => t("/camera/recallPreset", I);
|
|
1347
1350
|
if (c)
|
|
1348
1351
|
return {
|
|
1349
1352
|
state: c,
|
|
@@ -1353,59 +1356,59 @@ function Me(e) {
|
|
|
1353
1356
|
down: i,
|
|
1354
1357
|
left: d,
|
|
1355
1358
|
right: a,
|
|
1356
|
-
recallPreset:
|
|
1359
|
+
recallPreset: v
|
|
1357
1360
|
};
|
|
1358
1361
|
}
|
|
1359
|
-
const
|
|
1360
|
-
const [t,
|
|
1361
|
-
return
|
|
1362
|
+
const Ce = ({ className: e }) => {
|
|
1363
|
+
const [t, n] = H();
|
|
1364
|
+
return c1(() => {
|
|
1362
1365
|
setInterval(() => {
|
|
1363
1366
|
const c = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1364
|
-
|
|
1367
|
+
n(c);
|
|
1365
1368
|
}, 1e3);
|
|
1366
1369
|
}, []), /* @__PURE__ */ s.jsxs("div", { className: e, children: [
|
|
1367
1370
|
t,
|
|
1368
1371
|
" new change"
|
|
1369
1372
|
] });
|
|
1370
1373
|
};
|
|
1371
|
-
function
|
|
1372
|
-
const { sendMessage: t } = b(),
|
|
1373
|
-
return
|
|
1374
|
+
function be(e) {
|
|
1375
|
+
const { sendMessage: t } = b(), n = y(e), c = `/device/${e}`;
|
|
1376
|
+
return n ? { state: n, recallPreset: (d, a) => {
|
|
1374
1377
|
t(`${c}/presets/recall`, { deviceKey: d, preset: a });
|
|
1375
1378
|
}, savePresets: (d) => {
|
|
1376
1379
|
t(`${c}/presets/save`, d);
|
|
1377
1380
|
} } : void 0;
|
|
1378
1381
|
}
|
|
1379
|
-
function
|
|
1382
|
+
function Ie(e) {
|
|
1380
1383
|
const t = y(e);
|
|
1381
1384
|
if (t)
|
|
1382
1385
|
return { endpointState: t };
|
|
1383
1386
|
}
|
|
1384
|
-
function
|
|
1385
|
-
const t = `/device/${e}`,
|
|
1386
|
-
return { channelUp:
|
|
1387
|
+
function Re(e) {
|
|
1388
|
+
const t = `/device/${e}`, n = h(t, "chanUp"), c = h(t, "chanDown"), r = h(t, "lastChan"), i = h(t, "guide"), d = h(t, "info"), a = h(t, "exit");
|
|
1389
|
+
return { channelUp: n, channelDown: c, lastChannel: r, guide: i, info: d, exit: a };
|
|
1387
1390
|
}
|
|
1388
|
-
function
|
|
1389
|
-
const t = `/device/${e}`,
|
|
1390
|
-
return { red:
|
|
1391
|
+
function ye(e) {
|
|
1392
|
+
const t = `/device/${e}`, n = h(t, "red"), c = h(t, "green"), r = h(t, "yellow"), i = h(t, "blue");
|
|
1393
|
+
return { red: n, green: c, yellow: r, blue: i };
|
|
1391
1394
|
}
|
|
1392
|
-
function
|
|
1395
|
+
function Ee(e) {
|
|
1393
1396
|
const t = y(e);
|
|
1394
1397
|
if (t)
|
|
1395
1398
|
return {
|
|
1396
1399
|
communicationMonitorState: t
|
|
1397
1400
|
};
|
|
1398
1401
|
}
|
|
1399
|
-
function
|
|
1402
|
+
function Pe(e) {
|
|
1400
1403
|
const t = y(e);
|
|
1401
1404
|
if (t)
|
|
1402
1405
|
return t.deviceInfo || void 0;
|
|
1403
1406
|
}
|
|
1404
|
-
function
|
|
1405
|
-
const t = `/device/${e}`,
|
|
1406
|
-
return { up:
|
|
1407
|
+
function Te(e) {
|
|
1408
|
+
const t = `/device/${e}`, n = h(t, "up"), c = h(t, "down"), r = h(t, "left"), i = h(t, "right"), d = h(t, "select"), a = h(t, "menu"), g = h(t, "exit");
|
|
1409
|
+
return { up: n, down: c, left: r, right: i, select: d, menu: a, exit: g };
|
|
1407
1410
|
}
|
|
1408
|
-
function
|
|
1411
|
+
function _e(e) {
|
|
1409
1412
|
const { sendMessage: t } = b();
|
|
1410
1413
|
return { recallPreset: (c) => {
|
|
1411
1414
|
t(
|
|
@@ -1414,13 +1417,13 @@ function ye(e) {
|
|
|
1414
1417
|
);
|
|
1415
1418
|
} };
|
|
1416
1419
|
}
|
|
1417
|
-
function
|
|
1418
|
-
const t = `/device/${e}`,
|
|
1419
|
-
return { dvrList:
|
|
1420
|
+
function De(e) {
|
|
1421
|
+
const t = `/device/${e}`, n = h(t, "dvrList"), c = h(t, "record");
|
|
1422
|
+
return { dvrList: n, record: c };
|
|
1420
1423
|
}
|
|
1421
|
-
function
|
|
1422
|
-
const { sendMessage: t } = b(),
|
|
1423
|
-
return
|
|
1424
|
+
function Le(e) {
|
|
1425
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1426
|
+
return n ? { roomCombinerState: n, setAutoMode: () => {
|
|
1424
1427
|
t(`/device/${e}/setAutoMode`, null);
|
|
1425
1428
|
}, setManualMode: () => {
|
|
1426
1429
|
t(`/device/${e}/setManualMode`, null);
|
|
@@ -1432,52 +1435,52 @@ function Pe(e) {
|
|
|
1432
1435
|
t(`/device/${e}/setRoomCombinationScenario`, g);
|
|
1433
1436
|
} } : void 0;
|
|
1434
1437
|
}
|
|
1435
|
-
function
|
|
1436
|
-
const { sendMessage: t } = b(),
|
|
1438
|
+
function $e(e) {
|
|
1439
|
+
const { sendMessage: t } = b(), n = `/device/${e}`, c = y(e);
|
|
1437
1440
|
return c ? {
|
|
1438
1441
|
state: c,
|
|
1439
1442
|
selectCamera: (i) => {
|
|
1440
|
-
t(`${
|
|
1443
|
+
t(`${n}/selectCamera`, i);
|
|
1441
1444
|
}
|
|
1442
1445
|
} : void 0;
|
|
1443
1446
|
}
|
|
1444
|
-
function
|
|
1447
|
+
function Ae(e) {
|
|
1445
1448
|
const t = y(e);
|
|
1446
1449
|
if (t)
|
|
1447
1450
|
return { state: t };
|
|
1448
1451
|
}
|
|
1449
|
-
function
|
|
1450
|
-
const { sendMessage: t, sendSimpleMessage:
|
|
1452
|
+
function Be(e) {
|
|
1453
|
+
const { sendMessage: t, sendSimpleMessage: n } = b(), c = y(e), r = K2(e), i = c || r;
|
|
1451
1454
|
return i ? {
|
|
1452
1455
|
levelState: i,
|
|
1453
|
-
setLevel: (
|
|
1454
|
-
muteToggle: (
|
|
1455
|
-
muteOn: (
|
|
1456
|
-
muteOff: (
|
|
1456
|
+
setLevel: (v, I) => n(`${v}/level`, I),
|
|
1457
|
+
muteToggle: (v) => t(`${v}/muteToggle`, null),
|
|
1458
|
+
muteOn: (v) => t(`${v}/muteOn`, null),
|
|
1459
|
+
muteOff: (v) => t(`${v}/muteOff`, null)
|
|
1457
1460
|
} : void 0;
|
|
1458
1461
|
}
|
|
1459
|
-
function
|
|
1460
|
-
const { sendMessage: t } = b(),
|
|
1461
|
-
return
|
|
1462
|
+
function Oe(e) {
|
|
1463
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1464
|
+
return n ? { lightingState: n, selectScene: (r) => {
|
|
1462
1465
|
t(`/device/${e}/selectScene`, r);
|
|
1463
1466
|
} } : void 0;
|
|
1464
1467
|
}
|
|
1465
|
-
function
|
|
1466
|
-
const { sendMessage: t } = b(),
|
|
1467
|
-
return
|
|
1468
|
+
function Ve(e) {
|
|
1469
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1470
|
+
return n ? { matrixRoutingState: n, setRoute: (r) => {
|
|
1468
1471
|
t(`/device/${e}/route`, r);
|
|
1469
1472
|
} } : void 0;
|
|
1470
1473
|
}
|
|
1471
|
-
function
|
|
1474
|
+
function ke(e) {
|
|
1472
1475
|
const { sendMessage: t } = b();
|
|
1473
1476
|
return { closeApp: () => {
|
|
1474
1477
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1475
1478
|
} };
|
|
1476
1479
|
}
|
|
1477
|
-
function
|
|
1478
|
-
const t = `/device/${e}`,
|
|
1480
|
+
function Ue(e) {
|
|
1481
|
+
const t = `/device/${e}`, n = h(t, "num0"), c = h(t, "num1"), r = h(t, "num2"), i = h(t, "num3"), d = h(t, "num4"), a = h(t, "num5"), g = h(t, "num6"), x = h(t, "num7"), v = h(t, "num8"), I = h(t, "num9"), L = h(t, "numDash"), F = h(t, "numEnter");
|
|
1479
1482
|
return {
|
|
1480
|
-
digit0:
|
|
1483
|
+
digit0: n,
|
|
1481
1484
|
digit1: c,
|
|
1482
1485
|
digit2: r,
|
|
1483
1486
|
digit3: i,
|
|
@@ -1485,51 +1488,51 @@ function Be(e) {
|
|
|
1485
1488
|
digit5: a,
|
|
1486
1489
|
digit6: g,
|
|
1487
1490
|
digit7: x,
|
|
1488
|
-
digit8:
|
|
1491
|
+
digit8: v,
|
|
1489
1492
|
digit9: I,
|
|
1490
|
-
keypadAccessoryButton1:
|
|
1493
|
+
keypadAccessoryButton1: L,
|
|
1491
1494
|
keypadAccessoryButton2: F
|
|
1492
1495
|
};
|
|
1493
1496
|
}
|
|
1494
|
-
function
|
|
1495
|
-
const { sendMessage: t } = b(),
|
|
1496
|
-
return
|
|
1497
|
+
function We(e) {
|
|
1498
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1499
|
+
return n ? { projectorScreenLiftControlState: n, raise: () => {
|
|
1497
1500
|
t(`/device/${e}/raise`, null);
|
|
1498
1501
|
}, lower: () => {
|
|
1499
1502
|
t(`/device/${e}/lower`, null);
|
|
1500
1503
|
} } : void 0;
|
|
1501
1504
|
}
|
|
1502
|
-
function
|
|
1503
|
-
const { sendMessage: t } = b(),
|
|
1504
|
-
return
|
|
1505
|
+
function Fe(e) {
|
|
1506
|
+
const { sendMessage: t } = b(), n = S1(e);
|
|
1507
|
+
return n ? { roomEventScheduleState: n, save: (r) => {
|
|
1505
1508
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
1506
1509
|
} } : void 0;
|
|
1507
1510
|
}
|
|
1508
|
-
function
|
|
1511
|
+
function He(e) {
|
|
1509
1512
|
const { sendMessage: t } = b();
|
|
1510
1513
|
return { runDefaultPresentRoute: () => {
|
|
1511
1514
|
t(`/room/${e}/defaultsource`, {});
|
|
1512
1515
|
} };
|
|
1513
1516
|
}
|
|
1514
|
-
function
|
|
1517
|
+
function Ke(e) {
|
|
1515
1518
|
const { sendMessage: t } = b();
|
|
1516
1519
|
return { runDirectRoute: (c) => {
|
|
1517
1520
|
t(`/room/${e}/directRoute`, c);
|
|
1518
1521
|
} };
|
|
1519
1522
|
}
|
|
1520
|
-
function
|
|
1523
|
+
function Ge(e) {
|
|
1521
1524
|
const { sendMessage: t } = b();
|
|
1522
1525
|
return { routingState: y(e), runRoute: (r) => {
|
|
1523
1526
|
t(`/room/${e}/source`, r);
|
|
1524
1527
|
} };
|
|
1525
1528
|
}
|
|
1526
|
-
function
|
|
1527
|
-
const t = `/device/${e}`,
|
|
1528
|
-
return { dvrList:
|
|
1529
|
+
function qe(e) {
|
|
1530
|
+
const t = `/device/${e}`, n = h(t, "chanUp"), c = h(t, "chanDown");
|
|
1531
|
+
return { dvrList: n, replay: c };
|
|
1529
1532
|
}
|
|
1530
|
-
function
|
|
1531
|
-
const { sendMessage: t } = b(),
|
|
1532
|
-
return
|
|
1533
|
+
function Ye(e) {
|
|
1534
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1535
|
+
return n ? { shadeState: n, shadeUp: () => {
|
|
1533
1536
|
t(`/device/${e}/shadeUp`, null);
|
|
1534
1537
|
}, shadeDown: () => {
|
|
1535
1538
|
t(`/device/${e}/shadeDown`, null);
|
|
@@ -1537,9 +1540,9 @@ function He(e) {
|
|
|
1537
1540
|
t(`/device/${e}/stopOrPreset`, null);
|
|
1538
1541
|
} } : void 0;
|
|
1539
1542
|
}
|
|
1540
|
-
function
|
|
1541
|
-
const { sendMessage: t } = b(),
|
|
1542
|
-
return
|
|
1543
|
+
function ze(e) {
|
|
1544
|
+
const { sendMessage: t } = b(), n = S1(e);
|
|
1545
|
+
return n ? { shutdownPromptTimerState: n, setShutdownPromptSeconds: (a) => {
|
|
1543
1546
|
t(`/room/${e}/setShutdownPromptSeconds`, a);
|
|
1544
1547
|
}, shutdownStart: () => {
|
|
1545
1548
|
t(`/room/${e}/shutdownStart`, null);
|
|
@@ -1549,39 +1552,39 @@ function Ke(e) {
|
|
|
1549
1552
|
t(`/room/${e}/shutdownCancel`, null);
|
|
1550
1553
|
} } : void 0;
|
|
1551
1554
|
}
|
|
1552
|
-
function
|
|
1553
|
-
const { sendMessage: t } = b(),
|
|
1554
|
-
return
|
|
1555
|
+
function Je(e) {
|
|
1556
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1557
|
+
return n ? { switchedOutputState: n, on: () => {
|
|
1555
1558
|
t(`/device/${e}/on`, null);
|
|
1556
1559
|
}, off: () => {
|
|
1557
1560
|
t(`/device/${e}/off`, null);
|
|
1558
1561
|
} } : void 0;
|
|
1559
1562
|
}
|
|
1560
|
-
function
|
|
1561
|
-
const { sendMessage: t } = b(),
|
|
1562
|
-
return
|
|
1563
|
+
function Xe(e) {
|
|
1564
|
+
const { sendMessage: t } = b(), n = S1(e);
|
|
1565
|
+
return n ? { techPasswordState: n, validatePassword: (i) => {
|
|
1563
1566
|
t(`/room/${e}/validateTechPassword`, { password: i });
|
|
1564
1567
|
}, setPassword: (i, d) => {
|
|
1565
1568
|
t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: d });
|
|
1566
1569
|
} } : void 0;
|
|
1567
1570
|
}
|
|
1568
|
-
function
|
|
1569
|
-
const { sendMessage: t } = b(),
|
|
1570
|
-
return
|
|
1571
|
+
function Qe(e) {
|
|
1572
|
+
const { sendMessage: t } = b(), n = y(e);
|
|
1573
|
+
return n ? { state: n, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
1571
1574
|
}
|
|
1572
|
-
function
|
|
1573
|
-
const { sendMessage: t } = b(),
|
|
1575
|
+
function Ne(e) {
|
|
1576
|
+
const { sendMessage: t } = b(), n = y(e), c = (r) => {
|
|
1574
1577
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
1575
1578
|
};
|
|
1576
1579
|
return {
|
|
1577
|
-
currentTheme:
|
|
1580
|
+
currentTheme: n == null ? void 0 : n.theme,
|
|
1578
1581
|
saveTheme: c
|
|
1579
1582
|
};
|
|
1580
1583
|
}
|
|
1581
|
-
function
|
|
1582
|
-
const t = `/device/${e}`,
|
|
1584
|
+
function e5(e) {
|
|
1585
|
+
const t = `/device/${e}`, n = h(t, "play"), c = h(t, "pause"), r = h(t, "stop"), i = h(t, "prevTrack"), d = h(t, "nextTrack"), a = h(t, "rewind"), g = h(t, "ffwd"), x = h(t, "record");
|
|
1583
1586
|
return {
|
|
1584
|
-
play:
|
|
1587
|
+
play: n,
|
|
1585
1588
|
pause: c,
|
|
1586
1589
|
stop: r,
|
|
1587
1590
|
prevTrack: i,
|
|
@@ -1591,97 +1594,97 @@ function Je(e) {
|
|
|
1591
1594
|
record: x
|
|
1592
1595
|
};
|
|
1593
1596
|
}
|
|
1594
|
-
function
|
|
1595
|
-
const t = y(e), { sendMessage:
|
|
1597
|
+
function t5(e) {
|
|
1598
|
+
const t = y(e), { sendMessage: n } = b();
|
|
1596
1599
|
return t ? {
|
|
1597
1600
|
touchpanelState: t,
|
|
1598
1601
|
appControl: { hideApp: () => {
|
|
1599
|
-
|
|
1602
|
+
n(`/device/${e}/hideApp`, null);
|
|
1600
1603
|
}, openApp: () => {
|
|
1601
|
-
|
|
1604
|
+
n(`/device/${e}/openApp`, null);
|
|
1602
1605
|
}, closeApp: () => {
|
|
1603
|
-
|
|
1606
|
+
n(`/device/${e}/closeApp`, null);
|
|
1604
1607
|
} },
|
|
1605
1608
|
zoomControl: { endCall: () => {
|
|
1606
|
-
|
|
1609
|
+
n(`/device/${e}/endCall`, null);
|
|
1607
1610
|
} }
|
|
1608
1611
|
} : void 0;
|
|
1609
1612
|
}
|
|
1610
|
-
function
|
|
1611
|
-
const t = y(e),
|
|
1613
|
+
function s5(e) {
|
|
1614
|
+
const t = y(e), n = y3(e), c = k1(e);
|
|
1612
1615
|
if (!t) return;
|
|
1613
1616
|
const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
1614
1617
|
return {
|
|
1615
1618
|
displayState: t,
|
|
1616
|
-
powerControl:
|
|
1619
|
+
powerControl: n,
|
|
1617
1620
|
inputControl: c,
|
|
1618
1621
|
powerFb: { powerOnFb: r, powerOffFb: i }
|
|
1619
1622
|
};
|
|
1620
1623
|
}
|
|
1621
|
-
const
|
|
1624
|
+
const n5 = ({
|
|
1622
1625
|
config: e
|
|
1623
1626
|
}) => {
|
|
1624
1627
|
const { sendMessage: t } = b();
|
|
1625
|
-
|
|
1628
|
+
c1(() => {
|
|
1626
1629
|
var c, r, i, d;
|
|
1627
1630
|
if (!e)
|
|
1628
1631
|
return;
|
|
1629
|
-
const
|
|
1632
|
+
const n = /* @__PURE__ */ new Set();
|
|
1630
1633
|
if (e.destinations && Object.values(e.destinations).forEach((a) => {
|
|
1631
|
-
|
|
1634
|
+
n.add(a);
|
|
1632
1635
|
}), e.destinationList && Object.values(e.destinationList).forEach((a) => {
|
|
1633
|
-
|
|
1636
|
+
n.add(a.sinkKey);
|
|
1634
1637
|
}), e.audioControlPointList && Object.values((c = e.audioControlPointList) == null ? void 0 : c.levelControls).forEach(
|
|
1635
1638
|
(a) => {
|
|
1636
|
-
a.itemKey ?
|
|
1639
|
+
a.itemKey ? n.add(a.parentDeviceKey + "--" + a.itemKey) : n.add(a.parentDeviceKey);
|
|
1637
1640
|
}
|
|
1638
1641
|
), (r = e.touchpanelKeys) == null || r.forEach((a) => {
|
|
1639
|
-
|
|
1642
|
+
n.add(a);
|
|
1640
1643
|
}), (i = e.environmentalDevices) == null || i.forEach((a) => {
|
|
1641
|
-
a.deviceKey &&
|
|
1644
|
+
a.deviceKey && n.add(a.deviceKey);
|
|
1642
1645
|
}), (d = e.accessoryDeviceKeys) == null || d.forEach((a) => {
|
|
1643
|
-
|
|
1644
|
-
}), e.audioCodecKey &&
|
|
1645
|
-
|
|
1646
|
+
n.add(a);
|
|
1647
|
+
}), e.audioCodecKey && n.add(e.audioCodecKey), e.videoCodecKey && n.add(e.videoCodecKey), e.matrixRoutingKey && n.add(e.matrixRoutingKey), e.roomCombinerKey && n.add(e.roomCombinerKey), e.endpointKeys && e.endpointKeys.forEach((a) => {
|
|
1648
|
+
n.add(a);
|
|
1646
1649
|
}), e.sourceList)
|
|
1647
1650
|
for (const a of Object.values(e.sourceList))
|
|
1648
|
-
a.sourceKey && a.sourceKey !== "$off" &&
|
|
1649
|
-
console.log("requesting state for deviceKeys:",
|
|
1651
|
+
a.sourceKey && a.sourceKey !== "$off" && n.add(a.sourceKey);
|
|
1652
|
+
console.log("requesting state for deviceKeys:", n), n.forEach((a) => {
|
|
1650
1653
|
t(`/device/${a}/fullStatus`, { deviceKey: a });
|
|
1651
1654
|
});
|
|
1652
1655
|
}, [e, t]);
|
|
1653
1656
|
};
|
|
1654
|
-
function
|
|
1655
|
-
const [
|
|
1657
|
+
function o5(e, t) {
|
|
1658
|
+
const [n, c] = H(!1), [r, i] = H(!1);
|
|
1656
1659
|
return x3(() => {
|
|
1657
1660
|
const { current: d } = e, a = () => {
|
|
1658
1661
|
const g = d && d.scrollHeight > d.clientHeight, x = d && d.scrollWidth > d.clientWidth;
|
|
1659
1662
|
i(g ?? !1), c(x ?? !1), t && t(g ?? !1, x ?? !1);
|
|
1660
1663
|
};
|
|
1661
1664
|
d && a();
|
|
1662
|
-
}, [e, t]), { overflowHorizontal:
|
|
1665
|
+
}, [e, t]), { overflowHorizontal: n, overflowVertical: r };
|
|
1663
1666
|
}
|
|
1664
|
-
function
|
|
1665
|
-
const
|
|
1666
|
-
return R3(c,
|
|
1667
|
+
function c5(e, t) {
|
|
1668
|
+
const n = H2(e, t), c = `/room/${e}/volumes/${t}`;
|
|
1669
|
+
return R3(c, n);
|
|
1667
1670
|
}
|
|
1668
|
-
function
|
|
1671
|
+
function r5(e) {
|
|
1669
1672
|
var a, g;
|
|
1670
|
-
const [t,
|
|
1671
|
-
const { current:
|
|
1672
|
-
|
|
1673
|
+
const [t, n] = H(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = H(((g = e == null ? void 0 : e.current) == null ? void 0 : g.scrollTop) ?? 0), i = (x) => {
|
|
1674
|
+
const { current: v } = e;
|
|
1675
|
+
v && (console.log(v.scrollLeft), v.scrollLeft += x, console.log(v.scrollLeft));
|
|
1673
1676
|
}, d = (x) => {
|
|
1674
|
-
const { current:
|
|
1675
|
-
|
|
1677
|
+
const { current: v } = e;
|
|
1678
|
+
v && (console.log(v.scrollTop), v.scrollTop += x, console.log(v.scrollTop));
|
|
1676
1679
|
};
|
|
1677
1680
|
return x3(() => {
|
|
1678
|
-
const { current: x } = e,
|
|
1679
|
-
|
|
1681
|
+
const { current: x } = e, v = () => {
|
|
1682
|
+
n((x == null ? void 0 : x.scrollLeft) ?? 0), r((x == null ? void 0 : x.scrollTop) ?? 0);
|
|
1680
1683
|
};
|
|
1681
|
-
x &&
|
|
1684
|
+
x && v();
|
|
1682
1685
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: d };
|
|
1683
1686
|
}
|
|
1684
|
-
function
|
|
1687
|
+
function l5() {
|
|
1685
1688
|
const { sendMessage: e } = b();
|
|
1686
1689
|
return {
|
|
1687
1690
|
reboot: () => {
|
|
@@ -1692,38 +1695,38 @@ function o5() {
|
|
|
1692
1695
|
}
|
|
1693
1696
|
};
|
|
1694
1697
|
}
|
|
1695
|
-
function
|
|
1696
|
-
const [e, t] = H(), [
|
|
1698
|
+
function i5() {
|
|
1699
|
+
const [e, t] = H(), [n, c] = H();
|
|
1697
1700
|
function r() {
|
|
1698
1701
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
1699
1702
|
const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1700
1703
|
c(i);
|
|
1701
1704
|
}
|
|
1702
|
-
return
|
|
1705
|
+
return c1(() => {
|
|
1703
1706
|
r();
|
|
1704
1707
|
const i = setInterval(() => {
|
|
1705
1708
|
r();
|
|
1706
1709
|
}, 1e3);
|
|
1707
1710
|
return () => clearInterval(i);
|
|
1708
|
-
}, []), { date: e, time:
|
|
1711
|
+
}, []), { date: e, time: n };
|
|
1709
1712
|
}
|
|
1710
|
-
const
|
|
1711
|
-
const [e, t] = H(!1),
|
|
1713
|
+
const a5 = () => {
|
|
1714
|
+
const [e, t] = H(!1), n = h2(), c = g2();
|
|
1712
1715
|
let r;
|
|
1713
1716
|
return f2(c) ? r = c.statusText : c instanceof Error ? r = c.message : typeof c == "string" ? r = c : (console.error(c), r = "Unknown error"), /* @__PURE__ */ s.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
1714
1717
|
/* @__PURE__ */ s.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ s.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
|
|
1715
|
-
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () =>
|
|
1718
|
+
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => n(-1), children: "Go Back" }),
|
|
1716
1719
|
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => t(!e), children: e ? "Hide error message" : "Show error message" }),
|
|
1717
1720
|
e && /* @__PURE__ */ s.jsx("p", { children: r })
|
|
1718
1721
|
] });
|
|
1719
|
-
},
|
|
1720
|
-
iconbtn:
|
|
1721
|
-
iconbtnvert:
|
|
1722
|
-
iconsm:
|
|
1723
|
-
},
|
|
1722
|
+
}, V8 = "_iconbtn_16qss_1", k8 = "_iconbtnvert_16qss_7", U8 = "_iconsm_16qss_18", $1 = {
|
|
1723
|
+
iconbtn: V8,
|
|
1724
|
+
iconbtnvert: k8,
|
|
1725
|
+
iconsm: U8
|
|
1726
|
+
}, W8 = ({
|
|
1724
1727
|
multiIcon: e,
|
|
1725
1728
|
otherContent: t = null,
|
|
1726
|
-
vert:
|
|
1729
|
+
vert: n = !1,
|
|
1727
1730
|
className: c,
|
|
1728
1731
|
iconClassName: r = "",
|
|
1729
1732
|
otherContentClassName: i = "",
|
|
@@ -1731,23 +1734,23 @@ const c5 = () => {
|
|
|
1731
1734
|
feedback: a,
|
|
1732
1735
|
feedbackClassName: g,
|
|
1733
1736
|
onPointerDown: x,
|
|
1734
|
-
onPointerUp:
|
|
1737
|
+
onPointerUp: v,
|
|
1735
1738
|
onPointerLeave: I,
|
|
1736
|
-
...
|
|
1739
|
+
...L
|
|
1737
1740
|
}) => {
|
|
1738
1741
|
const [F, k] = H(!1), X = !d && a ? g : "", r1 = !d && (F || a);
|
|
1739
1742
|
return /* @__PURE__ */ s.jsxs(
|
|
1740
1743
|
"button",
|
|
1741
1744
|
{
|
|
1742
1745
|
type: "button",
|
|
1743
|
-
className: `${$1.iconbtn} ${
|
|
1744
|
-
...
|
|
1746
|
+
className: `${$1.iconbtn} ${n ? $1.iconbtnvert : ""} ${c} ${X}`,
|
|
1747
|
+
...L,
|
|
1745
1748
|
disabled: d,
|
|
1746
1749
|
onPointerDown: ($) => {
|
|
1747
1750
|
k(!0), x == null || x($);
|
|
1748
1751
|
},
|
|
1749
1752
|
onPointerUp: ($) => {
|
|
1750
|
-
k(!1),
|
|
1753
|
+
k(!1), v == null || v($);
|
|
1751
1754
|
},
|
|
1752
1755
|
onPointerLeave: ($) => {
|
|
1753
1756
|
k(!1), I == null || I($);
|
|
@@ -1768,13 +1771,13 @@ const c5 = () => {
|
|
|
1768
1771
|
}, j = ({
|
|
1769
1772
|
ActiveImage: e,
|
|
1770
1773
|
DisabledImage: t,
|
|
1771
|
-
EnabledImage:
|
|
1774
|
+
EnabledImage: n,
|
|
1772
1775
|
active: c,
|
|
1773
1776
|
disabled: r
|
|
1774
|
-
}) => r ? t : c ? e :
|
|
1777
|
+
}) => r ? t : c ? e : n, F8 = ({
|
|
1775
1778
|
active: e,
|
|
1776
1779
|
className: t = "",
|
|
1777
|
-
disabled:
|
|
1780
|
+
disabled: n
|
|
1778
1781
|
}) => /* @__PURE__ */ s.jsx(
|
|
1779
1782
|
j,
|
|
1780
1783
|
{
|
|
@@ -1821,12 +1824,12 @@ const c5 = () => {
|
|
|
1821
1824
|
}
|
|
1822
1825
|
),
|
|
1823
1826
|
active: e,
|
|
1824
|
-
disabled:
|
|
1827
|
+
disabled: n
|
|
1825
1828
|
}
|
|
1826
|
-
),
|
|
1829
|
+
), H8 = ({
|
|
1827
1830
|
active: e,
|
|
1828
1831
|
className: t = "",
|
|
1829
|
-
disabled:
|
|
1832
|
+
disabled: n
|
|
1830
1833
|
}) => /* @__PURE__ */ s.jsx(
|
|
1831
1834
|
j,
|
|
1832
1835
|
{
|
|
@@ -1870,12 +1873,12 @@ const c5 = () => {
|
|
|
1870
1873
|
)
|
|
1871
1874
|
),
|
|
1872
1875
|
active: e,
|
|
1873
|
-
disabled:
|
|
1876
|
+
disabled: n
|
|
1874
1877
|
}
|
|
1875
|
-
),
|
|
1878
|
+
), K8 = ({
|
|
1876
1879
|
active: e,
|
|
1877
1880
|
className: t = "",
|
|
1878
|
-
disabled:
|
|
1881
|
+
disabled: n
|
|
1879
1882
|
}) => /* @__PURE__ */ s.jsx(
|
|
1880
1883
|
j,
|
|
1881
1884
|
{
|
|
@@ -1910,12 +1913,12 @@ const c5 = () => {
|
|
|
1910
1913
|
}
|
|
1911
1914
|
),
|
|
1912
1915
|
active: e,
|
|
1913
|
-
disabled:
|
|
1916
|
+
disabled: n
|
|
1914
1917
|
}
|
|
1915
|
-
),
|
|
1918
|
+
), G8 = ({
|
|
1916
1919
|
active: e,
|
|
1917
1920
|
className: t = "",
|
|
1918
|
-
disabled:
|
|
1921
|
+
disabled: n
|
|
1919
1922
|
}) => /* @__PURE__ */ s.jsx(
|
|
1920
1923
|
j,
|
|
1921
1924
|
{
|
|
@@ -1959,13 +1962,13 @@ const c5 = () => {
|
|
|
1959
1962
|
)
|
|
1960
1963
|
),
|
|
1961
1964
|
active: e,
|
|
1962
|
-
disabled:
|
|
1965
|
+
disabled: n
|
|
1963
1966
|
}
|
|
1964
|
-
),
|
|
1967
|
+
), q8 = ({
|
|
1965
1968
|
active: e,
|
|
1966
1969
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1967
1970
|
className: t = "",
|
|
1968
|
-
disabled:
|
|
1971
|
+
disabled: n
|
|
1969
1972
|
}) => /* @__PURE__ */ s.jsx(
|
|
1970
1973
|
j,
|
|
1971
1974
|
{
|
|
@@ -2027,12 +2030,12 @@ const c5 = () => {
|
|
|
2027
2030
|
)
|
|
2028
2031
|
),
|
|
2029
2032
|
active: e,
|
|
2030
|
-
disabled:
|
|
2033
|
+
disabled: n
|
|
2031
2034
|
}
|
|
2032
|
-
),
|
|
2035
|
+
), Y8 = ({
|
|
2033
2036
|
active: e,
|
|
2034
2037
|
className: t = "",
|
|
2035
|
-
disabled:
|
|
2038
|
+
disabled: n
|
|
2036
2039
|
}) => /* @__PURE__ */ s.jsx(
|
|
2037
2040
|
j,
|
|
2038
2041
|
{
|
|
@@ -2076,12 +2079,12 @@ const c5 = () => {
|
|
|
2076
2079
|
)
|
|
2077
2080
|
),
|
|
2078
2081
|
active: e,
|
|
2079
|
-
disabled:
|
|
2082
|
+
disabled: n
|
|
2080
2083
|
}
|
|
2081
|
-
),
|
|
2084
|
+
), z8 = ({
|
|
2082
2085
|
active: e,
|
|
2083
2086
|
className: t = "",
|
|
2084
|
-
disabled:
|
|
2087
|
+
disabled: n
|
|
2085
2088
|
}) => /* @__PURE__ */ s.jsx(
|
|
2086
2089
|
j,
|
|
2087
2090
|
{
|
|
@@ -2125,12 +2128,12 @@ const c5 = () => {
|
|
|
2125
2128
|
)
|
|
2126
2129
|
),
|
|
2127
2130
|
active: e,
|
|
2128
|
-
disabled:
|
|
2131
|
+
disabled: n
|
|
2129
2132
|
}
|
|
2130
|
-
),
|
|
2133
|
+
), J8 = ({
|
|
2131
2134
|
active: e,
|
|
2132
2135
|
className: t = "",
|
|
2133
|
-
disabled:
|
|
2136
|
+
disabled: n
|
|
2134
2137
|
}) => /* @__PURE__ */ s.jsx(
|
|
2135
2138
|
j,
|
|
2136
2139
|
{
|
|
@@ -2174,12 +2177,12 @@ const c5 = () => {
|
|
|
2174
2177
|
)
|
|
2175
2178
|
),
|
|
2176
2179
|
active: e,
|
|
2177
|
-
disabled:
|
|
2180
|
+
disabled: n
|
|
2178
2181
|
}
|
|
2179
|
-
),
|
|
2182
|
+
), X8 = ({
|
|
2180
2183
|
active: e,
|
|
2181
2184
|
className: t = "",
|
|
2182
|
-
disabled:
|
|
2185
|
+
disabled: n
|
|
2183
2186
|
}) => /* @__PURE__ */ s.jsx(
|
|
2184
2187
|
j,
|
|
2185
2188
|
{
|
|
@@ -2223,12 +2226,12 @@ const c5 = () => {
|
|
|
2223
2226
|
)
|
|
2224
2227
|
),
|
|
2225
2228
|
active: e,
|
|
2226
|
-
disabled:
|
|
2229
|
+
disabled: n
|
|
2227
2230
|
}
|
|
2228
|
-
),
|
|
2231
|
+
), Q8 = ({
|
|
2229
2232
|
active: e,
|
|
2230
2233
|
className: t = "",
|
|
2231
|
-
disabled:
|
|
2234
|
+
disabled: n
|
|
2232
2235
|
}) => /* @__PURE__ */ s.jsx(
|
|
2233
2236
|
j,
|
|
2234
2237
|
{
|
|
@@ -2272,13 +2275,13 @@ const c5 = () => {
|
|
|
2272
2275
|
)
|
|
2273
2276
|
),
|
|
2274
2277
|
active: e,
|
|
2275
|
-
disabled:
|
|
2278
|
+
disabled: n
|
|
2276
2279
|
}
|
|
2277
|
-
),
|
|
2280
|
+
), N8 = ({
|
|
2278
2281
|
active: e,
|
|
2279
2282
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2280
2283
|
className: t = "",
|
|
2281
|
-
disabled:
|
|
2284
|
+
disabled: n
|
|
2282
2285
|
}) => /* @__PURE__ */ s.jsx(
|
|
2283
2286
|
j,
|
|
2284
2287
|
{
|
|
@@ -2340,12 +2343,12 @@ const c5 = () => {
|
|
|
2340
2343
|
)
|
|
2341
2344
|
),
|
|
2342
2345
|
active: e,
|
|
2343
|
-
disabled:
|
|
2346
|
+
disabled: n
|
|
2344
2347
|
}
|
|
2345
|
-
),
|
|
2348
|
+
), e6 = ({
|
|
2346
2349
|
active: e,
|
|
2347
2350
|
className: t = "",
|
|
2348
|
-
disabled:
|
|
2351
|
+
disabled: n
|
|
2349
2352
|
}) => /* @__PURE__ */ s.jsx(
|
|
2350
2353
|
j,
|
|
2351
2354
|
{
|
|
@@ -2389,12 +2392,12 @@ const c5 = () => {
|
|
|
2389
2392
|
)
|
|
2390
2393
|
),
|
|
2391
2394
|
active: e,
|
|
2392
|
-
disabled:
|
|
2395
|
+
disabled: n
|
|
2393
2396
|
}
|
|
2394
|
-
),
|
|
2397
|
+
), t6 = ({
|
|
2395
2398
|
active: e,
|
|
2396
2399
|
className: t = "",
|
|
2397
|
-
disabled:
|
|
2400
|
+
disabled: n
|
|
2398
2401
|
}) => /* @__PURE__ */ s.jsx(
|
|
2399
2402
|
j,
|
|
2400
2403
|
{
|
|
@@ -2438,12 +2441,12 @@ const c5 = () => {
|
|
|
2438
2441
|
)
|
|
2439
2442
|
),
|
|
2440
2443
|
active: e,
|
|
2441
|
-
disabled:
|
|
2444
|
+
disabled: n
|
|
2442
2445
|
}
|
|
2443
|
-
),
|
|
2446
|
+
), s6 = ({
|
|
2444
2447
|
active: e,
|
|
2445
2448
|
className: t = "",
|
|
2446
|
-
disabled:
|
|
2449
|
+
disabled: n
|
|
2447
2450
|
}) => /* @__PURE__ */ s.jsx(
|
|
2448
2451
|
j,
|
|
2449
2452
|
{
|
|
@@ -2487,12 +2490,12 @@ const c5 = () => {
|
|
|
2487
2490
|
)
|
|
2488
2491
|
),
|
|
2489
2492
|
active: e,
|
|
2490
|
-
disabled:
|
|
2493
|
+
disabled: n
|
|
2491
2494
|
}
|
|
2492
|
-
),
|
|
2495
|
+
), n6 = ({
|
|
2493
2496
|
active: e,
|
|
2494
2497
|
className: t = "",
|
|
2495
|
-
disabled:
|
|
2498
|
+
disabled: n
|
|
2496
2499
|
}) => /* @__PURE__ */ s.jsx(
|
|
2497
2500
|
j,
|
|
2498
2501
|
{
|
|
@@ -2536,12 +2539,12 @@ const c5 = () => {
|
|
|
2536
2539
|
)
|
|
2537
2540
|
),
|
|
2538
2541
|
active: e,
|
|
2539
|
-
disabled:
|
|
2542
|
+
disabled: n
|
|
2540
2543
|
}
|
|
2541
|
-
),
|
|
2544
|
+
), o6 = ({
|
|
2542
2545
|
active: e,
|
|
2543
2546
|
className: t = "",
|
|
2544
|
-
disabled:
|
|
2547
|
+
disabled: n
|
|
2545
2548
|
}) => /* @__PURE__ */ s.jsx(
|
|
2546
2549
|
j,
|
|
2547
2550
|
{
|
|
@@ -2558,12 +2561,12 @@ const c5 = () => {
|
|
|
2558
2561
|
/* @__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" }) }) })
|
|
2559
2562
|
),
|
|
2560
2563
|
active: e,
|
|
2561
|
-
disabled:
|
|
2564
|
+
disabled: n
|
|
2562
2565
|
}
|
|
2563
|
-
),
|
|
2566
|
+
), c6 = ({
|
|
2564
2567
|
active: e,
|
|
2565
2568
|
className: t = "",
|
|
2566
|
-
disabled:
|
|
2569
|
+
disabled: n
|
|
2567
2570
|
}) => /* @__PURE__ */ s.jsx(
|
|
2568
2571
|
j,
|
|
2569
2572
|
{
|
|
@@ -2607,12 +2610,12 @@ const c5 = () => {
|
|
|
2607
2610
|
)
|
|
2608
2611
|
),
|
|
2609
2612
|
active: e,
|
|
2610
|
-
disabled:
|
|
2613
|
+
disabled: n
|
|
2611
2614
|
}
|
|
2612
|
-
),
|
|
2615
|
+
), r6 = ({
|
|
2613
2616
|
active: e,
|
|
2614
2617
|
className: t = "",
|
|
2615
|
-
disabled:
|
|
2618
|
+
disabled: n
|
|
2616
2619
|
}) => /* @__PURE__ */ s.jsx(
|
|
2617
2620
|
j,
|
|
2618
2621
|
{
|
|
@@ -2656,12 +2659,12 @@ const c5 = () => {
|
|
|
2656
2659
|
)
|
|
2657
2660
|
),
|
|
2658
2661
|
active: e,
|
|
2659
|
-
disabled:
|
|
2662
|
+
disabled: n
|
|
2660
2663
|
}
|
|
2661
|
-
),
|
|
2664
|
+
), l6 = ({
|
|
2662
2665
|
active: e,
|
|
2663
2666
|
className: t = "",
|
|
2664
|
-
disabled:
|
|
2667
|
+
disabled: n
|
|
2665
2668
|
}) => /* @__PURE__ */ s.jsx(
|
|
2666
2669
|
j,
|
|
2667
2670
|
{
|
|
@@ -2705,12 +2708,12 @@ const c5 = () => {
|
|
|
2705
2708
|
)
|
|
2706
2709
|
),
|
|
2707
2710
|
active: e,
|
|
2708
|
-
disabled:
|
|
2711
|
+
disabled: n
|
|
2709
2712
|
}
|
|
2710
|
-
),
|
|
2713
|
+
), i6 = ({
|
|
2711
2714
|
active: e,
|
|
2712
2715
|
className: t = "",
|
|
2713
|
-
disabled:
|
|
2716
|
+
disabled: n
|
|
2714
2717
|
}) => /* @__PURE__ */ s.jsx(
|
|
2715
2718
|
j,
|
|
2716
2719
|
{
|
|
@@ -2754,12 +2757,12 @@ const c5 = () => {
|
|
|
2754
2757
|
)
|
|
2755
2758
|
),
|
|
2756
2759
|
active: e,
|
|
2757
|
-
disabled:
|
|
2760
|
+
disabled: n
|
|
2758
2761
|
}
|
|
2759
|
-
),
|
|
2762
|
+
), a6 = ({
|
|
2760
2763
|
active: e,
|
|
2761
2764
|
className: t = "",
|
|
2762
|
-
disabled:
|
|
2765
|
+
disabled: n
|
|
2763
2766
|
}) => /* @__PURE__ */ s.jsx(
|
|
2764
2767
|
j,
|
|
2765
2768
|
{
|
|
@@ -2803,13 +2806,13 @@ const c5 = () => {
|
|
|
2803
2806
|
)
|
|
2804
2807
|
),
|
|
2805
2808
|
active: e,
|
|
2806
|
-
disabled:
|
|
2809
|
+
disabled: n
|
|
2807
2810
|
}
|
|
2808
|
-
),
|
|
2811
|
+
), u6 = ({
|
|
2809
2812
|
active: e,
|
|
2810
2813
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2811
2814
|
className: t = "",
|
|
2812
|
-
disabled:
|
|
2815
|
+
disabled: n
|
|
2813
2816
|
}) => /* @__PURE__ */ s.jsx(
|
|
2814
2817
|
j,
|
|
2815
2818
|
{
|
|
@@ -2871,12 +2874,12 @@ const c5 = () => {
|
|
|
2871
2874
|
)
|
|
2872
2875
|
),
|
|
2873
2876
|
active: e,
|
|
2874
|
-
disabled:
|
|
2877
|
+
disabled: n
|
|
2875
2878
|
}
|
|
2876
|
-
),
|
|
2879
|
+
), d6 = ({
|
|
2877
2880
|
active: e,
|
|
2878
2881
|
className: t = "",
|
|
2879
|
-
disabled:
|
|
2882
|
+
disabled: n
|
|
2880
2883
|
}) => /* @__PURE__ */ s.jsx(
|
|
2881
2884
|
j,
|
|
2882
2885
|
{
|
|
@@ -2920,12 +2923,12 @@ const c5 = () => {
|
|
|
2920
2923
|
)
|
|
2921
2924
|
),
|
|
2922
2925
|
active: e,
|
|
2923
|
-
disabled:
|
|
2926
|
+
disabled: n
|
|
2924
2927
|
}
|
|
2925
|
-
),
|
|
2928
|
+
), v6 = ({
|
|
2926
2929
|
active: e,
|
|
2927
2930
|
className: t = "",
|
|
2928
|
-
disabled:
|
|
2931
|
+
disabled: n
|
|
2929
2932
|
}) => /* @__PURE__ */ s.jsx(
|
|
2930
2933
|
j,
|
|
2931
2934
|
{
|
|
@@ -2969,14 +2972,14 @@ const c5 = () => {
|
|
|
2969
2972
|
)
|
|
2970
2973
|
),
|
|
2971
2974
|
active: e,
|
|
2972
|
-
disabled:
|
|
2975
|
+
disabled: n
|
|
2973
2976
|
}
|
|
2974
|
-
),
|
|
2977
|
+
), u5 = ({
|
|
2975
2978
|
active: e,
|
|
2976
2979
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2977
2980
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2978
2981
|
className: t = "",
|
|
2979
|
-
disabled:
|
|
2982
|
+
disabled: n
|
|
2980
2983
|
}) => /* @__PURE__ */ s.jsx(
|
|
2981
2984
|
j,
|
|
2982
2985
|
{
|
|
@@ -2984,12 +2987,12 @@ const c5 = () => {
|
|
|
2984
2987
|
DisabledImage: void 0,
|
|
2985
2988
|
EnabledImage: void 0,
|
|
2986
2989
|
active: e,
|
|
2987
|
-
disabled:
|
|
2990
|
+
disabled: n
|
|
2988
2991
|
}
|
|
2989
|
-
),
|
|
2992
|
+
), h6 = ({
|
|
2990
2993
|
active: e,
|
|
2991
2994
|
className: t = "",
|
|
2992
|
-
disabled:
|
|
2995
|
+
disabled: n
|
|
2993
2996
|
}) => /* @__PURE__ */ s.jsx(
|
|
2994
2997
|
j,
|
|
2995
2998
|
{
|
|
@@ -3033,12 +3036,12 @@ const c5 = () => {
|
|
|
3033
3036
|
)
|
|
3034
3037
|
),
|
|
3035
3038
|
active: e,
|
|
3036
|
-
disabled:
|
|
3039
|
+
disabled: n
|
|
3037
3040
|
}
|
|
3038
|
-
),
|
|
3041
|
+
), g6 = ({
|
|
3039
3042
|
active: e,
|
|
3040
3043
|
className: t = "",
|
|
3041
|
-
disabled:
|
|
3044
|
+
disabled: n
|
|
3042
3045
|
}) => /* @__PURE__ */ s.jsx(
|
|
3043
3046
|
j,
|
|
3044
3047
|
{
|
|
@@ -3082,12 +3085,12 @@ const c5 = () => {
|
|
|
3082
3085
|
)
|
|
3083
3086
|
),
|
|
3084
3087
|
active: e,
|
|
3085
|
-
disabled:
|
|
3088
|
+
disabled: n
|
|
3086
3089
|
}
|
|
3087
|
-
),
|
|
3090
|
+
), f6 = ({
|
|
3088
3091
|
active: e,
|
|
3089
3092
|
className: t = "",
|
|
3090
|
-
disabled:
|
|
3093
|
+
disabled: n
|
|
3091
3094
|
}) => /* @__PURE__ */ s.jsx(
|
|
3092
3095
|
j,
|
|
3093
3096
|
{
|
|
@@ -3131,12 +3134,12 @@ const c5 = () => {
|
|
|
3131
3134
|
)
|
|
3132
3135
|
),
|
|
3133
3136
|
active: e,
|
|
3134
|
-
disabled:
|
|
3137
|
+
disabled: n
|
|
3135
3138
|
}
|
|
3136
|
-
),
|
|
3139
|
+
), p6 = ({
|
|
3137
3140
|
active: e,
|
|
3138
3141
|
className: t = "",
|
|
3139
|
-
disabled:
|
|
3142
|
+
disabled: n
|
|
3140
3143
|
}) => /* @__PURE__ */ s.jsx(
|
|
3141
3144
|
j,
|
|
3142
3145
|
{
|
|
@@ -3180,12 +3183,12 @@ const c5 = () => {
|
|
|
3180
3183
|
)
|
|
3181
3184
|
),
|
|
3182
3185
|
active: e,
|
|
3183
|
-
disabled:
|
|
3186
|
+
disabled: n
|
|
3184
3187
|
}
|
|
3185
|
-
),
|
|
3188
|
+
), w6 = ({
|
|
3186
3189
|
active: e,
|
|
3187
3190
|
className: t = "",
|
|
3188
|
-
disabled:
|
|
3191
|
+
disabled: n
|
|
3189
3192
|
}) => /* @__PURE__ */ s.jsx(
|
|
3190
3193
|
j,
|
|
3191
3194
|
{
|
|
@@ -3229,12 +3232,12 @@ const c5 = () => {
|
|
|
3229
3232
|
)
|
|
3230
3233
|
),
|
|
3231
3234
|
active: e,
|
|
3232
|
-
disabled:
|
|
3235
|
+
disabled: n
|
|
3233
3236
|
}
|
|
3234
|
-
),
|
|
3237
|
+
), x6 = ({
|
|
3235
3238
|
active: e,
|
|
3236
3239
|
className: t = "",
|
|
3237
|
-
disabled:
|
|
3240
|
+
disabled: n
|
|
3238
3241
|
}) => /* @__PURE__ */ s.jsx(
|
|
3239
3242
|
j,
|
|
3240
3243
|
{
|
|
@@ -3278,12 +3281,12 @@ const c5 = () => {
|
|
|
3278
3281
|
)
|
|
3279
3282
|
),
|
|
3280
3283
|
active: e,
|
|
3281
|
-
disabled:
|
|
3284
|
+
disabled: n
|
|
3282
3285
|
}
|
|
3283
|
-
),
|
|
3286
|
+
), M6 = ({
|
|
3284
3287
|
active: e,
|
|
3285
3288
|
className: t = "",
|
|
3286
|
-
disabled:
|
|
3289
|
+
disabled: n
|
|
3287
3290
|
}) => /* @__PURE__ */ s.jsx(
|
|
3288
3291
|
j,
|
|
3289
3292
|
{
|
|
@@ -3327,12 +3330,12 @@ const c5 = () => {
|
|
|
3327
3330
|
)
|
|
3328
3331
|
),
|
|
3329
3332
|
active: e,
|
|
3330
|
-
disabled:
|
|
3333
|
+
disabled: n
|
|
3331
3334
|
}
|
|
3332
|
-
),
|
|
3335
|
+
), m6 = ({
|
|
3333
3336
|
active: e,
|
|
3334
3337
|
className: t = "",
|
|
3335
|
-
disabled:
|
|
3338
|
+
disabled: n
|
|
3336
3339
|
}) => /* @__PURE__ */ s.jsx(
|
|
3337
3340
|
j,
|
|
3338
3341
|
{
|
|
@@ -3376,158 +3379,160 @@ const c5 = () => {
|
|
|
3376
3379
|
)
|
|
3377
3380
|
),
|
|
3378
3381
|
active: e,
|
|
3379
|
-
disabled:
|
|
3380
|
-
}
|
|
3381
|
-
),
|
|
3382
|
-
Alert:
|
|
3383
|
-
Camera:
|
|
3384
|
-
DownArrow:
|
|
3385
|
-
Ban:
|
|
3386
|
-
Check:
|
|
3387
|
-
Controller:
|
|
3388
|
-
Elipses:
|
|
3389
|
-
Flag:
|
|
3390
|
-
Gear:
|
|
3391
|
-
Glass:
|
|
3392
|
-
Hdmi:
|
|
3393
|
-
Laptop:
|
|
3394
|
-
LeftArrow:
|
|
3395
|
-
Light:
|
|
3396
|
-
Mic:
|
|
3397
|
-
Moon:
|
|
3398
|
-
Playstation:
|
|
3399
|
-
Podium:
|
|
3400
|
-
Power:
|
|
3401
|
-
Privacy:
|
|
3402
|
-
Question:
|
|
3403
|
-
RightArrow:
|
|
3404
|
-
RoomPC:
|
|
3405
|
-
Shade:
|
|
3406
|
-
Sun:
|
|
3407
|
-
UpArrow:
|
|
3408
|
-
VolDown:
|
|
3409
|
-
VolMute:
|
|
3410
|
-
VolUp:
|
|
3411
|
-
Wireless:
|
|
3412
|
-
X:
|
|
3413
|
-
Xbox:
|
|
3382
|
+
disabled: n
|
|
3383
|
+
}
|
|
3384
|
+
), Z6 = {
|
|
3385
|
+
Alert: F8,
|
|
3386
|
+
Camera: K8,
|
|
3387
|
+
DownArrow: Y8,
|
|
3388
|
+
Ban: H8,
|
|
3389
|
+
Check: G8,
|
|
3390
|
+
Controller: q8,
|
|
3391
|
+
Elipses: z8,
|
|
3392
|
+
Flag: J8,
|
|
3393
|
+
Gear: X8,
|
|
3394
|
+
Glass: Q8,
|
|
3395
|
+
Hdmi: N8,
|
|
3396
|
+
Laptop: e6,
|
|
3397
|
+
LeftArrow: t6,
|
|
3398
|
+
Light: s6,
|
|
3399
|
+
Mic: m6,
|
|
3400
|
+
Moon: n6,
|
|
3401
|
+
Playstation: o6,
|
|
3402
|
+
Podium: c6,
|
|
3403
|
+
Power: r6,
|
|
3404
|
+
Privacy: l6,
|
|
3405
|
+
Question: i6,
|
|
3406
|
+
RightArrow: a6,
|
|
3407
|
+
RoomPC: u6,
|
|
3408
|
+
Shade: d6,
|
|
3409
|
+
Sun: v6,
|
|
3410
|
+
UpArrow: h6,
|
|
3411
|
+
VolDown: g6,
|
|
3412
|
+
VolMute: f6,
|
|
3413
|
+
VolUp: p6,
|
|
3414
|
+
Wireless: w6,
|
|
3415
|
+
X: x6,
|
|
3416
|
+
Xbox: M6
|
|
3414
3417
|
};
|
|
3415
|
-
function
|
|
3418
|
+
function d5({
|
|
3416
3419
|
name: e,
|
|
3417
|
-
iconsDictionary: t =
|
|
3418
|
-
...
|
|
3420
|
+
iconsDictionary: t = Z6,
|
|
3421
|
+
...n
|
|
3419
3422
|
}) {
|
|
3420
3423
|
const c = t[e] ?? null;
|
|
3421
|
-
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(
|
|
3424
|
+
return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(W8, { multiIcon: c, ...n });
|
|
3422
3425
|
}
|
|
3423
|
-
const
|
|
3424
|
-
grid:
|
|
3425
|
-
header:
|
|
3426
|
-
content:
|
|
3427
|
-
footer:
|
|
3428
|
-
volume:
|
|
3429
|
-
},
|
|
3430
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3431
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3432
|
-
r && /* @__PURE__ */ s.jsx("div", { className:
|
|
3433
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3434
|
-
] }),
|
|
3435
|
-
grid:
|
|
3436
|
-
header:
|
|
3437
|
-
content:
|
|
3438
|
-
},
|
|
3426
|
+
const j6 = "_grid_1cmpp_1", S6 = "_header_1cmpp_11", C6 = "_content_1cmpp_17", b6 = "_footer_1cmpp_23", I6 = "_volume_1cmpp_29", v1 = {
|
|
3427
|
+
grid: j6,
|
|
3428
|
+
header: S6,
|
|
3429
|
+
content: C6,
|
|
3430
|
+
footer: b6,
|
|
3431
|
+
volume: I6
|
|
3432
|
+
}, v5 = ({ header: e, footer: t, content: n, volume: c, showVolume: r }) => /* @__PURE__ */ s.jsxs("div", { className: v1.grid, children: [
|
|
3433
|
+
/* @__PURE__ */ s.jsx("div", { className: v1.header, children: e }),
|
|
3434
|
+
/* @__PURE__ */ s.jsx("div", { className: v1.content, children: n }),
|
|
3435
|
+
r && /* @__PURE__ */ s.jsx("div", { className: v1.volume, children: c }),
|
|
3436
|
+
/* @__PURE__ */ s.jsx("div", { className: v1.footer, children: t })
|
|
3437
|
+
] }), R6 = "_grid_11w5q_1", y6 = "_header_11w5q_11", E6 = "_content_11w5q_17", Z1 = {
|
|
3438
|
+
grid: R6,
|
|
3439
|
+
header: y6,
|
|
3440
|
+
content: E6
|
|
3441
|
+
}, h5 = ({ className: e, header: t, content: n, leftNav: c }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${Z1.grid}`, children: [
|
|
3439
3442
|
/* @__PURE__ */ s.jsx("div", { className: Z1.header, children: t }),
|
|
3440
3443
|
c && /* @__PURE__ */ s.jsx("div", { className: Z1.leftNav, children: c }),
|
|
3441
|
-
/* @__PURE__ */ s.jsx("div", { className: Z1.content, children:
|
|
3442
|
-
] }),
|
|
3443
|
-
grid:
|
|
3444
|
-
header:
|
|
3445
|
-
content:
|
|
3446
|
-
},
|
|
3444
|
+
/* @__PURE__ */ s.jsx("div", { className: Z1.content, children: n })
|
|
3445
|
+
] }), P6 = "_grid_1uwfo_1", T6 = "_header_1uwfo_11", _6 = "_content_1uwfo_17", A1 = {
|
|
3446
|
+
grid: P6,
|
|
3447
|
+
header: T6,
|
|
3448
|
+
content: _6
|
|
3449
|
+
}, g5 = ({ className: e, header: t, content: n }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${A1.grid}`, children: [
|
|
3447
3450
|
/* @__PURE__ */ s.jsx("div", { className: A1.header, children: t }),
|
|
3448
|
-
/* @__PURE__ */ s.jsx("div", { className: A1.content, children:
|
|
3451
|
+
/* @__PURE__ */ s.jsx("div", { className: A1.content, children: n })
|
|
3449
3452
|
] });
|
|
3450
|
-
class
|
|
3453
|
+
class f5 {
|
|
3451
3454
|
constructor() {
|
|
3452
3455
|
G(this, "currentShareText");
|
|
3453
3456
|
G(this, "enabled");
|
|
3454
3457
|
G(this, "isSharing");
|
|
3455
3458
|
}
|
|
3456
3459
|
}
|
|
3457
|
-
function
|
|
3460
|
+
function p5() {
|
|
3458
3461
|
return console.log(location.pathname), location.pathname;
|
|
3459
3462
|
}
|
|
3460
|
-
var
|
|
3461
|
-
class
|
|
3462
|
-
constructor(t,
|
|
3463
|
+
var D6 = /* @__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))(D6 || {});
|
|
3464
|
+
class w5 {
|
|
3465
|
+
constructor(t, n) {
|
|
3463
3466
|
G(this, "path");
|
|
3464
3467
|
G(this, "handler");
|
|
3465
|
-
this.path = t, this.handler =
|
|
3468
|
+
this.path = t, this.handler = n;
|
|
3466
3469
|
}
|
|
3467
3470
|
}
|
|
3468
|
-
const
|
|
3471
|
+
const x5 = "$off";
|
|
3469
3472
|
export {
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3473
|
+
Ce as Clock,
|
|
3474
|
+
D6 as DaysOfWeek,
|
|
3475
|
+
a5 as ErrorBox,
|
|
3476
|
+
W8 as IconButton,
|
|
3477
|
+
F8 as IconMultiAlert,
|
|
3478
|
+
H8 as IconMultiBan,
|
|
3479
|
+
K8 as IconMultiCamera,
|
|
3480
|
+
G8 as IconMultiCheck,
|
|
3481
|
+
q8 as IconMultiController,
|
|
3482
|
+
Y8 as IconMultiDownArrow,
|
|
3483
|
+
z8 as IconMultiElipses,
|
|
3484
|
+
J8 as IconMultiFlag,
|
|
3485
|
+
X8 as IconMultiGear,
|
|
3486
|
+
Q8 as IconMultiGlass,
|
|
3487
|
+
N8 as IconMultiHdmi,
|
|
3488
|
+
e6 as IconMultiLaptop,
|
|
3489
|
+
t6 as IconMultiLeftArrow,
|
|
3490
|
+
s6 as IconMultiLight,
|
|
3491
|
+
m6 as IconMultiMic,
|
|
3492
|
+
n6 as IconMultiMoon,
|
|
3493
|
+
o6 as IconMultiPlaystation,
|
|
3494
|
+
c6 as IconMultiPodium,
|
|
3495
|
+
r6 as IconMultiPower,
|
|
3496
|
+
l6 as IconMultiPrivacy,
|
|
3497
|
+
i6 as IconMultiQuestion,
|
|
3498
|
+
a6 as IconMultiRightArrow,
|
|
3499
|
+
u6 as IconMultiRoomPC,
|
|
3500
|
+
d6 as IconMultiShade,
|
|
3501
|
+
v6 as IconMultiSun,
|
|
3502
|
+
u5 as IconMultiTemplate,
|
|
3503
|
+
h6 as IconMultiUpArrow,
|
|
3504
|
+
g6 as IconMultiVolDown,
|
|
3505
|
+
f6 as IconMultiVolMute,
|
|
3506
|
+
p6 as IconMultiVolUp,
|
|
3507
|
+
w6 as IconMultiWireless,
|
|
3508
|
+
x6 as IconMultiX,
|
|
3509
|
+
M6 as IconMultiXbox,
|
|
3510
|
+
v5 as MainLayout,
|
|
3511
|
+
w5 as MessageHandler,
|
|
3512
|
+
me as MobileControlProvider,
|
|
3510
3513
|
j as MultiStateIconContainer,
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3514
|
+
d5 as NamedIconButton,
|
|
3515
|
+
f5 as ShareState,
|
|
3516
|
+
h5 as TechLayout,
|
|
3517
|
+
g5 as TechPinLayout,
|
|
3515
3518
|
I3 as WebsocketContext,
|
|
3516
|
-
|
|
3519
|
+
x8 as appConfigActions,
|
|
3517
3520
|
N as devicesActions,
|
|
3518
|
-
|
|
3521
|
+
p5 as getBaseLocation,
|
|
3519
3522
|
V1 as httpClient,
|
|
3520
|
-
|
|
3521
|
-
|
|
3523
|
+
Z6 as iconsDictionary,
|
|
3524
|
+
x5 as roomOffSourceKey,
|
|
3522
3525
|
e1 as roomsActions,
|
|
3523
3526
|
W as runtimeConfigActions,
|
|
3524
3527
|
Z3 as selectAllDevices,
|
|
3525
3528
|
x2 as selectApiPath,
|
|
3526
3529
|
w2 as selectAppConfig,
|
|
3527
3530
|
Y2 as selectClientId,
|
|
3528
|
-
|
|
3531
|
+
l8 as selectCurrentPopoverIdForGroup,
|
|
3529
3532
|
j2 as selectDeviceByKey,
|
|
3530
|
-
|
|
3533
|
+
t8 as selectDeviceInterfaceSupport,
|
|
3534
|
+
a8 as selectError,
|
|
3535
|
+
v8 as selectIsSyncStateValuePresent,
|
|
3531
3536
|
e8 as selectIsTouchpanel,
|
|
3532
3537
|
M2 as selectLogoPath,
|
|
3533
3538
|
U1 as selectModalVisibility,
|
|
@@ -3536,11 +3541,11 @@ export {
|
|
|
3536
3541
|
P2 as selectRoomAudioControlPointList,
|
|
3537
3542
|
b2 as selectRoomByKey,
|
|
3538
3543
|
$2 as selectRoomCodecContentDestinationKey,
|
|
3539
|
-
|
|
3544
|
+
S2 as selectRoomConfiguration,
|
|
3540
3545
|
_2 as selectRoomDestinationList,
|
|
3541
3546
|
T2 as selectRoomDestinations,
|
|
3542
3547
|
F2 as selectRoomDisplayStates,
|
|
3543
|
-
|
|
3548
|
+
D2 as selectRoomEnvironmentalDevices,
|
|
3544
3549
|
A2 as selectRoomInCall,
|
|
3545
3550
|
O2 as selectRoomIsCoolingDown,
|
|
3546
3551
|
V2 as selectRoomIsOn,
|
|
@@ -3548,118 +3553,120 @@ export {
|
|
|
3548
3553
|
q2 as selectRoomKey,
|
|
3549
3554
|
y2 as selectRoomLevelControls,
|
|
3550
3555
|
I2 as selectRoomName,
|
|
3551
|
-
|
|
3556
|
+
L2 as selectRoomProgramAudioDestinationKey,
|
|
3552
3557
|
U2 as selectRoomShareState,
|
|
3553
3558
|
E2 as selectRoomSourceList,
|
|
3554
3559
|
R2 as selectRoomVolume,
|
|
3555
|
-
|
|
3560
|
+
C2 as selectRooms,
|
|
3556
3561
|
Q2 as selectRuntimeInfo,
|
|
3557
3562
|
X2 as selectServerIsRunningOnProcessorHardware,
|
|
3558
|
-
|
|
3559
|
-
|
|
3563
|
+
i8 as selectShowPopoverById,
|
|
3564
|
+
u8 as selectShowReconnect,
|
|
3560
3565
|
z2 as selectSystemUuid,
|
|
3561
|
-
|
|
3566
|
+
d8 as selectTheme,
|
|
3562
3567
|
N2 as selectTouchpanelKey,
|
|
3563
3568
|
J2 as selectUserCode,
|
|
3564
3569
|
G2 as selectWsIsConnected,
|
|
3565
3570
|
W2 as selectZoomRoomControllerKey,
|
|
3566
3571
|
m as store,
|
|
3567
3572
|
q as uiActions,
|
|
3568
|
-
|
|
3569
|
-
|
|
3573
|
+
p8 as uiReducer,
|
|
3574
|
+
k6 as useApiPath,
|
|
3570
3575
|
Z2 as useAppConfig,
|
|
3571
3576
|
p2 as useAppDispatch,
|
|
3572
3577
|
p as useAppSelector,
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
F6 as
|
|
3584
|
-
|
|
3578
|
+
je as useAvrControl,
|
|
3579
|
+
h as useButtonHeldHeartbeat,
|
|
3580
|
+
Se as useCameraBase,
|
|
3581
|
+
n8 as useClientId,
|
|
3582
|
+
B8 as useDeviceIBasicVolumeWithFeedback,
|
|
3583
|
+
ve as useDeviceInterfaceSupport,
|
|
3584
|
+
be as useDevicePresetsModel,
|
|
3585
|
+
Ie as useEndpoint,
|
|
3586
|
+
h8 as useError,
|
|
3587
|
+
n5 as useGetAllDeviceStateFromRoomConfiguration,
|
|
3588
|
+
F6 as useGetAllDevices,
|
|
3589
|
+
K6 as useGetAllRooms,
|
|
3590
|
+
pe as useGetCurrentPopoverIdForGroup,
|
|
3585
3591
|
y as useGetDevice,
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3592
|
+
Ze as useGetIBasicVolumeWithFeedback,
|
|
3593
|
+
G6 as useGetRoom,
|
|
3594
|
+
le as useGetRoomDisplayStates,
|
|
3595
|
+
ie as useGetZoomRoomControllerKey,
|
|
3590
3596
|
R3 as useIBasicVolumeWithFeedback,
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3597
|
+
Re as useIChannel,
|
|
3598
|
+
ye as useIColor,
|
|
3599
|
+
Ee as useICommunicationMonitor,
|
|
3600
|
+
Te as useIDPad,
|
|
3601
|
+
Pe as useIDeviceInfoMessenger,
|
|
3602
|
+
_e as useIDspPresets,
|
|
3603
|
+
De as useIDvr,
|
|
3604
|
+
Le as useIEssentialsRoomCombiner,
|
|
3605
|
+
$e as useIHasCameras,
|
|
3600
3606
|
y3 as useIHasPowerControl,
|
|
3601
3607
|
k1 as useIHasSelectableItems,
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
J6 as
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
te as
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3608
|
+
Ae as useIHumiditySensor,
|
|
3609
|
+
Be as useILevelControls,
|
|
3610
|
+
Oe as useILightingScenes,
|
|
3611
|
+
Ve as useIMatrixRouting,
|
|
3612
|
+
ke as useIMcCiscoCodecUserInterfaceAppControl,
|
|
3613
|
+
Ue as useINumeric,
|
|
3614
|
+
We as useIProjectorScreenLiftControl,
|
|
3615
|
+
Fe as useIRoomEventSchedule,
|
|
3616
|
+
He as useIRunDefaultPresentRoute,
|
|
3617
|
+
Ke as useIRunDirectRouteAction,
|
|
3618
|
+
Ge as useIRunRouteAction,
|
|
3619
|
+
qe as useISetTopBoxControls,
|
|
3620
|
+
Ye as useIShadesOpenCloseStop,
|
|
3621
|
+
ze as useIShutdownPromptTimer,
|
|
3622
|
+
Je as useISwitchedOutput,
|
|
3623
|
+
Xe as useITechPassword,
|
|
3624
|
+
Qe as useITemperatureSensor,
|
|
3625
|
+
Ne as useITheme,
|
|
3626
|
+
e5 as useITransport,
|
|
3627
|
+
b8 as useInitialize,
|
|
3628
|
+
Me as useIsSyncStateValuePresent,
|
|
3629
|
+
de as useIsTouchpanel,
|
|
3630
|
+
U6 as useLogoPath,
|
|
3631
|
+
t5 as useMobileControlTouchpanelController,
|
|
3632
|
+
o5 as useOverflow,
|
|
3633
|
+
W6 as usePartnerMetadata,
|
|
3634
|
+
A8 as usePressHoldRelease,
|
|
3635
|
+
ce as useRoomAdvancedSharingActive,
|
|
3636
|
+
z6 as useRoomAudioControlPointList,
|
|
3637
|
+
ee as useRoomCodecContentDestinationKey,
|
|
3638
|
+
H6 as useRoomConfiguration,
|
|
3639
|
+
X6 as useRoomDestinationList,
|
|
3640
|
+
J6 as useRoomDestinations,
|
|
3641
|
+
Q6 as useRoomEnvironmentalDevices,
|
|
3642
|
+
c5 as useRoomIBasicVolumeWithFeedback,
|
|
3643
|
+
te as useRoomInCall,
|
|
3644
|
+
ne as useRoomIsCoolingDown,
|
|
3645
|
+
oe as useRoomIsOn,
|
|
3646
|
+
se as useRoomIsWarmingUp,
|
|
3647
|
+
s8 as useRoomKey,
|
|
3641
3648
|
K2 as useRoomLevelControls,
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3649
|
+
q6 as useRoomName,
|
|
3650
|
+
N6 as useRoomProgramAudioDestinationKey,
|
|
3651
|
+
re as useRoomShareState,
|
|
3652
|
+
Y6 as useRoomSourceList,
|
|
3653
|
+
S1 as useRoomState,
|
|
3647
3654
|
H2 as useRoomVolume,
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3655
|
+
ae as useRuntimeInfo,
|
|
3656
|
+
r5 as useScroll,
|
|
3657
|
+
r8 as useServerIsRunningOnProcessorHardware,
|
|
3658
|
+
ge as useShowIncomingCallModal,
|
|
3659
|
+
fe as useShowModal,
|
|
3660
|
+
we as useShowPopoverById,
|
|
3661
|
+
g8 as useShowReconnect,
|
|
3662
|
+
he as useShowShutdownModal,
|
|
3663
|
+
l5 as useSystemControl,
|
|
3657
3664
|
o8 as useSystemUuid,
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3665
|
+
xe as useTheme,
|
|
3666
|
+
i5 as useTimeAndDate,
|
|
3667
|
+
ue as useTouchpanelKey,
|
|
3668
|
+
s5 as useTwoWayDisplayBase,
|
|
3669
|
+
c8 as useUserCode,
|
|
3663
3670
|
b as useWebsocketContext,
|
|
3664
3671
|
j3 as useWsIsConnected
|
|
3665
3672
|
};
|