@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.
Files changed (37) hide show
  1. package/dist/mobile-control-react-app-core.es.js +1220 -1016
  2. package/dist/mobile-control-react-app-core.umd.js +11 -11
  3. package/dist/shared/Icons/MultiStateIcons/IconMultiController.d.ts +3 -0
  4. package/dist/shared/Icons/MultiStateIcons/IconMultiController.d.ts.map +1 -0
  5. package/dist/shared/Icons/MultiStateIcons/IconMultiRoomPC.d.ts +3 -0
  6. package/dist/shared/Icons/MultiStateIcons/IconMultiRoomPC.d.ts.map +1 -0
  7. package/dist/shared/Icons/MultiStateIcons/index.d.ts +2 -0
  8. package/dist/shared/Icons/MultiStateIcons/index.d.ts.map +1 -1
  9. package/dist/shared/Icons/iconsDictionary.d.ts +1 -1
  10. package/dist/shared/Icons/iconsDictionary.d.ts.map +1 -1
  11. package/dist/shared/hooks/index.d.ts +1 -0
  12. package/dist/shared/hooks/index.d.ts.map +1 -1
  13. package/dist/shared/hooks/interfaces/index.d.ts +3 -0
  14. package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
  15. package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts +11 -0
  16. package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts.map +1 -0
  17. package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts +4 -0
  18. package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts.map +1 -0
  19. package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts +8 -0
  20. package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts.map +1 -0
  21. package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts +3 -1
  22. package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts.map +1 -1
  23. package/dist/shared/hooks/useTimeAndDate.d.ts +5 -0
  24. package/dist/shared/hooks/useTimeAndDate.d.ts.map +1 -0
  25. package/dist/shared/layout/ErrorBox.d.ts.map +1 -1
  26. package/dist/store/rooms/rooms.slice.d.ts +6 -8
  27. package/dist/store/rooms/rooms.slice.d.ts.map +1 -1
  28. package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts +25 -0
  29. package/dist/types/state/state/IEssentialsRoomCombinerState.d.ts.map +1 -0
  30. package/dist/types/state/state/IProjectorScreenLiftControlState.d.ts +7 -0
  31. package/dist/types/state/state/IProjectorScreenLiftControlState.d.ts.map +1 -0
  32. package/dist/types/state/state/RoomState.d.ts +3 -1
  33. package/dist/types/state/state/RoomState.d.ts.map +1 -1
  34. package/dist/types/state/state/index.d.ts +2 -0
  35. package/dist/types/state/state/index.d.ts.map +1 -1
  36. package/dist/utils/WebsocketProvider.d.ts.map +1 -1
  37. package/package.json +1 -1
@@ -1,12 +1,13 @@
1
- var U1 = Object.defineProperty;
2
- var H1 = (t, e, r) => e in t ? U1(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
3
- var _ = (t, e, r) => (H1(t, typeof e != "symbol" ? e + "" : e, r), r);
4
- import K1 from "axios";
5
- import { createSlice as o3, combineReducers as G1, configureStore as n1, createSelector as q1 } from "@reduxjs/toolkit";
6
- import { useSelector as Y1, useDispatch as J1, Provider as z1 } from "react-redux";
7
- import * as r1 from "lodash";
8
- import o1, { createContext as X1, useState as d3, useRef as r3, useCallback as a3, useEffect as n3, useContext as Q1 } from "react";
9
- const N1 = {
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
- }, s1 = o3({
20
+ }, o3 = o1({
20
21
  name: "appConfig",
21
- initialState: N1,
22
+ initialState: e2,
22
23
  reducers: {
23
24
  setAppConfig(t, e) {
24
25
  t.config = e.payload;
25
26
  }
26
27
  }
27
- }), e2 = s1.actions, t2 = s1.reducer, n2 = {}, c1 = o3({
28
+ }), t2 = o3.actions, n2 = o3.reducer, c2 = {}, r3 = o1({
28
29
  name: "devices",
29
- initialState: n2,
30
+ initialState: c2,
30
31
  reducers: {
31
32
  setDeviceState(t, e) {
32
- const r = e.payload.type, s = r.slice(r.lastIndexOf("/") + 1);
33
- if (!s)
33
+ const c = e.payload.type, o = c.slice(c.lastIndexOf("/") + 1);
34
+ if (!o)
34
35
  return;
35
- const l = e.payload.content, a = t[s] ?? {}, u = r1.merge(a, l);
36
- return t[s] = u, 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
- }), r2 = c1.actions, o2 = c1.reducer, s2 = {}, l1 = o3({
40
+ }), s2 = r3.actions, o2 = r3.reducer, r2 = {}, l3 = o1({
40
41
  name: "rooms",
41
- initialState: s2,
42
+ initialState: r2,
42
43
  reducers: {
43
44
  setRoomState(t, e) {
44
- const r = e.payload.type, s = r.slice(r.lastIndexOf("/") + 1);
45
- if (console.log(r, s), !s)
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 a = t[s] ?? {}, u = r1.merge(a, l);
50
- return t[s] = u, console.log(t), 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
- }), c2 = l1.actions, l2 = l1.reducer, i2 = {
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
- }, i1 = o3({
73
+ }, i3 = o1({
73
74
  name: "runtimeConfig",
74
- initialState: i2,
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 = i1.actions, a2 = i1.reducer, u2 = {
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
- }, a1 = o3({
105
+ }, a3 = o1({
105
106
  name: "ui",
106
- initialState: u2,
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(([r]) => {
124
- t.popoverVisibility[e.payload.popoverGroup][r] = !1;
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
- }), E8 = a1.actions, d2 = a1.reducer, u1 = G1({
129
- appConfig: t2,
130
- runtimeConfig: a2,
131
- rooms: l2,
129
+ }), A8 = a3.actions, v2 = a3.reducer, u3 = G3({
130
+ appConfig: n2,
131
+ runtimeConfig: u2,
132
+ rooms: i2,
132
133
  devices: o2,
133
- ui: d2
134
- }), v2 = n1({
135
- reducer: u1
136
- }), Z = Y1, h2 = () => Z((t) => t.appConfig.config), _8 = () => Z((t) => t.appConfig.config.apiPath), g2 = () => Z((t) => t.devices);
137
- function $(t) {
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 L8 = (t) => Z(
141
+ const T8 = (t) => Z(
141
142
  (e) => {
142
- var r;
143
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.configuration : void 0;
143
+ var c;
144
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.configuration : void 0;
144
145
  }
145
- ), R3 = (t) => Z(
146
+ ), R1 = (t) => Z(
146
147
  (e) => e.rooms[t] ? e.rooms[t] : void 0
147
- ), $8 = (t) => Z(
148
+ ), D8 = (t) => Z(
148
149
  (e) => {
149
- var r;
150
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.name : void 0;
150
+ var c;
151
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.name : void 0;
151
152
  }
152
- ), f2 = (t, e) => Z(
153
- (r) => {
154
- var s;
155
- return r.rooms[t] ? (s = r.rooms[t]) == null ? void 0 : s.volumes[e] : void 0;
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
- ), A8 = (t) => Z(
158
+ ), P8 = (t) => Z(
158
159
  (e) => {
159
- var r, s;
160
- return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.sourceList : void 0;
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
- ), B8 = (t) => Z(
163
+ ), O8 = (t) => Z(
163
164
  (e) => {
164
- var r, s;
165
- return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinations : void 0;
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
- ), T8 = (t) => Z(
168
+ ), V8 = (t) => Z(
168
169
  (e) => {
169
- var r, s;
170
- return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinationList : void 0;
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
- ), D8 = (t) => Z(
173
+ ), F8 = (t) => Z(
173
174
  (e) => {
174
- var r, s;
175
- return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.environmentalDevices : void 0;
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
- ), P8 = (t) => Z(
178
+ ), k8 = (t) => Z(
178
179
  (e) => {
179
- var r, s, l, a, u, f, d, C;
180
- return (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) != null && s.destinationList.programAudio ? (u = (a = (l = e.rooms[t]) == null ? void 0 : l.configuration) == null ? void 0 : a.destinationList.programAudio) == null ? void 0 : u.sinkKey : ((C = (d = (f = e.rooms[t]) == null ? void 0 : f.configuration) == null ? void 0 : d.destinationList.defaultDisplay) == null ? void 0 : C.sinkKey) || "";
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
- ), O8 = (t) => Z(
183
+ ), U8 = (t) => Z(
183
184
  (e) => {
184
- var r, s, l;
185
- return e.rooms[t] ? (l = (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinationList.codecContent) == null ? void 0 : l.sinkKey : void 0;
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
- ), V8 = (t) => Z(
188
+ ), W8 = (t) => Z(
188
189
  (e) => {
189
- var r;
190
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isInCall : void 0;
190
+ var c;
191
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isInCall : void 0;
191
192
  }
192
- ), F8 = (t) => Z(
193
+ ), H8 = (t) => Z(
193
194
  (e) => {
194
- var r;
195
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isWarmingUp : void 0;
195
+ var c;
196
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isWarmingUp : void 0;
196
197
  }
197
- ), k8 = (t) => Z(
198
+ ), K8 = (t) => Z(
198
199
  (e) => {
199
- var r;
200
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isCoolingDown : void 0;
200
+ var c;
201
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isCoolingDown : void 0;
201
202
  }
202
- ), W8 = (t) => Z(
203
+ ), G8 = (t) => Z(
203
204
  (e) => {
204
- var r;
205
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isOn : void 0;
205
+ var c;
206
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isOn : void 0;
206
207
  }
207
- ), U8 = (t) => Z(
208
+ ), q8 = (t) => Z(
208
209
  (e) => {
209
- var r;
210
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.advancedSharingActive : void 0;
210
+ var c;
211
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.advancedSharingActive : void 0;
211
212
  }
212
- ), H8 = (t) => Z(
213
+ ), Y8 = (t) => Z(
213
214
  (e) => {
214
- var r;
215
- return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.share : void 0;
215
+ var c;
216
+ return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.share : void 0;
216
217
  }
217
- ), K8 = (t) => q1(
218
+ ), J8 = (t) => q3(
218
219
  [
219
- (e, r) => r,
220
- g2,
220
+ (e, c) => c,
221
+ f2,
221
222
  (e) => {
222
- var r, s;
223
- return (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinations;
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, r, s) => {
227
- if (console.log("roomKey", e), console.log("devices", r), console.log("destinations", s), !s)
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(s).filter(([u]) => u !== "programAudio" && u !== "codecContent").map(([, u]) => u);
230
- return Object.values(r).filter((u) => Object.values(l).includes(u.key));
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
- )(v2.getState(), t), G8 = (t) => Z(
233
+ )(h2.getState(), t), z8 = (t) => Z(
233
234
  (e) => {
234
- var r, s;
235
- return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.zoomRoomControllerKey : void 0;
236
- }
237
- ), w2 = () => Z((t) => t.runtimeConfig.websocket.isConnected), p2 = () => Z((t) => t.runtimeConfig.roomData.roomKey), x2 = () => Z((t) => t.runtimeConfig.roomData.clientId), q8 = () => Z((t) => t.ui.modalVisibility.showShutdownModal), Y8 = () => Z((t) => t.ui.modalVisibility.showIncomingCallModal), J8 = (t) => Z((e) => e.ui.modalVisibility[t]), z8 = (t) => Z((e) => {
238
- const r = e.ui.popoverVisibility[t];
239
- if (r)
240
- return Object.keys(r).find((s) => r[s]);
241
- }), X8 = (t, e) => Z((r) => {
242
- var s;
243
- return (s = r.ui.popoverVisibility[t]) == null ? void 0 : s[e];
244
- }), F = n1({
245
- reducer: u1
246
- }), M2 = J1, b3 = K1.create();
247
- function m2() {
248
- const t = M2();
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 r = `/${e.join("/")}`, s = await b3.get("/_local-config/_config.local.json", { baseURL: r });
254
- if (s.status == 200 && s.data) {
255
- const l = s.data.apiPath;
256
- t(e2.setAppConfig(s.data));
257
- const a = await b3.get(`${l}/version`);
258
- a.status == 200 && a.data && t(K.setRuntimeConfig(a.data));
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 I3 = { exports: {} }, N = {};
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 N3;
277
- function Z2() {
278
- return N3 || (N3 = 1, process.env.NODE_ENV !== "production" && function() {
279
- var t = o1, e = Symbol.for("react.element"), r = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), f = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), S = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), V = Symbol.iterator, G = "@@iterator";
280
- function q(o) {
281
- if (o === null || typeof o != "object")
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 c = V && o[V] || o[G];
284
- return typeof c == "function" ? c : null;
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(o) {
288
+ function g(s) {
288
289
  {
289
- for (var c = arguments.length, i = new Array(c > 1 ? c - 1 : 0), v = 1; v < c; v++)
290
- i[v - 1] = arguments[v];
291
- O("error", o, i);
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(o, c, i) {
295
+ function O(s, r, a) {
295
296
  {
296
- var v = m.ReactDebugCurrentFrame, x = v.getStackAddendum();
297
- x !== "" && (c += "%s", i = i.concat([x]));
298
- var j = i.map(function(p) {
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: " + c), Function.prototype.apply.call(console[o], console, j);
302
+ j.unshift("Warning: " + r), Function.prototype.apply.call(console[s], console, j);
302
303
  }
303
304
  }
304
- var Y = !1, R = !1, J = !1, v3 = !1, h3 = !1, E3;
305
- E3 = Symbol.for("react.module.reference");
306
- function g1(o) {
307
- return !!(typeof o == "string" || typeof o == "function" || o === s || o === a || h3 || o === l || o === C || o === S || v3 || o === T || Y || R || J || typeof o == "object" && o !== null && (o.$$typeof === A || o.$$typeof === b || o.$$typeof === u || o.$$typeof === f || o.$$typeof === d || // This needs to include all possible module reference object
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
- o.$$typeof === E3 || o.getModuleId !== void 0));
312
+ s.$$typeof === E1 || s.getModuleId !== void 0));
312
313
  }
313
- function f1(o, c, i) {
314
- var v = o.displayName;
314
+ function f3(s, r, a) {
315
+ var v = s.displayName;
315
316
  if (v)
316
317
  return v;
317
- var x = c.displayName || c.name || "";
318
- return x !== "" ? i + "(" + x + ")" : i;
318
+ var M = r.displayName || r.name || "";
319
+ return M !== "" ? a + "(" + M + ")" : a;
319
320
  }
320
- function _3(o) {
321
- return o.displayName || "Context";
321
+ function _1(s) {
322
+ return s.displayName || "Context";
322
323
  }
323
- function P(o) {
324
- if (o == null)
324
+ function P(s) {
325
+ if (s == null)
325
326
  return null;
326
- if (typeof o.tag == "number" && g("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof o == "function")
327
- return o.displayName || o.name || null;
328
- if (typeof o == "string")
329
- return o;
330
- switch (o) {
331
- case s:
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 r:
334
+ case c:
334
335
  return "Portal";
335
- case a:
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 o == "object")
345
- switch (o.$$typeof) {
345
+ if (typeof s == "object")
346
+ switch (s.$$typeof) {
346
347
  case f:
347
- var c = o;
348
- return _3(c) + ".Consumer";
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
- return f1(o, o.render, "ForwardRef");
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 = o.displayName || null;
356
- return v !== null ? v : P(o.type) || "Memo";
356
+ var v = s.displayName || null;
357
+ return v !== null ? v : P(s.type) || "Memo";
357
358
  case A: {
358
- var x = o, j = x._payload, p = x._init;
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, z = 0, L3, $3, A3, B3, T3, D3, P3;
369
- function O3() {
369
+ var k = Object.assign, Q = 0, L1, $1, A1, B1, T1, D1, P1;
370
+ function O1() {
370
371
  }
371
- O3.__reactDisabledLog = !0;
372
- function w1() {
372
+ O1.__reactDisabledLog = !0;
373
+ function w3() {
373
374
  {
374
- if (z === 0) {
375
- L3 = console.log, $3 = console.info, A3 = console.warn, B3 = console.error, T3 = console.group, D3 = console.groupCollapsed, P3 = console.groupEnd;
376
- var o = {
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: O3,
380
+ value: O1,
380
381
  writable: !0
381
382
  };
382
383
  Object.defineProperties(console, {
383
- info: o,
384
- log: o,
385
- warn: o,
386
- error: o,
387
- group: o,
388
- groupCollapsed: o,
389
- groupEnd: o
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
- z++;
393
+ Q++;
393
394
  }
394
395
  }
395
- function p1() {
396
+ function p3() {
396
397
  {
397
- if (z--, z === 0) {
398
- var o = {
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({}, o, {
405
- value: L3
405
+ log: k({}, s, {
406
+ value: L1
406
407
  }),
407
- info: k({}, o, {
408
- value: $3
408
+ info: k({}, s, {
409
+ value: $1
409
410
  }),
410
- warn: k({}, o, {
411
- value: A3
411
+ warn: k({}, s, {
412
+ value: A1
412
413
  }),
413
- error: k({}, o, {
414
- value: B3
414
+ error: k({}, s, {
415
+ value: B1
415
416
  }),
416
- group: k({}, o, {
417
- value: T3
417
+ group: k({}, s, {
418
+ value: T1
418
419
  }),
419
- groupCollapsed: k({}, o, {
420
- value: D3
420
+ groupCollapsed: k({}, s, {
421
+ value: D1
421
422
  }),
422
- groupEnd: k({}, o, {
423
- value: P3
423
+ groupEnd: k({}, s, {
424
+ value: P1
424
425
  })
425
426
  });
426
427
  }
427
- z < 0 && g("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
428
+ Q < 0 && g("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
428
429
  }
429
430
  }
430
- var g3 = m.ReactCurrentDispatcher, f3;
431
- function s3(o, c, i) {
431
+ var g1 = m.ReactCurrentDispatcher, f1;
432
+ function r1(s, r, a) {
432
433
  {
433
- if (f3 === void 0)
434
+ if (f1 === void 0)
434
435
  try {
435
436
  throw Error();
436
- } catch (x) {
437
- var v = x.stack.trim().match(/\n( *(at )?)/);
438
- f3 = v && v[1] || "";
437
+ } catch (M) {
438
+ var v = M.stack.trim().match(/\n( *(at )?)/);
439
+ f1 = v && v[1] || "";
439
440
  }
440
441
  return `
441
- ` + f3 + o;
442
+ ` + f1 + s;
442
443
  }
443
444
  }
444
- var w3 = !1, c3;
445
+ var w1 = !1, l1;
445
446
  {
446
- var x1 = typeof WeakMap == "function" ? WeakMap : Map;
447
- c3 = new x1();
447
+ var x3 = typeof WeakMap == "function" ? WeakMap : Map;
448
+ l1 = new x3();
448
449
  }
449
- function V3(o, c) {
450
- if (!o || w3)
450
+ function V1(s, r) {
451
+ if (!s || w1)
451
452
  return "";
452
453
  {
453
- var i = c3.get(o);
454
- if (i !== void 0)
455
- return i;
454
+ var a = l1.get(s);
455
+ if (a !== void 0)
456
+ return a;
456
457
  }
457
458
  var v;
458
- w3 = !0;
459
- var x = Error.prepareStackTrace;
459
+ w1 = !0;
460
+ var M = Error.prepareStackTrace;
460
461
  Error.prepareStackTrace = void 0;
461
462
  var j;
462
- j = g3.current, g3.current = null, w1();
463
+ j = g1.current, g1.current = null, w3();
463
464
  try {
464
- if (c) {
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(o, [], p);
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
- o.call(p.prototype);
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
- o();
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
- `), L = v.stack.split(`
499
- `), I = w.length - 1, y = L.length - 1; I >= 1 && y >= 0 && w[I] !== L[y]; )
500
- y--;
501
- for (; I >= 1 && y >= 0; I--, y--)
502
- if (w[I] !== L[y]) {
503
- if (I !== 1 || y !== 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--, y--, y < 0 || w[I] !== L[y]) {
506
+ if (I--, R--, R < 0 || w[I] !== $[R]) {
506
507
  var D = `
507
508
  ` + w[I].replace(" at new ", " at ");
508
- return o.displayName && D.includes("<anonymous>") && (D = D.replace("<anonymous>", o.displayName)), typeof o == "function" && c3.set(o, D), D;
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 && y >= 0);
511
+ while (I >= 1 && R >= 0);
511
512
  break;
512
513
  }
513
514
  }
514
515
  } finally {
515
- w3 = !1, g3.current = j, p1(), Error.prepareStackTrace = x;
516
+ w1 = !1, g1.current = j, p3(), Error.prepareStackTrace = M;
516
517
  }
517
- var H = o ? o.displayName || o.name : "", W = H ? s3(H) : "";
518
- return typeof o == "function" && c3.set(o, W), W;
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 M1(o, c, i) {
521
- return V3(o, !1);
521
+ function M3(s, r, a) {
522
+ return V1(s, !1);
522
523
  }
523
- function m1(o) {
524
- var c = o.prototype;
525
- return !!(c && c.isReactComponent);
524
+ function m3(s) {
525
+ var r = s.prototype;
526
+ return !!(r && r.isReactComponent);
526
527
  }
527
- function l3(o, c, i) {
528
- if (o == null)
528
+ function i1(s, r, a) {
529
+ if (s == null)
529
530
  return "";
530
- if (typeof o == "function")
531
- return V3(o, m1(o));
532
- if (typeof o == "string")
533
- return s3(o);
534
- switch (o) {
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 s3("SuspenseList");
537
+ return r1("Suspense");
538
+ case C:
539
+ return r1("SuspenseList");
539
540
  }
540
- if (typeof o == "object")
541
- switch (o.$$typeof) {
542
- case d:
543
- return M1(o.render);
541
+ if (typeof s == "object")
542
+ switch (s.$$typeof) {
543
+ case u:
544
+ return M3(s.render);
544
545
  case b:
545
- return l3(o.type, c, i);
546
+ return i1(s.type, r, a);
546
547
  case A: {
547
- var v = o, x = v._payload, j = v._init;
548
+ var v = s, M = v._payload, j = v._init;
548
549
  try {
549
- return l3(j(x), c, i);
550
+ return i1(j(M), r, a);
550
551
  } catch {
551
552
  }
552
553
  }
553
554
  }
554
555
  return "";
555
556
  }
556
- var X = Object.prototype.hasOwnProperty, F3 = {}, k3 = m.ReactDebugCurrentFrame;
557
- function i3(o) {
558
- if (o) {
559
- var c = o._owner, i = l3(o.type, o._source, c ? c.type : null);
560
- k3.setExtraStackFrame(i);
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
- k3.setExtraStackFrame(null);
563
+ k1.setExtraStackFrame(null);
563
564
  }
564
- function Z1(o, c, i, v, x) {
565
+ function Z3(s, r, a, v, M) {
565
566
  {
566
- var j = Function.call.bind(X);
567
- for (var p in o)
568
- if (j(o, p)) {
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 o[p] != "function") {
572
- var L = Error((v || "React class") + ": " + i + " type `" + p + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof o[p] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
573
- throw L.name = "Invariant Violation", L;
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 = o[p](c, p, v, i, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
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) && (i3(x), 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", i, p, typeof w), i3(null)), w instanceof Error && !(w.message in F3) && (F3[w.message] = !0, i3(x), g("Failed %s type: %s", i, w.message), i3(null));
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 j1 = Array.isArray;
584
- function p3(o) {
585
- return j1(o);
584
+ var j3 = Array.isArray;
585
+ function p1(s) {
586
+ return j3(s);
586
587
  }
587
- function S1(o) {
588
+ function C3(s) {
588
589
  {
589
- var c = typeof Symbol == "function" && Symbol.toStringTag, i = c && o[Symbol.toStringTag] || o.constructor.name || "Object";
590
- return i;
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 C1(o) {
594
+ function S3(s) {
594
595
  try {
595
- return W3(o), !1;
596
+ return U1(s), !1;
596
597
  } catch {
597
598
  return !0;
598
599
  }
599
600
  }
600
- function W3(o) {
601
- return "" + o;
601
+ function U1(s) {
602
+ return "" + s;
602
603
  }
603
- function U3(o) {
604
- if (C1(o))
605
- return g("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", S1(o)), W3(o);
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 Q = m.ReactCurrentOwner, b1 = {
608
+ var e1 = m.ReactCurrentOwner, b3 = {
608
609
  key: !0,
609
610
  ref: !0,
610
611
  __self: !0,
611
612
  __source: !0
612
- }, H3, K3, x3;
613
- x3 = {};
614
- function I1(o) {
615
- if (X.call(o, "ref")) {
616
- var c = Object.getOwnPropertyDescriptor(o, "ref").get;
617
- if (c && c.isReactWarning)
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 o.ref !== void 0;
621
+ return s.ref !== void 0;
621
622
  }
622
- function y1(o) {
623
- if (X.call(o, "key")) {
624
- var c = Object.getOwnPropertyDescriptor(o, "key").get;
625
- if (c && c.isReactWarning)
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 o.key !== void 0;
629
+ return s.key !== void 0;
629
630
  }
630
- function R1(o, c) {
631
- if (typeof o.ref == "string" && Q.current && c && Q.current.stateNode !== c) {
632
- var i = P(Q.current.type);
633
- x3[i] || (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(Q.current.type), o.ref), x3[i] = !0);
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 E1(o, c) {
637
+ function E3(s, r) {
637
638
  {
638
- var i = function() {
639
- H3 || (H3 = !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)", c));
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
- i.isReactWarning = !0, Object.defineProperty(o, "key", {
642
- get: i,
642
+ a.isReactWarning = !0, Object.defineProperty(s, "key", {
643
+ get: a,
643
644
  configurable: !0
644
645
  });
645
646
  }
646
647
  }
647
- function _1(o, c) {
648
+ function _3(s, r) {
648
649
  {
649
- var i = function() {
650
- K3 || (K3 = !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)", c));
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
- i.isReactWarning = !0, Object.defineProperty(o, "ref", {
653
- get: i,
653
+ a.isReactWarning = !0, Object.defineProperty(s, "ref", {
654
+ get: a,
654
655
  configurable: !0
655
656
  });
656
657
  }
657
658
  }
658
- var L1 = function(o, c, i, v, x, j, p) {
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: o,
664
- key: c,
665
- ref: i,
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: x
685
+ value: M
685
686
  }), Object.freeze && (Object.freeze(w.props), Object.freeze(w)), w;
686
687
  };
687
- function $1(o, c, i, v, x) {
688
+ function $3(s, r, a, v, M) {
688
689
  {
689
- var j, p = {}, w = null, L = null;
690
- i !== void 0 && (U3(i), w = "" + i), y1(c) && (U3(c.key), w = "" + c.key), I1(c) && (L = c.ref, R1(c, x));
691
- for (j in c)
692
- X.call(c, j) && !b1.hasOwnProperty(j) && (p[j] = c[j]);
693
- if (o && o.defaultProps) {
694
- var I = o.defaultProps;
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 || L) {
699
- var y = typeof o == "function" ? o.displayName || o.name || "Unknown" : o;
700
- w && E1(p, y), L && _1(p, y);
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 L1(o, w, L, x, v, Q.current, p);
703
+ return L3(s, w, $, M, v, e1.current, p);
703
704
  }
704
705
  }
705
- var M3 = m.ReactCurrentOwner, G3 = m.ReactDebugCurrentFrame;
706
- function U(o) {
707
- if (o) {
708
- var c = o._owner, i = l3(o.type, o._source, c ? c.type : null);
709
- G3.setExtraStackFrame(i);
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
- G3.setExtraStackFrame(null);
712
+ G1.setExtraStackFrame(null);
712
713
  }
713
- var m3;
714
- m3 = !1;
715
- function Z3(o) {
716
- return typeof o == "object" && o !== null && o.$$typeof === e;
714
+ var m1;
715
+ m1 = !1;
716
+ function Z1(s) {
717
+ return typeof s == "object" && s !== null && s.$$typeof === e;
717
718
  }
718
- function q3() {
719
+ function q1() {
719
720
  {
720
- if (M3.current) {
721
- var o = P(M3.current.type);
722
- if (o)
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 \`` + o + "`.";
726
+ Check the render method of \`` + s + "`.";
726
727
  }
727
728
  return "";
728
729
  }
729
730
  }
730
- function A1(o) {
731
+ function A3(s) {
731
732
  {
732
- if (o !== void 0) {
733
- var c = o.fileName.replace(/^.*[\\\/]/, ""), i = o.lineNumber;
733
+ if (s !== void 0) {
734
+ var r = s.fileName.replace(/^.*[\\\/]/, ""), a = s.lineNumber;
734
735
  return `
735
736
 
736
- Check your code at ` + c + ":" + i + ".";
737
+ Check your code at ` + r + ":" + a + ".";
737
738
  }
738
739
  return "";
739
740
  }
740
741
  }
741
- var Y3 = {};
742
- function B1(o) {
742
+ var Y1 = {};
743
+ function B3(s) {
743
744
  {
744
- var c = q3();
745
- if (!c) {
746
- var i = typeof o == "string" ? o : o.displayName || o.name;
747
- i && (c = `
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 <` + i + ">.");
750
+ Check the top-level render call using <` + a + ">.");
750
751
  }
751
- return c;
752
+ return r;
752
753
  }
753
754
  }
754
- function J3(o, c) {
755
+ function J1(s, r) {
755
756
  {
756
- if (!o._store || o._store.validated || o.key != null)
757
+ if (!s._store || s._store.validated || s.key != null)
757
758
  return;
758
- o._store.validated = !0;
759
- var i = B1(c);
760
- if (Y3[i])
759
+ s._store.validated = !0;
760
+ var a = B3(r);
761
+ if (Y1[a])
761
762
  return;
762
- Y3[i] = !0;
763
+ Y1[a] = !0;
763
764
  var v = "";
764
- o && o._owner && o._owner !== M3.current && (v = " It was passed a child from " + P(o._owner.type) + "."), U(o), g('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', i, v), U(null);
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 z3(o, c) {
768
+ function z1(s, r) {
768
769
  {
769
- if (typeof o != "object")
770
+ if (typeof s != "object")
770
771
  return;
771
- if (p3(o))
772
- for (var i = 0; i < o.length; i++) {
773
- var v = o[i];
774
- Z3(v) && J3(v, c);
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 (Z3(o))
777
- o._store && (o._store.validated = !0);
778
- else if (o) {
779
- var x = q(o);
780
- if (typeof x == "function" && x !== o.entries)
781
- for (var j = x.call(o), p; !(p = j.next()).done; )
782
- Z3(p.value) && J3(p.value, c);
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 T1(o) {
787
+ function T3(s) {
787
788
  {
788
- var c = o.type;
789
- if (c == null || typeof c == "string")
789
+ var r = s.type;
790
+ if (r == null || typeof r == "string")
790
791
  return;
791
- var i;
792
- if (typeof c == "function")
793
- i = c.propTypes;
794
- else if (typeof c == "object" && (c.$$typeof === d || // Note: Memo only checks outer props here.
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
- c.$$typeof === b))
797
- i = c.propTypes;
797
+ r.$$typeof === b))
798
+ a = r.propTypes;
798
799
  else
799
800
  return;
800
- if (i) {
801
- var v = P(c);
802
- Z1(i, o.props, "prop", v, o);
803
- } else if (c.PropTypes !== void 0 && !m3) {
804
- m3 = !0;
805
- var x = P(c);
806
- g("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", x || "Unknown");
807
- }
808
- typeof c.getDefaultProps == "function" && !c.getDefaultProps.isReactClassApproved && g("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
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 D1(o) {
812
+ function D3(s) {
812
813
  {
813
- for (var c = Object.keys(o.props), i = 0; i < c.length; i++) {
814
- var v = c[i];
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
- U(o), g("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), U(null);
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
- o.ref !== null && (U(o), g("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
821
+ s.ref !== null && (W(s), g("Invalid attribute `ref` supplied to `React.Fragment`."), W(null));
821
822
  }
822
823
  }
823
- var X3 = {};
824
- function Q3(o, c, i, v, x, j) {
824
+ var X1 = {};
825
+ function Q1(s, r, a, v, M, j) {
825
826
  {
826
- var p = g1(o);
827
+ var p = g3(s);
827
828
  if (!p) {
828
829
  var w = "";
829
- (o === void 0 || typeof o == "object" && o !== null && Object.keys(o).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.");
830
- var L = A1(x);
831
- L ? w += L : w += q3();
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
- o === null ? I = "null" : p3(o) ? I = "array" : o !== void 0 && o.$$typeof === e ? (I = "<" + (P(o.type) || "Unknown") + " />", w = " Did you accidentally export a JSX literal instead of a component?") : I = typeof o, 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
+ 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 y = $1(o, c, i, x, j);
836
- if (y == null)
837
- return y;
836
+ var R = $3(s, r, a, M, j);
837
+ if (R == null)
838
+ return R;
838
839
  if (p) {
839
- var D = c.children;
840
+ var D = r.children;
840
841
  if (D !== void 0)
841
842
  if (v)
842
- if (p3(D)) {
843
+ if (p1(D)) {
843
844
  for (var H = 0; H < D.length; H++)
844
- z3(D[H], o);
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
- z3(D, o);
850
- }
851
- if (X.call(c, "key")) {
852
- var W = P(o), B = Object.keys(c).filter(function(W1) {
853
- return W1 !== "key";
854
- }), j3 = B.length > 0 ? "{key: someKey, " + B.join(": ..., ") + ": ...}" : "{key: someKey}";
855
- if (!X3[W + j3]) {
856
- var k1 = B.length > 0 ? "{" + B.join(": ..., ") + ": ...}" : "{}";
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} />`, j3, W, k1, W), X3[W + j3] = !0;
863
+ <%s key={someKey} {...props} />`, j1, U, k3, U), X1[U + j1] = !0;
863
864
  }
864
865
  }
865
- return o === s ? D1(y) : T1(y), y;
866
+ return s === o ? D3(R) : T3(R), R;
866
867
  }
867
868
  }
868
- function P1(o, c, i) {
869
- return Q3(o, c, i, !0);
869
+ function P3(s, r, a) {
870
+ return Q1(s, r, a, !0);
870
871
  }
871
- function O1(o, c, i) {
872
- return Q3(o, c, i, !1);
872
+ function O3(s, r, a) {
873
+ return Q1(s, r, a, !1);
873
874
  }
874
- var V1 = O1, F1 = P1;
875
- N.Fragment = s, N.jsx = V1, N.jsxs = F1;
876
- }()), N;
875
+ var V3 = O3, F3 = P3;
876
+ t1.Fragment = o, t1.jsx = V3, t1.jsxs = F3;
877
+ }()), t1;
877
878
  }
878
- var e3 = {};
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 e1;
889
- function j2() {
890
- if (e1)
891
- return e3;
892
- e1 = 1;
893
- var t = o1, e = Symbol.for("react.element"), r = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, l = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, a = { key: !0, ref: !0, __self: !0, __source: !0 };
894
- function u(f, d, C) {
895
- var S, b = {}, A = null, T = null;
896
- C !== void 0 && (A = "" + C), d.key !== void 0 && (A = "" + d.key), d.ref !== void 0 && (T = d.ref);
897
- for (S in d)
898
- s.call(d, S) && !a.hasOwnProperty(S) && (b[S] = d[S]);
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 (S in d = f.defaultProps, d)
901
- b[S] === void 0 && (b[S] = d[S]);
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 e3.Fragment = r, e3.jsx = u, e3.jsxs = u, e3;
905
+ return n1.Fragment = c, n1.jsx = d, n1.jsxs = d, n1;
905
906
  }
906
- process.env.NODE_ENV === "production" ? I3.exports = j2() : I3.exports = Z2();
907
- var n = I3.exports;
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 C2 {
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 t1 = new C2(), d1 = X1({
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 b2(t) {
927
+ function I2(t) {
927
928
  return sessionStorage.getItem(t) || "";
928
929
  }
929
- function I2(t, e) {
930
+ function y2(t, e) {
930
931
  sessionStorage.setItem(t, e);
931
932
  }
932
- const y2 = ({ children: t }) => {
933
- const [e, r] = d3(), s = w2(), l = p2(), a = x2(), u = m2(), f = h2(), d = r3(null), [C, S] = d3(), b = r3({}), A = a3(
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 b3.get(`${m}/ui/joinroom?token=${e}`).then((g) => {
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 = a3(
943
+ ), T = u1(
943
944
  (m, g) => {
944
- d.current && s && d.current.send(JSON.stringify({ type: m, clientId: a, content: g }));
945
+ u.current && o && u.current.send(JSON.stringify({ type: m, clientId: i, content: g }));
945
946
  },
946
- [s, a]
947
+ [o, i]
947
948
  ), V = (m, g) => {
948
949
  T(m, { value: g });
949
- }, G = a3(
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
- ), q = a3(
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 n3(() => {
961
+ return G(() => {
961
962
  let g = new URLSearchParams(window.location.search).get("token");
962
- g ? (console.log("saving token: ", g), I2(t1.uuid, g)) : (g = b2(t1.uuid), console.log("loading token: ", g)), r(g), u();
963
- }, []), n3(() => {
964
- if (!(!f.apiPath || C || !e)) {
965
- if (A(f.apiPath), !d.current) {
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
- d.current = O, O.onopen = () => {
968
+ u.current = O, O.onopen = () => {
968
969
  console.log("connected"), F.dispatch(K.setWebsocketIsConnected(!0));
969
- }, O.onerror = (Y) => {
970
- console.log(Y);
970
+ }, O.onerror = (z) => {
971
+ console.log(z);
971
972
  }, O.onclose = () => {
972
- if (console.log("disconnected"), d.current)
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
- C || (F.dispatch(K.setWebsocketIsConnected(!1)), S(!0), setTimeout(() => S(void 0), 5e3));
979
- }, O.onmessage = (Y) => {
979
+ S || (F.dispatch(K.setWebsocketIsConnected(!1)), C(!0), setTimeout(() => C(void 0), 5e3));
980
+ }, O.onmessage = (z) => {
980
981
  try {
981
- const R = JSON.parse(Y.data);
982
- if (console.log(R), R.type.startsWith("/system/"))
983
- switch (R.type) {
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
- R.content
988
+ E.content
988
989
  )
989
990
  );
990
991
  break;
991
992
  case "/system/userCodeChanged":
992
993
  F.dispatch(
993
- K.setUserCode(R.content)
994
+ K.setUserCode(E.content)
994
995
  );
995
996
  break;
996
997
  }
997
- else if (R.type.startsWith("/event/")) {
998
- console.log("event message received", R);
999
- const J = b.current[R.type];
1000
- J || console.log("no handlers found for event type", R.type), J && Object.values(J).forEach((v3) => {
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
- v3(R);
1003
- } catch (h3) {
1004
- console.error(h3);
1003
+ v1(E);
1004
+ } catch (h1) {
1005
+ console.error(h1);
1005
1006
  }
1006
1007
  });
1007
1008
  } else
1008
- R.type.startsWith("/room/") ? F.dispatch(c2.setRoomState(R)) : R.type.startsWith("/device/") && F.dispatch(r2.setDeviceState(R));
1009
- } catch (R) {
1010
- console.log(R);
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
- d.current && d.current.close(), d.current = null;
1016
+ u.current && u.current.close(), u.current = null;
1016
1017
  };
1017
1018
  }
1018
- }, [f.apiPath, A, e, C]), n3(() => {
1019
+ }, [f.apiPath, A, e, S]), G(() => {
1019
1020
  l && T(`/room/${l}/status`, null);
1020
- }, [l, T]), /* @__PURE__ */ n.jsx(d1.Provider, { value: { sendMessage: T, sendSimpleMessage: V, addEventHandler: G, removeEventHandler: q }, children: s ? t : /* @__PURE__ */ n.jsx(S2, {}) });
1021
- }, Q8 = ({ children: t }) => /* @__PURE__ */ n.jsx(z1, { store: F, children: /* @__PURE__ */ n.jsx(y2, { children: t }) });
1022
- function E() {
1023
- return Q1(d1);
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 R2({
1026
+ function E2({
1026
1027
  onPress: t,
1027
1028
  onRelease: e,
1028
- onHold: r,
1029
- holdTimeMs: s = 500
1029
+ onHold: c,
1030
+ holdTimeMs: o = 500
1030
1031
  }) {
1031
- const l = r3(null), a = r3(!1);
1032
- function u() {
1033
- a.current = !0, t == null || t(), l.current = setTimeout(() => {
1034
- r == null || r(), l.current = null;
1035
- }, s);
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
- a.current = !1, e == null || e(), l.current && (clearTimeout(l.current), l.current = null);
1039
+ i.current = !1, e == null || e(), l.current && (clearTimeout(l.current), l.current = null);
1039
1040
  }
1040
- function d() {
1041
- a.current && f();
1041
+ function u() {
1042
+ i.current && f();
1042
1043
  }
1043
1044
  return {
1044
- onPointerDown: u,
1045
+ onPointerDown: d,
1045
1046
  onPointerUp: f,
1046
- onPointerLeave: d
1047
+ onPointerLeave: u
1047
1048
  };
1048
1049
  }
1049
1050
  function h(t, e) {
1050
- const { sendMessage: s } = E(), l = r3(null);
1051
- function a() {
1052
- s(`${t}/${e}`, { value: "pressed" }), l.current || (l.current = setInterval(() => {
1053
- s(`${t}/${e}`, { value: "held" });
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 u() {
1057
- l.current && (clearInterval(l.current), l.current = null), s(`${t}/${e}`, { value: "released" });
1057
+ function d() {
1058
+ l.current && (clearInterval(l.current), l.current = null), o(`${t}/${e}`, { value: "released" });
1058
1059
  }
1059
- return R2({ onPress: a, onRelease: u });
1060
+ return E2({ onPress: i, onRelease: d });
1060
1061
  }
1061
- function v1(t, e) {
1062
- const { sendMessage: r, sendSimpleMessage: s } = E(), l = h(`${t}`, "volumeUp"), a = h(`${t}`, "volumeDown");
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: a,
1067
- setLevel: (S) => s(`${t}/level`, S),
1068
- muteToggle: () => r(`${t}/muteToggle`, null),
1069
- muteOn: () => r(`${t}/muteOn`, null),
1070
- muteOff: () => r(`${t}/muteOff`, null)
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 N8(t, e) {
1074
- const { sendMessage: r, sendSimpleMessage: s } = E(), l = h(`${t}`, "volumeUp"), a = h(`${t}`, "volumeDown");
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: a,
1079
- setLevel: (S) => s(`${t}/level`, S),
1080
- muteToggle: () => r(`${t}/muteToggle`, null),
1081
- muteOn: () => r(`${t}/muteOn`, null),
1082
- muteOff: () => r(`${t}/muteOff`, null)
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 E2(t) {
1086
- const e = $(t), r = `/device/${t}`;
1087
- return v1(r, e == null ? void 0 : e.volume);
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 h1(t) {
1090
- const { sendMessage: e } = 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 y3(t) {
1100
- const { sendMessage: e } = E(), r = $(t);
1101
- return console.log("deviceState", r), r ? { itemsState: r, selectItem: (l) => {
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 _2(t) {
1106
- const { sendMessage: e } = E(), r = $(t), s = () => {
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 ((r == null ? void 0 : r.levelControls) === void 0)
1110
+ if ((c == null ? void 0 : c.levelControls) === void 0)
1110
1111
  return;
1111
- Object.keys(r == null ? void 0 : r.levelControls).forEach((f) => {
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 r ? { levelControls: r.levelControls, setDefaultChannelLevels: s, getFullStatus: l } : void 0;
1116
+ return c ? { levelControls: c.levelControls, setDefaultChannelLevels: o, getFullStatus: l } : void 0;
1116
1117
  }
1117
- function e6(t) {
1118
- const e = $(t), r = h1(t), s = y3(t), l = y3(t), a = E2(t), u = _2(t);
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: r,
1123
- inputControl: s,
1123
+ powerControl: c,
1124
+ inputControl: o,
1124
1125
  surroundSoundModes: l,
1125
- surroundChannels: u,
1126
- mainVolumeControl: a
1126
+ surroundChannels: d,
1127
+ mainVolumeControl: i
1127
1128
  };
1128
1129
  }
1129
- function t6(t) {
1130
- const e = $(t);
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}`, r = h(e, "red"), s = h(e, "green"), l = h(e, "yellow"), a = h(e, "blue");
1140
- return { red: r, green: s, yellow: l, blue: a };
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 o6(t) {
1143
- const e = $(t);
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 s6(t) {
1150
- const e = `/device/${t}`, r = h(e, "up"), s = h(e, "down"), l = h(e, "left"), a = h(e, "right"), u = h(e, "select"), f = h(e, "menu"), d = h(e, "exit");
1151
- return { up: r, down: s, left: l, right: a, select: u, menu: f, exit: d };
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 c6(t) {
1154
- const e = $(t);
1154
+ function u6(t) {
1155
+ const e = L(t);
1155
1156
  if (e)
1156
1157
  return e.deviceInfo || void 0;
1157
1158
  }
1158
- function l6(t) {
1159
- const e = `/device/${t}`, r = h(e, "dvrList"), s = h(e, "record");
1160
- return { dvrList: r, record: s };
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
- function i6(t) {
1163
- const { sendMessage: e, sendSimpleMessage: r } = E(), s = $(t);
1164
- return s ? {
1165
- levelState: s,
1166
- setLevel: (d, C) => r(`${d}/level`, C),
1167
- muteToggle: (d) => e(`${d}/muteToggle`, null),
1168
- muteOn: (d) => e(`${d}/muteOn`, null),
1169
- muteOff: (d) => e(`${d}/muteOff`, null)
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 a6(t) {
1173
- const { sendMessage: e } = E(), r = $(t);
1174
- return r ? { lightingState: r, selectScene: (l) => {
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 u6(t) {
1179
- const { sendMessage: e } = E(), r = $(t);
1180
- return r ? { matrixRoutingState: r, setRoute: (l) => {
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 d6(t) {
1185
- const e = `/device/${t}`, r = h(e, "num0"), s = h(e, "num1"), l = h(e, "num2"), a = h(e, "num3"), u = h(e, "num4"), f = h(e, "num5"), d = h(e, "num6"), C = h(e, "num7"), S = h(e, "num8"), b = h(e, "num9"), A = h(e, "numDash"), T = h(e, "numEnter");
1186
- return { digit0: r, digit1: s, digit2: l, digit3: a, digit4: u, digit5: f, digit6: d, digit7: C, digit8: S, digit9: b, keypadAccessoryButton1: A, keypadAccessoryButton2: T };
1211
+ function p6(t) {
1212
+ const { sendMessage: e } = y();
1213
+ return { closeApp: () => {
1214
+ e(`/device/${t}/closeWebViewController`, null);
1215
+ } };
1187
1216
  }
1188
- function v6(t) {
1189
- const { sendMessage: e } = E(), r = R3(t);
1190
- return r ? { roomEventScheduleState: r, save: (l) => {
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 h6(t) {
1195
- const { sendMessage: e } = E();
1196
- return { runDirectRoute: (s) => {
1197
- e(`/room/${t}/directRoute`, s);
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 g6(t) {
1201
- const { sendMessage: e } = E();
1202
- return { routingState: $(t), runRoute: (l) => {
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 f6(t) {
1207
- const e = `/device/${t}`, r = h(e, "chanUp"), s = h(e, "chanDown");
1208
- return { dvrList: r, replay: s };
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 w6(t) {
1211
- const { sendMessage: e } = E(), r = $(t);
1212
- return r ? { shadeState: r, shadeUp: () => {
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 p6(t) {
1221
- const { sendMessage: e } = E(), r = R3(t);
1222
- return r ? { shutdownPromptTimerState: r, setShutdownPromptSeconds: (f) => {
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 x6(t) {
1233
- const { sendMessage: e } = E(), r = $(t);
1234
- return r ? { switchedOutputState: r, on: () => {
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
- const M6 = ({ className: t }) => {
1241
- const [e, r] = d3();
1242
- return n3(() => {
1243
- setInterval(() => {
1244
- const s = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
1245
- r(s);
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 Z6(t) {
1261
- const e = `/device/${t}`, r = h(e, "play"), s = h(e, "pause"), l = h(e, "stop"), a = h(e, "prevTrack"), u = h(e, "nextTrack"), f = h(e, "rewind"), d = h(e, "ffwd"), C = h(e, "record");
1262
- return { play: r, pause: s, stop: l, prevTrack: a, nextTrack: u, rewind: f, fastForward: d, record: C };
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 j6(t) {
1265
- const e = $(t), { sendMessage: r } = 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
- r(`/device/${t}/hideApp`, null);
1298
+ c(`/device/${t}/hideApp`, null);
1270
1299
  }, openApp: () => {
1271
- r(`/device/${t}/openApp`, null);
1300
+ c(`/device/${t}/openApp`, null);
1272
1301
  }, closeApp: () => {
1273
- r(`/device/${t}/closeApp`, null);
1302
+ c(`/device/${t}/closeApp`, null);
1274
1303
  } },
1275
1304
  zoomControl: { endCall: () => {
1276
- r(`/device/${t}/endCall`, null);
1305
+ c(`/device/${t}/endCall`, null);
1277
1306
  } }
1278
1307
  } : void 0;
1279
1308
  }
1280
- function S6(t) {
1281
- const e = $(t), r = h1(t), s = y3(t);
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, a = (!e.powerState || e.isCooling) && !e.isWarming;
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: r,
1288
- inputControl: s,
1289
- powerFb: { powerOnFb: l, powerOffFb: a }
1316
+ powerControl: c,
1317
+ inputControl: o,
1318
+ powerFb: { powerOnFb: l, powerOffFb: i }
1290
1319
  };
1291
1320
  }
1292
- const C6 = ({ config: t }) => {
1293
- const { sendMessage: e } = E();
1294
- n3(() => {
1295
- var s, l;
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 r = [];
1299
- Object.values(t.destinations).forEach((a) => {
1300
- r.push(a);
1301
- }), (s = t.touchpanelKeys) == null || s.forEach((a) => {
1302
- r.push(a);
1303
- }), t.environmentalDevices.forEach((a) => {
1304
- r.push(a.deviceKey);
1305
- }), (l = t.accessoryDevices) == null || l.forEach((a) => {
1306
- r.push(a.deviceKey);
1307
- }), t.audioCodecKey && r.push(t.audioCodecKey), t.videoCodecKey && r.push(t.videoCodecKey), t.matrixRoutingKey && r.push(t.matrixRoutingKey), t.endpointKeys && t.endpointKeys.forEach((a) => {
1308
- r.push(a);
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 a of Object.values(t.sourceList))
1311
- a.sourceKey && a.sourceKey !== "$off" && r.push(a.sourceKey);
1312
- r.forEach((a) => {
1313
- e(`/device/${a}/fullStatus`, { deviceKey: a });
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 b6(t, e) {
1318
- const r = f2(t, e), s = `/room/${t}/volumes/${e}`;
1319
- return v1(s, r);
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 I6 = () => /* @__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." }) }), L2 = "_iconbtn_16qss_1", $2 = "_iconbtnvert_16qss_7", A2 = "_iconsm_16qss_18", S3 = {
1322
- iconbtn: L2,
1323
- iconbtnvert: $2,
1324
- iconsm: A2
1325
- }, B2 = ({
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: r = !1,
1329
- className: s,
1380
+ vert: c = !1,
1381
+ className: o,
1330
1382
  iconClassName: l = "",
1331
- otherContentClassName: a = "",
1332
- disabled: u,
1383
+ otherContentClassName: i = "",
1384
+ disabled: d,
1333
1385
  feedback: f,
1334
- feedbackClassName: d,
1335
- onPointerDown: C,
1336
- onPointerUp: S,
1386
+ feedbackClassName: u,
1387
+ onPointerDown: S,
1388
+ onPointerUp: C,
1337
1389
  onPointerLeave: b,
1338
1390
  ...A
1339
1391
  }) => {
1340
- const [T, V] = d3(!1), G = !u && f ? d : "", q = !u && (T || f);
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: `${S3.iconbtn} ${r ? S3.iconbtnvert : ""} ${s} ${G}`,
1397
+ className: `${C1.iconbtn} ${c ? C1.iconbtnvert : ""} ${o} ${Y}`,
1346
1398
  ...A,
1347
- disabled: u,
1399
+ disabled: d,
1348
1400
  onPointerDown: (m) => {
1349
- V(!0), C == null || C(m);
1401
+ V(!0), S == null || S(m);
1350
1402
  },
1351
1403
  onPointerUp: (m) => {
1352
- V(!1), S == null || S(m);
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 || S3.iconsm}`,
1362
- active: q,
1363
- disabled: u
1413
+ className: `${l || C1.iconsm}`,
1414
+ active: J,
1415
+ disabled: d
1364
1416
  }
1365
1417
  ),
1366
- /* @__PURE__ */ n.jsx("div", { className: a, children: e })
1418
+ /* @__PURE__ */ n.jsx("div", { className: i, children: e })
1367
1419
  ]
1368
1420
  }
1369
1421
  );
1370
- }, M = ({
1422
+ }, x = ({
1371
1423
  ActiveImage: t,
1372
1424
  DisabledImage: e,
1373
- EnabledImage: r,
1374
- active: s,
1425
+ EnabledImage: c,
1426
+ active: o,
1375
1427
  disabled: l
1376
- }) => l ? e : s ? t : r, T2 = ({
1428
+ }) => l ? e : o ? t : c, D2 = ({
1377
1429
  active: t,
1378
1430
  className: e = "",
1379
- disabled: r
1431
+ disabled: c
1380
1432
  }) => /* @__PURE__ */ n.jsx(
1381
- M,
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: r
1478
+ disabled: c
1476
1479
  }
1477
1480
  ), P2 = ({
1478
1481
  active: t,
1479
1482
  className: e = "",
1480
- disabled: r
1483
+ disabled: c
1481
1484
  }) => /* @__PURE__ */ n.jsx(
1482
- M,
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: r
1527
+ disabled: c
1525
1528
  }
1526
1529
  ), O2 = ({
1527
1530
  active: t,
1528
1531
  className: e = "",
1529
- disabled: r
1532
+ disabled: c
1530
1533
  }) => /* @__PURE__ */ n.jsx(
1531
- M,
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: r
1567
+ disabled: c
1565
1568
  }
1566
1569
  ), V2 = ({
1567
1570
  active: t,
1568
1571
  className: e = "",
1569
- disabled: r
1572
+ disabled: c
1570
1573
  }) => /* @__PURE__ */ n.jsx(
1571
- M,
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: r
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: r
1623
+ disabled: c
1619
1624
  }) => /* @__PURE__ */ n.jsx(
1620
- M,
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: r
1737
+ disabled: c
1663
1738
  }
1664
- ), k2 = ({
1739
+ ), U2 = ({
1665
1740
  active: t,
1666
1741
  className: e = "",
1667
- disabled: r
1742
+ disabled: c
1668
1743
  }) => /* @__PURE__ */ n.jsx(
1669
- M,
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: r
1786
+ disabled: c
1712
1787
  }
1713
1788
  ), W2 = ({
1714
1789
  active: t,
1715
1790
  className: e = "",
1716
- disabled: r
1791
+ disabled: c
1717
1792
  }) => /* @__PURE__ */ n.jsx(
1718
- M,
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: r
1835
+ disabled: c
1761
1836
  }
1762
- ), U2 = ({
1837
+ ), H2 = ({
1763
1838
  active: t,
1764
1839
  className: e = "",
1765
- disabled: r
1840
+ disabled: c
1766
1841
  }) => /* @__PURE__ */ n.jsx(
1767
- M,
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: r
1884
+ disabled: c
1810
1885
  }
1811
- ), H2 = ({
1886
+ ), K2 = ({
1812
1887
  active: t,
1813
1888
  className: e = "",
1814
- disabled: r
1889
+ disabled: c
1815
1890
  }) => /* @__PURE__ */ n.jsx(
1816
- M,
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: r
1933
+ disabled: c
1859
1934
  }
1860
- ), K2 = ({
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: r
1940
+ disabled: c
1866
1941
  }) => /* @__PURE__ */ n.jsx(
1867
- M,
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: r
2002
+ disabled: c
1928
2003
  }
1929
- ), G2 = ({
2004
+ ), q2 = ({
1930
2005
  active: t,
1931
2006
  className: e = "",
1932
- disabled: r
2007
+ disabled: c
1933
2008
  }) => /* @__PURE__ */ n.jsx(
1934
- M,
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: r
2051
+ disabled: c
1977
2052
  }
1978
- ), q2 = ({
2053
+ ), Y2 = ({
1979
2054
  active: t,
1980
2055
  className: e = "",
1981
- disabled: r
2056
+ disabled: c
1982
2057
  }) => /* @__PURE__ */ n.jsx(
1983
- M,
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: r
2100
+ disabled: c
2026
2101
  }
2027
- ), Y2 = ({
2102
+ ), J2 = ({
2028
2103
  active: t,
2029
2104
  className: e = "",
2030
- disabled: r
2105
+ disabled: c
2031
2106
  }) => /* @__PURE__ */ n.jsx(
2032
- M,
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: r
2149
+ disabled: c
2075
2150
  }
2076
- ), J2 = ({
2151
+ ), z2 = ({
2077
2152
  active: t,
2078
2153
  className: e = "",
2079
- disabled: r
2154
+ disabled: c
2080
2155
  }) => /* @__PURE__ */ n.jsx(
2081
- M,
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: r
2198
+ disabled: c
2124
2199
  }
2125
- ), z2 = ({
2200
+ ), X2 = ({
2126
2201
  active: t,
2127
2202
  className: e = "",
2128
- disabled: r
2203
+ disabled: c
2129
2204
  }) => /* @__PURE__ */ n.jsx(
2130
- M,
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: r
2220
+ disabled: c
2146
2221
  }
2147
- ), X2 = ({
2222
+ ), Q2 = ({
2148
2223
  active: t,
2149
2224
  className: e = "",
2150
- disabled: r
2225
+ disabled: c
2151
2226
  }) => /* @__PURE__ */ n.jsx(
2152
- M,
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: r
2269
+ disabled: c
2195
2270
  }
2196
- ), Q2 = ({
2271
+ ), N2 = ({
2197
2272
  active: t,
2198
2273
  className: e = "",
2199
- disabled: r
2274
+ disabled: c
2200
2275
  }) => /* @__PURE__ */ n.jsx(
2201
- M,
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: r
2318
+ disabled: c
2244
2319
  }
2245
- ), N2 = ({
2320
+ ), e8 = ({
2246
2321
  active: t,
2247
2322
  className: e = "",
2248
- disabled: r
2323
+ disabled: c
2249
2324
  }) => /* @__PURE__ */ n.jsx(
2250
- M,
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: r
2367
+ disabled: c
2293
2368
  }
2294
- ), e8 = ({
2369
+ ), t8 = ({
2295
2370
  active: t,
2296
2371
  className: e = "",
2297
- disabled: r
2372
+ disabled: c
2298
2373
  }) => /* @__PURE__ */ n.jsx(
2299
- M,
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: r
2416
+ disabled: c
2342
2417
  }
2343
- ), t8 = ({
2418
+ ), n8 = ({
2344
2419
  active: t,
2345
2420
  className: e = "",
2346
- disabled: r
2421
+ disabled: c
2347
2422
  }) => /* @__PURE__ */ n.jsx(
2348
- M,
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: r
2465
+ disabled: c
2391
2466
  }
2392
- ), n8 = ({
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: r
2472
+ disabled: c
2396
2473
  }) => /* @__PURE__ */ n.jsx(
2397
- M,
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: r
2586
+ disabled: c
2440
2587
  }
2441
- ), r8 = ({
2588
+ ), o8 = ({
2442
2589
  active: t,
2443
2590
  className: e = "",
2444
- disabled: r
2591
+ disabled: c
2445
2592
  }) => /* @__PURE__ */ n.jsx(
2446
- M,
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: r
2635
+ disabled: c
2489
2636
  }
2490
- ), o8 = ({
2637
+ ), r8 = ({
2491
2638
  active: t,
2492
2639
  className: e = "",
2493
- disabled: r
2640
+ disabled: c
2494
2641
  }) => /* @__PURE__ */ n.jsx(
2495
- M,
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: r
2684
+ disabled: c
2538
2685
  }
2539
- ), s8 = ({
2686
+ ), l8 = ({
2540
2687
  active: t,
2541
2688
  className: e = "",
2542
- disabled: r
2689
+ disabled: c
2543
2690
  }) => /* @__PURE__ */ n.jsx(
2544
- M,
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: r
2733
+ disabled: c
2587
2734
  }
2588
- ), c8 = ({
2735
+ ), i8 = ({
2589
2736
  active: t,
2590
2737
  className: e = "",
2591
- disabled: r
2738
+ disabled: c
2592
2739
  }) => /* @__PURE__ */ n.jsx(
2593
- M,
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: r
2782
+ disabled: c
2636
2783
  }
2637
- ), l8 = ({
2784
+ ), a8 = ({
2638
2785
  active: t,
2639
2786
  className: e = "",
2640
- disabled: r
2787
+ disabled: c
2641
2788
  }) => /* @__PURE__ */ n.jsx(
2642
- M,
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: r
2831
+ disabled: c
2685
2832
  }
2686
- ), i8 = ({
2833
+ ), u8 = ({
2687
2834
  active: t,
2688
2835
  className: e = "",
2689
- disabled: r
2836
+ disabled: c
2690
2837
  }) => /* @__PURE__ */ n.jsx(
2691
- M,
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: r
2880
+ disabled: c
2734
2881
  }
2735
- ), a8 = ({
2882
+ ), d8 = ({
2736
2883
  active: t,
2737
2884
  className: e = "",
2738
- disabled: r
2885
+ disabled: c
2739
2886
  }) => /* @__PURE__ */ n.jsx(
2740
- M,
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: r
2929
+ disabled: c
2783
2930
  }
2784
- ), u8 = ({
2931
+ ), v8 = ({
2785
2932
  active: t,
2786
2933
  className: e = "",
2787
- disabled: r
2934
+ disabled: c
2788
2935
  }) => /* @__PURE__ */ n.jsx(
2789
- M,
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: r
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
- ), d8 = {
3029
+ ), g8 = {
2834
3030
  Alert: D2,
2835
3031
  Camera: O2,
2836
- DownArrow: F2,
3032
+ DownArrow: k2,
2837
3033
  Ban: P2,
2838
3034
  Check: V2,
2839
- Elipses: k2,
3035
+ Controller: F2,
3036
+ Elipses: U2,
2840
3037
  Flag: W2,
2841
- Gear: U2,
2842
- Glass: H2,
2843
- Hdmi: K2,
2844
- Laptop: G2,
2845
- LeftArrow: q2,
2846
- Light: Y2,
2847
- Mic: T2,
2848
- Moon: J2,
2849
- Playstation: z2,
2850
- Podium: X2,
2851
- Power: Q2,
2852
- Privacy: N2,
2853
- Question: e8,
2854
- RightArrow: t8,
2855
- Shade: n8,
2856
- Sun: r8,
2857
- UpArrow: o8,
2858
- VolDown: s8,
2859
- VolMute: c8,
2860
- VolUp: l8,
2861
- Wireless: i8,
2862
- X: a8,
2863
- Xbox: u8
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 y6({
3063
+ function T6({
2866
3064
  name: t,
2867
- iconsDictionary: e = d8,
2868
- ...r
3065
+ iconsDictionary: e = g8,
3066
+ ...c
2869
3067
  }) {
2870
- const s = e[t] ?? null;
2871
- return s || console.error(`Icon ${t} not found in dictionary`), /* @__PURE__ */ n.jsx(B2, { multiIcon: s, ...r });
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 v8 = "_grid_1cmpp_1", h8 = "_header_1cmpp_11", g8 = "_content_1cmpp_17", f8 = "_footer_1cmpp_23", w8 = "_volume_1cmpp_29", t3 = {
2874
- grid: v8,
2875
- header: h8,
2876
- content: g8,
2877
- footer: f8,
2878
- volume: w8
2879
- }, R6 = ({ header: t, footer: e, content: r, volume: s, showVolume: l }) => /* @__PURE__ */ n.jsxs("div", { className: t3.grid, children: [
2880
- /* @__PURE__ */ n.jsx("div", { className: t3.header, children: t }),
2881
- /* @__PURE__ */ n.jsx("div", { className: t3.content, children: r }),
2882
- l && /* @__PURE__ */ n.jsx("div", { className: t3.volume, children: s }),
2883
- /* @__PURE__ */ n.jsx("div", { className: t3.footer, children: e })
2884
- ] }), p8 = "_grid_11w5q_1", x8 = "_header_11w5q_11", M8 = "_content_11w5q_17", u3 = {
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
- }, _6 = ({ className: t, header: e, content: r }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${C3.grid}`, children: [
2898
- /* @__PURE__ */ n.jsx("div", { className: C3.header, children: e }),
2899
- /* @__PURE__ */ n.jsx("div", { className: C3.content, children: r })
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 L6() {
3099
+ function V6() {
2902
3100
  return console.log(location.pathname), location.pathname;
2903
3101
  }
2904
- var S8 = /* @__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))(S8 || {});
2905
- class $6 {
2906
- constructor(e, r) {
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 = r;
3107
+ this.path = e, this.handler = c;
2910
3108
  }
2911
3109
  }
2912
- const A6 = "$off";
2913
- class B6 {
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 T6 {
3118
+ class W6 {
2921
3119
  constructor() {
2922
3120
  _(this, "deviceKey");
2923
3121
  _(this, "deviceType");
2924
3122
  }
2925
3123
  }
2926
- class D6 {
3124
+ class H6 {
2927
3125
  constructor() {
2928
3126
  _(this, "deviceKey");
2929
3127
  _(this, "deviceType");
2930
3128
  }
2931
3129
  }
2932
- class P6 {
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
- D6 as AccessoryDeviceConfiguration,
2941
- M6 as Clock,
2942
- S8 as DaysOfWeek,
2943
- T6 as EnvironmentalDeviceConfiguration,
2944
- I6 as ErrorBox,
2945
- B2 as IconButton,
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 IconMultiDownArrow,
2951
- k2 as IconMultiElipses,
3148
+ F2 as IconMultiController,
3149
+ k2 as IconMultiDownArrow,
3150
+ U2 as IconMultiElipses,
2952
3151
  W2 as IconMultiFlag,
2953
- U2 as IconMultiGear,
2954
- H2 as IconMultiGlass,
2955
- K2 as IconMultiHdmi,
2956
- G2 as IconMultiLaptop,
2957
- q2 as IconMultiLeftArrow,
2958
- Y2 as IconMultiLight,
2959
- J2 as IconMultiMoon,
2960
- z2 as IconMultiPlaystation,
2961
- X2 as IconMultiPodium,
2962
- Q2 as IconMultiPower,
2963
- N2 as IconMultiPrivacy,
2964
- e8 as IconMultiQuestion,
2965
- t8 as IconMultiRightArrow,
2966
- n8 as IconMultiShade,
2967
- r8 as IconMultiSun,
2968
- o8 as IconMultiUpArrow,
2969
- s8 as IconMultiVolDown,
2970
- c8 as IconMultiVolMute,
2971
- l8 as IconMultiVolUp,
2972
- i8 as IconMultiWireless,
2973
- a8 as IconMultiX,
2974
- u8 as IconMultiXbox,
2975
- R6 as MainLayout,
2976
- $6 as MessageHandler,
2977
- Q8 as MobileControlProvider,
2978
- M as MultiStateIconContainer,
2979
- y6 as NamedIconButton,
2980
- B6 as PresetChannel,
2981
- P6 as ShareState,
2982
- E6 as TechLayout,
2983
- _6 as TechPinLayout,
2984
- L6 as getBaseLocation,
2985
- b3 as httpClient,
2986
- A6 as roomOffSourceKey,
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
- E8 as uiActions,
2989
- d2 as uiReducer,
2990
- _8 as useApiPath,
2991
- h2 as useAppConfig,
2992
- M2 as useAppDispatch,
2993
- e6 as useAvrControl,
2994
- x2 as useClientId,
2995
- E2 as useDeviceIBasicVolumeWithFeedback,
2996
- t6 as useEndpoint,
2997
- C6 as useGetAllDeviceStateFromRoomConfiguration,
2998
- g2 as useGetAllDevices,
2999
- z8 as useGetCurrentPopoverIdForGroup,
3000
- $ as useGetDevice,
3001
- N8 as useGetIBasicVolumeWithFeedback,
3002
- K8 as useGetRoomDisplayStates,
3003
- G8 as useGetZoomRoomControllerKey,
3004
- v1 as useIBasicVolumeWithFeedback,
3005
- n6 as useIChannelMessenger,
3006
- r6 as useIColor,
3007
- o6 as useICommunicationMonitor,
3008
- s6 as useIDPad,
3009
- c6 as useIDeviceInfoMessenger,
3010
- l6 as useIDvr,
3011
- h1 as useIHasPowerControl,
3012
- y3 as useIHasSelectableItems,
3013
- i6 as useILevelControls,
3014
- a6 as useILightingScenes,
3015
- u6 as useIMatrixRouting,
3016
- d6 as useINumeric,
3017
- v6 as useIRoomEventSchedule,
3018
- h6 as useIRunDirectRouteAction,
3019
- g6 as useIRunRouteAction,
3020
- f6 as useISetTopBoxControls,
3021
- w6 as useIShadesOpenCloseStop,
3022
- p6 as useIShutdownPromptTimer,
3023
- x6 as useISwitchedOutput,
3024
- m6 as useITechPassword,
3025
- Z6 as useITransport,
3026
- m2 as useInitialize,
3027
- j6 as useMobileControlTouchpanelController,
3028
- R2 as usePressHoldRelease,
3029
- U8 as useRoomAdvancedSharingActive,
3030
- O8 as useRoomCodecContentDestinationKey,
3031
- L8 as useRoomConfiguration,
3032
- T8 as useRoomDestinationList,
3033
- B8 as useRoomDestinations,
3034
- D8 as useRoomEnvironmentalDevices,
3035
- b6 as useRoomIBasicVolumeWithFeedback,
3036
- V8 as useRoomInCall,
3037
- k8 as useRoomIsCoolingDown,
3038
- W8 as useRoomIsOn,
3039
- F8 as useRoomIsWarmingUp,
3040
- p2 as useRoomKey,
3041
- $8 as useRoomName,
3042
- P8 as useRoomProgramAudioDestinationKey,
3043
- H8 as useRoomShareState,
3044
- A8 as useRoomSourceList,
3045
- R3 as useRoomState,
3046
- f2 as useRoomVolume,
3047
- Y8 as useShowIncomingCallModal,
3048
- J8 as useShowModal,
3049
- X8 as useShowPopoverById,
3050
- q8 as useShowShutdownModal,
3051
- S6 as useTwoWayDisplayBase,
3052
- E as useWebsocketContext,
3053
- w2 as useWsIsConnected
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
  };