@pepperdash/mobile-control-react-app-core 1.7.0 → 1.9.0
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 +1220 -1016
- package/dist/mobile-control-react-app-core.umd.js +11 -11
- package/dist/shared/Icons/MultiStateIcons/IconMultiController.d.ts +3 -0
- package/dist/shared/Icons/MultiStateIcons/IconMultiController.d.ts.map +1 -0
- package/dist/shared/Icons/MultiStateIcons/IconMultiRoomPC.d.ts +3 -0
- package/dist/shared/Icons/MultiStateIcons/IconMultiRoomPC.d.ts.map +1 -0
- package/dist/shared/Icons/MultiStateIcons/index.d.ts +2 -0
- package/dist/shared/Icons/MultiStateIcons/index.d.ts.map +1 -1
- package/dist/shared/Icons/iconsDictionary.d.ts +1 -1
- package/dist/shared/Icons/iconsDictionary.d.ts.map +1 -1
- package/dist/shared/hooks/index.d.ts +1 -0
- package/dist/shared/hooks/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/index.d.ts +3 -0
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts +11 -0
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts +4 -0
- package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts.map +1 -0
- package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts +3 -1
- package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/dist/shared/hooks/useTimeAndDate.d.ts +5 -0
- package/dist/shared/hooks/useTimeAndDate.d.ts.map +1 -0
- package/dist/shared/layout/ErrorBox.d.ts.map +1 -1
- package/dist/store/rooms/rooms.slice.d.ts +6 -8
- package/dist/store/rooms/rooms.slice.d.ts.map +1 -1
- package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts +25 -0
- package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts.map +1 -0
- package/dist/types/state/state/IProjectorScreenLiftControlState.d.ts +7 -0
- package/dist/types/state/state/IProjectorScreenLiftControlState.d.ts.map +1 -0
- package/dist/types/state/state/RoomState.d.ts +3 -1
- package/dist/types/state/state/RoomState.d.ts.map +1 -1
- package/dist/types/state/state/index.d.ts +2 -0
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var _ = (t, e,
|
|
4
|
-
import
|
|
5
|
-
import { createSlice as
|
|
6
|
-
import { useSelector as
|
|
7
|
-
import * as
|
|
8
|
-
import
|
|
9
|
-
|
|
1
|
+
var W3 = Object.defineProperty;
|
|
2
|
+
var H3 = (t, e, c) => e in t ? W3(t, e, { enumerable: !0, configurable: !0, writable: !0, value: c }) : t[e] = c;
|
|
3
|
+
var _ = (t, e, c) => (H3(t, typeof e != "symbol" ? e + "" : e, c), c);
|
|
4
|
+
import K3 from "axios";
|
|
5
|
+
import { createSlice as o1, combineReducers as G3, configureStore as n3, createSelector as q3 } from "@reduxjs/toolkit";
|
|
6
|
+
import { useSelector as Y3, useDispatch as J3, Provider as z3 } from "react-redux";
|
|
7
|
+
import * as c3 from "lodash";
|
|
8
|
+
import s3, { createContext as X3, useState as q, useRef as s1, useCallback as u1, useEffect as G, useContext as Q3 } from "react";
|
|
9
|
+
import { useNavigate as N3 } from "react-router-dom";
|
|
10
|
+
const e2 = {
|
|
10
11
|
config: {
|
|
11
12
|
enableDev: !1,
|
|
12
13
|
apiPath: "",
|
|
@@ -16,41 +17,41 @@ const N1 = {
|
|
|
16
17
|
loginMode: "",
|
|
17
18
|
modes: {}
|
|
18
19
|
}
|
|
19
|
-
},
|
|
20
|
+
}, o3 = o1({
|
|
20
21
|
name: "appConfig",
|
|
21
|
-
initialState:
|
|
22
|
+
initialState: e2,
|
|
22
23
|
reducers: {
|
|
23
24
|
setAppConfig(t, e) {
|
|
24
25
|
t.config = e.payload;
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
|
-
}),
|
|
28
|
+
}), t2 = o3.actions, n2 = o3.reducer, c2 = {}, r3 = o1({
|
|
28
29
|
name: "devices",
|
|
29
|
-
initialState:
|
|
30
|
+
initialState: c2,
|
|
30
31
|
reducers: {
|
|
31
32
|
setDeviceState(t, e) {
|
|
32
|
-
const
|
|
33
|
-
if (!
|
|
33
|
+
const c = e.payload.type, o = c.slice(c.lastIndexOf("/") + 1);
|
|
34
|
+
if (!o)
|
|
34
35
|
return;
|
|
35
|
-
const l = e.payload.content,
|
|
36
|
-
return t[
|
|
36
|
+
const l = e.payload.content, i = t[o] ?? {}, d = c3.merge(i, l);
|
|
37
|
+
return t[o] = d, t;
|
|
37
38
|
}
|
|
38
39
|
}
|
|
39
|
-
}),
|
|
40
|
+
}), s2 = r3.actions, o2 = r3.reducer, r2 = {}, l3 = o1({
|
|
40
41
|
name: "rooms",
|
|
41
|
-
initialState:
|
|
42
|
+
initialState: r2,
|
|
42
43
|
reducers: {
|
|
43
44
|
setRoomState(t, e) {
|
|
44
|
-
const
|
|
45
|
-
if (console.log(
|
|
45
|
+
const c = e.payload.type, o = c.slice(c.lastIndexOf("/") + 1);
|
|
46
|
+
if (console.log(c, o), !o)
|
|
46
47
|
return;
|
|
47
48
|
const l = e.payload.content;
|
|
48
49
|
console.log(l);
|
|
49
|
-
const
|
|
50
|
-
return t[
|
|
50
|
+
const i = t[o] ?? {}, d = c3.merge(i, l);
|
|
51
|
+
return t[o] = d, console.log(t), t;
|
|
51
52
|
}
|
|
52
53
|
}
|
|
53
|
-
}),
|
|
54
|
+
}), l2 = l3.actions, i2 = l3.reducer, a2 = {
|
|
54
55
|
apiVersion: "",
|
|
55
56
|
serverIsRunningOnProcessorHardware: !1,
|
|
56
57
|
websocket: {
|
|
@@ -69,9 +70,9 @@ const N1 = {
|
|
|
69
70
|
userCode: "",
|
|
70
71
|
qrUrl: ""
|
|
71
72
|
}
|
|
72
|
-
},
|
|
73
|
+
}, i3 = o1({
|
|
73
74
|
name: "runtimeConfig",
|
|
74
|
-
initialState:
|
|
75
|
+
initialState: a2,
|
|
75
76
|
reducers: {
|
|
76
77
|
setRuntimeConfig(t, e) {
|
|
77
78
|
t.apiVersion = e.payload.apiVersion, t.serverIsRunningOnProcessorHardware = e.payload.serverIsRunningOnProcessorHardware;
|
|
@@ -95,15 +96,15 @@ const N1 = {
|
|
|
95
96
|
t.roomData.userCode = e.payload.userCode, t.roomData.qrUrl = e.payload.qrUrl;
|
|
96
97
|
}
|
|
97
98
|
}
|
|
98
|
-
}), K =
|
|
99
|
+
}), K = i3.actions, u2 = i3.reducer, d2 = {
|
|
99
100
|
modalVisibility: {
|
|
100
101
|
showShutdownModal: !1,
|
|
101
102
|
showIncomingCallModal: !1
|
|
102
103
|
},
|
|
103
104
|
popoverVisibility: {}
|
|
104
|
-
},
|
|
105
|
+
}, a3 = o1({
|
|
105
106
|
name: "ui",
|
|
106
|
-
initialState:
|
|
107
|
+
initialState: d2,
|
|
107
108
|
reducers: {
|
|
108
109
|
clearAllModals(t) {
|
|
109
110
|
Object.entries(t.modalVisibility).forEach(([e]) => {
|
|
@@ -120,142 +121,142 @@ const N1 = {
|
|
|
120
121
|
t.modalVisibility.showIncomingCallModal = e.payload;
|
|
121
122
|
},
|
|
122
123
|
setPopoverState(t, e) {
|
|
123
|
-
t.popoverVisibility[e.payload.popoverGroup] || (t.popoverVisibility[e.payload.popoverGroup] = {}), Object.entries(t.popoverVisibility[e.payload.popoverGroup]).forEach(([
|
|
124
|
-
t.popoverVisibility[e.payload.popoverGroup][
|
|
124
|
+
t.popoverVisibility[e.payload.popoverGroup] || (t.popoverVisibility[e.payload.popoverGroup] = {}), Object.entries(t.popoverVisibility[e.payload.popoverGroup]).forEach(([c]) => {
|
|
125
|
+
t.popoverVisibility[e.payload.popoverGroup][c] = !1;
|
|
125
126
|
}), t.popoverVisibility[e.payload.popoverGroup][e.payload.popoverId] = e.payload.value;
|
|
126
127
|
}
|
|
127
128
|
}
|
|
128
|
-
}),
|
|
129
|
-
appConfig:
|
|
130
|
-
runtimeConfig:
|
|
131
|
-
rooms:
|
|
129
|
+
}), A8 = a3.actions, v2 = a3.reducer, u3 = G3({
|
|
130
|
+
appConfig: n2,
|
|
131
|
+
runtimeConfig: u2,
|
|
132
|
+
rooms: i2,
|
|
132
133
|
devices: o2,
|
|
133
|
-
ui:
|
|
134
|
-
}),
|
|
135
|
-
reducer:
|
|
136
|
-
}), Z =
|
|
137
|
-
function
|
|
134
|
+
ui: v2
|
|
135
|
+
}), h2 = n3({
|
|
136
|
+
reducer: u3
|
|
137
|
+
}), Z = Y3, g2 = () => Z((t) => t.appConfig.config), B8 = () => Z((t) => t.appConfig.config.apiPath), f2 = () => Z((t) => t.devices);
|
|
138
|
+
function L(t) {
|
|
138
139
|
return Z((e) => e.devices[t] ? e.devices[t] : void 0);
|
|
139
140
|
}
|
|
140
|
-
const
|
|
141
|
+
const T8 = (t) => Z(
|
|
141
142
|
(e) => {
|
|
142
|
-
var
|
|
143
|
-
return e.rooms[t] ? (
|
|
143
|
+
var c;
|
|
144
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.configuration : void 0;
|
|
144
145
|
}
|
|
145
|
-
),
|
|
146
|
+
), R1 = (t) => Z(
|
|
146
147
|
(e) => e.rooms[t] ? e.rooms[t] : void 0
|
|
147
|
-
),
|
|
148
|
+
), D8 = (t) => Z(
|
|
148
149
|
(e) => {
|
|
149
|
-
var
|
|
150
|
-
return e.rooms[t] ? (
|
|
150
|
+
var c;
|
|
151
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.name : void 0;
|
|
151
152
|
}
|
|
152
|
-
),
|
|
153
|
-
(
|
|
154
|
-
var
|
|
155
|
-
return
|
|
153
|
+
), w2 = (t, e) => Z(
|
|
154
|
+
(c) => {
|
|
155
|
+
var o;
|
|
156
|
+
return c.rooms[t] ? (o = c.rooms[t]) == null ? void 0 : o.volumes[e] : void 0;
|
|
156
157
|
}
|
|
157
|
-
),
|
|
158
|
+
), P8 = (t) => Z(
|
|
158
159
|
(e) => {
|
|
159
|
-
var
|
|
160
|
-
return e.rooms[t] ? (
|
|
160
|
+
var c, o;
|
|
161
|
+
return e.rooms[t] ? (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.sourceList : void 0;
|
|
161
162
|
}
|
|
162
|
-
),
|
|
163
|
+
), O8 = (t) => Z(
|
|
163
164
|
(e) => {
|
|
164
|
-
var
|
|
165
|
-
return e.rooms[t] ? (
|
|
165
|
+
var c, o;
|
|
166
|
+
return e.rooms[t] ? (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.destinations : void 0;
|
|
166
167
|
}
|
|
167
|
-
),
|
|
168
|
+
), V8 = (t) => Z(
|
|
168
169
|
(e) => {
|
|
169
|
-
var
|
|
170
|
-
return e.rooms[t] ? (
|
|
170
|
+
var c, o;
|
|
171
|
+
return e.rooms[t] ? (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.destinationList : void 0;
|
|
171
172
|
}
|
|
172
|
-
),
|
|
173
|
+
), F8 = (t) => Z(
|
|
173
174
|
(e) => {
|
|
174
|
-
var
|
|
175
|
-
return e.rooms[t] ? (
|
|
175
|
+
var c, o;
|
|
176
|
+
return e.rooms[t] ? (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.environmentalDevices : void 0;
|
|
176
177
|
}
|
|
177
|
-
),
|
|
178
|
+
), k8 = (t) => Z(
|
|
178
179
|
(e) => {
|
|
179
|
-
var
|
|
180
|
-
return (
|
|
180
|
+
var c, o, l, i, d, f, u, S;
|
|
181
|
+
return (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) != null && o.destinationList.programAudio ? (d = (i = (l = e.rooms[t]) == null ? void 0 : l.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : d.sinkKey : ((S = (u = (f = e.rooms[t]) == null ? void 0 : f.configuration) == null ? void 0 : u.destinationList.defaultDisplay) == null ? void 0 : S.sinkKey) || "";
|
|
181
182
|
}
|
|
182
|
-
),
|
|
183
|
+
), U8 = (t) => Z(
|
|
183
184
|
(e) => {
|
|
184
|
-
var
|
|
185
|
-
return e.rooms[t] ? (l = (
|
|
185
|
+
var c, o, l;
|
|
186
|
+
return e.rooms[t] ? (l = (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.destinationList.codecContent) == null ? void 0 : l.sinkKey : void 0;
|
|
186
187
|
}
|
|
187
|
-
),
|
|
188
|
+
), W8 = (t) => Z(
|
|
188
189
|
(e) => {
|
|
189
|
-
var
|
|
190
|
-
return e.rooms[t] ? (
|
|
190
|
+
var c;
|
|
191
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isInCall : void 0;
|
|
191
192
|
}
|
|
192
|
-
),
|
|
193
|
+
), H8 = (t) => Z(
|
|
193
194
|
(e) => {
|
|
194
|
-
var
|
|
195
|
-
return e.rooms[t] ? (
|
|
195
|
+
var c;
|
|
196
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isWarmingUp : void 0;
|
|
196
197
|
}
|
|
197
|
-
),
|
|
198
|
+
), K8 = (t) => Z(
|
|
198
199
|
(e) => {
|
|
199
|
-
var
|
|
200
|
-
return e.rooms[t] ? (
|
|
200
|
+
var c;
|
|
201
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isCoolingDown : void 0;
|
|
201
202
|
}
|
|
202
|
-
),
|
|
203
|
+
), G8 = (t) => Z(
|
|
203
204
|
(e) => {
|
|
204
|
-
var
|
|
205
|
-
return e.rooms[t] ? (
|
|
205
|
+
var c;
|
|
206
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isOn : void 0;
|
|
206
207
|
}
|
|
207
|
-
),
|
|
208
|
+
), q8 = (t) => Z(
|
|
208
209
|
(e) => {
|
|
209
|
-
var
|
|
210
|
-
return e.rooms[t] ? (
|
|
210
|
+
var c;
|
|
211
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.advancedSharingActive : void 0;
|
|
211
212
|
}
|
|
212
|
-
),
|
|
213
|
+
), Y8 = (t) => Z(
|
|
213
214
|
(e) => {
|
|
214
|
-
var
|
|
215
|
-
return e.rooms[t] ? (
|
|
215
|
+
var c;
|
|
216
|
+
return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.share : void 0;
|
|
216
217
|
}
|
|
217
|
-
),
|
|
218
|
+
), J8 = (t) => q3(
|
|
218
219
|
[
|
|
219
|
-
(e,
|
|
220
|
-
|
|
220
|
+
(e, c) => c,
|
|
221
|
+
f2,
|
|
221
222
|
(e) => {
|
|
222
|
-
var
|
|
223
|
-
return (
|
|
223
|
+
var c, o;
|
|
224
|
+
return (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.destinations;
|
|
224
225
|
}
|
|
225
226
|
],
|
|
226
|
-
(e,
|
|
227
|
-
if (console.log("roomKey", e), console.log("devices",
|
|
227
|
+
(e, c, o) => {
|
|
228
|
+
if (console.log("roomKey", e), console.log("devices", c), console.log("destinations", o), !o)
|
|
228
229
|
return;
|
|
229
|
-
const l = Object.entries(
|
|
230
|
-
return Object.values(
|
|
230
|
+
const l = Object.entries(o).filter(([d]) => d !== "programAudio" && d !== "codecContent").map(([, d]) => d);
|
|
231
|
+
return Object.values(c).filter((d) => Object.values(l).includes(d.key));
|
|
231
232
|
}
|
|
232
|
-
)(
|
|
233
|
+
)(h2.getState(), t), z8 = (t) => Z(
|
|
233
234
|
(e) => {
|
|
234
|
-
var
|
|
235
|
-
return e.rooms[t] ? (
|
|
236
|
-
}
|
|
237
|
-
),
|
|
238
|
-
const
|
|
239
|
-
if (
|
|
240
|
-
return Object.keys(
|
|
241
|
-
}),
|
|
242
|
-
var
|
|
243
|
-
return (
|
|
244
|
-
}), F =
|
|
245
|
-
reducer:
|
|
246
|
-
}),
|
|
247
|
-
function
|
|
248
|
-
const t =
|
|
235
|
+
var c, o;
|
|
236
|
+
return e.rooms[t] ? (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.zoomRoomControllerKey : void 0;
|
|
237
|
+
}
|
|
238
|
+
), p2 = () => Z((t) => t.runtimeConfig.websocket.isConnected), x2 = () => Z((t) => t.runtimeConfig.roomData.roomKey), M2 = () => Z((t) => t.runtimeConfig.roomData.clientId), X8 = () => Z((t) => t.ui.modalVisibility.showShutdownModal), Q8 = () => Z((t) => t.ui.modalVisibility.showIncomingCallModal), N8 = (t) => Z((e) => e.ui.modalVisibility[t]), e6 = (t) => Z((e) => {
|
|
239
|
+
const c = e.ui.popoverVisibility[t];
|
|
240
|
+
if (c)
|
|
241
|
+
return Object.keys(c).find((o) => c[o]);
|
|
242
|
+
}), t6 = (t, e) => Z((c) => {
|
|
243
|
+
var o;
|
|
244
|
+
return (o = c.ui.popoverVisibility[t]) == null ? void 0 : o[e];
|
|
245
|
+
}), F = n3({
|
|
246
|
+
reducer: u3
|
|
247
|
+
}), m2 = J3, b1 = K3.create();
|
|
248
|
+
function Z2() {
|
|
249
|
+
const t = m2();
|
|
249
250
|
return async () => {
|
|
250
251
|
try {
|
|
251
252
|
const e = location.pathname.split("/").filter((l) => l.length > 0);
|
|
252
253
|
e.length >= 5 ? e.length = 5 : e.length = 2;
|
|
253
|
-
const
|
|
254
|
-
if (
|
|
255
|
-
const l =
|
|
256
|
-
t(
|
|
257
|
-
const
|
|
258
|
-
|
|
254
|
+
const c = `/${e.join("/")}`, o = await b1.get("/_local-config/_config.local.json", { baseURL: c });
|
|
255
|
+
if (o.status == 200 && o.data) {
|
|
256
|
+
const l = o.data.apiPath;
|
|
257
|
+
t(t2.setAppConfig(o.data));
|
|
258
|
+
const i = await b1.get(`${l}/version`);
|
|
259
|
+
i.status == 200 && i.data && t(K.setRuntimeConfig(i.data));
|
|
259
260
|
}
|
|
260
261
|
} catch (e) {
|
|
261
262
|
console.error("Error getting config", e);
|
|
@@ -263,7 +264,7 @@ function m2() {
|
|
|
263
264
|
return !0;
|
|
264
265
|
};
|
|
265
266
|
}
|
|
266
|
-
var
|
|
267
|
+
var I1 = { exports: {} }, t1 = {};
|
|
267
268
|
/**
|
|
268
269
|
* @license React
|
|
269
270
|
* react-jsx-runtime.development.js
|
|
@@ -273,89 +274,89 @@ var I3 = { exports: {} }, N = {};
|
|
|
273
274
|
* This source code is licensed under the MIT license found in the
|
|
274
275
|
* LICENSE file in the root directory of this source tree.
|
|
275
276
|
*/
|
|
276
|
-
var
|
|
277
|
-
function
|
|
278
|
-
return
|
|
279
|
-
var t =
|
|
280
|
-
function
|
|
281
|
-
if (
|
|
277
|
+
var N1;
|
|
278
|
+
function j2() {
|
|
279
|
+
return N1 || (N1 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
280
|
+
var t = s3, e = Symbol.for("react.element"), c = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), f = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), C = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), V = Symbol.iterator, Y = "@@iterator";
|
|
281
|
+
function J(s) {
|
|
282
|
+
if (s === null || typeof s != "object")
|
|
282
283
|
return null;
|
|
283
|
-
var
|
|
284
|
-
return typeof
|
|
284
|
+
var r = V && s[V] || s[Y];
|
|
285
|
+
return typeof r == "function" ? r : null;
|
|
285
286
|
}
|
|
286
287
|
var m = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
287
|
-
function g(
|
|
288
|
+
function g(s) {
|
|
288
289
|
{
|
|
289
|
-
for (var
|
|
290
|
-
|
|
291
|
-
O("error",
|
|
290
|
+
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), v = 1; v < r; v++)
|
|
291
|
+
a[v - 1] = arguments[v];
|
|
292
|
+
O("error", s, a);
|
|
292
293
|
}
|
|
293
294
|
}
|
|
294
|
-
function O(
|
|
295
|
+
function O(s, r, a) {
|
|
295
296
|
{
|
|
296
|
-
var v = m.ReactDebugCurrentFrame,
|
|
297
|
-
|
|
298
|
-
var j =
|
|
297
|
+
var v = m.ReactDebugCurrentFrame, M = v.getStackAddendum();
|
|
298
|
+
M !== "" && (r += "%s", a = a.concat([M]));
|
|
299
|
+
var j = a.map(function(p) {
|
|
299
300
|
return String(p);
|
|
300
301
|
});
|
|
301
|
-
j.unshift("Warning: " +
|
|
302
|
+
j.unshift("Warning: " + r), Function.prototype.apply.call(console[s], console, j);
|
|
302
303
|
}
|
|
303
304
|
}
|
|
304
|
-
var
|
|
305
|
-
|
|
306
|
-
function
|
|
307
|
-
return !!(typeof
|
|
305
|
+
var z = !1, E = !1, X = !1, v1 = !1, h1 = !1, E1;
|
|
306
|
+
E1 = Symbol.for("react.module.reference");
|
|
307
|
+
function g3(s) {
|
|
308
|
+
return !!(typeof s == "string" || typeof s == "function" || s === o || s === i || h1 || s === l || s === S || s === C || v1 || s === T || z || E || X || typeof s == "object" && s !== null && (s.$$typeof === A || s.$$typeof === b || s.$$typeof === d || s.$$typeof === f || s.$$typeof === u || // This needs to include all possible module reference object
|
|
308
309
|
// types supported by any Flight configuration anywhere since
|
|
309
310
|
// we don't know which Flight build this will end up being used
|
|
310
311
|
// with.
|
|
311
|
-
|
|
312
|
+
s.$$typeof === E1 || s.getModuleId !== void 0));
|
|
312
313
|
}
|
|
313
|
-
function
|
|
314
|
-
var v =
|
|
314
|
+
function f3(s, r, a) {
|
|
315
|
+
var v = s.displayName;
|
|
315
316
|
if (v)
|
|
316
317
|
return v;
|
|
317
|
-
var
|
|
318
|
-
return
|
|
318
|
+
var M = r.displayName || r.name || "";
|
|
319
|
+
return M !== "" ? a + "(" + M + ")" : a;
|
|
319
320
|
}
|
|
320
|
-
function
|
|
321
|
-
return
|
|
321
|
+
function _1(s) {
|
|
322
|
+
return s.displayName || "Context";
|
|
322
323
|
}
|
|
323
|
-
function P(
|
|
324
|
-
if (
|
|
324
|
+
function P(s) {
|
|
325
|
+
if (s == null)
|
|
325
326
|
return null;
|
|
326
|
-
if (typeof
|
|
327
|
-
return
|
|
328
|
-
if (typeof
|
|
329
|
-
return
|
|
330
|
-
switch (
|
|
331
|
-
case
|
|
327
|
+
if (typeof s.tag == "number" && g("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof s == "function")
|
|
328
|
+
return s.displayName || s.name || null;
|
|
329
|
+
if (typeof s == "string")
|
|
330
|
+
return s;
|
|
331
|
+
switch (s) {
|
|
332
|
+
case o:
|
|
332
333
|
return "Fragment";
|
|
333
|
-
case
|
|
334
|
+
case c:
|
|
334
335
|
return "Portal";
|
|
335
|
-
case
|
|
336
|
+
case i:
|
|
336
337
|
return "Profiler";
|
|
337
338
|
case l:
|
|
338
339
|
return "StrictMode";
|
|
339
|
-
case C:
|
|
340
|
-
return "Suspense";
|
|
341
340
|
case S:
|
|
341
|
+
return "Suspense";
|
|
342
|
+
case C:
|
|
342
343
|
return "SuspenseList";
|
|
343
344
|
}
|
|
344
|
-
if (typeof
|
|
345
|
-
switch (
|
|
345
|
+
if (typeof s == "object")
|
|
346
|
+
switch (s.$$typeof) {
|
|
346
347
|
case f:
|
|
347
|
-
var
|
|
348
|
-
return
|
|
349
|
-
case u:
|
|
350
|
-
var i = o;
|
|
351
|
-
return _3(i._context) + ".Provider";
|
|
348
|
+
var r = s;
|
|
349
|
+
return _1(r) + ".Consumer";
|
|
352
350
|
case d:
|
|
353
|
-
|
|
351
|
+
var a = s;
|
|
352
|
+
return _1(a._context) + ".Provider";
|
|
353
|
+
case u:
|
|
354
|
+
return f3(s, s.render, "ForwardRef");
|
|
354
355
|
case b:
|
|
355
|
-
var v =
|
|
356
|
-
return v !== null ? v : P(
|
|
356
|
+
var v = s.displayName || null;
|
|
357
|
+
return v !== null ? v : P(s.type) || "Memo";
|
|
357
358
|
case A: {
|
|
358
|
-
var
|
|
359
|
+
var M = s, j = M._payload, p = M._init;
|
|
359
360
|
try {
|
|
360
361
|
return P(p(j));
|
|
361
362
|
} catch {
|
|
@@ -365,103 +366,103 @@ function Z2() {
|
|
|
365
366
|
}
|
|
366
367
|
return null;
|
|
367
368
|
}
|
|
368
|
-
var k = Object.assign,
|
|
369
|
-
function
|
|
369
|
+
var k = Object.assign, Q = 0, L1, $1, A1, B1, T1, D1, P1;
|
|
370
|
+
function O1() {
|
|
370
371
|
}
|
|
371
|
-
|
|
372
|
-
function
|
|
372
|
+
O1.__reactDisabledLog = !0;
|
|
373
|
+
function w3() {
|
|
373
374
|
{
|
|
374
|
-
if (
|
|
375
|
-
|
|
376
|
-
var
|
|
375
|
+
if (Q === 0) {
|
|
376
|
+
L1 = console.log, $1 = console.info, A1 = console.warn, B1 = console.error, T1 = console.group, D1 = console.groupCollapsed, P1 = console.groupEnd;
|
|
377
|
+
var s = {
|
|
377
378
|
configurable: !0,
|
|
378
379
|
enumerable: !0,
|
|
379
|
-
value:
|
|
380
|
+
value: O1,
|
|
380
381
|
writable: !0
|
|
381
382
|
};
|
|
382
383
|
Object.defineProperties(console, {
|
|
383
|
-
info:
|
|
384
|
-
log:
|
|
385
|
-
warn:
|
|
386
|
-
error:
|
|
387
|
-
group:
|
|
388
|
-
groupCollapsed:
|
|
389
|
-
groupEnd:
|
|
384
|
+
info: s,
|
|
385
|
+
log: s,
|
|
386
|
+
warn: s,
|
|
387
|
+
error: s,
|
|
388
|
+
group: s,
|
|
389
|
+
groupCollapsed: s,
|
|
390
|
+
groupEnd: s
|
|
390
391
|
});
|
|
391
392
|
}
|
|
392
|
-
|
|
393
|
+
Q++;
|
|
393
394
|
}
|
|
394
395
|
}
|
|
395
|
-
function
|
|
396
|
+
function p3() {
|
|
396
397
|
{
|
|
397
|
-
if (
|
|
398
|
-
var
|
|
398
|
+
if (Q--, Q === 0) {
|
|
399
|
+
var s = {
|
|
399
400
|
configurable: !0,
|
|
400
401
|
enumerable: !0,
|
|
401
402
|
writable: !0
|
|
402
403
|
};
|
|
403
404
|
Object.defineProperties(console, {
|
|
404
|
-
log: k({},
|
|
405
|
-
value:
|
|
405
|
+
log: k({}, s, {
|
|
406
|
+
value: L1
|
|
406
407
|
}),
|
|
407
|
-
info: k({},
|
|
408
|
-
value: $
|
|
408
|
+
info: k({}, s, {
|
|
409
|
+
value: $1
|
|
409
410
|
}),
|
|
410
|
-
warn: k({},
|
|
411
|
-
value:
|
|
411
|
+
warn: k({}, s, {
|
|
412
|
+
value: A1
|
|
412
413
|
}),
|
|
413
|
-
error: k({},
|
|
414
|
-
value:
|
|
414
|
+
error: k({}, s, {
|
|
415
|
+
value: B1
|
|
415
416
|
}),
|
|
416
|
-
group: k({},
|
|
417
|
-
value:
|
|
417
|
+
group: k({}, s, {
|
|
418
|
+
value: T1
|
|
418
419
|
}),
|
|
419
|
-
groupCollapsed: k({},
|
|
420
|
-
value:
|
|
420
|
+
groupCollapsed: k({}, s, {
|
|
421
|
+
value: D1
|
|
421
422
|
}),
|
|
422
|
-
groupEnd: k({},
|
|
423
|
-
value:
|
|
423
|
+
groupEnd: k({}, s, {
|
|
424
|
+
value: P1
|
|
424
425
|
})
|
|
425
426
|
});
|
|
426
427
|
}
|
|
427
|
-
|
|
428
|
+
Q < 0 && g("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
428
429
|
}
|
|
429
430
|
}
|
|
430
|
-
var
|
|
431
|
-
function
|
|
431
|
+
var g1 = m.ReactCurrentDispatcher, f1;
|
|
432
|
+
function r1(s, r, a) {
|
|
432
433
|
{
|
|
433
|
-
if (
|
|
434
|
+
if (f1 === void 0)
|
|
434
435
|
try {
|
|
435
436
|
throw Error();
|
|
436
|
-
} catch (
|
|
437
|
-
var v =
|
|
438
|
-
|
|
437
|
+
} catch (M) {
|
|
438
|
+
var v = M.stack.trim().match(/\n( *(at )?)/);
|
|
439
|
+
f1 = v && v[1] || "";
|
|
439
440
|
}
|
|
440
441
|
return `
|
|
441
|
-
` +
|
|
442
|
+
` + f1 + s;
|
|
442
443
|
}
|
|
443
444
|
}
|
|
444
|
-
var
|
|
445
|
+
var w1 = !1, l1;
|
|
445
446
|
{
|
|
446
|
-
var
|
|
447
|
-
|
|
447
|
+
var x3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
448
|
+
l1 = new x3();
|
|
448
449
|
}
|
|
449
|
-
function
|
|
450
|
-
if (!
|
|
450
|
+
function V1(s, r) {
|
|
451
|
+
if (!s || w1)
|
|
451
452
|
return "";
|
|
452
453
|
{
|
|
453
|
-
var
|
|
454
|
-
if (
|
|
455
|
-
return
|
|
454
|
+
var a = l1.get(s);
|
|
455
|
+
if (a !== void 0)
|
|
456
|
+
return a;
|
|
456
457
|
}
|
|
457
458
|
var v;
|
|
458
|
-
|
|
459
|
-
var
|
|
459
|
+
w1 = !0;
|
|
460
|
+
var M = Error.prepareStackTrace;
|
|
460
461
|
Error.prepareStackTrace = void 0;
|
|
461
462
|
var j;
|
|
462
|
-
j =
|
|
463
|
+
j = g1.current, g1.current = null, w3();
|
|
463
464
|
try {
|
|
464
|
-
if (
|
|
465
|
+
if (r) {
|
|
465
466
|
var p = function() {
|
|
466
467
|
throw Error();
|
|
467
468
|
};
|
|
@@ -475,14 +476,14 @@ function Z2() {
|
|
|
475
476
|
} catch (B) {
|
|
476
477
|
v = B;
|
|
477
478
|
}
|
|
478
|
-
Reflect.construct(
|
|
479
|
+
Reflect.construct(s, [], p);
|
|
479
480
|
} else {
|
|
480
481
|
try {
|
|
481
482
|
p.call();
|
|
482
483
|
} catch (B) {
|
|
483
484
|
v = B;
|
|
484
485
|
}
|
|
485
|
-
|
|
486
|
+
s.call(p.prototype);
|
|
486
487
|
}
|
|
487
488
|
} else {
|
|
488
489
|
try {
|
|
@@ -490,179 +491,179 @@ function Z2() {
|
|
|
490
491
|
} catch (B) {
|
|
491
492
|
v = B;
|
|
492
493
|
}
|
|
493
|
-
|
|
494
|
+
s();
|
|
494
495
|
}
|
|
495
496
|
} catch (B) {
|
|
496
497
|
if (B && v && typeof B.stack == "string") {
|
|
497
498
|
for (var w = B.stack.split(`
|
|
498
|
-
`),
|
|
499
|
-
`), I = w.length - 1,
|
|
500
|
-
|
|
501
|
-
for (; I >= 1 &&
|
|
502
|
-
if (w[I] !==
|
|
503
|
-
if (I !== 1 ||
|
|
499
|
+
`), $ = v.stack.split(`
|
|
500
|
+
`), I = w.length - 1, R = $.length - 1; I >= 1 && R >= 0 && w[I] !== $[R]; )
|
|
501
|
+
R--;
|
|
502
|
+
for (; I >= 1 && R >= 0; I--, R--)
|
|
503
|
+
if (w[I] !== $[R]) {
|
|
504
|
+
if (I !== 1 || R !== 1)
|
|
504
505
|
do
|
|
505
|
-
if (I--,
|
|
506
|
+
if (I--, R--, R < 0 || w[I] !== $[R]) {
|
|
506
507
|
var D = `
|
|
507
508
|
` + w[I].replace(" at new ", " at ");
|
|
508
|
-
return
|
|
509
|
+
return s.displayName && D.includes("<anonymous>") && (D = D.replace("<anonymous>", s.displayName)), typeof s == "function" && l1.set(s, D), D;
|
|
509
510
|
}
|
|
510
|
-
while (I >= 1 &&
|
|
511
|
+
while (I >= 1 && R >= 0);
|
|
511
512
|
break;
|
|
512
513
|
}
|
|
513
514
|
}
|
|
514
515
|
} finally {
|
|
515
|
-
|
|
516
|
+
w1 = !1, g1.current = j, p3(), Error.prepareStackTrace = M;
|
|
516
517
|
}
|
|
517
|
-
var H =
|
|
518
|
-
return typeof
|
|
518
|
+
var H = s ? s.displayName || s.name : "", U = H ? r1(H) : "";
|
|
519
|
+
return typeof s == "function" && l1.set(s, U), U;
|
|
519
520
|
}
|
|
520
|
-
function
|
|
521
|
-
return
|
|
521
|
+
function M3(s, r, a) {
|
|
522
|
+
return V1(s, !1);
|
|
522
523
|
}
|
|
523
|
-
function
|
|
524
|
-
var
|
|
525
|
-
return !!(
|
|
524
|
+
function m3(s) {
|
|
525
|
+
var r = s.prototype;
|
|
526
|
+
return !!(r && r.isReactComponent);
|
|
526
527
|
}
|
|
527
|
-
function
|
|
528
|
-
if (
|
|
528
|
+
function i1(s, r, a) {
|
|
529
|
+
if (s == null)
|
|
529
530
|
return "";
|
|
530
|
-
if (typeof
|
|
531
|
-
return
|
|
532
|
-
if (typeof
|
|
533
|
-
return
|
|
534
|
-
switch (
|
|
535
|
-
case C:
|
|
536
|
-
return s3("Suspense");
|
|
531
|
+
if (typeof s == "function")
|
|
532
|
+
return V1(s, m3(s));
|
|
533
|
+
if (typeof s == "string")
|
|
534
|
+
return r1(s);
|
|
535
|
+
switch (s) {
|
|
537
536
|
case S:
|
|
538
|
-
return
|
|
537
|
+
return r1("Suspense");
|
|
538
|
+
case C:
|
|
539
|
+
return r1("SuspenseList");
|
|
539
540
|
}
|
|
540
|
-
if (typeof
|
|
541
|
-
switch (
|
|
542
|
-
case
|
|
543
|
-
return
|
|
541
|
+
if (typeof s == "object")
|
|
542
|
+
switch (s.$$typeof) {
|
|
543
|
+
case u:
|
|
544
|
+
return M3(s.render);
|
|
544
545
|
case b:
|
|
545
|
-
return
|
|
546
|
+
return i1(s.type, r, a);
|
|
546
547
|
case A: {
|
|
547
|
-
var v =
|
|
548
|
+
var v = s, M = v._payload, j = v._init;
|
|
548
549
|
try {
|
|
549
|
-
return
|
|
550
|
+
return i1(j(M), r, a);
|
|
550
551
|
} catch {
|
|
551
552
|
}
|
|
552
553
|
}
|
|
553
554
|
}
|
|
554
555
|
return "";
|
|
555
556
|
}
|
|
556
|
-
var
|
|
557
|
-
function
|
|
558
|
-
if (
|
|
559
|
-
var
|
|
560
|
-
|
|
557
|
+
var N = Object.prototype.hasOwnProperty, F1 = {}, k1 = m.ReactDebugCurrentFrame;
|
|
558
|
+
function a1(s) {
|
|
559
|
+
if (s) {
|
|
560
|
+
var r = s._owner, a = i1(s.type, s._source, r ? r.type : null);
|
|
561
|
+
k1.setExtraStackFrame(a);
|
|
561
562
|
} else
|
|
562
|
-
|
|
563
|
+
k1.setExtraStackFrame(null);
|
|
563
564
|
}
|
|
564
|
-
function
|
|
565
|
+
function Z3(s, r, a, v, M) {
|
|
565
566
|
{
|
|
566
|
-
var j = Function.call.bind(
|
|
567
|
-
for (var p in
|
|
568
|
-
if (j(
|
|
567
|
+
var j = Function.call.bind(N);
|
|
568
|
+
for (var p in s)
|
|
569
|
+
if (j(s, p)) {
|
|
569
570
|
var w = void 0;
|
|
570
571
|
try {
|
|
571
|
-
if (typeof
|
|
572
|
-
var
|
|
573
|
-
throw
|
|
572
|
+
if (typeof s[p] != "function") {
|
|
573
|
+
var $ = Error((v || "React class") + ": " + a + " type `" + p + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[p] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
574
|
+
throw $.name = "Invariant Violation", $;
|
|
574
575
|
}
|
|
575
|
-
w =
|
|
576
|
+
w = s[p](r, p, v, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
576
577
|
} catch (I) {
|
|
577
578
|
w = I;
|
|
578
579
|
}
|
|
579
|
-
w && !(w instanceof Error) && (
|
|
580
|
+
w && !(w instanceof Error) && (a1(M), g("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", a, p, typeof w), a1(null)), w instanceof Error && !(w.message in F1) && (F1[w.message] = !0, a1(M), g("Failed %s type: %s", a, w.message), a1(null));
|
|
580
581
|
}
|
|
581
582
|
}
|
|
582
583
|
}
|
|
583
|
-
var
|
|
584
|
-
function
|
|
585
|
-
return
|
|
584
|
+
var j3 = Array.isArray;
|
|
585
|
+
function p1(s) {
|
|
586
|
+
return j3(s);
|
|
586
587
|
}
|
|
587
|
-
function
|
|
588
|
+
function C3(s) {
|
|
588
589
|
{
|
|
589
|
-
var
|
|
590
|
-
return
|
|
590
|
+
var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && s[Symbol.toStringTag] || s.constructor.name || "Object";
|
|
591
|
+
return a;
|
|
591
592
|
}
|
|
592
593
|
}
|
|
593
|
-
function
|
|
594
|
+
function S3(s) {
|
|
594
595
|
try {
|
|
595
|
-
return
|
|
596
|
+
return U1(s), !1;
|
|
596
597
|
} catch {
|
|
597
598
|
return !0;
|
|
598
599
|
}
|
|
599
600
|
}
|
|
600
|
-
function
|
|
601
|
-
return "" +
|
|
601
|
+
function U1(s) {
|
|
602
|
+
return "" + s;
|
|
602
603
|
}
|
|
603
|
-
function
|
|
604
|
-
if (
|
|
605
|
-
return g("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
604
|
+
function W1(s) {
|
|
605
|
+
if (S3(s))
|
|
606
|
+
return g("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", C3(s)), U1(s);
|
|
606
607
|
}
|
|
607
|
-
var
|
|
608
|
+
var e1 = m.ReactCurrentOwner, b3 = {
|
|
608
609
|
key: !0,
|
|
609
610
|
ref: !0,
|
|
610
611
|
__self: !0,
|
|
611
612
|
__source: !0
|
|
612
|
-
},
|
|
613
|
-
|
|
614
|
-
function
|
|
615
|
-
if (
|
|
616
|
-
var
|
|
617
|
-
if (
|
|
613
|
+
}, H1, K1, x1;
|
|
614
|
+
x1 = {};
|
|
615
|
+
function I3(s) {
|
|
616
|
+
if (N.call(s, "ref")) {
|
|
617
|
+
var r = Object.getOwnPropertyDescriptor(s, "ref").get;
|
|
618
|
+
if (r && r.isReactWarning)
|
|
618
619
|
return !1;
|
|
619
620
|
}
|
|
620
|
-
return
|
|
621
|
+
return s.ref !== void 0;
|
|
621
622
|
}
|
|
622
|
-
function
|
|
623
|
-
if (
|
|
624
|
-
var
|
|
625
|
-
if (
|
|
623
|
+
function y3(s) {
|
|
624
|
+
if (N.call(s, "key")) {
|
|
625
|
+
var r = Object.getOwnPropertyDescriptor(s, "key").get;
|
|
626
|
+
if (r && r.isReactWarning)
|
|
626
627
|
return !1;
|
|
627
628
|
}
|
|
628
|
-
return
|
|
629
|
+
return s.key !== void 0;
|
|
629
630
|
}
|
|
630
|
-
function
|
|
631
|
-
if (typeof
|
|
632
|
-
var
|
|
633
|
-
|
|
631
|
+
function R3(s, r) {
|
|
632
|
+
if (typeof s.ref == "string" && e1.current && r && e1.current.stateNode !== r) {
|
|
633
|
+
var a = P(e1.current.type);
|
|
634
|
+
x1[a] || (g('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', P(e1.current.type), s.ref), x1[a] = !0);
|
|
634
635
|
}
|
|
635
636
|
}
|
|
636
|
-
function
|
|
637
|
+
function E3(s, r) {
|
|
637
638
|
{
|
|
638
|
-
var
|
|
639
|
-
|
|
639
|
+
var a = function() {
|
|
640
|
+
H1 || (H1 = !0, g("%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)", r));
|
|
640
641
|
};
|
|
641
|
-
|
|
642
|
-
get:
|
|
642
|
+
a.isReactWarning = !0, Object.defineProperty(s, "key", {
|
|
643
|
+
get: a,
|
|
643
644
|
configurable: !0
|
|
644
645
|
});
|
|
645
646
|
}
|
|
646
647
|
}
|
|
647
|
-
function
|
|
648
|
+
function _3(s, r) {
|
|
648
649
|
{
|
|
649
|
-
var
|
|
650
|
-
|
|
650
|
+
var a = function() {
|
|
651
|
+
K1 || (K1 = !0, g("%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)", r));
|
|
651
652
|
};
|
|
652
|
-
|
|
653
|
-
get:
|
|
653
|
+
a.isReactWarning = !0, Object.defineProperty(s, "ref", {
|
|
654
|
+
get: a,
|
|
654
655
|
configurable: !0
|
|
655
656
|
});
|
|
656
657
|
}
|
|
657
658
|
}
|
|
658
|
-
var
|
|
659
|
+
var L3 = function(s, r, a, v, M, j, p) {
|
|
659
660
|
var w = {
|
|
660
661
|
// This tag allows us to uniquely identify this as a React Element
|
|
661
662
|
$$typeof: e,
|
|
662
663
|
// Built-in properties that belong on the element
|
|
663
|
-
type:
|
|
664
|
-
key:
|
|
665
|
-
ref:
|
|
664
|
+
type: s,
|
|
665
|
+
key: r,
|
|
666
|
+
ref: a,
|
|
666
667
|
props: p,
|
|
667
668
|
// Record the component responsible for creating this element.
|
|
668
669
|
_owner: j
|
|
@@ -681,201 +682,201 @@ function Z2() {
|
|
|
681
682
|
configurable: !1,
|
|
682
683
|
enumerable: !1,
|
|
683
684
|
writable: !1,
|
|
684
|
-
value:
|
|
685
|
+
value: M
|
|
685
686
|
}), Object.freeze && (Object.freeze(w.props), Object.freeze(w)), w;
|
|
686
687
|
};
|
|
687
|
-
function $
|
|
688
|
+
function $3(s, r, a, v, M) {
|
|
688
689
|
{
|
|
689
|
-
var j, p = {}, w = null,
|
|
690
|
-
|
|
691
|
-
for (j in
|
|
692
|
-
|
|
693
|
-
if (
|
|
694
|
-
var I =
|
|
690
|
+
var j, p = {}, w = null, $ = null;
|
|
691
|
+
a !== void 0 && (W1(a), w = "" + a), y3(r) && (W1(r.key), w = "" + r.key), I3(r) && ($ = r.ref, R3(r, M));
|
|
692
|
+
for (j in r)
|
|
693
|
+
N.call(r, j) && !b3.hasOwnProperty(j) && (p[j] = r[j]);
|
|
694
|
+
if (s && s.defaultProps) {
|
|
695
|
+
var I = s.defaultProps;
|
|
695
696
|
for (j in I)
|
|
696
697
|
p[j] === void 0 && (p[j] = I[j]);
|
|
697
698
|
}
|
|
698
|
-
if (w ||
|
|
699
|
-
var
|
|
700
|
-
w &&
|
|
699
|
+
if (w || $) {
|
|
700
|
+
var R = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
|
|
701
|
+
w && E3(p, R), $ && _3(p, R);
|
|
701
702
|
}
|
|
702
|
-
return
|
|
703
|
+
return L3(s, w, $, M, v, e1.current, p);
|
|
703
704
|
}
|
|
704
705
|
}
|
|
705
|
-
var
|
|
706
|
-
function
|
|
707
|
-
if (
|
|
708
|
-
var
|
|
709
|
-
|
|
706
|
+
var M1 = m.ReactCurrentOwner, G1 = m.ReactDebugCurrentFrame;
|
|
707
|
+
function W(s) {
|
|
708
|
+
if (s) {
|
|
709
|
+
var r = s._owner, a = i1(s.type, s._source, r ? r.type : null);
|
|
710
|
+
G1.setExtraStackFrame(a);
|
|
710
711
|
} else
|
|
711
|
-
|
|
712
|
+
G1.setExtraStackFrame(null);
|
|
712
713
|
}
|
|
713
|
-
var
|
|
714
|
-
|
|
715
|
-
function
|
|
716
|
-
return typeof
|
|
714
|
+
var m1;
|
|
715
|
+
m1 = !1;
|
|
716
|
+
function Z1(s) {
|
|
717
|
+
return typeof s == "object" && s !== null && s.$$typeof === e;
|
|
717
718
|
}
|
|
718
|
-
function
|
|
719
|
+
function q1() {
|
|
719
720
|
{
|
|
720
|
-
if (
|
|
721
|
-
var
|
|
722
|
-
if (
|
|
721
|
+
if (M1.current) {
|
|
722
|
+
var s = P(M1.current.type);
|
|
723
|
+
if (s)
|
|
723
724
|
return `
|
|
724
725
|
|
|
725
|
-
Check the render method of \`` +
|
|
726
|
+
Check the render method of \`` + s + "`.";
|
|
726
727
|
}
|
|
727
728
|
return "";
|
|
728
729
|
}
|
|
729
730
|
}
|
|
730
|
-
function
|
|
731
|
+
function A3(s) {
|
|
731
732
|
{
|
|
732
|
-
if (
|
|
733
|
-
var
|
|
733
|
+
if (s !== void 0) {
|
|
734
|
+
var r = s.fileName.replace(/^.*[\\\/]/, ""), a = s.lineNumber;
|
|
734
735
|
return `
|
|
735
736
|
|
|
736
|
-
Check your code at ` +
|
|
737
|
+
Check your code at ` + r + ":" + a + ".";
|
|
737
738
|
}
|
|
738
739
|
return "";
|
|
739
740
|
}
|
|
740
741
|
}
|
|
741
|
-
var
|
|
742
|
-
function
|
|
742
|
+
var Y1 = {};
|
|
743
|
+
function B3(s) {
|
|
743
744
|
{
|
|
744
|
-
var
|
|
745
|
-
if (!
|
|
746
|
-
var
|
|
747
|
-
|
|
745
|
+
var r = q1();
|
|
746
|
+
if (!r) {
|
|
747
|
+
var a = typeof s == "string" ? s : s.displayName || s.name;
|
|
748
|
+
a && (r = `
|
|
748
749
|
|
|
749
|
-
Check the top-level render call using <` +
|
|
750
|
+
Check the top-level render call using <` + a + ">.");
|
|
750
751
|
}
|
|
751
|
-
return
|
|
752
|
+
return r;
|
|
752
753
|
}
|
|
753
754
|
}
|
|
754
|
-
function
|
|
755
|
+
function J1(s, r) {
|
|
755
756
|
{
|
|
756
|
-
if (!
|
|
757
|
+
if (!s._store || s._store.validated || s.key != null)
|
|
757
758
|
return;
|
|
758
|
-
|
|
759
|
-
var
|
|
760
|
-
if (
|
|
759
|
+
s._store.validated = !0;
|
|
760
|
+
var a = B3(r);
|
|
761
|
+
if (Y1[a])
|
|
761
762
|
return;
|
|
762
|
-
|
|
763
|
+
Y1[a] = !0;
|
|
763
764
|
var v = "";
|
|
764
|
-
|
|
765
|
+
s && s._owner && s._owner !== M1.current && (v = " It was passed a child from " + P(s._owner.type) + "."), W(s), g('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, v), W(null);
|
|
765
766
|
}
|
|
766
767
|
}
|
|
767
|
-
function
|
|
768
|
+
function z1(s, r) {
|
|
768
769
|
{
|
|
769
|
-
if (typeof
|
|
770
|
+
if (typeof s != "object")
|
|
770
771
|
return;
|
|
771
|
-
if (
|
|
772
|
-
for (var
|
|
773
|
-
var v =
|
|
774
|
-
|
|
772
|
+
if (p1(s))
|
|
773
|
+
for (var a = 0; a < s.length; a++) {
|
|
774
|
+
var v = s[a];
|
|
775
|
+
Z1(v) && J1(v, r);
|
|
775
776
|
}
|
|
776
|
-
else if (
|
|
777
|
-
|
|
778
|
-
else if (
|
|
779
|
-
var
|
|
780
|
-
if (typeof
|
|
781
|
-
for (var j =
|
|
782
|
-
|
|
777
|
+
else if (Z1(s))
|
|
778
|
+
s._store && (s._store.validated = !0);
|
|
779
|
+
else if (s) {
|
|
780
|
+
var M = J(s);
|
|
781
|
+
if (typeof M == "function" && M !== s.entries)
|
|
782
|
+
for (var j = M.call(s), p; !(p = j.next()).done; )
|
|
783
|
+
Z1(p.value) && J1(p.value, r);
|
|
783
784
|
}
|
|
784
785
|
}
|
|
785
786
|
}
|
|
786
|
-
function
|
|
787
|
+
function T3(s) {
|
|
787
788
|
{
|
|
788
|
-
var
|
|
789
|
-
if (
|
|
789
|
+
var r = s.type;
|
|
790
|
+
if (r == null || typeof r == "string")
|
|
790
791
|
return;
|
|
791
|
-
var
|
|
792
|
-
if (typeof
|
|
793
|
-
|
|
794
|
-
else if (typeof
|
|
792
|
+
var a;
|
|
793
|
+
if (typeof r == "function")
|
|
794
|
+
a = r.propTypes;
|
|
795
|
+
else if (typeof r == "object" && (r.$$typeof === u || // Note: Memo only checks outer props here.
|
|
795
796
|
// Inner props are checked in the reconciler.
|
|
796
|
-
|
|
797
|
-
|
|
797
|
+
r.$$typeof === b))
|
|
798
|
+
a = r.propTypes;
|
|
798
799
|
else
|
|
799
800
|
return;
|
|
800
|
-
if (
|
|
801
|
-
var v = P(
|
|
802
|
-
|
|
803
|
-
} else if (
|
|
804
|
-
|
|
805
|
-
var
|
|
806
|
-
g("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
807
|
-
}
|
|
808
|
-
typeof
|
|
801
|
+
if (a) {
|
|
802
|
+
var v = P(r);
|
|
803
|
+
Z3(a, s.props, "prop", v, s);
|
|
804
|
+
} else if (r.PropTypes !== void 0 && !m1) {
|
|
805
|
+
m1 = !0;
|
|
806
|
+
var M = P(r);
|
|
807
|
+
g("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", M || "Unknown");
|
|
808
|
+
}
|
|
809
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && g("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
809
810
|
}
|
|
810
811
|
}
|
|
811
|
-
function
|
|
812
|
+
function D3(s) {
|
|
812
813
|
{
|
|
813
|
-
for (var
|
|
814
|
-
var v =
|
|
814
|
+
for (var r = Object.keys(s.props), a = 0; a < r.length; a++) {
|
|
815
|
+
var v = r[a];
|
|
815
816
|
if (v !== "children" && v !== "key") {
|
|
816
|
-
|
|
817
|
+
W(s), g("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), W(null);
|
|
817
818
|
break;
|
|
818
819
|
}
|
|
819
820
|
}
|
|
820
|
-
|
|
821
|
+
s.ref !== null && (W(s), g("Invalid attribute `ref` supplied to `React.Fragment`."), W(null));
|
|
821
822
|
}
|
|
822
823
|
}
|
|
823
|
-
var
|
|
824
|
-
function
|
|
824
|
+
var X1 = {};
|
|
825
|
+
function Q1(s, r, a, v, M, j) {
|
|
825
826
|
{
|
|
826
|
-
var p =
|
|
827
|
+
var p = g3(s);
|
|
827
828
|
if (!p) {
|
|
828
829
|
var w = "";
|
|
829
|
-
(
|
|
830
|
-
var
|
|
831
|
-
|
|
830
|
+
(s === void 0 || typeof s == "object" && s !== null && Object.keys(s).length === 0) && (w += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
831
|
+
var $ = A3(M);
|
|
832
|
+
$ ? w += $ : w += q1();
|
|
832
833
|
var I;
|
|
833
|
-
|
|
834
|
+
s === null ? I = "null" : p1(s) ? I = "array" : s !== void 0 && s.$$typeof === e ? (I = "<" + (P(s.type) || "Unknown") + " />", w = " Did you accidentally export a JSX literal instead of a component?") : I = typeof s, g("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, w);
|
|
834
835
|
}
|
|
835
|
-
var
|
|
836
|
-
if (
|
|
837
|
-
return
|
|
836
|
+
var R = $3(s, r, a, M, j);
|
|
837
|
+
if (R == null)
|
|
838
|
+
return R;
|
|
838
839
|
if (p) {
|
|
839
|
-
var D =
|
|
840
|
+
var D = r.children;
|
|
840
841
|
if (D !== void 0)
|
|
841
842
|
if (v)
|
|
842
|
-
if (
|
|
843
|
+
if (p1(D)) {
|
|
843
844
|
for (var H = 0; H < D.length; H++)
|
|
844
|
-
|
|
845
|
+
z1(D[H], s);
|
|
845
846
|
Object.freeze && Object.freeze(D);
|
|
846
847
|
} else
|
|
847
848
|
g("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
848
849
|
else
|
|
849
|
-
|
|
850
|
-
}
|
|
851
|
-
if (
|
|
852
|
-
var
|
|
853
|
-
return
|
|
854
|
-
}),
|
|
855
|
-
if (!
|
|
856
|
-
var
|
|
850
|
+
z1(D, s);
|
|
851
|
+
}
|
|
852
|
+
if (N.call(r, "key")) {
|
|
853
|
+
var U = P(s), B = Object.keys(r).filter(function(U3) {
|
|
854
|
+
return U3 !== "key";
|
|
855
|
+
}), j1 = B.length > 0 ? "{key: someKey, " + B.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
856
|
+
if (!X1[U + j1]) {
|
|
857
|
+
var k3 = B.length > 0 ? "{" + B.join(": ..., ") + ": ...}" : "{}";
|
|
857
858
|
g(`A props object containing a "key" prop is being spread into JSX:
|
|
858
859
|
let props = %s;
|
|
859
860
|
<%s {...props} />
|
|
860
861
|
React keys must be passed directly to JSX without using spread:
|
|
861
862
|
let props = %s;
|
|
862
|
-
<%s key={someKey} {...props} />`,
|
|
863
|
+
<%s key={someKey} {...props} />`, j1, U, k3, U), X1[U + j1] = !0;
|
|
863
864
|
}
|
|
864
865
|
}
|
|
865
|
-
return
|
|
866
|
+
return s === o ? D3(R) : T3(R), R;
|
|
866
867
|
}
|
|
867
868
|
}
|
|
868
|
-
function
|
|
869
|
-
return
|
|
869
|
+
function P3(s, r, a) {
|
|
870
|
+
return Q1(s, r, a, !0);
|
|
870
871
|
}
|
|
871
|
-
function
|
|
872
|
-
return
|
|
872
|
+
function O3(s, r, a) {
|
|
873
|
+
return Q1(s, r, a, !1);
|
|
873
874
|
}
|
|
874
|
-
var
|
|
875
|
-
|
|
876
|
-
}()),
|
|
875
|
+
var V3 = O3, F3 = P3;
|
|
876
|
+
t1.Fragment = o, t1.jsx = V3, t1.jsxs = F3;
|
|
877
|
+
}()), t1;
|
|
877
878
|
}
|
|
878
|
-
var
|
|
879
|
+
var n1 = {};
|
|
879
880
|
/**
|
|
880
881
|
* @license React
|
|
881
882
|
* react-jsx-runtime.production.min.js
|
|
@@ -885,31 +886,31 @@ var e3 = {};
|
|
|
885
886
|
* This source code is licensed under the MIT license found in the
|
|
886
887
|
* LICENSE file in the root directory of this source tree.
|
|
887
888
|
*/
|
|
888
|
-
var
|
|
889
|
-
function
|
|
890
|
-
if (
|
|
891
|
-
return
|
|
892
|
-
|
|
893
|
-
var t =
|
|
894
|
-
function
|
|
895
|
-
var
|
|
896
|
-
|
|
897
|
-
for (
|
|
898
|
-
|
|
889
|
+
var e3;
|
|
890
|
+
function C2() {
|
|
891
|
+
if (e3)
|
|
892
|
+
return n1;
|
|
893
|
+
e3 = 1;
|
|
894
|
+
var t = s3, e = Symbol.for("react.element"), c = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, l = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
895
|
+
function d(f, u, S) {
|
|
896
|
+
var C, b = {}, A = null, T = null;
|
|
897
|
+
S !== void 0 && (A = "" + S), u.key !== void 0 && (A = "" + u.key), u.ref !== void 0 && (T = u.ref);
|
|
898
|
+
for (C in u)
|
|
899
|
+
o.call(u, C) && !i.hasOwnProperty(C) && (b[C] = u[C]);
|
|
899
900
|
if (f && f.defaultProps)
|
|
900
|
-
for (
|
|
901
|
-
b[
|
|
901
|
+
for (C in u = f.defaultProps, u)
|
|
902
|
+
b[C] === void 0 && (b[C] = u[C]);
|
|
902
903
|
return { $$typeof: e, type: f, key: A, ref: T, props: b, _owner: l.current };
|
|
903
904
|
}
|
|
904
|
-
return
|
|
905
|
+
return n1.Fragment = c, n1.jsx = d, n1.jsxs = d, n1;
|
|
905
906
|
}
|
|
906
|
-
process.env.NODE_ENV === "production" ?
|
|
907
|
-
var n =
|
|
907
|
+
process.env.NODE_ENV === "production" ? I1.exports = C2() : I1.exports = j2();
|
|
908
|
+
var n = I1.exports;
|
|
908
909
|
const S2 = () => /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs("div", { className: "disconnected-message", children: [
|
|
909
910
|
/* @__PURE__ */ n.jsx("h1", { children: "Disconnected" }),
|
|
910
911
|
/* @__PURE__ */ n.jsx("p", { children: "Reconnecting..." })
|
|
911
912
|
] }) });
|
|
912
|
-
class
|
|
913
|
+
class b2 {
|
|
913
914
|
constructor() {
|
|
914
915
|
_(this, "uuid", "current-uuid");
|
|
915
916
|
_(this, "roomKey", "current-room-key");
|
|
@@ -917,177 +918,177 @@ class C2 {
|
|
|
917
918
|
_(this, "expiry", "current-uuid-expires");
|
|
918
919
|
}
|
|
919
920
|
}
|
|
920
|
-
const
|
|
921
|
+
const t3 = new b2(), d3 = X3({
|
|
921
922
|
sendMessage: () => null,
|
|
922
923
|
sendSimpleMessage: () => null,
|
|
923
924
|
addEventHandler: () => null,
|
|
924
925
|
removeEventHandler: () => null
|
|
925
926
|
});
|
|
926
|
-
function
|
|
927
|
+
function I2(t) {
|
|
927
928
|
return sessionStorage.getItem(t) || "";
|
|
928
929
|
}
|
|
929
|
-
function
|
|
930
|
+
function y2(t, e) {
|
|
930
931
|
sessionStorage.setItem(t, e);
|
|
931
932
|
}
|
|
932
|
-
const
|
|
933
|
-
const [e,
|
|
933
|
+
const R2 = ({ children: t }) => {
|
|
934
|
+
const [e, c] = q(), o = p2(), l = x2(), i = M2(), d = Z2(), f = g2(), u = s1(null), [S, C] = q(), b = s1({}), A = u1(
|
|
934
935
|
async (m) => {
|
|
935
|
-
await
|
|
936
|
+
await b1.get(`${m}/ui/joinroom?token=${e}`).then((g) => {
|
|
936
937
|
g.status === 200 && g.data && F.dispatch(K.setRoomData(g.data));
|
|
937
938
|
}).catch((g) => {
|
|
938
|
-
console.log(g);
|
|
939
|
+
console.log(g), g.repsonse && g.response.status === 498 && console.error("Invalid token. Unable to join room");
|
|
939
940
|
});
|
|
940
941
|
},
|
|
941
942
|
[e]
|
|
942
|
-
), T =
|
|
943
|
+
), T = u1(
|
|
943
944
|
(m, g) => {
|
|
944
|
-
|
|
945
|
+
u.current && o && u.current.send(JSON.stringify({ type: m, clientId: i, content: g }));
|
|
945
946
|
},
|
|
946
|
-
[
|
|
947
|
+
[o, i]
|
|
947
948
|
), V = (m, g) => {
|
|
948
949
|
T(m, { value: g });
|
|
949
|
-
},
|
|
950
|
+
}, Y = u1(
|
|
950
951
|
(m, g, O) => {
|
|
951
952
|
b.current[m] || (b.current[m] = {}), b.current[m][g] = O, console.log("event handler added", m, g);
|
|
952
953
|
},
|
|
953
954
|
[]
|
|
954
|
-
),
|
|
955
|
+
), J = u1(
|
|
955
956
|
(m, g) => {
|
|
956
957
|
b.current[m] && (delete b.current[m][g], console.log("event handler removed", m, g));
|
|
957
958
|
},
|
|
958
959
|
[]
|
|
959
960
|
);
|
|
960
|
-
return
|
|
961
|
+
return G(() => {
|
|
961
962
|
let g = new URLSearchParams(window.location.search).get("token");
|
|
962
|
-
g ? (console.log("saving token: ", g),
|
|
963
|
-
}, []),
|
|
964
|
-
if (!(!f.apiPath ||
|
|
965
|
-
if (A(f.apiPath), !
|
|
963
|
+
g ? (console.log("saving token: ", g), y2(t3.uuid, g)) : (g = I2(t3.uuid), console.log("loading token: ", g)), c(g), d();
|
|
964
|
+
}, []), G(() => {
|
|
965
|
+
if (!(!f.apiPath || S || !e)) {
|
|
966
|
+
if (A(f.apiPath), !u.current) {
|
|
966
967
|
const g = `${f.apiPath.replace("http", "ws")}/ui/join/${e}`, O = new WebSocket(g);
|
|
967
|
-
|
|
968
|
+
u.current = O, O.onopen = () => {
|
|
968
969
|
console.log("connected"), F.dispatch(K.setWebsocketIsConnected(!0));
|
|
969
|
-
}, O.onerror = (
|
|
970
|
-
console.log(
|
|
970
|
+
}, O.onerror = (z) => {
|
|
971
|
+
console.log(z);
|
|
971
972
|
}, O.onclose = () => {
|
|
972
|
-
if (console.log("disconnected"),
|
|
973
|
+
if (console.log("disconnected"), u.current)
|
|
973
974
|
console.log("WebSocket closed by server.");
|
|
974
975
|
else {
|
|
975
976
|
console.log("WebSocket closed by client.");
|
|
976
977
|
return;
|
|
977
978
|
}
|
|
978
|
-
|
|
979
|
-
}, O.onmessage = (
|
|
979
|
+
S || (F.dispatch(K.setWebsocketIsConnected(!1)), C(!0), setTimeout(() => C(void 0), 5e3));
|
|
980
|
+
}, O.onmessage = (z) => {
|
|
980
981
|
try {
|
|
981
|
-
const
|
|
982
|
-
if (console.log(
|
|
983
|
-
switch (
|
|
982
|
+
const E = JSON.parse(z.data);
|
|
983
|
+
if (console.log(E), E.type.startsWith("/system/"))
|
|
984
|
+
switch (E.type) {
|
|
984
985
|
case "/system/roomKey":
|
|
985
986
|
F.dispatch(
|
|
986
987
|
K.setCurrentRoomKey(
|
|
987
|
-
|
|
988
|
+
E.content
|
|
988
989
|
)
|
|
989
990
|
);
|
|
990
991
|
break;
|
|
991
992
|
case "/system/userCodeChanged":
|
|
992
993
|
F.dispatch(
|
|
993
|
-
K.setUserCode(
|
|
994
|
+
K.setUserCode(E.content)
|
|
994
995
|
);
|
|
995
996
|
break;
|
|
996
997
|
}
|
|
997
|
-
else if (
|
|
998
|
-
console.log("event message received",
|
|
999
|
-
const
|
|
1000
|
-
|
|
998
|
+
else if (E.type.startsWith("/event/")) {
|
|
999
|
+
console.log("event message received", E);
|
|
1000
|
+
const X = b.current[E.type];
|
|
1001
|
+
X || console.log("no handlers found for event type", E.type), X && Object.values(X).forEach((v1) => {
|
|
1001
1002
|
try {
|
|
1002
|
-
|
|
1003
|
-
} catch (
|
|
1004
|
-
console.error(
|
|
1003
|
+
v1(E);
|
|
1004
|
+
} catch (h1) {
|
|
1005
|
+
console.error(h1);
|
|
1005
1006
|
}
|
|
1006
1007
|
});
|
|
1007
1008
|
} else
|
|
1008
|
-
|
|
1009
|
-
} catch (
|
|
1010
|
-
console.log(
|
|
1009
|
+
E.type.startsWith("/room/") ? F.dispatch(l2.setRoomState(E)) : E.type.startsWith("/device/") && F.dispatch(s2.setDeviceState(E));
|
|
1010
|
+
} catch (E) {
|
|
1011
|
+
console.log(E);
|
|
1011
1012
|
}
|
|
1012
1013
|
};
|
|
1013
1014
|
}
|
|
1014
1015
|
return () => {
|
|
1015
|
-
|
|
1016
|
+
u.current && u.current.close(), u.current = null;
|
|
1016
1017
|
};
|
|
1017
1018
|
}
|
|
1018
|
-
}, [f.apiPath, A, e,
|
|
1019
|
+
}, [f.apiPath, A, e, S]), G(() => {
|
|
1019
1020
|
l && T(`/room/${l}/status`, null);
|
|
1020
|
-
}, [l, T]), /* @__PURE__ */ n.jsx(
|
|
1021
|
-
},
|
|
1022
|
-
function
|
|
1023
|
-
return
|
|
1021
|
+
}, [l, T]), /* @__PURE__ */ n.jsx(d3.Provider, { value: { sendMessage: T, sendSimpleMessage: V, addEventHandler: Y, removeEventHandler: J }, children: o ? t : /* @__PURE__ */ n.jsx(S2, {}) });
|
|
1022
|
+
}, n6 = ({ children: t }) => /* @__PURE__ */ n.jsx(z3, { store: F, children: /* @__PURE__ */ n.jsx(R2, { children: t }) });
|
|
1023
|
+
function y() {
|
|
1024
|
+
return Q3(d3);
|
|
1024
1025
|
}
|
|
1025
|
-
function
|
|
1026
|
+
function E2({
|
|
1026
1027
|
onPress: t,
|
|
1027
1028
|
onRelease: e,
|
|
1028
|
-
onHold:
|
|
1029
|
-
holdTimeMs:
|
|
1029
|
+
onHold: c,
|
|
1030
|
+
holdTimeMs: o = 500
|
|
1030
1031
|
}) {
|
|
1031
|
-
const l =
|
|
1032
|
-
function
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
},
|
|
1032
|
+
const l = s1(null), i = s1(!1);
|
|
1033
|
+
function d() {
|
|
1034
|
+
i.current = !0, t == null || t(), l.current = setTimeout(() => {
|
|
1035
|
+
c == null || c(), l.current = null;
|
|
1036
|
+
}, o);
|
|
1036
1037
|
}
|
|
1037
1038
|
function f() {
|
|
1038
|
-
|
|
1039
|
+
i.current = !1, e == null || e(), l.current && (clearTimeout(l.current), l.current = null);
|
|
1039
1040
|
}
|
|
1040
|
-
function
|
|
1041
|
-
|
|
1041
|
+
function u() {
|
|
1042
|
+
i.current && f();
|
|
1042
1043
|
}
|
|
1043
1044
|
return {
|
|
1044
|
-
onPointerDown:
|
|
1045
|
+
onPointerDown: d,
|
|
1045
1046
|
onPointerUp: f,
|
|
1046
|
-
onPointerLeave:
|
|
1047
|
+
onPointerLeave: u
|
|
1047
1048
|
};
|
|
1048
1049
|
}
|
|
1049
1050
|
function h(t, e) {
|
|
1050
|
-
const { sendMessage:
|
|
1051
|
-
function
|
|
1052
|
-
|
|
1053
|
-
|
|
1051
|
+
const { sendMessage: o } = y(), l = s1(null);
|
|
1052
|
+
function i() {
|
|
1053
|
+
o(`${t}/${e}`, { value: "pressed" }), l.current || (l.current = setInterval(() => {
|
|
1054
|
+
o(`${t}/${e}`, { value: "held" });
|
|
1054
1055
|
}, 250));
|
|
1055
1056
|
}
|
|
1056
|
-
function
|
|
1057
|
-
l.current && (clearInterval(l.current), l.current = null),
|
|
1057
|
+
function d() {
|
|
1058
|
+
l.current && (clearInterval(l.current), l.current = null), o(`${t}/${e}`, { value: "released" });
|
|
1058
1059
|
}
|
|
1059
|
-
return
|
|
1060
|
+
return E2({ onPress: i, onRelease: d });
|
|
1060
1061
|
}
|
|
1061
|
-
function
|
|
1062
|
-
const { sendMessage:
|
|
1062
|
+
function v3(t, e) {
|
|
1063
|
+
const { sendMessage: c, sendSimpleMessage: o } = y(), l = h(`${t}`, "volumeUp"), i = h(`${t}`, "volumeDown");
|
|
1063
1064
|
return e ? {
|
|
1064
1065
|
volumeState: e,
|
|
1065
1066
|
volumeUp: l,
|
|
1066
|
-
volumeDown:
|
|
1067
|
-
setLevel: (
|
|
1068
|
-
muteToggle: () =>
|
|
1069
|
-
muteOn: () =>
|
|
1070
|
-
muteOff: () =>
|
|
1067
|
+
volumeDown: i,
|
|
1068
|
+
setLevel: (C) => o(`${t}/level`, C),
|
|
1069
|
+
muteToggle: () => c(`${t}/muteToggle`, null),
|
|
1070
|
+
muteOn: () => c(`${t}/muteOn`, null),
|
|
1071
|
+
muteOff: () => c(`${t}/muteOff`, null)
|
|
1071
1072
|
} : void 0;
|
|
1072
1073
|
}
|
|
1073
|
-
function
|
|
1074
|
-
const { sendMessage:
|
|
1074
|
+
function c6(t, e) {
|
|
1075
|
+
const { sendMessage: c, sendSimpleMessage: o } = y(), l = h(`${t}`, "volumeUp"), i = h(`${t}`, "volumeDown");
|
|
1075
1076
|
return e ? {
|
|
1076
1077
|
volumeState: e,
|
|
1077
1078
|
volumeUp: l,
|
|
1078
|
-
volumeDown:
|
|
1079
|
-
setLevel: (
|
|
1080
|
-
muteToggle: () =>
|
|
1081
|
-
muteOn: () =>
|
|
1082
|
-
muteOff: () =>
|
|
1079
|
+
volumeDown: i,
|
|
1080
|
+
setLevel: (C) => o(`${t}/level`, C),
|
|
1081
|
+
muteToggle: () => c(`${t}/muteToggle`, null),
|
|
1082
|
+
muteOn: () => c(`${t}/muteOn`, null),
|
|
1083
|
+
muteOff: () => c(`${t}/muteOff`, null)
|
|
1083
1084
|
} : void 0;
|
|
1084
1085
|
}
|
|
1085
|
-
function
|
|
1086
|
-
const e =
|
|
1087
|
-
return
|
|
1086
|
+
function _2(t) {
|
|
1087
|
+
const e = L(t), c = `/device/${t}`;
|
|
1088
|
+
return v3(c, e == null ? void 0 : e.volume);
|
|
1088
1089
|
}
|
|
1089
|
-
function
|
|
1090
|
-
const { sendMessage: e } =
|
|
1090
|
+
function h3(t) {
|
|
1091
|
+
const { sendMessage: e } = y();
|
|
1091
1092
|
return { powerOn: () => {
|
|
1092
1093
|
e(`/device/${t}/powerOn`, null);
|
|
1093
1094
|
}, powerOff: () => {
|
|
@@ -1096,120 +1097,160 @@ function h1(t) {
|
|
|
1096
1097
|
e(`/device/${t}/powerToggle`, null);
|
|
1097
1098
|
} };
|
|
1098
1099
|
}
|
|
1099
|
-
function
|
|
1100
|
-
const { sendMessage: e } =
|
|
1101
|
-
return console.log("deviceState",
|
|
1100
|
+
function y1(t) {
|
|
1101
|
+
const { sendMessage: e } = y(), c = L(t);
|
|
1102
|
+
return console.log("deviceState", c), c ? { itemsState: c, selectItem: (l) => {
|
|
1102
1103
|
e(`/device/${t}/${l}`, null);
|
|
1103
1104
|
} } : void 0;
|
|
1104
1105
|
}
|
|
1105
|
-
function
|
|
1106
|
-
const { sendMessage: e } =
|
|
1106
|
+
function L2(t) {
|
|
1107
|
+
const { sendMessage: e } = y(), c = L(t), o = () => {
|
|
1107
1108
|
e(`/device/${t}/setDefaultChannelLevels`, null);
|
|
1108
1109
|
}, l = () => {
|
|
1109
|
-
if ((
|
|
1110
|
+
if ((c == null ? void 0 : c.levelControls) === void 0)
|
|
1110
1111
|
return;
|
|
1111
|
-
Object.keys(
|
|
1112
|
+
Object.keys(c == null ? void 0 : c.levelControls).forEach((f) => {
|
|
1112
1113
|
e(`/device/${t}/${f}/fullStatus`, null);
|
|
1113
1114
|
});
|
|
1114
1115
|
};
|
|
1115
|
-
return
|
|
1116
|
+
return c ? { levelControls: c.levelControls, setDefaultChannelLevels: o, getFullStatus: l } : void 0;
|
|
1116
1117
|
}
|
|
1117
|
-
function
|
|
1118
|
-
const e =
|
|
1118
|
+
function s6(t) {
|
|
1119
|
+
const e = L(t), c = h3(t), o = y1(t), l = y1(t), i = _2(t), d = L2(t);
|
|
1119
1120
|
if (e)
|
|
1120
1121
|
return {
|
|
1121
1122
|
avrState: e,
|
|
1122
|
-
powerControl:
|
|
1123
|
-
inputControl:
|
|
1123
|
+
powerControl: c,
|
|
1124
|
+
inputControl: o,
|
|
1124
1125
|
surroundSoundModes: l,
|
|
1125
|
-
surroundChannels:
|
|
1126
|
-
mainVolumeControl:
|
|
1126
|
+
surroundChannels: d,
|
|
1127
|
+
mainVolumeControl: i
|
|
1127
1128
|
};
|
|
1128
1129
|
}
|
|
1129
|
-
function
|
|
1130
|
-
const e =
|
|
1130
|
+
function o6(t) {
|
|
1131
|
+
const e = L(t);
|
|
1131
1132
|
if (e)
|
|
1132
1133
|
return { endpointState: e };
|
|
1133
1134
|
}
|
|
1134
|
-
function n6(t) {
|
|
1135
|
-
const e = `/device/${t}`, r = h(e, "chanUp"), s = h(e, "chanDown"), l = h(e, "lastChan"), a = h(e, "guide"), u = h(e, "info"), f = h(e, "exit");
|
|
1136
|
-
return { channelUp: r, channelDown: s, lastChannel: l, guide: a, info: u, exit: f };
|
|
1137
|
-
}
|
|
1138
1135
|
function r6(t) {
|
|
1139
|
-
const e = `/device/${t}`,
|
|
1140
|
-
return {
|
|
1136
|
+
const e = `/device/${t}`, c = h(e, "chanUp"), o = h(e, "chanDown"), l = h(e, "lastChan"), i = h(e, "guide"), d = h(e, "info"), f = h(e, "exit");
|
|
1137
|
+
return { channelUp: c, channelDown: o, lastChannel: l, guide: i, info: d, exit: f };
|
|
1141
1138
|
}
|
|
1142
|
-
function
|
|
1143
|
-
const e =
|
|
1139
|
+
function l6(t) {
|
|
1140
|
+
const e = `/device/${t}`, c = h(e, "red"), o = h(e, "green"), l = h(e, "yellow"), i = h(e, "blue");
|
|
1141
|
+
return { red: c, green: o, yellow: l, blue: i };
|
|
1142
|
+
}
|
|
1143
|
+
function i6(t) {
|
|
1144
|
+
const e = L(t);
|
|
1144
1145
|
if (e)
|
|
1145
1146
|
return {
|
|
1146
1147
|
communicationMonitorState: e
|
|
1147
1148
|
};
|
|
1148
1149
|
}
|
|
1149
|
-
function
|
|
1150
|
-
const e = `/device/${t}`,
|
|
1151
|
-
return { up:
|
|
1150
|
+
function a6(t) {
|
|
1151
|
+
const e = `/device/${t}`, c = h(e, "up"), o = h(e, "down"), l = h(e, "left"), i = h(e, "right"), d = h(e, "select"), f = h(e, "menu"), u = h(e, "exit");
|
|
1152
|
+
return { up: c, down: o, left: l, right: i, select: d, menu: f, exit: u };
|
|
1152
1153
|
}
|
|
1153
|
-
function
|
|
1154
|
-
const e =
|
|
1154
|
+
function u6(t) {
|
|
1155
|
+
const e = L(t);
|
|
1155
1156
|
if (e)
|
|
1156
1157
|
return e.deviceInfo || void 0;
|
|
1157
1158
|
}
|
|
1158
|
-
function
|
|
1159
|
-
const e = `/device/${t}`,
|
|
1160
|
-
return { dvrList:
|
|
1159
|
+
function d6(t) {
|
|
1160
|
+
const e = `/device/${t}`, c = h(e, "dvrList"), o = h(e, "record");
|
|
1161
|
+
return { dvrList: c, record: o };
|
|
1161
1162
|
}
|
|
1162
|
-
|
|
1163
|
-
const
|
|
1164
|
-
return
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1163
|
+
const v6 = ({ className: t }) => {
|
|
1164
|
+
const [e, c] = q();
|
|
1165
|
+
return G(() => {
|
|
1166
|
+
setInterval(() => {
|
|
1167
|
+
const o = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1168
|
+
c(o);
|
|
1169
|
+
}, 1e3);
|
|
1170
|
+
}, []), /* @__PURE__ */ n.jsxs("div", { className: t, children: [
|
|
1171
|
+
e,
|
|
1172
|
+
" new change"
|
|
1173
|
+
] });
|
|
1174
|
+
};
|
|
1175
|
+
function h6(t) {
|
|
1176
|
+
const { sendMessage: e } = y(), c = L(t);
|
|
1177
|
+
return c ? { roomCombinerState: c, setAutoMode: () => {
|
|
1178
|
+
e(`/device/${t}/setAutoMode`, null);
|
|
1179
|
+
}, setManualMode: () => {
|
|
1180
|
+
e(`/device/${t}/setManualMode`, null);
|
|
1181
|
+
}, toggleMode: () => {
|
|
1182
|
+
e(`/device/${t}/toggleMode`, null);
|
|
1183
|
+
}, togglePartitionState: (u) => {
|
|
1184
|
+
e(`/device/${t}/togglePartitionState`, u);
|
|
1185
|
+
}, setRoomCombinationScenario: (u) => {
|
|
1186
|
+
e(`/device/${t}/setRoomCombinationScenario`, u);
|
|
1187
|
+
} } : void 0;
|
|
1188
|
+
}
|
|
1189
|
+
function g6(t) {
|
|
1190
|
+
const { sendMessage: e, sendSimpleMessage: c } = y(), o = L(t);
|
|
1191
|
+
return o ? {
|
|
1192
|
+
levelState: o,
|
|
1193
|
+
setLevel: (u, S) => c(`${u}/level`, S),
|
|
1194
|
+
muteToggle: (u) => e(`${u}/muteToggle`, null),
|
|
1195
|
+
muteOn: (u) => e(`${u}/muteOn`, null),
|
|
1196
|
+
muteOff: (u) => e(`${u}/muteOff`, null)
|
|
1170
1197
|
} : void 0;
|
|
1171
1198
|
}
|
|
1172
|
-
function
|
|
1173
|
-
const { sendMessage: e } =
|
|
1174
|
-
return
|
|
1199
|
+
function f6(t) {
|
|
1200
|
+
const { sendMessage: e } = y(), c = L(t);
|
|
1201
|
+
return c ? { lightingState: c, selectScene: (l) => {
|
|
1175
1202
|
e(`/device/${t}/selectScene`, l);
|
|
1176
1203
|
} } : void 0;
|
|
1177
1204
|
}
|
|
1178
|
-
function
|
|
1179
|
-
const { sendMessage: e } =
|
|
1180
|
-
return
|
|
1205
|
+
function w6(t) {
|
|
1206
|
+
const { sendMessage: e } = y(), c = L(t);
|
|
1207
|
+
return c ? { matrixRoutingState: c, setRoute: (l) => {
|
|
1181
1208
|
e(`/device/${t}/route`, l);
|
|
1182
1209
|
} } : void 0;
|
|
1183
1210
|
}
|
|
1184
|
-
function
|
|
1185
|
-
const
|
|
1186
|
-
return {
|
|
1211
|
+
function p6(t) {
|
|
1212
|
+
const { sendMessage: e } = y();
|
|
1213
|
+
return { closeApp: () => {
|
|
1214
|
+
e(`/device/${t}/closeWebViewController`, null);
|
|
1215
|
+
} };
|
|
1187
1216
|
}
|
|
1188
|
-
function
|
|
1189
|
-
const {
|
|
1190
|
-
return
|
|
1217
|
+
function x6(t) {
|
|
1218
|
+
const e = `/device/${t}`, c = h(e, "num0"), o = h(e, "num1"), l = h(e, "num2"), i = h(e, "num3"), d = h(e, "num4"), f = h(e, "num5"), u = h(e, "num6"), S = h(e, "num7"), C = h(e, "num8"), b = h(e, "num9"), A = h(e, "numDash"), T = h(e, "numEnter");
|
|
1219
|
+
return { digit0: c, digit1: o, digit2: l, digit3: i, digit4: d, digit5: f, digit6: u, digit7: S, digit8: C, digit9: b, keypadAccessoryButton1: A, keypadAccessoryButton2: T };
|
|
1220
|
+
}
|
|
1221
|
+
function M6(t) {
|
|
1222
|
+
const { sendMessage: e } = y(), c = L(t);
|
|
1223
|
+
return c ? { projectorScreenLiftControlState: c, raise: () => {
|
|
1224
|
+
e(`/device/${t}/raise`, null);
|
|
1225
|
+
}, lower: () => {
|
|
1226
|
+
e(`/device/${t}/lower`, null);
|
|
1227
|
+
} } : void 0;
|
|
1228
|
+
}
|
|
1229
|
+
function m6(t) {
|
|
1230
|
+
const { sendMessage: e } = y(), c = R1(t);
|
|
1231
|
+
return c ? { roomEventScheduleState: c, save: (l) => {
|
|
1191
1232
|
e(`/room/${t}/saveScheduledEvents`, l);
|
|
1192
1233
|
} } : void 0;
|
|
1193
1234
|
}
|
|
1194
|
-
function
|
|
1195
|
-
const { sendMessage: e } =
|
|
1196
|
-
return { runDirectRoute: (
|
|
1197
|
-
e(`/room/${t}/directRoute`,
|
|
1235
|
+
function Z6(t) {
|
|
1236
|
+
const { sendMessage: e } = y();
|
|
1237
|
+
return { runDirectRoute: (o) => {
|
|
1238
|
+
e(`/room/${t}/directRoute`, o);
|
|
1198
1239
|
} };
|
|
1199
1240
|
}
|
|
1200
|
-
function
|
|
1201
|
-
const { sendMessage: e } =
|
|
1202
|
-
return { routingState:
|
|
1241
|
+
function j6(t) {
|
|
1242
|
+
const { sendMessage: e } = y();
|
|
1243
|
+
return { routingState: L(t), runRoute: (l) => {
|
|
1203
1244
|
e(`/room/${t}/source`, l);
|
|
1204
1245
|
} };
|
|
1205
1246
|
}
|
|
1206
|
-
function
|
|
1207
|
-
const e = `/device/${t}`,
|
|
1208
|
-
return { dvrList:
|
|
1247
|
+
function C6(t) {
|
|
1248
|
+
const e = `/device/${t}`, c = h(e, "chanUp"), o = h(e, "chanDown");
|
|
1249
|
+
return { dvrList: c, replay: o };
|
|
1209
1250
|
}
|
|
1210
|
-
function
|
|
1211
|
-
const { sendMessage: e } =
|
|
1212
|
-
return
|
|
1251
|
+
function S6(t) {
|
|
1252
|
+
const { sendMessage: e } = y(), c = L(t);
|
|
1253
|
+
return c ? { shadeState: c, shadeUp: () => {
|
|
1213
1254
|
e(`/device/${t}/shadeUp`, null);
|
|
1214
1255
|
}, shadeDown: () => {
|
|
1215
1256
|
e(`/device/${t}/shadeDown`, null);
|
|
@@ -1217,9 +1258,9 @@ function w6(t) {
|
|
|
1217
1258
|
e(`/device/${t}/stopOrPreset`, null);
|
|
1218
1259
|
} } : void 0;
|
|
1219
1260
|
}
|
|
1220
|
-
function
|
|
1221
|
-
const { sendMessage: e } =
|
|
1222
|
-
return
|
|
1261
|
+
function b6(t) {
|
|
1262
|
+
const { sendMessage: e } = y(), c = R1(t);
|
|
1263
|
+
return c ? { shutdownPromptTimerState: c, setShutdownPromptSeconds: (f) => {
|
|
1223
1264
|
e(`/room/${t}/setShutdownPromptSeconds`, f);
|
|
1224
1265
|
}, shutdownStart: () => {
|
|
1225
1266
|
e(`/room/${t}/shutdownStart`, null);
|
|
@@ -1229,127 +1270,138 @@ function p6(t) {
|
|
|
1229
1270
|
e(`/room/${t}/shutdownCancel`, null);
|
|
1230
1271
|
} } : void 0;
|
|
1231
1272
|
}
|
|
1232
|
-
function
|
|
1233
|
-
const { sendMessage: e } =
|
|
1234
|
-
return
|
|
1273
|
+
function I6(t) {
|
|
1274
|
+
const { sendMessage: e } = y(), c = L(t);
|
|
1275
|
+
return c ? { switchedOutputState: c, on: () => {
|
|
1235
1276
|
e(`/device/${t}/on`, null);
|
|
1236
1277
|
}, off: () => {
|
|
1237
1278
|
e(`/device/${t}/off`, null);
|
|
1238
1279
|
} } : void 0;
|
|
1239
1280
|
}
|
|
1240
|
-
|
|
1241
|
-
const
|
|
1242
|
-
return
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
}, 1e3);
|
|
1247
|
-
}, []), /* @__PURE__ */ n.jsxs("div", { className: t, children: [
|
|
1248
|
-
e,
|
|
1249
|
-
" new change"
|
|
1250
|
-
] });
|
|
1251
|
-
};
|
|
1252
|
-
function m6(t) {
|
|
1253
|
-
const { sendMessage: e } = E(), r = R3(t);
|
|
1254
|
-
return r ? { techPasswordState: r, validatePassword: (a) => {
|
|
1255
|
-
e(`/room/${t}/validateTechPassword`, { password: a });
|
|
1256
|
-
}, setPassword: (a, u) => {
|
|
1257
|
-
e(`/room/${t}/setTechPassword`, { oldPassword: a, newPassword: u });
|
|
1281
|
+
function y6(t) {
|
|
1282
|
+
const { sendMessage: e } = y(), c = R1(t);
|
|
1283
|
+
return c ? { techPasswordState: c, validatePassword: (i) => {
|
|
1284
|
+
e(`/room/${t}/validateTechPassword`, { password: i });
|
|
1285
|
+
}, setPassword: (i, d) => {
|
|
1286
|
+
e(`/room/${t}/setTechPassword`, { oldPassword: i, newPassword: d });
|
|
1258
1287
|
} } : void 0;
|
|
1259
1288
|
}
|
|
1260
|
-
function
|
|
1261
|
-
const e = `/device/${t}`,
|
|
1262
|
-
return { play:
|
|
1289
|
+
function R6(t) {
|
|
1290
|
+
const e = `/device/${t}`, c = h(e, "play"), o = h(e, "pause"), l = h(e, "stop"), i = h(e, "prevTrack"), d = h(e, "nextTrack"), f = h(e, "rewind"), u = h(e, "ffwd"), S = h(e, "record");
|
|
1291
|
+
return { play: c, pause: o, stop: l, prevTrack: i, nextTrack: d, rewind: f, fastForward: u, record: S };
|
|
1263
1292
|
}
|
|
1264
|
-
function
|
|
1265
|
-
const e =
|
|
1293
|
+
function E6(t) {
|
|
1294
|
+
const e = L(t), { sendMessage: c } = y();
|
|
1266
1295
|
return e ? {
|
|
1267
1296
|
touchpanelState: e,
|
|
1268
1297
|
appControl: { hideApp: () => {
|
|
1269
|
-
|
|
1298
|
+
c(`/device/${t}/hideApp`, null);
|
|
1270
1299
|
}, openApp: () => {
|
|
1271
|
-
|
|
1300
|
+
c(`/device/${t}/openApp`, null);
|
|
1272
1301
|
}, closeApp: () => {
|
|
1273
|
-
|
|
1302
|
+
c(`/device/${t}/closeApp`, null);
|
|
1274
1303
|
} },
|
|
1275
1304
|
zoomControl: { endCall: () => {
|
|
1276
|
-
|
|
1305
|
+
c(`/device/${t}/endCall`, null);
|
|
1277
1306
|
} }
|
|
1278
1307
|
} : void 0;
|
|
1279
1308
|
}
|
|
1280
|
-
function
|
|
1281
|
-
const e =
|
|
1309
|
+
function _6(t) {
|
|
1310
|
+
const e = L(t), c = h3(t), o = y1(t);
|
|
1282
1311
|
if (!e)
|
|
1283
1312
|
return;
|
|
1284
|
-
const l = (e.powerState || e.isWarming) && !e.isCooling,
|
|
1313
|
+
const l = (e.powerState || e.isWarming) && !e.isCooling, i = (!e.powerState || e.isCooling) && !e.isWarming;
|
|
1285
1314
|
return {
|
|
1286
1315
|
displayState: e,
|
|
1287
|
-
powerControl:
|
|
1288
|
-
inputControl:
|
|
1289
|
-
powerFb: { powerOnFb: l, powerOffFb:
|
|
1316
|
+
powerControl: c,
|
|
1317
|
+
inputControl: o,
|
|
1318
|
+
powerFb: { powerOnFb: l, powerOffFb: i }
|
|
1290
1319
|
};
|
|
1291
1320
|
}
|
|
1292
|
-
const
|
|
1293
|
-
const { sendMessage: e } =
|
|
1294
|
-
|
|
1295
|
-
var
|
|
1321
|
+
const L6 = ({ config: t }) => {
|
|
1322
|
+
const { sendMessage: e } = y();
|
|
1323
|
+
G(() => {
|
|
1324
|
+
var o, l;
|
|
1296
1325
|
if (!t)
|
|
1297
1326
|
return;
|
|
1298
|
-
const
|
|
1299
|
-
Object.values(t.destinations).forEach((
|
|
1300
|
-
|
|
1301
|
-
}), (
|
|
1302
|
-
|
|
1303
|
-
}), t.
|
|
1304
|
-
|
|
1305
|
-
}),
|
|
1306
|
-
|
|
1307
|
-
}),
|
|
1308
|
-
|
|
1327
|
+
const c = [];
|
|
1328
|
+
Object.values(t.destinations).forEach((i) => {
|
|
1329
|
+
c.push(i);
|
|
1330
|
+
}), Object.values(t.destinationList).forEach((i) => {
|
|
1331
|
+
c.push(i.sinkKey);
|
|
1332
|
+
}), (o = t.touchpanelKeys) == null || o.forEach((i) => {
|
|
1333
|
+
c.push(i);
|
|
1334
|
+
}), t.environmentalDevices.forEach((i) => {
|
|
1335
|
+
c.push(i.deviceKey);
|
|
1336
|
+
}), (l = t.accessoryDeviceKeys) == null || l.forEach((i) => {
|
|
1337
|
+
c.push(i);
|
|
1338
|
+
}), t.audioCodecKey && c.push(t.audioCodecKey), t.videoCodecKey && c.push(t.videoCodecKey), t.matrixRoutingKey && c.push(t.matrixRoutingKey), t.roomCombinerKey && c.push(t.roomCombinerKey), t.endpointKeys && t.endpointKeys.forEach((i) => {
|
|
1339
|
+
c.push(i);
|
|
1309
1340
|
});
|
|
1310
|
-
for (const
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
e(`/device/${
|
|
1341
|
+
for (const i of Object.values(t.sourceList))
|
|
1342
|
+
i.sourceKey && i.sourceKey !== "$off" && c.push(i.sourceKey);
|
|
1343
|
+
console.log("deviceKeys", c), c.forEach((i) => {
|
|
1344
|
+
e(`/device/${i}/fullStatus`, { deviceKey: i });
|
|
1314
1345
|
});
|
|
1315
1346
|
}, [t, e]);
|
|
1316
1347
|
};
|
|
1317
|
-
function
|
|
1318
|
-
const
|
|
1319
|
-
return
|
|
1348
|
+
function $6(t, e) {
|
|
1349
|
+
const c = w2(t, e), o = `/room/${t}/volumes/${e}`;
|
|
1350
|
+
return v3(o, c);
|
|
1351
|
+
}
|
|
1352
|
+
function A6() {
|
|
1353
|
+
const [t, e] = q(), [c, o] = q();
|
|
1354
|
+
function l() {
|
|
1355
|
+
e((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
1356
|
+
const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1357
|
+
o(i);
|
|
1358
|
+
}
|
|
1359
|
+
return G(() => {
|
|
1360
|
+
l();
|
|
1361
|
+
const i = setInterval(() => {
|
|
1362
|
+
l();
|
|
1363
|
+
}, 1e3);
|
|
1364
|
+
return () => clearInterval(i);
|
|
1365
|
+
}, []), { date: t, time: c };
|
|
1320
1366
|
}
|
|
1321
|
-
const
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1367
|
+
const B6 = () => {
|
|
1368
|
+
const t = N3();
|
|
1369
|
+
return /* @__PURE__ */ n.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
1370
|
+
/* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ n.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
|
|
1371
|
+
/* @__PURE__ */ n.jsx("button", { className: "btn btn-primary p-2", onClick: () => t(-1), children: "Go Back" })
|
|
1372
|
+
] });
|
|
1373
|
+
}, $2 = "_iconbtn_16qss_1", A2 = "_iconbtnvert_16qss_7", B2 = "_iconsm_16qss_18", C1 = {
|
|
1374
|
+
iconbtn: $2,
|
|
1375
|
+
iconbtnvert: A2,
|
|
1376
|
+
iconsm: B2
|
|
1377
|
+
}, T2 = ({
|
|
1326
1378
|
multiIcon: t,
|
|
1327
1379
|
otherContent: e = null,
|
|
1328
|
-
vert:
|
|
1329
|
-
className:
|
|
1380
|
+
vert: c = !1,
|
|
1381
|
+
className: o,
|
|
1330
1382
|
iconClassName: l = "",
|
|
1331
|
-
otherContentClassName:
|
|
1332
|
-
disabled:
|
|
1383
|
+
otherContentClassName: i = "",
|
|
1384
|
+
disabled: d,
|
|
1333
1385
|
feedback: f,
|
|
1334
|
-
feedbackClassName:
|
|
1335
|
-
onPointerDown:
|
|
1336
|
-
onPointerUp:
|
|
1386
|
+
feedbackClassName: u,
|
|
1387
|
+
onPointerDown: S,
|
|
1388
|
+
onPointerUp: C,
|
|
1337
1389
|
onPointerLeave: b,
|
|
1338
1390
|
...A
|
|
1339
1391
|
}) => {
|
|
1340
|
-
const [T, V] =
|
|
1392
|
+
const [T, V] = q(!1), Y = !d && f ? u : "", J = !d && (T || f);
|
|
1341
1393
|
return /* @__PURE__ */ n.jsxs(
|
|
1342
1394
|
"button",
|
|
1343
1395
|
{
|
|
1344
1396
|
type: "button",
|
|
1345
|
-
className: `${
|
|
1397
|
+
className: `${C1.iconbtn} ${c ? C1.iconbtnvert : ""} ${o} ${Y}`,
|
|
1346
1398
|
...A,
|
|
1347
|
-
disabled:
|
|
1399
|
+
disabled: d,
|
|
1348
1400
|
onPointerDown: (m) => {
|
|
1349
|
-
V(!0),
|
|
1401
|
+
V(!0), S == null || S(m);
|
|
1350
1402
|
},
|
|
1351
1403
|
onPointerUp: (m) => {
|
|
1352
|
-
V(!1),
|
|
1404
|
+
V(!1), C == null || C(m);
|
|
1353
1405
|
},
|
|
1354
1406
|
onPointerLeave: (m) => {
|
|
1355
1407
|
V(!1), b == null || b(m);
|
|
@@ -1358,76 +1410,27 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1358
1410
|
t && /* @__PURE__ */ n.jsx(
|
|
1359
1411
|
t,
|
|
1360
1412
|
{
|
|
1361
|
-
className: `${l ||
|
|
1362
|
-
active:
|
|
1363
|
-
disabled:
|
|
1413
|
+
className: `${l || C1.iconsm}`,
|
|
1414
|
+
active: J,
|
|
1415
|
+
disabled: d
|
|
1364
1416
|
}
|
|
1365
1417
|
),
|
|
1366
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
1418
|
+
/* @__PURE__ */ n.jsx("div", { className: i, children: e })
|
|
1367
1419
|
]
|
|
1368
1420
|
}
|
|
1369
1421
|
);
|
|
1370
|
-
},
|
|
1422
|
+
}, x = ({
|
|
1371
1423
|
ActiveImage: t,
|
|
1372
1424
|
DisabledImage: e,
|
|
1373
|
-
EnabledImage:
|
|
1374
|
-
active:
|
|
1425
|
+
EnabledImage: c,
|
|
1426
|
+
active: o,
|
|
1375
1427
|
disabled: l
|
|
1376
|
-
}) => l ? e :
|
|
1428
|
+
}) => l ? e : o ? t : c, D2 = ({
|
|
1377
1429
|
active: t,
|
|
1378
1430
|
className: e = "",
|
|
1379
|
-
disabled:
|
|
1431
|
+
disabled: c
|
|
1380
1432
|
}) => /* @__PURE__ */ n.jsx(
|
|
1381
|
-
|
|
1382
|
-
{
|
|
1383
|
-
ActiveImage: (
|
|
1384
|
-
/* icon-mic-active.svg */
|
|
1385
|
-
/* @__PURE__ */ n.jsx(
|
|
1386
|
-
"svg",
|
|
1387
|
-
{
|
|
1388
|
-
className: e,
|
|
1389
|
-
fill: "currentcolor",
|
|
1390
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1391
|
-
viewBox: "0 0 164.61 164.61",
|
|
1392
|
-
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM64.9,44.59c0-4.83,1.69-8.94,5.08-12.33,3.38-3.38,7.49-5.08,12.33-5.08s8.94,1.69,12.33,5.08c3.38,3.38,5.08,7.49,5.08,12.33v34.81c0,4.83-1.69,8.94-5.08,12.33s-7.49,5.08-12.33,5.08-8.94-1.69-12.33-5.08-5.08-7.49-5.08-12.33v-34.81ZM113.05,106.09c-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-10.06-1.35-18.37-5.85-24.95-13.49-6.58-7.64-9.86-16.54-9.86-26.69h11.6c0,8.03,2.83,14.87,8.49,20.52s12.5,8.49,20.52,8.49,14.87-2.83,20.52-8.49,8.49-12.5,8.49-20.52h11.6c0,10.15-3.29,19.05-9.86,26.69Z" }) })
|
|
1393
|
-
}
|
|
1394
|
-
)
|
|
1395
|
-
),
|
|
1396
|
-
DisabledImage: (
|
|
1397
|
-
/* icon-mic-disabled.svg */
|
|
1398
|
-
/* @__PURE__ */ n.jsx(
|
|
1399
|
-
"svg",
|
|
1400
|
-
{
|
|
1401
|
-
className: e,
|
|
1402
|
-
fill: "currentcolor",
|
|
1403
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1404
|
-
viewBox: "0 0 164.61 164.61",
|
|
1405
|
-
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM94.63,91.73c-2.26,2.26-4.86,3.75-7.78,4.5l12.28-12.28c-.75,2.91-2.24,5.51-4.5,7.78ZM64.98,81.15c-.05-.57-.08-1.15-.08-1.74v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v1.82l-34.73,34.73ZM111.31,79.4h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-3.65-.49-7.07-1.4-10.27-2.72l9.2-9.2c2.18.5,4.47.76,6.86.76,8.03,0,14.87-2.83,20.52-8.49s8.49-12.5,8.49-20.52ZM46.79,99.33c-3.39-6-5.1-12.64-5.1-19.93h11.6c0,4.06.72,7.81,2.17,11.26l-8.67,8.67Z" }) })
|
|
1406
|
-
}
|
|
1407
|
-
)
|
|
1408
|
-
),
|
|
1409
|
-
EnabledImage: (
|
|
1410
|
-
/* icon-mic-enabled.svg */
|
|
1411
|
-
/* @__PURE__ */ n.jsx(
|
|
1412
|
-
"svg",
|
|
1413
|
-
{
|
|
1414
|
-
className: e,
|
|
1415
|
-
fill: "currentcolor",
|
|
1416
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1417
|
-
viewBox: "0 0 164.61 164.61",
|
|
1418
|
-
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "M82.3,96.81c-4.83,0-8.94-1.69-12.33-5.08-3.38-3.38-5.08-7.49-5.08-12.33v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v34.81c0,4.83-1.69,8.94-5.08,12.33-3.38,3.38-7.49,5.08-12.33,5.08ZM76.5,137.42v-17.84c-10.06-1.35-18.37-5.85-24.95-13.49-6.58-7.64-9.86-16.54-9.86-26.69h11.6c0,8.03,2.83,14.87,8.49,20.52s12.5,8.49,20.52,8.49,14.87-2.83,20.52-8.49,8.49-12.5,8.49-20.52h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6ZM82.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" }) })
|
|
1419
|
-
}
|
|
1420
|
-
)
|
|
1421
|
-
),
|
|
1422
|
-
active: t,
|
|
1423
|
-
disabled: r
|
|
1424
|
-
}
|
|
1425
|
-
), D2 = ({
|
|
1426
|
-
active: t,
|
|
1427
|
-
className: e = "",
|
|
1428
|
-
disabled: r
|
|
1429
|
-
}) => /* @__PURE__ */ n.jsx(
|
|
1430
|
-
M,
|
|
1433
|
+
x,
|
|
1431
1434
|
{
|
|
1432
1435
|
ActiveImage: /* @__PURE__ */ n.jsx(
|
|
1433
1436
|
"svg",
|
|
@@ -1472,14 +1475,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1472
1475
|
}
|
|
1473
1476
|
),
|
|
1474
1477
|
active: t,
|
|
1475
|
-
disabled:
|
|
1478
|
+
disabled: c
|
|
1476
1479
|
}
|
|
1477
1480
|
), P2 = ({
|
|
1478
1481
|
active: t,
|
|
1479
1482
|
className: e = "",
|
|
1480
|
-
disabled:
|
|
1483
|
+
disabled: c
|
|
1481
1484
|
}) => /* @__PURE__ */ n.jsx(
|
|
1482
|
-
|
|
1485
|
+
x,
|
|
1483
1486
|
{
|
|
1484
1487
|
ActiveImage: (
|
|
1485
1488
|
/* icon-ban-active.svg */
|
|
@@ -1521,14 +1524,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1521
1524
|
)
|
|
1522
1525
|
),
|
|
1523
1526
|
active: t,
|
|
1524
|
-
disabled:
|
|
1527
|
+
disabled: c
|
|
1525
1528
|
}
|
|
1526
1529
|
), O2 = ({
|
|
1527
1530
|
active: t,
|
|
1528
1531
|
className: e = "",
|
|
1529
|
-
disabled:
|
|
1532
|
+
disabled: c
|
|
1530
1533
|
}) => /* @__PURE__ */ n.jsx(
|
|
1531
|
-
|
|
1534
|
+
x,
|
|
1532
1535
|
{
|
|
1533
1536
|
ActiveImage: /* @__PURE__ */ n.jsx(
|
|
1534
1537
|
"svg",
|
|
@@ -1561,14 +1564,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1561
1564
|
}
|
|
1562
1565
|
),
|
|
1563
1566
|
active: t,
|
|
1564
|
-
disabled:
|
|
1567
|
+
disabled: c
|
|
1565
1568
|
}
|
|
1566
1569
|
), V2 = ({
|
|
1567
1570
|
active: t,
|
|
1568
1571
|
className: e = "",
|
|
1569
|
-
disabled:
|
|
1572
|
+
disabled: c
|
|
1570
1573
|
}) => /* @__PURE__ */ n.jsx(
|
|
1571
|
-
|
|
1574
|
+
x,
|
|
1572
1575
|
{
|
|
1573
1576
|
ActiveImage: (
|
|
1574
1577
|
/* icon-check-active.svg */
|
|
@@ -1610,14 +1613,86 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1610
1613
|
)
|
|
1611
1614
|
),
|
|
1612
1615
|
active: t,
|
|
1613
|
-
disabled:
|
|
1616
|
+
disabled: c
|
|
1614
1617
|
}
|
|
1615
1618
|
), F2 = ({
|
|
1616
1619
|
active: t,
|
|
1620
|
+
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1621
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1617
1622
|
className: e = "",
|
|
1618
|
-
disabled:
|
|
1623
|
+
disabled: c
|
|
1619
1624
|
}) => /* @__PURE__ */ n.jsx(
|
|
1620
|
-
|
|
1625
|
+
x,
|
|
1626
|
+
{
|
|
1627
|
+
ActiveImage: (
|
|
1628
|
+
/* icon-controller-active.svg */
|
|
1629
|
+
/* @__PURE__ */ n.jsx(
|
|
1630
|
+
"svg",
|
|
1631
|
+
{
|
|
1632
|
+
className: e,
|
|
1633
|
+
fill: "currentcolor",
|
|
1634
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1635
|
+
viewBox: "0 0 164.61 164.61",
|
|
1636
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1637
|
+
"path",
|
|
1638
|
+
{
|
|
1639
|
+
d: "M111.57,63.01c-.5-1.94-1.51-3.52-3.02-4.74-1.51-1.22-3.27-1.83-5.28-1.83h-42.04c-2.01,0-3.79.61-5.34,1.83-1.54,1.22-2.53,2.8-2.96,4.74l-9.06,36.11c-.14.43-.22,1.08-.22,1.94,0,2.01.74,3.7,2.21,5.07,1.47,1.37,3.25,2.05,5.34,2.05,1.37,0,2.6-.36,3.72-1.08,1.11-.72,1.96-1.69,2.53-2.91l3.02-6.14c1.08-2.23,2.66-3.97,4.74-5.23,2.08-1.26,4.35-1.89,6.79-1.89h20.48c2.44,0,4.71.65,6.79,1.94,2.08,1.29,3.7,3.02,4.85,5.17l3.02,6.14c.58,1.22,1.42,2.19,2.53,2.91,1.11.72,2.35,1.08,3.72,1.08,2.01,0,3.74-.66,5.17-1.99,1.44-1.33,2.19-3,2.26-5.01,0,.07-.07-.61-.22-2.05l-9.06-36.11ZM94.27,61.98c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24c.83.83,1.24,1.85,1.24,3.07s-.41,2.25-1.24,3.07c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07ZM77.02,76c-.61.61-1.38.92-2.32.92h-4.31v4.31c0,.93-.31,1.71-.92,2.32-.61.61-1.38.92-2.32.92s-1.71-.31-2.32-.92c-.61-.61-.92-1.38-.92-2.32v-4.31h-4.31c-.93,0-1.71-.31-2.32-.92-.61-.61-.92-1.38-.92-2.32s.31-1.71.92-2.32c.61-.61,1.38-.92,2.32-.92h4.31v-4.31c0-.93.31-1.71.92-2.32.61-.61,1.38-.92,2.32-.92s1.71.31,2.32.92c.61.61.92,1.38.92,2.32v4.31h4.31c.93,0,1.71.31,2.32.92s.92,1.38.92,2.32-.31,1.71-.92,2.32ZM91.79,76.75c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24c.83.83,1.24,1.85,1.24,3.07s-.41,2.25-1.24,3.07ZM100.41,85.38c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24c.83.83,1.24,1.85,1.24,3.07s-.41,2.25-1.24,3.07ZM109.04,76.75c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24,1.24,1.85,1.24,3.07-.41,2.25-1.24,3.07ZM82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM124.89,112.22c-3.13,3.05-6.88,4.58-11.27,4.58-3.02,0-5.82-.79-8.41-2.37-2.59-1.58-4.53-3.74-5.82-6.47l-3.02-6.25c-.36-.72-.9-1.26-1.62-1.62-.72-.36-1.47-.54-2.26-.54h-20.48c-.79,0-1.55.18-2.26.54-.72.36-1.26.9-1.62,1.62l-3.02,6.25c-1.29,2.73-3.23,4.89-5.82,6.47-2.59,1.58-5.39,2.37-8.41,2.37-4.31,0-8-1.55-11.05-4.64-3.05-3.09-4.65-6.83-4.8-11.21,0-.65.04-1.29.11-1.94.07-.65.18-1.29.32-1.94l9.06-36.22c1.01-3.88,3.05-7.03,6.15-9.43,3.09-2.41,6.61-3.61,10.56-3.61h42.04c3.95,0,7.47,1.2,10.56,3.61,3.09,2.41,5.14,5.55,6.14,9.43l9.06,36.22c.14.65.27,1.31.38,1.99s.16,1.35.16,1.99c0,4.38-1.56,8.1-4.69,11.16Z",
|
|
1640
|
+
fill: "#000",
|
|
1641
|
+
"stroke-width": "0"
|
|
1642
|
+
}
|
|
1643
|
+
) })
|
|
1644
|
+
}
|
|
1645
|
+
)
|
|
1646
|
+
),
|
|
1647
|
+
DisabledImage: (
|
|
1648
|
+
/* icon-controller-disabled.svg */
|
|
1649
|
+
/* @__PURE__ */ n.jsx(
|
|
1650
|
+
"svg",
|
|
1651
|
+
{
|
|
1652
|
+
className: e,
|
|
1653
|
+
fill: "currentcolor",
|
|
1654
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1655
|
+
viewBox: "0 0 164.61 164.61",
|
|
1656
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1657
|
+
"path",
|
|
1658
|
+
{
|
|
1659
|
+
d: "M96.54,86.55l5.04-5.04c.04.26.07.52.07.8,0,1.22-.41,2.25-1.24,3.07-.83.83-1.85,1.24-3.07,1.24-.28,0-.54-.03-.8-.07ZM105.97,77.99c1.22,0,2.25-.41,3.07-1.24.83-.83,1.24-1.85,1.24-3.07,0-.28-.03-.54-.07-.8l-5.04,5.04c.26.04.52.07.8.07ZM129.04,97.07l-8.6-34.41-7.15,7.15,7.35,29.31c.14,1.44.22,2.12.22,2.05-.07,2.01-.83,3.68-2.26,5.01-1.44,1.33-3.16,1.99-5.17,1.99-1.37,0-2.6-.36-3.72-1.08-1.11-.72-1.96-1.69-2.53-2.91l-3.02-6.14c-1.15-2.16-2.77-3.88-4.85-5.17-2.08-1.29-4.35-1.94-6.79-1.94h-.33l-8.62,8.62h8.95c.79,0,1.55.18,2.26.54.72.36,1.26.9,1.62,1.62l3.02,6.25c1.29,2.73,3.23,4.89,5.82,6.47,2.59,1.58,5.39,2.37,8.41,2.37,4.38,0,8.14-1.53,11.27-4.58,3.13-3.05,4.69-6.77,4.69-11.16,0-.65-.05-1.31-.16-1.99s-.23-1.35-.38-1.99ZM43.77,102.35c-.07-.42-.12-.84-.12-1.29,0-.86.07-1.51.22-1.94l9.06-36.11c.43-1.94,1.42-3.52,2.96-4.74,1.54-1.22,3.32-1.83,5.34-1.83h28.46l8.62-8.62h-37.09c-3.95,0-7.47,1.2-10.56,3.61-3.09,2.41-5.14,5.55-6.14,9.43l-9.06,36.22c-.14.65-.25,1.29-.32,1.94-.07.65-.11,1.29-.11,1.94.1,2.92.85,5.55,2.24,7.9l6.5-6.5ZM74.7,70.45h-4.31v-4.31c0-.93-.31-1.71-.92-2.32-.61-.61-1.38-.92-2.32-.92s-1.71.31-2.32.92c-.61.61-.92,1.38-.92,2.32v4.31h-4.31c-.93,0-1.71.31-2.32.92s-.92,1.38-.92,2.32.31,1.71.92,2.32c.61.61,1.38.92,2.32.92h4.31v4.31c0,.31.05.59.11.86l11.53-11.53c-.27-.07-.56-.11-.86-.11ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM5,82.3c0,19.83,7.51,37.93,19.82,51.63L133.93,24.83c-13.7-12.32-31.8-19.83-51.63-19.83C39.68,5,5,39.68,5,82.3ZM159.61,82.3c0-19.83-7.51-37.93-19.83-51.63L30.68,139.78c13.7,12.32,31.8,19.83,51.63,19.83,42.63,0,77.3-34.68,77.3-77.3Z",
|
|
1660
|
+
fill: "#090a0e",
|
|
1661
|
+
"stroke-width": "0"
|
|
1662
|
+
}
|
|
1663
|
+
) })
|
|
1664
|
+
}
|
|
1665
|
+
)
|
|
1666
|
+
),
|
|
1667
|
+
EnabledImage: (
|
|
1668
|
+
/* icon-controller-enabled.svg */
|
|
1669
|
+
/* @__PURE__ */ n.jsx(
|
|
1670
|
+
"svg",
|
|
1671
|
+
{
|
|
1672
|
+
className: e,
|
|
1673
|
+
fill: "currentcolor",
|
|
1674
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1675
|
+
viewBox: "0 0 164.61 164.61",
|
|
1676
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1677
|
+
"path",
|
|
1678
|
+
{
|
|
1679
|
+
d: "M50.88,116.8c-4.31,0-8-1.55-11.05-4.64-3.05-3.09-4.65-6.83-4.8-11.21,0-.65.04-1.29.11-1.94s.18-1.29.32-1.94l9.06-36.22c1.01-3.88,3.05-7.03,6.14-9.43s6.61-3.61,10.56-3.61h42.04c3.95,0,7.47,1.2,10.56,3.61s5.14,5.55,6.14,9.43l9.06,36.22c.14.65.27,1.31.38,1.99s.16,1.35.16,1.99c0,4.38-1.56,8.1-4.69,11.16s-6.88,4.58-11.27,4.58c-3.02,0-5.82-.79-8.41-2.37s-4.53-3.74-5.82-6.47l-3.02-6.25c-.36-.72-.9-1.26-1.62-1.62s-1.47-.54-2.26-.54h-20.48c-.79,0-1.55.18-2.26.54s-1.26.9-1.62,1.62l-3.02,6.25c-1.29,2.73-3.23,4.89-5.82,6.47s-5.39,2.37-8.41,2.37ZM51.2,108.18c1.37,0,2.61-.36,3.72-1.08,1.11-.72,1.96-1.69,2.53-2.91l3.02-6.14c1.08-2.23,2.66-3.97,4.74-5.23s4.35-1.89,6.79-1.89h20.48c2.44,0,4.71.65,6.79,1.94s3.7,3.02,4.85,5.17l3.02,6.14c.57,1.22,1.42,2.19,2.53,2.91,1.11.72,2.35,1.08,3.72,1.08,2.01,0,3.74-.66,5.17-1.99,1.44-1.33,2.19-3,2.26-5.01,0,.07-.07-.61-.22-2.05l-9.06-36.11c-.5-1.94-1.51-3.52-3.02-4.74s-3.27-1.83-5.28-1.83h-42.04c-2.01,0-3.79.61-5.34,1.83s-2.53,2.8-2.96,4.74l-9.06,36.11c-.14.43-.22,1.08-.22,1.94,0,2.01.74,3.7,2.21,5.07,1.47,1.37,3.25,2.05,5.34,2.05ZM88.72,77.99c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07-1.85-1.24-3.07-1.24-2.25.41-3.07,1.24c-.83.83-1.24,1.85-1.24,3.07s.41,2.25,1.24,3.07c.83.83,1.85,1.24,3.07,1.24ZM97.34,69.37c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07-1.85-1.24-3.07-1.24-2.25.41-3.07,1.24-1.24,1.85-1.24,3.07.41,2.25,1.24,3.07,1.85,1.24,3.07,1.24ZM97.34,86.62c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07c-.83-.83-1.85-1.24-3.07-1.24s-2.25.41-3.07,1.24c-.83.83-1.24,1.85-1.24,3.07s.41,2.25,1.24,3.07,1.85,1.24,3.07,1.24ZM105.97,77.99c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07-1.85-1.24-3.07-1.24-2.25.41-3.07,1.24-1.24,1.85-1.24,3.07.41,2.25,1.24,3.07,1.85,1.24,3.07,1.24ZM67.16,84.46c.93,0,1.71-.31,2.32-.92s.92-1.38.92-2.32v-4.31h4.31c.93,0,1.71-.31,2.32-.92s.92-1.38.92-2.32-.31-1.71-.92-2.32-1.38-.92-2.32-.92h-4.31v-4.31c0-.93-.31-1.71-.92-2.32s-1.38-.92-2.32-.92-1.71.31-2.32.92-.92,1.38-.92,2.32v4.31h-4.31c-.93,0-1.71.31-2.32.92s-.92,1.38-.92,2.32.31,1.71.92,2.32,1.38.92,2.32.92h4.31v4.31c0,.93.31,1.71.92,2.32s1.38.92,2.32.92ZM82.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",
|
|
1680
|
+
fill: "#090a0e",
|
|
1681
|
+
"stroke-width": "0"
|
|
1682
|
+
}
|
|
1683
|
+
) })
|
|
1684
|
+
}
|
|
1685
|
+
)
|
|
1686
|
+
),
|
|
1687
|
+
active: t,
|
|
1688
|
+
disabled: c
|
|
1689
|
+
}
|
|
1690
|
+
), k2 = ({
|
|
1691
|
+
active: t,
|
|
1692
|
+
className: e = "",
|
|
1693
|
+
disabled: c
|
|
1694
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1695
|
+
x,
|
|
1621
1696
|
{
|
|
1622
1697
|
ActiveImage: (
|
|
1623
1698
|
/* icon-down-active.svg */
|
|
@@ -1659,14 +1734,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1659
1734
|
)
|
|
1660
1735
|
),
|
|
1661
1736
|
active: t,
|
|
1662
|
-
disabled:
|
|
1737
|
+
disabled: c
|
|
1663
1738
|
}
|
|
1664
|
-
),
|
|
1739
|
+
), U2 = ({
|
|
1665
1740
|
active: t,
|
|
1666
1741
|
className: e = "",
|
|
1667
|
-
disabled:
|
|
1742
|
+
disabled: c
|
|
1668
1743
|
}) => /* @__PURE__ */ n.jsx(
|
|
1669
|
-
|
|
1744
|
+
x,
|
|
1670
1745
|
{
|
|
1671
1746
|
ActiveImage: (
|
|
1672
1747
|
/* icon-elipses-active.svg */
|
|
@@ -1708,14 +1783,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1708
1783
|
)
|
|
1709
1784
|
),
|
|
1710
1785
|
active: t,
|
|
1711
|
-
disabled:
|
|
1786
|
+
disabled: c
|
|
1712
1787
|
}
|
|
1713
1788
|
), W2 = ({
|
|
1714
1789
|
active: t,
|
|
1715
1790
|
className: e = "",
|
|
1716
|
-
disabled:
|
|
1791
|
+
disabled: c
|
|
1717
1792
|
}) => /* @__PURE__ */ n.jsx(
|
|
1718
|
-
|
|
1793
|
+
x,
|
|
1719
1794
|
{
|
|
1720
1795
|
ActiveImage: (
|
|
1721
1796
|
/* icon-flag-active.svg */
|
|
@@ -1757,14 +1832,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1757
1832
|
)
|
|
1758
1833
|
),
|
|
1759
1834
|
active: t,
|
|
1760
|
-
disabled:
|
|
1835
|
+
disabled: c
|
|
1761
1836
|
}
|
|
1762
|
-
),
|
|
1837
|
+
), H2 = ({
|
|
1763
1838
|
active: t,
|
|
1764
1839
|
className: e = "",
|
|
1765
|
-
disabled:
|
|
1840
|
+
disabled: c
|
|
1766
1841
|
}) => /* @__PURE__ */ n.jsx(
|
|
1767
|
-
|
|
1842
|
+
x,
|
|
1768
1843
|
{
|
|
1769
1844
|
ActiveImage: (
|
|
1770
1845
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-active.svg */
|
|
@@ -1806,14 +1881,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1806
1881
|
)
|
|
1807
1882
|
),
|
|
1808
1883
|
active: t,
|
|
1809
|
-
disabled:
|
|
1884
|
+
disabled: c
|
|
1810
1885
|
}
|
|
1811
|
-
),
|
|
1886
|
+
), K2 = ({
|
|
1812
1887
|
active: t,
|
|
1813
1888
|
className: e = "",
|
|
1814
|
-
disabled:
|
|
1889
|
+
disabled: c
|
|
1815
1890
|
}) => /* @__PURE__ */ n.jsx(
|
|
1816
|
-
|
|
1891
|
+
x,
|
|
1817
1892
|
{
|
|
1818
1893
|
ActiveImage: (
|
|
1819
1894
|
/* icon-glass-active.svg */
|
|
@@ -1855,16 +1930,16 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1855
1930
|
)
|
|
1856
1931
|
),
|
|
1857
1932
|
active: t,
|
|
1858
|
-
disabled:
|
|
1933
|
+
disabled: c
|
|
1859
1934
|
}
|
|
1860
|
-
),
|
|
1935
|
+
), G2 = ({
|
|
1861
1936
|
active: t,
|
|
1862
1937
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1863
1938
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1864
1939
|
className: e = "",
|
|
1865
|
-
disabled:
|
|
1940
|
+
disabled: c
|
|
1866
1941
|
}) => /* @__PURE__ */ n.jsx(
|
|
1867
|
-
|
|
1942
|
+
x,
|
|
1868
1943
|
{
|
|
1869
1944
|
ActiveImage: (
|
|
1870
1945
|
/* icon-hdmi-active.svg */
|
|
@@ -1924,14 +1999,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1924
1999
|
)
|
|
1925
2000
|
),
|
|
1926
2001
|
active: t,
|
|
1927
|
-
disabled:
|
|
2002
|
+
disabled: c
|
|
1928
2003
|
}
|
|
1929
|
-
),
|
|
2004
|
+
), q2 = ({
|
|
1930
2005
|
active: t,
|
|
1931
2006
|
className: e = "",
|
|
1932
|
-
disabled:
|
|
2007
|
+
disabled: c
|
|
1933
2008
|
}) => /* @__PURE__ */ n.jsx(
|
|
1934
|
-
|
|
2009
|
+
x,
|
|
1935
2010
|
{
|
|
1936
2011
|
ActiveImage: (
|
|
1937
2012
|
/* icon-laptop-active.svg */
|
|
@@ -1973,14 +2048,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1973
2048
|
)
|
|
1974
2049
|
),
|
|
1975
2050
|
active: t,
|
|
1976
|
-
disabled:
|
|
2051
|
+
disabled: c
|
|
1977
2052
|
}
|
|
1978
|
-
),
|
|
2053
|
+
), Y2 = ({
|
|
1979
2054
|
active: t,
|
|
1980
2055
|
className: e = "",
|
|
1981
|
-
disabled:
|
|
2056
|
+
disabled: c
|
|
1982
2057
|
}) => /* @__PURE__ */ n.jsx(
|
|
1983
|
-
|
|
2058
|
+
x,
|
|
1984
2059
|
{
|
|
1985
2060
|
ActiveImage: (
|
|
1986
2061
|
/* icon-left-active.svg */
|
|
@@ -2022,14 +2097,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2022
2097
|
)
|
|
2023
2098
|
),
|
|
2024
2099
|
active: t,
|
|
2025
|
-
disabled:
|
|
2100
|
+
disabled: c
|
|
2026
2101
|
}
|
|
2027
|
-
),
|
|
2102
|
+
), J2 = ({
|
|
2028
2103
|
active: t,
|
|
2029
2104
|
className: e = "",
|
|
2030
|
-
disabled:
|
|
2105
|
+
disabled: c
|
|
2031
2106
|
}) => /* @__PURE__ */ n.jsx(
|
|
2032
|
-
|
|
2107
|
+
x,
|
|
2033
2108
|
{
|
|
2034
2109
|
ActiveImage: (
|
|
2035
2110
|
/* icon-light-active.svg */
|
|
@@ -2071,14 +2146,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2071
2146
|
)
|
|
2072
2147
|
),
|
|
2073
2148
|
active: t,
|
|
2074
|
-
disabled:
|
|
2149
|
+
disabled: c
|
|
2075
2150
|
}
|
|
2076
|
-
),
|
|
2151
|
+
), z2 = ({
|
|
2077
2152
|
active: t,
|
|
2078
2153
|
className: e = "",
|
|
2079
|
-
disabled:
|
|
2154
|
+
disabled: c
|
|
2080
2155
|
}) => /* @__PURE__ */ n.jsx(
|
|
2081
|
-
|
|
2156
|
+
x,
|
|
2082
2157
|
{
|
|
2083
2158
|
ActiveImage: (
|
|
2084
2159
|
/* icon-moon-active.svg */
|
|
@@ -2120,14 +2195,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2120
2195
|
)
|
|
2121
2196
|
),
|
|
2122
2197
|
active: t,
|
|
2123
|
-
disabled:
|
|
2198
|
+
disabled: c
|
|
2124
2199
|
}
|
|
2125
|
-
),
|
|
2200
|
+
), X2 = ({
|
|
2126
2201
|
active: t,
|
|
2127
2202
|
className: e = "",
|
|
2128
|
-
disabled:
|
|
2203
|
+
disabled: c
|
|
2129
2204
|
}) => /* @__PURE__ */ n.jsx(
|
|
2130
|
-
|
|
2205
|
+
x,
|
|
2131
2206
|
{
|
|
2132
2207
|
ActiveImage: (
|
|
2133
2208
|
/* icon-playstation-active.svg */
|
|
@@ -2142,14 +2217,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2142
2217
|
/* @__PURE__ */ n.jsx("svg", { className: e, fill: "currentcolor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164.61 164.61", children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) }) })
|
|
2143
2218
|
),
|
|
2144
2219
|
active: t,
|
|
2145
|
-
disabled:
|
|
2220
|
+
disabled: c
|
|
2146
2221
|
}
|
|
2147
|
-
),
|
|
2222
|
+
), Q2 = ({
|
|
2148
2223
|
active: t,
|
|
2149
2224
|
className: e = "",
|
|
2150
|
-
disabled:
|
|
2225
|
+
disabled: c
|
|
2151
2226
|
}) => /* @__PURE__ */ n.jsx(
|
|
2152
|
-
|
|
2227
|
+
x,
|
|
2153
2228
|
{
|
|
2154
2229
|
ActiveImage: (
|
|
2155
2230
|
/* icon-podium-active.svg */
|
|
@@ -2191,14 +2266,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2191
2266
|
)
|
|
2192
2267
|
),
|
|
2193
2268
|
active: t,
|
|
2194
|
-
disabled:
|
|
2269
|
+
disabled: c
|
|
2195
2270
|
}
|
|
2196
|
-
),
|
|
2271
|
+
), N2 = ({
|
|
2197
2272
|
active: t,
|
|
2198
2273
|
className: e = "",
|
|
2199
|
-
disabled:
|
|
2274
|
+
disabled: c
|
|
2200
2275
|
}) => /* @__PURE__ */ n.jsx(
|
|
2201
|
-
|
|
2276
|
+
x,
|
|
2202
2277
|
{
|
|
2203
2278
|
ActiveImage: (
|
|
2204
2279
|
/* icon-power-active.svg */
|
|
@@ -2240,14 +2315,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2240
2315
|
)
|
|
2241
2316
|
),
|
|
2242
2317
|
active: t,
|
|
2243
|
-
disabled:
|
|
2318
|
+
disabled: c
|
|
2244
2319
|
}
|
|
2245
|
-
),
|
|
2320
|
+
), e8 = ({
|
|
2246
2321
|
active: t,
|
|
2247
2322
|
className: e = "",
|
|
2248
|
-
disabled:
|
|
2323
|
+
disabled: c
|
|
2249
2324
|
}) => /* @__PURE__ */ n.jsx(
|
|
2250
|
-
|
|
2325
|
+
x,
|
|
2251
2326
|
{
|
|
2252
2327
|
ActiveImage: (
|
|
2253
2328
|
/* icon-privacy-active.svg */
|
|
@@ -2289,14 +2364,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2289
2364
|
)
|
|
2290
2365
|
),
|
|
2291
2366
|
active: t,
|
|
2292
|
-
disabled:
|
|
2367
|
+
disabled: c
|
|
2293
2368
|
}
|
|
2294
|
-
),
|
|
2369
|
+
), t8 = ({
|
|
2295
2370
|
active: t,
|
|
2296
2371
|
className: e = "",
|
|
2297
|
-
disabled:
|
|
2372
|
+
disabled: c
|
|
2298
2373
|
}) => /* @__PURE__ */ n.jsx(
|
|
2299
|
-
|
|
2374
|
+
x,
|
|
2300
2375
|
{
|
|
2301
2376
|
ActiveImage: (
|
|
2302
2377
|
/* icon-question-active.svg */
|
|
@@ -2338,14 +2413,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2338
2413
|
)
|
|
2339
2414
|
),
|
|
2340
2415
|
active: t,
|
|
2341
|
-
disabled:
|
|
2416
|
+
disabled: c
|
|
2342
2417
|
}
|
|
2343
|
-
),
|
|
2418
|
+
), n8 = ({
|
|
2344
2419
|
active: t,
|
|
2345
2420
|
className: e = "",
|
|
2346
|
-
disabled:
|
|
2421
|
+
disabled: c
|
|
2347
2422
|
}) => /* @__PURE__ */ n.jsx(
|
|
2348
|
-
|
|
2423
|
+
x,
|
|
2349
2424
|
{
|
|
2350
2425
|
ActiveImage: (
|
|
2351
2426
|
/* icon-right-active.svg */
|
|
@@ -2387,14 +2462,86 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2387
2462
|
)
|
|
2388
2463
|
),
|
|
2389
2464
|
active: t,
|
|
2390
|
-
disabled:
|
|
2465
|
+
disabled: c
|
|
2391
2466
|
}
|
|
2392
|
-
),
|
|
2467
|
+
), c8 = ({
|
|
2393
2468
|
active: t,
|
|
2469
|
+
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2470
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2394
2471
|
className: e = "",
|
|
2395
|
-
disabled:
|
|
2472
|
+
disabled: c
|
|
2396
2473
|
}) => /* @__PURE__ */ n.jsx(
|
|
2397
|
-
|
|
2474
|
+
x,
|
|
2475
|
+
{
|
|
2476
|
+
ActiveImage: (
|
|
2477
|
+
/* icon-roomPC-active.svg */
|
|
2478
|
+
/* @__PURE__ */ n.jsx(
|
|
2479
|
+
"svg",
|
|
2480
|
+
{
|
|
2481
|
+
className: e,
|
|
2482
|
+
fill: "currentcolor",
|
|
2483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2484
|
+
viewBox: "0 0 164.61 164.61",
|
|
2485
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
2486
|
+
"path",
|
|
2487
|
+
{
|
|
2488
|
+
d: "M78.42,76.11v.67c0,1.66-1.34,3-3,3h-28.5c-1.66,0-3-1.34-3-3v-.67c0-1.66,1.34-3,3-3h28.5c1.66,0,3,1.34,3,3ZM75.42,63.11h-28.5c-1.66,0-3,1.34-3,3v.67c0,1.66,1.34,3,3,3h28.5c1.66,0,3-1.34,3-3v-.67c0-1.66-1.34-3-3-3ZM74.67,110.78c-2.07,0-3.75,1.68-3.75,3.75s1.68,3.75,3.75,3.75,3.75-1.68,3.75-3.75-1.68-3.75-3.75-3.75ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM82.63,60.68c0-2.15-1.74-3.89-3.89-3.89h-34.83c-2.15,0-3.89,1.74-3.89,3.89v59.64c0,2.15,1.74,3.89,3.89,3.89h34.83c2.15,0,3.89-1.74,3.89-3.89v-59.64ZM124.59,44.82c0-2.44-1.98-4.43-4.43-4.43H54.78c-2.44,0-4.43,1.98-4.43,4.43v6.96h6.06v-1.66c0-1.47,1.19-2.66,2.66-2.66h56.8c1.47,0,2.66,1.19,2.66,2.66v32.53c0,1.47-1.19,2.66-2.66,2.66h-28.24v20.48h21.98c0-4.6-5.41-11.57-13.23-13.41h23.77c2.44,0,4.43-1.98,4.43-4.43v-43.13Z",
|
|
2489
|
+
fill: "#000",
|
|
2490
|
+
"stroke-width": "0"
|
|
2491
|
+
}
|
|
2492
|
+
) })
|
|
2493
|
+
}
|
|
2494
|
+
)
|
|
2495
|
+
),
|
|
2496
|
+
DisabledImage: (
|
|
2497
|
+
/* icon-roomPC-disabled.svg */
|
|
2498
|
+
/* @__PURE__ */ n.jsx(
|
|
2499
|
+
"svg",
|
|
2500
|
+
{
|
|
2501
|
+
className: e,
|
|
2502
|
+
fill: "currentcolor",
|
|
2503
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2504
|
+
viewBox: "0 0 164.61 164.61",
|
|
2505
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
2506
|
+
"path",
|
|
2507
|
+
{
|
|
2508
|
+
d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.83,133.93c-12.32-13.7-19.83-31.8-19.83-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.82,31.8,19.82,51.63,0,42.63-34.68,77.3-77.3,77.3ZM56.41,51.79h-6.06v-6.96c0-2.44,1.98-4.43,4.43-4.43h50.95l-7.07,7.07h-39.58c-1.47,0-2.66,1.19-2.66,2.66v1.66ZM40.02,106.1v-45.42c0-2.15,1.74-3.89,3.89-3.89h34.83c2.15,0,3.89,1.74,3.89,3.89v2.81l-4.45,4.45c.15-.36.23-.75.23-1.16v-.67c0-1.66-1.34-3-3-3h-28.5c-1.66,0-3,1.34-3,3v.67c0,1.66,1.34,3,3,3h28.5c.41,0,.8-.08,1.16-.23l-3.57,3.57h-26.09c-1.66,0-3,1.34-3,3v.67c0,1.66,1.34,3,3,3h19.43l-26.32,26.32ZM124.59,58.5v29.46c0,2.44-1.98,4.43-4.43,4.43h-23.77c7.81,1.84,13.23,8.81,13.23,13.41h-21.98v-10.34l10.15-10.15h18.09c1.47,0,2.66-1.19,2.66-2.66v-18.09l6.06-6.06ZM58.88,124.21h19.86c2.15,0,3.89-1.74,3.89-3.89v-19.86l-23.75,23.75ZM74.67,118.28c-2.07,0-3.75-1.68-3.75-3.75s1.68-3.75,3.75-3.75,3.75,1.68,3.75,3.75-1.68,3.75-3.75,3.75Z",
|
|
2509
|
+
fill: "#000",
|
|
2510
|
+
"stroke-width": "0"
|
|
2511
|
+
}
|
|
2512
|
+
) })
|
|
2513
|
+
}
|
|
2514
|
+
)
|
|
2515
|
+
),
|
|
2516
|
+
EnabledImage: (
|
|
2517
|
+
/* icon-roomPC-enabled.svg */
|
|
2518
|
+
/* @__PURE__ */ n.jsx(
|
|
2519
|
+
"svg",
|
|
2520
|
+
{
|
|
2521
|
+
className: e,
|
|
2522
|
+
fill: "currentcolor",
|
|
2523
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2524
|
+
viewBox: "0 0 164.61 164.61",
|
|
2525
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
2526
|
+
"path",
|
|
2527
|
+
{
|
|
2528
|
+
d: "M78.74,56.79h-34.83c-2.15,0-3.89,1.74-3.89,3.89v59.64c0,2.15,1.74,3.89,3.89,3.89h34.83c2.15,0,3.89-1.74,3.89-3.89v-59.64c0-2.15-1.74-3.89-3.89-3.89ZM74.67,118.28c-2.07,0-3.75-1.68-3.75-3.75s1.68-3.75,3.75-3.75,3.75,1.68,3.75,3.75-1.68,3.75-3.75,3.75ZM78.42,76.78c0,1.66-1.34,3-3,3h-28.5c-1.66,0-3-1.34-3-3v-.67c0-1.66,1.34-3,3-3h28.5c1.66,0,3,1.34,3,3v.67ZM78.42,66.78c0,1.66-1.34,3-3,3h-28.5c-1.66,0-3-1.34-3-3v-.67c0-1.66,1.34-3,3-3h28.5c1.66,0,3,1.34,3,3v.67ZM124.59,44.82v43.13c0,2.44-1.98,4.43-4.43,4.43h-23.77c7.81,1.84,13.23,8.81,13.23,13.41h-21.98v-20.48h28.24c1.47,0,2.66-1.19,2.66-2.66v-32.53c0-1.47-1.19-2.66-2.66-2.66h-56.8c-1.47,0-2.66,1.19-2.66,2.66v1.66h-6.06v-6.96c0-2.44,1.98-4.43,4.43-4.43h65.38c2.44,0,4.43,1.98,4.43,4.43ZM82.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",
|
|
2529
|
+
fill: "#000",
|
|
2530
|
+
"stroke-width": "0"
|
|
2531
|
+
}
|
|
2532
|
+
) }) })
|
|
2533
|
+
}
|
|
2534
|
+
)
|
|
2535
|
+
),
|
|
2536
|
+
active: t,
|
|
2537
|
+
disabled: c
|
|
2538
|
+
}
|
|
2539
|
+
), s8 = ({
|
|
2540
|
+
active: t,
|
|
2541
|
+
className: e = "",
|
|
2542
|
+
disabled: c
|
|
2543
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2544
|
+
x,
|
|
2398
2545
|
{
|
|
2399
2546
|
ActiveImage: (
|
|
2400
2547
|
/* icon-shade-active.svg */
|
|
@@ -2436,14 +2583,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2436
2583
|
)
|
|
2437
2584
|
),
|
|
2438
2585
|
active: t,
|
|
2439
|
-
disabled:
|
|
2586
|
+
disabled: c
|
|
2440
2587
|
}
|
|
2441
|
-
),
|
|
2588
|
+
), o8 = ({
|
|
2442
2589
|
active: t,
|
|
2443
2590
|
className: e = "",
|
|
2444
|
-
disabled:
|
|
2591
|
+
disabled: c
|
|
2445
2592
|
}) => /* @__PURE__ */ n.jsx(
|
|
2446
|
-
|
|
2593
|
+
x,
|
|
2447
2594
|
{
|
|
2448
2595
|
ActiveImage: (
|
|
2449
2596
|
/* icon-sun-active.svg */
|
|
@@ -2485,14 +2632,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2485
2632
|
)
|
|
2486
2633
|
),
|
|
2487
2634
|
active: t,
|
|
2488
|
-
disabled:
|
|
2635
|
+
disabled: c
|
|
2489
2636
|
}
|
|
2490
|
-
),
|
|
2637
|
+
), r8 = ({
|
|
2491
2638
|
active: t,
|
|
2492
2639
|
className: e = "",
|
|
2493
|
-
disabled:
|
|
2640
|
+
disabled: c
|
|
2494
2641
|
}) => /* @__PURE__ */ n.jsx(
|
|
2495
|
-
|
|
2642
|
+
x,
|
|
2496
2643
|
{
|
|
2497
2644
|
ActiveImage: (
|
|
2498
2645
|
/* icon-up-active.svg */
|
|
@@ -2534,14 +2681,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2534
2681
|
)
|
|
2535
2682
|
),
|
|
2536
2683
|
active: t,
|
|
2537
|
-
disabled:
|
|
2684
|
+
disabled: c
|
|
2538
2685
|
}
|
|
2539
|
-
),
|
|
2686
|
+
), l8 = ({
|
|
2540
2687
|
active: t,
|
|
2541
2688
|
className: e = "",
|
|
2542
|
-
disabled:
|
|
2689
|
+
disabled: c
|
|
2543
2690
|
}) => /* @__PURE__ */ n.jsx(
|
|
2544
|
-
|
|
2691
|
+
x,
|
|
2545
2692
|
{
|
|
2546
2693
|
ActiveImage: (
|
|
2547
2694
|
/* icon-volDown-active.svg */
|
|
@@ -2583,14 +2730,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2583
2730
|
)
|
|
2584
2731
|
),
|
|
2585
2732
|
active: t,
|
|
2586
|
-
disabled:
|
|
2733
|
+
disabled: c
|
|
2587
2734
|
}
|
|
2588
|
-
),
|
|
2735
|
+
), i8 = ({
|
|
2589
2736
|
active: t,
|
|
2590
2737
|
className: e = "",
|
|
2591
|
-
disabled:
|
|
2738
|
+
disabled: c
|
|
2592
2739
|
}) => /* @__PURE__ */ n.jsx(
|
|
2593
|
-
|
|
2740
|
+
x,
|
|
2594
2741
|
{
|
|
2595
2742
|
ActiveImage: (
|
|
2596
2743
|
/* icon-volMute-active.svg */
|
|
@@ -2632,14 +2779,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2632
2779
|
)
|
|
2633
2780
|
),
|
|
2634
2781
|
active: t,
|
|
2635
|
-
disabled:
|
|
2782
|
+
disabled: c
|
|
2636
2783
|
}
|
|
2637
|
-
),
|
|
2784
|
+
), a8 = ({
|
|
2638
2785
|
active: t,
|
|
2639
2786
|
className: e = "",
|
|
2640
|
-
disabled:
|
|
2787
|
+
disabled: c
|
|
2641
2788
|
}) => /* @__PURE__ */ n.jsx(
|
|
2642
|
-
|
|
2789
|
+
x,
|
|
2643
2790
|
{
|
|
2644
2791
|
ActiveImage: (
|
|
2645
2792
|
/* icon-volUp-active.svg */
|
|
@@ -2681,14 +2828,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2681
2828
|
)
|
|
2682
2829
|
),
|
|
2683
2830
|
active: t,
|
|
2684
|
-
disabled:
|
|
2831
|
+
disabled: c
|
|
2685
2832
|
}
|
|
2686
|
-
),
|
|
2833
|
+
), u8 = ({
|
|
2687
2834
|
active: t,
|
|
2688
2835
|
className: e = "",
|
|
2689
|
-
disabled:
|
|
2836
|
+
disabled: c
|
|
2690
2837
|
}) => /* @__PURE__ */ n.jsx(
|
|
2691
|
-
|
|
2838
|
+
x,
|
|
2692
2839
|
{
|
|
2693
2840
|
ActiveImage: (
|
|
2694
2841
|
/* icon-wireless-active.svg */
|
|
@@ -2730,14 +2877,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2730
2877
|
)
|
|
2731
2878
|
),
|
|
2732
2879
|
active: t,
|
|
2733
|
-
disabled:
|
|
2880
|
+
disabled: c
|
|
2734
2881
|
}
|
|
2735
|
-
),
|
|
2882
|
+
), d8 = ({
|
|
2736
2883
|
active: t,
|
|
2737
2884
|
className: e = "",
|
|
2738
|
-
disabled:
|
|
2885
|
+
disabled: c
|
|
2739
2886
|
}) => /* @__PURE__ */ n.jsx(
|
|
2740
|
-
|
|
2887
|
+
x,
|
|
2741
2888
|
{
|
|
2742
2889
|
ActiveImage: (
|
|
2743
2890
|
/* icon-x-active.svg */
|
|
@@ -2779,14 +2926,14 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2779
2926
|
)
|
|
2780
2927
|
),
|
|
2781
2928
|
active: t,
|
|
2782
|
-
disabled:
|
|
2929
|
+
disabled: c
|
|
2783
2930
|
}
|
|
2784
|
-
),
|
|
2931
|
+
), v8 = ({
|
|
2785
2932
|
active: t,
|
|
2786
2933
|
className: e = "",
|
|
2787
|
-
disabled:
|
|
2934
|
+
disabled: c
|
|
2788
2935
|
}) => /* @__PURE__ */ n.jsx(
|
|
2789
|
-
|
|
2936
|
+
x,
|
|
2790
2937
|
{
|
|
2791
2938
|
ActiveImage: (
|
|
2792
2939
|
/* icon-xbox-active.svg */
|
|
@@ -2828,108 +2975,159 @@ const I6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
2828
2975
|
)
|
|
2829
2976
|
),
|
|
2830
2977
|
active: t,
|
|
2831
|
-
disabled:
|
|
2978
|
+
disabled: c
|
|
2979
|
+
}
|
|
2980
|
+
), h8 = ({
|
|
2981
|
+
active: t,
|
|
2982
|
+
className: e = "",
|
|
2983
|
+
disabled: c
|
|
2984
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2985
|
+
x,
|
|
2986
|
+
{
|
|
2987
|
+
ActiveImage: (
|
|
2988
|
+
/* icon-mic-active.svg */
|
|
2989
|
+
/* @__PURE__ */ n.jsx(
|
|
2990
|
+
"svg",
|
|
2991
|
+
{
|
|
2992
|
+
className: e,
|
|
2993
|
+
fill: "currentcolor",
|
|
2994
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2995
|
+
viewBox: "0 0 164.61 164.61",
|
|
2996
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM64.9,44.59c0-4.83,1.69-8.94,5.08-12.33,3.38-3.38,7.49-5.08,12.33-5.08s8.94,1.69,12.33,5.08c3.38,3.38,5.08,7.49,5.08,12.33v34.81c0,4.83-1.69,8.94-5.08,12.33s-7.49,5.08-12.33,5.08-8.94-1.69-12.33-5.08-5.08-7.49-5.08-12.33v-34.81ZM113.05,106.09c-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-10.06-1.35-18.37-5.85-24.95-13.49-6.58-7.64-9.86-16.54-9.86-26.69h11.6c0,8.03,2.83,14.87,8.49,20.52s12.5,8.49,20.52,8.49,14.87-2.83,20.52-8.49,8.49-12.5,8.49-20.52h11.6c0,10.15-3.29,19.05-9.86,26.69Z" }) })
|
|
2997
|
+
}
|
|
2998
|
+
)
|
|
2999
|
+
),
|
|
3000
|
+
DisabledImage: (
|
|
3001
|
+
/* icon-mic-disabled.svg */
|
|
3002
|
+
/* @__PURE__ */ n.jsx(
|
|
3003
|
+
"svg",
|
|
3004
|
+
{
|
|
3005
|
+
className: e,
|
|
3006
|
+
fill: "currentcolor",
|
|
3007
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3008
|
+
viewBox: "0 0 164.61 164.61",
|
|
3009
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM94.63,91.73c-2.26,2.26-4.86,3.75-7.78,4.5l12.28-12.28c-.75,2.91-2.24,5.51-4.5,7.78ZM64.98,81.15c-.05-.57-.08-1.15-.08-1.74v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v1.82l-34.73,34.73ZM111.31,79.4h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-3.65-.49-7.07-1.4-10.27-2.72l9.2-9.2c2.18.5,4.47.76,6.86.76,8.03,0,14.87-2.83,20.52-8.49s8.49-12.5,8.49-20.52ZM46.79,99.33c-3.39-6-5.1-12.64-5.1-19.93h11.6c0,4.06.72,7.81,2.17,11.26l-8.67,8.67Z" }) })
|
|
3010
|
+
}
|
|
3011
|
+
)
|
|
3012
|
+
),
|
|
3013
|
+
EnabledImage: (
|
|
3014
|
+
/* icon-mic-enabled.svg */
|
|
3015
|
+
/* @__PURE__ */ n.jsx(
|
|
3016
|
+
"svg",
|
|
3017
|
+
{
|
|
3018
|
+
className: e,
|
|
3019
|
+
fill: "currentcolor",
|
|
3020
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3021
|
+
viewBox: "0 0 164.61 164.61",
|
|
3022
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "M82.3,96.81c-4.83,0-8.94-1.69-12.33-5.08-3.38-3.38-5.08-7.49-5.08-12.33v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v34.81c0,4.83-1.69,8.94-5.08,12.33-3.38,3.38-7.49,5.08-12.33,5.08ZM76.5,137.42v-17.84c-10.06-1.35-18.37-5.85-24.95-13.49-6.58-7.64-9.86-16.54-9.86-26.69h11.6c0,8.03,2.83,14.87,8.49,20.52s12.5,8.49,20.52,8.49,14.87-2.83,20.52-8.49,8.49-12.5,8.49-20.52h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6ZM82.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" }) })
|
|
3023
|
+
}
|
|
3024
|
+
)
|
|
3025
|
+
),
|
|
3026
|
+
active: t,
|
|
3027
|
+
disabled: c
|
|
2832
3028
|
}
|
|
2833
|
-
),
|
|
3029
|
+
), g8 = {
|
|
2834
3030
|
Alert: D2,
|
|
2835
3031
|
Camera: O2,
|
|
2836
|
-
DownArrow:
|
|
3032
|
+
DownArrow: k2,
|
|
2837
3033
|
Ban: P2,
|
|
2838
3034
|
Check: V2,
|
|
2839
|
-
|
|
3035
|
+
Controller: F2,
|
|
3036
|
+
Elipses: U2,
|
|
2840
3037
|
Flag: W2,
|
|
2841
|
-
Gear:
|
|
2842
|
-
Glass:
|
|
2843
|
-
Hdmi:
|
|
2844
|
-
Laptop:
|
|
2845
|
-
LeftArrow:
|
|
2846
|
-
Light:
|
|
2847
|
-
Mic:
|
|
2848
|
-
Moon:
|
|
2849
|
-
Playstation:
|
|
2850
|
-
Podium:
|
|
2851
|
-
Power:
|
|
2852
|
-
Privacy:
|
|
2853
|
-
Question:
|
|
2854
|
-
RightArrow:
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
3038
|
+
Gear: H2,
|
|
3039
|
+
Glass: K2,
|
|
3040
|
+
Hdmi: G2,
|
|
3041
|
+
Laptop: q2,
|
|
3042
|
+
LeftArrow: Y2,
|
|
3043
|
+
Light: J2,
|
|
3044
|
+
Mic: h8,
|
|
3045
|
+
Moon: z2,
|
|
3046
|
+
Playstation: X2,
|
|
3047
|
+
Podium: Q2,
|
|
3048
|
+
Power: N2,
|
|
3049
|
+
Privacy: e8,
|
|
3050
|
+
Question: t8,
|
|
3051
|
+
RightArrow: n8,
|
|
3052
|
+
RoomPC: c8,
|
|
3053
|
+
Shade: s8,
|
|
3054
|
+
Sun: o8,
|
|
3055
|
+
UpArrow: r8,
|
|
3056
|
+
VolDown: l8,
|
|
3057
|
+
VolMute: i8,
|
|
3058
|
+
VolUp: a8,
|
|
3059
|
+
Wireless: u8,
|
|
3060
|
+
X: d8,
|
|
3061
|
+
Xbox: v8
|
|
2864
3062
|
};
|
|
2865
|
-
function
|
|
3063
|
+
function T6({
|
|
2866
3064
|
name: t,
|
|
2867
|
-
iconsDictionary: e =
|
|
2868
|
-
...
|
|
3065
|
+
iconsDictionary: e = g8,
|
|
3066
|
+
...c
|
|
2869
3067
|
}) {
|
|
2870
|
-
const
|
|
2871
|
-
return
|
|
3068
|
+
const o = e[t] ?? null;
|
|
3069
|
+
return o || console.error(`Icon ${t} not found in dictionary`), /* @__PURE__ */ n.jsx(T2, { multiIcon: o, ...c });
|
|
2872
3070
|
}
|
|
2873
|
-
const
|
|
2874
|
-
grid:
|
|
2875
|
-
header:
|
|
2876
|
-
content:
|
|
2877
|
-
footer:
|
|
2878
|
-
volume:
|
|
2879
|
-
},
|
|
2880
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
2881
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
2882
|
-
l && /* @__PURE__ */ n.jsx("div", { className:
|
|
2883
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
2884
|
-
] }),
|
|
2885
|
-
grid: p8,
|
|
2886
|
-
header: x8,
|
|
2887
|
-
content: M8,
|
|
2888
|
-
"left-nav": "_left-nav_11w5q_23"
|
|
2889
|
-
}, E6 = ({ className: t, header: e, content: r, leftNav: s }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${u3.grid}`, children: [
|
|
2890
|
-
/* @__PURE__ */ n.jsx("div", { className: u3.header, children: e }),
|
|
2891
|
-
s && /* @__PURE__ */ n.jsx("div", { className: u3.leftNav, children: s }),
|
|
2892
|
-
/* @__PURE__ */ n.jsx("div", { className: u3.content, children: r })
|
|
2893
|
-
] }), m8 = "_grid_1uwfo_1", Z8 = "_header_1uwfo_11", j8 = "_content_1uwfo_17", C3 = {
|
|
3071
|
+
const f8 = "_grid_1cmpp_1", w8 = "_header_1cmpp_11", p8 = "_content_1cmpp_17", x8 = "_footer_1cmpp_23", M8 = "_volume_1cmpp_29", c1 = {
|
|
3072
|
+
grid: f8,
|
|
3073
|
+
header: w8,
|
|
3074
|
+
content: p8,
|
|
3075
|
+
footer: x8,
|
|
3076
|
+
volume: M8
|
|
3077
|
+
}, D6 = ({ header: t, footer: e, content: c, volume: o, showVolume: l }) => /* @__PURE__ */ n.jsxs("div", { className: c1.grid, children: [
|
|
3078
|
+
/* @__PURE__ */ n.jsx("div", { className: c1.header, children: t }),
|
|
3079
|
+
/* @__PURE__ */ n.jsx("div", { className: c1.content, children: c }),
|
|
3080
|
+
l && /* @__PURE__ */ n.jsx("div", { className: c1.volume, children: o }),
|
|
3081
|
+
/* @__PURE__ */ n.jsx("div", { className: c1.footer, children: e })
|
|
3082
|
+
] }), m8 = "_grid_11w5q_1", Z8 = "_header_11w5q_11", j8 = "_content_11w5q_17", d1 = {
|
|
2894
3083
|
grid: m8,
|
|
2895
3084
|
header: Z8,
|
|
2896
|
-
content: j8
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
/* @__PURE__ */ n.jsx("div", { className:
|
|
3085
|
+
content: j8,
|
|
3086
|
+
"left-nav": "_left-nav_11w5q_23"
|
|
3087
|
+
}, P6 = ({ className: t, header: e, content: c, leftNav: o }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${d1.grid}`, children: [
|
|
3088
|
+
/* @__PURE__ */ n.jsx("div", { className: d1.header, children: e }),
|
|
3089
|
+
o && /* @__PURE__ */ n.jsx("div", { className: d1.leftNav, children: o }),
|
|
3090
|
+
/* @__PURE__ */ n.jsx("div", { className: d1.content, children: c })
|
|
3091
|
+
] }), C8 = "_grid_1uwfo_1", S8 = "_header_1uwfo_11", b8 = "_content_1uwfo_17", S1 = {
|
|
3092
|
+
grid: C8,
|
|
3093
|
+
header: S8,
|
|
3094
|
+
content: b8
|
|
3095
|
+
}, O6 = ({ className: t, header: e, content: c }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${S1.grid}`, children: [
|
|
3096
|
+
/* @__PURE__ */ n.jsx("div", { className: S1.header, children: e }),
|
|
3097
|
+
/* @__PURE__ */ n.jsx("div", { className: S1.content, children: c })
|
|
2900
3098
|
] });
|
|
2901
|
-
function
|
|
3099
|
+
function V6() {
|
|
2902
3100
|
return console.log(location.pathname), location.pathname;
|
|
2903
3101
|
}
|
|
2904
|
-
var
|
|
2905
|
-
class
|
|
2906
|
-
constructor(e,
|
|
3102
|
+
var I8 = /* @__PURE__ */ ((t) => (t[t.NotSet = 0] = "NotSet", t[t.Sunday = 1] = "Sunday", t[t.Monday = 2] = "Monday", t[t.Tuesday = 4] = "Tuesday", t[t.Wednesday = 8] = "Wednesday", t[t.Thursday = 16] = "Thursday", t[t.Friday = 32] = "Friday", t[t.Saturday = 64] = "Saturday", t))(I8 || {});
|
|
3103
|
+
class F6 {
|
|
3104
|
+
constructor(e, c) {
|
|
2907
3105
|
_(this, "path");
|
|
2908
3106
|
_(this, "handler");
|
|
2909
|
-
this.path = e, this.handler =
|
|
3107
|
+
this.path = e, this.handler = c;
|
|
2910
3108
|
}
|
|
2911
3109
|
}
|
|
2912
|
-
const
|
|
2913
|
-
class
|
|
3110
|
+
const k6 = "$off";
|
|
3111
|
+
class U6 {
|
|
2914
3112
|
constructor() {
|
|
2915
3113
|
_(this, "name", "");
|
|
2916
3114
|
_(this, "iconUrl", "");
|
|
2917
3115
|
_(this, "channel", "");
|
|
2918
3116
|
}
|
|
2919
3117
|
}
|
|
2920
|
-
class
|
|
3118
|
+
class W6 {
|
|
2921
3119
|
constructor() {
|
|
2922
3120
|
_(this, "deviceKey");
|
|
2923
3121
|
_(this, "deviceType");
|
|
2924
3122
|
}
|
|
2925
3123
|
}
|
|
2926
|
-
class
|
|
3124
|
+
class H6 {
|
|
2927
3125
|
constructor() {
|
|
2928
3126
|
_(this, "deviceKey");
|
|
2929
3127
|
_(this, "deviceType");
|
|
2930
3128
|
}
|
|
2931
3129
|
}
|
|
2932
|
-
class
|
|
3130
|
+
class K6 {
|
|
2933
3131
|
constructor() {
|
|
2934
3132
|
_(this, "currentShareText");
|
|
2935
3133
|
_(this, "enabled");
|
|
@@ -2937,118 +3135,124 @@ class P6 {
|
|
|
2937
3135
|
}
|
|
2938
3136
|
}
|
|
2939
3137
|
export {
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
3138
|
+
H6 as AccessoryDeviceConfiguration,
|
|
3139
|
+
v6 as Clock,
|
|
3140
|
+
I8 as DaysOfWeek,
|
|
3141
|
+
W6 as EnvironmentalDeviceConfiguration,
|
|
3142
|
+
B6 as ErrorBox,
|
|
3143
|
+
T2 as IconButton,
|
|
2946
3144
|
D2 as IconMultiAlert,
|
|
2947
3145
|
P2 as IconMultiBan,
|
|
2948
3146
|
O2 as IconMultiCamera,
|
|
2949
3147
|
V2 as IconMultiCheck,
|
|
2950
|
-
F2 as
|
|
2951
|
-
k2 as
|
|
3148
|
+
F2 as IconMultiController,
|
|
3149
|
+
k2 as IconMultiDownArrow,
|
|
3150
|
+
U2 as IconMultiElipses,
|
|
2952
3151
|
W2 as IconMultiFlag,
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
o8 as
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
3152
|
+
H2 as IconMultiGear,
|
|
3153
|
+
K2 as IconMultiGlass,
|
|
3154
|
+
G2 as IconMultiHdmi,
|
|
3155
|
+
q2 as IconMultiLaptop,
|
|
3156
|
+
Y2 as IconMultiLeftArrow,
|
|
3157
|
+
J2 as IconMultiLight,
|
|
3158
|
+
z2 as IconMultiMoon,
|
|
3159
|
+
X2 as IconMultiPlaystation,
|
|
3160
|
+
Q2 as IconMultiPodium,
|
|
3161
|
+
N2 as IconMultiPower,
|
|
3162
|
+
e8 as IconMultiPrivacy,
|
|
3163
|
+
t8 as IconMultiQuestion,
|
|
3164
|
+
n8 as IconMultiRightArrow,
|
|
3165
|
+
c8 as IconMultiRoomPC,
|
|
3166
|
+
s8 as IconMultiShade,
|
|
3167
|
+
o8 as IconMultiSun,
|
|
3168
|
+
r8 as IconMultiUpArrow,
|
|
3169
|
+
l8 as IconMultiVolDown,
|
|
3170
|
+
i8 as IconMultiVolMute,
|
|
3171
|
+
a8 as IconMultiVolUp,
|
|
3172
|
+
u8 as IconMultiWireless,
|
|
3173
|
+
d8 as IconMultiX,
|
|
3174
|
+
v8 as IconMultiXbox,
|
|
3175
|
+
D6 as MainLayout,
|
|
3176
|
+
F6 as MessageHandler,
|
|
3177
|
+
n6 as MobileControlProvider,
|
|
3178
|
+
x as MultiStateIconContainer,
|
|
3179
|
+
T6 as NamedIconButton,
|
|
3180
|
+
U6 as PresetChannel,
|
|
3181
|
+
K6 as ShareState,
|
|
3182
|
+
P6 as TechLayout,
|
|
3183
|
+
O6 as TechPinLayout,
|
|
3184
|
+
V6 as getBaseLocation,
|
|
3185
|
+
b1 as httpClient,
|
|
3186
|
+
k6 as roomOffSourceKey,
|
|
2987
3187
|
F as store,
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3188
|
+
A8 as uiActions,
|
|
3189
|
+
v2 as uiReducer,
|
|
3190
|
+
B8 as useApiPath,
|
|
3191
|
+
g2 as useAppConfig,
|
|
3192
|
+
m2 as useAppDispatch,
|
|
3193
|
+
s6 as useAvrControl,
|
|
3194
|
+
M2 as useClientId,
|
|
3195
|
+
_2 as useDeviceIBasicVolumeWithFeedback,
|
|
3196
|
+
o6 as useEndpoint,
|
|
3197
|
+
L6 as useGetAllDeviceStateFromRoomConfiguration,
|
|
3198
|
+
f2 as useGetAllDevices,
|
|
3199
|
+
e6 as useGetCurrentPopoverIdForGroup,
|
|
3200
|
+
L as useGetDevice,
|
|
3201
|
+
c6 as useGetIBasicVolumeWithFeedback,
|
|
3202
|
+
J8 as useGetRoomDisplayStates,
|
|
3203
|
+
z8 as useGetZoomRoomControllerKey,
|
|
3204
|
+
v3 as useIBasicVolumeWithFeedback,
|
|
3205
|
+
r6 as useIChannelMessenger,
|
|
3206
|
+
l6 as useIColor,
|
|
3207
|
+
i6 as useICommunicationMonitor,
|
|
3208
|
+
a6 as useIDPad,
|
|
3209
|
+
u6 as useIDeviceInfoMessenger,
|
|
3210
|
+
d6 as useIDvr,
|
|
3211
|
+
h6 as useIEssentialsRoomCombiner,
|
|
3212
|
+
h3 as useIHasPowerControl,
|
|
3213
|
+
y1 as useIHasSelectableItems,
|
|
3214
|
+
g6 as useILevelControls,
|
|
3215
|
+
f6 as useILightingScenes,
|
|
3216
|
+
w6 as useIMatrixRouting,
|
|
3217
|
+
p6 as useIMcCiscoCodecUserInterfaceAppControl,
|
|
3218
|
+
x6 as useINumeric,
|
|
3219
|
+
M6 as useIProjectorScreenLiftControl,
|
|
3220
|
+
m6 as useIRoomEventSchedule,
|
|
3221
|
+
Z6 as useIRunDirectRouteAction,
|
|
3222
|
+
j6 as useIRunRouteAction,
|
|
3223
|
+
C6 as useISetTopBoxControls,
|
|
3224
|
+
S6 as useIShadesOpenCloseStop,
|
|
3225
|
+
b6 as useIShutdownPromptTimer,
|
|
3226
|
+
I6 as useISwitchedOutput,
|
|
3227
|
+
y6 as useITechPassword,
|
|
3228
|
+
R6 as useITransport,
|
|
3229
|
+
Z2 as useInitialize,
|
|
3230
|
+
E6 as useMobileControlTouchpanelController,
|
|
3231
|
+
E2 as usePressHoldRelease,
|
|
3232
|
+
q8 as useRoomAdvancedSharingActive,
|
|
3233
|
+
U8 as useRoomCodecContentDestinationKey,
|
|
3234
|
+
T8 as useRoomConfiguration,
|
|
3235
|
+
V8 as useRoomDestinationList,
|
|
3236
|
+
O8 as useRoomDestinations,
|
|
3237
|
+
F8 as useRoomEnvironmentalDevices,
|
|
3238
|
+
$6 as useRoomIBasicVolumeWithFeedback,
|
|
3239
|
+
W8 as useRoomInCall,
|
|
3240
|
+
K8 as useRoomIsCoolingDown,
|
|
3241
|
+
G8 as useRoomIsOn,
|
|
3242
|
+
H8 as useRoomIsWarmingUp,
|
|
3243
|
+
x2 as useRoomKey,
|
|
3244
|
+
D8 as useRoomName,
|
|
3245
|
+
k8 as useRoomProgramAudioDestinationKey,
|
|
3246
|
+
Y8 as useRoomShareState,
|
|
3247
|
+
P8 as useRoomSourceList,
|
|
3248
|
+
R1 as useRoomState,
|
|
3249
|
+
w2 as useRoomVolume,
|
|
3250
|
+
Q8 as useShowIncomingCallModal,
|
|
3251
|
+
N8 as useShowModal,
|
|
3252
|
+
t6 as useShowPopoverById,
|
|
3253
|
+
X8 as useShowShutdownModal,
|
|
3254
|
+
A6 as useTimeAndDate,
|
|
3255
|
+
_6 as useTwoWayDisplayBase,
|
|
3256
|
+
y as useWebsocketContext,
|
|
3257
|
+
p2 as useWsIsConnected
|
|
3054
3258
|
};
|